@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
@@ -1,13 +1,9 @@
|
|
1
|
-
import { ColorTypes } from "@omnia/fx-models";
|
2
1
|
type locationType = "top" | "left" | "right" | "bottom" | "end" | "start";
|
3
2
|
declare const _default: {
|
4
3
|
new (...args: any[]): {
|
5
4
|
$: import("vue").ComponentInternalInstance;
|
6
5
|
$data: {};
|
7
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
8
|
-
id: {
|
9
|
-
type: StringConstructor;
|
10
|
-
};
|
11
7
|
location: {
|
12
8
|
type: import("vue").PropType<locationType>;
|
13
9
|
};
|
@@ -22,8 +18,8 @@ declare const _default: {
|
|
22
18
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
23
19
|
required: boolean;
|
24
20
|
};
|
25
|
-
|
26
|
-
type: import("vue").PropType<
|
21
|
+
container: {
|
22
|
+
type: import("vue").PropType<boolean>;
|
27
23
|
required: boolean;
|
28
24
|
};
|
29
25
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
@@ -41,9 +37,6 @@ declare const _default: {
|
|
41
37
|
$emit: (event: string, ...args: any[]) => void;
|
42
38
|
$el: any;
|
43
39
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
44
|
-
id: {
|
45
|
-
type: StringConstructor;
|
46
|
-
};
|
47
40
|
location: {
|
48
41
|
type: import("vue").PropType<locationType>;
|
49
42
|
};
|
@@ -58,8 +51,8 @@ declare const _default: {
|
|
58
51
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
59
52
|
required: boolean;
|
60
53
|
};
|
61
|
-
|
62
|
-
type: import("vue").PropType<
|
54
|
+
container: {
|
55
|
+
type: import("vue").PropType<boolean>;
|
63
56
|
required: boolean;
|
64
57
|
};
|
65
58
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
@@ -83,9 +76,6 @@ declare const _default: {
|
|
83
76
|
$nextTick: typeof import("vue").nextTick;
|
84
77
|
$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;
|
85
78
|
} & Readonly<import("vue").ExtractPropTypes<{
|
86
|
-
id: {
|
87
|
-
type: StringConstructor;
|
88
|
-
};
|
89
79
|
location: {
|
90
80
|
type: import("vue").PropType<locationType>;
|
91
81
|
};
|
@@ -100,8 +90,8 @@ declare const _default: {
|
|
100
90
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
101
91
|
required: boolean;
|
102
92
|
};
|
103
|
-
|
104
|
-
type: import("vue").PropType<
|
93
|
+
container: {
|
94
|
+
type: import("vue").PropType<boolean>;
|
105
95
|
required: boolean;
|
106
96
|
};
|
107
97
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -109,9 +99,6 @@ declare const _default: {
|
|
109
99
|
__isTeleport?: never;
|
110
100
|
__isSuspense?: never;
|
111
101
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
112
|
-
id: {
|
113
|
-
type: StringConstructor;
|
114
|
-
};
|
115
102
|
location: {
|
116
103
|
type: import("vue").PropType<locationType>;
|
117
104
|
};
|
@@ -126,17 +113,16 @@ declare const _default: {
|
|
126
113
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
127
114
|
required: boolean;
|
128
115
|
};
|
129
|
-
|
130
|
-
type: import("vue").PropType<
|
116
|
+
container: {
|
117
|
+
type: import("vue").PropType<boolean>;
|
131
118
|
required: boolean;
|
132
119
|
};
|
133
120
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
134
121
|
propsDefinition: Readonly<{} & {
|
135
122
|
class?: String | String[];
|
136
|
-
|
123
|
+
container?: boolean;
|
137
124
|
location?: locationType;
|
138
125
|
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
139
|
-
colorType?: ColorTypes;
|
140
126
|
overrides?: object;
|
141
127
|
}>;
|
142
128
|
};
|
@@ -0,0 +1,172 @@
|
|
1
|
+
export type PanelVariant = "Default";
|
2
|
+
export type dividerType = "Top" | "Bottom" | "Top Bottom";
|
3
|
+
declare const _default: {
|
4
|
+
new (...args: any[]): {
|
5
|
+
$: import("vue").ComponentInternalInstance;
|
6
|
+
$data: {};
|
7
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
8
|
+
title: {
|
9
|
+
type: StringConstructor;
|
10
|
+
required: false;
|
11
|
+
};
|
12
|
+
variant: {
|
13
|
+
type: import("vue").PropType<"Default">;
|
14
|
+
required: false;
|
15
|
+
};
|
16
|
+
hide: {
|
17
|
+
type: import("vue").PropType<boolean>;
|
18
|
+
required: false;
|
19
|
+
};
|
20
|
+
divider: {
|
21
|
+
type: import("vue").PropType<dividerType>;
|
22
|
+
required: false;
|
23
|
+
};
|
24
|
+
class: {
|
25
|
+
type: import("vue").PropType<String | String[]>;
|
26
|
+
required: boolean;
|
27
|
+
};
|
28
|
+
colorSchemaType: {
|
29
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
30
|
+
required: boolean;
|
31
|
+
};
|
32
|
+
container: {
|
33
|
+
type: import("vue").PropType<boolean>;
|
34
|
+
required: boolean;
|
35
|
+
};
|
36
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
37
|
+
$attrs: {
|
38
|
+
[x: string]: unknown;
|
39
|
+
};
|
40
|
+
$refs: {
|
41
|
+
[x: string]: unknown;
|
42
|
+
};
|
43
|
+
$slots: Readonly<{
|
44
|
+
[name: string]: import("vue").Slot;
|
45
|
+
}>;
|
46
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
47
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
48
|
+
$emit: (event: string, ...args: any[]) => void;
|
49
|
+
$el: any;
|
50
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
51
|
+
title: {
|
52
|
+
type: StringConstructor;
|
53
|
+
required: false;
|
54
|
+
};
|
55
|
+
variant: {
|
56
|
+
type: import("vue").PropType<"Default">;
|
57
|
+
required: false;
|
58
|
+
};
|
59
|
+
hide: {
|
60
|
+
type: import("vue").PropType<boolean>;
|
61
|
+
required: false;
|
62
|
+
};
|
63
|
+
divider: {
|
64
|
+
type: import("vue").PropType<dividerType>;
|
65
|
+
required: false;
|
66
|
+
};
|
67
|
+
class: {
|
68
|
+
type: import("vue").PropType<String | String[]>;
|
69
|
+
required: boolean;
|
70
|
+
};
|
71
|
+
colorSchemaType: {
|
72
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
73
|
+
required: boolean;
|
74
|
+
};
|
75
|
+
container: {
|
76
|
+
type: import("vue").PropType<boolean>;
|
77
|
+
required: boolean;
|
78
|
+
};
|
79
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
80
|
+
beforeCreate?: (() => void) | (() => void)[];
|
81
|
+
created?: (() => void) | (() => void)[];
|
82
|
+
beforeMount?: (() => void) | (() => void)[];
|
83
|
+
mounted?: (() => void) | (() => void)[];
|
84
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
85
|
+
updated?: (() => void) | (() => void)[];
|
86
|
+
activated?: (() => void) | (() => void)[];
|
87
|
+
deactivated?: (() => void) | (() => void)[];
|
88
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
89
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
90
|
+
destroyed?: (() => void) | (() => void)[];
|
91
|
+
unmounted?: (() => void) | (() => void)[];
|
92
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
93
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
94
|
+
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)[];
|
95
|
+
};
|
96
|
+
$forceUpdate: () => void;
|
97
|
+
$nextTick: typeof import("vue").nextTick;
|
98
|
+
$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;
|
99
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
100
|
+
title: {
|
101
|
+
type: StringConstructor;
|
102
|
+
required: false;
|
103
|
+
};
|
104
|
+
variant: {
|
105
|
+
type: import("vue").PropType<"Default">;
|
106
|
+
required: false;
|
107
|
+
};
|
108
|
+
hide: {
|
109
|
+
type: import("vue").PropType<boolean>;
|
110
|
+
required: false;
|
111
|
+
};
|
112
|
+
divider: {
|
113
|
+
type: import("vue").PropType<dividerType>;
|
114
|
+
required: false;
|
115
|
+
};
|
116
|
+
class: {
|
117
|
+
type: import("vue").PropType<String | String[]>;
|
118
|
+
required: boolean;
|
119
|
+
};
|
120
|
+
colorSchemaType: {
|
121
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
122
|
+
required: boolean;
|
123
|
+
};
|
124
|
+
container: {
|
125
|
+
type: import("vue").PropType<boolean>;
|
126
|
+
required: boolean;
|
127
|
+
};
|
128
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
129
|
+
__isFragment?: never;
|
130
|
+
__isTeleport?: never;
|
131
|
+
__isSuspense?: never;
|
132
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
133
|
+
title: {
|
134
|
+
type: StringConstructor;
|
135
|
+
required: false;
|
136
|
+
};
|
137
|
+
variant: {
|
138
|
+
type: import("vue").PropType<"Default">;
|
139
|
+
required: false;
|
140
|
+
};
|
141
|
+
hide: {
|
142
|
+
type: import("vue").PropType<boolean>;
|
143
|
+
required: false;
|
144
|
+
};
|
145
|
+
divider: {
|
146
|
+
type: import("vue").PropType<dividerType>;
|
147
|
+
required: false;
|
148
|
+
};
|
149
|
+
class: {
|
150
|
+
type: import("vue").PropType<String | String[]>;
|
151
|
+
required: boolean;
|
152
|
+
};
|
153
|
+
colorSchemaType: {
|
154
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
155
|
+
required: boolean;
|
156
|
+
};
|
157
|
+
container: {
|
158
|
+
type: import("vue").PropType<boolean>;
|
159
|
+
required: boolean;
|
160
|
+
};
|
161
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
162
|
+
propsDefinition: Readonly<{} & {
|
163
|
+
title?: string;
|
164
|
+
class?: String | String[];
|
165
|
+
hide?: boolean;
|
166
|
+
container?: boolean;
|
167
|
+
variant?: "Default";
|
168
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
169
|
+
divider?: dividerType;
|
170
|
+
}>;
|
171
|
+
};
|
172
|
+
export default _default;
|
@@ -0,0 +1,147 @@
|
|
1
|
+
export interface RadioGroupModel {
|
2
|
+
}
|
3
|
+
declare const _default: {
|
4
|
+
new (...args: any[]): {
|
5
|
+
$: import("vue").ComponentInternalInstance;
|
6
|
+
$data: {};
|
7
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
8
|
+
model: {
|
9
|
+
type: import("vue").PropType<RadioGroupModel>;
|
10
|
+
required: false;
|
11
|
+
};
|
12
|
+
label: {
|
13
|
+
type: StringConstructor;
|
14
|
+
};
|
15
|
+
value: {
|
16
|
+
type: import("vue").PropType<any>;
|
17
|
+
};
|
18
|
+
class: {
|
19
|
+
type: import("vue").PropType<String | String[]>;
|
20
|
+
required: boolean;
|
21
|
+
};
|
22
|
+
colorSchemaType: {
|
23
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
24
|
+
required: boolean;
|
25
|
+
};
|
26
|
+
container: {
|
27
|
+
type: import("vue").PropType<boolean>;
|
28
|
+
required: boolean;
|
29
|
+
};
|
30
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
31
|
+
$attrs: {
|
32
|
+
[x: string]: unknown;
|
33
|
+
};
|
34
|
+
$refs: {
|
35
|
+
[x: string]: unknown;
|
36
|
+
};
|
37
|
+
$slots: Readonly<{
|
38
|
+
[name: string]: import("vue").Slot;
|
39
|
+
}>;
|
40
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
41
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
42
|
+
$emit: (event: string, ...args: any[]) => void;
|
43
|
+
$el: any;
|
44
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
45
|
+
model: {
|
46
|
+
type: import("vue").PropType<RadioGroupModel>;
|
47
|
+
required: false;
|
48
|
+
};
|
49
|
+
label: {
|
50
|
+
type: StringConstructor;
|
51
|
+
};
|
52
|
+
value: {
|
53
|
+
type: import("vue").PropType<any>;
|
54
|
+
};
|
55
|
+
class: {
|
56
|
+
type: import("vue").PropType<String | String[]>;
|
57
|
+
required: boolean;
|
58
|
+
};
|
59
|
+
colorSchemaType: {
|
60
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
61
|
+
required: boolean;
|
62
|
+
};
|
63
|
+
container: {
|
64
|
+
type: import("vue").PropType<boolean>;
|
65
|
+
required: boolean;
|
66
|
+
};
|
67
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
68
|
+
beforeCreate?: (() => void) | (() => void)[];
|
69
|
+
created?: (() => void) | (() => void)[];
|
70
|
+
beforeMount?: (() => void) | (() => void)[];
|
71
|
+
mounted?: (() => void) | (() => void)[];
|
72
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
73
|
+
updated?: (() => void) | (() => void)[];
|
74
|
+
activated?: (() => void) | (() => void)[];
|
75
|
+
deactivated?: (() => void) | (() => void)[];
|
76
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
77
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
78
|
+
destroyed?: (() => void) | (() => void)[];
|
79
|
+
unmounted?: (() => void) | (() => void)[];
|
80
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
81
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
82
|
+
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)[];
|
83
|
+
};
|
84
|
+
$forceUpdate: () => void;
|
85
|
+
$nextTick: typeof import("vue").nextTick;
|
86
|
+
$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;
|
87
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
88
|
+
model: {
|
89
|
+
type: import("vue").PropType<RadioGroupModel>;
|
90
|
+
required: false;
|
91
|
+
};
|
92
|
+
label: {
|
93
|
+
type: StringConstructor;
|
94
|
+
};
|
95
|
+
value: {
|
96
|
+
type: import("vue").PropType<any>;
|
97
|
+
};
|
98
|
+
class: {
|
99
|
+
type: import("vue").PropType<String | String[]>;
|
100
|
+
required: boolean;
|
101
|
+
};
|
102
|
+
colorSchemaType: {
|
103
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
104
|
+
required: boolean;
|
105
|
+
};
|
106
|
+
container: {
|
107
|
+
type: import("vue").PropType<boolean>;
|
108
|
+
required: boolean;
|
109
|
+
};
|
110
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
111
|
+
__isFragment?: never;
|
112
|
+
__isTeleport?: never;
|
113
|
+
__isSuspense?: never;
|
114
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
115
|
+
model: {
|
116
|
+
type: import("vue").PropType<RadioGroupModel>;
|
117
|
+
required: false;
|
118
|
+
};
|
119
|
+
label: {
|
120
|
+
type: StringConstructor;
|
121
|
+
};
|
122
|
+
value: {
|
123
|
+
type: import("vue").PropType<any>;
|
124
|
+
};
|
125
|
+
class: {
|
126
|
+
type: import("vue").PropType<String | String[]>;
|
127
|
+
required: boolean;
|
128
|
+
};
|
129
|
+
colorSchemaType: {
|
130
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
131
|
+
required: boolean;
|
132
|
+
};
|
133
|
+
container: {
|
134
|
+
type: import("vue").PropType<boolean>;
|
135
|
+
required: boolean;
|
136
|
+
};
|
137
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
138
|
+
propsDefinition: Readonly<{} & {
|
139
|
+
value?: any;
|
140
|
+
label?: string;
|
141
|
+
class?: String | String[];
|
142
|
+
container?: boolean;
|
143
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
144
|
+
model?: unknown;
|
145
|
+
}>;
|
146
|
+
};
|
147
|
+
export default _default;
|
@@ -0,0 +1,133 @@
|
|
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: false;
|
9
|
+
};
|
10
|
+
class: {
|
11
|
+
type: import("vue").PropType<String | String[]>;
|
12
|
+
required: boolean;
|
13
|
+
};
|
14
|
+
colorSchemaType: {
|
15
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
16
|
+
required: boolean;
|
17
|
+
};
|
18
|
+
container: {
|
19
|
+
type: import("vue").PropType<boolean>;
|
20
|
+
required: boolean;
|
21
|
+
};
|
22
|
+
}>> & {
|
23
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
24
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
25
|
+
$attrs: {
|
26
|
+
[x: string]: unknown;
|
27
|
+
};
|
28
|
+
$refs: {
|
29
|
+
[x: string]: unknown;
|
30
|
+
};
|
31
|
+
$slots: Readonly<{
|
32
|
+
[name: string]: import("vue").Slot;
|
33
|
+
}>;
|
34
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
35
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
36
|
+
$emit: (event: "update:modelValue", value: any) => void;
|
37
|
+
$el: any;
|
38
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
39
|
+
"v-model": {
|
40
|
+
type: import("vue").PropType<any>;
|
41
|
+
required: false;
|
42
|
+
};
|
43
|
+
class: {
|
44
|
+
type: import("vue").PropType<String | String[]>;
|
45
|
+
required: boolean;
|
46
|
+
};
|
47
|
+
colorSchemaType: {
|
48
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
49
|
+
required: boolean;
|
50
|
+
};
|
51
|
+
container: {
|
52
|
+
type: import("vue").PropType<boolean>;
|
53
|
+
required: boolean;
|
54
|
+
};
|
55
|
+
}>> & {
|
56
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
57
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
58
|
+
"update:modelValue": (value: any) => boolean;
|
59
|
+
}, string, {}, {}, string> & {
|
60
|
+
beforeCreate?: (() => void) | (() => void)[];
|
61
|
+
created?: (() => void) | (() => void)[];
|
62
|
+
beforeMount?: (() => void) | (() => void)[];
|
63
|
+
mounted?: (() => void) | (() => void)[];
|
64
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
65
|
+
updated?: (() => void) | (() => void)[];
|
66
|
+
activated?: (() => void) | (() => void)[];
|
67
|
+
deactivated?: (() => void) | (() => void)[];
|
68
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
69
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
70
|
+
destroyed?: (() => void) | (() => void)[];
|
71
|
+
unmounted?: (() => void) | (() => void)[];
|
72
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
73
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
74
|
+
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)[];
|
75
|
+
};
|
76
|
+
$forceUpdate: () => void;
|
77
|
+
$nextTick: typeof import("vue").nextTick;
|
78
|
+
$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;
|
79
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
80
|
+
"v-model": {
|
81
|
+
type: import("vue").PropType<any>;
|
82
|
+
required: false;
|
83
|
+
};
|
84
|
+
class: {
|
85
|
+
type: import("vue").PropType<String | String[]>;
|
86
|
+
required: boolean;
|
87
|
+
};
|
88
|
+
colorSchemaType: {
|
89
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
90
|
+
required: boolean;
|
91
|
+
};
|
92
|
+
container: {
|
93
|
+
type: import("vue").PropType<boolean>;
|
94
|
+
required: boolean;
|
95
|
+
};
|
96
|
+
}>> & {
|
97
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
98
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
99
|
+
__isFragment?: never;
|
100
|
+
__isTeleport?: never;
|
101
|
+
__isSuspense?: never;
|
102
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
103
|
+
"v-model": {
|
104
|
+
type: import("vue").PropType<any>;
|
105
|
+
required: false;
|
106
|
+
};
|
107
|
+
class: {
|
108
|
+
type: import("vue").PropType<String | String[]>;
|
109
|
+
required: boolean;
|
110
|
+
};
|
111
|
+
colorSchemaType: {
|
112
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
113
|
+
required: boolean;
|
114
|
+
};
|
115
|
+
container: {
|
116
|
+
type: import("vue").PropType<boolean>;
|
117
|
+
required: boolean;
|
118
|
+
};
|
119
|
+
}>> & {
|
120
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
121
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
122
|
+
"update:modelValue": (value: any) => boolean;
|
123
|
+
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
124
|
+
propsDefinition: Readonly<{} & {
|
125
|
+
class?: String | String[];
|
126
|
+
container?: boolean;
|
127
|
+
"v-model"?: any;
|
128
|
+
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
129
|
+
}> & {
|
130
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
131
|
+
};
|
132
|
+
};
|
133
|
+
export default _default;
|