@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
@@ -114,6 +114,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
114
114
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
115
115
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
116
116
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
117
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
117
118
|
};
|
118
119
|
deactivated(): void;
|
119
120
|
};
|
@@ -209,6 +210,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
209
210
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
210
211
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
211
212
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
213
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
212
214
|
};
|
213
215
|
deactivated(): void;
|
214
216
|
};
|
@@ -304,6 +306,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
304
306
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
305
307
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
306
308
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
309
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
307
310
|
};
|
308
311
|
deactivated(): void;
|
309
312
|
};
|
@@ -392,6 +395,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
392
395
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
393
396
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
394
397
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
398
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
395
399
|
};
|
396
400
|
deactivated(): void;
|
397
401
|
};
|
@@ -436,12 +440,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
436
440
|
colorToned: string;
|
437
441
|
};
|
438
442
|
id: {
|
439
|
-
|
443
|
+
toString: () => string;
|
444
|
+
equals?: {
|
440
445
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
441
446
|
};
|
442
|
-
toString: () => string;
|
443
|
-
toJSON: () => string;
|
444
|
-
valueOf: () => string;
|
445
447
|
};
|
446
448
|
};
|
447
449
|
secondary: {
|
@@ -467,12 +469,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
467
469
|
colorToned: string;
|
468
470
|
};
|
469
471
|
id: {
|
470
|
-
|
472
|
+
toString: () => string;
|
473
|
+
equals?: {
|
471
474
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
472
475
|
};
|
473
|
-
toString: () => string;
|
474
|
-
toJSON: () => string;
|
475
|
-
valueOf: () => string;
|
476
476
|
};
|
477
477
|
};
|
478
478
|
accent1: {
|
@@ -498,12 +498,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
498
498
|
colorToned: string;
|
499
499
|
};
|
500
500
|
id: {
|
501
|
-
|
501
|
+
toString: () => string;
|
502
|
+
equals?: {
|
502
503
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
503
504
|
};
|
504
|
-
toString: () => string;
|
505
|
-
toJSON: () => string;
|
506
|
-
valueOf: () => string;
|
507
505
|
};
|
508
506
|
};
|
509
507
|
accent2: {
|
@@ -529,12 +527,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
529
527
|
colorToned: string;
|
530
528
|
};
|
531
529
|
id: {
|
532
|
-
|
530
|
+
toString: () => string;
|
531
|
+
equals?: {
|
533
532
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
534
533
|
};
|
535
|
-
toString: () => string;
|
536
|
-
toJSON: () => string;
|
537
|
-
valueOf: () => string;
|
538
534
|
};
|
539
535
|
};
|
540
536
|
accent3: {
|
@@ -560,12 +556,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
560
556
|
colorToned: string;
|
561
557
|
};
|
562
558
|
id: {
|
563
|
-
|
559
|
+
toString: () => string;
|
560
|
+
equals?: {
|
564
561
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
565
562
|
};
|
566
|
-
toString: () => string;
|
567
|
-
toJSON: () => string;
|
568
|
-
valueOf: () => string;
|
569
563
|
};
|
570
564
|
};
|
571
565
|
neutral: {
|
@@ -591,12 +585,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
591
585
|
colorToned: string;
|
592
586
|
};
|
593
587
|
id: {
|
594
|
-
|
588
|
+
toString: () => string;
|
589
|
+
equals?: {
|
595
590
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
596
591
|
};
|
597
|
-
toString: () => string;
|
598
|
-
toJSON: () => string;
|
599
|
-
valueOf: () => string;
|
600
592
|
};
|
601
593
|
};
|
602
594
|
background: {
|
@@ -622,12 +614,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
622
614
|
colorToned: string;
|
623
615
|
};
|
624
616
|
id: {
|
625
|
-
|
617
|
+
toString: () => string;
|
618
|
+
equals?: {
|
626
619
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
627
620
|
};
|
628
|
-
toString: () => string;
|
629
|
-
toJSON: () => string;
|
630
|
-
valueOf: () => string;
|
631
621
|
};
|
632
622
|
};
|
633
623
|
error: {
|
@@ -653,12 +643,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
653
643
|
colorToned: string;
|
654
644
|
};
|
655
645
|
id: {
|
656
|
-
|
646
|
+
toString: () => string;
|
647
|
+
equals?: {
|
657
648
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
658
649
|
};
|
659
|
-
toString: () => string;
|
660
|
-
toJSON: () => string;
|
661
|
-
valueOf: () => string;
|
662
650
|
};
|
663
651
|
};
|
664
652
|
info: {
|
@@ -684,12 +672,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
684
672
|
colorToned: string;
|
685
673
|
};
|
686
674
|
id: {
|
687
|
-
|
675
|
+
toString: () => string;
|
676
|
+
equals?: {
|
688
677
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
689
678
|
};
|
690
|
-
toString: () => string;
|
691
|
-
toJSON: () => string;
|
692
|
-
valueOf: () => string;
|
693
679
|
};
|
694
680
|
};
|
695
681
|
warning: {
|
@@ -715,12 +701,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
715
701
|
colorToned: string;
|
716
702
|
};
|
717
703
|
id: {
|
718
|
-
|
704
|
+
toString: () => string;
|
705
|
+
equals?: {
|
719
706
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
720
707
|
};
|
721
|
-
toString: () => string;
|
722
|
-
toJSON: () => string;
|
723
|
-
valueOf: () => string;
|
724
708
|
};
|
725
709
|
};
|
726
710
|
notification: {
|
@@ -746,12 +730,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
746
730
|
colorToned: string;
|
747
731
|
};
|
748
732
|
id: {
|
749
|
-
|
733
|
+
toString: () => string;
|
734
|
+
equals?: {
|
750
735
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
751
736
|
};
|
752
|
-
toString: () => string;
|
753
|
-
toJSON: () => string;
|
754
|
-
valueOf: () => string;
|
755
737
|
};
|
756
738
|
};
|
757
739
|
};
|
@@ -760,12 +742,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
760
742
|
name: string;
|
761
743
|
font?: {
|
762
744
|
id: {
|
763
|
-
|
745
|
+
toString: () => string;
|
746
|
+
equals?: {
|
764
747
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
765
748
|
};
|
766
|
-
toString: () => string;
|
767
|
-
toJSON: () => string;
|
768
|
-
valueOf: () => string;
|
769
749
|
};
|
770
750
|
family: string;
|
771
751
|
cdn?: string;
|
@@ -997,12 +977,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
997
977
|
};
|
998
978
|
name?: string;
|
999
979
|
id: {
|
1000
|
-
|
980
|
+
toString: () => string;
|
981
|
+
equals?: {
|
1001
982
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1002
983
|
};
|
1003
|
-
toString: () => string;
|
1004
|
-
toJSON: () => string;
|
1005
|
-
valueOf: () => string;
|
1006
984
|
};
|
1007
985
|
};
|
1008
986
|
spacing: {
|
@@ -1026,12 +1004,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1026
1004
|
};
|
1027
1005
|
name?: string;
|
1028
1006
|
id: {
|
1029
|
-
|
1007
|
+
toString: () => string;
|
1008
|
+
equals?: {
|
1030
1009
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1031
1010
|
};
|
1032
|
-
toString: () => string;
|
1033
|
-
toJSON: () => string;
|
1034
|
-
valueOf: () => string;
|
1035
1011
|
};
|
1036
1012
|
};
|
1037
1013
|
components: {
|
@@ -1128,7 +1104,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1128
1104
|
type: "title" | "text" | "navigation";
|
1129
1105
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1130
1106
|
};
|
1131
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1132
1107
|
};
|
1133
1108
|
icon?: {
|
1134
1109
|
color?: {
|
@@ -1148,9 +1123,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1148
1123
|
opacity?: number;
|
1149
1124
|
};
|
1150
1125
|
size?: number;
|
1151
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1152
1126
|
};
|
1153
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1154
1127
|
};
|
1155
1128
|
basic?: {
|
1156
1129
|
padding?: {
|
@@ -1243,7 +1216,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1243
1216
|
type: "title" | "text" | "navigation";
|
1244
1217
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1245
1218
|
};
|
1246
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1247
1219
|
};
|
1248
1220
|
icon?: {
|
1249
1221
|
color?: {
|
@@ -1263,9 +1235,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1263
1235
|
opacity?: number;
|
1264
1236
|
};
|
1265
1237
|
size?: number;
|
1266
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1267
1238
|
};
|
1268
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1269
1239
|
};
|
1270
1240
|
accent1?: {
|
1271
1241
|
padding?: {
|
@@ -1358,7 +1328,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1358
1328
|
type: "title" | "text" | "navigation";
|
1359
1329
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1360
1330
|
};
|
1361
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1362
1331
|
};
|
1363
1332
|
icon?: {
|
1364
1333
|
color?: {
|
@@ -1378,9 +1347,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1378
1347
|
opacity?: number;
|
1379
1348
|
};
|
1380
1349
|
size?: number;
|
1381
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1382
1350
|
};
|
1383
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1384
1351
|
};
|
1385
1352
|
warn?: {
|
1386
1353
|
padding?: {
|
@@ -1473,7 +1440,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1473
1440
|
type: "title" | "text" | "navigation";
|
1474
1441
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1475
1442
|
};
|
1476
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1477
1443
|
};
|
1478
1444
|
icon?: {
|
1479
1445
|
color?: {
|
@@ -1493,9 +1459,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1493
1459
|
opacity?: number;
|
1494
1460
|
};
|
1495
1461
|
size?: number;
|
1496
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1497
1462
|
};
|
1498
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1499
1463
|
};
|
1500
1464
|
link?: {
|
1501
1465
|
padding?: {
|
@@ -1588,7 +1552,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1588
1552
|
type: "title" | "text" | "navigation";
|
1589
1553
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1590
1554
|
};
|
1591
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1592
1555
|
};
|
1593
1556
|
icon?: {
|
1594
1557
|
color?: {
|
@@ -1608,9 +1571,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1608
1571
|
opacity?: number;
|
1609
1572
|
};
|
1610
1573
|
size?: number;
|
1611
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1612
1574
|
};
|
1613
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1614
1575
|
};
|
1615
1576
|
variant1?: {
|
1616
1577
|
padding?: {
|
@@ -1703,7 +1664,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1703
1664
|
type: "title" | "text" | "navigation";
|
1704
1665
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1705
1666
|
};
|
1706
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1707
1667
|
};
|
1708
1668
|
icon?: {
|
1709
1669
|
color?: {
|
@@ -1723,9 +1683,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1723
1683
|
opacity?: number;
|
1724
1684
|
};
|
1725
1685
|
size?: number;
|
1726
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1727
1686
|
};
|
1728
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1729
1687
|
};
|
1730
1688
|
variant2?: {
|
1731
1689
|
padding?: {
|
@@ -1818,7 +1776,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1818
1776
|
type: "title" | "text" | "navigation";
|
1819
1777
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1820
1778
|
};
|
1821
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1822
1779
|
};
|
1823
1780
|
icon?: {
|
1824
1781
|
color?: {
|
@@ -1838,9 +1795,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1838
1795
|
opacity?: number;
|
1839
1796
|
};
|
1840
1797
|
size?: number;
|
1841
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1842
1798
|
};
|
1843
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1844
1799
|
};
|
1845
1800
|
variant3?: {
|
1846
1801
|
padding?: {
|
@@ -1933,7 +1888,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1933
1888
|
type: "title" | "text" | "navigation";
|
1934
1889
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1935
1890
|
};
|
1936
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1937
1891
|
};
|
1938
1892
|
icon?: {
|
1939
1893
|
color?: {
|
@@ -1953,9 +1907,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
1953
1907
|
opacity?: number;
|
1954
1908
|
};
|
1955
1909
|
size?: number;
|
1956
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1957
1910
|
};
|
1958
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1959
1911
|
};
|
1960
1912
|
variant4?: {
|
1961
1913
|
padding?: {
|
@@ -2048,7 +2000,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2048
2000
|
type: "title" | "text" | "navigation";
|
2049
2001
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2050
2002
|
};
|
2051
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2052
2003
|
};
|
2053
2004
|
icon?: {
|
2054
2005
|
color?: {
|
@@ -2068,9 +2019,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2068
2019
|
opacity?: number;
|
2069
2020
|
};
|
2070
2021
|
size?: number;
|
2071
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2072
2022
|
};
|
2073
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2074
2023
|
};
|
2075
2024
|
};
|
2076
2025
|
icon: {
|
@@ -2165,7 +2114,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2165
2114
|
type: "title" | "text" | "navigation";
|
2166
2115
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2167
2116
|
};
|
2168
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2169
2117
|
};
|
2170
2118
|
icon?: {
|
2171
2119
|
color?: {
|
@@ -2185,9 +2133,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2185
2133
|
opacity?: number;
|
2186
2134
|
};
|
2187
2135
|
size?: number;
|
2188
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2189
2136
|
};
|
2190
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2191
2137
|
};
|
2192
2138
|
basic?: {
|
2193
2139
|
padding?: {
|
@@ -2280,7 +2226,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2280
2226
|
type: "title" | "text" | "navigation";
|
2281
2227
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2282
2228
|
};
|
2283
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2284
2229
|
};
|
2285
2230
|
icon?: {
|
2286
2231
|
color?: {
|
@@ -2300,9 +2245,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2300
2245
|
opacity?: number;
|
2301
2246
|
};
|
2302
2247
|
size?: number;
|
2303
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2304
2248
|
};
|
2305
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2306
2249
|
};
|
2307
2250
|
accent1?: {
|
2308
2251
|
padding?: {
|
@@ -2395,7 +2338,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2395
2338
|
type: "title" | "text" | "navigation";
|
2396
2339
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2397
2340
|
};
|
2398
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2399
2341
|
};
|
2400
2342
|
icon?: {
|
2401
2343
|
color?: {
|
@@ -2415,9 +2357,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2415
2357
|
opacity?: number;
|
2416
2358
|
};
|
2417
2359
|
size?: number;
|
2418
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2419
2360
|
};
|
2420
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2421
2361
|
};
|
2422
2362
|
warn?: {
|
2423
2363
|
padding?: {
|
@@ -2510,7 +2450,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2510
2450
|
type: "title" | "text" | "navigation";
|
2511
2451
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2512
2452
|
};
|
2513
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2514
2453
|
};
|
2515
2454
|
icon?: {
|
2516
2455
|
color?: {
|
@@ -2530,9 +2469,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2530
2469
|
opacity?: number;
|
2531
2470
|
};
|
2532
2471
|
size?: number;
|
2533
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2534
2472
|
};
|
2535
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2536
2473
|
};
|
2537
2474
|
link?: {
|
2538
2475
|
padding?: {
|
@@ -2625,7 +2562,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2625
2562
|
type: "title" | "text" | "navigation";
|
2626
2563
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2627
2564
|
};
|
2628
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2629
2565
|
};
|
2630
2566
|
icon?: {
|
2631
2567
|
color?: {
|
@@ -2645,9 +2581,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2645
2581
|
opacity?: number;
|
2646
2582
|
};
|
2647
2583
|
size?: number;
|
2648
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2649
2584
|
};
|
2650
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2651
2585
|
};
|
2652
2586
|
variant1?: {
|
2653
2587
|
padding?: {
|
@@ -2740,7 +2674,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2740
2674
|
type: "title" | "text" | "navigation";
|
2741
2675
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2742
2676
|
};
|
2743
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2744
2677
|
};
|
2745
2678
|
icon?: {
|
2746
2679
|
color?: {
|
@@ -2760,9 +2693,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2760
2693
|
opacity?: number;
|
2761
2694
|
};
|
2762
2695
|
size?: number;
|
2763
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2764
2696
|
};
|
2765
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2766
2697
|
};
|
2767
2698
|
variant2?: {
|
2768
2699
|
padding?: {
|
@@ -2855,7 +2786,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2855
2786
|
type: "title" | "text" | "navigation";
|
2856
2787
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2857
2788
|
};
|
2858
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2859
2789
|
};
|
2860
2790
|
icon?: {
|
2861
2791
|
color?: {
|
@@ -2875,9 +2805,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2875
2805
|
opacity?: number;
|
2876
2806
|
};
|
2877
2807
|
size?: number;
|
2878
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2879
2808
|
};
|
2880
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2881
2809
|
};
|
2882
2810
|
variant3?: {
|
2883
2811
|
padding?: {
|
@@ -2970,7 +2898,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2970
2898
|
type: "title" | "text" | "navigation";
|
2971
2899
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2972
2900
|
};
|
2973
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2974
2901
|
};
|
2975
2902
|
icon?: {
|
2976
2903
|
color?: {
|
@@ -2990,9 +2917,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
2990
2917
|
opacity?: number;
|
2991
2918
|
};
|
2992
2919
|
size?: number;
|
2993
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2994
2920
|
};
|
2995
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2996
2921
|
};
|
2997
2922
|
variant4?: {
|
2998
2923
|
padding?: {
|
@@ -3085,7 +3010,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3085
3010
|
type: "title" | "text" | "navigation";
|
3086
3011
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3087
3012
|
};
|
3088
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3089
3013
|
};
|
3090
3014
|
icon?: {
|
3091
3015
|
color?: {
|
@@ -3105,9 +3029,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3105
3029
|
opacity?: number;
|
3106
3030
|
};
|
3107
3031
|
size?: number;
|
3108
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3109
3032
|
};
|
3110
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3111
3033
|
};
|
3112
3034
|
};
|
3113
3035
|
name?: string;
|
@@ -3225,7 +3147,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3225
3147
|
type: "title" | "text" | "navigation";
|
3226
3148
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3227
3149
|
};
|
3228
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3229
3150
|
};
|
3230
3151
|
icon?: {
|
3231
3152
|
color?: {
|
@@ -3245,7 +3166,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3245
3166
|
opacity?: number;
|
3246
3167
|
};
|
3247
3168
|
size?: number;
|
3248
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3249
3169
|
};
|
3250
3170
|
active?: {
|
3251
3171
|
padding?: {
|
@@ -3337,7 +3257,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3337
3257
|
type: "title" | "text" | "navigation";
|
3338
3258
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3339
3259
|
};
|
3340
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3341
3260
|
};
|
3342
3261
|
icon?: {
|
3343
3262
|
color?: {
|
@@ -3357,7 +3276,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3357
3276
|
opacity?: number;
|
3358
3277
|
};
|
3359
3278
|
size?: number;
|
3360
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3361
3279
|
};
|
3362
3280
|
};
|
3363
3281
|
inactive?: {
|
@@ -3407,7 +3325,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3407
3325
|
elevation?: number;
|
3408
3326
|
};
|
3409
3327
|
};
|
3410
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3411
3328
|
};
|
3412
3329
|
variant1?: {
|
3413
3330
|
background?: {
|
@@ -3521,7 +3438,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3521
3438
|
type: "title" | "text" | "navigation";
|
3522
3439
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3523
3440
|
};
|
3524
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3525
3441
|
};
|
3526
3442
|
icon?: {
|
3527
3443
|
color?: {
|
@@ -3541,7 +3457,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3541
3457
|
opacity?: number;
|
3542
3458
|
};
|
3543
3459
|
size?: number;
|
3544
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3545
3460
|
};
|
3546
3461
|
active?: {
|
3547
3462
|
padding?: {
|
@@ -3633,7 +3548,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3633
3548
|
type: "title" | "text" | "navigation";
|
3634
3549
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3635
3550
|
};
|
3636
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3637
3551
|
};
|
3638
3552
|
icon?: {
|
3639
3553
|
color?: {
|
@@ -3653,7 +3567,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3653
3567
|
opacity?: number;
|
3654
3568
|
};
|
3655
3569
|
size?: number;
|
3656
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3657
3570
|
};
|
3658
3571
|
};
|
3659
3572
|
inactive?: {
|
@@ -3703,7 +3616,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3703
3616
|
elevation?: number;
|
3704
3617
|
};
|
3705
3618
|
};
|
3706
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3707
3619
|
};
|
3708
3620
|
variant2?: {
|
3709
3621
|
background?: {
|
@@ -3817,7 +3729,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3817
3729
|
type: "title" | "text" | "navigation";
|
3818
3730
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3819
3731
|
};
|
3820
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3821
3732
|
};
|
3822
3733
|
icon?: {
|
3823
3734
|
color?: {
|
@@ -3837,7 +3748,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3837
3748
|
opacity?: number;
|
3838
3749
|
};
|
3839
3750
|
size?: number;
|
3840
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3841
3751
|
};
|
3842
3752
|
active?: {
|
3843
3753
|
padding?: {
|
@@ -3929,7 +3839,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3929
3839
|
type: "title" | "text" | "navigation";
|
3930
3840
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3931
3841
|
};
|
3932
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3933
3842
|
};
|
3934
3843
|
icon?: {
|
3935
3844
|
color?: {
|
@@ -3949,7 +3858,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3949
3858
|
opacity?: number;
|
3950
3859
|
};
|
3951
3860
|
size?: number;
|
3952
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3953
3861
|
};
|
3954
3862
|
};
|
3955
3863
|
inactive?: {
|
@@ -3999,7 +3907,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
3999
3907
|
elevation?: number;
|
4000
3908
|
};
|
4001
3909
|
};
|
4002
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4003
3910
|
};
|
4004
3911
|
variant3?: {
|
4005
3912
|
background?: {
|
@@ -4113,7 +4020,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4113
4020
|
type: "title" | "text" | "navigation";
|
4114
4021
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4115
4022
|
};
|
4116
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4117
4023
|
};
|
4118
4024
|
icon?: {
|
4119
4025
|
color?: {
|
@@ -4133,7 +4039,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4133
4039
|
opacity?: number;
|
4134
4040
|
};
|
4135
4041
|
size?: number;
|
4136
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4137
4042
|
};
|
4138
4043
|
active?: {
|
4139
4044
|
padding?: {
|
@@ -4225,7 +4130,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4225
4130
|
type: "title" | "text" | "navigation";
|
4226
4131
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4227
4132
|
};
|
4228
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4229
4133
|
};
|
4230
4134
|
icon?: {
|
4231
4135
|
color?: {
|
@@ -4245,7 +4149,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4245
4149
|
opacity?: number;
|
4246
4150
|
};
|
4247
4151
|
size?: number;
|
4248
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4249
4152
|
};
|
4250
4153
|
};
|
4251
4154
|
inactive?: {
|
@@ -4295,7 +4198,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4295
4198
|
elevation?: number;
|
4296
4199
|
};
|
4297
4200
|
};
|
4298
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4299
4201
|
};
|
4300
4202
|
name?: string;
|
4301
4203
|
};
|
@@ -4353,6 +4255,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4353
4255
|
onLoaded?: string[];
|
4354
4256
|
onEditMode?: string[];
|
4355
4257
|
onSaving?: string[];
|
4258
|
+
onPersistState?: string[];
|
4259
|
+
onRestoreState?: string[];
|
4356
4260
|
};
|
4357
4261
|
actions?: {
|
4358
4262
|
[name: string]: string[];
|
@@ -4554,6 +4458,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4554
4458
|
onLoaded?: string[];
|
4555
4459
|
onEditMode?: string[];
|
4556
4460
|
onSaving?: string[];
|
4461
|
+
onPersistState?: string[];
|
4462
|
+
onRestoreState?: string[];
|
4557
4463
|
};
|
4558
4464
|
actions?: {
|
4559
4465
|
[name: string]: string[];
|
@@ -4755,6 +4661,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4755
4661
|
onLoaded?: string[];
|
4756
4662
|
onEditMode?: string[];
|
4757
4663
|
onSaving?: string[];
|
4664
|
+
onPersistState?: string[];
|
4665
|
+
onRestoreState?: string[];
|
4758
4666
|
};
|
4759
4667
|
actions?: {
|
4760
4668
|
[name: string]: string[];
|
@@ -4956,6 +4864,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4956
4864
|
onLoaded?: string[];
|
4957
4865
|
onEditMode?: string[];
|
4958
4866
|
onSaving?: string[];
|
4867
|
+
onPersistState?: string[];
|
4868
|
+
onRestoreState?: string[];
|
4959
4869
|
};
|
4960
4870
|
actions?: {
|
4961
4871
|
[name: string]: string[];
|
@@ -5106,31 +5016,123 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5106
5016
|
};
|
5107
5017
|
name?: string;
|
5108
5018
|
id: {
|
5109
|
-
|
5019
|
+
toString: () => string;
|
5020
|
+
equals?: {
|
5110
5021
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5111
5022
|
};
|
5112
|
-
toString: () => string;
|
5113
|
-
toJSON: () => string;
|
5114
|
-
valueOf: () => string;
|
5115
5023
|
};
|
5116
5024
|
};
|
5025
|
+
icons?: {
|
5026
|
+
xs?: {
|
5027
|
+
color?: {
|
5028
|
+
colors: (string | {
|
5029
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5030
|
+
toned?: boolean;
|
5031
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5032
|
+
} | {
|
5033
|
+
color: string | {
|
5034
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5035
|
+
toned?: boolean;
|
5036
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5037
|
+
};
|
5038
|
+
stop?: number;
|
5039
|
+
})[];
|
5040
|
+
acrylic?: boolean;
|
5041
|
+
opacity?: number;
|
5042
|
+
};
|
5043
|
+
size?: number;
|
5044
|
+
};
|
5045
|
+
s?: {
|
5046
|
+
color?: {
|
5047
|
+
colors: (string | {
|
5048
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5049
|
+
toned?: boolean;
|
5050
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5051
|
+
} | {
|
5052
|
+
color: string | {
|
5053
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5054
|
+
toned?: boolean;
|
5055
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5056
|
+
};
|
5057
|
+
stop?: number;
|
5058
|
+
})[];
|
5059
|
+
acrylic?: boolean;
|
5060
|
+
opacity?: number;
|
5061
|
+
};
|
5062
|
+
size?: number;
|
5063
|
+
};
|
5064
|
+
m?: {
|
5065
|
+
color?: {
|
5066
|
+
colors: (string | {
|
5067
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5068
|
+
toned?: boolean;
|
5069
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5070
|
+
} | {
|
5071
|
+
color: string | {
|
5072
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5073
|
+
toned?: boolean;
|
5074
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5075
|
+
};
|
5076
|
+
stop?: number;
|
5077
|
+
})[];
|
5078
|
+
acrylic?: boolean;
|
5079
|
+
opacity?: number;
|
5080
|
+
};
|
5081
|
+
size?: number;
|
5082
|
+
};
|
5083
|
+
l?: {
|
5084
|
+
color?: {
|
5085
|
+
colors: (string | {
|
5086
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5087
|
+
toned?: boolean;
|
5088
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5089
|
+
} | {
|
5090
|
+
color: string | {
|
5091
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5092
|
+
toned?: boolean;
|
5093
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5094
|
+
};
|
5095
|
+
stop?: number;
|
5096
|
+
})[];
|
5097
|
+
acrylic?: boolean;
|
5098
|
+
opacity?: number;
|
5099
|
+
};
|
5100
|
+
size?: number;
|
5101
|
+
};
|
5102
|
+
xl?: {
|
5103
|
+
color?: {
|
5104
|
+
colors: (string | {
|
5105
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5106
|
+
toned?: boolean;
|
5107
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5108
|
+
} | {
|
5109
|
+
color: string | {
|
5110
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5111
|
+
toned?: boolean;
|
5112
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5113
|
+
};
|
5114
|
+
stop?: number;
|
5115
|
+
})[];
|
5116
|
+
acrylic?: boolean;
|
5117
|
+
opacity?: number;
|
5118
|
+
};
|
5119
|
+
size?: number;
|
5120
|
+
};
|
5121
|
+
name?: string;
|
5122
|
+
};
|
5117
5123
|
name?: string;
|
5118
5124
|
id: {
|
5119
|
-
|
5125
|
+
toString: () => string;
|
5126
|
+
equals?: {
|
5120
5127
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5121
5128
|
};
|
5122
|
-
toString: () => string;
|
5123
|
-
toJSON: () => string;
|
5124
|
-
valueOf: () => string;
|
5125
5129
|
};
|
5126
5130
|
};
|
5127
5131
|
id: {
|
5128
|
-
|
5132
|
+
toString: () => string;
|
5133
|
+
equals?: {
|
5129
5134
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5130
5135
|
};
|
5131
|
-
toString: () => string;
|
5132
|
-
toJSON: () => string;
|
5133
|
-
valueOf: () => string;
|
5134
5136
|
};
|
5135
5137
|
name?: string;
|
5136
5138
|
};
|
@@ -5203,6 +5205,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5203
5205
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5204
5206
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5205
5207
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5208
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5206
5209
|
};
|
5207
5210
|
deactivated(): void;
|
5208
5211
|
};
|
@@ -5432,6 +5435,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5432
5435
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5433
5436
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5434
5437
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5438
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5435
5439
|
};
|
5436
5440
|
deactivated(): void;
|
5437
5441
|
};
|
@@ -5527,6 +5531,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5527
5531
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5528
5532
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5529
5533
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5534
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5530
5535
|
};
|
5531
5536
|
deactivated(): void;
|
5532
5537
|
};
|
@@ -5622,6 +5627,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5622
5627
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5623
5628
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5624
5629
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5630
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5625
5631
|
};
|
5626
5632
|
deactivated(): void;
|
5627
5633
|
};
|
@@ -5710,6 +5716,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5710
5716
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5711
5717
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5712
5718
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5719
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5713
5720
|
};
|
5714
5721
|
deactivated(): void;
|
5715
5722
|
};
|
@@ -5754,12 +5761,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5754
5761
|
colorToned: string;
|
5755
5762
|
};
|
5756
5763
|
id: {
|
5757
|
-
|
5764
|
+
toString: () => string;
|
5765
|
+
equals?: {
|
5758
5766
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5759
5767
|
};
|
5760
|
-
toString: () => string;
|
5761
|
-
toJSON: () => string;
|
5762
|
-
valueOf: () => string;
|
5763
5768
|
};
|
5764
5769
|
};
|
5765
5770
|
secondary: {
|
@@ -5785,12 +5790,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5785
5790
|
colorToned: string;
|
5786
5791
|
};
|
5787
5792
|
id: {
|
5788
|
-
|
5793
|
+
toString: () => string;
|
5794
|
+
equals?: {
|
5789
5795
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5790
5796
|
};
|
5791
|
-
toString: () => string;
|
5792
|
-
toJSON: () => string;
|
5793
|
-
valueOf: () => string;
|
5794
5797
|
};
|
5795
5798
|
};
|
5796
5799
|
accent1: {
|
@@ -5816,12 +5819,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5816
5819
|
colorToned: string;
|
5817
5820
|
};
|
5818
5821
|
id: {
|
5819
|
-
|
5822
|
+
toString: () => string;
|
5823
|
+
equals?: {
|
5820
5824
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5821
5825
|
};
|
5822
|
-
toString: () => string;
|
5823
|
-
toJSON: () => string;
|
5824
|
-
valueOf: () => string;
|
5825
5826
|
};
|
5826
5827
|
};
|
5827
5828
|
accent2: {
|
@@ -5847,12 +5848,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5847
5848
|
colorToned: string;
|
5848
5849
|
};
|
5849
5850
|
id: {
|
5850
|
-
|
5851
|
+
toString: () => string;
|
5852
|
+
equals?: {
|
5851
5853
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5852
5854
|
};
|
5853
|
-
toString: () => string;
|
5854
|
-
toJSON: () => string;
|
5855
|
-
valueOf: () => string;
|
5856
5855
|
};
|
5857
5856
|
};
|
5858
5857
|
accent3: {
|
@@ -5878,12 +5877,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5878
5877
|
colorToned: string;
|
5879
5878
|
};
|
5880
5879
|
id: {
|
5881
|
-
|
5880
|
+
toString: () => string;
|
5881
|
+
equals?: {
|
5882
5882
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5883
5883
|
};
|
5884
|
-
toString: () => string;
|
5885
|
-
toJSON: () => string;
|
5886
|
-
valueOf: () => string;
|
5887
5884
|
};
|
5888
5885
|
};
|
5889
5886
|
neutral: {
|
@@ -5909,12 +5906,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5909
5906
|
colorToned: string;
|
5910
5907
|
};
|
5911
5908
|
id: {
|
5912
|
-
|
5909
|
+
toString: () => string;
|
5910
|
+
equals?: {
|
5913
5911
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5914
5912
|
};
|
5915
|
-
toString: () => string;
|
5916
|
-
toJSON: () => string;
|
5917
|
-
valueOf: () => string;
|
5918
5913
|
};
|
5919
5914
|
};
|
5920
5915
|
background: {
|
@@ -5940,12 +5935,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5940
5935
|
colorToned: string;
|
5941
5936
|
};
|
5942
5937
|
id: {
|
5943
|
-
|
5938
|
+
toString: () => string;
|
5939
|
+
equals?: {
|
5944
5940
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5945
5941
|
};
|
5946
|
-
toString: () => string;
|
5947
|
-
toJSON: () => string;
|
5948
|
-
valueOf: () => string;
|
5949
5942
|
};
|
5950
5943
|
};
|
5951
5944
|
error: {
|
@@ -5971,12 +5964,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5971
5964
|
colorToned: string;
|
5972
5965
|
};
|
5973
5966
|
id: {
|
5974
|
-
|
5967
|
+
toString: () => string;
|
5968
|
+
equals?: {
|
5975
5969
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5976
5970
|
};
|
5977
|
-
toString: () => string;
|
5978
|
-
toJSON: () => string;
|
5979
|
-
valueOf: () => string;
|
5980
5971
|
};
|
5981
5972
|
};
|
5982
5973
|
info: {
|
@@ -6002,12 +5993,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6002
5993
|
colorToned: string;
|
6003
5994
|
};
|
6004
5995
|
id: {
|
6005
|
-
|
5996
|
+
toString: () => string;
|
5997
|
+
equals?: {
|
6006
5998
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6007
5999
|
};
|
6008
|
-
toString: () => string;
|
6009
|
-
toJSON: () => string;
|
6010
|
-
valueOf: () => string;
|
6011
6000
|
};
|
6012
6001
|
};
|
6013
6002
|
warning: {
|
@@ -6033,12 +6022,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6033
6022
|
colorToned: string;
|
6034
6023
|
};
|
6035
6024
|
id: {
|
6036
|
-
|
6025
|
+
toString: () => string;
|
6026
|
+
equals?: {
|
6037
6027
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6038
6028
|
};
|
6039
|
-
toString: () => string;
|
6040
|
-
toJSON: () => string;
|
6041
|
-
valueOf: () => string;
|
6042
6029
|
};
|
6043
6030
|
};
|
6044
6031
|
notification: {
|
@@ -6064,12 +6051,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6064
6051
|
colorToned: string;
|
6065
6052
|
};
|
6066
6053
|
id: {
|
6067
|
-
|
6054
|
+
toString: () => string;
|
6055
|
+
equals?: {
|
6068
6056
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6069
6057
|
};
|
6070
|
-
toString: () => string;
|
6071
|
-
toJSON: () => string;
|
6072
|
-
valueOf: () => string;
|
6073
6058
|
};
|
6074
6059
|
};
|
6075
6060
|
};
|
@@ -6078,12 +6063,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6078
6063
|
name: string;
|
6079
6064
|
font?: {
|
6080
6065
|
id: {
|
6081
|
-
|
6066
|
+
toString: () => string;
|
6067
|
+
equals?: {
|
6082
6068
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6083
6069
|
};
|
6084
|
-
toString: () => string;
|
6085
|
-
toJSON: () => string;
|
6086
|
-
valueOf: () => string;
|
6087
6070
|
};
|
6088
6071
|
family: string;
|
6089
6072
|
cdn?: string;
|
@@ -6315,12 +6298,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6315
6298
|
};
|
6316
6299
|
name?: string;
|
6317
6300
|
id: {
|
6318
|
-
|
6301
|
+
toString: () => string;
|
6302
|
+
equals?: {
|
6319
6303
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6320
6304
|
};
|
6321
|
-
toString: () => string;
|
6322
|
-
toJSON: () => string;
|
6323
|
-
valueOf: () => string;
|
6324
6305
|
};
|
6325
6306
|
};
|
6326
6307
|
spacing: {
|
@@ -6344,12 +6325,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6344
6325
|
};
|
6345
6326
|
name?: string;
|
6346
6327
|
id: {
|
6347
|
-
|
6328
|
+
toString: () => string;
|
6329
|
+
equals?: {
|
6348
6330
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
6349
6331
|
};
|
6350
|
-
toString: () => string;
|
6351
|
-
toJSON: () => string;
|
6352
|
-
valueOf: () => string;
|
6353
6332
|
};
|
6354
6333
|
};
|
6355
6334
|
components: {
|
@@ -6446,7 +6425,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6446
6425
|
type: "title" | "text" | "navigation";
|
6447
6426
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6448
6427
|
};
|
6449
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6450
6428
|
};
|
6451
6429
|
icon?: {
|
6452
6430
|
color?: {
|
@@ -6466,9 +6444,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6466
6444
|
opacity?: number;
|
6467
6445
|
};
|
6468
6446
|
size?: number;
|
6469
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6470
6447
|
};
|
6471
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6472
6448
|
};
|
6473
6449
|
basic?: {
|
6474
6450
|
padding?: {
|
@@ -6561,7 +6537,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6561
6537
|
type: "title" | "text" | "navigation";
|
6562
6538
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6563
6539
|
};
|
6564
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6565
6540
|
};
|
6566
6541
|
icon?: {
|
6567
6542
|
color?: {
|
@@ -6581,9 +6556,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6581
6556
|
opacity?: number;
|
6582
6557
|
};
|
6583
6558
|
size?: number;
|
6584
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6585
6559
|
};
|
6586
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6587
6560
|
};
|
6588
6561
|
accent1?: {
|
6589
6562
|
padding?: {
|
@@ -6676,7 +6649,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6676
6649
|
type: "title" | "text" | "navigation";
|
6677
6650
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6678
6651
|
};
|
6679
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6680
6652
|
};
|
6681
6653
|
icon?: {
|
6682
6654
|
color?: {
|
@@ -6696,9 +6668,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6696
6668
|
opacity?: number;
|
6697
6669
|
};
|
6698
6670
|
size?: number;
|
6699
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6700
6671
|
};
|
6701
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6702
6672
|
};
|
6703
6673
|
warn?: {
|
6704
6674
|
padding?: {
|
@@ -6791,7 +6761,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6791
6761
|
type: "title" | "text" | "navigation";
|
6792
6762
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6793
6763
|
};
|
6794
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6795
6764
|
};
|
6796
6765
|
icon?: {
|
6797
6766
|
color?: {
|
@@ -6811,9 +6780,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6811
6780
|
opacity?: number;
|
6812
6781
|
};
|
6813
6782
|
size?: number;
|
6814
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6815
6783
|
};
|
6816
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6817
6784
|
};
|
6818
6785
|
link?: {
|
6819
6786
|
padding?: {
|
@@ -6906,7 +6873,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6906
6873
|
type: "title" | "text" | "navigation";
|
6907
6874
|
size: "xs" | "s" | "m" | "l" | "xl";
|
6908
6875
|
};
|
6909
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6910
6876
|
};
|
6911
6877
|
icon?: {
|
6912
6878
|
color?: {
|
@@ -6926,9 +6892,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6926
6892
|
opacity?: number;
|
6927
6893
|
};
|
6928
6894
|
size?: number;
|
6929
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6930
6895
|
};
|
6931
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
6932
6896
|
};
|
6933
6897
|
variant1?: {
|
6934
6898
|
padding?: {
|
@@ -7021,7 +6985,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7021
6985
|
type: "title" | "text" | "navigation";
|
7022
6986
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7023
6987
|
};
|
7024
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7025
6988
|
};
|
7026
6989
|
icon?: {
|
7027
6990
|
color?: {
|
@@ -7041,9 +7004,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7041
7004
|
opacity?: number;
|
7042
7005
|
};
|
7043
7006
|
size?: number;
|
7044
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7045
7007
|
};
|
7046
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7047
7008
|
};
|
7048
7009
|
variant2?: {
|
7049
7010
|
padding?: {
|
@@ -7136,7 +7097,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7136
7097
|
type: "title" | "text" | "navigation";
|
7137
7098
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7138
7099
|
};
|
7139
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7140
7100
|
};
|
7141
7101
|
icon?: {
|
7142
7102
|
color?: {
|
@@ -7156,9 +7116,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7156
7116
|
opacity?: number;
|
7157
7117
|
};
|
7158
7118
|
size?: number;
|
7159
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7160
7119
|
};
|
7161
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7162
7120
|
};
|
7163
7121
|
variant3?: {
|
7164
7122
|
padding?: {
|
@@ -7251,7 +7209,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7251
7209
|
type: "title" | "text" | "navigation";
|
7252
7210
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7253
7211
|
};
|
7254
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7255
7212
|
};
|
7256
7213
|
icon?: {
|
7257
7214
|
color?: {
|
@@ -7271,9 +7228,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7271
7228
|
opacity?: number;
|
7272
7229
|
};
|
7273
7230
|
size?: number;
|
7274
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7275
7231
|
};
|
7276
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7277
7232
|
};
|
7278
7233
|
variant4?: {
|
7279
7234
|
padding?: {
|
@@ -7366,7 +7321,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7366
7321
|
type: "title" | "text" | "navigation";
|
7367
7322
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7368
7323
|
};
|
7369
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7370
7324
|
};
|
7371
7325
|
icon?: {
|
7372
7326
|
color?: {
|
@@ -7386,9 +7340,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7386
7340
|
opacity?: number;
|
7387
7341
|
};
|
7388
7342
|
size?: number;
|
7389
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7390
7343
|
};
|
7391
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7392
7344
|
};
|
7393
7345
|
};
|
7394
7346
|
icon: {
|
@@ -7483,7 +7435,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7483
7435
|
type: "title" | "text" | "navigation";
|
7484
7436
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7485
7437
|
};
|
7486
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7487
7438
|
};
|
7488
7439
|
icon?: {
|
7489
7440
|
color?: {
|
@@ -7503,9 +7454,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7503
7454
|
opacity?: number;
|
7504
7455
|
};
|
7505
7456
|
size?: number;
|
7506
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7507
7457
|
};
|
7508
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7509
7458
|
};
|
7510
7459
|
basic?: {
|
7511
7460
|
padding?: {
|
@@ -7598,7 +7547,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7598
7547
|
type: "title" | "text" | "navigation";
|
7599
7548
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7600
7549
|
};
|
7601
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7602
7550
|
};
|
7603
7551
|
icon?: {
|
7604
7552
|
color?: {
|
@@ -7618,9 +7566,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7618
7566
|
opacity?: number;
|
7619
7567
|
};
|
7620
7568
|
size?: number;
|
7621
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7622
7569
|
};
|
7623
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7624
7570
|
};
|
7625
7571
|
accent1?: {
|
7626
7572
|
padding?: {
|
@@ -7713,7 +7659,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7713
7659
|
type: "title" | "text" | "navigation";
|
7714
7660
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7715
7661
|
};
|
7716
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7717
7662
|
};
|
7718
7663
|
icon?: {
|
7719
7664
|
color?: {
|
@@ -7733,9 +7678,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7733
7678
|
opacity?: number;
|
7734
7679
|
};
|
7735
7680
|
size?: number;
|
7736
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7737
7681
|
};
|
7738
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7739
7682
|
};
|
7740
7683
|
warn?: {
|
7741
7684
|
padding?: {
|
@@ -7828,7 +7771,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7828
7771
|
type: "title" | "text" | "navigation";
|
7829
7772
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7830
7773
|
};
|
7831
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7832
7774
|
};
|
7833
7775
|
icon?: {
|
7834
7776
|
color?: {
|
@@ -7848,9 +7790,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7848
7790
|
opacity?: number;
|
7849
7791
|
};
|
7850
7792
|
size?: number;
|
7851
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7852
7793
|
};
|
7853
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7854
7794
|
};
|
7855
7795
|
link?: {
|
7856
7796
|
padding?: {
|
@@ -7943,7 +7883,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7943
7883
|
type: "title" | "text" | "navigation";
|
7944
7884
|
size: "xs" | "s" | "m" | "l" | "xl";
|
7945
7885
|
};
|
7946
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7947
7886
|
};
|
7948
7887
|
icon?: {
|
7949
7888
|
color?: {
|
@@ -7963,9 +7902,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
7963
7902
|
opacity?: number;
|
7964
7903
|
};
|
7965
7904
|
size?: number;
|
7966
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7967
7905
|
};
|
7968
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
7969
7906
|
};
|
7970
7907
|
variant1?: {
|
7971
7908
|
padding?: {
|
@@ -8058,7 +7995,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8058
7995
|
type: "title" | "text" | "navigation";
|
8059
7996
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8060
7997
|
};
|
8061
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8062
7998
|
};
|
8063
7999
|
icon?: {
|
8064
8000
|
color?: {
|
@@ -8078,9 +8014,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8078
8014
|
opacity?: number;
|
8079
8015
|
};
|
8080
8016
|
size?: number;
|
8081
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8082
8017
|
};
|
8083
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8084
8018
|
};
|
8085
8019
|
variant2?: {
|
8086
8020
|
padding?: {
|
@@ -8173,7 +8107,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8173
8107
|
type: "title" | "text" | "navigation";
|
8174
8108
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8175
8109
|
};
|
8176
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8177
8110
|
};
|
8178
8111
|
icon?: {
|
8179
8112
|
color?: {
|
@@ -8193,9 +8126,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8193
8126
|
opacity?: number;
|
8194
8127
|
};
|
8195
8128
|
size?: number;
|
8196
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8197
8129
|
};
|
8198
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8199
8130
|
};
|
8200
8131
|
variant3?: {
|
8201
8132
|
padding?: {
|
@@ -8288,7 +8219,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8288
8219
|
type: "title" | "text" | "navigation";
|
8289
8220
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8290
8221
|
};
|
8291
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8292
8222
|
};
|
8293
8223
|
icon?: {
|
8294
8224
|
color?: {
|
@@ -8308,9 +8238,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8308
8238
|
opacity?: number;
|
8309
8239
|
};
|
8310
8240
|
size?: number;
|
8311
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8312
8241
|
};
|
8313
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8314
8242
|
};
|
8315
8243
|
variant4?: {
|
8316
8244
|
padding?: {
|
@@ -8403,7 +8331,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8403
8331
|
type: "title" | "text" | "navigation";
|
8404
8332
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8405
8333
|
};
|
8406
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8407
8334
|
};
|
8408
8335
|
icon?: {
|
8409
8336
|
color?: {
|
@@ -8423,9 +8350,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8423
8350
|
opacity?: number;
|
8424
8351
|
};
|
8425
8352
|
size?: number;
|
8426
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8427
8353
|
};
|
8428
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8429
8354
|
};
|
8430
8355
|
};
|
8431
8356
|
name?: string;
|
@@ -8543,7 +8468,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8543
8468
|
type: "title" | "text" | "navigation";
|
8544
8469
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8545
8470
|
};
|
8546
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8547
8471
|
};
|
8548
8472
|
icon?: {
|
8549
8473
|
color?: {
|
@@ -8563,7 +8487,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8563
8487
|
opacity?: number;
|
8564
8488
|
};
|
8565
8489
|
size?: number;
|
8566
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8567
8490
|
};
|
8568
8491
|
active?: {
|
8569
8492
|
padding?: {
|
@@ -8655,7 +8578,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8655
8578
|
type: "title" | "text" | "navigation";
|
8656
8579
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8657
8580
|
};
|
8658
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8659
8581
|
};
|
8660
8582
|
icon?: {
|
8661
8583
|
color?: {
|
@@ -8675,7 +8597,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8675
8597
|
opacity?: number;
|
8676
8598
|
};
|
8677
8599
|
size?: number;
|
8678
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8679
8600
|
};
|
8680
8601
|
};
|
8681
8602
|
inactive?: {
|
@@ -8725,7 +8646,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8725
8646
|
elevation?: number;
|
8726
8647
|
};
|
8727
8648
|
};
|
8728
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8729
8649
|
};
|
8730
8650
|
variant1?: {
|
8731
8651
|
background?: {
|
@@ -8839,7 +8759,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8839
8759
|
type: "title" | "text" | "navigation";
|
8840
8760
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8841
8761
|
};
|
8842
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8843
8762
|
};
|
8844
8763
|
icon?: {
|
8845
8764
|
color?: {
|
@@ -8859,7 +8778,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8859
8778
|
opacity?: number;
|
8860
8779
|
};
|
8861
8780
|
size?: number;
|
8862
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8863
8781
|
};
|
8864
8782
|
active?: {
|
8865
8783
|
padding?: {
|
@@ -8951,7 +8869,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8951
8869
|
type: "title" | "text" | "navigation";
|
8952
8870
|
size: "xs" | "s" | "m" | "l" | "xl";
|
8953
8871
|
};
|
8954
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8955
8872
|
};
|
8956
8873
|
icon?: {
|
8957
8874
|
color?: {
|
@@ -8971,7 +8888,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
8971
8888
|
opacity?: number;
|
8972
8889
|
};
|
8973
8890
|
size?: number;
|
8974
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
8975
8891
|
};
|
8976
8892
|
};
|
8977
8893
|
inactive?: {
|
@@ -9021,7 +8937,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9021
8937
|
elevation?: number;
|
9022
8938
|
};
|
9023
8939
|
};
|
9024
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9025
8940
|
};
|
9026
8941
|
variant2?: {
|
9027
8942
|
background?: {
|
@@ -9135,7 +9050,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9135
9050
|
type: "title" | "text" | "navigation";
|
9136
9051
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9137
9052
|
};
|
9138
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9139
9053
|
};
|
9140
9054
|
icon?: {
|
9141
9055
|
color?: {
|
@@ -9155,7 +9069,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9155
9069
|
opacity?: number;
|
9156
9070
|
};
|
9157
9071
|
size?: number;
|
9158
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9159
9072
|
};
|
9160
9073
|
active?: {
|
9161
9074
|
padding?: {
|
@@ -9247,7 +9160,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9247
9160
|
type: "title" | "text" | "navigation";
|
9248
9161
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9249
9162
|
};
|
9250
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9251
9163
|
};
|
9252
9164
|
icon?: {
|
9253
9165
|
color?: {
|
@@ -9267,7 +9179,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9267
9179
|
opacity?: number;
|
9268
9180
|
};
|
9269
9181
|
size?: number;
|
9270
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9271
9182
|
};
|
9272
9183
|
};
|
9273
9184
|
inactive?: {
|
@@ -9317,7 +9228,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9317
9228
|
elevation?: number;
|
9318
9229
|
};
|
9319
9230
|
};
|
9320
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9321
9231
|
};
|
9322
9232
|
variant3?: {
|
9323
9233
|
background?: {
|
@@ -9431,7 +9341,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9431
9341
|
type: "title" | "text" | "navigation";
|
9432
9342
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9433
9343
|
};
|
9434
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9435
9344
|
};
|
9436
9345
|
icon?: {
|
9437
9346
|
color?: {
|
@@ -9451,7 +9360,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9451
9360
|
opacity?: number;
|
9452
9361
|
};
|
9453
9362
|
size?: number;
|
9454
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9455
9363
|
};
|
9456
9364
|
active?: {
|
9457
9365
|
padding?: {
|
@@ -9543,7 +9451,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9543
9451
|
type: "title" | "text" | "navigation";
|
9544
9452
|
size: "xs" | "s" | "m" | "l" | "xl";
|
9545
9453
|
};
|
9546
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9547
9454
|
};
|
9548
9455
|
icon?: {
|
9549
9456
|
color?: {
|
@@ -9563,7 +9470,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9563
9470
|
opacity?: number;
|
9564
9471
|
};
|
9565
9472
|
size?: number;
|
9566
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9567
9473
|
};
|
9568
9474
|
};
|
9569
9475
|
inactive?: {
|
@@ -9613,7 +9519,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9613
9519
|
elevation?: number;
|
9614
9520
|
};
|
9615
9521
|
};
|
9616
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
9617
9522
|
};
|
9618
9523
|
name?: string;
|
9619
9524
|
};
|
@@ -9671,6 +9576,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9671
9576
|
onLoaded?: string[];
|
9672
9577
|
onEditMode?: string[];
|
9673
9578
|
onSaving?: string[];
|
9579
|
+
onPersistState?: string[];
|
9580
|
+
onRestoreState?: string[];
|
9674
9581
|
};
|
9675
9582
|
actions?: {
|
9676
9583
|
[name: string]: string[];
|
@@ -9872,6 +9779,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9872
9779
|
onLoaded?: string[];
|
9873
9780
|
onEditMode?: string[];
|
9874
9781
|
onSaving?: string[];
|
9782
|
+
onPersistState?: string[];
|
9783
|
+
onRestoreState?: string[];
|
9875
9784
|
};
|
9876
9785
|
actions?: {
|
9877
9786
|
[name: string]: string[];
|
@@ -10073,6 +9982,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
10073
9982
|
onLoaded?: string[];
|
10074
9983
|
onEditMode?: string[];
|
10075
9984
|
onSaving?: string[];
|
9985
|
+
onPersistState?: string[];
|
9986
|
+
onRestoreState?: string[];
|
10076
9987
|
};
|
10077
9988
|
actions?: {
|
10078
9989
|
[name: string]: string[];
|
@@ -10274,6 +10185,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
10274
10185
|
onLoaded?: string[];
|
10275
10186
|
onEditMode?: string[];
|
10276
10187
|
onSaving?: string[];
|
10188
|
+
onPersistState?: string[];
|
10189
|
+
onRestoreState?: string[];
|
10277
10190
|
};
|
10278
10191
|
actions?: {
|
10279
10192
|
[name: string]: string[];
|
@@ -10424,31 +10337,123 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
10424
10337
|
};
|
10425
10338
|
name?: string;
|
10426
10339
|
id: {
|
10427
|
-
|
10340
|
+
toString: () => string;
|
10341
|
+
equals?: {
|
10428
10342
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10429
10343
|
};
|
10430
|
-
toString: () => string;
|
10431
|
-
toJSON: () => string;
|
10432
|
-
valueOf: () => string;
|
10433
10344
|
};
|
10434
10345
|
};
|
10346
|
+
icons?: {
|
10347
|
+
xs?: {
|
10348
|
+
color?: {
|
10349
|
+
colors: (string | {
|
10350
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10351
|
+
toned?: boolean;
|
10352
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10353
|
+
} | {
|
10354
|
+
color: string | {
|
10355
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10356
|
+
toned?: boolean;
|
10357
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10358
|
+
};
|
10359
|
+
stop?: number;
|
10360
|
+
})[];
|
10361
|
+
acrylic?: boolean;
|
10362
|
+
opacity?: number;
|
10363
|
+
};
|
10364
|
+
size?: number;
|
10365
|
+
};
|
10366
|
+
s?: {
|
10367
|
+
color?: {
|
10368
|
+
colors: (string | {
|
10369
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10370
|
+
toned?: boolean;
|
10371
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10372
|
+
} | {
|
10373
|
+
color: string | {
|
10374
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10375
|
+
toned?: boolean;
|
10376
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10377
|
+
};
|
10378
|
+
stop?: number;
|
10379
|
+
})[];
|
10380
|
+
acrylic?: boolean;
|
10381
|
+
opacity?: number;
|
10382
|
+
};
|
10383
|
+
size?: number;
|
10384
|
+
};
|
10385
|
+
m?: {
|
10386
|
+
color?: {
|
10387
|
+
colors: (string | {
|
10388
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10389
|
+
toned?: boolean;
|
10390
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10391
|
+
} | {
|
10392
|
+
color: string | {
|
10393
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10394
|
+
toned?: boolean;
|
10395
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10396
|
+
};
|
10397
|
+
stop?: number;
|
10398
|
+
})[];
|
10399
|
+
acrylic?: boolean;
|
10400
|
+
opacity?: number;
|
10401
|
+
};
|
10402
|
+
size?: number;
|
10403
|
+
};
|
10404
|
+
l?: {
|
10405
|
+
color?: {
|
10406
|
+
colors: (string | {
|
10407
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10408
|
+
toned?: boolean;
|
10409
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10410
|
+
} | {
|
10411
|
+
color: string | {
|
10412
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10413
|
+
toned?: boolean;
|
10414
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10415
|
+
};
|
10416
|
+
stop?: number;
|
10417
|
+
})[];
|
10418
|
+
acrylic?: boolean;
|
10419
|
+
opacity?: number;
|
10420
|
+
};
|
10421
|
+
size?: number;
|
10422
|
+
};
|
10423
|
+
xl?: {
|
10424
|
+
color?: {
|
10425
|
+
colors: (string | {
|
10426
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10427
|
+
toned?: boolean;
|
10428
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10429
|
+
} | {
|
10430
|
+
color: string | {
|
10431
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
10432
|
+
toned?: boolean;
|
10433
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10434
|
+
};
|
10435
|
+
stop?: number;
|
10436
|
+
})[];
|
10437
|
+
acrylic?: boolean;
|
10438
|
+
opacity?: number;
|
10439
|
+
};
|
10440
|
+
size?: number;
|
10441
|
+
};
|
10442
|
+
name?: string;
|
10443
|
+
};
|
10435
10444
|
name?: string;
|
10436
10445
|
id: {
|
10437
|
-
|
10446
|
+
toString: () => string;
|
10447
|
+
equals?: {
|
10438
10448
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10439
10449
|
};
|
10440
|
-
toString: () => string;
|
10441
|
-
toJSON: () => string;
|
10442
|
-
valueOf: () => string;
|
10443
10450
|
};
|
10444
10451
|
};
|
10445
10452
|
id: {
|
10446
|
-
|
10453
|
+
toString: () => string;
|
10454
|
+
equals?: {
|
10447
10455
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
10448
10456
|
};
|
10449
|
-
toString: () => string;
|
10450
|
-
toJSON: () => string;
|
10451
|
-
valueOf: () => string;
|
10452
10457
|
};
|
10453
10458
|
name?: string;
|
10454
10459
|
};
|
@@ -10521,6 +10526,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
10521
10526
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
10522
10527
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
10523
10528
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
10529
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
10524
10530
|
};
|
10525
10531
|
deactivated(): void;
|
10526
10532
|
};
|