@omnia/fx 8.0.227-dev → 8.0.229-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/libs/toastui/Toast.d.ts +6 -0
- package/internal-do-not-import-from-here/libs/toastui/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/HeaderRenderer.d.ts +55 -16
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +41 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/markdown/patches/EditorScrollPatch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/patches/HtmlInlinePatch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/{Stepper.css.d.ts → Stepper.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/{Switch.css.d.ts → Switch.stylex.d.ts} +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.stylex.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/table/{Table.css.d.ts → Table.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.stylex.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +41 -41
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +0 -9
@@ -90,7 +90,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
90
90
|
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
91
91
|
};
|
92
92
|
icon: {
|
93
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
93
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
94
94
|
};
|
95
95
|
block: {
|
96
96
|
hasBlueprintVariant(type: string): boolean;
|
@@ -196,7 +196,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
196
196
|
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
197
197
|
};
|
198
198
|
icon: {
|
199
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
199
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
200
200
|
};
|
201
201
|
block: {
|
202
202
|
hasBlueprintVariant(type: string): boolean;
|
@@ -302,7 +302,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
302
302
|
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
303
303
|
};
|
304
304
|
icon: {
|
305
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
305
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
306
306
|
};
|
307
307
|
block: {
|
308
308
|
hasBlueprintVariant(type: string): boolean;
|
@@ -6323,7 +6323,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
6323
6323
|
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
6324
6324
|
};
|
6325
6325
|
icon: {
|
6326
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
6326
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
6327
6327
|
};
|
6328
6328
|
block: {
|
6329
6329
|
hasBlueprintVariant(type: string): boolean;
|
@@ -94,7 +94,7 @@ export declare const useThemeContextStore: () => {
|
|
94
94
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
95
95
|
};
|
96
96
|
icon: {
|
97
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
97
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
98
98
|
};
|
99
99
|
block: {
|
100
100
|
hasBlueprintVariant(type: string): boolean;
|
@@ -193,7 +193,7 @@ export declare const useThemeContextStore: () => {
|
|
193
193
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
194
194
|
};
|
195
195
|
icon: {
|
196
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
196
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
197
197
|
};
|
198
198
|
block: {
|
199
199
|
hasBlueprintVariant(type: string): boolean;
|
@@ -292,7 +292,7 @@ export declare const useThemeContextStore: () => {
|
|
292
292
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
293
293
|
};
|
294
294
|
icon: {
|
295
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
295
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
296
296
|
};
|
297
297
|
block: {
|
298
298
|
hasBlueprintVariant(type: string): boolean;
|
@@ -391,7 +391,7 @@ export declare const useThemeContextStore: () => {
|
|
391
391
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
392
392
|
};
|
393
393
|
icon: {
|
394
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
394
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
395
395
|
};
|
396
396
|
block: {
|
397
397
|
hasBlueprintVariant(type: string): boolean;
|
@@ -492,7 +492,7 @@ export declare const useThemeContextStore: () => {
|
|
492
492
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
493
493
|
};
|
494
494
|
icon: {
|
495
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
495
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
496
496
|
};
|
497
497
|
block: {
|
498
498
|
hasBlueprintVariant(type: string): boolean;
|
@@ -591,7 +591,7 @@ export declare const useThemeContextStore: () => {
|
|
591
591
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
592
592
|
};
|
593
593
|
icon: {
|
594
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
594
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
595
595
|
};
|
596
596
|
block: {
|
597
597
|
hasBlueprintVariant(type: string): boolean;
|
@@ -690,7 +690,7 @@ export declare const useThemeContextStore: () => {
|
|
690
690
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
691
691
|
};
|
692
692
|
icon: {
|
693
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
693
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
694
694
|
};
|
695
695
|
block: {
|
696
696
|
hasBlueprintVariant(type: string): boolean;
|
@@ -789,7 +789,7 @@ export declare const useThemeContextStore: () => {
|
|
789
789
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
790
790
|
};
|
791
791
|
icon: {
|
792
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
792
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
793
793
|
};
|
794
794
|
block: {
|
795
795
|
hasBlueprintVariant(type: string): boolean;
|
@@ -890,7 +890,7 @@ export declare const useThemeContextStore: () => {
|
|
890
890
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
891
891
|
};
|
892
892
|
icon: {
|
893
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
893
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
894
894
|
};
|
895
895
|
block: {
|
896
896
|
hasBlueprintVariant(type: string): boolean;
|
@@ -989,7 +989,7 @@ export declare const useThemeContextStore: () => {
|
|
989
989
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
990
990
|
};
|
991
991
|
icon: {
|
992
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
992
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
993
993
|
};
|
994
994
|
block: {
|
995
995
|
hasBlueprintVariant(type: string): boolean;
|
@@ -1088,7 +1088,7 @@ export declare const useThemeContextStore: () => {
|
|
1088
1088
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
1089
1089
|
};
|
1090
1090
|
icon: {
|
1091
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
1091
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
1092
1092
|
};
|
1093
1093
|
block: {
|
1094
1094
|
hasBlueprintVariant(type: string): boolean;
|
@@ -1187,7 +1187,7 @@ export declare const useThemeContextStore: () => {
|
|
1187
1187
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
1188
1188
|
};
|
1189
1189
|
icon: {
|
1190
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
1190
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
1191
1191
|
};
|
1192
1192
|
block: {
|
1193
1193
|
hasBlueprintVariant(type: string): boolean;
|
@@ -72,7 +72,7 @@ export declare const useThemeStoreV2: () => {
|
|
72
72
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
73
73
|
};
|
74
74
|
icon: {
|
75
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
75
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
76
76
|
};
|
77
77
|
block: {
|
78
78
|
hasBlueprintVariant(type: string): boolean;
|
@@ -90,7 +90,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
90
90
|
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
91
91
|
};
|
92
92
|
icon: {
|
93
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
93
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
94
94
|
};
|
95
95
|
block: {
|
96
96
|
hasBlueprintVariant(type: string): boolean;
|
@@ -196,7 +196,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
196
196
|
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
197
197
|
};
|
198
198
|
icon: {
|
199
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
199
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
200
200
|
};
|
201
201
|
block: {
|
202
202
|
hasBlueprintVariant(type: string): boolean;
|
@@ -302,7 +302,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
302
302
|
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
303
303
|
};
|
304
304
|
icon: {
|
305
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
305
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
306
306
|
};
|
307
307
|
block: {
|
308
308
|
hasBlueprintVariant(type: string): boolean;
|
@@ -6323,7 +6323,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
6323
6323
|
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
6324
6324
|
};
|
6325
6325
|
icon: {
|
6326
|
-
iconBlueprint(size: "small" | "default" | "large" | "x-
|
6326
|
+
iconBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): import("@omnia/fx-models").IconBlueprint;
|
6327
6327
|
};
|
6328
6328
|
block: {
|
6329
6329
|
hasBlueprintVariant(type: string): boolean;
|
@@ -67,6 +67,8 @@ export declare function useThemeStyling(): {
|
|
67
67
|
text: typeof blueprintStyles.getBlueprintTextStyling;
|
68
68
|
textStylex: typeof blueprintStylex.getBlueprintTextStylex;
|
69
69
|
textObject: typeof blueprintStyles.getBlueprintTextStylingObject;
|
70
|
+
tabStylex: typeof blueprintStylex.getBlueprintTabStylex;
|
71
|
+
tabsStylex: typeof blueprintStylex.getBlueprintTabsStylex;
|
70
72
|
tab: typeof blueprintStyles.getBlueprintTabStyling;
|
71
73
|
tabs: typeof blueprintStyles.getBlueprintTabsStyling;
|
72
74
|
spacing: {
|
@@ -3,11 +3,15 @@ import { NestedCSSProperties } from "typestyle/lib/types";
|
|
3
3
|
import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintStore } from "../../store";
|
4
4
|
import { StylexType } from "internal/fx/ux/Styles.stylex";
|
5
5
|
export declare namespace blueprintStylex {
|
6
|
+
/**Tab styling */
|
7
|
+
function getBlueprintTabStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): Readonly<StylexType>;
|
8
|
+
function getBlueprintTabsStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexType>;
|
6
9
|
/**Text styling */
|
7
10
|
function getBlueprintTextStylex(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): Readonly<StylexType>;
|
8
11
|
function getIconBlueprintStylex(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): Readonly<StylexType>;
|
9
12
|
/**Button styling */
|
10
13
|
function getButtonBlueprintStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexType>;
|
14
|
+
function getBlueprintSpacingValue(value: any, type: SpacingBlueprintTypes, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
|
11
15
|
}
|
12
16
|
export declare namespace blueprintStyles {
|
13
17
|
/**Border styling */
|
@@ -3,7 +3,7 @@ import { OBorderCombination } from "@omnia/fx-models";
|
|
3
3
|
import { StylexType } from "internal/fx/ux/Styles.stylex";
|
4
4
|
export declare namespace generalStylex {
|
5
5
|
function getSelectedTableRowStylex(dark: boolean): Readonly<StylexType>;
|
6
|
-
function getScrollStylex(colors: ReturnType<typeof useColorSchemaStore
|
6
|
+
function getScrollStylex(colors: ReturnType<typeof useColorSchemaStore>, toned?: boolean): Readonly<StylexType>;
|
7
7
|
function getBorderDividerStylex(border: OBorderCombination, dark: boolean): Readonly<StylexType>;
|
8
8
|
}
|
9
9
|
export declare const generalStyles: {
|
@@ -102,8 +102,8 @@ declare const _default: {
|
|
102
102
|
}) => any;
|
103
103
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
104
104
|
propsDefinition: Omit<Readonly<{} & {
|
105
|
-
themeDefinition?: ThemeDefinitionV2;
|
106
105
|
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
106
|
+
themeDefinition?: ThemeDefinitionV2;
|
107
107
|
themeType?: ThemeContextType;
|
108
108
|
}>, "onTheme:initialized"> & {
|
109
109
|
"onTheme:initialized"?: (theme: {
|
@@ -110,13 +110,13 @@ declare const dialogComponent: {
|
|
110
110
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
111
111
|
propsDefinition: Omit<Readonly<{} & {
|
112
112
|
title?: string;
|
113
|
-
|
113
|
+
onClose?: () => void;
|
114
|
+
width?: string | number;
|
114
115
|
maxWidth?: string | number;
|
115
116
|
position?: DialogPositions;
|
116
|
-
width?: string | number;
|
117
117
|
dark?: boolean;
|
118
|
+
light?: boolean;
|
118
119
|
disabled?: boolean;
|
119
|
-
onClose?: () => void;
|
120
120
|
valueBind?: DialogModel;
|
121
121
|
onClickOutside?: (closeDialog: (prompt: boolean, title?: string) => void, event?: Event) => void;
|
122
122
|
headerClass?: string;
|
@@ -65,8 +65,8 @@ declare const _default: {
|
|
65
65
|
};
|
66
66
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
67
67
|
propsDefinition: Omit<Readonly<{} & {
|
68
|
-
valueBind?: any;
|
69
68
|
providerId?: guid;
|
69
|
+
valueBind?: any;
|
70
70
|
property?: EnterprisePropertyDefinition;
|
71
71
|
wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
|
72
72
|
}>, never>;
|
@@ -74,7 +74,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
74
74
|
"v-slots"?: {
|
75
75
|
default?: import("vue").Slot;
|
76
76
|
} & {};
|
77
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "valueBind" | "
|
77
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "valueBind" | "property" | "settings" | "hideDetails" | "onValueChanged" | "promotedTagOptions">;
|
78
78
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
79
79
|
[key: string]: any;
|
80
80
|
}>;
|
@@ -143,10 +143,10 @@ declare const _default: {
|
|
143
143
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
144
144
|
propsDefinition: Omit<Readonly<{} & {
|
145
145
|
label?: string;
|
146
|
-
multiple?: boolean;
|
147
|
-
disabled?: boolean;
|
148
146
|
onChange?: (propertyInternalName: string | Array<string>) => void;
|
149
147
|
required?: boolean;
|
148
|
+
multiple?: boolean;
|
149
|
+
disabled?: boolean;
|
150
150
|
hideDetails?: boolean;
|
151
151
|
preSelectedPropertyInternalName?: string | string[];
|
152
152
|
propertyItems?: EnterprisePropertyDefinition[];
|
@@ -204,9 +204,9 @@ declare const _default: {
|
|
204
204
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
205
205
|
propsDefinition: Omit<Readonly<{} & {
|
206
206
|
class?: String | String[];
|
207
|
-
disabled?: boolean;
|
208
|
-
providerContext?: MediaPickerStorageProviderContext;
|
209
207
|
required?: boolean;
|
208
|
+
providerContext?: MediaPickerStorageProviderContext;
|
209
|
+
disabled?: boolean;
|
210
210
|
"v-model"?: IconPickerModel;
|
211
211
|
"onUpdate:modelValue"?: (value: IconPickerModel) => any;
|
212
212
|
modelValue?: IconPickerModel;
|
@@ -92,7 +92,7 @@ declare const _default: {
|
|
92
92
|
required: false;
|
93
93
|
};
|
94
94
|
size: {
|
95
|
-
type: import("vue").PropType<"small" | "default" | "large" | "x-
|
95
|
+
type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
|
96
96
|
required: false;
|
97
97
|
};
|
98
98
|
"onUpdate:modelValue": {
|
@@ -106,7 +106,7 @@ declare const _default: {
|
|
106
106
|
type: import("vue").PropType<Identity[]>;
|
107
107
|
required: false;
|
108
108
|
};
|
109
|
-
}>>, () =>
|
109
|
+
}>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
110
110
|
"v-slots": import("vue").Prop<{
|
111
111
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
112
112
|
} & {
|
@@ -174,7 +174,7 @@ declare const _default: {
|
|
174
174
|
required: false;
|
175
175
|
};
|
176
176
|
size: {
|
177
|
-
type: import("vue").PropType<"small" | "default" | "large" | "x-
|
177
|
+
type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
|
178
178
|
required: false;
|
179
179
|
};
|
180
180
|
"onUpdate:modelValue": {
|
@@ -263,7 +263,7 @@ declare const _default: {
|
|
263
263
|
required: false;
|
264
264
|
};
|
265
265
|
size: {
|
266
|
-
type: import("vue").PropType<"small" | "default" | "large" | "x-
|
266
|
+
type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
|
267
267
|
required: false;
|
268
268
|
};
|
269
269
|
"onUpdate:modelValue": {
|
@@ -277,7 +277,7 @@ declare const _default: {
|
|
277
277
|
type: import("vue").PropType<Identity[]>;
|
278
278
|
required: false;
|
279
279
|
};
|
280
|
-
}>>, () =>
|
280
|
+
}>>, () => VNodeChild, {}, {}, {}, {}>;
|
281
281
|
__isFragment?: never;
|
282
282
|
__isTeleport?: never;
|
283
283
|
__isSuspense?: never;
|
@@ -349,7 +349,7 @@ declare const _default: {
|
|
349
349
|
required: false;
|
350
350
|
};
|
351
351
|
size: {
|
352
|
-
type: import("vue").PropType<"small" | "default" | "large" | "x-
|
352
|
+
type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
|
353
353
|
required: false;
|
354
354
|
};
|
355
355
|
"onUpdate:modelValue": {
|
@@ -363,9 +363,9 @@ declare const _default: {
|
|
363
363
|
type: import("vue").PropType<Identity[]>;
|
364
364
|
required: false;
|
365
365
|
};
|
366
|
-
}>>, () =>
|
366
|
+
}>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
367
367
|
propsDefinition: Omit<Readonly<{} & {
|
368
|
-
size?: "small" | "default" | "large" | "x-
|
368
|
+
size?: "small" | "default" | "x-large" | "x-small" | "large";
|
369
369
|
inline?: boolean;
|
370
370
|
styles?: {
|
371
371
|
container: {
|
@@ -399,12 +399,12 @@ declare const _default: {
|
|
399
399
|
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
400
400
|
type?: PrincipalTypes;
|
401
401
|
top?: Boolean;
|
402
|
-
disabled?: Boolean;
|
403
402
|
identityStore?: IIdentityPickerStore;
|
403
|
+
disabled?: Boolean;
|
404
|
+
businessProfileId?: string;
|
404
405
|
"v-model"?: Identity[];
|
405
406
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
406
407
|
modelValue?: Identity[];
|
407
|
-
businessProfileId?: string;
|
408
408
|
providerIds?: guid[];
|
409
409
|
emailEnabled?: BoolFilter;
|
410
410
|
permissionEnabled?: BoolFilter;
|
@@ -381,8 +381,8 @@ declare const _default: {
|
|
381
381
|
top?: boolean;
|
382
382
|
description?: string;
|
383
383
|
label?: string;
|
384
|
-
disabled?: boolean;
|
385
384
|
identityStore?: IIdentityPickerStore;
|
385
|
+
disabled?: boolean;
|
386
386
|
ariaInvalid?: boolean;
|
387
387
|
ariaDescribedby?: string;
|
388
388
|
singleLine?: boolean;
|
@@ -712,12 +712,12 @@ declare const _default: {
|
|
712
712
|
}>;
|
713
713
|
};
|
714
714
|
top?: boolean;
|
715
|
-
disabled?: boolean;
|
716
715
|
identityStore?: IIdentityPickerStore;
|
716
|
+
disabled?: boolean;
|
717
|
+
businessProfileId?: string;
|
717
718
|
"v-model"?: boolean;
|
718
719
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
719
720
|
modelValue?: boolean;
|
720
|
-
businessProfileId?: string;
|
721
721
|
showMenu?: boolean;
|
722
722
|
location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
723
723
|
providerIds?: guid[];
|
@@ -513,16 +513,16 @@ declare const _default: {
|
|
513
513
|
top?: boolean;
|
514
514
|
description?: string;
|
515
515
|
label?: string;
|
516
|
+
required?: boolean;
|
517
|
+
identityStore?: IIdentityPickerStore;
|
516
518
|
dense?: boolean;
|
517
519
|
multiple?: boolean;
|
518
520
|
disabled?: boolean;
|
519
|
-
|
520
|
-
required?: boolean;
|
521
|
+
businessProfileId?: string;
|
521
522
|
"v-model"?: Identity[];
|
522
523
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
523
524
|
modelValue?: Identity[];
|
524
525
|
ariaInvalid?: boolean;
|
525
|
-
businessProfileId?: string;
|
526
526
|
ariaDescribedby?: string;
|
527
527
|
singleLine?: boolean;
|
528
528
|
providerIds?: guid[];
|
@@ -492,10 +492,10 @@ declare const _default: {
|
|
492
492
|
top?: boolean;
|
493
493
|
description?: string;
|
494
494
|
label?: string;
|
495
|
+
required?: boolean;
|
496
|
+
identityStore?: IIdentityPickerStore;
|
495
497
|
multiple?: boolean;
|
496
498
|
disabled?: boolean;
|
497
|
-
identityStore?: IIdentityPickerStore;
|
498
|
-
required?: boolean;
|
499
499
|
"v-model"?: Identity[];
|
500
500
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
501
501
|
modelValue?: Identity[];
|
@@ -65,7 +65,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<J
|
|
65
65
|
"onClick:add"?: (id: guid) => any;
|
66
66
|
"onClick:settings"?: (id: guid) => any;
|
67
67
|
"onClick:reorder"?: () => any;
|
68
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "switch" | "icon" | "title" | "
|
68
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "switch" | "icon" | "title" | "id" | "delete" | "size" | "disabled" | "toned" | "settings" | "remove" | "variant" | "subTitle" | "create" | "ok" | "save" | "reorder" | "getApi" | "loading" | "searchable" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips">;
|
69
69
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
70
70
|
[key: string]: any;
|
71
71
|
}>;
|
@@ -18,7 +18,7 @@ declare const _default: {
|
|
18
18
|
type: import("vue").PropType<IIcon>;
|
19
19
|
};
|
20
20
|
size: {
|
21
|
-
type: import("vue").PropType<"small" | "
|
21
|
+
type: import("vue").PropType<"small" | "x-large" | "x-small" | "large" | "medium" | "xx-large" | "xxx-large" | "full-screen" | "fill-space">;
|
22
22
|
required: false;
|
23
23
|
};
|
24
24
|
id: {
|
@@ -51,7 +51,7 @@ declare const _default: {
|
|
51
51
|
type: import("vue").PropType<IIcon>;
|
52
52
|
};
|
53
53
|
size: {
|
54
|
-
type: import("vue").PropType<"small" | "
|
54
|
+
type: import("vue").PropType<"small" | "x-large" | "x-small" | "large" | "medium" | "xx-large" | "xxx-large" | "full-screen" | "fill-space">;
|
55
55
|
required: false;
|
56
56
|
};
|
57
57
|
id: {
|
@@ -88,7 +88,7 @@ declare const _default: {
|
|
88
88
|
type: import("vue").PropType<IIcon>;
|
89
89
|
};
|
90
90
|
size: {
|
91
|
-
type: import("vue").PropType<"small" | "
|
91
|
+
type: import("vue").PropType<"small" | "x-large" | "x-small" | "large" | "medium" | "xx-large" | "xxx-large" | "full-screen" | "fill-space">;
|
92
92
|
required: false;
|
93
93
|
};
|
94
94
|
id: {
|
@@ -122,7 +122,7 @@ declare const _default: {
|
|
122
122
|
type: import("vue").PropType<IIcon>;
|
123
123
|
};
|
124
124
|
size: {
|
125
|
-
type: import("vue").PropType<"small" | "
|
125
|
+
type: import("vue").PropType<"small" | "x-large" | "x-small" | "large" | "medium" | "xx-large" | "xxx-large" | "full-screen" | "fill-space">;
|
126
126
|
required: false;
|
127
127
|
};
|
128
128
|
id: {
|
@@ -144,7 +144,7 @@ declare const _default: {
|
|
144
144
|
} & {
|
145
145
|
icon?: IIcon;
|
146
146
|
title?: string;
|
147
|
-
size?: "small" | "
|
147
|
+
size?: "small" | "x-large" | "x-small" | "large" | "medium" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
|
148
148
|
items?: JourneyMenuItem[];
|
149
149
|
"v-slots"?: {
|
150
150
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
@@ -488,11 +488,11 @@ declare const _default: {
|
|
488
488
|
}>;
|
489
489
|
};
|
490
490
|
label?: string;
|
491
|
+
required?: boolean;
|
491
492
|
disabled?: boolean;
|
492
493
|
styles?: {
|
493
494
|
wrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
494
495
|
};
|
495
|
-
required?: boolean;
|
496
496
|
"v-model"?: Language;
|
497
497
|
"onUpdate:modelValue"?: (value: Language) => any;
|
498
498
|
modelValue?: Language;
|
@@ -140,6 +140,7 @@ declare const _default: {
|
|
140
140
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
141
141
|
propsDefinition: Omit<Readonly<{} & {
|
142
142
|
authDisabled?: boolean;
|
143
|
+
provider?: string;
|
143
144
|
styles?: Partial<{
|
144
145
|
canvasWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
145
146
|
contentContainer: (isEditMode: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
@@ -159,7 +160,6 @@ declare const _default: {
|
|
159
160
|
closeButton: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
160
161
|
rightResizer: (backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
161
162
|
}>;
|
162
|
-
provider?: string;
|
163
163
|
getApi?: (inst: LayoutEditorCanvasApi, layoutCanvasStore: LayoutCanvasStore) => void;
|
164
164
|
}>, never>;
|
165
165
|
};
|
@@ -91,11 +91,11 @@ declare const _default: {
|
|
91
91
|
};
|
92
92
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
93
93
|
propsDefinition: Omit<Readonly<{} & {
|
94
|
+
provider?: string;
|
94
95
|
styles?: Partial<{
|
95
96
|
container: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
96
97
|
containerVerticalAlign: (isAlignVertical: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
97
98
|
}>;
|
98
|
-
provider?: string;
|
99
99
|
getApi?: (inst: LayoutRendererCanvasApi, layoutCanvasStore: LayoutCanvasStore) => void;
|
100
100
|
designRender?: boolean;
|
101
101
|
disableScrollCompensation?: boolean;
|
@@ -309,7 +309,7 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
309
309
|
lockBlock: import("../../../stores").StoreMutation<(layoutItem: LayoutItem) => void, (layoutItem: LayoutItem) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
310
310
|
scrollToSelectedLayoutItem: import("../../../stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
311
311
|
setSelectedLayoutItem: import("../../../stores").StoreMutation<(item: LayoutItem, toggleSettings: boolean) => void, (item: LayoutItem, toggleSettings: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
312
|
-
toggleActionForLayoutItem: import("../../../stores").StoreMutation<(item: LayoutItem | ClipboardLayoutItem, action: LayoutItemActionState) => void, (item:
|
312
|
+
toggleActionForLayoutItem: import("../../../stores").StoreMutation<(item: LayoutItem | ClipboardLayoutItem, action: LayoutItemActionState) => void, (item: LayoutItem | ClipboardLayoutItem, action: LayoutItemActionState) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
313
313
|
addDeviceBreakPointSetting: import("../../../stores").StoreMutation<(breakPointSetting: DisplayBreakPointSetting) => void, (breakPointSetting: DisplayBreakPointSetting) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
314
314
|
removeDeviceBreakPointSetting: import("../../../stores").StoreMutation<(propertyName: string, displayBreakPoint: DisplayBreakPoint) => void, (propertyName: string, displayBreakPoint: DisplayBreakPoint) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
315
315
|
moveItemInLayout: import("../../../stores").StoreMutation<(item2Move: LayoutItem, container: LayoutItem, siblingId?: string, postInsert?: boolean) => void, (item2Move: LayoutItem, container: LayoutItem, siblingId?: string, postInsert?: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
@@ -1,5 +1,3 @@
|
|
1
|
-
import "@toast-ui/editor/dist/toastui-editor.css";
|
2
|
-
import "@toast-ui/editor/dist/theme/toastui-editor-dark.css";
|
3
1
|
import { TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx-models";
|
4
2
|
import { useMarkdownEditorStore } from "@omnia/fx/stores";
|
5
3
|
declare const _default: {
|
@@ -523,9 +521,9 @@ declare const _default: {
|
|
523
521
|
blueprint?: TextBlueprint;
|
524
522
|
container?: boolean;
|
525
523
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
526
|
-
placeholder?: string;
|
527
524
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
528
525
|
toned?: boolean;
|
526
|
+
placeholder?: string;
|
529
527
|
noWrap?: boolean;
|
530
528
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
531
529
|
"v-model"?: string;
|
@@ -1,5 +1,3 @@
|
|
1
|
-
import "@toast-ui/editor/dist/toastui-editor.css";
|
2
|
-
import "@toast-ui/editor/dist/theme/toastui-editor-dark.css";
|
3
1
|
import { TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx-models";
|
4
2
|
declare const _default: {
|
5
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
@@ -486,9 +484,9 @@ declare const _default: {
|
|
486
484
|
blueprint?: TextBlueprint;
|
487
485
|
container?: boolean;
|
488
486
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
489
|
-
placeholder?: string;
|
490
487
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
491
488
|
toned?: boolean;
|
489
|
+
placeholder?: string;
|
492
490
|
noWrap?: boolean;
|
493
491
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
494
492
|
"v-model"?: string;
|