@omnia/fx 8.0.137-dev → 8.0.138-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 +43 -9
- 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/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/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/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 +12 -3
- 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/ThemeViewer.d.ts +8 -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/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 +36 -12
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -114,6 +114,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
114
114
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
115
115
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
116
116
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
117
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
117
118
|
};
|
118
119
|
deactivated(): void;
|
119
120
|
};
|
@@ -209,6 +210,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
209
210
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
210
211
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
211
212
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
213
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
212
214
|
};
|
213
215
|
deactivated(): void;
|
214
216
|
};
|
@@ -304,6 +306,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
304
306
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
305
307
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
306
308
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
309
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
307
310
|
};
|
308
311
|
deactivated(): void;
|
309
312
|
};
|
@@ -392,6 +395,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
392
395
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
393
396
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
394
397
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
398
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
395
399
|
};
|
396
400
|
deactivated(): void;
|
397
401
|
};
|
@@ -1100,7 +1104,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1100
1104
|
type: "title" | "text" | "navigation";
|
1101
1105
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1102
1106
|
};
|
1103
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1104
1107
|
};
|
1105
1108
|
icon?: {
|
1106
1109
|
color?: {
|
@@ -1120,9 +1123,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1120
1123
|
opacity?: number;
|
1121
1124
|
};
|
1122
1125
|
size?: number;
|
1123
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1124
1126
|
};
|
1125
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1126
1127
|
};
|
1127
1128
|
basic?: {
|
1128
1129
|
padding?: {
|
@@ -1215,7 +1216,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1215
1216
|
type: "title" | "text" | "navigation";
|
1216
1217
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1217
1218
|
};
|
1218
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1219
1219
|
};
|
1220
1220
|
icon?: {
|
1221
1221
|
color?: {
|
@@ -1235,9 +1235,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1235
1235
|
opacity?: number;
|
1236
1236
|
};
|
1237
1237
|
size?: number;
|
1238
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1239
1238
|
};
|
1240
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1241
1239
|
};
|
1242
1240
|
accent1?: {
|
1243
1241
|
padding?: {
|
@@ -1330,7 +1328,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1330
1328
|
type: "title" | "text" | "navigation";
|
1331
1329
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1332
1330
|
};
|
1333
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1334
1331
|
};
|
1335
1332
|
icon?: {
|
1336
1333
|
color?: {
|
@@ -1350,9 +1347,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1350
1347
|
opacity?: number;
|
1351
1348
|
};
|
1352
1349
|
size?: number;
|
1353
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1354
1350
|
};
|
1355
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1356
1351
|
};
|
1357
1352
|
warn?: {
|
1358
1353
|
padding?: {
|
@@ -1445,7 +1440,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1445
1440
|
type: "title" | "text" | "navigation";
|
1446
1441
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1447
1442
|
};
|
1448
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1449
1443
|
};
|
1450
1444
|
icon?: {
|
1451
1445
|
color?: {
|
@@ -1465,9 +1459,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1465
1459
|
opacity?: number;
|
1466
1460
|
};
|
1467
1461
|
size?: number;
|
1468
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1469
1462
|
};
|
1470
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1471
1463
|
};
|
1472
1464
|
link?: {
|
1473
1465
|
padding?: {
|
@@ -1560,7 +1552,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1560
1552
|
type: "title" | "text" | "navigation";
|
1561
1553
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1562
1554
|
};
|
1563
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1564
1555
|
};
|
1565
1556
|
icon?: {
|
1566
1557
|
color?: {
|
@@ -1580,9 +1571,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1580
1571
|
opacity?: number;
|
1581
1572
|
};
|
1582
1573
|
size?: number;
|
1583
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1584
1574
|
};
|
1585
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1586
1575
|
};
|
1587
1576
|
variant1?: {
|
1588
1577
|
padding?: {
|
@@ -1675,7 +1664,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1675
1664
|
type: "title" | "text" | "navigation";
|
1676
1665
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1677
1666
|
};
|
1678
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1679
1667
|
};
|
1680
1668
|
icon?: {
|
1681
1669
|
color?: {
|
@@ -1695,9 +1683,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1695
1683
|
opacity?: number;
|
1696
1684
|
};
|
1697
1685
|
size?: number;
|
1698
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1699
1686
|
};
|
1700
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1701
1687
|
};
|
1702
1688
|
variant2?: {
|
1703
1689
|
padding?: {
|
@@ -1790,7 +1776,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1790
1776
|
type: "title" | "text" | "navigation";
|
1791
1777
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1792
1778
|
};
|
1793
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1794
1779
|
};
|
1795
1780
|
icon?: {
|
1796
1781
|
color?: {
|
@@ -1810,9 +1795,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1810
1795
|
opacity?: number;
|
1811
1796
|
};
|
1812
1797
|
size?: number;
|
1813
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1814
1798
|
};
|
1815
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1816
1799
|
};
|
1817
1800
|
variant3?: {
|
1818
1801
|
padding?: {
|
@@ -1905,7 +1888,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1905
1888
|
type: "title" | "text" | "navigation";
|
1906
1889
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1907
1890
|
};
|
1908
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1909
1891
|
};
|
1910
1892
|
icon?: {
|
1911
1893
|
color?: {
|
@@ -1925,9 +1907,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1925
1907
|
opacity?: number;
|
1926
1908
|
};
|
1927
1909
|
size?: number;
|
1928
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1929
1910
|
};
|
1930
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1931
1911
|
};
|
1932
1912
|
variant4?: {
|
1933
1913
|
padding?: {
|
@@ -2020,7 +2000,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2020
2000
|
type: "title" | "text" | "navigation";
|
2021
2001
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2022
2002
|
};
|
2023
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2024
2003
|
};
|
2025
2004
|
icon?: {
|
2026
2005
|
color?: {
|
@@ -2040,9 +2019,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2040
2019
|
opacity?: number;
|
2041
2020
|
};
|
2042
2021
|
size?: number;
|
2043
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2044
2022
|
};
|
2045
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2046
2023
|
};
|
2047
2024
|
};
|
2048
2025
|
icon: {
|
@@ -2137,7 +2114,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2137
2114
|
type: "title" | "text" | "navigation";
|
2138
2115
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2139
2116
|
};
|
2140
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2141
2117
|
};
|
2142
2118
|
icon?: {
|
2143
2119
|
color?: {
|
@@ -2157,9 +2133,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2157
2133
|
opacity?: number;
|
2158
2134
|
};
|
2159
2135
|
size?: number;
|
2160
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2161
2136
|
};
|
2162
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2163
2137
|
};
|
2164
2138
|
basic?: {
|
2165
2139
|
padding?: {
|
@@ -2252,7 +2226,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2252
2226
|
type: "title" | "text" | "navigation";
|
2253
2227
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2254
2228
|
};
|
2255
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2256
2229
|
};
|
2257
2230
|
icon?: {
|
2258
2231
|
color?: {
|
@@ -2272,9 +2245,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2272
2245
|
opacity?: number;
|
2273
2246
|
};
|
2274
2247
|
size?: number;
|
2275
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2276
2248
|
};
|
2277
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2278
2249
|
};
|
2279
2250
|
accent1?: {
|
2280
2251
|
padding?: {
|
@@ -2367,7 +2338,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2367
2338
|
type: "title" | "text" | "navigation";
|
2368
2339
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2369
2340
|
};
|
2370
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2371
2341
|
};
|
2372
2342
|
icon?: {
|
2373
2343
|
color?: {
|
@@ -2387,9 +2357,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2387
2357
|
opacity?: number;
|
2388
2358
|
};
|
2389
2359
|
size?: number;
|
2390
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2391
2360
|
};
|
2392
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2393
2361
|
};
|
2394
2362
|
warn?: {
|
2395
2363
|
padding?: {
|
@@ -2482,7 +2450,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2482
2450
|
type: "title" | "text" | "navigation";
|
2483
2451
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2484
2452
|
};
|
2485
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2486
2453
|
};
|
2487
2454
|
icon?: {
|
2488
2455
|
color?: {
|
@@ -2502,9 +2469,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2502
2469
|
opacity?: number;
|
2503
2470
|
};
|
2504
2471
|
size?: number;
|
2505
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2506
2472
|
};
|
2507
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2508
2473
|
};
|
2509
2474
|
link?: {
|
2510
2475
|
padding?: {
|
@@ -2597,7 +2562,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2597
2562
|
type: "title" | "text" | "navigation";
|
2598
2563
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2599
2564
|
};
|
2600
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2601
2565
|
};
|
2602
2566
|
icon?: {
|
2603
2567
|
color?: {
|
@@ -2617,9 +2581,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2617
2581
|
opacity?: number;
|
2618
2582
|
};
|
2619
2583
|
size?: number;
|
2620
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2621
2584
|
};
|
2622
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2623
2585
|
};
|
2624
2586
|
variant1?: {
|
2625
2587
|
padding?: {
|
@@ -2712,7 +2674,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2712
2674
|
type: "title" | "text" | "navigation";
|
2713
2675
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2714
2676
|
};
|
2715
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2716
2677
|
};
|
2717
2678
|
icon?: {
|
2718
2679
|
color?: {
|
@@ -2732,9 +2693,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2732
2693
|
opacity?: number;
|
2733
2694
|
};
|
2734
2695
|
size?: number;
|
2735
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2736
2696
|
};
|
2737
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2738
2697
|
};
|
2739
2698
|
variant2?: {
|
2740
2699
|
padding?: {
|
@@ -2827,7 +2786,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2827
2786
|
type: "title" | "text" | "navigation";
|
2828
2787
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2829
2788
|
};
|
2830
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2831
2789
|
};
|
2832
2790
|
icon?: {
|
2833
2791
|
color?: {
|
@@ -2847,9 +2805,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2847
2805
|
opacity?: number;
|
2848
2806
|
};
|
2849
2807
|
size?: number;
|
2850
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2851
2808
|
};
|
2852
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2853
2809
|
};
|
2854
2810
|
variant3?: {
|
2855
2811
|
padding?: {
|
@@ -2942,7 +2898,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2942
2898
|
type: "title" | "text" | "navigation";
|
2943
2899
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2944
2900
|
};
|
2945
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2946
2901
|
};
|
2947
2902
|
icon?: {
|
2948
2903
|
color?: {
|
@@ -2962,9 +2917,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2962
2917
|
opacity?: number;
|
2963
2918
|
};
|
2964
2919
|
size?: number;
|
2965
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2966
2920
|
};
|
2967
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2968
2921
|
};
|
2969
2922
|
variant4?: {
|
2970
2923
|
padding?: {
|
@@ -3057,7 +3010,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3057
3010
|
type: "title" | "text" | "navigation";
|
3058
3011
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3059
3012
|
};
|
3060
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3061
3013
|
};
|
3062
3014
|
icon?: {
|
3063
3015
|
color?: {
|
@@ -3077,9 +3029,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3077
3029
|
opacity?: number;
|
3078
3030
|
};
|
3079
3031
|
size?: number;
|
3080
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3081
3032
|
};
|
3082
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3083
3033
|
};
|
3084
3034
|
};
|
3085
3035
|
name?: string;
|
@@ -3197,7 +3147,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3197
3147
|
type: "title" | "text" | "navigation";
|
3198
3148
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3199
3149
|
};
|
3200
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3201
3150
|
};
|
3202
3151
|
icon?: {
|
3203
3152
|
color?: {
|
@@ -3217,7 +3166,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3217
3166
|
opacity?: number;
|
3218
3167
|
};
|
3219
3168
|
size?: number;
|
3220
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3221
3169
|
};
|
3222
3170
|
active?: {
|
3223
3171
|
padding?: {
|
@@ -3309,7 +3257,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3309
3257
|
type: "title" | "text" | "navigation";
|
3310
3258
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3311
3259
|
};
|
3312
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3313
3260
|
};
|
3314
3261
|
icon?: {
|
3315
3262
|
color?: {
|
@@ -3329,7 +3276,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3329
3276
|
opacity?: number;
|
3330
3277
|
};
|
3331
3278
|
size?: number;
|
3332
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3333
3279
|
};
|
3334
3280
|
};
|
3335
3281
|
inactive?: {
|
@@ -3379,7 +3325,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3379
3325
|
elevation?: number;
|
3380
3326
|
};
|
3381
3327
|
};
|
3382
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3383
3328
|
};
|
3384
3329
|
variant1?: {
|
3385
3330
|
background?: {
|
@@ -3493,7 +3438,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3493
3438
|
type: "title" | "text" | "navigation";
|
3494
3439
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3495
3440
|
};
|
3496
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3497
3441
|
};
|
3498
3442
|
icon?: {
|
3499
3443
|
color?: {
|
@@ -3513,7 +3457,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3513
3457
|
opacity?: number;
|
3514
3458
|
};
|
3515
3459
|
size?: number;
|
3516
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3517
3460
|
};
|
3518
3461
|
active?: {
|
3519
3462
|
padding?: {
|
@@ -3605,7 +3548,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3605
3548
|
type: "title" | "text" | "navigation";
|
3606
3549
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3607
3550
|
};
|
3608
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3609
3551
|
};
|
3610
3552
|
icon?: {
|
3611
3553
|
color?: {
|
@@ -3625,7 +3567,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3625
3567
|
opacity?: number;
|
3626
3568
|
};
|
3627
3569
|
size?: number;
|
3628
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3629
3570
|
};
|
3630
3571
|
};
|
3631
3572
|
inactive?: {
|
@@ -3675,7 +3616,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3675
3616
|
elevation?: number;
|
3676
3617
|
};
|
3677
3618
|
};
|
3678
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3679
3619
|
};
|
3680
3620
|
variant2?: {
|
3681
3621
|
background?: {
|
@@ -3789,7 +3729,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3789
3729
|
type: "title" | "text" | "navigation";
|
3790
3730
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3791
3731
|
};
|
3792
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3793
3732
|
};
|
3794
3733
|
icon?: {
|
3795
3734
|
color?: {
|
@@ -3809,7 +3748,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3809
3748
|
opacity?: number;
|
3810
3749
|
};
|
3811
3750
|
size?: number;
|
3812
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3813
3751
|
};
|
3814
3752
|
active?: {
|
3815
3753
|
padding?: {
|
@@ -3901,7 +3839,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3901
3839
|
type: "title" | "text" | "navigation";
|
3902
3840
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3903
3841
|
};
|
3904
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3905
3842
|
};
|
3906
3843
|
icon?: {
|
3907
3844
|
color?: {
|
@@ -3921,7 +3858,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3921
3858
|
opacity?: number;
|
3922
3859
|
};
|
3923
3860
|
size?: number;
|
3924
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3925
3861
|
};
|
3926
3862
|
};
|
3927
3863
|
inactive?: {
|
@@ -3971,7 +3907,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3971
3907
|
elevation?: number;
|
3972
3908
|
};
|
3973
3909
|
};
|
3974
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3975
3910
|
};
|
3976
3911
|
variant3?: {
|
3977
3912
|
background?: {
|
@@ -4085,7 +4020,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4085
4020
|
type: "title" | "text" | "navigation";
|
4086
4021
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4087
4022
|
};
|
4088
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4089
4023
|
};
|
4090
4024
|
icon?: {
|
4091
4025
|
color?: {
|
@@ -4105,7 +4039,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4105
4039
|
opacity?: number;
|
4106
4040
|
};
|
4107
4041
|
size?: number;
|
4108
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4109
4042
|
};
|
4110
4043
|
active?: {
|
4111
4044
|
padding?: {
|
@@ -4197,7 +4130,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4197
4130
|
type: "title" | "text" | "navigation";
|
4198
4131
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4199
4132
|
};
|
4200
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4201
4133
|
};
|
4202
4134
|
icon?: {
|
4203
4135
|
color?: {
|
@@ -4217,7 +4149,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4217
4149
|
opacity?: number;
|
4218
4150
|
};
|
4219
4151
|
size?: number;
|
4220
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4221
4152
|
};
|
4222
4153
|
};
|
4223
4154
|
inactive?: {
|
@@ -4267,7 +4198,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4267
4198
|
elevation?: number;
|
4268
4199
|
};
|
4269
4200
|
};
|
4270
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4271
4201
|
};
|
4272
4202
|
name?: string;
|
4273
4203
|
};
|
@@ -4325,6 +4255,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4325
4255
|
onLoaded?: string[];
|
4326
4256
|
onEditMode?: string[];
|
4327
4257
|
onSaving?: string[];
|
4258
|
+
onPersistState?: string[];
|
4259
|
+
onRestoreState?: string[];
|
4328
4260
|
};
|
4329
4261
|
actions?: {
|
4330
4262
|
[name: string]: string[];
|
@@ -4526,6 +4458,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4526
4458
|
onLoaded?: string[];
|
4527
4459
|
onEditMode?: string[];
|
4528
4460
|
onSaving?: string[];
|
4461
|
+
onPersistState?: string[];
|
4462
|
+
onRestoreState?: string[];
|
4529
4463
|
};
|
4530
4464
|
actions?: {
|
4531
4465
|
[name: string]: string[];
|
@@ -4727,6 +4661,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4727
4661
|
onLoaded?: string[];
|
4728
4662
|
onEditMode?: string[];
|
4729
4663
|
onSaving?: string[];
|
4664
|
+
onPersistState?: string[];
|
4665
|
+
onRestoreState?: string[];
|
4730
4666
|
};
|
4731
4667
|
actions?: {
|
4732
4668
|
[name: string]: string[];
|
@@ -4928,6 +4864,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4928
4864
|
onLoaded?: string[];
|
4929
4865
|
onEditMode?: string[];
|
4930
4866
|
onSaving?: string[];
|
4867
|
+
onPersistState?: string[];
|
4868
|
+
onRestoreState?: string[];
|
4931
4869
|
};
|
4932
4870
|
actions?: {
|
4933
4871
|
[name: string]: string[];
|
@@ -5084,6 +5022,104 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5084
5022
|
};
|
5085
5023
|
};
|
5086
5024
|
};
|
5025
|
+
icons?: {
|
5026
|
+
xs?: {
|
5027
|
+
color?: {
|
5028
|
+
colors: (string | {
|
5029
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5030
|
+
toned?: boolean;
|
5031
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5032
|
+
} | {
|
5033
|
+
color: string | {
|
5034
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5035
|
+
toned?: boolean;
|
5036
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5037
|
+
};
|
5038
|
+
stop?: number;
|
5039
|
+
})[];
|
5040
|
+
acrylic?: boolean;
|
5041
|
+
opacity?: number;
|
5042
|
+
};
|
5043
|
+
size?: number;
|
5044
|
+
};
|
5045
|
+
s?: {
|
5046
|
+
color?: {
|
5047
|
+
colors: (string | {
|
5048
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5049
|
+
toned?: boolean;
|
5050
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5051
|
+
} | {
|
5052
|
+
color: string | {
|
5053
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5054
|
+
toned?: boolean;
|
5055
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5056
|
+
};
|
5057
|
+
stop?: number;
|
5058
|
+
})[];
|
5059
|
+
acrylic?: boolean;
|
5060
|
+
opacity?: number;
|
5061
|
+
};
|
5062
|
+
size?: number;
|
5063
|
+
};
|
5064
|
+
m?: {
|
5065
|
+
color?: {
|
5066
|
+
colors: (string | {
|
5067
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5068
|
+
toned?: boolean;
|
5069
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5070
|
+
} | {
|
5071
|
+
color: string | {
|
5072
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5073
|
+
toned?: boolean;
|
5074
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5075
|
+
};
|
5076
|
+
stop?: number;
|
5077
|
+
})[];
|
5078
|
+
acrylic?: boolean;
|
5079
|
+
opacity?: number;
|
5080
|
+
};
|
5081
|
+
size?: number;
|
5082
|
+
};
|
5083
|
+
l?: {
|
5084
|
+
color?: {
|
5085
|
+
colors: (string | {
|
5086
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5087
|
+
toned?: boolean;
|
5088
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5089
|
+
} | {
|
5090
|
+
color: string | {
|
5091
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5092
|
+
toned?: boolean;
|
5093
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5094
|
+
};
|
5095
|
+
stop?: number;
|
5096
|
+
})[];
|
5097
|
+
acrylic?: boolean;
|
5098
|
+
opacity?: number;
|
5099
|
+
};
|
5100
|
+
size?: number;
|
5101
|
+
};
|
5102
|
+
xl?: {
|
5103
|
+
color?: {
|
5104
|
+
colors: (string | {
|
5105
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5106
|
+
toned?: boolean;
|
5107
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5108
|
+
} | {
|
5109
|
+
color: string | {
|
5110
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5111
|
+
toned?: boolean;
|
5112
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5113
|
+
};
|
5114
|
+
stop?: number;
|
5115
|
+
})[];
|
5116
|
+
acrylic?: boolean;
|
5117
|
+
opacity?: number;
|
5118
|
+
};
|
5119
|
+
size?: number;
|
5120
|
+
};
|
5121
|
+
name?: string;
|
5122
|
+
};
|
5087
5123
|
name?: string;
|
5088
5124
|
id: {
|
5089
5125
|
toString: () => string;
|
@@ -5169,6 +5205,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5169
5205
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5170
5206
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5171
5207
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5208
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5172
5209
|
};
|
5173
5210
|
deactivated(): void;
|
5174
5211
|
};
|
@@ -5398,6 +5435,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5398
5435
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5399
5436
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5400
5437
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5438
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5401
5439
|
};
|
5402
5440
|
deactivated(): void;
|
5403
5441
|
};
|
@@ -5493,6 +5531,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5493
5531
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5494
5532
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5495
5533
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5534
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5496
5535
|
};
|
5497
5536
|
deactivated(): void;
|
5498
5537
|
};
|
@@ -5588,6 +5627,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5588
5627
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5589
5628
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5590
5629
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5630
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5591
5631
|
};
|
5592
5632
|
deactivated(): void;
|
5593
5633
|
};
|
@@ -5676,6 +5716,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5676
5716
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5677
5717
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5678
5718
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5719
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5679
5720
|
};
|
5680
5721
|
deactivated(): void;
|
5681
5722
|
};
|
@@ -6384,7 +6425,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6384
6425
|
type: "title" | "text" | "navigation";
|
6385
6426
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6386
6427
|
};
|
6387
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6388
6428
|
};
|
6389
6429
|
icon?: {
|
6390
6430
|
color?: {
|
@@ -6404,9 +6444,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6404
6444
|
opacity?: number;
|
6405
6445
|
};
|
6406
6446
|
size?: number;
|
6407
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6408
6447
|
};
|
6409
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6410
6448
|
};
|
6411
6449
|
basic?: {
|
6412
6450
|
padding?: {
|
@@ -6499,7 +6537,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6499
6537
|
type: "title" | "text" | "navigation";
|
6500
6538
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6501
6539
|
};
|
6502
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6503
6540
|
};
|
6504
6541
|
icon?: {
|
6505
6542
|
color?: {
|
@@ -6519,9 +6556,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6519
6556
|
opacity?: number;
|
6520
6557
|
};
|
6521
6558
|
size?: number;
|
6522
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6523
6559
|
};
|
6524
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6525
6560
|
};
|
6526
6561
|
accent1?: {
|
6527
6562
|
padding?: {
|
@@ -6614,7 +6649,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6614
6649
|
type: "title" | "text" | "navigation";
|
6615
6650
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6616
6651
|
};
|
6617
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6618
6652
|
};
|
6619
6653
|
icon?: {
|
6620
6654
|
color?: {
|
@@ -6634,9 +6668,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6634
6668
|
opacity?: number;
|
6635
6669
|
};
|
6636
6670
|
size?: number;
|
6637
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6638
6671
|
};
|
6639
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6640
6672
|
};
|
6641
6673
|
warn?: {
|
6642
6674
|
padding?: {
|
@@ -6729,7 +6761,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6729
6761
|
type: "title" | "text" | "navigation";
|
6730
6762
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6731
6763
|
};
|
6732
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6733
6764
|
};
|
6734
6765
|
icon?: {
|
6735
6766
|
color?: {
|
@@ -6749,9 +6780,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6749
6780
|
opacity?: number;
|
6750
6781
|
};
|
6751
6782
|
size?: number;
|
6752
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6753
6783
|
};
|
6754
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6755
6784
|
};
|
6756
6785
|
link?: {
|
6757
6786
|
padding?: {
|
@@ -6844,7 +6873,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6844
6873
|
type: "title" | "text" | "navigation";
|
6845
6874
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6846
6875
|
};
|
6847
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6848
6876
|
};
|
6849
6877
|
icon?: {
|
6850
6878
|
color?: {
|
@@ -6864,9 +6892,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6864
6892
|
opacity?: number;
|
6865
6893
|
};
|
6866
6894
|
size?: number;
|
6867
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6868
6895
|
};
|
6869
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6870
6896
|
};
|
6871
6897
|
variant1?: {
|
6872
6898
|
padding?: {
|
@@ -6959,7 +6985,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6959
6985
|
type: "title" | "text" | "navigation";
|
6960
6986
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6961
6987
|
};
|
6962
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6963
6988
|
};
|
6964
6989
|
icon?: {
|
6965
6990
|
color?: {
|
@@ -6979,9 +7004,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6979
7004
|
opacity?: number;
|
6980
7005
|
};
|
6981
7006
|
size?: number;
|
6982
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6983
7007
|
};
|
6984
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6985
7008
|
};
|
6986
7009
|
variant2?: {
|
6987
7010
|
padding?: {
|
@@ -7074,7 +7097,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7074
7097
|
type: "title" | "text" | "navigation";
|
7075
7098
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7076
7099
|
};
|
7077
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7078
7100
|
};
|
7079
7101
|
icon?: {
|
7080
7102
|
color?: {
|
@@ -7094,9 +7116,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7094
7116
|
opacity?: number;
|
7095
7117
|
};
|
7096
7118
|
size?: number;
|
7097
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7098
7119
|
};
|
7099
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7100
7120
|
};
|
7101
7121
|
variant3?: {
|
7102
7122
|
padding?: {
|
@@ -7189,7 +7209,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7189
7209
|
type: "title" | "text" | "navigation";
|
7190
7210
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7191
7211
|
};
|
7192
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7193
7212
|
};
|
7194
7213
|
icon?: {
|
7195
7214
|
color?: {
|
@@ -7209,9 +7228,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7209
7228
|
opacity?: number;
|
7210
7229
|
};
|
7211
7230
|
size?: number;
|
7212
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7213
7231
|
};
|
7214
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7215
7232
|
};
|
7216
7233
|
variant4?: {
|
7217
7234
|
padding?: {
|
@@ -7304,7 +7321,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7304
7321
|
type: "title" | "text" | "navigation";
|
7305
7322
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7306
7323
|
};
|
7307
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7308
7324
|
};
|
7309
7325
|
icon?: {
|
7310
7326
|
color?: {
|
@@ -7324,9 +7340,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7324
7340
|
opacity?: number;
|
7325
7341
|
};
|
7326
7342
|
size?: number;
|
7327
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7328
7343
|
};
|
7329
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7330
7344
|
};
|
7331
7345
|
};
|
7332
7346
|
icon: {
|
@@ -7421,7 +7435,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7421
7435
|
type: "title" | "text" | "navigation";
|
7422
7436
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7423
7437
|
};
|
7424
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7425
7438
|
};
|
7426
7439
|
icon?: {
|
7427
7440
|
color?: {
|
@@ -7441,9 +7454,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7441
7454
|
opacity?: number;
|
7442
7455
|
};
|
7443
7456
|
size?: number;
|
7444
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7445
7457
|
};
|
7446
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7447
7458
|
};
|
7448
7459
|
basic?: {
|
7449
7460
|
padding?: {
|
@@ -7536,7 +7547,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7536
7547
|
type: "title" | "text" | "navigation";
|
7537
7548
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7538
7549
|
};
|
7539
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7540
7550
|
};
|
7541
7551
|
icon?: {
|
7542
7552
|
color?: {
|
@@ -7556,9 +7566,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7556
7566
|
opacity?: number;
|
7557
7567
|
};
|
7558
7568
|
size?: number;
|
7559
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7560
7569
|
};
|
7561
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7562
7570
|
};
|
7563
7571
|
accent1?: {
|
7564
7572
|
padding?: {
|
@@ -7651,7 +7659,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7651
7659
|
type: "title" | "text" | "navigation";
|
7652
7660
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7653
7661
|
};
|
7654
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7655
7662
|
};
|
7656
7663
|
icon?: {
|
7657
7664
|
color?: {
|
@@ -7671,9 +7678,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7671
7678
|
opacity?: number;
|
7672
7679
|
};
|
7673
7680
|
size?: number;
|
7674
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7675
7681
|
};
|
7676
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7677
7682
|
};
|
7678
7683
|
warn?: {
|
7679
7684
|
padding?: {
|
@@ -7766,7 +7771,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7766
7771
|
type: "title" | "text" | "navigation";
|
7767
7772
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7768
7773
|
};
|
7769
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7770
7774
|
};
|
7771
7775
|
icon?: {
|
7772
7776
|
color?: {
|
@@ -7786,9 +7790,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7786
7790
|
opacity?: number;
|
7787
7791
|
};
|
7788
7792
|
size?: number;
|
7789
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7790
7793
|
};
|
7791
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7792
7794
|
};
|
7793
7795
|
link?: {
|
7794
7796
|
padding?: {
|
@@ -7881,7 +7883,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7881
7883
|
type: "title" | "text" | "navigation";
|
7882
7884
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7883
7885
|
};
|
7884
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7885
7886
|
};
|
7886
7887
|
icon?: {
|
7887
7888
|
color?: {
|
@@ -7901,9 +7902,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7901
7902
|
opacity?: number;
|
7902
7903
|
};
|
7903
7904
|
size?: number;
|
7904
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7905
7905
|
};
|
7906
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7907
7906
|
};
|
7908
7907
|
variant1?: {
|
7909
7908
|
padding?: {
|
@@ -7996,7 +7995,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7996
7995
|
type: "title" | "text" | "navigation";
|
7997
7996
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7998
7997
|
};
|
7999
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8000
7998
|
};
|
8001
7999
|
icon?: {
|
8002
8000
|
color?: {
|
@@ -8016,9 +8014,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8016
8014
|
opacity?: number;
|
8017
8015
|
};
|
8018
8016
|
size?: number;
|
8019
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8020
8017
|
};
|
8021
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8022
8018
|
};
|
8023
8019
|
variant2?: {
|
8024
8020
|
padding?: {
|
@@ -8111,7 +8107,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8111
8107
|
type: "title" | "text" | "navigation";
|
8112
8108
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8113
8109
|
};
|
8114
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8115
8110
|
};
|
8116
8111
|
icon?: {
|
8117
8112
|
color?: {
|
@@ -8131,9 +8126,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8131
8126
|
opacity?: number;
|
8132
8127
|
};
|
8133
8128
|
size?: number;
|
8134
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8135
8129
|
};
|
8136
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8137
8130
|
};
|
8138
8131
|
variant3?: {
|
8139
8132
|
padding?: {
|
@@ -8226,7 +8219,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8226
8219
|
type: "title" | "text" | "navigation";
|
8227
8220
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8228
8221
|
};
|
8229
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8230
8222
|
};
|
8231
8223
|
icon?: {
|
8232
8224
|
color?: {
|
@@ -8246,9 +8238,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8246
8238
|
opacity?: number;
|
8247
8239
|
};
|
8248
8240
|
size?: number;
|
8249
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8250
8241
|
};
|
8251
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8252
8242
|
};
|
8253
8243
|
variant4?: {
|
8254
8244
|
padding?: {
|
@@ -8341,7 +8331,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8341
8331
|
type: "title" | "text" | "navigation";
|
8342
8332
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8343
8333
|
};
|
8344
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8345
8334
|
};
|
8346
8335
|
icon?: {
|
8347
8336
|
color?: {
|
@@ -8361,9 +8350,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8361
8350
|
opacity?: number;
|
8362
8351
|
};
|
8363
8352
|
size?: number;
|
8364
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8365
8353
|
};
|
8366
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8367
8354
|
};
|
8368
8355
|
};
|
8369
8356
|
name?: string;
|
@@ -8481,7 +8468,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8481
8468
|
type: "title" | "text" | "navigation";
|
8482
8469
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8483
8470
|
};
|
8484
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8485
8471
|
};
|
8486
8472
|
icon?: {
|
8487
8473
|
color?: {
|
@@ -8501,7 +8487,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8501
8487
|
opacity?: number;
|
8502
8488
|
};
|
8503
8489
|
size?: number;
|
8504
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8505
8490
|
};
|
8506
8491
|
active?: {
|
8507
8492
|
padding?: {
|
@@ -8593,7 +8578,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8593
8578
|
type: "title" | "text" | "navigation";
|
8594
8579
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8595
8580
|
};
|
8596
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8597
8581
|
};
|
8598
8582
|
icon?: {
|
8599
8583
|
color?: {
|
@@ -8613,7 +8597,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8613
8597
|
opacity?: number;
|
8614
8598
|
};
|
8615
8599
|
size?: number;
|
8616
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8617
8600
|
};
|
8618
8601
|
};
|
8619
8602
|
inactive?: {
|
@@ -8663,7 +8646,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8663
8646
|
elevation?: number;
|
8664
8647
|
};
|
8665
8648
|
};
|
8666
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8667
8649
|
};
|
8668
8650
|
variant1?: {
|
8669
8651
|
background?: {
|
@@ -8777,7 +8759,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8777
8759
|
type: "title" | "text" | "navigation";
|
8778
8760
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8779
8761
|
};
|
8780
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8781
8762
|
};
|
8782
8763
|
icon?: {
|
8783
8764
|
color?: {
|
@@ -8797,7 +8778,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8797
8778
|
opacity?: number;
|
8798
8779
|
};
|
8799
8780
|
size?: number;
|
8800
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8801
8781
|
};
|
8802
8782
|
active?: {
|
8803
8783
|
padding?: {
|
@@ -8889,7 +8869,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8889
8869
|
type: "title" | "text" | "navigation";
|
8890
8870
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8891
8871
|
};
|
8892
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8893
8872
|
};
|
8894
8873
|
icon?: {
|
8895
8874
|
color?: {
|
@@ -8909,7 +8888,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8909
8888
|
opacity?: number;
|
8910
8889
|
};
|
8911
8890
|
size?: number;
|
8912
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8913
8891
|
};
|
8914
8892
|
};
|
8915
8893
|
inactive?: {
|
@@ -8959,7 +8937,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8959
8937
|
elevation?: number;
|
8960
8938
|
};
|
8961
8939
|
};
|
8962
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8963
8940
|
};
|
8964
8941
|
variant2?: {
|
8965
8942
|
background?: {
|
@@ -9073,7 +9050,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9073
9050
|
type: "title" | "text" | "navigation";
|
9074
9051
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9075
9052
|
};
|
9076
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9077
9053
|
};
|
9078
9054
|
icon?: {
|
9079
9055
|
color?: {
|
@@ -9093,7 +9069,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9093
9069
|
opacity?: number;
|
9094
9070
|
};
|
9095
9071
|
size?: number;
|
9096
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9097
9072
|
};
|
9098
9073
|
active?: {
|
9099
9074
|
padding?: {
|
@@ -9185,7 +9160,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9185
9160
|
type: "title" | "text" | "navigation";
|
9186
9161
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9187
9162
|
};
|
9188
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9189
9163
|
};
|
9190
9164
|
icon?: {
|
9191
9165
|
color?: {
|
@@ -9205,7 +9179,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9205
9179
|
opacity?: number;
|
9206
9180
|
};
|
9207
9181
|
size?: number;
|
9208
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9209
9182
|
};
|
9210
9183
|
};
|
9211
9184
|
inactive?: {
|
@@ -9255,7 +9228,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9255
9228
|
elevation?: number;
|
9256
9229
|
};
|
9257
9230
|
};
|
9258
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9259
9231
|
};
|
9260
9232
|
variant3?: {
|
9261
9233
|
background?: {
|
@@ -9369,7 +9341,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9369
9341
|
type: "title" | "text" | "navigation";
|
9370
9342
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9371
9343
|
};
|
9372
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9373
9344
|
};
|
9374
9345
|
icon?: {
|
9375
9346
|
color?: {
|
@@ -9389,7 +9360,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9389
9360
|
opacity?: number;
|
9390
9361
|
};
|
9391
9362
|
size?: number;
|
9392
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9393
9363
|
};
|
9394
9364
|
active?: {
|
9395
9365
|
padding?: {
|
@@ -9481,7 +9451,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9481
9451
|
type: "title" | "text" | "navigation";
|
9482
9452
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9483
9453
|
};
|
9484
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9485
9454
|
};
|
9486
9455
|
icon?: {
|
9487
9456
|
color?: {
|
@@ -9501,7 +9470,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9501
9470
|
opacity?: number;
|
9502
9471
|
};
|
9503
9472
|
size?: number;
|
9504
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9505
9473
|
};
|
9506
9474
|
};
|
9507
9475
|
inactive?: {
|
@@ -9551,7 +9519,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9551
9519
|
elevation?: number;
|
9552
9520
|
};
|
9553
9521
|
};
|
9554
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9555
9522
|
};
|
9556
9523
|
name?: string;
|
9557
9524
|
};
|
@@ -9609,6 +9576,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9609
9576
|
onLoaded?: string[];
|
9610
9577
|
onEditMode?: string[];
|
9611
9578
|
onSaving?: string[];
|
9579
|
+
onPersistState?: string[];
|
9580
|
+
onRestoreState?: string[];
|
9612
9581
|
};
|
9613
9582
|
actions?: {
|
9614
9583
|
[name: string]: string[];
|
@@ -9810,6 +9779,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9810
9779
|
onLoaded?: string[];
|
9811
9780
|
onEditMode?: string[];
|
9812
9781
|
onSaving?: string[];
|
9782
|
+
onPersistState?: string[];
|
9783
|
+
onRestoreState?: string[];
|
9813
9784
|
};
|
9814
9785
|
actions?: {
|
9815
9786
|
[name: string]: string[];
|
@@ -10011,6 +9982,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
10011
9982
|
onLoaded?: string[];
|
10012
9983
|
onEditMode?: string[];
|
10013
9984
|
onSaving?: string[];
|
9985
|
+
onPersistState?: string[];
|
9986
|
+
onRestoreState?: string[];
|
10014
9987
|
};
|
10015
9988
|
actions?: {
|
10016
9989
|
[name: string]: string[];
|
@@ -10212,6 +10185,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
10212
10185
|
onLoaded?: string[];
|
10213
10186
|
onEditMode?: string[];
|
10214
10187
|
onSaving?: string[];
|
10188
|
+
onPersistState?: string[];
|
10189
|
+
onRestoreState?: string[];
|
10215
10190
|
};
|
10216
10191
|
actions?: {
|
10217
10192
|
[name: string]: string[];
|
@@ -10368,6 +10343,104 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
10368
10343
|
};
|
10369
10344
|
};
|
10370
10345
|
};
|
10346
|
+
icons?: {
|
10347
|
+
xs?: {
|
10348
|
+
color?: {
|
10349
|
+
colors: (string | {
|
10350
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10351
|
+
toned?: boolean;
|
10352
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10353
|
+
} | {
|
10354
|
+
color: string | {
|
10355
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10356
|
+
toned?: boolean;
|
10357
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10358
|
+
};
|
10359
|
+
stop?: number;
|
10360
|
+
})[];
|
10361
|
+
acrylic?: boolean;
|
10362
|
+
opacity?: number;
|
10363
|
+
};
|
10364
|
+
size?: number;
|
10365
|
+
};
|
10366
|
+
s?: {
|
10367
|
+
color?: {
|
10368
|
+
colors: (string | {
|
10369
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10370
|
+
toned?: boolean;
|
10371
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10372
|
+
} | {
|
10373
|
+
color: string | {
|
10374
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10375
|
+
toned?: boolean;
|
10376
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10377
|
+
};
|
10378
|
+
stop?: number;
|
10379
|
+
})[];
|
10380
|
+
acrylic?: boolean;
|
10381
|
+
opacity?: number;
|
10382
|
+
};
|
10383
|
+
size?: number;
|
10384
|
+
};
|
10385
|
+
m?: {
|
10386
|
+
color?: {
|
10387
|
+
colors: (string | {
|
10388
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10389
|
+
toned?: boolean;
|
10390
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10391
|
+
} | {
|
10392
|
+
color: string | {
|
10393
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10394
|
+
toned?: boolean;
|
10395
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10396
|
+
};
|
10397
|
+
stop?: number;
|
10398
|
+
})[];
|
10399
|
+
acrylic?: boolean;
|
10400
|
+
opacity?: number;
|
10401
|
+
};
|
10402
|
+
size?: number;
|
10403
|
+
};
|
10404
|
+
l?: {
|
10405
|
+
color?: {
|
10406
|
+
colors: (string | {
|
10407
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10408
|
+
toned?: boolean;
|
10409
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10410
|
+
} | {
|
10411
|
+
color: string | {
|
10412
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10413
|
+
toned?: boolean;
|
10414
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10415
|
+
};
|
10416
|
+
stop?: number;
|
10417
|
+
})[];
|
10418
|
+
acrylic?: boolean;
|
10419
|
+
opacity?: number;
|
10420
|
+
};
|
10421
|
+
size?: number;
|
10422
|
+
};
|
10423
|
+
xl?: {
|
10424
|
+
color?: {
|
10425
|
+
colors: (string | {
|
10426
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10427
|
+
toned?: boolean;
|
10428
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10429
|
+
} | {
|
10430
|
+
color: string | {
|
10431
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10432
|
+
toned?: boolean;
|
10433
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10434
|
+
};
|
10435
|
+
stop?: number;
|
10436
|
+
})[];
|
10437
|
+
acrylic?: boolean;
|
10438
|
+
opacity?: number;
|
10439
|
+
};
|
10440
|
+
size?: number;
|
10441
|
+
};
|
10442
|
+
name?: string;
|
10443
|
+
};
|
10371
10444
|
name?: string;
|
10372
10445
|
id: {
|
10373
10446
|
toString: () => string;
|
@@ -10453,6 +10526,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
10453
10526
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
10454
10527
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
10455
10528
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
10529
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
10456
10530
|
};
|
10457
10531
|
deactivated(): void;
|
10458
10532
|
};
|