@omnia/tooling-vue 8.0.298-dev → 8.0.300-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -366,8 +366,8 @@ import wc9ed2b61fad8a43f384efef4a5dcbd184 from '../../../../client/fx/ux/aurora/
|
|
|
366
366
|
import wc3779d0b63f54436eb25942b0c2487a2c from '../../../../client/fx/ux/aurora/components/colorschemapicker/ColorSchemaViewer';
|
|
367
367
|
import wc7abfeece956245f3ba63c231d3c31c26 from '../../../../client/fx/ux/aurora/components/colorschemapicker/ColorSchemaEditor';
|
|
368
368
|
import wc73b0b5416b9348849ecb9a1cd8358e70 from '../../../../client/fx/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer';
|
|
369
|
-
import wcf0987a01b8d2487f8d6678d41fc26f7f from '../../../../client/fx/ux/aurora/components/
|
|
370
|
-
import wc5eca85f245ca4f3cbf5e81ba8741f3c6 from '../../../../client/fx/ux/aurora/components/
|
|
369
|
+
import wcf0987a01b8d2487f8d6678d41fc26f7f from '../../../../client/fx/ux/aurora/components/containerFillpicker/ContainerFillPicker';
|
|
370
|
+
import wc5eca85f245ca4f3cbf5e81ba8741f3c6 from '../../../../client/fx/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer';
|
|
371
371
|
import wcbb2e0efa0634452f94d99d1f33ae5b64 from '../../../../client/fx/ux/aurora/components/fillpicker/FillPicker';
|
|
372
372
|
import wc349a445fe7a2403b8f98fceff168f87e from '../../../../client/fx/ux/aurora/components/fillpicker/FillPreview';
|
|
373
373
|
import wc5542a25df57c464897a59a336eee0e56 from '../../../../client/fx/ux/aurora/components/iconstylepicker/IconStylePicker';
|
|
@@ -3778,13 +3778,15 @@ declare global {
|
|
|
3778
3778
|
};
|
|
3779
3779
|
};
|
|
3780
3780
|
"container": {
|
|
3781
|
-
"
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3781
|
+
"fill": {
|
|
3782
|
+
"picker": typeof wcf0987a01b8d2487f8d6678d41fc26f7f extends {
|
|
3783
|
+
propsDefinition: infer TProp;
|
|
3784
|
+
} ? {
|
|
3785
|
+
new (...args: any[]): {
|
|
3786
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3787
|
+
};
|
|
3788
|
+
} : typeof wcf0987a01b8d2487f8d6678d41fc26f7f;
|
|
3789
|
+
};
|
|
3788
3790
|
"blueprints": {
|
|
3789
3791
|
"viewer": typeof wc5eca85f245ca4f3cbf5e81ba8741f3c6 extends {
|
|
3790
3792
|
propsDefinition: infer TProp;
|