@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
@@ -102,6 +102,7 @@ declare const _default: {
|
|
102
102
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
103
103
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
104
104
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
105
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
105
106
|
};
|
106
107
|
deactivated(): void;
|
107
108
|
};
|
@@ -197,6 +198,7 @@ declare const _default: {
|
|
197
198
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
198
199
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
199
200
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
201
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
200
202
|
};
|
201
203
|
deactivated(): void;
|
202
204
|
};
|
@@ -292,6 +294,7 @@ declare const _default: {
|
|
292
294
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
293
295
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
294
296
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
297
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
295
298
|
};
|
296
299
|
deactivated(): void;
|
297
300
|
};
|
@@ -380,6 +383,7 @@ declare const _default: {
|
|
380
383
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
381
384
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
382
385
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
386
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
383
387
|
};
|
384
388
|
deactivated(): void;
|
385
389
|
};
|
@@ -424,12 +428,10 @@ declare const _default: {
|
|
424
428
|
colorToned: string;
|
425
429
|
};
|
426
430
|
id: {
|
427
|
-
|
431
|
+
toString: () => string;
|
432
|
+
equals?: {
|
428
433
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
429
434
|
};
|
430
|
-
toString: () => string;
|
431
|
-
toJSON: () => string;
|
432
|
-
valueOf: () => string;
|
433
435
|
};
|
434
436
|
};
|
435
437
|
secondary: {
|
@@ -455,12 +457,10 @@ declare const _default: {
|
|
455
457
|
colorToned: string;
|
456
458
|
};
|
457
459
|
id: {
|
458
|
-
|
460
|
+
toString: () => string;
|
461
|
+
equals?: {
|
459
462
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
460
463
|
};
|
461
|
-
toString: () => string;
|
462
|
-
toJSON: () => string;
|
463
|
-
valueOf: () => string;
|
464
464
|
};
|
465
465
|
};
|
466
466
|
accent1: {
|
@@ -486,12 +486,10 @@ declare const _default: {
|
|
486
486
|
colorToned: string;
|
487
487
|
};
|
488
488
|
id: {
|
489
|
-
|
489
|
+
toString: () => string;
|
490
|
+
equals?: {
|
490
491
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
491
492
|
};
|
492
|
-
toString: () => string;
|
493
|
-
toJSON: () => string;
|
494
|
-
valueOf: () => string;
|
495
493
|
};
|
496
494
|
};
|
497
495
|
accent2: {
|
@@ -517,12 +515,10 @@ declare const _default: {
|
|
517
515
|
colorToned: string;
|
518
516
|
};
|
519
517
|
id: {
|
520
|
-
|
518
|
+
toString: () => string;
|
519
|
+
equals?: {
|
521
520
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
522
521
|
};
|
523
|
-
toString: () => string;
|
524
|
-
toJSON: () => string;
|
525
|
-
valueOf: () => string;
|
526
522
|
};
|
527
523
|
};
|
528
524
|
accent3: {
|
@@ -548,12 +544,10 @@ declare const _default: {
|
|
548
544
|
colorToned: string;
|
549
545
|
};
|
550
546
|
id: {
|
551
|
-
|
547
|
+
toString: () => string;
|
548
|
+
equals?: {
|
552
549
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
553
550
|
};
|
554
|
-
toString: () => string;
|
555
|
-
toJSON: () => string;
|
556
|
-
valueOf: () => string;
|
557
551
|
};
|
558
552
|
};
|
559
553
|
neutral: {
|
@@ -579,12 +573,10 @@ declare const _default: {
|
|
579
573
|
colorToned: string;
|
580
574
|
};
|
581
575
|
id: {
|
582
|
-
|
576
|
+
toString: () => string;
|
577
|
+
equals?: {
|
583
578
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
584
579
|
};
|
585
|
-
toString: () => string;
|
586
|
-
toJSON: () => string;
|
587
|
-
valueOf: () => string;
|
588
580
|
};
|
589
581
|
};
|
590
582
|
background: {
|
@@ -610,12 +602,10 @@ declare const _default: {
|
|
610
602
|
colorToned: string;
|
611
603
|
};
|
612
604
|
id: {
|
613
|
-
|
605
|
+
toString: () => string;
|
606
|
+
equals?: {
|
614
607
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
615
608
|
};
|
616
|
-
toString: () => string;
|
617
|
-
toJSON: () => string;
|
618
|
-
valueOf: () => string;
|
619
609
|
};
|
620
610
|
};
|
621
611
|
error: {
|
@@ -641,12 +631,10 @@ declare const _default: {
|
|
641
631
|
colorToned: string;
|
642
632
|
};
|
643
633
|
id: {
|
644
|
-
|
634
|
+
toString: () => string;
|
635
|
+
equals?: {
|
645
636
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
646
637
|
};
|
647
|
-
toString: () => string;
|
648
|
-
toJSON: () => string;
|
649
|
-
valueOf: () => string;
|
650
638
|
};
|
651
639
|
};
|
652
640
|
info: {
|
@@ -672,12 +660,10 @@ declare const _default: {
|
|
672
660
|
colorToned: string;
|
673
661
|
};
|
674
662
|
id: {
|
675
|
-
|
663
|
+
toString: () => string;
|
664
|
+
equals?: {
|
676
665
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
677
666
|
};
|
678
|
-
toString: () => string;
|
679
|
-
toJSON: () => string;
|
680
|
-
valueOf: () => string;
|
681
667
|
};
|
682
668
|
};
|
683
669
|
warning: {
|
@@ -703,12 +689,10 @@ declare const _default: {
|
|
703
689
|
colorToned: string;
|
704
690
|
};
|
705
691
|
id: {
|
706
|
-
|
692
|
+
toString: () => string;
|
693
|
+
equals?: {
|
707
694
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
708
695
|
};
|
709
|
-
toString: () => string;
|
710
|
-
toJSON: () => string;
|
711
|
-
valueOf: () => string;
|
712
696
|
};
|
713
697
|
};
|
714
698
|
notification: {
|
@@ -734,12 +718,10 @@ declare const _default: {
|
|
734
718
|
colorToned: string;
|
735
719
|
};
|
736
720
|
id: {
|
737
|
-
|
721
|
+
toString: () => string;
|
722
|
+
equals?: {
|
738
723
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
739
724
|
};
|
740
|
-
toString: () => string;
|
741
|
-
toJSON: () => string;
|
742
|
-
valueOf: () => string;
|
743
725
|
};
|
744
726
|
};
|
745
727
|
};
|
@@ -748,12 +730,10 @@ declare const _default: {
|
|
748
730
|
name: string;
|
749
731
|
font?: {
|
750
732
|
id: {
|
751
|
-
|
733
|
+
toString: () => string;
|
734
|
+
equals?: {
|
752
735
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
753
736
|
};
|
754
|
-
toString: () => string;
|
755
|
-
toJSON: () => string;
|
756
|
-
valueOf: () => string;
|
757
737
|
};
|
758
738
|
family: string;
|
759
739
|
cdn?: string;
|
@@ -985,12 +965,10 @@ declare const _default: {
|
|
985
965
|
};
|
986
966
|
name?: string;
|
987
967
|
id: {
|
988
|
-
|
968
|
+
toString: () => string;
|
969
|
+
equals?: {
|
989
970
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
990
971
|
};
|
991
|
-
toString: () => string;
|
992
|
-
toJSON: () => string;
|
993
|
-
valueOf: () => string;
|
994
972
|
};
|
995
973
|
};
|
996
974
|
spacing: {
|
@@ -1014,12 +992,10 @@ declare const _default: {
|
|
1014
992
|
};
|
1015
993
|
name?: string;
|
1016
994
|
id: {
|
1017
|
-
|
995
|
+
toString: () => string;
|
996
|
+
equals?: {
|
1018
997
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1019
998
|
};
|
1020
|
-
toString: () => string;
|
1021
|
-
toJSON: () => string;
|
1022
|
-
valueOf: () => string;
|
1023
999
|
};
|
1024
1000
|
};
|
1025
1001
|
components: {
|
@@ -1116,7 +1092,6 @@ declare const _default: {
|
|
1116
1092
|
type: "title" | "text" | "navigation";
|
1117
1093
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1118
1094
|
};
|
1119
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1120
1095
|
};
|
1121
1096
|
icon?: {
|
1122
1097
|
color?: {
|
@@ -1136,9 +1111,7 @@ declare const _default: {
|
|
1136
1111
|
opacity?: number;
|
1137
1112
|
};
|
1138
1113
|
size?: number;
|
1139
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1140
1114
|
};
|
1141
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1142
1115
|
};
|
1143
1116
|
basic?: {
|
1144
1117
|
padding?: {
|
@@ -1231,7 +1204,6 @@ declare const _default: {
|
|
1231
1204
|
type: "title" | "text" | "navigation";
|
1232
1205
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1233
1206
|
};
|
1234
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1235
1207
|
};
|
1236
1208
|
icon?: {
|
1237
1209
|
color?: {
|
@@ -1251,9 +1223,7 @@ declare const _default: {
|
|
1251
1223
|
opacity?: number;
|
1252
1224
|
};
|
1253
1225
|
size?: number;
|
1254
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1255
1226
|
};
|
1256
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1257
1227
|
};
|
1258
1228
|
accent1?: {
|
1259
1229
|
padding?: {
|
@@ -1346,7 +1316,6 @@ declare const _default: {
|
|
1346
1316
|
type: "title" | "text" | "navigation";
|
1347
1317
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1348
1318
|
};
|
1349
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1350
1319
|
};
|
1351
1320
|
icon?: {
|
1352
1321
|
color?: {
|
@@ -1366,9 +1335,7 @@ declare const _default: {
|
|
1366
1335
|
opacity?: number;
|
1367
1336
|
};
|
1368
1337
|
size?: number;
|
1369
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1370
1338
|
};
|
1371
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1372
1339
|
};
|
1373
1340
|
warn?: {
|
1374
1341
|
padding?: {
|
@@ -1461,7 +1428,6 @@ declare const _default: {
|
|
1461
1428
|
type: "title" | "text" | "navigation";
|
1462
1429
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1463
1430
|
};
|
1464
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1465
1431
|
};
|
1466
1432
|
icon?: {
|
1467
1433
|
color?: {
|
@@ -1481,9 +1447,7 @@ declare const _default: {
|
|
1481
1447
|
opacity?: number;
|
1482
1448
|
};
|
1483
1449
|
size?: number;
|
1484
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1485
1450
|
};
|
1486
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1487
1451
|
};
|
1488
1452
|
link?: {
|
1489
1453
|
padding?: {
|
@@ -1576,7 +1540,6 @@ declare const _default: {
|
|
1576
1540
|
type: "title" | "text" | "navigation";
|
1577
1541
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1578
1542
|
};
|
1579
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1580
1543
|
};
|
1581
1544
|
icon?: {
|
1582
1545
|
color?: {
|
@@ -1596,9 +1559,7 @@ declare const _default: {
|
|
1596
1559
|
opacity?: number;
|
1597
1560
|
};
|
1598
1561
|
size?: number;
|
1599
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1600
1562
|
};
|
1601
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1602
1563
|
};
|
1603
1564
|
variant1?: {
|
1604
1565
|
padding?: {
|
@@ -1691,7 +1652,6 @@ declare const _default: {
|
|
1691
1652
|
type: "title" | "text" | "navigation";
|
1692
1653
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1693
1654
|
};
|
1694
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1695
1655
|
};
|
1696
1656
|
icon?: {
|
1697
1657
|
color?: {
|
@@ -1711,9 +1671,7 @@ declare const _default: {
|
|
1711
1671
|
opacity?: number;
|
1712
1672
|
};
|
1713
1673
|
size?: number;
|
1714
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1715
1674
|
};
|
1716
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1717
1675
|
};
|
1718
1676
|
variant2?: {
|
1719
1677
|
padding?: {
|
@@ -1806,7 +1764,6 @@ declare const _default: {
|
|
1806
1764
|
type: "title" | "text" | "navigation";
|
1807
1765
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1808
1766
|
};
|
1809
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1810
1767
|
};
|
1811
1768
|
icon?: {
|
1812
1769
|
color?: {
|
@@ -1826,9 +1783,7 @@ declare const _default: {
|
|
1826
1783
|
opacity?: number;
|
1827
1784
|
};
|
1828
1785
|
size?: number;
|
1829
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1830
1786
|
};
|
1831
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1832
1787
|
};
|
1833
1788
|
variant3?: {
|
1834
1789
|
padding?: {
|
@@ -1921,7 +1876,6 @@ declare const _default: {
|
|
1921
1876
|
type: "title" | "text" | "navigation";
|
1922
1877
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1923
1878
|
};
|
1924
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1925
1879
|
};
|
1926
1880
|
icon?: {
|
1927
1881
|
color?: {
|
@@ -1941,9 +1895,7 @@ declare const _default: {
|
|
1941
1895
|
opacity?: number;
|
1942
1896
|
};
|
1943
1897
|
size?: number;
|
1944
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1945
1898
|
};
|
1946
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1947
1899
|
};
|
1948
1900
|
variant4?: {
|
1949
1901
|
padding?: {
|
@@ -2036,7 +1988,6 @@ declare const _default: {
|
|
2036
1988
|
type: "title" | "text" | "navigation";
|
2037
1989
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2038
1990
|
};
|
2039
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2040
1991
|
};
|
2041
1992
|
icon?: {
|
2042
1993
|
color?: {
|
@@ -2056,9 +2007,7 @@ declare const _default: {
|
|
2056
2007
|
opacity?: number;
|
2057
2008
|
};
|
2058
2009
|
size?: number;
|
2059
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2060
2010
|
};
|
2061
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2062
2011
|
};
|
2063
2012
|
};
|
2064
2013
|
icon: {
|
@@ -2153,7 +2102,6 @@ declare const _default: {
|
|
2153
2102
|
type: "title" | "text" | "navigation";
|
2154
2103
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2155
2104
|
};
|
2156
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2157
2105
|
};
|
2158
2106
|
icon?: {
|
2159
2107
|
color?: {
|
@@ -2173,9 +2121,7 @@ declare const _default: {
|
|
2173
2121
|
opacity?: number;
|
2174
2122
|
};
|
2175
2123
|
size?: number;
|
2176
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2177
2124
|
};
|
2178
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2179
2125
|
};
|
2180
2126
|
basic?: {
|
2181
2127
|
padding?: {
|
@@ -2268,7 +2214,6 @@ declare const _default: {
|
|
2268
2214
|
type: "title" | "text" | "navigation";
|
2269
2215
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2270
2216
|
};
|
2271
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2272
2217
|
};
|
2273
2218
|
icon?: {
|
2274
2219
|
color?: {
|
@@ -2288,9 +2233,7 @@ declare const _default: {
|
|
2288
2233
|
opacity?: number;
|
2289
2234
|
};
|
2290
2235
|
size?: number;
|
2291
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2292
2236
|
};
|
2293
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2294
2237
|
};
|
2295
2238
|
accent1?: {
|
2296
2239
|
padding?: {
|
@@ -2383,7 +2326,6 @@ declare const _default: {
|
|
2383
2326
|
type: "title" | "text" | "navigation";
|
2384
2327
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2385
2328
|
};
|
2386
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2387
2329
|
};
|
2388
2330
|
icon?: {
|
2389
2331
|
color?: {
|
@@ -2403,9 +2345,7 @@ declare const _default: {
|
|
2403
2345
|
opacity?: number;
|
2404
2346
|
};
|
2405
2347
|
size?: number;
|
2406
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2407
2348
|
};
|
2408
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2409
2349
|
};
|
2410
2350
|
warn?: {
|
2411
2351
|
padding?: {
|
@@ -2498,7 +2438,6 @@ declare const _default: {
|
|
2498
2438
|
type: "title" | "text" | "navigation";
|
2499
2439
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2500
2440
|
};
|
2501
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2502
2441
|
};
|
2503
2442
|
icon?: {
|
2504
2443
|
color?: {
|
@@ -2518,9 +2457,7 @@ declare const _default: {
|
|
2518
2457
|
opacity?: number;
|
2519
2458
|
};
|
2520
2459
|
size?: number;
|
2521
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2522
2460
|
};
|
2523
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2524
2461
|
};
|
2525
2462
|
link?: {
|
2526
2463
|
padding?: {
|
@@ -2613,7 +2550,6 @@ declare const _default: {
|
|
2613
2550
|
type: "title" | "text" | "navigation";
|
2614
2551
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2615
2552
|
};
|
2616
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2617
2553
|
};
|
2618
2554
|
icon?: {
|
2619
2555
|
color?: {
|
@@ -2633,9 +2569,7 @@ declare const _default: {
|
|
2633
2569
|
opacity?: number;
|
2634
2570
|
};
|
2635
2571
|
size?: number;
|
2636
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2637
2572
|
};
|
2638
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2639
2573
|
};
|
2640
2574
|
variant1?: {
|
2641
2575
|
padding?: {
|
@@ -2728,7 +2662,6 @@ declare const _default: {
|
|
2728
2662
|
type: "title" | "text" | "navigation";
|
2729
2663
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2730
2664
|
};
|
2731
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2732
2665
|
};
|
2733
2666
|
icon?: {
|
2734
2667
|
color?: {
|
@@ -2748,9 +2681,7 @@ declare const _default: {
|
|
2748
2681
|
opacity?: number;
|
2749
2682
|
};
|
2750
2683
|
size?: number;
|
2751
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2752
2684
|
};
|
2753
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2754
2685
|
};
|
2755
2686
|
variant2?: {
|
2756
2687
|
padding?: {
|
@@ -2843,7 +2774,6 @@ declare const _default: {
|
|
2843
2774
|
type: "title" | "text" | "navigation";
|
2844
2775
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2845
2776
|
};
|
2846
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2847
2777
|
};
|
2848
2778
|
icon?: {
|
2849
2779
|
color?: {
|
@@ -2863,9 +2793,7 @@ declare const _default: {
|
|
2863
2793
|
opacity?: number;
|
2864
2794
|
};
|
2865
2795
|
size?: number;
|
2866
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2867
2796
|
};
|
2868
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2869
2797
|
};
|
2870
2798
|
variant3?: {
|
2871
2799
|
padding?: {
|
@@ -2958,7 +2886,6 @@ declare const _default: {
|
|
2958
2886
|
type: "title" | "text" | "navigation";
|
2959
2887
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2960
2888
|
};
|
2961
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2962
2889
|
};
|
2963
2890
|
icon?: {
|
2964
2891
|
color?: {
|
@@ -2978,9 +2905,7 @@ declare const _default: {
|
|
2978
2905
|
opacity?: number;
|
2979
2906
|
};
|
2980
2907
|
size?: number;
|
2981
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2982
2908
|
};
|
2983
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2984
2909
|
};
|
2985
2910
|
variant4?: {
|
2986
2911
|
padding?: {
|
@@ -3073,7 +2998,6 @@ declare const _default: {
|
|
3073
2998
|
type: "title" | "text" | "navigation";
|
3074
2999
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3075
3000
|
};
|
3076
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3077
3001
|
};
|
3078
3002
|
icon?: {
|
3079
3003
|
color?: {
|
@@ -3093,9 +3017,7 @@ declare const _default: {
|
|
3093
3017
|
opacity?: number;
|
3094
3018
|
};
|
3095
3019
|
size?: number;
|
3096
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3097
3020
|
};
|
3098
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3099
3021
|
};
|
3100
3022
|
};
|
3101
3023
|
name?: string;
|
@@ -3213,7 +3135,6 @@ declare const _default: {
|
|
3213
3135
|
type: "title" | "text" | "navigation";
|
3214
3136
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3215
3137
|
};
|
3216
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3217
3138
|
};
|
3218
3139
|
icon?: {
|
3219
3140
|
color?: {
|
@@ -3233,7 +3154,6 @@ declare const _default: {
|
|
3233
3154
|
opacity?: number;
|
3234
3155
|
};
|
3235
3156
|
size?: number;
|
3236
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3237
3157
|
};
|
3238
3158
|
active?: {
|
3239
3159
|
padding?: {
|
@@ -3325,7 +3245,6 @@ declare const _default: {
|
|
3325
3245
|
type: "title" | "text" | "navigation";
|
3326
3246
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3327
3247
|
};
|
3328
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3329
3248
|
};
|
3330
3249
|
icon?: {
|
3331
3250
|
color?: {
|
@@ -3345,7 +3264,6 @@ declare const _default: {
|
|
3345
3264
|
opacity?: number;
|
3346
3265
|
};
|
3347
3266
|
size?: number;
|
3348
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3349
3267
|
};
|
3350
3268
|
};
|
3351
3269
|
inactive?: {
|
@@ -3395,7 +3313,6 @@ declare const _default: {
|
|
3395
3313
|
elevation?: number;
|
3396
3314
|
};
|
3397
3315
|
};
|
3398
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3399
3316
|
};
|
3400
3317
|
variant1?: {
|
3401
3318
|
background?: {
|
@@ -3509,7 +3426,6 @@ declare const _default: {
|
|
3509
3426
|
type: "title" | "text" | "navigation";
|
3510
3427
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3511
3428
|
};
|
3512
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3513
3429
|
};
|
3514
3430
|
icon?: {
|
3515
3431
|
color?: {
|
@@ -3529,7 +3445,6 @@ declare const _default: {
|
|
3529
3445
|
opacity?: number;
|
3530
3446
|
};
|
3531
3447
|
size?: number;
|
3532
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3533
3448
|
};
|
3534
3449
|
active?: {
|
3535
3450
|
padding?: {
|
@@ -3621,7 +3536,6 @@ declare const _default: {
|
|
3621
3536
|
type: "title" | "text" | "navigation";
|
3622
3537
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3623
3538
|
};
|
3624
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3625
3539
|
};
|
3626
3540
|
icon?: {
|
3627
3541
|
color?: {
|
@@ -3641,7 +3555,6 @@ declare const _default: {
|
|
3641
3555
|
opacity?: number;
|
3642
3556
|
};
|
3643
3557
|
size?: number;
|
3644
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3645
3558
|
};
|
3646
3559
|
};
|
3647
3560
|
inactive?: {
|
@@ -3691,7 +3604,6 @@ declare const _default: {
|
|
3691
3604
|
elevation?: number;
|
3692
3605
|
};
|
3693
3606
|
};
|
3694
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3695
3607
|
};
|
3696
3608
|
variant2?: {
|
3697
3609
|
background?: {
|
@@ -3805,7 +3717,6 @@ declare const _default: {
|
|
3805
3717
|
type: "title" | "text" | "navigation";
|
3806
3718
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3807
3719
|
};
|
3808
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3809
3720
|
};
|
3810
3721
|
icon?: {
|
3811
3722
|
color?: {
|
@@ -3825,7 +3736,6 @@ declare const _default: {
|
|
3825
3736
|
opacity?: number;
|
3826
3737
|
};
|
3827
3738
|
size?: number;
|
3828
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3829
3739
|
};
|
3830
3740
|
active?: {
|
3831
3741
|
padding?: {
|
@@ -3917,7 +3827,6 @@ declare const _default: {
|
|
3917
3827
|
type: "title" | "text" | "navigation";
|
3918
3828
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3919
3829
|
};
|
3920
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3921
3830
|
};
|
3922
3831
|
icon?: {
|
3923
3832
|
color?: {
|
@@ -3937,7 +3846,6 @@ declare const _default: {
|
|
3937
3846
|
opacity?: number;
|
3938
3847
|
};
|
3939
3848
|
size?: number;
|
3940
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3941
3849
|
};
|
3942
3850
|
};
|
3943
3851
|
inactive?: {
|
@@ -3987,7 +3895,6 @@ declare const _default: {
|
|
3987
3895
|
elevation?: number;
|
3988
3896
|
};
|
3989
3897
|
};
|
3990
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3991
3898
|
};
|
3992
3899
|
variant3?: {
|
3993
3900
|
background?: {
|
@@ -4101,7 +4008,6 @@ declare const _default: {
|
|
4101
4008
|
type: "title" | "text" | "navigation";
|
4102
4009
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4103
4010
|
};
|
4104
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4105
4011
|
};
|
4106
4012
|
icon?: {
|
4107
4013
|
color?: {
|
@@ -4121,7 +4027,6 @@ declare const _default: {
|
|
4121
4027
|
opacity?: number;
|
4122
4028
|
};
|
4123
4029
|
size?: number;
|
4124
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4125
4030
|
};
|
4126
4031
|
active?: {
|
4127
4032
|
padding?: {
|
@@ -4213,7 +4118,6 @@ declare const _default: {
|
|
4213
4118
|
type: "title" | "text" | "navigation";
|
4214
4119
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4215
4120
|
};
|
4216
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4217
4121
|
};
|
4218
4122
|
icon?: {
|
4219
4123
|
color?: {
|
@@ -4233,7 +4137,6 @@ declare const _default: {
|
|
4233
4137
|
opacity?: number;
|
4234
4138
|
};
|
4235
4139
|
size?: number;
|
4236
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4237
4140
|
};
|
4238
4141
|
};
|
4239
4142
|
inactive?: {
|
@@ -4283,7 +4186,6 @@ declare const _default: {
|
|
4283
4186
|
elevation?: number;
|
4284
4187
|
};
|
4285
4188
|
};
|
4286
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4287
4189
|
};
|
4288
4190
|
name?: string;
|
4289
4191
|
};
|
@@ -4341,6 +4243,8 @@ declare const _default: {
|
|
4341
4243
|
onLoaded?: string[];
|
4342
4244
|
onEditMode?: string[];
|
4343
4245
|
onSaving?: string[];
|
4246
|
+
onPersistState?: string[];
|
4247
|
+
onRestoreState?: string[];
|
4344
4248
|
};
|
4345
4249
|
actions?: {
|
4346
4250
|
[name: string]: string[];
|
@@ -4542,6 +4446,8 @@ declare const _default: {
|
|
4542
4446
|
onLoaded?: string[];
|
4543
4447
|
onEditMode?: string[];
|
4544
4448
|
onSaving?: string[];
|
4449
|
+
onPersistState?: string[];
|
4450
|
+
onRestoreState?: string[];
|
4545
4451
|
};
|
4546
4452
|
actions?: {
|
4547
4453
|
[name: string]: string[];
|
@@ -4743,6 +4649,8 @@ declare const _default: {
|
|
4743
4649
|
onLoaded?: string[];
|
4744
4650
|
onEditMode?: string[];
|
4745
4651
|
onSaving?: string[];
|
4652
|
+
onPersistState?: string[];
|
4653
|
+
onRestoreState?: string[];
|
4746
4654
|
};
|
4747
4655
|
actions?: {
|
4748
4656
|
[name: string]: string[];
|
@@ -4944,6 +4852,8 @@ declare const _default: {
|
|
4944
4852
|
onLoaded?: string[];
|
4945
4853
|
onEditMode?: string[];
|
4946
4854
|
onSaving?: string[];
|
4855
|
+
onPersistState?: string[];
|
4856
|
+
onRestoreState?: string[];
|
4947
4857
|
};
|
4948
4858
|
actions?: {
|
4949
4859
|
[name: string]: string[];
|
@@ -5094,31 +5004,123 @@ declare const _default: {
|
|
5094
5004
|
};
|
5095
5005
|
name?: string;
|
5096
5006
|
id: {
|
5097
|
-
|
5007
|
+
toString: () => string;
|
5008
|
+
equals?: {
|
5098
5009
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5099
5010
|
};
|
5100
|
-
toString: () => string;
|
5101
|
-
toJSON: () => string;
|
5102
|
-
valueOf: () => string;
|
5103
5011
|
};
|
5104
5012
|
};
|
5013
|
+
icons?: {
|
5014
|
+
xs?: {
|
5015
|
+
color?: {
|
5016
|
+
colors: (string | {
|
5017
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5018
|
+
toned?: boolean;
|
5019
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5020
|
+
} | {
|
5021
|
+
color: string | {
|
5022
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5023
|
+
toned?: boolean;
|
5024
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5025
|
+
};
|
5026
|
+
stop?: number;
|
5027
|
+
})[];
|
5028
|
+
acrylic?: boolean;
|
5029
|
+
opacity?: number;
|
5030
|
+
};
|
5031
|
+
size?: number;
|
5032
|
+
};
|
5033
|
+
s?: {
|
5034
|
+
color?: {
|
5035
|
+
colors: (string | {
|
5036
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5037
|
+
toned?: boolean;
|
5038
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5039
|
+
} | {
|
5040
|
+
color: string | {
|
5041
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5042
|
+
toned?: boolean;
|
5043
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5044
|
+
};
|
5045
|
+
stop?: number;
|
5046
|
+
})[];
|
5047
|
+
acrylic?: boolean;
|
5048
|
+
opacity?: number;
|
5049
|
+
};
|
5050
|
+
size?: number;
|
5051
|
+
};
|
5052
|
+
m?: {
|
5053
|
+
color?: {
|
5054
|
+
colors: (string | {
|
5055
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5056
|
+
toned?: boolean;
|
5057
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5058
|
+
} | {
|
5059
|
+
color: string | {
|
5060
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5061
|
+
toned?: boolean;
|
5062
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5063
|
+
};
|
5064
|
+
stop?: number;
|
5065
|
+
})[];
|
5066
|
+
acrylic?: boolean;
|
5067
|
+
opacity?: number;
|
5068
|
+
};
|
5069
|
+
size?: number;
|
5070
|
+
};
|
5071
|
+
l?: {
|
5072
|
+
color?: {
|
5073
|
+
colors: (string | {
|
5074
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5075
|
+
toned?: boolean;
|
5076
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5077
|
+
} | {
|
5078
|
+
color: string | {
|
5079
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5080
|
+
toned?: boolean;
|
5081
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5082
|
+
};
|
5083
|
+
stop?: number;
|
5084
|
+
})[];
|
5085
|
+
acrylic?: boolean;
|
5086
|
+
opacity?: number;
|
5087
|
+
};
|
5088
|
+
size?: number;
|
5089
|
+
};
|
5090
|
+
xl?: {
|
5091
|
+
color?: {
|
5092
|
+
colors: (string | {
|
5093
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5094
|
+
toned?: boolean;
|
5095
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5096
|
+
} | {
|
5097
|
+
color: string | {
|
5098
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5099
|
+
toned?: boolean;
|
5100
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5101
|
+
};
|
5102
|
+
stop?: number;
|
5103
|
+
})[];
|
5104
|
+
acrylic?: boolean;
|
5105
|
+
opacity?: number;
|
5106
|
+
};
|
5107
|
+
size?: number;
|
5108
|
+
};
|
5109
|
+
name?: string;
|
5110
|
+
};
|
5105
5111
|
name?: string;
|
5106
5112
|
id: {
|
5107
|
-
|
5113
|
+
toString: () => string;
|
5114
|
+
equals?: {
|
5108
5115
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5109
5116
|
};
|
5110
|
-
toString: () => string;
|
5111
|
-
toJSON: () => string;
|
5112
|
-
valueOf: () => string;
|
5113
5117
|
};
|
5114
5118
|
};
|
5115
5119
|
id: {
|
5116
|
-
|
5120
|
+
toString: () => string;
|
5121
|
+
equals?: {
|
5117
5122
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5118
5123
|
};
|
5119
|
-
toString: () => string;
|
5120
|
-
toJSON: () => string;
|
5121
|
-
valueOf: () => string;
|
5122
5124
|
};
|
5123
5125
|
name?: string;
|
5124
5126
|
};
|
@@ -5191,6 +5193,7 @@ declare const _default: {
|
|
5191
5193
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5192
5194
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5193
5195
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5196
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5194
5197
|
};
|
5195
5198
|
deactivated(): void;
|
5196
5199
|
};
|