@ui5/webcomponents-react-cli
Advanced tools
Comparing version 2.0.0-rc.3 to 2.0.0
@@ -6,3 +6,2 @@ import type * as CEM from '@ui5/webcomponents-tools/lib/cem/types-internal.d.ts'; | ||
phase: RenderingPhase; | ||
private dynamicImportPath; | ||
private attributes; | ||
@@ -15,3 +14,2 @@ private slots; | ||
private since; | ||
setDynamicImportPath(value: string): this; | ||
setAttributes(attrs: CEM.ClassField[]): this; | ||
@@ -18,0 +16,0 @@ setSlots(slots: CEM.Slot[]): this; |
@@ -6,3 +6,2 @@ import dedent from 'dedent'; | ||
phase = RenderingPhase.component; | ||
dynamicImportPath; | ||
attributes = []; | ||
@@ -15,6 +14,2 @@ slots = []; | ||
since; | ||
setDynamicImportPath(value) { | ||
this.dynamicImportPath = value; | ||
return this; | ||
} | ||
setAttributes(attrs) { | ||
@@ -84,4 +79,3 @@ this.attributes.push(...attrs); | ||
.toSorted((a, b) => a.localeCompare(b)) | ||
.join(', ')}], | ||
() => import('${this.dynamicImportPath}') | ||
.join(', ')}] | ||
); | ||
@@ -88,0 +82,0 @@ |
@@ -46,3 +46,2 @@ import { mkdir, writeFile } from 'node:fs/promises'; | ||
.setEvents(declaration.events ?? []) | ||
.setDynamicImportPath(webComponentImport) | ||
.setNote(options.additionalComponentNote ?? '') | ||
@@ -49,0 +48,0 @@ .setIsAbstract(declaration._ui5abstract ?? false) |
@@ -6,3 +6,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "2.0.0-rc.3", | ||
"version": "2.0.0", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"gitHead": "7626d0d88a835d025e1d3a01b19280cd2bb0fd16" | ||
"gitHead": "c331ebe5b63346d73e30a5bde34b0d544398dad4" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
113463
2425