@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
@@ -102,6 +102,7 @@ declare const _default: {
|
|
102
102
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
103
103
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
104
104
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
105
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
105
106
|
};
|
106
107
|
deactivated(): void;
|
107
108
|
};
|
@@ -197,6 +198,7 @@ declare const _default: {
|
|
197
198
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
198
199
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
199
200
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
201
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
200
202
|
};
|
201
203
|
deactivated(): void;
|
202
204
|
};
|
@@ -292,6 +294,7 @@ declare const _default: {
|
|
292
294
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
293
295
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
294
296
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
297
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
295
298
|
};
|
296
299
|
deactivated(): void;
|
297
300
|
};
|
@@ -380,6 +383,7 @@ declare const _default: {
|
|
380
383
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
381
384
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
382
385
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
386
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
383
387
|
};
|
384
388
|
deactivated(): void;
|
385
389
|
};
|
@@ -1088,7 +1092,6 @@ declare const _default: {
|
|
1088
1092
|
type: "title" | "text" | "navigation";
|
1089
1093
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1090
1094
|
};
|
1091
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1092
1095
|
};
|
1093
1096
|
icon?: {
|
1094
1097
|
color?: {
|
@@ -1108,9 +1111,7 @@ declare const _default: {
|
|
1108
1111
|
opacity?: number;
|
1109
1112
|
};
|
1110
1113
|
size?: number;
|
1111
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1112
1114
|
};
|
1113
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1114
1115
|
};
|
1115
1116
|
basic?: {
|
1116
1117
|
padding?: {
|
@@ -1203,7 +1204,6 @@ declare const _default: {
|
|
1203
1204
|
type: "title" | "text" | "navigation";
|
1204
1205
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1205
1206
|
};
|
1206
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1207
1207
|
};
|
1208
1208
|
icon?: {
|
1209
1209
|
color?: {
|
@@ -1223,9 +1223,7 @@ declare const _default: {
|
|
1223
1223
|
opacity?: number;
|
1224
1224
|
};
|
1225
1225
|
size?: number;
|
1226
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1227
1226
|
};
|
1228
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1229
1227
|
};
|
1230
1228
|
accent1?: {
|
1231
1229
|
padding?: {
|
@@ -1318,7 +1316,6 @@ declare const _default: {
|
|
1318
1316
|
type: "title" | "text" | "navigation";
|
1319
1317
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1320
1318
|
};
|
1321
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1322
1319
|
};
|
1323
1320
|
icon?: {
|
1324
1321
|
color?: {
|
@@ -1338,9 +1335,7 @@ declare const _default: {
|
|
1338
1335
|
opacity?: number;
|
1339
1336
|
};
|
1340
1337
|
size?: number;
|
1341
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1342
1338
|
};
|
1343
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1344
1339
|
};
|
1345
1340
|
warn?: {
|
1346
1341
|
padding?: {
|
@@ -1433,7 +1428,6 @@ declare const _default: {
|
|
1433
1428
|
type: "title" | "text" | "navigation";
|
1434
1429
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1435
1430
|
};
|
1436
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1437
1431
|
};
|
1438
1432
|
icon?: {
|
1439
1433
|
color?: {
|
@@ -1453,9 +1447,7 @@ declare const _default: {
|
|
1453
1447
|
opacity?: number;
|
1454
1448
|
};
|
1455
1449
|
size?: number;
|
1456
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1457
1450
|
};
|
1458
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1459
1451
|
};
|
1460
1452
|
link?: {
|
1461
1453
|
padding?: {
|
@@ -1548,7 +1540,6 @@ declare const _default: {
|
|
1548
1540
|
type: "title" | "text" | "navigation";
|
1549
1541
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1550
1542
|
};
|
1551
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1552
1543
|
};
|
1553
1544
|
icon?: {
|
1554
1545
|
color?: {
|
@@ -1568,9 +1559,7 @@ declare const _default: {
|
|
1568
1559
|
opacity?: number;
|
1569
1560
|
};
|
1570
1561
|
size?: number;
|
1571
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1572
1562
|
};
|
1573
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1574
1563
|
};
|
1575
1564
|
variant1?: {
|
1576
1565
|
padding?: {
|
@@ -1663,7 +1652,6 @@ declare const _default: {
|
|
1663
1652
|
type: "title" | "text" | "navigation";
|
1664
1653
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1665
1654
|
};
|
1666
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1667
1655
|
};
|
1668
1656
|
icon?: {
|
1669
1657
|
color?: {
|
@@ -1683,9 +1671,7 @@ declare const _default: {
|
|
1683
1671
|
opacity?: number;
|
1684
1672
|
};
|
1685
1673
|
size?: number;
|
1686
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1687
1674
|
};
|
1688
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1689
1675
|
};
|
1690
1676
|
variant2?: {
|
1691
1677
|
padding?: {
|
@@ -1778,7 +1764,6 @@ declare const _default: {
|
|
1778
1764
|
type: "title" | "text" | "navigation";
|
1779
1765
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1780
1766
|
};
|
1781
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1782
1767
|
};
|
1783
1768
|
icon?: {
|
1784
1769
|
color?: {
|
@@ -1798,9 +1783,7 @@ declare const _default: {
|
|
1798
1783
|
opacity?: number;
|
1799
1784
|
};
|
1800
1785
|
size?: number;
|
1801
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1802
1786
|
};
|
1803
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1804
1787
|
};
|
1805
1788
|
variant3?: {
|
1806
1789
|
padding?: {
|
@@ -1893,7 +1876,6 @@ declare const _default: {
|
|
1893
1876
|
type: "title" | "text" | "navigation";
|
1894
1877
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1895
1878
|
};
|
1896
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1897
1879
|
};
|
1898
1880
|
icon?: {
|
1899
1881
|
color?: {
|
@@ -1913,9 +1895,7 @@ declare const _default: {
|
|
1913
1895
|
opacity?: number;
|
1914
1896
|
};
|
1915
1897
|
size?: number;
|
1916
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1917
1898
|
};
|
1918
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1919
1899
|
};
|
1920
1900
|
variant4?: {
|
1921
1901
|
padding?: {
|
@@ -2008,7 +1988,6 @@ declare const _default: {
|
|
2008
1988
|
type: "title" | "text" | "navigation";
|
2009
1989
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2010
1990
|
};
|
2011
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2012
1991
|
};
|
2013
1992
|
icon?: {
|
2014
1993
|
color?: {
|
@@ -2028,9 +2007,7 @@ declare const _default: {
|
|
2028
2007
|
opacity?: number;
|
2029
2008
|
};
|
2030
2009
|
size?: number;
|
2031
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2032
2010
|
};
|
2033
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2034
2011
|
};
|
2035
2012
|
};
|
2036
2013
|
icon: {
|
@@ -2125,7 +2102,6 @@ declare const _default: {
|
|
2125
2102
|
type: "title" | "text" | "navigation";
|
2126
2103
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2127
2104
|
};
|
2128
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2129
2105
|
};
|
2130
2106
|
icon?: {
|
2131
2107
|
color?: {
|
@@ -2145,9 +2121,7 @@ declare const _default: {
|
|
2145
2121
|
opacity?: number;
|
2146
2122
|
};
|
2147
2123
|
size?: number;
|
2148
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2149
2124
|
};
|
2150
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2151
2125
|
};
|
2152
2126
|
basic?: {
|
2153
2127
|
padding?: {
|
@@ -2240,7 +2214,6 @@ declare const _default: {
|
|
2240
2214
|
type: "title" | "text" | "navigation";
|
2241
2215
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2242
2216
|
};
|
2243
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2244
2217
|
};
|
2245
2218
|
icon?: {
|
2246
2219
|
color?: {
|
@@ -2260,9 +2233,7 @@ declare const _default: {
|
|
2260
2233
|
opacity?: number;
|
2261
2234
|
};
|
2262
2235
|
size?: number;
|
2263
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2264
2236
|
};
|
2265
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2266
2237
|
};
|
2267
2238
|
accent1?: {
|
2268
2239
|
padding?: {
|
@@ -2355,7 +2326,6 @@ declare const _default: {
|
|
2355
2326
|
type: "title" | "text" | "navigation";
|
2356
2327
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2357
2328
|
};
|
2358
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2359
2329
|
};
|
2360
2330
|
icon?: {
|
2361
2331
|
color?: {
|
@@ -2375,9 +2345,7 @@ declare const _default: {
|
|
2375
2345
|
opacity?: number;
|
2376
2346
|
};
|
2377
2347
|
size?: number;
|
2378
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2379
2348
|
};
|
2380
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2381
2349
|
};
|
2382
2350
|
warn?: {
|
2383
2351
|
padding?: {
|
@@ -2470,7 +2438,6 @@ declare const _default: {
|
|
2470
2438
|
type: "title" | "text" | "navigation";
|
2471
2439
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2472
2440
|
};
|
2473
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2474
2441
|
};
|
2475
2442
|
icon?: {
|
2476
2443
|
color?: {
|
@@ -2490,9 +2457,7 @@ declare const _default: {
|
|
2490
2457
|
opacity?: number;
|
2491
2458
|
};
|
2492
2459
|
size?: number;
|
2493
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2494
2460
|
};
|
2495
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2496
2461
|
};
|
2497
2462
|
link?: {
|
2498
2463
|
padding?: {
|
@@ -2585,7 +2550,6 @@ declare const _default: {
|
|
2585
2550
|
type: "title" | "text" | "navigation";
|
2586
2551
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2587
2552
|
};
|
2588
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2589
2553
|
};
|
2590
2554
|
icon?: {
|
2591
2555
|
color?: {
|
@@ -2605,9 +2569,7 @@ declare const _default: {
|
|
2605
2569
|
opacity?: number;
|
2606
2570
|
};
|
2607
2571
|
size?: number;
|
2608
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2609
2572
|
};
|
2610
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2611
2573
|
};
|
2612
2574
|
variant1?: {
|
2613
2575
|
padding?: {
|
@@ -2700,7 +2662,6 @@ declare const _default: {
|
|
2700
2662
|
type: "title" | "text" | "navigation";
|
2701
2663
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2702
2664
|
};
|
2703
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2704
2665
|
};
|
2705
2666
|
icon?: {
|
2706
2667
|
color?: {
|
@@ -2720,9 +2681,7 @@ declare const _default: {
|
|
2720
2681
|
opacity?: number;
|
2721
2682
|
};
|
2722
2683
|
size?: number;
|
2723
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2724
2684
|
};
|
2725
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2726
2685
|
};
|
2727
2686
|
variant2?: {
|
2728
2687
|
padding?: {
|
@@ -2815,7 +2774,6 @@ declare const _default: {
|
|
2815
2774
|
type: "title" | "text" | "navigation";
|
2816
2775
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2817
2776
|
};
|
2818
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2819
2777
|
};
|
2820
2778
|
icon?: {
|
2821
2779
|
color?: {
|
@@ -2835,9 +2793,7 @@ declare const _default: {
|
|
2835
2793
|
opacity?: number;
|
2836
2794
|
};
|
2837
2795
|
size?: number;
|
2838
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2839
2796
|
};
|
2840
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2841
2797
|
};
|
2842
2798
|
variant3?: {
|
2843
2799
|
padding?: {
|
@@ -2930,7 +2886,6 @@ declare const _default: {
|
|
2930
2886
|
type: "title" | "text" | "navigation";
|
2931
2887
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2932
2888
|
};
|
2933
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2934
2889
|
};
|
2935
2890
|
icon?: {
|
2936
2891
|
color?: {
|
@@ -2950,9 +2905,7 @@ declare const _default: {
|
|
2950
2905
|
opacity?: number;
|
2951
2906
|
};
|
2952
2907
|
size?: number;
|
2953
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2954
2908
|
};
|
2955
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2956
2909
|
};
|
2957
2910
|
variant4?: {
|
2958
2911
|
padding?: {
|
@@ -3045,7 +2998,6 @@ declare const _default: {
|
|
3045
2998
|
type: "title" | "text" | "navigation";
|
3046
2999
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3047
3000
|
};
|
3048
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3049
3001
|
};
|
3050
3002
|
icon?: {
|
3051
3003
|
color?: {
|
@@ -3065,9 +3017,7 @@ declare const _default: {
|
|
3065
3017
|
opacity?: number;
|
3066
3018
|
};
|
3067
3019
|
size?: number;
|
3068
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3069
3020
|
};
|
3070
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3071
3021
|
};
|
3072
3022
|
};
|
3073
3023
|
name?: string;
|
@@ -3185,7 +3135,6 @@ declare const _default: {
|
|
3185
3135
|
type: "title" | "text" | "navigation";
|
3186
3136
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3187
3137
|
};
|
3188
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3189
3138
|
};
|
3190
3139
|
icon?: {
|
3191
3140
|
color?: {
|
@@ -3205,7 +3154,6 @@ declare const _default: {
|
|
3205
3154
|
opacity?: number;
|
3206
3155
|
};
|
3207
3156
|
size?: number;
|
3208
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3209
3157
|
};
|
3210
3158
|
active?: {
|
3211
3159
|
padding?: {
|
@@ -3297,7 +3245,6 @@ declare const _default: {
|
|
3297
3245
|
type: "title" | "text" | "navigation";
|
3298
3246
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3299
3247
|
};
|
3300
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3301
3248
|
};
|
3302
3249
|
icon?: {
|
3303
3250
|
color?: {
|
@@ -3317,7 +3264,6 @@ declare const _default: {
|
|
3317
3264
|
opacity?: number;
|
3318
3265
|
};
|
3319
3266
|
size?: number;
|
3320
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3321
3267
|
};
|
3322
3268
|
};
|
3323
3269
|
inactive?: {
|
@@ -3367,7 +3313,6 @@ declare const _default: {
|
|
3367
3313
|
elevation?: number;
|
3368
3314
|
};
|
3369
3315
|
};
|
3370
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3371
3316
|
};
|
3372
3317
|
variant1?: {
|
3373
3318
|
background?: {
|
@@ -3481,7 +3426,6 @@ declare const _default: {
|
|
3481
3426
|
type: "title" | "text" | "navigation";
|
3482
3427
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3483
3428
|
};
|
3484
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3485
3429
|
};
|
3486
3430
|
icon?: {
|
3487
3431
|
color?: {
|
@@ -3501,7 +3445,6 @@ declare const _default: {
|
|
3501
3445
|
opacity?: number;
|
3502
3446
|
};
|
3503
3447
|
size?: number;
|
3504
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3505
3448
|
};
|
3506
3449
|
active?: {
|
3507
3450
|
padding?: {
|
@@ -3593,7 +3536,6 @@ declare const _default: {
|
|
3593
3536
|
type: "title" | "text" | "navigation";
|
3594
3537
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3595
3538
|
};
|
3596
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3597
3539
|
};
|
3598
3540
|
icon?: {
|
3599
3541
|
color?: {
|
@@ -3613,7 +3555,6 @@ declare const _default: {
|
|
3613
3555
|
opacity?: number;
|
3614
3556
|
};
|
3615
3557
|
size?: number;
|
3616
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3617
3558
|
};
|
3618
3559
|
};
|
3619
3560
|
inactive?: {
|
@@ -3663,7 +3604,6 @@ declare const _default: {
|
|
3663
3604
|
elevation?: number;
|
3664
3605
|
};
|
3665
3606
|
};
|
3666
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3667
3607
|
};
|
3668
3608
|
variant2?: {
|
3669
3609
|
background?: {
|
@@ -3777,7 +3717,6 @@ declare const _default: {
|
|
3777
3717
|
type: "title" | "text" | "navigation";
|
3778
3718
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3779
3719
|
};
|
3780
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3781
3720
|
};
|
3782
3721
|
icon?: {
|
3783
3722
|
color?: {
|
@@ -3797,7 +3736,6 @@ declare const _default: {
|
|
3797
3736
|
opacity?: number;
|
3798
3737
|
};
|
3799
3738
|
size?: number;
|
3800
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3801
3739
|
};
|
3802
3740
|
active?: {
|
3803
3741
|
padding?: {
|
@@ -3889,7 +3827,6 @@ declare const _default: {
|
|
3889
3827
|
type: "title" | "text" | "navigation";
|
3890
3828
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3891
3829
|
};
|
3892
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3893
3830
|
};
|
3894
3831
|
icon?: {
|
3895
3832
|
color?: {
|
@@ -3909,7 +3846,6 @@ declare const _default: {
|
|
3909
3846
|
opacity?: number;
|
3910
3847
|
};
|
3911
3848
|
size?: number;
|
3912
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3913
3849
|
};
|
3914
3850
|
};
|
3915
3851
|
inactive?: {
|
@@ -3959,7 +3895,6 @@ declare const _default: {
|
|
3959
3895
|
elevation?: number;
|
3960
3896
|
};
|
3961
3897
|
};
|
3962
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3963
3898
|
};
|
3964
3899
|
variant3?: {
|
3965
3900
|
background?: {
|
@@ -4073,7 +4008,6 @@ declare const _default: {
|
|
4073
4008
|
type: "title" | "text" | "navigation";
|
4074
4009
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4075
4010
|
};
|
4076
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4077
4011
|
};
|
4078
4012
|
icon?: {
|
4079
4013
|
color?: {
|
@@ -4093,7 +4027,6 @@ declare const _default: {
|
|
4093
4027
|
opacity?: number;
|
4094
4028
|
};
|
4095
4029
|
size?: number;
|
4096
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4097
4030
|
};
|
4098
4031
|
active?: {
|
4099
4032
|
padding?: {
|
@@ -4185,7 +4118,6 @@ declare const _default: {
|
|
4185
4118
|
type: "title" | "text" | "navigation";
|
4186
4119
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4187
4120
|
};
|
4188
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4189
4121
|
};
|
4190
4122
|
icon?: {
|
4191
4123
|
color?: {
|
@@ -4205,7 +4137,6 @@ declare const _default: {
|
|
4205
4137
|
opacity?: number;
|
4206
4138
|
};
|
4207
4139
|
size?: number;
|
4208
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4209
4140
|
};
|
4210
4141
|
};
|
4211
4142
|
inactive?: {
|
@@ -4255,7 +4186,6 @@ declare const _default: {
|
|
4255
4186
|
elevation?: number;
|
4256
4187
|
};
|
4257
4188
|
};
|
4258
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4259
4189
|
};
|
4260
4190
|
name?: string;
|
4261
4191
|
};
|
@@ -4313,6 +4243,8 @@ declare const _default: {
|
|
4313
4243
|
onLoaded?: string[];
|
4314
4244
|
onEditMode?: string[];
|
4315
4245
|
onSaving?: string[];
|
4246
|
+
onPersistState?: string[];
|
4247
|
+
onRestoreState?: string[];
|
4316
4248
|
};
|
4317
4249
|
actions?: {
|
4318
4250
|
[name: string]: string[];
|
@@ -4514,6 +4446,8 @@ declare const _default: {
|
|
4514
4446
|
onLoaded?: string[];
|
4515
4447
|
onEditMode?: string[];
|
4516
4448
|
onSaving?: string[];
|
4449
|
+
onPersistState?: string[];
|
4450
|
+
onRestoreState?: string[];
|
4517
4451
|
};
|
4518
4452
|
actions?: {
|
4519
4453
|
[name: string]: string[];
|
@@ -4715,6 +4649,8 @@ declare const _default: {
|
|
4715
4649
|
onLoaded?: string[];
|
4716
4650
|
onEditMode?: string[];
|
4717
4651
|
onSaving?: string[];
|
4652
|
+
onPersistState?: string[];
|
4653
|
+
onRestoreState?: string[];
|
4718
4654
|
};
|
4719
4655
|
actions?: {
|
4720
4656
|
[name: string]: string[];
|
@@ -4916,6 +4852,8 @@ declare const _default: {
|
|
4916
4852
|
onLoaded?: string[];
|
4917
4853
|
onEditMode?: string[];
|
4918
4854
|
onSaving?: string[];
|
4855
|
+
onPersistState?: string[];
|
4856
|
+
onRestoreState?: string[];
|
4919
4857
|
};
|
4920
4858
|
actions?: {
|
4921
4859
|
[name: string]: string[];
|
@@ -5072,6 +5010,104 @@ declare const _default: {
|
|
5072
5010
|
};
|
5073
5011
|
};
|
5074
5012
|
};
|
5013
|
+
icons?: {
|
5014
|
+
xs?: {
|
5015
|
+
color?: {
|
5016
|
+
colors: (string | {
|
5017
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5018
|
+
toned?: boolean;
|
5019
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5020
|
+
} | {
|
5021
|
+
color: string | {
|
5022
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5023
|
+
toned?: boolean;
|
5024
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5025
|
+
};
|
5026
|
+
stop?: number;
|
5027
|
+
})[];
|
5028
|
+
acrylic?: boolean;
|
5029
|
+
opacity?: number;
|
5030
|
+
};
|
5031
|
+
size?: number;
|
5032
|
+
};
|
5033
|
+
s?: {
|
5034
|
+
color?: {
|
5035
|
+
colors: (string | {
|
5036
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5037
|
+
toned?: boolean;
|
5038
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5039
|
+
} | {
|
5040
|
+
color: string | {
|
5041
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5042
|
+
toned?: boolean;
|
5043
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5044
|
+
};
|
5045
|
+
stop?: number;
|
5046
|
+
})[];
|
5047
|
+
acrylic?: boolean;
|
5048
|
+
opacity?: number;
|
5049
|
+
};
|
5050
|
+
size?: number;
|
5051
|
+
};
|
5052
|
+
m?: {
|
5053
|
+
color?: {
|
5054
|
+
colors: (string | {
|
5055
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5056
|
+
toned?: boolean;
|
5057
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5058
|
+
} | {
|
5059
|
+
color: string | {
|
5060
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5061
|
+
toned?: boolean;
|
5062
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5063
|
+
};
|
5064
|
+
stop?: number;
|
5065
|
+
})[];
|
5066
|
+
acrylic?: boolean;
|
5067
|
+
opacity?: number;
|
5068
|
+
};
|
5069
|
+
size?: number;
|
5070
|
+
};
|
5071
|
+
l?: {
|
5072
|
+
color?: {
|
5073
|
+
colors: (string | {
|
5074
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5075
|
+
toned?: boolean;
|
5076
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5077
|
+
} | {
|
5078
|
+
color: string | {
|
5079
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5080
|
+
toned?: boolean;
|
5081
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5082
|
+
};
|
5083
|
+
stop?: number;
|
5084
|
+
})[];
|
5085
|
+
acrylic?: boolean;
|
5086
|
+
opacity?: number;
|
5087
|
+
};
|
5088
|
+
size?: number;
|
5089
|
+
};
|
5090
|
+
xl?: {
|
5091
|
+
color?: {
|
5092
|
+
colors: (string | {
|
5093
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5094
|
+
toned?: boolean;
|
5095
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5096
|
+
} | {
|
5097
|
+
color: string | {
|
5098
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5099
|
+
toned?: boolean;
|
5100
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5101
|
+
};
|
5102
|
+
stop?: number;
|
5103
|
+
})[];
|
5104
|
+
acrylic?: boolean;
|
5105
|
+
opacity?: number;
|
5106
|
+
};
|
5107
|
+
size?: number;
|
5108
|
+
};
|
5109
|
+
name?: string;
|
5110
|
+
};
|
5075
5111
|
name?: string;
|
5076
5112
|
id: {
|
5077
5113
|
toString: () => string;
|
@@ -5157,6 +5193,7 @@ declare const _default: {
|
|
5157
5193
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5158
5194
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5159
5195
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5196
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5160
5197
|
};
|
5161
5198
|
deactivated(): void;
|
5162
5199
|
};
|