@omnia/fx 8.0.136-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
- 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/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
- 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 -0
- package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
- 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/appbar/Appbar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +43 -9
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +145 -142
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +290 -284
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +290 -284
- 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/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +101 -35
- 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/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +34 -32
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +12 -10
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +144 -142
- 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 +144 -142
- 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/ThemeDefinitionStoreV2.d.ts +15 -5
- 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/ThemingService.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
- 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 +145 -142
- 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 +77 -12
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -104,6 +104,7 @@ declare const _default: <T extends unknown>(props: {
|
|
104
104
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
105
105
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
106
106
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
107
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
107
108
|
};
|
108
109
|
deactivated(): void;
|
109
110
|
};
|
@@ -199,6 +200,7 @@ declare const _default: <T extends unknown>(props: {
|
|
199
200
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
200
201
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
201
202
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
203
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
202
204
|
};
|
203
205
|
deactivated(): void;
|
204
206
|
};
|
@@ -294,6 +296,7 @@ declare const _default: <T extends unknown>(props: {
|
|
294
296
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
295
297
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
296
298
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
299
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
297
300
|
};
|
298
301
|
deactivated(): void;
|
299
302
|
};
|
@@ -382,6 +385,7 @@ declare const _default: <T extends unknown>(props: {
|
|
382
385
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
383
386
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
384
387
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
388
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
385
389
|
};
|
386
390
|
deactivated(): void;
|
387
391
|
};
|
@@ -426,12 +430,10 @@ declare const _default: <T extends unknown>(props: {
|
|
426
430
|
colorToned: string;
|
427
431
|
};
|
428
432
|
id: {
|
429
|
-
|
433
|
+
toString: () => string;
|
434
|
+
equals?: {
|
430
435
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
431
436
|
};
|
432
|
-
toString: () => string;
|
433
|
-
toJSON: () => string;
|
434
|
-
valueOf: () => string;
|
435
437
|
};
|
436
438
|
};
|
437
439
|
secondary: {
|
@@ -457,12 +459,10 @@ declare const _default: <T extends unknown>(props: {
|
|
457
459
|
colorToned: string;
|
458
460
|
};
|
459
461
|
id: {
|
460
|
-
|
462
|
+
toString: () => string;
|
463
|
+
equals?: {
|
461
464
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
462
465
|
};
|
463
|
-
toString: () => string;
|
464
|
-
toJSON: () => string;
|
465
|
-
valueOf: () => string;
|
466
466
|
};
|
467
467
|
};
|
468
468
|
accent1: {
|
@@ -488,12 +488,10 @@ declare const _default: <T extends unknown>(props: {
|
|
488
488
|
colorToned: string;
|
489
489
|
};
|
490
490
|
id: {
|
491
|
-
|
491
|
+
toString: () => string;
|
492
|
+
equals?: {
|
492
493
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
493
494
|
};
|
494
|
-
toString: () => string;
|
495
|
-
toJSON: () => string;
|
496
|
-
valueOf: () => string;
|
497
495
|
};
|
498
496
|
};
|
499
497
|
accent2: {
|
@@ -519,12 +517,10 @@ declare const _default: <T extends unknown>(props: {
|
|
519
517
|
colorToned: string;
|
520
518
|
};
|
521
519
|
id: {
|
522
|
-
|
520
|
+
toString: () => string;
|
521
|
+
equals?: {
|
523
522
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
524
523
|
};
|
525
|
-
toString: () => string;
|
526
|
-
toJSON: () => string;
|
527
|
-
valueOf: () => string;
|
528
524
|
};
|
529
525
|
};
|
530
526
|
accent3: {
|
@@ -550,12 +546,10 @@ declare const _default: <T extends unknown>(props: {
|
|
550
546
|
colorToned: string;
|
551
547
|
};
|
552
548
|
id: {
|
553
|
-
|
549
|
+
toString: () => string;
|
550
|
+
equals?: {
|
554
551
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
555
552
|
};
|
556
|
-
toString: () => string;
|
557
|
-
toJSON: () => string;
|
558
|
-
valueOf: () => string;
|
559
553
|
};
|
560
554
|
};
|
561
555
|
neutral: {
|
@@ -581,12 +575,10 @@ declare const _default: <T extends unknown>(props: {
|
|
581
575
|
colorToned: string;
|
582
576
|
};
|
583
577
|
id: {
|
584
|
-
|
578
|
+
toString: () => string;
|
579
|
+
equals?: {
|
585
580
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
586
581
|
};
|
587
|
-
toString: () => string;
|
588
|
-
toJSON: () => string;
|
589
|
-
valueOf: () => string;
|
590
582
|
};
|
591
583
|
};
|
592
584
|
background: {
|
@@ -612,12 +604,10 @@ declare const _default: <T extends unknown>(props: {
|
|
612
604
|
colorToned: string;
|
613
605
|
};
|
614
606
|
id: {
|
615
|
-
|
607
|
+
toString: () => string;
|
608
|
+
equals?: {
|
616
609
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
617
610
|
};
|
618
|
-
toString: () => string;
|
619
|
-
toJSON: () => string;
|
620
|
-
valueOf: () => string;
|
621
611
|
};
|
622
612
|
};
|
623
613
|
error: {
|
@@ -643,12 +633,10 @@ declare const _default: <T extends unknown>(props: {
|
|
643
633
|
colorToned: string;
|
644
634
|
};
|
645
635
|
id: {
|
646
|
-
|
636
|
+
toString: () => string;
|
637
|
+
equals?: {
|
647
638
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
648
639
|
};
|
649
|
-
toString: () => string;
|
650
|
-
toJSON: () => string;
|
651
|
-
valueOf: () => string;
|
652
640
|
};
|
653
641
|
};
|
654
642
|
info: {
|
@@ -674,12 +662,10 @@ declare const _default: <T extends unknown>(props: {
|
|
674
662
|
colorToned: string;
|
675
663
|
};
|
676
664
|
id: {
|
677
|
-
|
665
|
+
toString: () => string;
|
666
|
+
equals?: {
|
678
667
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
679
668
|
};
|
680
|
-
toString: () => string;
|
681
|
-
toJSON: () => string;
|
682
|
-
valueOf: () => string;
|
683
669
|
};
|
684
670
|
};
|
685
671
|
warning: {
|
@@ -705,12 +691,10 @@ declare const _default: <T extends unknown>(props: {
|
|
705
691
|
colorToned: string;
|
706
692
|
};
|
707
693
|
id: {
|
708
|
-
|
694
|
+
toString: () => string;
|
695
|
+
equals?: {
|
709
696
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
710
697
|
};
|
711
|
-
toString: () => string;
|
712
|
-
toJSON: () => string;
|
713
|
-
valueOf: () => string;
|
714
698
|
};
|
715
699
|
};
|
716
700
|
notification: {
|
@@ -736,12 +720,10 @@ declare const _default: <T extends unknown>(props: {
|
|
736
720
|
colorToned: string;
|
737
721
|
};
|
738
722
|
id: {
|
739
|
-
|
723
|
+
toString: () => string;
|
724
|
+
equals?: {
|
740
725
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
741
726
|
};
|
742
|
-
toString: () => string;
|
743
|
-
toJSON: () => string;
|
744
|
-
valueOf: () => string;
|
745
727
|
};
|
746
728
|
};
|
747
729
|
};
|
@@ -750,12 +732,10 @@ declare const _default: <T extends unknown>(props: {
|
|
750
732
|
name: string;
|
751
733
|
font?: {
|
752
734
|
id: {
|
753
|
-
|
735
|
+
toString: () => string;
|
736
|
+
equals?: {
|
754
737
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
755
738
|
};
|
756
|
-
toString: () => string;
|
757
|
-
toJSON: () => string;
|
758
|
-
valueOf: () => string;
|
759
739
|
};
|
760
740
|
family: string;
|
761
741
|
cdn?: string;
|
@@ -987,12 +967,10 @@ declare const _default: <T extends unknown>(props: {
|
|
987
967
|
};
|
988
968
|
name?: string;
|
989
969
|
id: {
|
990
|
-
|
970
|
+
toString: () => string;
|
971
|
+
equals?: {
|
991
972
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
992
973
|
};
|
993
|
-
toString: () => string;
|
994
|
-
toJSON: () => string;
|
995
|
-
valueOf: () => string;
|
996
974
|
};
|
997
975
|
};
|
998
976
|
spacing: {
|
@@ -1016,12 +994,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1016
994
|
};
|
1017
995
|
name?: string;
|
1018
996
|
id: {
|
1019
|
-
|
997
|
+
toString: () => string;
|
998
|
+
equals?: {
|
1020
999
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1021
1000
|
};
|
1022
|
-
toString: () => string;
|
1023
|
-
toJSON: () => string;
|
1024
|
-
valueOf: () => string;
|
1025
1001
|
};
|
1026
1002
|
};
|
1027
1003
|
components: {
|
@@ -1118,7 +1094,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1118
1094
|
type: "title" | "text" | "navigation";
|
1119
1095
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1120
1096
|
};
|
1121
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1122
1097
|
};
|
1123
1098
|
icon?: {
|
1124
1099
|
color?: {
|
@@ -1138,9 +1113,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1138
1113
|
opacity?: number;
|
1139
1114
|
};
|
1140
1115
|
size?: number;
|
1141
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1142
1116
|
};
|
1143
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1144
1117
|
};
|
1145
1118
|
basic?: {
|
1146
1119
|
padding?: {
|
@@ -1233,7 +1206,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1233
1206
|
type: "title" | "text" | "navigation";
|
1234
1207
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1235
1208
|
};
|
1236
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1237
1209
|
};
|
1238
1210
|
icon?: {
|
1239
1211
|
color?: {
|
@@ -1253,9 +1225,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1253
1225
|
opacity?: number;
|
1254
1226
|
};
|
1255
1227
|
size?: number;
|
1256
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1257
1228
|
};
|
1258
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1259
1229
|
};
|
1260
1230
|
accent1?: {
|
1261
1231
|
padding?: {
|
@@ -1348,7 +1318,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1348
1318
|
type: "title" | "text" | "navigation";
|
1349
1319
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1350
1320
|
};
|
1351
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1352
1321
|
};
|
1353
1322
|
icon?: {
|
1354
1323
|
color?: {
|
@@ -1368,9 +1337,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1368
1337
|
opacity?: number;
|
1369
1338
|
};
|
1370
1339
|
size?: number;
|
1371
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1372
1340
|
};
|
1373
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1374
1341
|
};
|
1375
1342
|
warn?: {
|
1376
1343
|
padding?: {
|
@@ -1463,7 +1430,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1463
1430
|
type: "title" | "text" | "navigation";
|
1464
1431
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1465
1432
|
};
|
1466
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1467
1433
|
};
|
1468
1434
|
icon?: {
|
1469
1435
|
color?: {
|
@@ -1483,9 +1449,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1483
1449
|
opacity?: number;
|
1484
1450
|
};
|
1485
1451
|
size?: number;
|
1486
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1487
1452
|
};
|
1488
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1489
1453
|
};
|
1490
1454
|
link?: {
|
1491
1455
|
padding?: {
|
@@ -1578,7 +1542,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1578
1542
|
type: "title" | "text" | "navigation";
|
1579
1543
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1580
1544
|
};
|
1581
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1582
1545
|
};
|
1583
1546
|
icon?: {
|
1584
1547
|
color?: {
|
@@ -1598,9 +1561,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1598
1561
|
opacity?: number;
|
1599
1562
|
};
|
1600
1563
|
size?: number;
|
1601
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1602
1564
|
};
|
1603
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1604
1565
|
};
|
1605
1566
|
variant1?: {
|
1606
1567
|
padding?: {
|
@@ -1693,7 +1654,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1693
1654
|
type: "title" | "text" | "navigation";
|
1694
1655
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1695
1656
|
};
|
1696
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1697
1657
|
};
|
1698
1658
|
icon?: {
|
1699
1659
|
color?: {
|
@@ -1713,9 +1673,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1713
1673
|
opacity?: number;
|
1714
1674
|
};
|
1715
1675
|
size?: number;
|
1716
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1717
1676
|
};
|
1718
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1719
1677
|
};
|
1720
1678
|
variant2?: {
|
1721
1679
|
padding?: {
|
@@ -1808,7 +1766,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1808
1766
|
type: "title" | "text" | "navigation";
|
1809
1767
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1810
1768
|
};
|
1811
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1812
1769
|
};
|
1813
1770
|
icon?: {
|
1814
1771
|
color?: {
|
@@ -1828,9 +1785,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1828
1785
|
opacity?: number;
|
1829
1786
|
};
|
1830
1787
|
size?: number;
|
1831
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1832
1788
|
};
|
1833
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1834
1789
|
};
|
1835
1790
|
variant3?: {
|
1836
1791
|
padding?: {
|
@@ -1923,7 +1878,6 @@ declare const _default: <T extends unknown>(props: {
|
|
1923
1878
|
type: "title" | "text" | "navigation";
|
1924
1879
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1925
1880
|
};
|
1926
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1927
1881
|
};
|
1928
1882
|
icon?: {
|
1929
1883
|
color?: {
|
@@ -1943,9 +1897,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1943
1897
|
opacity?: number;
|
1944
1898
|
};
|
1945
1899
|
size?: number;
|
1946
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1947
1900
|
};
|
1948
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1949
1901
|
};
|
1950
1902
|
variant4?: {
|
1951
1903
|
padding?: {
|
@@ -2038,7 +1990,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2038
1990
|
type: "title" | "text" | "navigation";
|
2039
1991
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2040
1992
|
};
|
2041
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2042
1993
|
};
|
2043
1994
|
icon?: {
|
2044
1995
|
color?: {
|
@@ -2058,9 +2009,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2058
2009
|
opacity?: number;
|
2059
2010
|
};
|
2060
2011
|
size?: number;
|
2061
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2062
2012
|
};
|
2063
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2064
2013
|
};
|
2065
2014
|
};
|
2066
2015
|
icon: {
|
@@ -2155,7 +2104,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2155
2104
|
type: "title" | "text" | "navigation";
|
2156
2105
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2157
2106
|
};
|
2158
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2159
2107
|
};
|
2160
2108
|
icon?: {
|
2161
2109
|
color?: {
|
@@ -2175,9 +2123,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2175
2123
|
opacity?: number;
|
2176
2124
|
};
|
2177
2125
|
size?: number;
|
2178
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2179
2126
|
};
|
2180
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2181
2127
|
};
|
2182
2128
|
basic?: {
|
2183
2129
|
padding?: {
|
@@ -2270,7 +2216,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2270
2216
|
type: "title" | "text" | "navigation";
|
2271
2217
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2272
2218
|
};
|
2273
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2274
2219
|
};
|
2275
2220
|
icon?: {
|
2276
2221
|
color?: {
|
@@ -2290,9 +2235,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2290
2235
|
opacity?: number;
|
2291
2236
|
};
|
2292
2237
|
size?: number;
|
2293
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2294
2238
|
};
|
2295
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2296
2239
|
};
|
2297
2240
|
accent1?: {
|
2298
2241
|
padding?: {
|
@@ -2385,7 +2328,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2385
2328
|
type: "title" | "text" | "navigation";
|
2386
2329
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2387
2330
|
};
|
2388
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2389
2331
|
};
|
2390
2332
|
icon?: {
|
2391
2333
|
color?: {
|
@@ -2405,9 +2347,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2405
2347
|
opacity?: number;
|
2406
2348
|
};
|
2407
2349
|
size?: number;
|
2408
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2409
2350
|
};
|
2410
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2411
2351
|
};
|
2412
2352
|
warn?: {
|
2413
2353
|
padding?: {
|
@@ -2500,7 +2440,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2500
2440
|
type: "title" | "text" | "navigation";
|
2501
2441
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2502
2442
|
};
|
2503
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2504
2443
|
};
|
2505
2444
|
icon?: {
|
2506
2445
|
color?: {
|
@@ -2520,9 +2459,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2520
2459
|
opacity?: number;
|
2521
2460
|
};
|
2522
2461
|
size?: number;
|
2523
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2524
2462
|
};
|
2525
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2526
2463
|
};
|
2527
2464
|
link?: {
|
2528
2465
|
padding?: {
|
@@ -2615,7 +2552,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2615
2552
|
type: "title" | "text" | "navigation";
|
2616
2553
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2617
2554
|
};
|
2618
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2619
2555
|
};
|
2620
2556
|
icon?: {
|
2621
2557
|
color?: {
|
@@ -2635,9 +2571,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2635
2571
|
opacity?: number;
|
2636
2572
|
};
|
2637
2573
|
size?: number;
|
2638
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2639
2574
|
};
|
2640
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2641
2575
|
};
|
2642
2576
|
variant1?: {
|
2643
2577
|
padding?: {
|
@@ -2730,7 +2664,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2730
2664
|
type: "title" | "text" | "navigation";
|
2731
2665
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2732
2666
|
};
|
2733
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2734
2667
|
};
|
2735
2668
|
icon?: {
|
2736
2669
|
color?: {
|
@@ -2750,9 +2683,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2750
2683
|
opacity?: number;
|
2751
2684
|
};
|
2752
2685
|
size?: number;
|
2753
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2754
2686
|
};
|
2755
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2756
2687
|
};
|
2757
2688
|
variant2?: {
|
2758
2689
|
padding?: {
|
@@ -2845,7 +2776,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2845
2776
|
type: "title" | "text" | "navigation";
|
2846
2777
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2847
2778
|
};
|
2848
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2849
2779
|
};
|
2850
2780
|
icon?: {
|
2851
2781
|
color?: {
|
@@ -2865,9 +2795,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2865
2795
|
opacity?: number;
|
2866
2796
|
};
|
2867
2797
|
size?: number;
|
2868
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2869
2798
|
};
|
2870
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2871
2799
|
};
|
2872
2800
|
variant3?: {
|
2873
2801
|
padding?: {
|
@@ -2960,7 +2888,6 @@ declare const _default: <T extends unknown>(props: {
|
|
2960
2888
|
type: "title" | "text" | "navigation";
|
2961
2889
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2962
2890
|
};
|
2963
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2964
2891
|
};
|
2965
2892
|
icon?: {
|
2966
2893
|
color?: {
|
@@ -2980,9 +2907,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2980
2907
|
opacity?: number;
|
2981
2908
|
};
|
2982
2909
|
size?: number;
|
2983
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2984
2910
|
};
|
2985
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2986
2911
|
};
|
2987
2912
|
variant4?: {
|
2988
2913
|
padding?: {
|
@@ -3075,7 +3000,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3075
3000
|
type: "title" | "text" | "navigation";
|
3076
3001
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3077
3002
|
};
|
3078
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3079
3003
|
};
|
3080
3004
|
icon?: {
|
3081
3005
|
color?: {
|
@@ -3095,9 +3019,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3095
3019
|
opacity?: number;
|
3096
3020
|
};
|
3097
3021
|
size?: number;
|
3098
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3099
3022
|
};
|
3100
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3101
3023
|
};
|
3102
3024
|
};
|
3103
3025
|
name?: string;
|
@@ -3215,7 +3137,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3215
3137
|
type: "title" | "text" | "navigation";
|
3216
3138
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3217
3139
|
};
|
3218
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3219
3140
|
};
|
3220
3141
|
icon?: {
|
3221
3142
|
color?: {
|
@@ -3235,7 +3156,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3235
3156
|
opacity?: number;
|
3236
3157
|
};
|
3237
3158
|
size?: number;
|
3238
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3239
3159
|
};
|
3240
3160
|
active?: {
|
3241
3161
|
padding?: {
|
@@ -3327,7 +3247,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3327
3247
|
type: "title" | "text" | "navigation";
|
3328
3248
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3329
3249
|
};
|
3330
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3331
3250
|
};
|
3332
3251
|
icon?: {
|
3333
3252
|
color?: {
|
@@ -3347,7 +3266,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3347
3266
|
opacity?: number;
|
3348
3267
|
};
|
3349
3268
|
size?: number;
|
3350
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3351
3269
|
};
|
3352
3270
|
};
|
3353
3271
|
inactive?: {
|
@@ -3397,7 +3315,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3397
3315
|
elevation?: number;
|
3398
3316
|
};
|
3399
3317
|
};
|
3400
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3401
3318
|
};
|
3402
3319
|
variant1?: {
|
3403
3320
|
background?: {
|
@@ -3511,7 +3428,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3511
3428
|
type: "title" | "text" | "navigation";
|
3512
3429
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3513
3430
|
};
|
3514
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3515
3431
|
};
|
3516
3432
|
icon?: {
|
3517
3433
|
color?: {
|
@@ -3531,7 +3447,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3531
3447
|
opacity?: number;
|
3532
3448
|
};
|
3533
3449
|
size?: number;
|
3534
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3535
3450
|
};
|
3536
3451
|
active?: {
|
3537
3452
|
padding?: {
|
@@ -3623,7 +3538,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3623
3538
|
type: "title" | "text" | "navigation";
|
3624
3539
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3625
3540
|
};
|
3626
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3627
3541
|
};
|
3628
3542
|
icon?: {
|
3629
3543
|
color?: {
|
@@ -3643,7 +3557,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3643
3557
|
opacity?: number;
|
3644
3558
|
};
|
3645
3559
|
size?: number;
|
3646
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3647
3560
|
};
|
3648
3561
|
};
|
3649
3562
|
inactive?: {
|
@@ -3693,7 +3606,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3693
3606
|
elevation?: number;
|
3694
3607
|
};
|
3695
3608
|
};
|
3696
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3697
3609
|
};
|
3698
3610
|
variant2?: {
|
3699
3611
|
background?: {
|
@@ -3807,7 +3719,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3807
3719
|
type: "title" | "text" | "navigation";
|
3808
3720
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3809
3721
|
};
|
3810
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3811
3722
|
};
|
3812
3723
|
icon?: {
|
3813
3724
|
color?: {
|
@@ -3827,7 +3738,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3827
3738
|
opacity?: number;
|
3828
3739
|
};
|
3829
3740
|
size?: number;
|
3830
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3831
3741
|
};
|
3832
3742
|
active?: {
|
3833
3743
|
padding?: {
|
@@ -3919,7 +3829,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3919
3829
|
type: "title" | "text" | "navigation";
|
3920
3830
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3921
3831
|
};
|
3922
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3923
3832
|
};
|
3924
3833
|
icon?: {
|
3925
3834
|
color?: {
|
@@ -3939,7 +3848,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3939
3848
|
opacity?: number;
|
3940
3849
|
};
|
3941
3850
|
size?: number;
|
3942
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3943
3851
|
};
|
3944
3852
|
};
|
3945
3853
|
inactive?: {
|
@@ -3989,7 +3897,6 @@ declare const _default: <T extends unknown>(props: {
|
|
3989
3897
|
elevation?: number;
|
3990
3898
|
};
|
3991
3899
|
};
|
3992
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3993
3900
|
};
|
3994
3901
|
variant3?: {
|
3995
3902
|
background?: {
|
@@ -4103,7 +4010,6 @@ declare const _default: <T extends unknown>(props: {
|
|
4103
4010
|
type: "title" | "text" | "navigation";
|
4104
4011
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4105
4012
|
};
|
4106
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4107
4013
|
};
|
4108
4014
|
icon?: {
|
4109
4015
|
color?: {
|
@@ -4123,7 +4029,6 @@ declare const _default: <T extends unknown>(props: {
|
|
4123
4029
|
opacity?: number;
|
4124
4030
|
};
|
4125
4031
|
size?: number;
|
4126
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4127
4032
|
};
|
4128
4033
|
active?: {
|
4129
4034
|
padding?: {
|
@@ -4215,7 +4120,6 @@ declare const _default: <T extends unknown>(props: {
|
|
4215
4120
|
type: "title" | "text" | "navigation";
|
4216
4121
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4217
4122
|
};
|
4218
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4219
4123
|
};
|
4220
4124
|
icon?: {
|
4221
4125
|
color?: {
|
@@ -4235,7 +4139,6 @@ declare const _default: <T extends unknown>(props: {
|
|
4235
4139
|
opacity?: number;
|
4236
4140
|
};
|
4237
4141
|
size?: number;
|
4238
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4239
4142
|
};
|
4240
4143
|
};
|
4241
4144
|
inactive?: {
|
@@ -4285,7 +4188,6 @@ declare const _default: <T extends unknown>(props: {
|
|
4285
4188
|
elevation?: number;
|
4286
4189
|
};
|
4287
4190
|
};
|
4288
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4289
4191
|
};
|
4290
4192
|
name?: string;
|
4291
4193
|
};
|
@@ -4343,6 +4245,8 @@ declare const _default: <T extends unknown>(props: {
|
|
4343
4245
|
onLoaded?: string[];
|
4344
4246
|
onEditMode?: string[];
|
4345
4247
|
onSaving?: string[];
|
4248
|
+
onPersistState?: string[];
|
4249
|
+
onRestoreState?: string[];
|
4346
4250
|
};
|
4347
4251
|
actions?: {
|
4348
4252
|
[name: string]: string[];
|
@@ -4544,6 +4448,8 @@ declare const _default: <T extends unknown>(props: {
|
|
4544
4448
|
onLoaded?: string[];
|
4545
4449
|
onEditMode?: string[];
|
4546
4450
|
onSaving?: string[];
|
4451
|
+
onPersistState?: string[];
|
4452
|
+
onRestoreState?: string[];
|
4547
4453
|
};
|
4548
4454
|
actions?: {
|
4549
4455
|
[name: string]: string[];
|
@@ -4745,6 +4651,8 @@ declare const _default: <T extends unknown>(props: {
|
|
4745
4651
|
onLoaded?: string[];
|
4746
4652
|
onEditMode?: string[];
|
4747
4653
|
onSaving?: string[];
|
4654
|
+
onPersistState?: string[];
|
4655
|
+
onRestoreState?: string[];
|
4748
4656
|
};
|
4749
4657
|
actions?: {
|
4750
4658
|
[name: string]: string[];
|
@@ -4946,6 +4854,8 @@ declare const _default: <T extends unknown>(props: {
|
|
4946
4854
|
onLoaded?: string[];
|
4947
4855
|
onEditMode?: string[];
|
4948
4856
|
onSaving?: string[];
|
4857
|
+
onPersistState?: string[];
|
4858
|
+
onRestoreState?: string[];
|
4949
4859
|
};
|
4950
4860
|
actions?: {
|
4951
4861
|
[name: string]: string[];
|
@@ -5096,31 +5006,123 @@ declare const _default: <T extends unknown>(props: {
|
|
5096
5006
|
};
|
5097
5007
|
name?: string;
|
5098
5008
|
id: {
|
5099
|
-
|
5009
|
+
toString: () => string;
|
5010
|
+
equals?: {
|
5100
5011
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5101
5012
|
};
|
5102
|
-
toString: () => string;
|
5103
|
-
toJSON: () => string;
|
5104
|
-
valueOf: () => string;
|
5105
5013
|
};
|
5106
5014
|
};
|
5015
|
+
icons?: {
|
5016
|
+
xs?: {
|
5017
|
+
color?: {
|
5018
|
+
colors: (string | {
|
5019
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5020
|
+
toned?: boolean;
|
5021
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5022
|
+
} | {
|
5023
|
+
color: string | {
|
5024
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5025
|
+
toned?: boolean;
|
5026
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5027
|
+
};
|
5028
|
+
stop?: number;
|
5029
|
+
})[];
|
5030
|
+
acrylic?: boolean;
|
5031
|
+
opacity?: number;
|
5032
|
+
};
|
5033
|
+
size?: number;
|
5034
|
+
};
|
5035
|
+
s?: {
|
5036
|
+
color?: {
|
5037
|
+
colors: (string | {
|
5038
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5039
|
+
toned?: boolean;
|
5040
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5041
|
+
} | {
|
5042
|
+
color: string | {
|
5043
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5044
|
+
toned?: boolean;
|
5045
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5046
|
+
};
|
5047
|
+
stop?: number;
|
5048
|
+
})[];
|
5049
|
+
acrylic?: boolean;
|
5050
|
+
opacity?: number;
|
5051
|
+
};
|
5052
|
+
size?: number;
|
5053
|
+
};
|
5054
|
+
m?: {
|
5055
|
+
color?: {
|
5056
|
+
colors: (string | {
|
5057
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5058
|
+
toned?: boolean;
|
5059
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5060
|
+
} | {
|
5061
|
+
color: string | {
|
5062
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5063
|
+
toned?: boolean;
|
5064
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5065
|
+
};
|
5066
|
+
stop?: number;
|
5067
|
+
})[];
|
5068
|
+
acrylic?: boolean;
|
5069
|
+
opacity?: number;
|
5070
|
+
};
|
5071
|
+
size?: number;
|
5072
|
+
};
|
5073
|
+
l?: {
|
5074
|
+
color?: {
|
5075
|
+
colors: (string | {
|
5076
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5077
|
+
toned?: boolean;
|
5078
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5079
|
+
} | {
|
5080
|
+
color: string | {
|
5081
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5082
|
+
toned?: boolean;
|
5083
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5084
|
+
};
|
5085
|
+
stop?: number;
|
5086
|
+
})[];
|
5087
|
+
acrylic?: boolean;
|
5088
|
+
opacity?: number;
|
5089
|
+
};
|
5090
|
+
size?: number;
|
5091
|
+
};
|
5092
|
+
xl?: {
|
5093
|
+
color?: {
|
5094
|
+
colors: (string | {
|
5095
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5096
|
+
toned?: boolean;
|
5097
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5098
|
+
} | {
|
5099
|
+
color: string | {
|
5100
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5101
|
+
toned?: boolean;
|
5102
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5103
|
+
};
|
5104
|
+
stop?: number;
|
5105
|
+
})[];
|
5106
|
+
acrylic?: boolean;
|
5107
|
+
opacity?: number;
|
5108
|
+
};
|
5109
|
+
size?: number;
|
5110
|
+
};
|
5111
|
+
name?: string;
|
5112
|
+
};
|
5107
5113
|
name?: string;
|
5108
5114
|
id: {
|
5109
|
-
|
5115
|
+
toString: () => string;
|
5116
|
+
equals?: {
|
5110
5117
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5111
5118
|
};
|
5112
|
-
toString: () => string;
|
5113
|
-
toJSON: () => string;
|
5114
|
-
valueOf: () => string;
|
5115
5119
|
};
|
5116
5120
|
};
|
5117
5121
|
id: {
|
5118
|
-
|
5122
|
+
toString: () => string;
|
5123
|
+
equals?: {
|
5119
5124
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5120
5125
|
};
|
5121
|
-
toString: () => string;
|
5122
|
-
toJSON: () => string;
|
5123
|
-
valueOf: () => string;
|
5124
5126
|
};
|
5125
5127
|
name?: string;
|
5126
5128
|
};
|
@@ -5193,6 +5195,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5193
5195
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5194
5196
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5195
5197
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5198
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5196
5199
|
};
|
5197
5200
|
deactivated(): void;
|
5198
5201
|
};
|
@@ -5406,6 +5409,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5406
5409
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5407
5410
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5408
5411
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5412
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5409
5413
|
};
|
5410
5414
|
deactivated(): void;
|
5411
5415
|
};
|
@@ -5501,6 +5505,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5501
5505
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5502
5506
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5503
5507
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5508
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5504
5509
|
};
|
5505
5510
|
deactivated(): void;
|
5506
5511
|
};
|
@@ -5596,6 +5601,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5596
5601
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5597
5602
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5598
5603
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5604
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5599
5605
|
};
|
5600
5606
|
deactivated(): void;
|
5601
5607
|
};
|
@@ -5684,6 +5690,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5684
5690
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5685
5691
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5686
5692
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5693
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5687
5694
|
};
|
5688
5695
|
deactivated(): void;
|
5689
5696
|
};
|
@@ -5728,12 +5735,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5728
5735
|
colorToned: string;
|
5729
5736
|
};
|
5730
5737
|
id: {
|
5731
|
-
|
5738
|
+
toString: () => string;
|
5739
|
+
equals?: {
|
5732
5740
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5733
5741
|
};
|
5734
|
-
toString: () => string;
|
5735
|
-
toJSON: () => string;
|
5736
|
-
valueOf: () => string;
|
5737
5742
|
};
|
5738
5743
|
};
|
5739
5744
|
secondary: {
|
@@ -5759,12 +5764,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5759
5764
|
colorToned: string;
|
5760
5765
|
};
|
5761
5766
|
id: {
|
5762
|
-
|
5767
|
+
toString: () => string;
|
5768
|
+
equals?: {
|
5763
5769
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5764
5770
|
};
|
5765
|
-
toString: () => string;
|
5766
|
-
toJSON: () => string;
|
5767
|
-
valueOf: () => string;
|
5768
5771
|
};
|
5769
5772
|
};
|
5770
5773
|
accent1: {
|
@@ -5790,12 +5793,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5790
5793
|
colorToned: string;
|
5791
5794
|
};
|
5792
5795
|
id: {
|
5793
|
-
|
5796
|
+
toString: () => string;
|
5797
|
+
equals?: {
|
5794
5798
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5795
5799
|
};
|
5796
|
-
toString: () => string;
|
5797
|
-
toJSON: () => string;
|
5798
|
-
valueOf: () => string;
|
5799
5800
|
};
|
5800
5801
|
};
|
5801
5802
|
accent2: {
|
@@ -5821,12 +5822,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5821
5822
|
colorToned: string;
|
5822
5823
|
};
|
5823
5824
|
id: {
|
5824
|
-
|
5825
|
+
toString: () => string;
|
5826
|
+
equals?: {
|
5825
5827
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5826
5828
|
};
|
5827
|
-
toString: () => string;
|
5828
|
-
toJSON: () => string;
|
5829
|
-
valueOf: () => string;
|
5830
5829
|
};
|
5831
5830
|
};
|
5832
5831
|
accent3: {
|
@@ -5852,12 +5851,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5852
5851
|
colorToned: string;
|
5853
5852
|
};
|
5854
5853
|
id: {
|
5855
|
-
|
5854
|
+
toString: () => string;
|
5855
|
+
equals?: {
|
5856
5856
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5857
5857
|
};
|
5858
|
-
toString: () => string;
|
5859
|
-
toJSON: () => string;
|
5860
|
-
valueOf: () => string;
|
5861
5858
|
};
|
5862
5859
|
};
|
5863
5860
|
neutral: {
|
@@ -5883,12 +5880,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5883
5880
|
colorToned: string;
|
5884
5881
|
};
|
5885
5882
|
id: {
|
5886
|
-
|
5883
|
+
toString: () => string;
|
5884
|
+
equals?: {
|
5887
5885
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5888
5886
|
};
|
5889
|
-
toString: () => string;
|
5890
|
-
toJSON: () => string;
|
5891
|
-
valueOf: () => string;
|
5892
5887
|
};
|
5893
5888
|
};
|
5894
5889
|
background: {
|
@@ -5914,12 +5909,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5914
5909
|
colorToned: string;
|
5915
5910
|
};
|
5916
5911
|
id: {
|
5917
|
-
|
5912
|
+
toString: () => string;
|
5913
|
+
equals?: {
|
5918
5914
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5919
5915
|
};
|
5920
|
-
toString: () => string;
|
5921
|
-
toJSON: () => string;
|
5922
|
-
valueOf: () => string;
|
5923
5916
|
};
|
5924
5917
|
};
|
5925
5918
|
error: {
|
@@ -5945,12 +5938,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5945
5938
|
colorToned: string;
|
5946
5939
|
};
|
5947
5940
|
id: {
|
5948
|
-
|
5941
|
+
toString: () => string;
|
5942
|
+
equals?: {
|
5949
5943
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5950
5944
|
};
|
5951
|
-
toString: () => string;
|
5952
|
-
toJSON: () => string;
|
5953
|
-
valueOf: () => string;
|
5954
5945
|
};
|
5955
5946
|
};
|
5956
5947
|
info: {
|
@@ -5976,12 +5967,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5976
5967
|
colorToned: string;
|
5977
5968
|
};
|
5978
5969
|
id: {
|
5979
|
-
|
5970
|
+
toString: () => string;
|
5971
|
+
equals?: {
|
5980
5972
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5981
5973
|
};
|
5982
|
-
toString: () => string;
|
5983
|
-
toJSON: () => string;
|
5984
|
-
valueOf: () => string;
|
5985
5974
|
};
|
5986
5975
|
};
|
5987
5976
|
warning: {
|
@@ -6007,12 +5996,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6007
5996
|
colorToned: string;
|
6008
5997
|
};
|
6009
5998
|
id: {
|
6010
|
-
|
5999
|
+
toString: () => string;
|
6000
|
+
equals?: {
|
6011
6001
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6012
6002
|
};
|
6013
|
-
toString: () => string;
|
6014
|
-
toJSON: () => string;
|
6015
|
-
valueOf: () => string;
|
6016
6003
|
};
|
6017
6004
|
};
|
6018
6005
|
notification: {
|
@@ -6038,12 +6025,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6038
6025
|
colorToned: string;
|
6039
6026
|
};
|
6040
6027
|
id: {
|
6041
|
-
|
6028
|
+
toString: () => string;
|
6029
|
+
equals?: {
|
6042
6030
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6043
6031
|
};
|
6044
|
-
toString: () => string;
|
6045
|
-
toJSON: () => string;
|
6046
|
-
valueOf: () => string;
|
6047
6032
|
};
|
6048
6033
|
};
|
6049
6034
|
};
|
@@ -6052,12 +6037,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6052
6037
|
name: string;
|
6053
6038
|
font?: {
|
6054
6039
|
id: {
|
6055
|
-
|
6040
|
+
toString: () => string;
|
6041
|
+
equals?: {
|
6056
6042
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6057
6043
|
};
|
6058
|
-
toString: () => string;
|
6059
|
-
toJSON: () => string;
|
6060
|
-
valueOf: () => string;
|
6061
6044
|
};
|
6062
6045
|
family: string;
|
6063
6046
|
cdn?: string;
|
@@ -6289,12 +6272,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6289
6272
|
};
|
6290
6273
|
name?: string;
|
6291
6274
|
id: {
|
6292
|
-
|
6275
|
+
toString: () => string;
|
6276
|
+
equals?: {
|
6293
6277
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6294
6278
|
};
|
6295
|
-
toString: () => string;
|
6296
|
-
toJSON: () => string;
|
6297
|
-
valueOf: () => string;
|
6298
6279
|
};
|
6299
6280
|
};
|
6300
6281
|
spacing: {
|
@@ -6318,12 +6299,10 @@ declare const _default: <T extends unknown>(props: {
|
|
6318
6299
|
};
|
6319
6300
|
name?: string;
|
6320
6301
|
id: {
|
6321
|
-
|
6302
|
+
toString: () => string;
|
6303
|
+
equals?: {
|
6322
6304
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6323
6305
|
};
|
6324
|
-
toString: () => string;
|
6325
|
-
toJSON: () => string;
|
6326
|
-
valueOf: () => string;
|
6327
6306
|
};
|
6328
6307
|
};
|
6329
6308
|
components: {
|
@@ -6420,7 +6399,6 @@ declare const _default: <T extends unknown>(props: {
|
|
6420
6399
|
type: "title" | "text" | "navigation";
|
6421
6400
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6422
6401
|
};
|
6423
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6424
6402
|
};
|
6425
6403
|
icon?: {
|
6426
6404
|
color?: {
|
@@ -6440,9 +6418,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6440
6418
|
opacity?: number;
|
6441
6419
|
};
|
6442
6420
|
size?: number;
|
6443
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6444
6421
|
};
|
6445
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6446
6422
|
};
|
6447
6423
|
basic?: {
|
6448
6424
|
padding?: {
|
@@ -6535,7 +6511,6 @@ declare const _default: <T extends unknown>(props: {
|
|
6535
6511
|
type: "title" | "text" | "navigation";
|
6536
6512
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6537
6513
|
};
|
6538
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6539
6514
|
};
|
6540
6515
|
icon?: {
|
6541
6516
|
color?: {
|
@@ -6555,9 +6530,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6555
6530
|
opacity?: number;
|
6556
6531
|
};
|
6557
6532
|
size?: number;
|
6558
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6559
6533
|
};
|
6560
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6561
6534
|
};
|
6562
6535
|
accent1?: {
|
6563
6536
|
padding?: {
|
@@ -6650,7 +6623,6 @@ declare const _default: <T extends unknown>(props: {
|
|
6650
6623
|
type: "title" | "text" | "navigation";
|
6651
6624
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6652
6625
|
};
|
6653
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6654
6626
|
};
|
6655
6627
|
icon?: {
|
6656
6628
|
color?: {
|
@@ -6670,9 +6642,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6670
6642
|
opacity?: number;
|
6671
6643
|
};
|
6672
6644
|
size?: number;
|
6673
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6674
6645
|
};
|
6675
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6676
6646
|
};
|
6677
6647
|
warn?: {
|
6678
6648
|
padding?: {
|
@@ -6765,7 +6735,6 @@ declare const _default: <T extends unknown>(props: {
|
|
6765
6735
|
type: "title" | "text" | "navigation";
|
6766
6736
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6767
6737
|
};
|
6768
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6769
6738
|
};
|
6770
6739
|
icon?: {
|
6771
6740
|
color?: {
|
@@ -6785,9 +6754,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6785
6754
|
opacity?: number;
|
6786
6755
|
};
|
6787
6756
|
size?: number;
|
6788
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6789
6757
|
};
|
6790
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6791
6758
|
};
|
6792
6759
|
link?: {
|
6793
6760
|
padding?: {
|
@@ -6880,7 +6847,6 @@ declare const _default: <T extends unknown>(props: {
|
|
6880
6847
|
type: "title" | "text" | "navigation";
|
6881
6848
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6882
6849
|
};
|
6883
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6884
6850
|
};
|
6885
6851
|
icon?: {
|
6886
6852
|
color?: {
|
@@ -6900,9 +6866,7 @@ declare const _default: <T extends unknown>(props: {
|
|
6900
6866
|
opacity?: number;
|
6901
6867
|
};
|
6902
6868
|
size?: number;
|
6903
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6904
6869
|
};
|
6905
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6906
6870
|
};
|
6907
6871
|
variant1?: {
|
6908
6872
|
padding?: {
|
@@ -6995,7 +6959,6 @@ declare const _default: <T extends unknown>(props: {
|
|
6995
6959
|
type: "title" | "text" | "navigation";
|
6996
6960
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6997
6961
|
};
|
6998
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6999
6962
|
};
|
7000
6963
|
icon?: {
|
7001
6964
|
color?: {
|
@@ -7015,9 +6978,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7015
6978
|
opacity?: number;
|
7016
6979
|
};
|
7017
6980
|
size?: number;
|
7018
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7019
6981
|
};
|
7020
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7021
6982
|
};
|
7022
6983
|
variant2?: {
|
7023
6984
|
padding?: {
|
@@ -7110,7 +7071,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7110
7071
|
type: "title" | "text" | "navigation";
|
7111
7072
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7112
7073
|
};
|
7113
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7114
7074
|
};
|
7115
7075
|
icon?: {
|
7116
7076
|
color?: {
|
@@ -7130,9 +7090,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7130
7090
|
opacity?: number;
|
7131
7091
|
};
|
7132
7092
|
size?: number;
|
7133
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7134
7093
|
};
|
7135
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7136
7094
|
};
|
7137
7095
|
variant3?: {
|
7138
7096
|
padding?: {
|
@@ -7225,7 +7183,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7225
7183
|
type: "title" | "text" | "navigation";
|
7226
7184
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7227
7185
|
};
|
7228
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7229
7186
|
};
|
7230
7187
|
icon?: {
|
7231
7188
|
color?: {
|
@@ -7245,9 +7202,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7245
7202
|
opacity?: number;
|
7246
7203
|
};
|
7247
7204
|
size?: number;
|
7248
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7249
7205
|
};
|
7250
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7251
7206
|
};
|
7252
7207
|
variant4?: {
|
7253
7208
|
padding?: {
|
@@ -7340,7 +7295,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7340
7295
|
type: "title" | "text" | "navigation";
|
7341
7296
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7342
7297
|
};
|
7343
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7344
7298
|
};
|
7345
7299
|
icon?: {
|
7346
7300
|
color?: {
|
@@ -7360,9 +7314,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7360
7314
|
opacity?: number;
|
7361
7315
|
};
|
7362
7316
|
size?: number;
|
7363
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7364
7317
|
};
|
7365
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7366
7318
|
};
|
7367
7319
|
};
|
7368
7320
|
icon: {
|
@@ -7457,7 +7409,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7457
7409
|
type: "title" | "text" | "navigation";
|
7458
7410
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7459
7411
|
};
|
7460
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7461
7412
|
};
|
7462
7413
|
icon?: {
|
7463
7414
|
color?: {
|
@@ -7477,9 +7428,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7477
7428
|
opacity?: number;
|
7478
7429
|
};
|
7479
7430
|
size?: number;
|
7480
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7481
7431
|
};
|
7482
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7483
7432
|
};
|
7484
7433
|
basic?: {
|
7485
7434
|
padding?: {
|
@@ -7572,7 +7521,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7572
7521
|
type: "title" | "text" | "navigation";
|
7573
7522
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7574
7523
|
};
|
7575
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7576
7524
|
};
|
7577
7525
|
icon?: {
|
7578
7526
|
color?: {
|
@@ -7592,9 +7540,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7592
7540
|
opacity?: number;
|
7593
7541
|
};
|
7594
7542
|
size?: number;
|
7595
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7596
7543
|
};
|
7597
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7598
7544
|
};
|
7599
7545
|
accent1?: {
|
7600
7546
|
padding?: {
|
@@ -7687,7 +7633,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7687
7633
|
type: "title" | "text" | "navigation";
|
7688
7634
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7689
7635
|
};
|
7690
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7691
7636
|
};
|
7692
7637
|
icon?: {
|
7693
7638
|
color?: {
|
@@ -7707,9 +7652,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7707
7652
|
opacity?: number;
|
7708
7653
|
};
|
7709
7654
|
size?: number;
|
7710
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7711
7655
|
};
|
7712
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7713
7656
|
};
|
7714
7657
|
warn?: {
|
7715
7658
|
padding?: {
|
@@ -7802,7 +7745,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7802
7745
|
type: "title" | "text" | "navigation";
|
7803
7746
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7804
7747
|
};
|
7805
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7806
7748
|
};
|
7807
7749
|
icon?: {
|
7808
7750
|
color?: {
|
@@ -7822,9 +7764,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7822
7764
|
opacity?: number;
|
7823
7765
|
};
|
7824
7766
|
size?: number;
|
7825
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7826
7767
|
};
|
7827
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7828
7768
|
};
|
7829
7769
|
link?: {
|
7830
7770
|
padding?: {
|
@@ -7917,7 +7857,6 @@ declare const _default: <T extends unknown>(props: {
|
|
7917
7857
|
type: "title" | "text" | "navigation";
|
7918
7858
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7919
7859
|
};
|
7920
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7921
7860
|
};
|
7922
7861
|
icon?: {
|
7923
7862
|
color?: {
|
@@ -7937,9 +7876,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7937
7876
|
opacity?: number;
|
7938
7877
|
};
|
7939
7878
|
size?: number;
|
7940
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7941
7879
|
};
|
7942
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7943
7880
|
};
|
7944
7881
|
variant1?: {
|
7945
7882
|
padding?: {
|
@@ -8032,7 +7969,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8032
7969
|
type: "title" | "text" | "navigation";
|
8033
7970
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8034
7971
|
};
|
8035
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8036
7972
|
};
|
8037
7973
|
icon?: {
|
8038
7974
|
color?: {
|
@@ -8052,9 +7988,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8052
7988
|
opacity?: number;
|
8053
7989
|
};
|
8054
7990
|
size?: number;
|
8055
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8056
7991
|
};
|
8057
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8058
7992
|
};
|
8059
7993
|
variant2?: {
|
8060
7994
|
padding?: {
|
@@ -8147,7 +8081,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8147
8081
|
type: "title" | "text" | "navigation";
|
8148
8082
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8149
8083
|
};
|
8150
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8151
8084
|
};
|
8152
8085
|
icon?: {
|
8153
8086
|
color?: {
|
@@ -8167,9 +8100,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8167
8100
|
opacity?: number;
|
8168
8101
|
};
|
8169
8102
|
size?: number;
|
8170
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8171
8103
|
};
|
8172
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8173
8104
|
};
|
8174
8105
|
variant3?: {
|
8175
8106
|
padding?: {
|
@@ -8262,7 +8193,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8262
8193
|
type: "title" | "text" | "navigation";
|
8263
8194
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8264
8195
|
};
|
8265
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8266
8196
|
};
|
8267
8197
|
icon?: {
|
8268
8198
|
color?: {
|
@@ -8282,9 +8212,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8282
8212
|
opacity?: number;
|
8283
8213
|
};
|
8284
8214
|
size?: number;
|
8285
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8286
8215
|
};
|
8287
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8288
8216
|
};
|
8289
8217
|
variant4?: {
|
8290
8218
|
padding?: {
|
@@ -8377,7 +8305,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8377
8305
|
type: "title" | "text" | "navigation";
|
8378
8306
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8379
8307
|
};
|
8380
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8381
8308
|
};
|
8382
8309
|
icon?: {
|
8383
8310
|
color?: {
|
@@ -8397,9 +8324,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8397
8324
|
opacity?: number;
|
8398
8325
|
};
|
8399
8326
|
size?: number;
|
8400
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8401
8327
|
};
|
8402
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8403
8328
|
};
|
8404
8329
|
};
|
8405
8330
|
name?: string;
|
@@ -8517,7 +8442,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8517
8442
|
type: "title" | "text" | "navigation";
|
8518
8443
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8519
8444
|
};
|
8520
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8521
8445
|
};
|
8522
8446
|
icon?: {
|
8523
8447
|
color?: {
|
@@ -8537,7 +8461,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8537
8461
|
opacity?: number;
|
8538
8462
|
};
|
8539
8463
|
size?: number;
|
8540
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8541
8464
|
};
|
8542
8465
|
active?: {
|
8543
8466
|
padding?: {
|
@@ -8629,7 +8552,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8629
8552
|
type: "title" | "text" | "navigation";
|
8630
8553
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8631
8554
|
};
|
8632
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8633
8555
|
};
|
8634
8556
|
icon?: {
|
8635
8557
|
color?: {
|
@@ -8649,7 +8571,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8649
8571
|
opacity?: number;
|
8650
8572
|
};
|
8651
8573
|
size?: number;
|
8652
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8653
8574
|
};
|
8654
8575
|
};
|
8655
8576
|
inactive?: {
|
@@ -8699,7 +8620,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8699
8620
|
elevation?: number;
|
8700
8621
|
};
|
8701
8622
|
};
|
8702
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8703
8623
|
};
|
8704
8624
|
variant1?: {
|
8705
8625
|
background?: {
|
@@ -8813,7 +8733,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8813
8733
|
type: "title" | "text" | "navigation";
|
8814
8734
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8815
8735
|
};
|
8816
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8817
8736
|
};
|
8818
8737
|
icon?: {
|
8819
8738
|
color?: {
|
@@ -8833,7 +8752,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8833
8752
|
opacity?: number;
|
8834
8753
|
};
|
8835
8754
|
size?: number;
|
8836
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8837
8755
|
};
|
8838
8756
|
active?: {
|
8839
8757
|
padding?: {
|
@@ -8925,7 +8843,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8925
8843
|
type: "title" | "text" | "navigation";
|
8926
8844
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8927
8845
|
};
|
8928
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8929
8846
|
};
|
8930
8847
|
icon?: {
|
8931
8848
|
color?: {
|
@@ -8945,7 +8862,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8945
8862
|
opacity?: number;
|
8946
8863
|
};
|
8947
8864
|
size?: number;
|
8948
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8949
8865
|
};
|
8950
8866
|
};
|
8951
8867
|
inactive?: {
|
@@ -8995,7 +8911,6 @@ declare const _default: <T extends unknown>(props: {
|
|
8995
8911
|
elevation?: number;
|
8996
8912
|
};
|
8997
8913
|
};
|
8998
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8999
8914
|
};
|
9000
8915
|
variant2?: {
|
9001
8916
|
background?: {
|
@@ -9109,7 +9024,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9109
9024
|
type: "title" | "text" | "navigation";
|
9110
9025
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9111
9026
|
};
|
9112
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9113
9027
|
};
|
9114
9028
|
icon?: {
|
9115
9029
|
color?: {
|
@@ -9129,7 +9043,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9129
9043
|
opacity?: number;
|
9130
9044
|
};
|
9131
9045
|
size?: number;
|
9132
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9133
9046
|
};
|
9134
9047
|
active?: {
|
9135
9048
|
padding?: {
|
@@ -9221,7 +9134,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9221
9134
|
type: "title" | "text" | "navigation";
|
9222
9135
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9223
9136
|
};
|
9224
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9225
9137
|
};
|
9226
9138
|
icon?: {
|
9227
9139
|
color?: {
|
@@ -9241,7 +9153,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9241
9153
|
opacity?: number;
|
9242
9154
|
};
|
9243
9155
|
size?: number;
|
9244
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9245
9156
|
};
|
9246
9157
|
};
|
9247
9158
|
inactive?: {
|
@@ -9291,7 +9202,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9291
9202
|
elevation?: number;
|
9292
9203
|
};
|
9293
9204
|
};
|
9294
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9295
9205
|
};
|
9296
9206
|
variant3?: {
|
9297
9207
|
background?: {
|
@@ -9405,7 +9315,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9405
9315
|
type: "title" | "text" | "navigation";
|
9406
9316
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9407
9317
|
};
|
9408
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9409
9318
|
};
|
9410
9319
|
icon?: {
|
9411
9320
|
color?: {
|
@@ -9425,7 +9334,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9425
9334
|
opacity?: number;
|
9426
9335
|
};
|
9427
9336
|
size?: number;
|
9428
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9429
9337
|
};
|
9430
9338
|
active?: {
|
9431
9339
|
padding?: {
|
@@ -9517,7 +9425,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9517
9425
|
type: "title" | "text" | "navigation";
|
9518
9426
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9519
9427
|
};
|
9520
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9521
9428
|
};
|
9522
9429
|
icon?: {
|
9523
9430
|
color?: {
|
@@ -9537,7 +9444,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9537
9444
|
opacity?: number;
|
9538
9445
|
};
|
9539
9446
|
size?: number;
|
9540
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9541
9447
|
};
|
9542
9448
|
};
|
9543
9449
|
inactive?: {
|
@@ -9587,7 +9493,6 @@ declare const _default: <T extends unknown>(props: {
|
|
9587
9493
|
elevation?: number;
|
9588
9494
|
};
|
9589
9495
|
};
|
9590
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9591
9496
|
};
|
9592
9497
|
name?: string;
|
9593
9498
|
};
|
@@ -9645,6 +9550,8 @@ declare const _default: <T extends unknown>(props: {
|
|
9645
9550
|
onLoaded?: string[];
|
9646
9551
|
onEditMode?: string[];
|
9647
9552
|
onSaving?: string[];
|
9553
|
+
onPersistState?: string[];
|
9554
|
+
onRestoreState?: string[];
|
9648
9555
|
};
|
9649
9556
|
actions?: {
|
9650
9557
|
[name: string]: string[];
|
@@ -9846,6 +9753,8 @@ declare const _default: <T extends unknown>(props: {
|
|
9846
9753
|
onLoaded?: string[];
|
9847
9754
|
onEditMode?: string[];
|
9848
9755
|
onSaving?: string[];
|
9756
|
+
onPersistState?: string[];
|
9757
|
+
onRestoreState?: string[];
|
9849
9758
|
};
|
9850
9759
|
actions?: {
|
9851
9760
|
[name: string]: string[];
|
@@ -10047,6 +9956,8 @@ declare const _default: <T extends unknown>(props: {
|
|
10047
9956
|
onLoaded?: string[];
|
10048
9957
|
onEditMode?: string[];
|
10049
9958
|
onSaving?: string[];
|
9959
|
+
onPersistState?: string[];
|
9960
|
+
onRestoreState?: string[];
|
10050
9961
|
};
|
10051
9962
|
actions?: {
|
10052
9963
|
[name: string]: string[];
|
@@ -10248,6 +10159,8 @@ declare const _default: <T extends unknown>(props: {
|
|
10248
10159
|
onLoaded?: string[];
|
10249
10160
|
onEditMode?: string[];
|
10250
10161
|
onSaving?: string[];
|
10162
|
+
onPersistState?: string[];
|
10163
|
+
onRestoreState?: string[];
|
10251
10164
|
};
|
10252
10165
|
actions?: {
|
10253
10166
|
[name: string]: string[];
|
@@ -10398,31 +10311,123 @@ declare const _default: <T extends unknown>(props: {
|
|
10398
10311
|
};
|
10399
10312
|
name?: string;
|
10400
10313
|
id: {
|
10401
|
-
|
10314
|
+
toString: () => string;
|
10315
|
+
equals?: {
|
10402
10316
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10403
10317
|
};
|
10404
|
-
toString: () => string;
|
10405
|
-
toJSON: () => string;
|
10406
|
-
valueOf: () => string;
|
10407
10318
|
};
|
10408
10319
|
};
|
10320
|
+
icons?: {
|
10321
|
+
xs?: {
|
10322
|
+
color?: {
|
10323
|
+
colors: (string | {
|
10324
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10325
|
+
toned?: boolean;
|
10326
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10327
|
+
} | {
|
10328
|
+
color: string | {
|
10329
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10330
|
+
toned?: boolean;
|
10331
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10332
|
+
};
|
10333
|
+
stop?: number;
|
10334
|
+
})[];
|
10335
|
+
acrylic?: boolean;
|
10336
|
+
opacity?: number;
|
10337
|
+
};
|
10338
|
+
size?: number;
|
10339
|
+
};
|
10340
|
+
s?: {
|
10341
|
+
color?: {
|
10342
|
+
colors: (string | {
|
10343
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10344
|
+
toned?: boolean;
|
10345
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10346
|
+
} | {
|
10347
|
+
color: string | {
|
10348
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10349
|
+
toned?: boolean;
|
10350
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10351
|
+
};
|
10352
|
+
stop?: number;
|
10353
|
+
})[];
|
10354
|
+
acrylic?: boolean;
|
10355
|
+
opacity?: number;
|
10356
|
+
};
|
10357
|
+
size?: number;
|
10358
|
+
};
|
10359
|
+
m?: {
|
10360
|
+
color?: {
|
10361
|
+
colors: (string | {
|
10362
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10363
|
+
toned?: boolean;
|
10364
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10365
|
+
} | {
|
10366
|
+
color: string | {
|
10367
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10368
|
+
toned?: boolean;
|
10369
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10370
|
+
};
|
10371
|
+
stop?: number;
|
10372
|
+
})[];
|
10373
|
+
acrylic?: boolean;
|
10374
|
+
opacity?: number;
|
10375
|
+
};
|
10376
|
+
size?: number;
|
10377
|
+
};
|
10378
|
+
l?: {
|
10379
|
+
color?: {
|
10380
|
+
colors: (string | {
|
10381
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10382
|
+
toned?: boolean;
|
10383
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10384
|
+
} | {
|
10385
|
+
color: string | {
|
10386
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10387
|
+
toned?: boolean;
|
10388
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10389
|
+
};
|
10390
|
+
stop?: number;
|
10391
|
+
})[];
|
10392
|
+
acrylic?: boolean;
|
10393
|
+
opacity?: number;
|
10394
|
+
};
|
10395
|
+
size?: number;
|
10396
|
+
};
|
10397
|
+
xl?: {
|
10398
|
+
color?: {
|
10399
|
+
colors: (string | {
|
10400
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10401
|
+
toned?: boolean;
|
10402
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10403
|
+
} | {
|
10404
|
+
color: string | {
|
10405
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10406
|
+
toned?: boolean;
|
10407
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10408
|
+
};
|
10409
|
+
stop?: number;
|
10410
|
+
})[];
|
10411
|
+
acrylic?: boolean;
|
10412
|
+
opacity?: number;
|
10413
|
+
};
|
10414
|
+
size?: number;
|
10415
|
+
};
|
10416
|
+
name?: string;
|
10417
|
+
};
|
10409
10418
|
name?: string;
|
10410
10419
|
id: {
|
10411
|
-
|
10420
|
+
toString: () => string;
|
10421
|
+
equals?: {
|
10412
10422
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10413
10423
|
};
|
10414
|
-
toString: () => string;
|
10415
|
-
toJSON: () => string;
|
10416
|
-
valueOf: () => string;
|
10417
10424
|
};
|
10418
10425
|
};
|
10419
10426
|
id: {
|
10420
|
-
|
10427
|
+
toString: () => string;
|
10428
|
+
equals?: {
|
10421
10429
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10422
10430
|
};
|
10423
|
-
toString: () => string;
|
10424
|
-
toJSON: () => string;
|
10425
|
-
valueOf: () => string;
|
10426
10431
|
};
|
10427
10432
|
name?: string;
|
10428
10433
|
};
|
@@ -10495,6 +10500,7 @@ declare const _default: <T extends unknown>(props: {
|
|
10495
10500
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
10496
10501
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
10497
10502
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
10503
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
10498
10504
|
};
|
10499
10505
|
deactivated(): void;
|
10500
10506
|
};
|