@omnia/tooling-vue 8.0.430-dev → 8.0.432-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.
|
@@ -55,6 +55,7 @@ import wca377536b4fd84773a9730966623601cd from '../../../../client/fx/ux/governa
|
|
|
55
55
|
import wc08b9c70d2a77433f8492dc0fb50d900e from '../../../../client/fx/ux/grecaptcha/GRecaptcha';
|
|
56
56
|
import wc64887c3414da45279ea9c905df12c48f from '../../../../client/fx/ux/helptext/HelpText';
|
|
57
57
|
import wc7c3b9838bf844a53a446d3795494b304 from '../../../../client/fx/ux/iconpicker/IconPicker';
|
|
58
|
+
import wc415666f7c12a4534973529b1ea86f071 from '../../../../client/fx/ux/iconpicker/v2/IconPicker';
|
|
58
59
|
import wca7608d8c42184cbb994910dc06c464a1 from '../../../../client/fx/ux/identities/IdentityRenderer';
|
|
59
60
|
import wcba60557e3daf48208c919a1806502df5 from '../../../../client/fx/ux/identitypicker/IdentityPickerField';
|
|
60
61
|
import wc9cbe10e4fe1a48929727942cea5f7338 from '../../../../client/fx/ux/identitypicker/IdentityPickerInlineField';
|
|
@@ -431,7 +432,6 @@ import wcb2429c572d6c41809c621c408bbba855 from '../../../../client/fx/ux/aurora/
|
|
|
431
432
|
import wcfd6b575dc7c44149ac3129492fc83aa6 from '../../../../client/fx/ux/aurora/components/tabs/TabBlueprintsViewer';
|
|
432
433
|
import wc5ac01b439b7b494baf066921c2ae7f9a from '../../../../client/fx/ux/aurora/components/textcolorpicker/TextColorPicker';
|
|
433
434
|
import wc1f8e62af53af4535864eeff5b7e34248 from '../../../../client/fx/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker';
|
|
434
|
-
import wc5682a90ca29b443fa48b3b691b622e15 from '../../../../client/fx/ux/aurora/components/textformatpicker/TextFormatPicker';
|
|
435
435
|
import wc287d666180644ba5ab5def0471a75a89 from '../../../../client/fx/ux/aurora/components/textstylepicker/TextStylePicker';
|
|
436
436
|
import wc252ece0016594978b3ddfafdd59adda4 from '../../../../client/fx/ux/aurora/components/themepicker/ThemePicker';
|
|
437
437
|
import wc73e1c232690249f78967e3e3f6d92bd7 from '../../../../client/fx/ux/aurora/components/themepreview/ThemePreview';
|
|
@@ -1422,15 +1422,6 @@ declare global {
|
|
|
1422
1422
|
} : typeof wc1f8e62af53af4535864eeff5b7e34248;
|
|
1423
1423
|
};
|
|
1424
1424
|
};
|
|
1425
|
-
"format": {
|
|
1426
|
-
"picker": typeof wc5682a90ca29b443fa48b3b691b622e15 extends {
|
|
1427
|
-
propsDefinition: infer TProp;
|
|
1428
|
-
} ? {
|
|
1429
|
-
new (...args: any[]): {
|
|
1430
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1431
|
-
};
|
|
1432
|
-
} : typeof wc5682a90ca29b443fa48b3b691b622e15;
|
|
1433
|
-
};
|
|
1434
1425
|
"style": {
|
|
1435
1426
|
"picker": typeof wc287d666180644ba5ab5def0471a75a89 extends {
|
|
1436
1427
|
propsDefinition: infer TProp;
|
|
@@ -1521,6 +1512,13 @@ declare global {
|
|
|
1521
1512
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1522
1513
|
};
|
|
1523
1514
|
} : typeof wc7c3b9838bf844a53a446d3795494b304;
|
|
1515
|
+
"pickerv2": typeof wc415666f7c12a4534973529b1ea86f071 extends {
|
|
1516
|
+
propsDefinition: infer TProp;
|
|
1517
|
+
} ? {
|
|
1518
|
+
new (...args: any[]): {
|
|
1519
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1520
|
+
};
|
|
1521
|
+
} : typeof wc415666f7c12a4534973529b1ea86f071;
|
|
1524
1522
|
"style": {
|
|
1525
1523
|
"picker": typeof wc5542a25df57c464897a59a336eee0e56 extends {
|
|
1526
1524
|
propsDefinition: infer TProp;
|