@omnia/tooling-vue 8.0.455-dev → 8.0.457-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.
|
@@ -415,12 +415,13 @@ import wc349a445fe7a2403b8f98fceff168f87e from '../../../../client/fx/ux/aurora/
|
|
|
415
415
|
import wc44e2dd896269442f800da69000d4c2f1 from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderPicker';
|
|
416
416
|
import wcb059e461e6c048fe830c6d32722e5cdc from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderViewer';
|
|
417
417
|
import wcb1acedf8859a4daab8c683bd87142462 from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderRenderer';
|
|
418
|
+
import wcadc7e708d0e7419bb327998ca3f3564b from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderStyleEditor';
|
|
418
419
|
import wc5542a25df57c464897a59a336eee0e56 from '../../../../client/fx/ux/aurora/components/iconstylepicker/IconStylePicker';
|
|
419
420
|
import wcf7cc41f3ae4944e3b43c380140438973 from '../../../../client/fx/ux/aurora/components/iconstylepicker/IconStyleEditor';
|
|
420
421
|
import wccbdf3361c16f479faff72960c18404dc from '../../../../client/fx/ux/aurora/components/iconstylepicker/IconBlueprintsViewer';
|
|
421
422
|
import wcd84a5b45429344d29a084ade31ad668d from '../../../../client/fx/ux/aurora/components/input/InputStylePicker';
|
|
422
423
|
import wc141334bec3914c018c0044b7593ffc93 from '../../../../client/fx/ux/aurora/components/input/InputStyleEditor';
|
|
423
|
-
import
|
|
424
|
+
import wca01dd21daed643789058354101511f08 from '../../../../client/fx/ux/aurora/components/input/InputBlueprintViewer';
|
|
424
425
|
import wc3bcb44301ab24be2a11e6ccdfe29ee60 from '../../../../client/fx/ux/aurora/components/placeholder/Placeholder';
|
|
425
426
|
import wc564bced7081c496483e8df717f600ff3 from '../../../../client/fx/ux/aurora/components/spacingpicker/SpacingPicker3';
|
|
426
427
|
import wc0ed52c601528428e935d110b3018a0bc from '../../../../client/fx/ux/aurora/components/spacingpicker/SpacingViewer';
|
|
@@ -1643,14 +1644,14 @@ declare global {
|
|
|
1643
1644
|
};
|
|
1644
1645
|
} : typeof wc141334bec3914c018c0044b7593ffc93;
|
|
1645
1646
|
};
|
|
1646
|
-
"
|
|
1647
|
-
"viewer": typeof
|
|
1647
|
+
"blueprint": {
|
|
1648
|
+
"viewer": typeof wca01dd21daed643789058354101511f08 extends {
|
|
1648
1649
|
propsDefinition: infer TProp;
|
|
1649
1650
|
} ? {
|
|
1650
1651
|
new (...args: any[]): {
|
|
1651
1652
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1652
1653
|
};
|
|
1653
|
-
} : typeof
|
|
1654
|
+
} : typeof wca01dd21daed643789058354101511f08;
|
|
1654
1655
|
};
|
|
1655
1656
|
};
|
|
1656
1657
|
"journey": {
|
|
@@ -4213,6 +4214,15 @@ declare global {
|
|
|
4213
4214
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4214
4215
|
};
|
|
4215
4216
|
} : typeof wcb1acedf8859a4daab8c683bd87142462;
|
|
4217
|
+
"style": {
|
|
4218
|
+
"editor": typeof wcadc7e708d0e7419bb327998ca3f3564b extends {
|
|
4219
|
+
propsDefinition: infer TProp;
|
|
4220
|
+
} ? {
|
|
4221
|
+
new (...args: any[]): {
|
|
4222
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4223
|
+
};
|
|
4224
|
+
} : typeof wcadc7e708d0e7419bb327998ca3f3564b;
|
|
4225
|
+
};
|
|
4216
4226
|
};
|
|
4217
4227
|
"variant": {
|
|
4218
4228
|
"placeholder": typeof wc3bcb44301ab24be2a11e6ccdfe29ee60 extends {
|