@omnia/fx 8.0.137-dev → 8.0.139-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.
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +52 -18
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/PreviewJourney.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/ThemeDesigner.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +94 -28
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +263 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.d.ts +118 -92
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
- package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +60 -12
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -82,6 +82,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
82
82
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
83
83
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
84
84
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
85
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
85
86
|
};
|
86
87
|
deactivated(): void;
|
87
88
|
};
|
@@ -171,6 +172,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
171
172
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
172
173
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
173
174
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
175
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
174
176
|
};
|
175
177
|
deactivated(): void;
|
176
178
|
};
|
@@ -260,6 +262,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
260
262
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
261
263
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
262
264
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
265
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
263
266
|
};
|
264
267
|
deactivated(): void;
|
265
268
|
};
|
@@ -973,7 +976,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
973
976
|
type: "title" | "text" | "navigation";
|
974
977
|
size: "xs" | "s" | "m" | "l" | "xl";
|
975
978
|
};
|
976
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
977
979
|
};
|
978
980
|
icon?: {
|
979
981
|
color?: {
|
@@ -993,9 +995,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
993
995
|
opacity?: number;
|
994
996
|
};
|
995
997
|
size?: number;
|
996
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
997
998
|
};
|
998
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
999
999
|
};
|
1000
1000
|
basic?: {
|
1001
1001
|
padding?: {
|
@@ -1088,7 +1088,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1088
1088
|
type: "title" | "text" | "navigation";
|
1089
1089
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1090
1090
|
};
|
1091
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1092
1091
|
};
|
1093
1092
|
icon?: {
|
1094
1093
|
color?: {
|
@@ -1108,9 +1107,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1108
1107
|
opacity?: number;
|
1109
1108
|
};
|
1110
1109
|
size?: number;
|
1111
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1112
1110
|
};
|
1113
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1114
1111
|
};
|
1115
1112
|
accent1?: {
|
1116
1113
|
padding?: {
|
@@ -1203,7 +1200,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1203
1200
|
type: "title" | "text" | "navigation";
|
1204
1201
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1205
1202
|
};
|
1206
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1207
1203
|
};
|
1208
1204
|
icon?: {
|
1209
1205
|
color?: {
|
@@ -1223,9 +1219,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1223
1219
|
opacity?: number;
|
1224
1220
|
};
|
1225
1221
|
size?: number;
|
1226
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1227
1222
|
};
|
1228
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1229
1223
|
};
|
1230
1224
|
warn?: {
|
1231
1225
|
padding?: {
|
@@ -1318,7 +1312,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1318
1312
|
type: "title" | "text" | "navigation";
|
1319
1313
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1320
1314
|
};
|
1321
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1322
1315
|
};
|
1323
1316
|
icon?: {
|
1324
1317
|
color?: {
|
@@ -1338,9 +1331,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1338
1331
|
opacity?: number;
|
1339
1332
|
};
|
1340
1333
|
size?: number;
|
1341
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1342
1334
|
};
|
1343
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1344
1335
|
};
|
1345
1336
|
link?: {
|
1346
1337
|
padding?: {
|
@@ -1433,7 +1424,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1433
1424
|
type: "title" | "text" | "navigation";
|
1434
1425
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1435
1426
|
};
|
1436
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1437
1427
|
};
|
1438
1428
|
icon?: {
|
1439
1429
|
color?: {
|
@@ -1453,9 +1443,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1453
1443
|
opacity?: number;
|
1454
1444
|
};
|
1455
1445
|
size?: number;
|
1456
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1457
1446
|
};
|
1458
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1459
1447
|
};
|
1460
1448
|
variant1?: {
|
1461
1449
|
padding?: {
|
@@ -1548,7 +1536,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1548
1536
|
type: "title" | "text" | "navigation";
|
1549
1537
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1550
1538
|
};
|
1551
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1552
1539
|
};
|
1553
1540
|
icon?: {
|
1554
1541
|
color?: {
|
@@ -1568,9 +1555,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1568
1555
|
opacity?: number;
|
1569
1556
|
};
|
1570
1557
|
size?: number;
|
1571
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1572
1558
|
};
|
1573
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1574
1559
|
};
|
1575
1560
|
variant2?: {
|
1576
1561
|
padding?: {
|
@@ -1663,7 +1648,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1663
1648
|
type: "title" | "text" | "navigation";
|
1664
1649
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1665
1650
|
};
|
1666
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1667
1651
|
};
|
1668
1652
|
icon?: {
|
1669
1653
|
color?: {
|
@@ -1683,9 +1667,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1683
1667
|
opacity?: number;
|
1684
1668
|
};
|
1685
1669
|
size?: number;
|
1686
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1687
1670
|
};
|
1688
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1689
1671
|
};
|
1690
1672
|
variant3?: {
|
1691
1673
|
padding?: {
|
@@ -1778,7 +1760,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1778
1760
|
type: "title" | "text" | "navigation";
|
1779
1761
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1780
1762
|
};
|
1781
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1782
1763
|
};
|
1783
1764
|
icon?: {
|
1784
1765
|
color?: {
|
@@ -1798,9 +1779,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1798
1779
|
opacity?: number;
|
1799
1780
|
};
|
1800
1781
|
size?: number;
|
1801
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1802
1782
|
};
|
1803
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1804
1783
|
};
|
1805
1784
|
variant4?: {
|
1806
1785
|
padding?: {
|
@@ -1893,7 +1872,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
1893
1872
|
type: "title" | "text" | "navigation";
|
1894
1873
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1895
1874
|
};
|
1896
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1897
1875
|
};
|
1898
1876
|
icon?: {
|
1899
1877
|
color?: {
|
@@ -1913,9 +1891,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
1913
1891
|
opacity?: number;
|
1914
1892
|
};
|
1915
1893
|
size?: number;
|
1916
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1917
1894
|
};
|
1918
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1919
1895
|
};
|
1920
1896
|
};
|
1921
1897
|
icon: {
|
@@ -2010,7 +1986,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2010
1986
|
type: "title" | "text" | "navigation";
|
2011
1987
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2012
1988
|
};
|
2013
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2014
1989
|
};
|
2015
1990
|
icon?: {
|
2016
1991
|
color?: {
|
@@ -2030,9 +2005,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2030
2005
|
opacity?: number;
|
2031
2006
|
};
|
2032
2007
|
size?: number;
|
2033
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2034
2008
|
};
|
2035
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2036
2009
|
};
|
2037
2010
|
basic?: {
|
2038
2011
|
padding?: {
|
@@ -2125,7 +2098,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2125
2098
|
type: "title" | "text" | "navigation";
|
2126
2099
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2127
2100
|
};
|
2128
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2129
2101
|
};
|
2130
2102
|
icon?: {
|
2131
2103
|
color?: {
|
@@ -2145,9 +2117,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2145
2117
|
opacity?: number;
|
2146
2118
|
};
|
2147
2119
|
size?: number;
|
2148
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2149
2120
|
};
|
2150
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2151
2121
|
};
|
2152
2122
|
accent1?: {
|
2153
2123
|
padding?: {
|
@@ -2240,7 +2210,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2240
2210
|
type: "title" | "text" | "navigation";
|
2241
2211
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2242
2212
|
};
|
2243
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2244
2213
|
};
|
2245
2214
|
icon?: {
|
2246
2215
|
color?: {
|
@@ -2260,9 +2229,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2260
2229
|
opacity?: number;
|
2261
2230
|
};
|
2262
2231
|
size?: number;
|
2263
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2264
2232
|
};
|
2265
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2266
2233
|
};
|
2267
2234
|
warn?: {
|
2268
2235
|
padding?: {
|
@@ -2355,7 +2322,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2355
2322
|
type: "title" | "text" | "navigation";
|
2356
2323
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2357
2324
|
};
|
2358
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2359
2325
|
};
|
2360
2326
|
icon?: {
|
2361
2327
|
color?: {
|
@@ -2375,9 +2341,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2375
2341
|
opacity?: number;
|
2376
2342
|
};
|
2377
2343
|
size?: number;
|
2378
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2379
2344
|
};
|
2380
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2381
2345
|
};
|
2382
2346
|
link?: {
|
2383
2347
|
padding?: {
|
@@ -2470,7 +2434,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2470
2434
|
type: "title" | "text" | "navigation";
|
2471
2435
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2472
2436
|
};
|
2473
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2474
2437
|
};
|
2475
2438
|
icon?: {
|
2476
2439
|
color?: {
|
@@ -2490,9 +2453,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2490
2453
|
opacity?: number;
|
2491
2454
|
};
|
2492
2455
|
size?: number;
|
2493
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2494
2456
|
};
|
2495
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2496
2457
|
};
|
2497
2458
|
variant1?: {
|
2498
2459
|
padding?: {
|
@@ -2585,7 +2546,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2585
2546
|
type: "title" | "text" | "navigation";
|
2586
2547
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2587
2548
|
};
|
2588
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2589
2549
|
};
|
2590
2550
|
icon?: {
|
2591
2551
|
color?: {
|
@@ -2605,9 +2565,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2605
2565
|
opacity?: number;
|
2606
2566
|
};
|
2607
2567
|
size?: number;
|
2608
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2609
2568
|
};
|
2610
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2611
2569
|
};
|
2612
2570
|
variant2?: {
|
2613
2571
|
padding?: {
|
@@ -2700,7 +2658,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2700
2658
|
type: "title" | "text" | "navigation";
|
2701
2659
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2702
2660
|
};
|
2703
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2704
2661
|
};
|
2705
2662
|
icon?: {
|
2706
2663
|
color?: {
|
@@ -2720,9 +2677,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2720
2677
|
opacity?: number;
|
2721
2678
|
};
|
2722
2679
|
size?: number;
|
2723
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2724
2680
|
};
|
2725
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2726
2681
|
};
|
2727
2682
|
variant3?: {
|
2728
2683
|
padding?: {
|
@@ -2815,7 +2770,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2815
2770
|
type: "title" | "text" | "navigation";
|
2816
2771
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2817
2772
|
};
|
2818
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2819
2773
|
};
|
2820
2774
|
icon?: {
|
2821
2775
|
color?: {
|
@@ -2835,9 +2789,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2835
2789
|
opacity?: number;
|
2836
2790
|
};
|
2837
2791
|
size?: number;
|
2838
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2839
2792
|
};
|
2840
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2841
2793
|
};
|
2842
2794
|
variant4?: {
|
2843
2795
|
padding?: {
|
@@ -2930,7 +2882,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
2930
2882
|
type: "title" | "text" | "navigation";
|
2931
2883
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2932
2884
|
};
|
2933
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2934
2885
|
};
|
2935
2886
|
icon?: {
|
2936
2887
|
color?: {
|
@@ -2950,9 +2901,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
2950
2901
|
opacity?: number;
|
2951
2902
|
};
|
2952
2903
|
size?: number;
|
2953
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2954
2904
|
};
|
2955
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2956
2905
|
};
|
2957
2906
|
};
|
2958
2907
|
name?: string;
|
@@ -3070,7 +3019,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3070
3019
|
type: "title" | "text" | "navigation";
|
3071
3020
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3072
3021
|
};
|
3073
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3074
3022
|
};
|
3075
3023
|
icon?: {
|
3076
3024
|
color?: {
|
@@ -3090,7 +3038,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3090
3038
|
opacity?: number;
|
3091
3039
|
};
|
3092
3040
|
size?: number;
|
3093
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3094
3041
|
};
|
3095
3042
|
active?: {
|
3096
3043
|
padding?: {
|
@@ -3182,7 +3129,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3182
3129
|
type: "title" | "text" | "navigation";
|
3183
3130
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3184
3131
|
};
|
3185
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3186
3132
|
};
|
3187
3133
|
icon?: {
|
3188
3134
|
color?: {
|
@@ -3202,7 +3148,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3202
3148
|
opacity?: number;
|
3203
3149
|
};
|
3204
3150
|
size?: number;
|
3205
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3206
3151
|
};
|
3207
3152
|
};
|
3208
3153
|
inactive?: {
|
@@ -3252,7 +3197,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3252
3197
|
elevation?: number;
|
3253
3198
|
};
|
3254
3199
|
};
|
3255
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3256
3200
|
};
|
3257
3201
|
variant1?: {
|
3258
3202
|
background?: {
|
@@ -3366,7 +3310,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3366
3310
|
type: "title" | "text" | "navigation";
|
3367
3311
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3368
3312
|
};
|
3369
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3370
3313
|
};
|
3371
3314
|
icon?: {
|
3372
3315
|
color?: {
|
@@ -3386,7 +3329,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3386
3329
|
opacity?: number;
|
3387
3330
|
};
|
3388
3331
|
size?: number;
|
3389
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3390
3332
|
};
|
3391
3333
|
active?: {
|
3392
3334
|
padding?: {
|
@@ -3478,7 +3420,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3478
3420
|
type: "title" | "text" | "navigation";
|
3479
3421
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3480
3422
|
};
|
3481
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3482
3423
|
};
|
3483
3424
|
icon?: {
|
3484
3425
|
color?: {
|
@@ -3498,7 +3439,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3498
3439
|
opacity?: number;
|
3499
3440
|
};
|
3500
3441
|
size?: number;
|
3501
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3502
3442
|
};
|
3503
3443
|
};
|
3504
3444
|
inactive?: {
|
@@ -3548,7 +3488,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3548
3488
|
elevation?: number;
|
3549
3489
|
};
|
3550
3490
|
};
|
3551
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3552
3491
|
};
|
3553
3492
|
variant2?: {
|
3554
3493
|
background?: {
|
@@ -3662,7 +3601,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3662
3601
|
type: "title" | "text" | "navigation";
|
3663
3602
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3664
3603
|
};
|
3665
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3666
3604
|
};
|
3667
3605
|
icon?: {
|
3668
3606
|
color?: {
|
@@ -3682,7 +3620,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3682
3620
|
opacity?: number;
|
3683
3621
|
};
|
3684
3622
|
size?: number;
|
3685
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3686
3623
|
};
|
3687
3624
|
active?: {
|
3688
3625
|
padding?: {
|
@@ -3774,7 +3711,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3774
3711
|
type: "title" | "text" | "navigation";
|
3775
3712
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3776
3713
|
};
|
3777
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3778
3714
|
};
|
3779
3715
|
icon?: {
|
3780
3716
|
color?: {
|
@@ -3794,7 +3730,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3794
3730
|
opacity?: number;
|
3795
3731
|
};
|
3796
3732
|
size?: number;
|
3797
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3798
3733
|
};
|
3799
3734
|
};
|
3800
3735
|
inactive?: {
|
@@ -3844,7 +3779,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3844
3779
|
elevation?: number;
|
3845
3780
|
};
|
3846
3781
|
};
|
3847
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3848
3782
|
};
|
3849
3783
|
variant3?: {
|
3850
3784
|
background?: {
|
@@ -3958,7 +3892,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3958
3892
|
type: "title" | "text" | "navigation";
|
3959
3893
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3960
3894
|
};
|
3961
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3962
3895
|
};
|
3963
3896
|
icon?: {
|
3964
3897
|
color?: {
|
@@ -3978,7 +3911,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
3978
3911
|
opacity?: number;
|
3979
3912
|
};
|
3980
3913
|
size?: number;
|
3981
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3982
3914
|
};
|
3983
3915
|
active?: {
|
3984
3916
|
padding?: {
|
@@ -4070,7 +4002,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
4070
4002
|
type: "title" | "text" | "navigation";
|
4071
4003
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4072
4004
|
};
|
4073
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4074
4005
|
};
|
4075
4006
|
icon?: {
|
4076
4007
|
color?: {
|
@@ -4090,7 +4021,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
4090
4021
|
opacity?: number;
|
4091
4022
|
};
|
4092
4023
|
size?: number;
|
4093
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4094
4024
|
};
|
4095
4025
|
};
|
4096
4026
|
inactive?: {
|
@@ -4140,7 +4070,6 @@ export declare const useChromeBlueprintStore: () => {
|
|
4140
4070
|
elevation?: number;
|
4141
4071
|
};
|
4142
4072
|
};
|
4143
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4144
4073
|
};
|
4145
4074
|
name?: string;
|
4146
4075
|
};
|
@@ -4198,6 +4127,8 @@ export declare const useChromeBlueprintStore: () => {
|
|
4198
4127
|
onLoaded?: string[];
|
4199
4128
|
onEditMode?: string[];
|
4200
4129
|
onSaving?: string[];
|
4130
|
+
onPersistState?: string[];
|
4131
|
+
onRestoreState?: string[];
|
4201
4132
|
};
|
4202
4133
|
actions?: {
|
4203
4134
|
[name: string]: string[];
|
@@ -4399,6 +4330,8 @@ export declare const useChromeBlueprintStore: () => {
|
|
4399
4330
|
onLoaded?: string[];
|
4400
4331
|
onEditMode?: string[];
|
4401
4332
|
onSaving?: string[];
|
4333
|
+
onPersistState?: string[];
|
4334
|
+
onRestoreState?: string[];
|
4402
4335
|
};
|
4403
4336
|
actions?: {
|
4404
4337
|
[name: string]: string[];
|
@@ -4600,6 +4533,8 @@ export declare const useChromeBlueprintStore: () => {
|
|
4600
4533
|
onLoaded?: string[];
|
4601
4534
|
onEditMode?: string[];
|
4602
4535
|
onSaving?: string[];
|
4536
|
+
onPersistState?: string[];
|
4537
|
+
onRestoreState?: string[];
|
4603
4538
|
};
|
4604
4539
|
actions?: {
|
4605
4540
|
[name: string]: string[];
|
@@ -4801,6 +4736,8 @@ export declare const useChromeBlueprintStore: () => {
|
|
4801
4736
|
onLoaded?: string[];
|
4802
4737
|
onEditMode?: string[];
|
4803
4738
|
onSaving?: string[];
|
4739
|
+
onPersistState?: string[];
|
4740
|
+
onRestoreState?: string[];
|
4804
4741
|
};
|
4805
4742
|
actions?: {
|
4806
4743
|
[name: string]: string[];
|
@@ -4957,6 +4894,104 @@ export declare const useChromeBlueprintStore: () => {
|
|
4957
4894
|
};
|
4958
4895
|
};
|
4959
4896
|
};
|
4897
|
+
icons?: {
|
4898
|
+
xs?: {
|
4899
|
+
color?: {
|
4900
|
+
colors: (string | {
|
4901
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4902
|
+
toned?: boolean;
|
4903
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4904
|
+
} | {
|
4905
|
+
color: string | {
|
4906
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4907
|
+
toned?: boolean;
|
4908
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4909
|
+
};
|
4910
|
+
stop?: number;
|
4911
|
+
})[];
|
4912
|
+
acrylic?: boolean;
|
4913
|
+
opacity?: number;
|
4914
|
+
};
|
4915
|
+
size?: number;
|
4916
|
+
};
|
4917
|
+
s?: {
|
4918
|
+
color?: {
|
4919
|
+
colors: (string | {
|
4920
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4921
|
+
toned?: boolean;
|
4922
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4923
|
+
} | {
|
4924
|
+
color: string | {
|
4925
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4926
|
+
toned?: boolean;
|
4927
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4928
|
+
};
|
4929
|
+
stop?: number;
|
4930
|
+
})[];
|
4931
|
+
acrylic?: boolean;
|
4932
|
+
opacity?: number;
|
4933
|
+
};
|
4934
|
+
size?: number;
|
4935
|
+
};
|
4936
|
+
m?: {
|
4937
|
+
color?: {
|
4938
|
+
colors: (string | {
|
4939
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4940
|
+
toned?: boolean;
|
4941
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4942
|
+
} | {
|
4943
|
+
color: string | {
|
4944
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4945
|
+
toned?: boolean;
|
4946
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4947
|
+
};
|
4948
|
+
stop?: number;
|
4949
|
+
})[];
|
4950
|
+
acrylic?: boolean;
|
4951
|
+
opacity?: number;
|
4952
|
+
};
|
4953
|
+
size?: number;
|
4954
|
+
};
|
4955
|
+
l?: {
|
4956
|
+
color?: {
|
4957
|
+
colors: (string | {
|
4958
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4959
|
+
toned?: boolean;
|
4960
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4961
|
+
} | {
|
4962
|
+
color: string | {
|
4963
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4964
|
+
toned?: boolean;
|
4965
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4966
|
+
};
|
4967
|
+
stop?: number;
|
4968
|
+
})[];
|
4969
|
+
acrylic?: boolean;
|
4970
|
+
opacity?: number;
|
4971
|
+
};
|
4972
|
+
size?: number;
|
4973
|
+
};
|
4974
|
+
xl?: {
|
4975
|
+
color?: {
|
4976
|
+
colors: (string | {
|
4977
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4978
|
+
toned?: boolean;
|
4979
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4980
|
+
} | {
|
4981
|
+
color: string | {
|
4982
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4983
|
+
toned?: boolean;
|
4984
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4985
|
+
};
|
4986
|
+
stop?: number;
|
4987
|
+
})[];
|
4988
|
+
acrylic?: boolean;
|
4989
|
+
opacity?: number;
|
4990
|
+
};
|
4991
|
+
size?: number;
|
4992
|
+
};
|
4993
|
+
name?: string;
|
4994
|
+
};
|
4960
4995
|
name?: string;
|
4961
4996
|
id: {
|
4962
4997
|
toString: () => string;
|
@@ -5042,6 +5077,7 @@ export declare const useChromeBlueprintStore: () => {
|
|
5042
5077
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5043
5078
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5044
5079
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5080
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5045
5081
|
};
|
5046
5082
|
deactivated(): void;
|
5047
5083
|
};
|