@omnia/tooling-vue 8.0.456-dev → 8.0.458-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.
|
@@ -413,14 +413,14 @@ import wcd7ac9d3575424277926a0b231dc4f2e3 from '../../../../client/fx/ux/aurora/
|
|
|
413
413
|
import wcbb2e0efa0634452f94d99d1f33ae5b64 from '../../../../client/fx/ux/aurora/components/fillpicker/FillPicker';
|
|
414
414
|
import wc349a445fe7a2403b8f98fceff168f87e from '../../../../client/fx/ux/aurora/components/fillpicker/FillPreview';
|
|
415
415
|
import wc44e2dd896269442f800da69000d4c2f1 from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderPicker';
|
|
416
|
-
import wcb059e461e6c048fe830c6d32722e5cdc from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderViewer';
|
|
417
416
|
import wcb1acedf8859a4daab8c683bd87142462 from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderRenderer';
|
|
417
|
+
import wcadc7e708d0e7419bb327998ca3f3564b from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderStyleEditor';
|
|
418
418
|
import wc5542a25df57c464897a59a336eee0e56 from '../../../../client/fx/ux/aurora/components/iconstylepicker/IconStylePicker';
|
|
419
419
|
import wcf7cc41f3ae4944e3b43c380140438973 from '../../../../client/fx/ux/aurora/components/iconstylepicker/IconStyleEditor';
|
|
420
420
|
import wccbdf3361c16f479faff72960c18404dc from '../../../../client/fx/ux/aurora/components/iconstylepicker/IconBlueprintsViewer';
|
|
421
421
|
import wcd84a5b45429344d29a084ade31ad668d from '../../../../client/fx/ux/aurora/components/input/InputStylePicker';
|
|
422
422
|
import wc141334bec3914c018c0044b7593ffc93 from '../../../../client/fx/ux/aurora/components/input/InputStyleEditor';
|
|
423
|
-
import
|
|
423
|
+
import wca01dd21daed643789058354101511f08 from '../../../../client/fx/ux/aurora/components/input/InputBlueprintViewer';
|
|
424
424
|
import wc3bcb44301ab24be2a11e6ccdfe29ee60 from '../../../../client/fx/ux/aurora/components/placeholder/Placeholder';
|
|
425
425
|
import wc564bced7081c496483e8df717f600ff3 from '../../../../client/fx/ux/aurora/components/spacingpicker/SpacingPicker3';
|
|
426
426
|
import wc0ed52c601528428e935d110b3018a0bc from '../../../../client/fx/ux/aurora/components/spacingpicker/SpacingViewer';
|
|
@@ -1643,14 +1643,14 @@ declare global {
|
|
|
1643
1643
|
};
|
|
1644
1644
|
} : typeof wc141334bec3914c018c0044b7593ffc93;
|
|
1645
1645
|
};
|
|
1646
|
-
"
|
|
1647
|
-
"viewer": typeof
|
|
1646
|
+
"blueprint": {
|
|
1647
|
+
"viewer": typeof wca01dd21daed643789058354101511f08 extends {
|
|
1648
1648
|
propsDefinition: infer TProp;
|
|
1649
1649
|
} ? {
|
|
1650
1650
|
new (...args: any[]): {
|
|
1651
1651
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1652
1652
|
};
|
|
1653
|
-
} : typeof
|
|
1653
|
+
} : typeof wca01dd21daed643789058354101511f08;
|
|
1654
1654
|
};
|
|
1655
1655
|
};
|
|
1656
1656
|
"journey": {
|
|
@@ -4199,13 +4199,6 @@ declare global {
|
|
|
4199
4199
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4200
4200
|
};
|
|
4201
4201
|
} : typeof wc44e2dd896269442f800da69000d4c2f1;
|
|
4202
|
-
"viewer": typeof wcb059e461e6c048fe830c6d32722e5cdc extends {
|
|
4203
|
-
propsDefinition: infer TProp;
|
|
4204
|
-
} ? {
|
|
4205
|
-
new (...args: any[]): {
|
|
4206
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4207
|
-
};
|
|
4208
|
-
} : typeof wcb059e461e6c048fe830c6d32722e5cdc;
|
|
4209
4202
|
"renderer": typeof wcb1acedf8859a4daab8c683bd87142462 extends {
|
|
4210
4203
|
propsDefinition: infer TProp;
|
|
4211
4204
|
} ? {
|
|
@@ -4213,6 +4206,15 @@ declare global {
|
|
|
4213
4206
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4214
4207
|
};
|
|
4215
4208
|
} : typeof wcb1acedf8859a4daab8c683bd87142462;
|
|
4209
|
+
"style": {
|
|
4210
|
+
"editor": typeof wcadc7e708d0e7419bb327998ca3f3564b extends {
|
|
4211
|
+
propsDefinition: infer TProp;
|
|
4212
|
+
} ? {
|
|
4213
|
+
new (...args: any[]): {
|
|
4214
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4215
|
+
};
|
|
4216
|
+
} : typeof wcadc7e708d0e7419bb327998ca3f3564b;
|
|
4217
|
+
};
|
|
4216
4218
|
};
|
|
4217
4219
|
"variant": {
|
|
4218
4220
|
"placeholder": typeof wc3bcb44301ab24be2a11e6ccdfe29ee60 extends {
|