@omnia/fx 8.0.137-dev → 8.0.139-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/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/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 -1
- 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/btn/Button.d.ts +52 -18
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
- 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/themedesigner/PreviewJourney.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/ThemeDesigner.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +94 -28
- 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/store/BlueprintTemplatesStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +110 -74
- 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 +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +263 -4
- 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/TypographyBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.d.ts +118 -92
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +12 -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 +111 -74
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- 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 +60 -12
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -1,6 +1,6 @@
|
|
1
|
-
import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, FillDefinition, TabsBlueprint } from "@omnia/fx-models";
|
1
|
+
import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, FillDefinition, IconBlueprints, TabsBlueprint, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
|
-
type EditorVariant = "fill-style" | "border-style" | "button-style" | "tabs-style" | "chrome-style";
|
3
|
+
type EditorVariant = "fill-style" | "border-style" | "button-style" | "tabs-style" | "chrome-style" | "icon-blueprints";
|
4
4
|
declare const _default: {
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
6
6
|
"v-slots": import("vue").Prop<{
|
@@ -8,6 +8,12 @@ declare const _default: {
|
|
8
8
|
} & {
|
9
9
|
activator?: () => VNodeChild;
|
10
10
|
}>;
|
11
|
+
"theme-type": {
|
12
|
+
type: import("vue").PropType<ThemeContextType>;
|
13
|
+
};
|
14
|
+
themeType: {
|
15
|
+
type: import("vue").PropType<ThemeContextType>;
|
16
|
+
};
|
11
17
|
"color-schema-type-preview": {
|
12
18
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
13
19
|
};
|
@@ -32,18 +38,26 @@ declare const _default: {
|
|
32
38
|
"onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
|
33
39
|
"onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
|
34
40
|
"onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
|
41
|
+
"onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
|
35
42
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
36
43
|
"selected:fillStyle": (style: FillDefinition) => any;
|
37
44
|
"selected:borderStyle": (style: BorderStylingDefinition) => any;
|
38
45
|
"selected:buttonStyle": (style: ButtonBlueprint) => any;
|
39
46
|
"selected:tabsStyle": (style: TabsBlueprint) => any;
|
40
47
|
"selected:chromeStyle": (style: ChromeBlueprint) => any;
|
48
|
+
"selected:iconBlueprints": (icons: IconBlueprints) => any;
|
41
49
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
42
50
|
"v-slots": import("vue").Prop<{
|
43
51
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
44
52
|
} & {
|
45
53
|
activator?: () => VNodeChild;
|
46
54
|
}>;
|
55
|
+
"theme-type": {
|
56
|
+
type: import("vue").PropType<ThemeContextType>;
|
57
|
+
};
|
58
|
+
themeType: {
|
59
|
+
type: import("vue").PropType<ThemeContextType>;
|
60
|
+
};
|
47
61
|
"color-schema-type-preview": {
|
48
62
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
49
63
|
};
|
@@ -68,6 +82,7 @@ declare const _default: {
|
|
68
82
|
"onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
|
69
83
|
"onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
|
70
84
|
"onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
|
85
|
+
"onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
|
71
86
|
}, {
|
72
87
|
container?: any;
|
73
88
|
colorSchemaType?: any;
|
@@ -85,6 +100,12 @@ declare const _default: {
|
|
85
100
|
} & {
|
86
101
|
activator?: () => VNodeChild;
|
87
102
|
}>;
|
103
|
+
"theme-type": {
|
104
|
+
type: import("vue").PropType<ThemeContextType>;
|
105
|
+
};
|
106
|
+
themeType: {
|
107
|
+
type: import("vue").PropType<ThemeContextType>;
|
108
|
+
};
|
88
109
|
"color-schema-type-preview": {
|
89
110
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
90
111
|
};
|
@@ -109,6 +130,7 @@ declare const _default: {
|
|
109
130
|
"onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
|
110
131
|
"onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
|
111
132
|
"onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
|
133
|
+
"onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
|
112
134
|
}, () => JSX.Element, {}, {}, {}, {
|
113
135
|
container?: any;
|
114
136
|
colorSchemaType?: any;
|
@@ -123,6 +145,12 @@ declare const _default: {
|
|
123
145
|
} & {
|
124
146
|
activator?: () => VNodeChild;
|
125
147
|
}>;
|
148
|
+
"theme-type": {
|
149
|
+
type: import("vue").PropType<ThemeContextType>;
|
150
|
+
};
|
151
|
+
themeType: {
|
152
|
+
type: import("vue").PropType<ThemeContextType>;
|
153
|
+
};
|
126
154
|
"color-schema-type-preview": {
|
127
155
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
128
156
|
};
|
@@ -147,12 +175,14 @@ declare const _default: {
|
|
147
175
|
"onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
|
148
176
|
"onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
|
149
177
|
"onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
|
178
|
+
"onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
|
150
179
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
151
180
|
"selected:fillStyle": (style: FillDefinition) => any;
|
152
181
|
"selected:borderStyle": (style: BorderStylingDefinition) => any;
|
153
182
|
"selected:buttonStyle": (style: ButtonBlueprint) => any;
|
154
183
|
"selected:tabsStyle": (style: TabsBlueprint) => any;
|
155
184
|
"selected:chromeStyle": (style: ChromeBlueprint) => any;
|
185
|
+
"selected:iconBlueprints": (icons: IconBlueprints) => any;
|
156
186
|
}, string, {
|
157
187
|
container?: any;
|
158
188
|
colorSchemaType?: any;
|
@@ -170,14 +200,17 @@ declare const _default: {
|
|
170
200
|
activator?: () => VNodeChild;
|
171
201
|
};
|
172
202
|
variant?: EditorVariant;
|
203
|
+
themeType?: ThemeContextType;
|
204
|
+
"theme-type"?: ThemeContextType;
|
173
205
|
colorSchemaTypePreview?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
174
206
|
"color-schema-type-preview"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
175
|
-
}>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:chromeStyle"> & {
|
207
|
+
}>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:chromeStyle" | "onSelected:iconBlueprints"> & {
|
176
208
|
"onSelected:fillStyle"?: (style: FillDefinition) => any;
|
177
209
|
"onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
|
178
210
|
"onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
|
179
211
|
"onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
|
180
212
|
"onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
|
213
|
+
"onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
|
181
214
|
};
|
182
215
|
};
|
183
216
|
export default _default;
|
@@ -1,21 +1,23 @@
|
|
1
|
-
import { BlueprintVariant, TabsBlueprints } from "@omnia/fx-models";
|
1
|
+
import { BlueprintVariant, TabsBlueprints, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
"v-model"?: TabsBlueprints;
|
4
4
|
} & {
|
5
5
|
"onUpdate:modelValue"?: (value: TabsBlueprints) => void;
|
6
6
|
} & {
|
7
7
|
modelValue?: TabsBlueprints;
|
8
|
+
} & {
|
9
|
+
themeType?: ThemeContextType;
|
8
10
|
} & {
|
9
11
|
toned?: boolean;
|
10
12
|
} & {
|
11
13
|
selectable?: boolean;
|
12
14
|
} & Omit<{
|
13
15
|
"onClick:select"?: (variant: BlueprintVariant) => any;
|
14
|
-
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable"> & {
|
16
|
+
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable"> & {
|
15
17
|
"v-slots"?: {
|
16
18
|
default?: import("vue").Slot;
|
17
19
|
};
|
18
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable">) => {
|
20
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable">) => {
|
19
21
|
$: import("vue").ComponentInternalInstance;
|
20
22
|
$data: {};
|
21
23
|
$props: {};
|
@@ -59,6 +61,8 @@ declare const _default: (props: {
|
|
59
61
|
"onUpdate:modelValue"?: (value: TabsBlueprints) => void;
|
60
62
|
} & {
|
61
63
|
modelValue?: TabsBlueprints;
|
64
|
+
} & {
|
65
|
+
themeType?: ThemeContextType;
|
62
66
|
} & {
|
63
67
|
toned?: boolean;
|
64
68
|
} & {
|
@@ -69,7 +73,7 @@ declare const _default: (props: {
|
|
69
73
|
};
|
70
74
|
} & {
|
71
75
|
"onClick:select"?: (variant: BlueprintVariant) => any;
|
72
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable">;
|
76
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable">;
|
73
77
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
74
78
|
[key: string]: any;
|
75
79
|
}>;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { ThemeContextType } from "@omnia/fx-models";
|
1
2
|
import { TabsBlueprint } from "@omnia/fx-models";
|
2
3
|
import { DefineSlot } from "@omnia/fx/ux";
|
3
4
|
import { VNodeChild } from "vue";
|
@@ -8,16 +9,18 @@ declare const _default: (props: {
|
|
8
9
|
"onUpdate:modelValue"?: (value: TabsBlueprint) => void;
|
9
10
|
} & {
|
10
11
|
modelValue?: TabsBlueprint;
|
12
|
+
} & {
|
13
|
+
themeType?: ThemeContextType;
|
11
14
|
} & {
|
12
15
|
variant?: EditorVariant;
|
13
16
|
} & Omit<{
|
14
17
|
"onClick:confirm"?: (value: TabsBlueprint) => any;
|
15
18
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
16
|
-
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant"> & {
|
19
|
+
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType"> & {
|
17
20
|
"v-slots"?: {
|
18
21
|
default?: import("vue").Slot;
|
19
22
|
} & DefineSlot<"activator", () => VNodeChild>;
|
20
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">) => {
|
23
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType">) => {
|
21
24
|
$: import("vue").ComponentInternalInstance;
|
22
25
|
$data: {};
|
23
26
|
$props: {};
|
@@ -61,6 +64,8 @@ declare const _default: (props: {
|
|
61
64
|
"onUpdate:modelValue"?: (value: TabsBlueprint) => void;
|
62
65
|
} & {
|
63
66
|
modelValue?: TabsBlueprint;
|
67
|
+
} & {
|
68
|
+
themeType?: ThemeContextType;
|
64
69
|
} & {
|
65
70
|
variant?: EditorVariant;
|
66
71
|
} & {
|
@@ -70,7 +75,7 @@ declare const _default: (props: {
|
|
70
75
|
} & {
|
71
76
|
"onClick:confirm"?: (value: TabsBlueprint) => any;
|
72
77
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
73
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">;
|
78
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType">;
|
74
79
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
75
80
|
[key: string]: any;
|
76
81
|
}>;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { TextBlueprint } from "@omnia/fx-models";
|
1
|
+
import { TextBlueprint, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { DefineSlot } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
declare const _default: (props: {
|
@@ -9,15 +9,17 @@ declare const _default: (props: {
|
|
9
9
|
modelValue?: TextBlueprint;
|
10
10
|
} & {
|
11
11
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
12
|
+
} & {
|
13
|
+
themeType?: ThemeContextType;
|
12
14
|
} & {
|
13
15
|
label?: string;
|
14
16
|
} & {
|
15
17
|
enableDynamicColor?: boolean;
|
16
|
-
} & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
18
|
+
} & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
17
19
|
"v-slots"?: {
|
18
20
|
default?: import("vue").Slot;
|
19
21
|
} & DefineSlot<"activator", () => VNodeChild>;
|
20
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
22
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
21
23
|
$: import("vue").ComponentInternalInstance;
|
22
24
|
$data: {};
|
23
25
|
$props: {};
|
@@ -63,6 +65,8 @@ declare const _default: (props: {
|
|
63
65
|
modelValue?: TextBlueprint;
|
64
66
|
} & {
|
65
67
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
68
|
+
} & {
|
69
|
+
themeType?: ThemeContextType;
|
66
70
|
} & {
|
67
71
|
label?: string;
|
68
72
|
} & {
|
@@ -71,7 +75,7 @@ declare const _default: (props: {
|
|
71
75
|
"v-slots"?: {
|
72
76
|
default?: import("vue").Slot;
|
73
77
|
} & DefineSlot<"activator", () => VNodeChild>;
|
74
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">;
|
78
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
|
75
79
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
76
80
|
[key: string]: any;
|
77
81
|
}>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { DefineSlot } from "@omnia/fx/ux";
|
2
|
-
import { BorderStylingDefinition } from "@omnia/fx-models";
|
2
|
+
import { BorderStylingDefinition, ThemeContextType } from "@omnia/fx-models";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
declare const _default: (props: {
|
5
5
|
"v-model"?: BorderStylingDefinition;
|
@@ -11,6 +11,8 @@ declare const _default: (props: {
|
|
11
11
|
individualRadiusSelection?: boolean;
|
12
12
|
} & {
|
13
13
|
individualWidthSelection?: boolean;
|
14
|
+
} & {
|
15
|
+
themeType?: ThemeContextType;
|
14
16
|
} & {
|
15
17
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
16
18
|
} & {
|
@@ -19,11 +21,11 @@ declare const _default: (props: {
|
|
19
21
|
createNewColorDynamic?: boolean;
|
20
22
|
} & {
|
21
23
|
label?: string;
|
22
|
-
} & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & {
|
24
|
+
} & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & {
|
23
25
|
"v-slots"?: {
|
24
26
|
default?: import("vue").Slot;
|
25
27
|
};
|
26
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">) => {
|
28
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">) => {
|
27
29
|
$: import("vue").ComponentInternalInstance;
|
28
30
|
$data: {};
|
29
31
|
$props: {};
|
@@ -71,6 +73,8 @@ declare const _default: (props: {
|
|
71
73
|
individualRadiusSelection?: boolean;
|
72
74
|
} & {
|
73
75
|
individualWidthSelection?: boolean;
|
76
|
+
} & {
|
77
|
+
themeType?: ThemeContextType;
|
74
78
|
} & {
|
75
79
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
76
80
|
} & {
|
@@ -83,7 +87,7 @@ declare const _default: (props: {
|
|
83
87
|
"v-slots"?: {
|
84
88
|
default?: import("vue").Slot;
|
85
89
|
};
|
86
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">;
|
90
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">;
|
87
91
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
88
92
|
[key: string]: any;
|
89
93
|
}>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ColorValue } from "@omnia/fx-models";
|
1
|
+
import { ColorValue, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
export type ColorPickerType = "default" | "base" | "onBase";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
@@ -9,6 +9,12 @@ declare const _default: {
|
|
9
9
|
type: import("vue").PropType<boolean>;
|
10
10
|
required: false;
|
11
11
|
};
|
12
|
+
"theme-type": {
|
13
|
+
type: import("vue").PropType<ThemeContextType>;
|
14
|
+
};
|
15
|
+
themeType: {
|
16
|
+
type: import("vue").PropType<ThemeContextType>;
|
17
|
+
};
|
12
18
|
label: {
|
13
19
|
type: import("vue").PropType<string>;
|
14
20
|
} & {
|
@@ -129,6 +135,12 @@ declare const _default: {
|
|
129
135
|
type: import("vue").PropType<boolean>;
|
130
136
|
required: false;
|
131
137
|
};
|
138
|
+
"theme-type": {
|
139
|
+
type: import("vue").PropType<ThemeContextType>;
|
140
|
+
};
|
141
|
+
themeType: {
|
142
|
+
type: import("vue").PropType<ThemeContextType>;
|
143
|
+
};
|
132
144
|
label: {
|
133
145
|
type: import("vue").PropType<string>;
|
134
146
|
} & {
|
@@ -258,6 +270,12 @@ declare const _default: {
|
|
258
270
|
type: import("vue").PropType<boolean>;
|
259
271
|
required: false;
|
260
272
|
};
|
273
|
+
"theme-type": {
|
274
|
+
type: import("vue").PropType<ThemeContextType>;
|
275
|
+
};
|
276
|
+
themeType: {
|
277
|
+
type: import("vue").PropType<ThemeContextType>;
|
278
|
+
};
|
261
279
|
label: {
|
262
280
|
type: import("vue").PropType<string>;
|
263
281
|
} & {
|
@@ -384,6 +402,12 @@ declare const _default: {
|
|
384
402
|
type: import("vue").PropType<boolean>;
|
385
403
|
required: false;
|
386
404
|
};
|
405
|
+
"theme-type": {
|
406
|
+
type: import("vue").PropType<ThemeContextType>;
|
407
|
+
};
|
408
|
+
themeType: {
|
409
|
+
type: import("vue").PropType<ThemeContextType>;
|
410
|
+
};
|
387
411
|
label: {
|
388
412
|
type: import("vue").PropType<string>;
|
389
413
|
} & {
|
@@ -574,6 +598,8 @@ declare const _default: {
|
|
574
598
|
"v-model"?: ColorValue;
|
575
599
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
576
600
|
modelValue?: ColorValue;
|
601
|
+
themeType?: ThemeContextType;
|
602
|
+
"theme-type"?: ThemeContextType;
|
577
603
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
578
604
|
"dynamic-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
579
605
|
enableDynamicColor?: boolean;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { FillDefinition } from "@omnia/fx-models";
|
2
|
-
export type ColorPickerType = "default" | "all" | "onBase";
|
1
|
+
import { FillDefinition, ThemeContextType } from "@omnia/fx-models";
|
2
|
+
export type ColorPickerType = "default" | "all" | "onBase" | "base";
|
3
3
|
declare const _default: (props: {
|
4
4
|
"v-model"?: FillDefinition;
|
5
5
|
} & {
|
@@ -12,6 +12,8 @@ declare const _default: (props: {
|
|
12
12
|
title?: string;
|
13
13
|
} & {
|
14
14
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
15
|
+
} & {
|
16
|
+
themeType?: ThemeContextType;
|
15
17
|
} & {
|
16
18
|
enableDynamicColor?: boolean;
|
17
19
|
} & {
|
@@ -20,11 +22,11 @@ declare const _default: (props: {
|
|
20
22
|
label?: string;
|
21
23
|
} & Omit<{
|
22
24
|
onActivator?: () => any;
|
23
|
-
}, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
|
25
|
+
}, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
|
24
26
|
"v-slots"?: {
|
25
27
|
default?: import("vue").Slot;
|
26
28
|
};
|
27
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
|
29
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
|
28
30
|
$: import("vue").ComponentInternalInstance;
|
29
31
|
$data: {};
|
30
32
|
$props: {};
|
@@ -74,6 +76,8 @@ declare const _default: (props: {
|
|
74
76
|
title?: string;
|
75
77
|
} & {
|
76
78
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
79
|
+
} & {
|
80
|
+
themeType?: ThemeContextType;
|
77
81
|
} & {
|
78
82
|
enableDynamicColor?: boolean;
|
79
83
|
} & {
|
@@ -86,7 +90,7 @@ declare const _default: (props: {
|
|
86
90
|
};
|
87
91
|
} & {
|
88
92
|
onActivator?: () => any;
|
89
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
|
93
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
|
90
94
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
91
95
|
[key: string]: any;
|
92
96
|
}>;
|
@@ -62,9 +62,9 @@ declare const JourneyBladeComponent: {
|
|
62
62
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
63
63
|
};
|
64
64
|
variant: {
|
65
|
-
type: import("vue").PropType<"info" | "
|
65
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
66
66
|
} & {
|
67
|
-
type: import("vue").PropType<"info" | "
|
67
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
68
68
|
};
|
69
69
|
icon: {
|
70
70
|
type: import("vue").PropType<IIcon>;
|
@@ -210,9 +210,9 @@ declare const JourneyBladeComponent: {
|
|
210
210
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
211
211
|
};
|
212
212
|
variant: {
|
213
|
-
type: import("vue").PropType<"info" | "
|
213
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
214
214
|
} & {
|
215
|
-
type: import("vue").PropType<"info" | "
|
215
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
216
216
|
};
|
217
217
|
icon: {
|
218
218
|
type: import("vue").PropType<IIcon>;
|
@@ -356,9 +356,9 @@ declare const JourneyBladeComponent: {
|
|
356
356
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
357
357
|
};
|
358
358
|
variant: {
|
359
|
-
type: import("vue").PropType<"info" | "
|
359
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
360
360
|
} & {
|
361
|
-
type: import("vue").PropType<"info" | "
|
361
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
362
362
|
};
|
363
363
|
icon: {
|
364
364
|
type: import("vue").PropType<IIcon>;
|
@@ -499,9 +499,9 @@ declare const JourneyBladeComponent: {
|
|
499
499
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
500
500
|
};
|
501
501
|
variant: {
|
502
|
-
type: import("vue").PropType<"info" | "
|
502
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
503
503
|
} & {
|
504
|
-
type: import("vue").PropType<"info" | "
|
504
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
505
505
|
};
|
506
506
|
icon: {
|
507
507
|
type: import("vue").PropType<IIcon>;
|
@@ -615,7 +615,7 @@ declare const JourneyBladeComponent: {
|
|
615
615
|
actionsFooter?: Func<[VNodeChild]>;
|
616
616
|
};
|
617
617
|
remove?: boolean;
|
618
|
-
variant?: "info" | "
|
618
|
+
variant?: "info" | "preview" | "read-only" | "edit" | "new";
|
619
619
|
subTitle?: string;
|
620
620
|
"sub-title"?: string;
|
621
621
|
loading?: boolean;
|
@@ -1 +1,71 @@
|
|
1
|
-
|
1
|
+
import { GuidValue, JourneyBladeRouter } from "@omnia/fx-models";
|
2
|
+
export interface InternalJourneyBladeRouter extends JourneyBladeRouter {
|
3
|
+
visible?: boolean;
|
4
|
+
}
|
5
|
+
export declare const useJourneyRouterStore: () => {
|
6
|
+
get: {
|
7
|
+
blade<T extends InternalJourneyBladeRouter>(bladeId: GuidValue): T;
|
8
|
+
};
|
9
|
+
actions: {
|
10
|
+
onDispatching: {
|
11
|
+
hideBlade: {
|
12
|
+
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
+
};
|
14
|
+
showBlade: {
|
15
|
+
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
16
|
+
};
|
17
|
+
ensureBlade: {
|
18
|
+
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
+
};
|
20
|
+
updateBlade: {
|
21
|
+
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
+
};
|
23
|
+
removeBlade: {
|
24
|
+
subscribe(fn: (blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
onDispatched: {
|
28
|
+
hideBlade: {
|
29
|
+
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
+
};
|
31
|
+
showBlade: {
|
32
|
+
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
+
};
|
34
|
+
ensureBlade: {
|
35
|
+
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
+
};
|
37
|
+
updateBlade: {
|
38
|
+
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
+
};
|
40
|
+
removeBlade: {
|
41
|
+
subscribe(fn: (result: void, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
+
};
|
43
|
+
};
|
44
|
+
onFailure: {
|
45
|
+
hideBlade: {
|
46
|
+
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
+
};
|
48
|
+
showBlade: {
|
49
|
+
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
+
};
|
51
|
+
ensureBlade: {
|
52
|
+
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
+
};
|
54
|
+
updateBlade: {
|
55
|
+
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
|
+
};
|
57
|
+
removeBlade: {
|
58
|
+
subscribe(fn: (failureReason: any, blade: JourneyBladeRouter<{}>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
+
};
|
60
|
+
};
|
61
|
+
} & {
|
62
|
+
hideBlade(blade: JourneyBladeRouter): void;
|
63
|
+
showBlade(blade: JourneyBladeRouter): void;
|
64
|
+
ensureBlade(blade: JourneyBladeRouter): void;
|
65
|
+
updateBlade(blade: JourneyBladeRouter): void;
|
66
|
+
removeBlade(blade: JourneyBladeRouter): void;
|
67
|
+
};
|
68
|
+
events: {
|
69
|
+
onMutatedBlades: import("../../..").MessageBusExposeOnlySubscription<InternalJourneyBladeRouter[]>;
|
70
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
71
|
+
};
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { GuidValue } from "@omnia/fx-models";
|
2
|
-
export declare function useBlade(bladeId: GuidValue): {
|
1
|
+
import { GuidValue, JourneyBladeRouter } from "@omnia/fx-models";
|
2
|
+
export declare function useBlade<T extends JourneyBladeRouter>(bladeId: GuidValue): {
|
3
3
|
Blade: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
"v-slots": import("vue").Prop<{
|
@@ -51,9 +51,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
51
51
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
52
52
|
};
|
53
53
|
variant: {
|
54
|
-
type: import("vue").PropType<"info" | "
|
54
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
55
55
|
} & {
|
56
|
-
type: import("vue").PropType<"info" | "
|
56
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
57
57
|
};
|
58
58
|
icon: {
|
59
59
|
type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
|
@@ -199,9 +199,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
199
199
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
200
200
|
};
|
201
201
|
variant: {
|
202
|
-
type: import("vue").PropType<"info" | "
|
202
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
203
203
|
} & {
|
204
|
-
type: import("vue").PropType<"info" | "
|
204
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
205
205
|
};
|
206
206
|
icon: {
|
207
207
|
type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
|
@@ -345,9 +345,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
345
345
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
346
346
|
};
|
347
347
|
variant: {
|
348
|
-
type: import("vue").PropType<"info" | "
|
348
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
349
349
|
} & {
|
350
|
-
type: import("vue").PropType<"info" | "
|
350
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
351
351
|
};
|
352
352
|
icon: {
|
353
353
|
type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
|
@@ -488,9 +488,9 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
488
488
|
type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
489
489
|
};
|
490
490
|
variant: {
|
491
|
-
type: import("vue").PropType<"info" | "
|
491
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
492
492
|
} & {
|
493
|
-
type: import("vue").PropType<"info" | "
|
493
|
+
type: import("vue").PropType<"info" | "preview" | "read-only" | "edit" | "new">;
|
494
494
|
};
|
495
495
|
icon: {
|
496
496
|
type: import("vue").PropType<import("@omnia/fx-models").IIcon>;
|
@@ -604,7 +604,7 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
604
604
|
actionsFooter?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
|
605
605
|
};
|
606
606
|
remove?: boolean;
|
607
|
-
variant?: "info" | "
|
607
|
+
variant?: "info" | "preview" | "read-only" | "edit" | "new";
|
608
608
|
subTitle?: string;
|
609
609
|
"sub-title"?: string;
|
610
610
|
loading?: boolean;
|
@@ -634,15 +634,16 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
634
634
|
"onClick:settings"?: (id: GuidValue) => any;
|
635
635
|
};
|
636
636
|
};
|
637
|
+
readonly router: T;
|
637
638
|
moveNext(): void;
|
638
639
|
movePrev(): void;
|
639
640
|
travelTo(toBladeId: GuidValue): void;
|
640
|
-
getSharedState: <
|
641
|
-
state:
|
642
|
-
events: { [K in keyof
|
641
|
+
getSharedState: <T_1>() => {
|
642
|
+
state: T_1;
|
643
|
+
events: { [K in keyof T_1 as `onMutated${Capitalize<string & K>}`]: import("../../..").MessageBusExposeOnlySubscription<T_1[K]>; } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
643
644
|
};
|
644
|
-
defineValueToSave<
|
645
|
-
value:
|
646
|
-
setValue: (value:
|
645
|
+
defineValueToSave<T_2>(value?: T_2): {
|
646
|
+
value: T_2;
|
647
|
+
setValue: (value: T_2) => void;
|
647
648
|
};
|
648
649
|
};
|