@omnia/fx 8.0.11-vnext → 8.0.13-vnext
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.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/runtime/core/ManifestByElementLoader.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Future.js +7 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -6
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +4 -4
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +8 -31
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +10 -5
- package/internal-do-not-import-from-here/ux/UxCore.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/confirmdialog/IVueConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.d.ts +1 -19
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -10
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -40
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +13 -26
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -22
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +85 -137
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +27 -23
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +21 -31
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +27 -23
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +49 -51
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +9 -22
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +10 -40
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +123 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +9 -23
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +172 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +147 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +133 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +186 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +147 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +59 -18
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +25 -18
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +43 -9
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +37 -21
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +51 -82
- package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +219 -0
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +9 -6
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +16 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutSettingsPanel.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/vuetify/dividers/VDivider.bundle.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{tabs → settingstabs}/TabBlockSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{tabs → settingstabs}/TabLayoutSettings.d.ts +0 -0
@@ -8,6 +8,14 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<TypographyType>;
|
9
9
|
required: true;
|
10
10
|
};
|
11
|
+
color: {
|
12
|
+
type: import("vue").PropType<ColorTypes>;
|
13
|
+
required: false;
|
14
|
+
};
|
15
|
+
toned: {
|
16
|
+
type: import("vue").PropType<Boolean>;
|
17
|
+
required: false;
|
18
|
+
};
|
11
19
|
class: {
|
12
20
|
type: import("vue").PropType<String | String[]>;
|
13
21
|
required: boolean;
|
@@ -16,8 +24,8 @@ declare const _default: {
|
|
16
24
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
17
25
|
required: boolean;
|
18
26
|
};
|
19
|
-
|
20
|
-
type: import("vue").PropType<
|
27
|
+
container: {
|
28
|
+
type: import("vue").PropType<boolean>;
|
21
29
|
required: boolean;
|
22
30
|
};
|
23
31
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
@@ -39,6 +47,14 @@ declare const _default: {
|
|
39
47
|
type: import("vue").PropType<TypographyType>;
|
40
48
|
required: true;
|
41
49
|
};
|
50
|
+
color: {
|
51
|
+
type: import("vue").PropType<ColorTypes>;
|
52
|
+
required: false;
|
53
|
+
};
|
54
|
+
toned: {
|
55
|
+
type: import("vue").PropType<Boolean>;
|
56
|
+
required: false;
|
57
|
+
};
|
42
58
|
class: {
|
43
59
|
type: import("vue").PropType<String | String[]>;
|
44
60
|
required: boolean;
|
@@ -47,8 +63,8 @@ declare const _default: {
|
|
47
63
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
48
64
|
required: boolean;
|
49
65
|
};
|
50
|
-
|
51
|
-
type: import("vue").PropType<
|
66
|
+
container: {
|
67
|
+
type: import("vue").PropType<boolean>;
|
52
68
|
required: boolean;
|
53
69
|
};
|
54
70
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
@@ -76,6 +92,14 @@ declare const _default: {
|
|
76
92
|
type: import("vue").PropType<TypographyType>;
|
77
93
|
required: true;
|
78
94
|
};
|
95
|
+
color: {
|
96
|
+
type: import("vue").PropType<ColorTypes>;
|
97
|
+
required: false;
|
98
|
+
};
|
99
|
+
toned: {
|
100
|
+
type: import("vue").PropType<Boolean>;
|
101
|
+
required: false;
|
102
|
+
};
|
79
103
|
class: {
|
80
104
|
type: import("vue").PropType<String | String[]>;
|
81
105
|
required: boolean;
|
@@ -84,8 +108,8 @@ declare const _default: {
|
|
84
108
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
85
109
|
required: boolean;
|
86
110
|
};
|
87
|
-
|
88
|
-
type: import("vue").PropType<
|
111
|
+
container: {
|
112
|
+
type: import("vue").PropType<boolean>;
|
89
113
|
required: boolean;
|
90
114
|
};
|
91
115
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -97,6 +121,14 @@ declare const _default: {
|
|
97
121
|
type: import("vue").PropType<TypographyType>;
|
98
122
|
required: true;
|
99
123
|
};
|
124
|
+
color: {
|
125
|
+
type: import("vue").PropType<ColorTypes>;
|
126
|
+
required: false;
|
127
|
+
};
|
128
|
+
toned: {
|
129
|
+
type: import("vue").PropType<Boolean>;
|
130
|
+
required: false;
|
131
|
+
};
|
100
132
|
class: {
|
101
133
|
type: import("vue").PropType<String | String[]>;
|
102
134
|
required: boolean;
|
@@ -105,8 +137,8 @@ declare const _default: {
|
|
105
137
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
106
138
|
required: boolean;
|
107
139
|
};
|
108
|
-
|
109
|
-
type: import("vue").PropType<
|
140
|
+
container: {
|
141
|
+
type: import("vue").PropType<boolean>;
|
110
142
|
required: boolean;
|
111
143
|
};
|
112
144
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
@@ -114,8 +146,10 @@ declare const _default: {
|
|
114
146
|
typography: TypographyType;
|
115
147
|
} & {
|
116
148
|
class?: String | String[];
|
149
|
+
color?: ColorTypes;
|
150
|
+
container?: boolean;
|
117
151
|
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
118
|
-
|
152
|
+
toned?: Boolean;
|
119
153
|
}>;
|
120
154
|
};
|
121
155
|
export default _default;
|
@@ -1,4 +1,6 @@
|
|
1
|
-
|
1
|
+
export interface TextFieldModel {
|
2
|
+
text: String;
|
3
|
+
}
|
2
4
|
declare const _default: {
|
3
5
|
new (...args: any[]): {
|
4
6
|
$: import("vue").ComponentInternalInstance;
|
@@ -13,7 +15,7 @@ declare const _default: {
|
|
13
15
|
variant: {
|
14
16
|
type: import("vue").PropType<"search">;
|
15
17
|
};
|
16
|
-
model: {
|
18
|
+
"v-model": {
|
17
19
|
type: StringConstructor;
|
18
20
|
};
|
19
21
|
class: {
|
@@ -24,11 +26,13 @@ declare const _default: {
|
|
24
26
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
25
27
|
required: boolean;
|
26
28
|
};
|
27
|
-
|
28
|
-
type: import("vue").PropType<
|
29
|
+
container: {
|
30
|
+
type: import("vue").PropType<boolean>;
|
29
31
|
required: boolean;
|
30
32
|
};
|
31
|
-
}>> &
|
33
|
+
}>> & {
|
34
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
35
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
32
36
|
$attrs: {
|
33
37
|
[x: string]: unknown;
|
34
38
|
};
|
@@ -40,7 +44,7 @@ declare const _default: {
|
|
40
44
|
}>;
|
41
45
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
42
46
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
43
|
-
$emit: (event:
|
47
|
+
$emit: (event: "update:modelValue", value: string) => void;
|
44
48
|
$el: any;
|
45
49
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
46
50
|
id: {
|
@@ -52,7 +56,7 @@ declare const _default: {
|
|
52
56
|
variant: {
|
53
57
|
type: import("vue").PropType<"search">;
|
54
58
|
};
|
55
|
-
model: {
|
59
|
+
"v-model": {
|
56
60
|
type: StringConstructor;
|
57
61
|
};
|
58
62
|
class: {
|
@@ -63,11 +67,15 @@ declare const _default: {
|
|
63
67
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
64
68
|
required: boolean;
|
65
69
|
};
|
66
|
-
|
67
|
-
type: import("vue").PropType<
|
70
|
+
container: {
|
71
|
+
type: import("vue").PropType<boolean>;
|
68
72
|
required: boolean;
|
69
73
|
};
|
70
|
-
}
|
74
|
+
}>> & {
|
75
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
76
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
77
|
+
"update:modelValue": (value: string) => true;
|
78
|
+
}, string, {}, {}, string> & {
|
71
79
|
beforeCreate?: (() => void) | (() => void)[];
|
72
80
|
created?: (() => void) | (() => void)[];
|
73
81
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -97,7 +105,7 @@ declare const _default: {
|
|
97
105
|
variant: {
|
98
106
|
type: import("vue").PropType<"search">;
|
99
107
|
};
|
100
|
-
model: {
|
108
|
+
"v-model": {
|
101
109
|
type: StringConstructor;
|
102
110
|
};
|
103
111
|
class: {
|
@@ -108,11 +116,13 @@ declare const _default: {
|
|
108
116
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
109
117
|
required: boolean;
|
110
118
|
};
|
111
|
-
|
112
|
-
type: import("vue").PropType<
|
119
|
+
container: {
|
120
|
+
type: import("vue").PropType<boolean>;
|
113
121
|
required: boolean;
|
114
122
|
};
|
115
|
-
}>> &
|
123
|
+
}>> & {
|
124
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
125
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
116
126
|
__isFragment?: never;
|
117
127
|
__isTeleport?: never;
|
118
128
|
__isSuspense?: never;
|
@@ -126,7 +136,7 @@ declare const _default: {
|
|
126
136
|
variant: {
|
127
137
|
type: import("vue").PropType<"search">;
|
128
138
|
};
|
129
|
-
model: {
|
139
|
+
"v-model": {
|
130
140
|
type: StringConstructor;
|
131
141
|
};
|
132
142
|
class: {
|
@@ -137,19 +147,25 @@ declare const _default: {
|
|
137
147
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
138
148
|
required: boolean;
|
139
149
|
};
|
140
|
-
|
141
|
-
type: import("vue").PropType<
|
150
|
+
container: {
|
151
|
+
type: import("vue").PropType<boolean>;
|
142
152
|
required: boolean;
|
143
153
|
};
|
144
|
-
}
|
154
|
+
}>> & {
|
155
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
156
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
157
|
+
"update:modelValue": (value: string) => true;
|
158
|
+
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
145
159
|
propsDefinition: Readonly<{} & {
|
146
160
|
label?: string;
|
147
161
|
class?: String | String[];
|
148
162
|
id?: string;
|
163
|
+
container?: boolean;
|
149
164
|
variant?: "search";
|
165
|
+
"v-model"?: string;
|
150
166
|
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
151
|
-
|
152
|
-
|
153
|
-
}
|
167
|
+
}> & {
|
168
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
169
|
+
};
|
154
170
|
};
|
155
171
|
export default _default;
|
@@ -1,29 +1,20 @@
|
|
1
|
-
import {
|
1
|
+
import { VNodeChild } from "vue";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
|
-
id:
|
8
|
-
|
6
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
|
7
|
+
id: string;
|
8
|
+
title: string;
|
9
|
+
class: String | String[];
|
10
|
+
colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes;
|
11
|
+
container: boolean;
|
12
|
+
"v-slots"?: {
|
13
|
+
default?: () => VNodeChild;
|
14
|
+
} & {
|
15
|
+
icon?: () => VNodeChild;
|
9
16
|
};
|
10
|
-
|
11
|
-
type: StringConstructor;
|
12
|
-
required: false;
|
13
|
-
};
|
14
|
-
class: {
|
15
|
-
type: import("vue").PropType<String | String[]>;
|
16
|
-
required: boolean;
|
17
|
-
};
|
18
|
-
colorSchemaType: {
|
19
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
20
|
-
required: boolean;
|
21
|
-
};
|
22
|
-
colorType: {
|
23
|
-
type: import("vue").PropType<ColorTypes>;
|
24
|
-
required: boolean;
|
25
|
-
};
|
26
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
17
|
+
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
27
18
|
$attrs: {
|
28
19
|
[x: string]: unknown;
|
29
20
|
};
|
@@ -37,27 +28,18 @@ declare const _default: {
|
|
37
28
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
38
29
|
$emit: (event: string, ...args: any[]) => void;
|
39
30
|
$el: any;
|
40
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
41
|
-
id:
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
31
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
|
32
|
+
id: string;
|
33
|
+
title: string;
|
34
|
+
class: String | String[];
|
35
|
+
colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes;
|
36
|
+
container: boolean;
|
37
|
+
"v-slots"?: {
|
38
|
+
default?: () => VNodeChild;
|
39
|
+
} & {
|
40
|
+
icon?: () => VNodeChild;
|
47
41
|
};
|
48
|
-
|
49
|
-
type: import("vue").PropType<String | String[]>;
|
50
|
-
required: boolean;
|
51
|
-
};
|
52
|
-
colorSchemaType: {
|
53
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
54
|
-
required: boolean;
|
55
|
-
};
|
56
|
-
colorType: {
|
57
|
-
type: import("vue").PropType<ColorTypes>;
|
58
|
-
required: boolean;
|
59
|
-
};
|
60
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
42
|
+
}>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
61
43
|
beforeCreate?: (() => void) | (() => void)[];
|
62
44
|
created?: (() => void) | (() => void)[];
|
63
45
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -77,57 +59,44 @@ declare const _default: {
|
|
77
59
|
$forceUpdate: () => void;
|
78
60
|
$nextTick: typeof import("vue").nextTick;
|
79
61
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
80
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
81
|
-
id:
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
62
|
+
} & Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
|
63
|
+
id: string;
|
64
|
+
title: string;
|
65
|
+
class: String | String[];
|
66
|
+
colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes;
|
67
|
+
container: boolean;
|
68
|
+
"v-slots"?: {
|
69
|
+
default?: () => VNodeChild;
|
70
|
+
} & {
|
71
|
+
icon?: () => VNodeChild;
|
87
72
|
};
|
88
|
-
|
89
|
-
type: import("vue").PropType<String | String[]>;
|
90
|
-
required: boolean;
|
91
|
-
};
|
92
|
-
colorSchemaType: {
|
93
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
94
|
-
required: boolean;
|
95
|
-
};
|
96
|
-
colorType: {
|
97
|
-
type: import("vue").PropType<ColorTypes>;
|
98
|
-
required: boolean;
|
99
|
-
};
|
100
|
-
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
73
|
+
}>>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
101
74
|
__isFragment?: never;
|
102
75
|
__isTeleport?: never;
|
103
76
|
__isSuspense?: never;
|
104
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
105
|
-
id:
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
77
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
|
78
|
+
id: string;
|
79
|
+
title: string;
|
80
|
+
class: String | String[];
|
81
|
+
colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes;
|
82
|
+
container: boolean;
|
83
|
+
"v-slots"?: {
|
84
|
+
default?: () => VNodeChild;
|
85
|
+
} & {
|
86
|
+
icon?: () => VNodeChild;
|
111
87
|
};
|
112
|
-
|
113
|
-
type: import("vue").PropType<String | String[]>;
|
114
|
-
required: boolean;
|
115
|
-
};
|
116
|
-
colorSchemaType: {
|
117
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
118
|
-
required: boolean;
|
119
|
-
};
|
120
|
-
colorType: {
|
121
|
-
type: import("vue").PropType<ColorTypes>;
|
122
|
-
required: boolean;
|
123
|
-
};
|
124
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
88
|
+
}>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
125
89
|
propsDefinition: Readonly<{} & {
|
126
90
|
title?: string;
|
127
91
|
class?: String | String[];
|
128
92
|
id?: string;
|
93
|
+
container?: boolean;
|
94
|
+
"v-slots"?: {
|
95
|
+
default?: () => VNodeChild;
|
96
|
+
} & {
|
97
|
+
icon?: () => VNodeChild;
|
98
|
+
};
|
129
99
|
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
130
|
-
colorType?: ColorTypes;
|
131
100
|
}>;
|
132
101
|
};
|
133
102
|
export default _default;
|
@@ -59,8 +59,8 @@ declare const _default: {
|
|
59
59
|
}>>>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
60
60
|
[x: number]: string;
|
61
61
|
} | {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
62
|
-
propsDefinition:
|
62
|
+
propsDefinition: readonly string[] | Readonly<{} & {
|
63
63
|
[x: string]: unknown;
|
64
|
-
}
|
64
|
+
}>;
|
65
65
|
};
|
66
66
|
export default _default;
|
@@ -0,0 +1,219 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
6
|
+
"v-model": {
|
7
|
+
type: import("vue").PropType<any>;
|
8
|
+
required: true;
|
9
|
+
};
|
10
|
+
individualSelection: {
|
11
|
+
type: import("vue").PropType<Boolean>;
|
12
|
+
required: false;
|
13
|
+
};
|
14
|
+
disableTop: {
|
15
|
+
type: import("vue").PropType<Boolean>;
|
16
|
+
required: false;
|
17
|
+
};
|
18
|
+
disableBottom: {
|
19
|
+
type: import("vue").PropType<Boolean>;
|
20
|
+
required: false;
|
21
|
+
};
|
22
|
+
disableLeft: {
|
23
|
+
type: import("vue").PropType<Boolean>;
|
24
|
+
required: false;
|
25
|
+
};
|
26
|
+
disableRight: {
|
27
|
+
type: import("vue").PropType<Boolean>;
|
28
|
+
required: false;
|
29
|
+
};
|
30
|
+
class: {
|
31
|
+
type: import("vue").PropType<String | String[]>;
|
32
|
+
required: boolean;
|
33
|
+
};
|
34
|
+
colorSchemaType: {
|
35
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
36
|
+
required: boolean;
|
37
|
+
};
|
38
|
+
container: {
|
39
|
+
type: import("vue").PropType<boolean>;
|
40
|
+
required: boolean;
|
41
|
+
};
|
42
|
+
}>> & {
|
43
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
44
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
45
|
+
$attrs: {
|
46
|
+
[x: string]: unknown;
|
47
|
+
};
|
48
|
+
$refs: {
|
49
|
+
[x: string]: unknown;
|
50
|
+
};
|
51
|
+
$slots: Readonly<{
|
52
|
+
[name: string]: import("vue").Slot;
|
53
|
+
}>;
|
54
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
55
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
56
|
+
$emit: (event: "update:modelValue", value: any) => void;
|
57
|
+
$el: any;
|
58
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
59
|
+
"v-model": {
|
60
|
+
type: import("vue").PropType<any>;
|
61
|
+
required: true;
|
62
|
+
};
|
63
|
+
individualSelection: {
|
64
|
+
type: import("vue").PropType<Boolean>;
|
65
|
+
required: false;
|
66
|
+
};
|
67
|
+
disableTop: {
|
68
|
+
type: import("vue").PropType<Boolean>;
|
69
|
+
required: false;
|
70
|
+
};
|
71
|
+
disableBottom: {
|
72
|
+
type: import("vue").PropType<Boolean>;
|
73
|
+
required: false;
|
74
|
+
};
|
75
|
+
disableLeft: {
|
76
|
+
type: import("vue").PropType<Boolean>;
|
77
|
+
required: false;
|
78
|
+
};
|
79
|
+
disableRight: {
|
80
|
+
type: import("vue").PropType<Boolean>;
|
81
|
+
required: false;
|
82
|
+
};
|
83
|
+
class: {
|
84
|
+
type: import("vue").PropType<String | String[]>;
|
85
|
+
required: boolean;
|
86
|
+
};
|
87
|
+
colorSchemaType: {
|
88
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
89
|
+
required: boolean;
|
90
|
+
};
|
91
|
+
container: {
|
92
|
+
type: import("vue").PropType<boolean>;
|
93
|
+
required: boolean;
|
94
|
+
};
|
95
|
+
}>> & {
|
96
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
97
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
98
|
+
"update:modelValue": (value: any) => boolean;
|
99
|
+
}, string, {}, {}, string> & {
|
100
|
+
beforeCreate?: (() => void) | (() => void)[];
|
101
|
+
created?: (() => void) | (() => void)[];
|
102
|
+
beforeMount?: (() => void) | (() => void)[];
|
103
|
+
mounted?: (() => void) | (() => void)[];
|
104
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
105
|
+
updated?: (() => void) | (() => void)[];
|
106
|
+
activated?: (() => void) | (() => void)[];
|
107
|
+
deactivated?: (() => void) | (() => void)[];
|
108
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
109
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
110
|
+
destroyed?: (() => void) | (() => void)[];
|
111
|
+
unmounted?: (() => void) | (() => void)[];
|
112
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
113
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
114
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
115
|
+
};
|
116
|
+
$forceUpdate: () => void;
|
117
|
+
$nextTick: typeof import("vue").nextTick;
|
118
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
119
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
120
|
+
"v-model": {
|
121
|
+
type: import("vue").PropType<any>;
|
122
|
+
required: true;
|
123
|
+
};
|
124
|
+
individualSelection: {
|
125
|
+
type: import("vue").PropType<Boolean>;
|
126
|
+
required: false;
|
127
|
+
};
|
128
|
+
disableTop: {
|
129
|
+
type: import("vue").PropType<Boolean>;
|
130
|
+
required: false;
|
131
|
+
};
|
132
|
+
disableBottom: {
|
133
|
+
type: import("vue").PropType<Boolean>;
|
134
|
+
required: false;
|
135
|
+
};
|
136
|
+
disableLeft: {
|
137
|
+
type: import("vue").PropType<Boolean>;
|
138
|
+
required: false;
|
139
|
+
};
|
140
|
+
disableRight: {
|
141
|
+
type: import("vue").PropType<Boolean>;
|
142
|
+
required: false;
|
143
|
+
};
|
144
|
+
class: {
|
145
|
+
type: import("vue").PropType<String | String[]>;
|
146
|
+
required: boolean;
|
147
|
+
};
|
148
|
+
colorSchemaType: {
|
149
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
150
|
+
required: boolean;
|
151
|
+
};
|
152
|
+
container: {
|
153
|
+
type: import("vue").PropType<boolean>;
|
154
|
+
required: boolean;
|
155
|
+
};
|
156
|
+
}>> & {
|
157
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
158
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
159
|
+
__isFragment?: never;
|
160
|
+
__isTeleport?: never;
|
161
|
+
__isSuspense?: never;
|
162
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
163
|
+
"v-model": {
|
164
|
+
type: import("vue").PropType<any>;
|
165
|
+
required: true;
|
166
|
+
};
|
167
|
+
individualSelection: {
|
168
|
+
type: import("vue").PropType<Boolean>;
|
169
|
+
required: false;
|
170
|
+
};
|
171
|
+
disableTop: {
|
172
|
+
type: import("vue").PropType<Boolean>;
|
173
|
+
required: false;
|
174
|
+
};
|
175
|
+
disableBottom: {
|
176
|
+
type: import("vue").PropType<Boolean>;
|
177
|
+
required: false;
|
178
|
+
};
|
179
|
+
disableLeft: {
|
180
|
+
type: import("vue").PropType<Boolean>;
|
181
|
+
required: false;
|
182
|
+
};
|
183
|
+
disableRight: {
|
184
|
+
type: import("vue").PropType<Boolean>;
|
185
|
+
required: false;
|
186
|
+
};
|
187
|
+
class: {
|
188
|
+
type: import("vue").PropType<String | String[]>;
|
189
|
+
required: boolean;
|
190
|
+
};
|
191
|
+
colorSchemaType: {
|
192
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
193
|
+
required: boolean;
|
194
|
+
};
|
195
|
+
container: {
|
196
|
+
type: import("vue").PropType<boolean>;
|
197
|
+
required: boolean;
|
198
|
+
};
|
199
|
+
}>> & {
|
200
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
201
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
202
|
+
"update:modelValue": (value: any) => boolean;
|
203
|
+
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
204
|
+
propsDefinition: Readonly<{
|
205
|
+
"v-model": any;
|
206
|
+
} & {
|
207
|
+
class?: String | String[];
|
208
|
+
container?: boolean;
|
209
|
+
individualSelection?: Boolean;
|
210
|
+
disableLeft?: Boolean;
|
211
|
+
disableRight?: Boolean;
|
212
|
+
disableTop?: Boolean;
|
213
|
+
disableBottom?: Boolean;
|
214
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
215
|
+
}> & {
|
216
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
217
|
+
};
|
218
|
+
};
|
219
|
+
export default _default;
|
@@ -10,6 +10,7 @@ export declare class StatusMessageOverlay extends VueComponentBase implements IW
|
|
10
10
|
statusCode?: HttpStatusCode;
|
11
11
|
private omniaUxLoc;
|
12
12
|
private omniaContext;
|
13
|
+
private text;
|
13
14
|
private statusMessageOverlayStyles;
|
14
15
|
mounted(): void;
|
15
16
|
private renderStatusMessage;
|
@@ -13,7 +13,7 @@ export declare class ThemeStoreV2 extends Store {
|
|
13
13
|
typography: (typographyType: TypographyTypes | TypographyType) => import("@omnia/fx-models").TypographyTypeDefinition;
|
14
14
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
15
15
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("@omnia/fx-models").ColorDefinition;
|
16
|
-
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes
|
16
|
+
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|
17
17
|
complementaryColor: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
18
18
|
complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("@omnia/fx-models").ColorDefinition;
|
19
19
|
currentTheme: () => ThemeDefinitionV2;
|