@omnia/fx 8.0.11-vnext → 8.0.12-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/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 +1 -1
- 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
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
14
|
+
}>;
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
18
|
+
$el: any;
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
20
|
+
beforeCreate?: (() => void) | (() => void)[];
|
21
|
+
created?: (() => void) | (() => void)[];
|
22
|
+
beforeMount?: (() => void) | (() => void)[];
|
23
|
+
mounted?: (() => void) | (() => void)[];
|
24
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
25
|
+
updated?: (() => void) | (() => void)[];
|
26
|
+
activated?: (() => void) | (() => void)[];
|
27
|
+
deactivated?: (() => void) | (() => void)[];
|
28
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
29
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
30
|
+
destroyed?: (() => void) | (() => void)[];
|
31
|
+
unmounted?: (() => void) | (() => void)[];
|
32
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
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)[];
|
35
|
+
};
|
36
|
+
$forceUpdate: () => void;
|
37
|
+
$nextTick: typeof import("vue").nextTick;
|
38
|
+
$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;
|
39
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
40
|
+
__isFragment?: never;
|
41
|
+
__isTeleport?: never;
|
42
|
+
__isSuspense?: never;
|
43
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -1,15 +1,16 @@
|
|
1
|
-
import {
|
1
|
+
import { IIcon } from "@omnia/fx/models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
|
-
id: {
|
8
|
-
type: StringConstructor;
|
9
|
-
};
|
10
7
|
title: {
|
11
8
|
type: StringConstructor;
|
12
9
|
};
|
10
|
+
icon: {
|
11
|
+
type: import("vue").PropType<IIcon>;
|
12
|
+
required: false;
|
13
|
+
};
|
13
14
|
class: {
|
14
15
|
type: import("vue").PropType<String | String[]>;
|
15
16
|
required: boolean;
|
@@ -18,8 +19,8 @@ declare const _default: {
|
|
18
19
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
19
20
|
required: boolean;
|
20
21
|
};
|
21
|
-
|
22
|
-
type: import("vue").PropType<
|
22
|
+
container: {
|
23
|
+
type: import("vue").PropType<boolean>;
|
23
24
|
required: boolean;
|
24
25
|
};
|
25
26
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
@@ -37,12 +38,13 @@ declare const _default: {
|
|
37
38
|
$emit: (event: string, ...args: any[]) => void;
|
38
39
|
$el: any;
|
39
40
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
40
|
-
id: {
|
41
|
-
type: StringConstructor;
|
42
|
-
};
|
43
41
|
title: {
|
44
42
|
type: StringConstructor;
|
45
43
|
};
|
44
|
+
icon: {
|
45
|
+
type: import("vue").PropType<IIcon>;
|
46
|
+
required: false;
|
47
|
+
};
|
46
48
|
class: {
|
47
49
|
type: import("vue").PropType<String | String[]>;
|
48
50
|
required: boolean;
|
@@ -51,8 +53,8 @@ declare const _default: {
|
|
51
53
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
52
54
|
required: boolean;
|
53
55
|
};
|
54
|
-
|
55
|
-
type: import("vue").PropType<
|
56
|
+
container: {
|
57
|
+
type: import("vue").PropType<boolean>;
|
56
58
|
required: boolean;
|
57
59
|
};
|
58
60
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
@@ -76,12 +78,13 @@ declare const _default: {
|
|
76
78
|
$nextTick: typeof import("vue").nextTick;
|
77
79
|
$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;
|
78
80
|
} & Readonly<import("vue").ExtractPropTypes<{
|
79
|
-
id: {
|
80
|
-
type: StringConstructor;
|
81
|
-
};
|
82
81
|
title: {
|
83
82
|
type: StringConstructor;
|
84
83
|
};
|
84
|
+
icon: {
|
85
|
+
type: import("vue").PropType<IIcon>;
|
86
|
+
required: false;
|
87
|
+
};
|
85
88
|
class: {
|
86
89
|
type: import("vue").PropType<String | String[]>;
|
87
90
|
required: boolean;
|
@@ -90,8 +93,8 @@ declare const _default: {
|
|
90
93
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
91
94
|
required: boolean;
|
92
95
|
};
|
93
|
-
|
94
|
-
type: import("vue").PropType<
|
96
|
+
container: {
|
97
|
+
type: import("vue").PropType<boolean>;
|
95
98
|
required: boolean;
|
96
99
|
};
|
97
100
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -99,12 +102,13 @@ declare const _default: {
|
|
99
102
|
__isTeleport?: never;
|
100
103
|
__isSuspense?: never;
|
101
104
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
102
|
-
id: {
|
103
|
-
type: StringConstructor;
|
104
|
-
};
|
105
105
|
title: {
|
106
106
|
type: StringConstructor;
|
107
107
|
};
|
108
|
+
icon: {
|
109
|
+
type: import("vue").PropType<IIcon>;
|
110
|
+
required: false;
|
111
|
+
};
|
108
112
|
class: {
|
109
113
|
type: import("vue").PropType<String | String[]>;
|
110
114
|
required: boolean;
|
@@ -113,17 +117,17 @@ declare const _default: {
|
|
113
117
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
114
118
|
required: boolean;
|
115
119
|
};
|
116
|
-
|
117
|
-
type: import("vue").PropType<
|
120
|
+
container: {
|
121
|
+
type: import("vue").PropType<boolean>;
|
118
122
|
required: boolean;
|
119
123
|
};
|
120
124
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
121
125
|
propsDefinition: Readonly<{} & {
|
122
126
|
title?: string;
|
123
127
|
class?: String | String[];
|
124
|
-
|
128
|
+
icon?: IIcon;
|
129
|
+
container?: boolean;
|
125
130
|
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
126
|
-
colorType?: ColorTypes;
|
127
131
|
}>;
|
128
132
|
};
|
129
133
|
export default _default;
|
@@ -1,13 +1,13 @@
|
|
1
|
+
export interface ExpansionsModel {
|
2
|
+
selectedIndex: number;
|
3
|
+
}
|
1
4
|
declare const _default: {
|
2
5
|
new (...args: any[]): {
|
3
6
|
$: import("vue").ComponentInternalInstance;
|
4
7
|
$data: {};
|
5
8
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
6
|
-
|
7
|
-
type:
|
8
|
-
};
|
9
|
-
selectedIndex: {
|
10
|
-
type: import("vue").PropType<Number>;
|
9
|
+
"v-model": {
|
10
|
+
type: import("vue").PropType<number>;
|
11
11
|
};
|
12
12
|
class: {
|
13
13
|
type: import("vue").PropType<String | String[]>;
|
@@ -17,8 +17,8 @@ declare const _default: {
|
|
17
17
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
18
18
|
required: boolean;
|
19
19
|
};
|
20
|
-
|
21
|
-
type: import("vue").PropType<
|
20
|
+
container: {
|
21
|
+
type: import("vue").PropType<boolean>;
|
22
22
|
required: boolean;
|
23
23
|
};
|
24
24
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
@@ -36,11 +36,8 @@ declare const _default: {
|
|
36
36
|
$emit: (event: string, ...args: any[]) => void;
|
37
37
|
$el: any;
|
38
38
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
39
|
-
|
40
|
-
type:
|
41
|
-
};
|
42
|
-
selectedIndex: {
|
43
|
-
type: import("vue").PropType<Number>;
|
39
|
+
"v-model": {
|
40
|
+
type: import("vue").PropType<number>;
|
44
41
|
};
|
45
42
|
class: {
|
46
43
|
type: import("vue").PropType<String | String[]>;
|
@@ -50,8 +47,8 @@ declare const _default: {
|
|
50
47
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
51
48
|
required: boolean;
|
52
49
|
};
|
53
|
-
|
54
|
-
type: import("vue").PropType<
|
50
|
+
container: {
|
51
|
+
type: import("vue").PropType<boolean>;
|
55
52
|
required: boolean;
|
56
53
|
};
|
57
54
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
@@ -75,11 +72,8 @@ declare const _default: {
|
|
75
72
|
$nextTick: typeof import("vue").nextTick;
|
76
73
|
$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;
|
77
74
|
} & Readonly<import("vue").ExtractPropTypes<{
|
78
|
-
|
79
|
-
type:
|
80
|
-
};
|
81
|
-
selectedIndex: {
|
82
|
-
type: import("vue").PropType<Number>;
|
75
|
+
"v-model": {
|
76
|
+
type: import("vue").PropType<number>;
|
83
77
|
};
|
84
78
|
class: {
|
85
79
|
type: import("vue").PropType<String | String[]>;
|
@@ -89,8 +83,8 @@ declare const _default: {
|
|
89
83
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
90
84
|
required: boolean;
|
91
85
|
};
|
92
|
-
|
93
|
-
type: import("vue").PropType<
|
86
|
+
container: {
|
87
|
+
type: import("vue").PropType<boolean>;
|
94
88
|
required: boolean;
|
95
89
|
};
|
96
90
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -98,11 +92,8 @@ declare const _default: {
|
|
98
92
|
__isTeleport?: never;
|
99
93
|
__isSuspense?: never;
|
100
94
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
101
|
-
|
102
|
-
type:
|
103
|
-
};
|
104
|
-
selectedIndex: {
|
105
|
-
type: import("vue").PropType<Number>;
|
95
|
+
"v-model": {
|
96
|
+
type: import("vue").PropType<number>;
|
106
97
|
};
|
107
98
|
class: {
|
108
99
|
type: import("vue").PropType<String | String[]>;
|
@@ -112,17 +103,16 @@ declare const _default: {
|
|
112
103
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
113
104
|
required: boolean;
|
114
105
|
};
|
115
|
-
|
116
|
-
type: import("vue").PropType<
|
106
|
+
container: {
|
107
|
+
type: import("vue").PropType<boolean>;
|
117
108
|
required: boolean;
|
118
109
|
};
|
119
110
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
120
111
|
propsDefinition: Readonly<{} & {
|
121
112
|
class?: String | String[];
|
122
|
-
|
113
|
+
container?: boolean;
|
114
|
+
"v-model"?: number;
|
123
115
|
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
124
|
-
colorType?: import("@omnia/fx-models").ColorTypes;
|
125
|
-
selectedIndex?: Number;
|
126
116
|
}>;
|
127
117
|
};
|
128
118
|
export default _default;
|
@@ -1,16 +1,17 @@
|
|
1
|
-
import {
|
1
|
+
import { IIcon } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
|
-
id: {
|
8
|
-
type: StringConstructor;
|
9
|
-
};
|
10
7
|
icon: {
|
11
8
|
type: import("vue").PropType<IIcon>;
|
12
9
|
required: false;
|
13
10
|
};
|
11
|
+
toned: {
|
12
|
+
type: import("vue").PropType<Boolean>;
|
13
|
+
required: false;
|
14
|
+
};
|
14
15
|
class: {
|
15
16
|
type: import("vue").PropType<String | String[]>;
|
16
17
|
required: boolean;
|
@@ -19,8 +20,8 @@ declare const _default: {
|
|
19
20
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
20
21
|
required: boolean;
|
21
22
|
};
|
22
|
-
|
23
|
-
type: import("vue").PropType<
|
23
|
+
container: {
|
24
|
+
type: import("vue").PropType<boolean>;
|
24
25
|
required: boolean;
|
25
26
|
};
|
26
27
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
@@ -38,13 +39,14 @@ declare const _default: {
|
|
38
39
|
$emit: (event: string, ...args: any[]) => void;
|
39
40
|
$el: any;
|
40
41
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
41
|
-
id: {
|
42
|
-
type: StringConstructor;
|
43
|
-
};
|
44
42
|
icon: {
|
45
43
|
type: import("vue").PropType<IIcon>;
|
46
44
|
required: false;
|
47
45
|
};
|
46
|
+
toned: {
|
47
|
+
type: import("vue").PropType<Boolean>;
|
48
|
+
required: false;
|
49
|
+
};
|
48
50
|
class: {
|
49
51
|
type: import("vue").PropType<String | String[]>;
|
50
52
|
required: boolean;
|
@@ -53,8 +55,8 @@ declare const _default: {
|
|
53
55
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
54
56
|
required: boolean;
|
55
57
|
};
|
56
|
-
|
57
|
-
type: import("vue").PropType<
|
58
|
+
container: {
|
59
|
+
type: import("vue").PropType<boolean>;
|
58
60
|
required: boolean;
|
59
61
|
};
|
60
62
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
@@ -78,13 +80,14 @@ declare const _default: {
|
|
78
80
|
$nextTick: typeof import("vue").nextTick;
|
79
81
|
$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
82
|
} & Readonly<import("vue").ExtractPropTypes<{
|
81
|
-
id: {
|
82
|
-
type: StringConstructor;
|
83
|
-
};
|
84
83
|
icon: {
|
85
84
|
type: import("vue").PropType<IIcon>;
|
86
85
|
required: false;
|
87
86
|
};
|
87
|
+
toned: {
|
88
|
+
type: import("vue").PropType<Boolean>;
|
89
|
+
required: false;
|
90
|
+
};
|
88
91
|
class: {
|
89
92
|
type: import("vue").PropType<String | String[]>;
|
90
93
|
required: boolean;
|
@@ -93,8 +96,8 @@ declare const _default: {
|
|
93
96
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
94
97
|
required: boolean;
|
95
98
|
};
|
96
|
-
|
97
|
-
type: import("vue").PropType<
|
99
|
+
container: {
|
100
|
+
type: import("vue").PropType<boolean>;
|
98
101
|
required: boolean;
|
99
102
|
};
|
100
103
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -102,13 +105,14 @@ declare const _default: {
|
|
102
105
|
__isTeleport?: never;
|
103
106
|
__isSuspense?: never;
|
104
107
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
105
|
-
id: {
|
106
|
-
type: StringConstructor;
|
107
|
-
};
|
108
108
|
icon: {
|
109
109
|
type: import("vue").PropType<IIcon>;
|
110
110
|
required: false;
|
111
111
|
};
|
112
|
+
toned: {
|
113
|
+
type: import("vue").PropType<Boolean>;
|
114
|
+
required: false;
|
115
|
+
};
|
112
116
|
class: {
|
113
117
|
type: import("vue").PropType<String | String[]>;
|
114
118
|
required: boolean;
|
@@ -117,17 +121,17 @@ declare const _default: {
|
|
117
121
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
118
122
|
required: boolean;
|
119
123
|
};
|
120
|
-
|
121
|
-
type: import("vue").PropType<
|
124
|
+
container: {
|
125
|
+
type: import("vue").PropType<boolean>;
|
122
126
|
required: boolean;
|
123
127
|
};
|
124
128
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
125
129
|
propsDefinition: Readonly<{} & {
|
126
130
|
class?: String | String[];
|
127
|
-
id?: string;
|
128
131
|
icon?: IIcon;
|
132
|
+
container?: boolean;
|
129
133
|
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
130
|
-
|
134
|
+
toned?: Boolean;
|
131
135
|
}>;
|
132
136
|
};
|
133
137
|
export default _default;
|
@@ -1,19 +1,19 @@
|
|
1
|
-
import { VNodeChild } from "vue";
|
2
1
|
declare const _default: {
|
3
2
|
new (...args: any[]): {
|
4
3
|
$: import("vue").ComponentInternalInstance;
|
5
4
|
$data: {};
|
6
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
6
|
+
class: {
|
7
|
+
type: import("vue").PropType<String | String[]>;
|
8
|
+
required: boolean;
|
9
|
+
};
|
10
|
+
colorSchemaType: {
|
11
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
12
|
+
required: boolean;
|
13
|
+
};
|
14
|
+
container: {
|
15
|
+
type: import("vue").PropType<boolean>;
|
16
|
+
required: boolean;
|
17
17
|
};
|
18
18
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
19
19
|
$attrs: {
|
@@ -29,17 +29,18 @@ declare const _default: {
|
|
29
29
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
30
30
|
$emit: (event: string, ...args: any[]) => void;
|
31
31
|
$el: any;
|
32
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
32
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
33
|
+
class: {
|
34
|
+
type: import("vue").PropType<String | String[]>;
|
35
|
+
required: boolean;
|
36
|
+
};
|
37
|
+
colorSchemaType: {
|
38
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
39
|
+
required: boolean;
|
40
|
+
};
|
41
|
+
container: {
|
42
|
+
type: import("vue").PropType<boolean>;
|
43
|
+
required: boolean;
|
43
44
|
};
|
44
45
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
45
46
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -61,44 +62,41 @@ declare const _default: {
|
|
61
62
|
$forceUpdate: () => void;
|
62
63
|
$nextTick: typeof import("vue").nextTick;
|
63
64
|
$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;
|
64
|
-
} & Readonly<import("vue").ExtractPropTypes<
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
65
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
66
|
+
class: {
|
67
|
+
type: import("vue").PropType<String | String[]>;
|
68
|
+
required: boolean;
|
69
|
+
};
|
70
|
+
colorSchemaType: {
|
71
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
72
|
+
required: boolean;
|
73
|
+
};
|
74
|
+
container: {
|
75
|
+
type: import("vue").PropType<boolean>;
|
76
|
+
required: boolean;
|
75
77
|
};
|
76
78
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
77
79
|
__isFragment?: never;
|
78
80
|
__isTeleport?: never;
|
79
81
|
__isSuspense?: never;
|
80
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
82
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
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;
|
91
94
|
};
|
92
95
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
93
96
|
propsDefinition: Readonly<{} & {
|
94
97
|
class?: String | String[];
|
95
|
-
|
96
|
-
"v-slots"?: {
|
97
|
-
content: () => VNodeChild;
|
98
|
-
};
|
98
|
+
container?: boolean;
|
99
99
|
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
100
|
-
colorType?: import("@omnia/fx-models").ColorTypes;
|
101
|
-
testboolean?: boolean;
|
102
100
|
}>;
|
103
101
|
};
|
104
102
|
export default _default;
|
@@ -4,9 +4,6 @@ declare const _default: {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
|
-
id: {
|
8
|
-
type: StringConstructor;
|
9
|
-
};
|
10
7
|
lines: {
|
11
8
|
type: import("vue").PropType<lineType>;
|
12
9
|
};
|
@@ -21,8 +18,8 @@ declare const _default: {
|
|
21
18
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
22
19
|
required: boolean;
|
23
20
|
};
|
24
|
-
|
25
|
-
type: import("vue").PropType<
|
21
|
+
container: {
|
22
|
+
type: import("vue").PropType<boolean>;
|
26
23
|
required: boolean;
|
27
24
|
};
|
28
25
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
@@ -40,9 +37,6 @@ declare const _default: {
|
|
40
37
|
$emit: (event: string, ...args: any[]) => void;
|
41
38
|
$el: any;
|
42
39
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
43
|
-
id: {
|
44
|
-
type: StringConstructor;
|
45
|
-
};
|
46
40
|
lines: {
|
47
41
|
type: import("vue").PropType<lineType>;
|
48
42
|
};
|
@@ -57,8 +51,8 @@ declare const _default: {
|
|
57
51
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
58
52
|
required: boolean;
|
59
53
|
};
|
60
|
-
|
61
|
-
type: import("vue").PropType<
|
54
|
+
container: {
|
55
|
+
type: import("vue").PropType<boolean>;
|
62
56
|
required: boolean;
|
63
57
|
};
|
64
58
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
@@ -82,9 +76,6 @@ declare const _default: {
|
|
82
76
|
$nextTick: typeof import("vue").nextTick;
|
83
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;
|
84
78
|
} & Readonly<import("vue").ExtractPropTypes<{
|
85
|
-
id: {
|
86
|
-
type: StringConstructor;
|
87
|
-
};
|
88
79
|
lines: {
|
89
80
|
type: import("vue").PropType<lineType>;
|
90
81
|
};
|
@@ -99,8 +90,8 @@ declare const _default: {
|
|
99
90
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
100
91
|
required: boolean;
|
101
92
|
};
|
102
|
-
|
103
|
-
type: import("vue").PropType<
|
93
|
+
container: {
|
94
|
+
type: import("vue").PropType<boolean>;
|
104
95
|
required: boolean;
|
105
96
|
};
|
106
97
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -108,9 +99,6 @@ declare const _default: {
|
|
108
99
|
__isTeleport?: never;
|
109
100
|
__isSuspense?: never;
|
110
101
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
111
|
-
id: {
|
112
|
-
type: StringConstructor;
|
113
|
-
};
|
114
102
|
lines: {
|
115
103
|
type: import("vue").PropType<lineType>;
|
116
104
|
};
|
@@ -125,18 +113,17 @@ declare const _default: {
|
|
125
113
|
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes>;
|
126
114
|
required: boolean;
|
127
115
|
};
|
128
|
-
|
129
|
-
type: import("vue").PropType<
|
116
|
+
container: {
|
117
|
+
type: import("vue").PropType<boolean>;
|
130
118
|
required: boolean;
|
131
119
|
};
|
132
120
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
133
121
|
propsDefinition: Readonly<{} & {
|
134
122
|
nav?: boolean;
|
135
123
|
class?: String | String[];
|
136
|
-
|
124
|
+
container?: boolean;
|
137
125
|
lines?: lineType;
|
138
126
|
colorSchemaType?: import("@omnia/fx-models").ColorSchemaTypes;
|
139
|
-
colorType?: import("@omnia/fx-models").ColorTypes;
|
140
127
|
}>;
|
141
128
|
};
|
142
129
|
export default _default;
|