@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
@@ -104,6 +104,7 @@ declare const _default: <T extends unknown>(props: {
|
|
104
104
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
105
105
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
106
106
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
107
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
107
108
|
};
|
108
109
|
deactivated(): void;
|
109
110
|
};
|
@@ -199,6 +200,7 @@ declare const _default: <T extends unknown>(props: {
|
|
199
200
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
200
201
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
201
202
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
203
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
202
204
|
};
|
203
205
|
deactivated(): void;
|
204
206
|
};
|
@@ -294,6 +296,7 @@ declare const _default: <T extends unknown>(props: {
|
|
294
296
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
295
297
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
296
298
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
299
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
297
300
|
};
|
298
301
|
deactivated(): void;
|
299
302
|
};
|
@@ -382,6 +385,7 @@ declare const _default: <T extends unknown>(props: {
|
|
382
385
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
383
386
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
384
387
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
388
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
385
389
|
};
|
386
390
|
deactivated(): void;
|
387
391
|
};
|
@@ -1090,7 +1094,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1090
1094
|
type: "title" | "text" | "navigation";
|
1091
1095
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1092
1096
|
};
|
1093
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1094
1097
|
};
|
1095
1098
|
icon?: {
|
1096
1099
|
color?: {
|
@@ -1110,9 +1113,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1110
1113
|
opacity?: number;
|
1111
1114
|
};
|
1112
1115
|
size?: number;
|
1113
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1114
1116
|
};
|
1115
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1116
1117
|
};
|
1117
1118
|
basic?: {
|
1118
1119
|
padding?: {
|
@@ -1205,7 +1206,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1205
1206
|
type: "title" | "text" | "navigation";
|
1206
1207
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1207
1208
|
};
|
1208
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1209
1209
|
};
|
1210
1210
|
icon?: {
|
1211
1211
|
color?: {
|
@@ -1225,9 +1225,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1225
1225
|
opacity?: number;
|
1226
1226
|
};
|
1227
1227
|
size?: number;
|
1228
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1229
1228
|
};
|
1230
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1231
1229
|
};
|
1232
1230
|
accent1?: {
|
1233
1231
|
padding?: {
|
@@ -1320,7 +1318,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1320
1318
|
type: "title" | "text" | "navigation";
|
1321
1319
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1322
1320
|
};
|
1323
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1324
1321
|
};
|
1325
1322
|
icon?: {
|
1326
1323
|
color?: {
|
@@ -1340,9 +1337,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1340
1337
|
opacity?: number;
|
1341
1338
|
};
|
1342
1339
|
size?: number;
|
1343
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1344
1340
|
};
|
1345
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1346
1341
|
};
|
1347
1342
|
warn?: {
|
1348
1343
|
padding?: {
|
@@ -1435,7 +1430,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1435
1430
|
type: "title" | "text" | "navigation";
|
1436
1431
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1437
1432
|
};
|
1438
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1439
1433
|
};
|
1440
1434
|
icon?: {
|
1441
1435
|
color?: {
|
@@ -1455,9 +1449,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1455
1449
|
opacity?: number;
|
1456
1450
|
};
|
1457
1451
|
size?: number;
|
1458
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1459
1452
|
};
|
1460
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1461
1453
|
};
|
1462
1454
|
link?: {
|
1463
1455
|
padding?: {
|
@@ -1550,7 +1542,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1550
1542
|
type: "title" | "text" | "navigation";
|
1551
1543
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1552
1544
|
};
|
1553
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1554
1545
|
};
|
1555
1546
|
icon?: {
|
1556
1547
|
color?: {
|
@@ -1570,9 +1561,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1570
1561
|
opacity?: number;
|
1571
1562
|
};
|
1572
1563
|
size?: number;
|
1573
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1574
1564
|
};
|
1575
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1576
1565
|
};
|
1577
1566
|
variant1?: {
|
1578
1567
|
padding?: {
|
@@ -1665,7 +1654,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1665
1654
|
type: "title" | "text" | "navigation";
|
1666
1655
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1667
1656
|
};
|
1668
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1669
1657
|
};
|
1670
1658
|
icon?: {
|
1671
1659
|
color?: {
|
@@ -1685,9 +1673,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1685
1673
|
opacity?: number;
|
1686
1674
|
};
|
1687
1675
|
size?: number;
|
1688
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1689
1676
|
};
|
1690
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1691
1677
|
};
|
1692
1678
|
variant2?: {
|
1693
1679
|
padding?: {
|
@@ -1780,7 +1766,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1780
1766
|
type: "title" | "text" | "navigation";
|
1781
1767
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1782
1768
|
};
|
1783
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1784
1769
|
};
|
1785
1770
|
icon?: {
|
1786
1771
|
color?: {
|
@@ -1800,9 +1785,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1800
1785
|
opacity?: number;
|
1801
1786
|
};
|
1802
1787
|
size?: number;
|
1803
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1804
1788
|
};
|
1805
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1806
1789
|
};
|
1807
1790
|
variant3?: {
|
1808
1791
|
padding?: {
|
@@ -1895,7 +1878,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1895
1878
|
type: "title" | "text" | "navigation";
|
1896
1879
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1897
1880
|
};
|
1898
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1899
1881
|
};
|
1900
1882
|
icon?: {
|
1901
1883
|
color?: {
|
@@ -1915,9 +1897,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1915
1897
|
opacity?: number;
|
1916
1898
|
};
|
1917
1899
|
size?: number;
|
1918
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1919
1900
|
};
|
1920
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1921
1901
|
};
|
1922
1902
|
variant4?: {
|
1923
1903
|
padding?: {
|
@@ -2010,7 +1990,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2010
1990
|
type: "title" | "text" | "navigation";
|
2011
1991
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2012
1992
|
};
|
2013
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2014
1993
|
};
|
2015
1994
|
icon?: {
|
2016
1995
|
color?: {
|
@@ -2030,9 +2009,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2030
2009
|
opacity?: number;
|
2031
2010
|
};
|
2032
2011
|
size?: number;
|
2033
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2034
2012
|
};
|
2035
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2036
2013
|
};
|
2037
2014
|
};
|
2038
2015
|
icon: {
|
@@ -2127,7 +2104,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2127
2104
|
type: "title" | "text" | "navigation";
|
2128
2105
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2129
2106
|
};
|
2130
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2131
2107
|
};
|
2132
2108
|
icon?: {
|
2133
2109
|
color?: {
|
@@ -2147,9 +2123,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2147
2123
|
opacity?: number;
|
2148
2124
|
};
|
2149
2125
|
size?: number;
|
2150
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2151
2126
|
};
|
2152
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2153
2127
|
};
|
2154
2128
|
basic?: {
|
2155
2129
|
padding?: {
|
@@ -2242,7 +2216,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2242
2216
|
type: "title" | "text" | "navigation";
|
2243
2217
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2244
2218
|
};
|
2245
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2246
2219
|
};
|
2247
2220
|
icon?: {
|
2248
2221
|
color?: {
|
@@ -2262,9 +2235,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2262
2235
|
opacity?: number;
|
2263
2236
|
};
|
2264
2237
|
size?: number;
|
2265
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2266
2238
|
};
|
2267
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2268
2239
|
};
|
2269
2240
|
accent1?: {
|
2270
2241
|
padding?: {
|
@@ -2357,7 +2328,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2357
2328
|
type: "title" | "text" | "navigation";
|
2358
2329
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2359
2330
|
};
|
2360
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2361
2331
|
};
|
2362
2332
|
icon?: {
|
2363
2333
|
color?: {
|
@@ -2377,9 +2347,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2377
2347
|
opacity?: number;
|
2378
2348
|
};
|
2379
2349
|
size?: number;
|
2380
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2381
2350
|
};
|
2382
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2383
2351
|
};
|
2384
2352
|
warn?: {
|
2385
2353
|
padding?: {
|
@@ -2472,7 +2440,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2472
2440
|
type: "title" | "text" | "navigation";
|
2473
2441
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2474
2442
|
};
|
2475
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2476
2443
|
};
|
2477
2444
|
icon?: {
|
2478
2445
|
color?: {
|
@@ -2492,9 +2459,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2492
2459
|
opacity?: number;
|
2493
2460
|
};
|
2494
2461
|
size?: number;
|
2495
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2496
2462
|
};
|
2497
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2498
2463
|
};
|
2499
2464
|
link?: {
|
2500
2465
|
padding?: {
|
@@ -2587,7 +2552,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2587
2552
|
type: "title" | "text" | "navigation";
|
2588
2553
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2589
2554
|
};
|
2590
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2591
2555
|
};
|
2592
2556
|
icon?: {
|
2593
2557
|
color?: {
|
@@ -2607,9 +2571,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2607
2571
|
opacity?: number;
|
2608
2572
|
};
|
2609
2573
|
size?: number;
|
2610
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2611
2574
|
};
|
2612
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2613
2575
|
};
|
2614
2576
|
variant1?: {
|
2615
2577
|
padding?: {
|
@@ -2702,7 +2664,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2702
2664
|
type: "title" | "text" | "navigation";
|
2703
2665
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2704
2666
|
};
|
2705
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2706
2667
|
};
|
2707
2668
|
icon?: {
|
2708
2669
|
color?: {
|
@@ -2722,9 +2683,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2722
2683
|
opacity?: number;
|
2723
2684
|
};
|
2724
2685
|
size?: number;
|
2725
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2726
2686
|
};
|
2727
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2728
2687
|
};
|
2729
2688
|
variant2?: {
|
2730
2689
|
padding?: {
|
@@ -2817,7 +2776,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2817
2776
|
type: "title" | "text" | "navigation";
|
2818
2777
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2819
2778
|
};
|
2820
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2821
2779
|
};
|
2822
2780
|
icon?: {
|
2823
2781
|
color?: {
|
@@ -2837,9 +2795,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2837
2795
|
opacity?: number;
|
2838
2796
|
};
|
2839
2797
|
size?: number;
|
2840
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2841
2798
|
};
|
2842
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2843
2799
|
};
|
2844
2800
|
variant3?: {
|
2845
2801
|
padding?: {
|
@@ -2932,7 +2888,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2932
2888
|
type: "title" | "text" | "navigation";
|
2933
2889
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2934
2890
|
};
|
2935
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2936
2891
|
};
|
2937
2892
|
icon?: {
|
2938
2893
|
color?: {
|
@@ -2952,9 +2907,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2952
2907
|
opacity?: number;
|
2953
2908
|
};
|
2954
2909
|
size?: number;
|
2955
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2956
2910
|
};
|
2957
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2958
2911
|
};
|
2959
2912
|
variant4?: {
|
2960
2913
|
padding?: {
|
@@ -3047,7 +3000,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3047
3000
|
type: "title" | "text" | "navigation";
|
3048
3001
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3049
3002
|
};
|
3050
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3051
3003
|
};
|
3052
3004
|
icon?: {
|
3053
3005
|
color?: {
|
@@ -3067,9 +3019,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3067
3019
|
opacity?: number;
|
3068
3020
|
};
|
3069
3021
|
size?: number;
|
3070
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3071
3022
|
};
|
3072
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3073
3023
|
};
|
3074
3024
|
};
|
3075
3025
|
name?: string;
|
@@ -3187,7 +3137,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3187
3137
|
type: "title" | "text" | "navigation";
|
3188
3138
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3189
3139
|
};
|
3190
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3191
3140
|
};
|
3192
3141
|
icon?: {
|
3193
3142
|
color?: {
|
@@ -3207,7 +3156,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3207
3156
|
opacity?: number;
|
3208
3157
|
};
|
3209
3158
|
size?: number;
|
3210
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3211
3159
|
};
|
3212
3160
|
active?: {
|
3213
3161
|
padding?: {
|
@@ -3299,7 +3247,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3299
3247
|
type: "title" | "text" | "navigation";
|
3300
3248
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3301
3249
|
};
|
3302
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3303
3250
|
};
|
3304
3251
|
icon?: {
|
3305
3252
|
color?: {
|
@@ -3319,7 +3266,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3319
3266
|
opacity?: number;
|
3320
3267
|
};
|
3321
3268
|
size?: number;
|
3322
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3323
3269
|
};
|
3324
3270
|
};
|
3325
3271
|
inactive?: {
|
@@ -3369,7 +3315,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3369
3315
|
elevation?: number;
|
3370
3316
|
};
|
3371
3317
|
};
|
3372
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3373
3318
|
};
|
3374
3319
|
variant1?: {
|
3375
3320
|
background?: {
|
@@ -3483,7 +3428,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3483
3428
|
type: "title" | "text" | "navigation";
|
3484
3429
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3485
3430
|
};
|
3486
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3487
3431
|
};
|
3488
3432
|
icon?: {
|
3489
3433
|
color?: {
|
@@ -3503,7 +3447,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3503
3447
|
opacity?: number;
|
3504
3448
|
};
|
3505
3449
|
size?: number;
|
3506
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3507
3450
|
};
|
3508
3451
|
active?: {
|
3509
3452
|
padding?: {
|
@@ -3595,7 +3538,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3595
3538
|
type: "title" | "text" | "navigation";
|
3596
3539
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3597
3540
|
};
|
3598
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3599
3541
|
};
|
3600
3542
|
icon?: {
|
3601
3543
|
color?: {
|
@@ -3615,7 +3557,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3615
3557
|
opacity?: number;
|
3616
3558
|
};
|
3617
3559
|
size?: number;
|
3618
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3619
3560
|
};
|
3620
3561
|
};
|
3621
3562
|
inactive?: {
|
@@ -3665,7 +3606,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3665
3606
|
elevation?: number;
|
3666
3607
|
};
|
3667
3608
|
};
|
3668
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3669
3609
|
};
|
3670
3610
|
variant2?: {
|
3671
3611
|
background?: {
|
@@ -3779,7 +3719,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3779
3719
|
type: "title" | "text" | "navigation";
|
3780
3720
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3781
3721
|
};
|
3782
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3783
3722
|
};
|
3784
3723
|
icon?: {
|
3785
3724
|
color?: {
|
@@ -3799,7 +3738,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3799
3738
|
opacity?: number;
|
3800
3739
|
};
|
3801
3740
|
size?: number;
|
3802
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3803
3741
|
};
|
3804
3742
|
active?: {
|
3805
3743
|
padding?: {
|
@@ -3891,7 +3829,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3891
3829
|
type: "title" | "text" | "navigation";
|
3892
3830
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3893
3831
|
};
|
3894
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3895
3832
|
};
|
3896
3833
|
icon?: {
|
3897
3834
|
color?: {
|
@@ -3911,7 +3848,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3911
3848
|
opacity?: number;
|
3912
3849
|
};
|
3913
3850
|
size?: number;
|
3914
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3915
3851
|
};
|
3916
3852
|
};
|
3917
3853
|
inactive?: {
|
@@ -3961,7 +3897,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3961
3897
|
elevation?: number;
|
3962
3898
|
};
|
3963
3899
|
};
|
3964
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3965
3900
|
};
|
3966
3901
|
variant3?: {
|
3967
3902
|
background?: {
|
@@ -4075,7 +4010,6 @@ declare const _default: <T extends unknown>(props: {
|
|
4075
4010
|
type: "title" | "text" | "navigation";
|
4076
4011
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4077
4012
|
};
|
4078
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4079
4013
|
};
|
4080
4014
|
icon?: {
|
4081
4015
|
color?: {
|
@@ -4095,7 +4029,6 @@ declare const _default: <T extends unknown>(props: {
|
|
4095
4029
|
opacity?: number;
|
4096
4030
|
};
|
4097
4031
|
size?: number;
|
4098
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4099
4032
|
};
|
4100
4033
|
active?: {
|
4101
4034
|
padding?: {
|
@@ -4187,7 +4120,6 @@ declare const _default: <T extends unknown>(props: {
|
|
4187
4120
|
type: "title" | "text" | "navigation";
|
4188
4121
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4189
4122
|
};
|
4190
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4191
4123
|
};
|
4192
4124
|
icon?: {
|
4193
4125
|
color?: {
|
@@ -4207,7 +4139,6 @@ declare const _default: <T extends unknown>(props: {
|
|
4207
4139
|
opacity?: number;
|
4208
4140
|
};
|
4209
4141
|
size?: number;
|
4210
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4211
4142
|
};
|
4212
4143
|
};
|
4213
4144
|
inactive?: {
|
@@ -4257,7 +4188,6 @@ declare const _default: <T extends unknown>(props: {
|
|
4257
4188
|
elevation?: number;
|
4258
4189
|
};
|
4259
4190
|
};
|
4260
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4261
4191
|
};
|
4262
4192
|
name?: string;
|
4263
4193
|
};
|
@@ -4315,6 +4245,8 @@ declare const _default: <T extends unknown>(props: {
|
|
4315
4245
|
onLoaded?: string[];
|
4316
4246
|
onEditMode?: string[];
|
4317
4247
|
onSaving?: string[];
|
4248
|
+
onPersistState?: string[];
|
4249
|
+
onRestoreState?: string[];
|
4318
4250
|
};
|
4319
4251
|
actions?: {
|
4320
4252
|
[name: string]: string[];
|
@@ -4516,6 +4448,8 @@ declare const _default: <T extends unknown>(props: {
|
|
4516
4448
|
onLoaded?: string[];
|
4517
4449
|
onEditMode?: string[];
|
4518
4450
|
onSaving?: string[];
|
4451
|
+
onPersistState?: string[];
|
4452
|
+
onRestoreState?: string[];
|
4519
4453
|
};
|
4520
4454
|
actions?: {
|
4521
4455
|
[name: string]: string[];
|
@@ -4717,6 +4651,8 @@ declare const _default: <T extends unknown>(props: {
|
|
4717
4651
|
onLoaded?: string[];
|
4718
4652
|
onEditMode?: string[];
|
4719
4653
|
onSaving?: string[];
|
4654
|
+
onPersistState?: string[];
|
4655
|
+
onRestoreState?: string[];
|
4720
4656
|
};
|
4721
4657
|
actions?: {
|
4722
4658
|
[name: string]: string[];
|
@@ -4918,6 +4854,8 @@ declare const _default: <T extends unknown>(props: {
|
|
4918
4854
|
onLoaded?: string[];
|
4919
4855
|
onEditMode?: string[];
|
4920
4856
|
onSaving?: string[];
|
4857
|
+
onPersistState?: string[];
|
4858
|
+
onRestoreState?: string[];
|
4921
4859
|
};
|
4922
4860
|
actions?: {
|
4923
4861
|
[name: string]: string[];
|
@@ -5074,6 +5012,104 @@ declare const _default: <T extends unknown>(props: {
|
|
5074
5012
|
};
|
5075
5013
|
};
|
5076
5014
|
};
|
5015
|
+
icons?: {
|
5016
|
+
xs?: {
|
5017
|
+
color?: {
|
5018
|
+
colors: (string | {
|
5019
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5020
|
+
toned?: boolean;
|
5021
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5022
|
+
} | {
|
5023
|
+
color: string | {
|
5024
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5025
|
+
toned?: boolean;
|
5026
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5027
|
+
};
|
5028
|
+
stop?: number;
|
5029
|
+
})[];
|
5030
|
+
acrylic?: boolean;
|
5031
|
+
opacity?: number;
|
5032
|
+
};
|
5033
|
+
size?: number;
|
5034
|
+
};
|
5035
|
+
s?: {
|
5036
|
+
color?: {
|
5037
|
+
colors: (string | {
|
5038
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5039
|
+
toned?: boolean;
|
5040
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5041
|
+
} | {
|
5042
|
+
color: string | {
|
5043
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5044
|
+
toned?: boolean;
|
5045
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5046
|
+
};
|
5047
|
+
stop?: number;
|
5048
|
+
})[];
|
5049
|
+
acrylic?: boolean;
|
5050
|
+
opacity?: number;
|
5051
|
+
};
|
5052
|
+
size?: number;
|
5053
|
+
};
|
5054
|
+
m?: {
|
5055
|
+
color?: {
|
5056
|
+
colors: (string | {
|
5057
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5058
|
+
toned?: boolean;
|
5059
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5060
|
+
} | {
|
5061
|
+
color: string | {
|
5062
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5063
|
+
toned?: boolean;
|
5064
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5065
|
+
};
|
5066
|
+
stop?: number;
|
5067
|
+
})[];
|
5068
|
+
acrylic?: boolean;
|
5069
|
+
opacity?: number;
|
5070
|
+
};
|
5071
|
+
size?: number;
|
5072
|
+
};
|
5073
|
+
l?: {
|
5074
|
+
color?: {
|
5075
|
+
colors: (string | {
|
5076
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5077
|
+
toned?: boolean;
|
5078
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5079
|
+
} | {
|
5080
|
+
color: string | {
|
5081
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5082
|
+
toned?: boolean;
|
5083
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5084
|
+
};
|
5085
|
+
stop?: number;
|
5086
|
+
})[];
|
5087
|
+
acrylic?: boolean;
|
5088
|
+
opacity?: number;
|
5089
|
+
};
|
5090
|
+
size?: number;
|
5091
|
+
};
|
5092
|
+
xl?: {
|
5093
|
+
color?: {
|
5094
|
+
colors: (string | {
|
5095
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5096
|
+
toned?: boolean;
|
5097
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5098
|
+
} | {
|
5099
|
+
color: string | {
|
5100
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5101
|
+
toned?: boolean;
|
5102
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5103
|
+
};
|
5104
|
+
stop?: number;
|
5105
|
+
})[];
|
5106
|
+
acrylic?: boolean;
|
5107
|
+
opacity?: number;
|
5108
|
+
};
|
5109
|
+
size?: number;
|
5110
|
+
};
|
5111
|
+
name?: string;
|
5112
|
+
};
|
5077
5113
|
name?: string;
|
5078
5114
|
id: {
|
5079
5115
|
toString: () => string;
|
@@ -5159,6 +5195,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5159
5195
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5160
5196
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5161
5197
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5198
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5162
5199
|
};
|
5163
5200
|
deactivated(): void;
|
5164
5201
|
};
|
@@ -5372,6 +5409,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5372
5409
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5373
5410
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5374
5411
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5412
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5375
5413
|
};
|
5376
5414
|
deactivated(): void;
|
5377
5415
|
};
|
@@ -5467,6 +5505,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5467
5505
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5468
5506
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5469
5507
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5508
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5470
5509
|
};
|
5471
5510
|
deactivated(): void;
|
5472
5511
|
};
|
@@ -5562,6 +5601,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5562
5601
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5563
5602
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5564
5603
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5604
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5565
5605
|
};
|
5566
5606
|
deactivated(): void;
|
5567
5607
|
};
|
@@ -5650,6 +5690,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5650
5690
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5651
5691
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5652
5692
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5693
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5653
5694
|
};
|
5654
5695
|
deactivated(): void;
|
5655
5696
|
};
|
@@ -6358,7 +6399,6 @@ declare const _default: <T extends unknown>(props: {
|
|
6358
6399
|
type: "title" | "text" | "navigation";
|
6359
6400
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6360
6401
|
};
|
6361
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6362
6402
|
};
|
6363
6403
|
icon?: {
|
6364
6404
|
color?: {
|
@@ -6378,9 +6418,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6378
6418
|
opacity?: number;
|
6379
6419
|
};
|
6380
6420
|
size?: number;
|
6381
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6382
6421
|
};
|
6383
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6384
6422
|
};
|
6385
6423
|
basic?: {
|
6386
6424
|
padding?: {
|
@@ -6473,7 +6511,6 @@ declare const _default: <T extends unknown>(props: {
|
|
6473
6511
|
type: "title" | "text" | "navigation";
|
6474
6512
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6475
6513
|
};
|
6476
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6477
6514
|
};
|
6478
6515
|
icon?: {
|
6479
6516
|
color?: {
|
@@ -6493,9 +6530,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6493
6530
|
opacity?: number;
|
6494
6531
|
};
|
6495
6532
|
size?: number;
|
6496
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6497
6533
|
};
|
6498
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6499
6534
|
};
|
6500
6535
|
accent1?: {
|
6501
6536
|
padding?: {
|
@@ -6588,7 +6623,6 @@ declare const _default: <T extends unknown>(props: {
|
|
6588
6623
|
type: "title" | "text" | "navigation";
|
6589
6624
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6590
6625
|
};
|
6591
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6592
6626
|
};
|
6593
6627
|
icon?: {
|
6594
6628
|
color?: {
|
@@ -6608,9 +6642,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6608
6642
|
opacity?: number;
|
6609
6643
|
};
|
6610
6644
|
size?: number;
|
6611
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6612
6645
|
};
|
6613
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6614
6646
|
};
|
6615
6647
|
warn?: {
|
6616
6648
|
padding?: {
|
@@ -6703,7 +6735,6 @@ declare const _default: <T extends unknown>(props: {
|
|
6703
6735
|
type: "title" | "text" | "navigation";
|
6704
6736
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6705
6737
|
};
|
6706
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6707
6738
|
};
|
6708
6739
|
icon?: {
|
6709
6740
|
color?: {
|
@@ -6723,9 +6754,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6723
6754
|
opacity?: number;
|
6724
6755
|
};
|
6725
6756
|
size?: number;
|
6726
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6727
6757
|
};
|
6728
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6729
6758
|
};
|
6730
6759
|
link?: {
|
6731
6760
|
padding?: {
|
@@ -6818,7 +6847,6 @@ declare const _default: <T extends unknown>(props: {
|
|
6818
6847
|
type: "title" | "text" | "navigation";
|
6819
6848
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6820
6849
|
};
|
6821
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6822
6850
|
};
|
6823
6851
|
icon?: {
|
6824
6852
|
color?: {
|
@@ -6838,9 +6866,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6838
6866
|
opacity?: number;
|
6839
6867
|
};
|
6840
6868
|
size?: number;
|
6841
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6842
6869
|
};
|
6843
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6844
6870
|
};
|
6845
6871
|
variant1?: {
|
6846
6872
|
padding?: {
|
@@ -6933,7 +6959,6 @@ declare const _default: <T extends unknown>(props: {
|
|
6933
6959
|
type: "title" | "text" | "navigation";
|
6934
6960
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6935
6961
|
};
|
6936
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6937
6962
|
};
|
6938
6963
|
icon?: {
|
6939
6964
|
color?: {
|
@@ -6953,9 +6978,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6953
6978
|
opacity?: number;
|
6954
6979
|
};
|
6955
6980
|
size?: number;
|
6956
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6957
6981
|
};
|
6958
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6959
6982
|
};
|
6960
6983
|
variant2?: {
|
6961
6984
|
padding?: {
|
@@ -7048,7 +7071,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7048
7071
|
type: "title" | "text" | "navigation";
|
7049
7072
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7050
7073
|
};
|
7051
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7052
7074
|
};
|
7053
7075
|
icon?: {
|
7054
7076
|
color?: {
|
@@ -7068,9 +7090,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7068
7090
|
opacity?: number;
|
7069
7091
|
};
|
7070
7092
|
size?: number;
|
7071
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7072
7093
|
};
|
7073
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7074
7094
|
};
|
7075
7095
|
variant3?: {
|
7076
7096
|
padding?: {
|
@@ -7163,7 +7183,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7163
7183
|
type: "title" | "text" | "navigation";
|
7164
7184
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7165
7185
|
};
|
7166
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7167
7186
|
};
|
7168
7187
|
icon?: {
|
7169
7188
|
color?: {
|
@@ -7183,9 +7202,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7183
7202
|
opacity?: number;
|
7184
7203
|
};
|
7185
7204
|
size?: number;
|
7186
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7187
7205
|
};
|
7188
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7189
7206
|
};
|
7190
7207
|
variant4?: {
|
7191
7208
|
padding?: {
|
@@ -7278,7 +7295,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7278
7295
|
type: "title" | "text" | "navigation";
|
7279
7296
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7280
7297
|
};
|
7281
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7282
7298
|
};
|
7283
7299
|
icon?: {
|
7284
7300
|
color?: {
|
@@ -7298,9 +7314,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7298
7314
|
opacity?: number;
|
7299
7315
|
};
|
7300
7316
|
size?: number;
|
7301
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7302
7317
|
};
|
7303
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7304
7318
|
};
|
7305
7319
|
};
|
7306
7320
|
icon: {
|
@@ -7395,7 +7409,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7395
7409
|
type: "title" | "text" | "navigation";
|
7396
7410
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7397
7411
|
};
|
7398
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7399
7412
|
};
|
7400
7413
|
icon?: {
|
7401
7414
|
color?: {
|
@@ -7415,9 +7428,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7415
7428
|
opacity?: number;
|
7416
7429
|
};
|
7417
7430
|
size?: number;
|
7418
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7419
7431
|
};
|
7420
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7421
7432
|
};
|
7422
7433
|
basic?: {
|
7423
7434
|
padding?: {
|
@@ -7510,7 +7521,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7510
7521
|
type: "title" | "text" | "navigation";
|
7511
7522
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7512
7523
|
};
|
7513
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7514
7524
|
};
|
7515
7525
|
icon?: {
|
7516
7526
|
color?: {
|
@@ -7530,9 +7540,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7530
7540
|
opacity?: number;
|
7531
7541
|
};
|
7532
7542
|
size?: number;
|
7533
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7534
7543
|
};
|
7535
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7536
7544
|
};
|
7537
7545
|
accent1?: {
|
7538
7546
|
padding?: {
|
@@ -7625,7 +7633,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7625
7633
|
type: "title" | "text" | "navigation";
|
7626
7634
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7627
7635
|
};
|
7628
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7629
7636
|
};
|
7630
7637
|
icon?: {
|
7631
7638
|
color?: {
|
@@ -7645,9 +7652,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7645
7652
|
opacity?: number;
|
7646
7653
|
};
|
7647
7654
|
size?: number;
|
7648
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7649
7655
|
};
|
7650
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7651
7656
|
};
|
7652
7657
|
warn?: {
|
7653
7658
|
padding?: {
|
@@ -7740,7 +7745,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7740
7745
|
type: "title" | "text" | "navigation";
|
7741
7746
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7742
7747
|
};
|
7743
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7744
7748
|
};
|
7745
7749
|
icon?: {
|
7746
7750
|
color?: {
|
@@ -7760,9 +7764,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7760
7764
|
opacity?: number;
|
7761
7765
|
};
|
7762
7766
|
size?: number;
|
7763
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7764
7767
|
};
|
7765
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7766
7768
|
};
|
7767
7769
|
link?: {
|
7768
7770
|
padding?: {
|
@@ -7855,7 +7857,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7855
7857
|
type: "title" | "text" | "navigation";
|
7856
7858
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7857
7859
|
};
|
7858
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7859
7860
|
};
|
7860
7861
|
icon?: {
|
7861
7862
|
color?: {
|
@@ -7875,9 +7876,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7875
7876
|
opacity?: number;
|
7876
7877
|
};
|
7877
7878
|
size?: number;
|
7878
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7879
7879
|
};
|
7880
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7881
7880
|
};
|
7882
7881
|
variant1?: {
|
7883
7882
|
padding?: {
|
@@ -7970,7 +7969,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7970
7969
|
type: "title" | "text" | "navigation";
|
7971
7970
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7972
7971
|
};
|
7973
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7974
7972
|
};
|
7975
7973
|
icon?: {
|
7976
7974
|
color?: {
|
@@ -7990,9 +7988,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7990
7988
|
opacity?: number;
|
7991
7989
|
};
|
7992
7990
|
size?: number;
|
7993
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7994
7991
|
};
|
7995
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7996
7992
|
};
|
7997
7993
|
variant2?: {
|
7998
7994
|
padding?: {
|
@@ -8085,7 +8081,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8085
8081
|
type: "title" | "text" | "navigation";
|
8086
8082
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8087
8083
|
};
|
8088
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8089
8084
|
};
|
8090
8085
|
icon?: {
|
8091
8086
|
color?: {
|
@@ -8105,9 +8100,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8105
8100
|
opacity?: number;
|
8106
8101
|
};
|
8107
8102
|
size?: number;
|
8108
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8109
8103
|
};
|
8110
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8111
8104
|
};
|
8112
8105
|
variant3?: {
|
8113
8106
|
padding?: {
|
@@ -8200,7 +8193,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8200
8193
|
type: "title" | "text" | "navigation";
|
8201
8194
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8202
8195
|
};
|
8203
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8204
8196
|
};
|
8205
8197
|
icon?: {
|
8206
8198
|
color?: {
|
@@ -8220,9 +8212,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8220
8212
|
opacity?: number;
|
8221
8213
|
};
|
8222
8214
|
size?: number;
|
8223
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8224
8215
|
};
|
8225
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8226
8216
|
};
|
8227
8217
|
variant4?: {
|
8228
8218
|
padding?: {
|
@@ -8315,7 +8305,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8315
8305
|
type: "title" | "text" | "navigation";
|
8316
8306
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8317
8307
|
};
|
8318
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8319
8308
|
};
|
8320
8309
|
icon?: {
|
8321
8310
|
color?: {
|
@@ -8335,9 +8324,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8335
8324
|
opacity?: number;
|
8336
8325
|
};
|
8337
8326
|
size?: number;
|
8338
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8339
8327
|
};
|
8340
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8341
8328
|
};
|
8342
8329
|
};
|
8343
8330
|
name?: string;
|
@@ -8455,7 +8442,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8455
8442
|
type: "title" | "text" | "navigation";
|
8456
8443
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8457
8444
|
};
|
8458
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8459
8445
|
};
|
8460
8446
|
icon?: {
|
8461
8447
|
color?: {
|
@@ -8475,7 +8461,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8475
8461
|
opacity?: number;
|
8476
8462
|
};
|
8477
8463
|
size?: number;
|
8478
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8479
8464
|
};
|
8480
8465
|
active?: {
|
8481
8466
|
padding?: {
|
@@ -8567,7 +8552,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8567
8552
|
type: "title" | "text" | "navigation";
|
8568
8553
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8569
8554
|
};
|
8570
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8571
8555
|
};
|
8572
8556
|
icon?: {
|
8573
8557
|
color?: {
|
@@ -8587,7 +8571,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8587
8571
|
opacity?: number;
|
8588
8572
|
};
|
8589
8573
|
size?: number;
|
8590
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8591
8574
|
};
|
8592
8575
|
};
|
8593
8576
|
inactive?: {
|
@@ -8637,7 +8620,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8637
8620
|
elevation?: number;
|
8638
8621
|
};
|
8639
8622
|
};
|
8640
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8641
8623
|
};
|
8642
8624
|
variant1?: {
|
8643
8625
|
background?: {
|
@@ -8751,7 +8733,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8751
8733
|
type: "title" | "text" | "navigation";
|
8752
8734
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8753
8735
|
};
|
8754
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8755
8736
|
};
|
8756
8737
|
icon?: {
|
8757
8738
|
color?: {
|
@@ -8771,7 +8752,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8771
8752
|
opacity?: number;
|
8772
8753
|
};
|
8773
8754
|
size?: number;
|
8774
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8775
8755
|
};
|
8776
8756
|
active?: {
|
8777
8757
|
padding?: {
|
@@ -8863,7 +8843,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8863
8843
|
type: "title" | "text" | "navigation";
|
8864
8844
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8865
8845
|
};
|
8866
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8867
8846
|
};
|
8868
8847
|
icon?: {
|
8869
8848
|
color?: {
|
@@ -8883,7 +8862,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8883
8862
|
opacity?: number;
|
8884
8863
|
};
|
8885
8864
|
size?: number;
|
8886
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8887
8865
|
};
|
8888
8866
|
};
|
8889
8867
|
inactive?: {
|
@@ -8933,7 +8911,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8933
8911
|
elevation?: number;
|
8934
8912
|
};
|
8935
8913
|
};
|
8936
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8937
8914
|
};
|
8938
8915
|
variant2?: {
|
8939
8916
|
background?: {
|
@@ -9047,7 +9024,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9047
9024
|
type: "title" | "text" | "navigation";
|
9048
9025
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9049
9026
|
};
|
9050
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9051
9027
|
};
|
9052
9028
|
icon?: {
|
9053
9029
|
color?: {
|
@@ -9067,7 +9043,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9067
9043
|
opacity?: number;
|
9068
9044
|
};
|
9069
9045
|
size?: number;
|
9070
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9071
9046
|
};
|
9072
9047
|
active?: {
|
9073
9048
|
padding?: {
|
@@ -9159,7 +9134,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9159
9134
|
type: "title" | "text" | "navigation";
|
9160
9135
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9161
9136
|
};
|
9162
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9163
9137
|
};
|
9164
9138
|
icon?: {
|
9165
9139
|
color?: {
|
@@ -9179,7 +9153,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9179
9153
|
opacity?: number;
|
9180
9154
|
};
|
9181
9155
|
size?: number;
|
9182
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9183
9156
|
};
|
9184
9157
|
};
|
9185
9158
|
inactive?: {
|
@@ -9229,7 +9202,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9229
9202
|
elevation?: number;
|
9230
9203
|
};
|
9231
9204
|
};
|
9232
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9233
9205
|
};
|
9234
9206
|
variant3?: {
|
9235
9207
|
background?: {
|
@@ -9343,7 +9315,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9343
9315
|
type: "title" | "text" | "navigation";
|
9344
9316
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9345
9317
|
};
|
9346
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9347
9318
|
};
|
9348
9319
|
icon?: {
|
9349
9320
|
color?: {
|
@@ -9363,7 +9334,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9363
9334
|
opacity?: number;
|
9364
9335
|
};
|
9365
9336
|
size?: number;
|
9366
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9367
9337
|
};
|
9368
9338
|
active?: {
|
9369
9339
|
padding?: {
|
@@ -9455,7 +9425,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9455
9425
|
type: "title" | "text" | "navigation";
|
9456
9426
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9457
9427
|
};
|
9458
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9459
9428
|
};
|
9460
9429
|
icon?: {
|
9461
9430
|
color?: {
|
@@ -9475,7 +9444,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9475
9444
|
opacity?: number;
|
9476
9445
|
};
|
9477
9446
|
size?: number;
|
9478
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9479
9447
|
};
|
9480
9448
|
};
|
9481
9449
|
inactive?: {
|
@@ -9525,7 +9493,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9525
9493
|
elevation?: number;
|
9526
9494
|
};
|
9527
9495
|
};
|
9528
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9529
9496
|
};
|
9530
9497
|
name?: string;
|
9531
9498
|
};
|
@@ -9583,6 +9550,8 @@ declare const _default: <T extends unknown>(props: {
|
|
9583
9550
|
onLoaded?: string[];
|
9584
9551
|
onEditMode?: string[];
|
9585
9552
|
onSaving?: string[];
|
9553
|
+
onPersistState?: string[];
|
9554
|
+
onRestoreState?: string[];
|
9586
9555
|
};
|
9587
9556
|
actions?: {
|
9588
9557
|
[name: string]: string[];
|
@@ -9784,6 +9753,8 @@ declare const _default: <T extends unknown>(props: {
|
|
9784
9753
|
onLoaded?: string[];
|
9785
9754
|
onEditMode?: string[];
|
9786
9755
|
onSaving?: string[];
|
9756
|
+
onPersistState?: string[];
|
9757
|
+
onRestoreState?: string[];
|
9787
9758
|
};
|
9788
9759
|
actions?: {
|
9789
9760
|
[name: string]: string[];
|
@@ -9985,6 +9956,8 @@ declare const _default: <T extends unknown>(props: {
|
|
9985
9956
|
onLoaded?: string[];
|
9986
9957
|
onEditMode?: string[];
|
9987
9958
|
onSaving?: string[];
|
9959
|
+
onPersistState?: string[];
|
9960
|
+
onRestoreState?: string[];
|
9988
9961
|
};
|
9989
9962
|
actions?: {
|
9990
9963
|
[name: string]: string[];
|
@@ -10186,6 +10159,8 @@ declare const _default: <T extends unknown>(props: {
|
|
10186
10159
|
onLoaded?: string[];
|
10187
10160
|
onEditMode?: string[];
|
10188
10161
|
onSaving?: string[];
|
10162
|
+
onPersistState?: string[];
|
10163
|
+
onRestoreState?: string[];
|
10189
10164
|
};
|
10190
10165
|
actions?: {
|
10191
10166
|
[name: string]: string[];
|
@@ -10342,6 +10317,104 @@ declare const _default: <T extends unknown>(props: {
|
|
10342
10317
|
};
|
10343
10318
|
};
|
10344
10319
|
};
|
10320
|
+
icons?: {
|
10321
|
+
xs?: {
|
10322
|
+
color?: {
|
10323
|
+
colors: (string | {
|
10324
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10325
|
+
toned?: boolean;
|
10326
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10327
|
+
} | {
|
10328
|
+
color: string | {
|
10329
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10330
|
+
toned?: boolean;
|
10331
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10332
|
+
};
|
10333
|
+
stop?: number;
|
10334
|
+
})[];
|
10335
|
+
acrylic?: boolean;
|
10336
|
+
opacity?: number;
|
10337
|
+
};
|
10338
|
+
size?: number;
|
10339
|
+
};
|
10340
|
+
s?: {
|
10341
|
+
color?: {
|
10342
|
+
colors: (string | {
|
10343
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10344
|
+
toned?: boolean;
|
10345
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10346
|
+
} | {
|
10347
|
+
color: string | {
|
10348
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10349
|
+
toned?: boolean;
|
10350
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10351
|
+
};
|
10352
|
+
stop?: number;
|
10353
|
+
})[];
|
10354
|
+
acrylic?: boolean;
|
10355
|
+
opacity?: number;
|
10356
|
+
};
|
10357
|
+
size?: number;
|
10358
|
+
};
|
10359
|
+
m?: {
|
10360
|
+
color?: {
|
10361
|
+
colors: (string | {
|
10362
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10363
|
+
toned?: boolean;
|
10364
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10365
|
+
} | {
|
10366
|
+
color: string | {
|
10367
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10368
|
+
toned?: boolean;
|
10369
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10370
|
+
};
|
10371
|
+
stop?: number;
|
10372
|
+
})[];
|
10373
|
+
acrylic?: boolean;
|
10374
|
+
opacity?: number;
|
10375
|
+
};
|
10376
|
+
size?: number;
|
10377
|
+
};
|
10378
|
+
l?: {
|
10379
|
+
color?: {
|
10380
|
+
colors: (string | {
|
10381
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10382
|
+
toned?: boolean;
|
10383
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10384
|
+
} | {
|
10385
|
+
color: string | {
|
10386
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10387
|
+
toned?: boolean;
|
10388
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10389
|
+
};
|
10390
|
+
stop?: number;
|
10391
|
+
})[];
|
10392
|
+
acrylic?: boolean;
|
10393
|
+
opacity?: number;
|
10394
|
+
};
|
10395
|
+
size?: number;
|
10396
|
+
};
|
10397
|
+
xl?: {
|
10398
|
+
color?: {
|
10399
|
+
colors: (string | {
|
10400
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10401
|
+
toned?: boolean;
|
10402
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10403
|
+
} | {
|
10404
|
+
color: string | {
|
10405
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10406
|
+
toned?: boolean;
|
10407
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10408
|
+
};
|
10409
|
+
stop?: number;
|
10410
|
+
})[];
|
10411
|
+
acrylic?: boolean;
|
10412
|
+
opacity?: number;
|
10413
|
+
};
|
10414
|
+
size?: number;
|
10415
|
+
};
|
10416
|
+
name?: string;
|
10417
|
+
};
|
10345
10418
|
name?: string;
|
10346
10419
|
id: {
|
10347
10420
|
toString: () => string;
|
@@ -10427,6 +10500,7 @@ declare const _default: <T extends unknown>(props: {
|
|
10427
10500
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
10428
10501
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
10429
10502
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
10503
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
10430
10504
|
};
|
10431
10505
|
deactivated(): void;
|
10432
10506
|
};
|