@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
@@ -98,6 +98,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
98
98
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
99
99
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
100
100
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
101
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
101
102
|
};
|
102
103
|
deactivated(): void;
|
103
104
|
};
|
@@ -193,6 +194,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
193
194
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
194
195
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
195
196
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
197
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
196
198
|
};
|
197
199
|
deactivated(): void;
|
198
200
|
};
|
@@ -288,6 +290,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
288
290
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
289
291
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
290
292
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
293
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
291
294
|
};
|
292
295
|
deactivated(): void;
|
293
296
|
};
|
@@ -376,6 +379,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
376
379
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
377
380
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
378
381
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
382
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
379
383
|
};
|
380
384
|
deactivated(): void;
|
381
385
|
};
|
@@ -420,12 +424,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
420
424
|
colorToned: string;
|
421
425
|
};
|
422
426
|
id: {
|
423
|
-
|
427
|
+
toString: () => string;
|
428
|
+
equals?: {
|
424
429
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
425
430
|
};
|
426
|
-
toString: () => string;
|
427
|
-
toJSON: () => string;
|
428
|
-
valueOf: () => string;
|
429
431
|
};
|
430
432
|
};
|
431
433
|
secondary: {
|
@@ -451,12 +453,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
451
453
|
colorToned: string;
|
452
454
|
};
|
453
455
|
id: {
|
454
|
-
|
456
|
+
toString: () => string;
|
457
|
+
equals?: {
|
455
458
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
456
459
|
};
|
457
|
-
toString: () => string;
|
458
|
-
toJSON: () => string;
|
459
|
-
valueOf: () => string;
|
460
460
|
};
|
461
461
|
};
|
462
462
|
accent1: {
|
@@ -482,12 +482,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
482
482
|
colorToned: string;
|
483
483
|
};
|
484
484
|
id: {
|
485
|
-
|
485
|
+
toString: () => string;
|
486
|
+
equals?: {
|
486
487
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
487
488
|
};
|
488
|
-
toString: () => string;
|
489
|
-
toJSON: () => string;
|
490
|
-
valueOf: () => string;
|
491
489
|
};
|
492
490
|
};
|
493
491
|
accent2: {
|
@@ -513,12 +511,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
513
511
|
colorToned: string;
|
514
512
|
};
|
515
513
|
id: {
|
516
|
-
|
514
|
+
toString: () => string;
|
515
|
+
equals?: {
|
517
516
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
518
517
|
};
|
519
|
-
toString: () => string;
|
520
|
-
toJSON: () => string;
|
521
|
-
valueOf: () => string;
|
522
518
|
};
|
523
519
|
};
|
524
520
|
accent3: {
|
@@ -544,12 +540,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
544
540
|
colorToned: string;
|
545
541
|
};
|
546
542
|
id: {
|
547
|
-
|
543
|
+
toString: () => string;
|
544
|
+
equals?: {
|
548
545
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
549
546
|
};
|
550
|
-
toString: () => string;
|
551
|
-
toJSON: () => string;
|
552
|
-
valueOf: () => string;
|
553
547
|
};
|
554
548
|
};
|
555
549
|
neutral: {
|
@@ -575,12 +569,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
575
569
|
colorToned: string;
|
576
570
|
};
|
577
571
|
id: {
|
578
|
-
|
572
|
+
toString: () => string;
|
573
|
+
equals?: {
|
579
574
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
580
575
|
};
|
581
|
-
toString: () => string;
|
582
|
-
toJSON: () => string;
|
583
|
-
valueOf: () => string;
|
584
576
|
};
|
585
577
|
};
|
586
578
|
background: {
|
@@ -606,12 +598,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
606
598
|
colorToned: string;
|
607
599
|
};
|
608
600
|
id: {
|
609
|
-
|
601
|
+
toString: () => string;
|
602
|
+
equals?: {
|
610
603
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
611
604
|
};
|
612
|
-
toString: () => string;
|
613
|
-
toJSON: () => string;
|
614
|
-
valueOf: () => string;
|
615
605
|
};
|
616
606
|
};
|
617
607
|
error: {
|
@@ -637,12 +627,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
637
627
|
colorToned: string;
|
638
628
|
};
|
639
629
|
id: {
|
640
|
-
|
630
|
+
toString: () => string;
|
631
|
+
equals?: {
|
641
632
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
642
633
|
};
|
643
|
-
toString: () => string;
|
644
|
-
toJSON: () => string;
|
645
|
-
valueOf: () => string;
|
646
634
|
};
|
647
635
|
};
|
648
636
|
info: {
|
@@ -668,12 +656,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
668
656
|
colorToned: string;
|
669
657
|
};
|
670
658
|
id: {
|
671
|
-
|
659
|
+
toString: () => string;
|
660
|
+
equals?: {
|
672
661
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
673
662
|
};
|
674
|
-
toString: () => string;
|
675
|
-
toJSON: () => string;
|
676
|
-
valueOf: () => string;
|
677
663
|
};
|
678
664
|
};
|
679
665
|
warning: {
|
@@ -699,12 +685,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
699
685
|
colorToned: string;
|
700
686
|
};
|
701
687
|
id: {
|
702
|
-
|
688
|
+
toString: () => string;
|
689
|
+
equals?: {
|
703
690
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
704
691
|
};
|
705
|
-
toString: () => string;
|
706
|
-
toJSON: () => string;
|
707
|
-
valueOf: () => string;
|
708
692
|
};
|
709
693
|
};
|
710
694
|
notification: {
|
@@ -730,12 +714,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
730
714
|
colorToned: string;
|
731
715
|
};
|
732
716
|
id: {
|
733
|
-
|
717
|
+
toString: () => string;
|
718
|
+
equals?: {
|
734
719
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
735
720
|
};
|
736
|
-
toString: () => string;
|
737
|
-
toJSON: () => string;
|
738
|
-
valueOf: () => string;
|
739
721
|
};
|
740
722
|
};
|
741
723
|
};
|
@@ -744,12 +726,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
744
726
|
name: string;
|
745
727
|
font?: {
|
746
728
|
id: {
|
747
|
-
|
729
|
+
toString: () => string;
|
730
|
+
equals?: {
|
748
731
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
749
732
|
};
|
750
|
-
toString: () => string;
|
751
|
-
toJSON: () => string;
|
752
|
-
valueOf: () => string;
|
753
733
|
};
|
754
734
|
family: string;
|
755
735
|
cdn?: string;
|
@@ -981,12 +961,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
981
961
|
};
|
982
962
|
name?: string;
|
983
963
|
id: {
|
984
|
-
|
964
|
+
toString: () => string;
|
965
|
+
equals?: {
|
985
966
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
986
967
|
};
|
987
|
-
toString: () => string;
|
988
|
-
toJSON: () => string;
|
989
|
-
valueOf: () => string;
|
990
968
|
};
|
991
969
|
};
|
992
970
|
spacing: {
|
@@ -1010,12 +988,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1010
988
|
};
|
1011
989
|
name?: string;
|
1012
990
|
id: {
|
1013
|
-
|
991
|
+
toString: () => string;
|
992
|
+
equals?: {
|
1014
993
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1015
994
|
};
|
1016
|
-
toString: () => string;
|
1017
|
-
toJSON: () => string;
|
1018
|
-
valueOf: () => string;
|
1019
995
|
};
|
1020
996
|
};
|
1021
997
|
components: {
|
@@ -1112,7 +1088,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1112
1088
|
type: "title" | "text" | "navigation";
|
1113
1089
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1114
1090
|
};
|
1115
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1116
1091
|
};
|
1117
1092
|
icon?: {
|
1118
1093
|
color?: {
|
@@ -1132,9 +1107,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1132
1107
|
opacity?: number;
|
1133
1108
|
};
|
1134
1109
|
size?: number;
|
1135
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1136
1110
|
};
|
1137
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1138
1111
|
};
|
1139
1112
|
basic?: {
|
1140
1113
|
padding?: {
|
@@ -1227,7 +1200,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1227
1200
|
type: "title" | "text" | "navigation";
|
1228
1201
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1229
1202
|
};
|
1230
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1231
1203
|
};
|
1232
1204
|
icon?: {
|
1233
1205
|
color?: {
|
@@ -1247,9 +1219,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1247
1219
|
opacity?: number;
|
1248
1220
|
};
|
1249
1221
|
size?: number;
|
1250
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1251
1222
|
};
|
1252
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1253
1223
|
};
|
1254
1224
|
accent1?: {
|
1255
1225
|
padding?: {
|
@@ -1342,7 +1312,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1342
1312
|
type: "title" | "text" | "navigation";
|
1343
1313
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1344
1314
|
};
|
1345
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1346
1315
|
};
|
1347
1316
|
icon?: {
|
1348
1317
|
color?: {
|
@@ -1362,9 +1331,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1362
1331
|
opacity?: number;
|
1363
1332
|
};
|
1364
1333
|
size?: number;
|
1365
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1366
1334
|
};
|
1367
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1368
1335
|
};
|
1369
1336
|
warn?: {
|
1370
1337
|
padding?: {
|
@@ -1457,7 +1424,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1457
1424
|
type: "title" | "text" | "navigation";
|
1458
1425
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1459
1426
|
};
|
1460
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1461
1427
|
};
|
1462
1428
|
icon?: {
|
1463
1429
|
color?: {
|
@@ -1477,9 +1443,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1477
1443
|
opacity?: number;
|
1478
1444
|
};
|
1479
1445
|
size?: number;
|
1480
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1481
1446
|
};
|
1482
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1483
1447
|
};
|
1484
1448
|
link?: {
|
1485
1449
|
padding?: {
|
@@ -1572,7 +1536,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1572
1536
|
type: "title" | "text" | "navigation";
|
1573
1537
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1574
1538
|
};
|
1575
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1576
1539
|
};
|
1577
1540
|
icon?: {
|
1578
1541
|
color?: {
|
@@ -1592,9 +1555,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1592
1555
|
opacity?: number;
|
1593
1556
|
};
|
1594
1557
|
size?: number;
|
1595
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1596
1558
|
};
|
1597
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1598
1559
|
};
|
1599
1560
|
variant1?: {
|
1600
1561
|
padding?: {
|
@@ -1687,7 +1648,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1687
1648
|
type: "title" | "text" | "navigation";
|
1688
1649
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1689
1650
|
};
|
1690
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1691
1651
|
};
|
1692
1652
|
icon?: {
|
1693
1653
|
color?: {
|
@@ -1707,9 +1667,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1707
1667
|
opacity?: number;
|
1708
1668
|
};
|
1709
1669
|
size?: number;
|
1710
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1711
1670
|
};
|
1712
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1713
1671
|
};
|
1714
1672
|
variant2?: {
|
1715
1673
|
padding?: {
|
@@ -1802,7 +1760,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1802
1760
|
type: "title" | "text" | "navigation";
|
1803
1761
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1804
1762
|
};
|
1805
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1806
1763
|
};
|
1807
1764
|
icon?: {
|
1808
1765
|
color?: {
|
@@ -1822,9 +1779,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1822
1779
|
opacity?: number;
|
1823
1780
|
};
|
1824
1781
|
size?: number;
|
1825
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1826
1782
|
};
|
1827
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1828
1783
|
};
|
1829
1784
|
variant3?: {
|
1830
1785
|
padding?: {
|
@@ -1917,7 +1872,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1917
1872
|
type: "title" | "text" | "navigation";
|
1918
1873
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1919
1874
|
};
|
1920
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1921
1875
|
};
|
1922
1876
|
icon?: {
|
1923
1877
|
color?: {
|
@@ -1937,9 +1891,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1937
1891
|
opacity?: number;
|
1938
1892
|
};
|
1939
1893
|
size?: number;
|
1940
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1941
1894
|
};
|
1942
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1943
1895
|
};
|
1944
1896
|
variant4?: {
|
1945
1897
|
padding?: {
|
@@ -2032,7 +1984,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2032
1984
|
type: "title" | "text" | "navigation";
|
2033
1985
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2034
1986
|
};
|
2035
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2036
1987
|
};
|
2037
1988
|
icon?: {
|
2038
1989
|
color?: {
|
@@ -2052,9 +2003,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2052
2003
|
opacity?: number;
|
2053
2004
|
};
|
2054
2005
|
size?: number;
|
2055
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2056
2006
|
};
|
2057
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2058
2007
|
};
|
2059
2008
|
};
|
2060
2009
|
icon: {
|
@@ -2149,7 +2098,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2149
2098
|
type: "title" | "text" | "navigation";
|
2150
2099
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2151
2100
|
};
|
2152
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2153
2101
|
};
|
2154
2102
|
icon?: {
|
2155
2103
|
color?: {
|
@@ -2169,9 +2117,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2169
2117
|
opacity?: number;
|
2170
2118
|
};
|
2171
2119
|
size?: number;
|
2172
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2173
2120
|
};
|
2174
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2175
2121
|
};
|
2176
2122
|
basic?: {
|
2177
2123
|
padding?: {
|
@@ -2264,7 +2210,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2264
2210
|
type: "title" | "text" | "navigation";
|
2265
2211
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2266
2212
|
};
|
2267
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2268
2213
|
};
|
2269
2214
|
icon?: {
|
2270
2215
|
color?: {
|
@@ -2284,9 +2229,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2284
2229
|
opacity?: number;
|
2285
2230
|
};
|
2286
2231
|
size?: number;
|
2287
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2288
2232
|
};
|
2289
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2290
2233
|
};
|
2291
2234
|
accent1?: {
|
2292
2235
|
padding?: {
|
@@ -2379,7 +2322,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2379
2322
|
type: "title" | "text" | "navigation";
|
2380
2323
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2381
2324
|
};
|
2382
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2383
2325
|
};
|
2384
2326
|
icon?: {
|
2385
2327
|
color?: {
|
@@ -2399,9 +2341,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2399
2341
|
opacity?: number;
|
2400
2342
|
};
|
2401
2343
|
size?: number;
|
2402
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2403
2344
|
};
|
2404
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2405
2345
|
};
|
2406
2346
|
warn?: {
|
2407
2347
|
padding?: {
|
@@ -2494,7 +2434,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2494
2434
|
type: "title" | "text" | "navigation";
|
2495
2435
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2496
2436
|
};
|
2497
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2498
2437
|
};
|
2499
2438
|
icon?: {
|
2500
2439
|
color?: {
|
@@ -2514,9 +2453,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2514
2453
|
opacity?: number;
|
2515
2454
|
};
|
2516
2455
|
size?: number;
|
2517
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2518
2456
|
};
|
2519
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2520
2457
|
};
|
2521
2458
|
link?: {
|
2522
2459
|
padding?: {
|
@@ -2609,7 +2546,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2609
2546
|
type: "title" | "text" | "navigation";
|
2610
2547
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2611
2548
|
};
|
2612
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2613
2549
|
};
|
2614
2550
|
icon?: {
|
2615
2551
|
color?: {
|
@@ -2629,9 +2565,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2629
2565
|
opacity?: number;
|
2630
2566
|
};
|
2631
2567
|
size?: number;
|
2632
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2633
2568
|
};
|
2634
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2635
2569
|
};
|
2636
2570
|
variant1?: {
|
2637
2571
|
padding?: {
|
@@ -2724,7 +2658,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2724
2658
|
type: "title" | "text" | "navigation";
|
2725
2659
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2726
2660
|
};
|
2727
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2728
2661
|
};
|
2729
2662
|
icon?: {
|
2730
2663
|
color?: {
|
@@ -2744,9 +2677,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2744
2677
|
opacity?: number;
|
2745
2678
|
};
|
2746
2679
|
size?: number;
|
2747
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2748
2680
|
};
|
2749
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2750
2681
|
};
|
2751
2682
|
variant2?: {
|
2752
2683
|
padding?: {
|
@@ -2839,7 +2770,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2839
2770
|
type: "title" | "text" | "navigation";
|
2840
2771
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2841
2772
|
};
|
2842
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2843
2773
|
};
|
2844
2774
|
icon?: {
|
2845
2775
|
color?: {
|
@@ -2859,9 +2789,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2859
2789
|
opacity?: number;
|
2860
2790
|
};
|
2861
2791
|
size?: number;
|
2862
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2863
2792
|
};
|
2864
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2865
2793
|
};
|
2866
2794
|
variant3?: {
|
2867
2795
|
padding?: {
|
@@ -2954,7 +2882,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2954
2882
|
type: "title" | "text" | "navigation";
|
2955
2883
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2956
2884
|
};
|
2957
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2958
2885
|
};
|
2959
2886
|
icon?: {
|
2960
2887
|
color?: {
|
@@ -2974,9 +2901,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2974
2901
|
opacity?: number;
|
2975
2902
|
};
|
2976
2903
|
size?: number;
|
2977
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2978
2904
|
};
|
2979
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2980
2905
|
};
|
2981
2906
|
variant4?: {
|
2982
2907
|
padding?: {
|
@@ -3069,7 +2994,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3069
2994
|
type: "title" | "text" | "navigation";
|
3070
2995
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3071
2996
|
};
|
3072
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3073
2997
|
};
|
3074
2998
|
icon?: {
|
3075
2999
|
color?: {
|
@@ -3089,9 +3013,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3089
3013
|
opacity?: number;
|
3090
3014
|
};
|
3091
3015
|
size?: number;
|
3092
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3093
3016
|
};
|
3094
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3095
3017
|
};
|
3096
3018
|
};
|
3097
3019
|
name?: string;
|
@@ -3209,7 +3131,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3209
3131
|
type: "title" | "text" | "navigation";
|
3210
3132
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3211
3133
|
};
|
3212
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3213
3134
|
};
|
3214
3135
|
icon?: {
|
3215
3136
|
color?: {
|
@@ -3229,7 +3150,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3229
3150
|
opacity?: number;
|
3230
3151
|
};
|
3231
3152
|
size?: number;
|
3232
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3233
3153
|
};
|
3234
3154
|
active?: {
|
3235
3155
|
padding?: {
|
@@ -3321,7 +3241,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3321
3241
|
type: "title" | "text" | "navigation";
|
3322
3242
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3323
3243
|
};
|
3324
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3325
3244
|
};
|
3326
3245
|
icon?: {
|
3327
3246
|
color?: {
|
@@ -3341,7 +3260,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3341
3260
|
opacity?: number;
|
3342
3261
|
};
|
3343
3262
|
size?: number;
|
3344
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3345
3263
|
};
|
3346
3264
|
};
|
3347
3265
|
inactive?: {
|
@@ -3391,7 +3309,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3391
3309
|
elevation?: number;
|
3392
3310
|
};
|
3393
3311
|
};
|
3394
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3395
3312
|
};
|
3396
3313
|
variant1?: {
|
3397
3314
|
background?: {
|
@@ -3505,7 +3422,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3505
3422
|
type: "title" | "text" | "navigation";
|
3506
3423
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3507
3424
|
};
|
3508
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3509
3425
|
};
|
3510
3426
|
icon?: {
|
3511
3427
|
color?: {
|
@@ -3525,7 +3441,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3525
3441
|
opacity?: number;
|
3526
3442
|
};
|
3527
3443
|
size?: number;
|
3528
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3529
3444
|
};
|
3530
3445
|
active?: {
|
3531
3446
|
padding?: {
|
@@ -3617,7 +3532,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3617
3532
|
type: "title" | "text" | "navigation";
|
3618
3533
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3619
3534
|
};
|
3620
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3621
3535
|
};
|
3622
3536
|
icon?: {
|
3623
3537
|
color?: {
|
@@ -3637,7 +3551,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3637
3551
|
opacity?: number;
|
3638
3552
|
};
|
3639
3553
|
size?: number;
|
3640
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3641
3554
|
};
|
3642
3555
|
};
|
3643
3556
|
inactive?: {
|
@@ -3687,7 +3600,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3687
3600
|
elevation?: number;
|
3688
3601
|
};
|
3689
3602
|
};
|
3690
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3691
3603
|
};
|
3692
3604
|
variant2?: {
|
3693
3605
|
background?: {
|
@@ -3801,7 +3713,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3801
3713
|
type: "title" | "text" | "navigation";
|
3802
3714
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3803
3715
|
};
|
3804
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3805
3716
|
};
|
3806
3717
|
icon?: {
|
3807
3718
|
color?: {
|
@@ -3821,7 +3732,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3821
3732
|
opacity?: number;
|
3822
3733
|
};
|
3823
3734
|
size?: number;
|
3824
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3825
3735
|
};
|
3826
3736
|
active?: {
|
3827
3737
|
padding?: {
|
@@ -3913,7 +3823,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3913
3823
|
type: "title" | "text" | "navigation";
|
3914
3824
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3915
3825
|
};
|
3916
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3917
3826
|
};
|
3918
3827
|
icon?: {
|
3919
3828
|
color?: {
|
@@ -3933,7 +3842,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3933
3842
|
opacity?: number;
|
3934
3843
|
};
|
3935
3844
|
size?: number;
|
3936
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3937
3845
|
};
|
3938
3846
|
};
|
3939
3847
|
inactive?: {
|
@@ -3983,7 +3891,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3983
3891
|
elevation?: number;
|
3984
3892
|
};
|
3985
3893
|
};
|
3986
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3987
3894
|
};
|
3988
3895
|
variant3?: {
|
3989
3896
|
background?: {
|
@@ -4097,7 +4004,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4097
4004
|
type: "title" | "text" | "navigation";
|
4098
4005
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4099
4006
|
};
|
4100
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4101
4007
|
};
|
4102
4008
|
icon?: {
|
4103
4009
|
color?: {
|
@@ -4117,7 +4023,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4117
4023
|
opacity?: number;
|
4118
4024
|
};
|
4119
4025
|
size?: number;
|
4120
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4121
4026
|
};
|
4122
4027
|
active?: {
|
4123
4028
|
padding?: {
|
@@ -4209,7 +4114,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4209
4114
|
type: "title" | "text" | "navigation";
|
4210
4115
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4211
4116
|
};
|
4212
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4213
4117
|
};
|
4214
4118
|
icon?: {
|
4215
4119
|
color?: {
|
@@ -4229,7 +4133,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4229
4133
|
opacity?: number;
|
4230
4134
|
};
|
4231
4135
|
size?: number;
|
4232
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4233
4136
|
};
|
4234
4137
|
};
|
4235
4138
|
inactive?: {
|
@@ -4279,7 +4182,6 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4279
4182
|
elevation?: number;
|
4280
4183
|
};
|
4281
4184
|
};
|
4282
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4283
4185
|
};
|
4284
4186
|
name?: string;
|
4285
4187
|
};
|
@@ -4337,6 +4239,8 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4337
4239
|
onLoaded?: string[];
|
4338
4240
|
onEditMode?: string[];
|
4339
4241
|
onSaving?: string[];
|
4242
|
+
onPersistState?: string[];
|
4243
|
+
onRestoreState?: string[];
|
4340
4244
|
};
|
4341
4245
|
actions?: {
|
4342
4246
|
[name: string]: string[];
|
@@ -4538,6 +4442,8 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4538
4442
|
onLoaded?: string[];
|
4539
4443
|
onEditMode?: string[];
|
4540
4444
|
onSaving?: string[];
|
4445
|
+
onPersistState?: string[];
|
4446
|
+
onRestoreState?: string[];
|
4541
4447
|
};
|
4542
4448
|
actions?: {
|
4543
4449
|
[name: string]: string[];
|
@@ -4739,6 +4645,8 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4739
4645
|
onLoaded?: string[];
|
4740
4646
|
onEditMode?: string[];
|
4741
4647
|
onSaving?: string[];
|
4648
|
+
onPersistState?: string[];
|
4649
|
+
onRestoreState?: string[];
|
4742
4650
|
};
|
4743
4651
|
actions?: {
|
4744
4652
|
[name: string]: string[];
|
@@ -4940,6 +4848,8 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4940
4848
|
onLoaded?: string[];
|
4941
4849
|
onEditMode?: string[];
|
4942
4850
|
onSaving?: string[];
|
4851
|
+
onPersistState?: string[];
|
4852
|
+
onRestoreState?: string[];
|
4943
4853
|
};
|
4944
4854
|
actions?: {
|
4945
4855
|
[name: string]: string[];
|
@@ -5090,31 +5000,123 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5090
5000
|
};
|
5091
5001
|
name?: string;
|
5092
5002
|
id: {
|
5093
|
-
|
5003
|
+
toString: () => string;
|
5004
|
+
equals?: {
|
5094
5005
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5095
5006
|
};
|
5096
|
-
toString: () => string;
|
5097
|
-
toJSON: () => string;
|
5098
|
-
valueOf: () => string;
|
5099
5007
|
};
|
5100
5008
|
};
|
5009
|
+
icons?: {
|
5010
|
+
xs?: {
|
5011
|
+
color?: {
|
5012
|
+
colors: (string | {
|
5013
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5014
|
+
toned?: boolean;
|
5015
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5016
|
+
} | {
|
5017
|
+
color: string | {
|
5018
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5019
|
+
toned?: boolean;
|
5020
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5021
|
+
};
|
5022
|
+
stop?: number;
|
5023
|
+
})[];
|
5024
|
+
acrylic?: boolean;
|
5025
|
+
opacity?: number;
|
5026
|
+
};
|
5027
|
+
size?: number;
|
5028
|
+
};
|
5029
|
+
s?: {
|
5030
|
+
color?: {
|
5031
|
+
colors: (string | {
|
5032
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5033
|
+
toned?: boolean;
|
5034
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5035
|
+
} | {
|
5036
|
+
color: string | {
|
5037
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5038
|
+
toned?: boolean;
|
5039
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5040
|
+
};
|
5041
|
+
stop?: number;
|
5042
|
+
})[];
|
5043
|
+
acrylic?: boolean;
|
5044
|
+
opacity?: number;
|
5045
|
+
};
|
5046
|
+
size?: number;
|
5047
|
+
};
|
5048
|
+
m?: {
|
5049
|
+
color?: {
|
5050
|
+
colors: (string | {
|
5051
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5052
|
+
toned?: boolean;
|
5053
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5054
|
+
} | {
|
5055
|
+
color: string | {
|
5056
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5057
|
+
toned?: boolean;
|
5058
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5059
|
+
};
|
5060
|
+
stop?: number;
|
5061
|
+
})[];
|
5062
|
+
acrylic?: boolean;
|
5063
|
+
opacity?: number;
|
5064
|
+
};
|
5065
|
+
size?: number;
|
5066
|
+
};
|
5067
|
+
l?: {
|
5068
|
+
color?: {
|
5069
|
+
colors: (string | {
|
5070
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5071
|
+
toned?: boolean;
|
5072
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5073
|
+
} | {
|
5074
|
+
color: string | {
|
5075
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5076
|
+
toned?: boolean;
|
5077
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5078
|
+
};
|
5079
|
+
stop?: number;
|
5080
|
+
})[];
|
5081
|
+
acrylic?: boolean;
|
5082
|
+
opacity?: number;
|
5083
|
+
};
|
5084
|
+
size?: number;
|
5085
|
+
};
|
5086
|
+
xl?: {
|
5087
|
+
color?: {
|
5088
|
+
colors: (string | {
|
5089
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5090
|
+
toned?: boolean;
|
5091
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5092
|
+
} | {
|
5093
|
+
color: string | {
|
5094
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5095
|
+
toned?: boolean;
|
5096
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5097
|
+
};
|
5098
|
+
stop?: number;
|
5099
|
+
})[];
|
5100
|
+
acrylic?: boolean;
|
5101
|
+
opacity?: number;
|
5102
|
+
};
|
5103
|
+
size?: number;
|
5104
|
+
};
|
5105
|
+
name?: string;
|
5106
|
+
};
|
5101
5107
|
name?: string;
|
5102
5108
|
id: {
|
5103
|
-
|
5109
|
+
toString: () => string;
|
5110
|
+
equals?: {
|
5104
5111
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5105
5112
|
};
|
5106
|
-
toString: () => string;
|
5107
|
-
toJSON: () => string;
|
5108
|
-
valueOf: () => string;
|
5109
5113
|
};
|
5110
5114
|
};
|
5111
5115
|
id: {
|
5112
|
-
|
5116
|
+
toString: () => string;
|
5117
|
+
equals?: {
|
5113
5118
|
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
5114
5119
|
};
|
5115
|
-
toString: () => string;
|
5116
|
-
toJSON: () => string;
|
5117
|
-
valueOf: () => string;
|
5118
5120
|
};
|
5119
5121
|
name?: string;
|
5120
5122
|
};
|
@@ -5187,6 +5189,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5187
5189
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5188
5190
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5189
5191
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5192
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5190
5193
|
};
|
5191
5194
|
deactivated(): void;
|
5192
5195
|
};
|