@omnia/tooling-vue 8.0.462-dev → 8.0.464-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.
|
@@ -414,6 +414,7 @@ import wcbb2e0efa0634452f94d99d1f33ae5b64 from '../../../../client/fx/ux/aurora/
|
|
|
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
416
|
import wcb1acedf8859a4daab8c683bd87142462 from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderRenderer';
|
|
417
|
+
import wc2fc19b1e428a42bdab754759658658ed from '../../../../client/fx/ux/aurora/components/headerpicker/HeaderSettings';
|
|
417
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';
|
|
@@ -4206,6 +4207,13 @@ declare global {
|
|
|
4206
4207
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4207
4208
|
};
|
|
4208
4209
|
} : typeof wcb1acedf8859a4daab8c683bd87142462;
|
|
4210
|
+
"settings": typeof wc2fc19b1e428a42bdab754759658658ed extends {
|
|
4211
|
+
propsDefinition: infer TProp;
|
|
4212
|
+
} ? {
|
|
4213
|
+
new (...args: any[]): {
|
|
4214
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4215
|
+
};
|
|
4216
|
+
} : typeof wc2fc19b1e428a42bdab754759658658ed;
|
|
4209
4217
|
"style": {
|
|
4210
4218
|
"editor": typeof wcadc7e708d0e7419bb327998ca3f3564b extends {
|
|
4211
4219
|
propsDefinition: infer TProp;
|