eco-vue-js 0.8.43 → 0.9.1
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/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +139 -3
- package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
- package/dist/components/Form/WFormValidator.vue.d.ts +1 -1
- package/dist/components/Form/WFormValidator.vue.d.ts.map +1 -1
- package/dist/components/Form/WFormValidator.vue.js +15 -2
- package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts +2 -2
- package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +4 -1
- package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -1
- package/dist/components/Input/WInputDate.vue.d.ts +12 -2
- package/dist/components/Input/WInputDate.vue.d.ts.map +1 -1
- package/dist/components/Input/WInputOptions.vue.d.ts +1 -1
- package/dist/components/List/types.d.ts.map +1 -1
- package/dist/components/Modal/WModalStepper.vue.d.ts +638 -4
- package/dist/components/Modal/WModalStepper.vue.d.ts.map +1 -1
- package/dist/components/Modal/WModalStepper.vue.js +17 -13
- package/dist/components/Select/WSelectAsyncSingle.vue.d.ts +4 -4
- package/dist/components/Select/WSelectSingle.vue.d.ts +4 -4
- package/dist/components/Select/WSelectStringified.vue.d.ts +4 -4
- package/dist/components/Tabs/WTabs.vue.d.ts +269 -12
- package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
- package/dist/components/Tabs/WTabs.vue.js +120 -105
- package/dist/components/Tabs/WTabsItem.vue.d.ts +33 -0
- package/dist/components/Tabs/WTabsItem.vue.d.ts.map +1 -0
- package/dist/components/Tabs/WTabsItem.vue.js +17 -0
- package/dist/components/Tabs/WTabsItem.vue2.js +5 -0
- package/dist/components/Tabs/components/TabItem.vue.d.ts +4 -2
- package/dist/components/Tabs/components/TabItem.vue.d.ts.map +1 -1
- package/dist/components/Tabs/components/TabItem.vue.js +6 -5
- package/dist/components/Tabs/components/TabTitleButton.vue.d.ts +58 -0
- package/dist/components/Tabs/components/TabTitleButton.vue.d.ts.map +1 -0
- package/dist/components/Tabs/components/TabTitleButton.vue.js +125 -0
- package/dist/components/Tabs/components/TabTitleButton.vue2.js +5 -0
- package/dist/imports/componentsPlugin.d.ts +2 -1
- package/dist/imports/componentsPlugin.d.ts.map +1 -1
- package/dist/main.js +1 -0
- package/dist/types/types.d.ts +1 -1
- package/dist/utils/Modal.d.ts.map +1 -1
- package/eslint/recommended.js +13 -3
- package/package.json +5 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WModalStepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/WModalStepper.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WModalStepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/WModalStepper.vue"],"names":[],"mappings":"AA8NA,iBAAS,cAAc;;uBAsPI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAyEq+O,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA/D3mP,OAAO,IAA6B;EAEjD;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cAnWT,OAAO;eACN,OAAO;mBACH,OAAO;;gBA6BP,IAAI;oBANA,IAAI;;;;;;;;;cAzBb,OAAO;eACN,OAAO;mBACH,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAmY2+O,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAlBvnP,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -9,7 +9,6 @@ const _hoisted_1 = { class: "h-1 w-full bg-gray-200 dark:bg-gray-700" };
|
|
9
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
10
10
|
__name: "WModalStepper",
|
11
11
|
props: {
|
12
|
-
names: {},
|
13
12
|
loading: { type: Boolean },
|
14
13
|
disabled: { type: Boolean },
|
15
14
|
disabledNext: { type: Boolean }
|
@@ -19,8 +18,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
19
18
|
const emit = __emit;
|
20
19
|
const slots = useSlots();
|
21
20
|
const tabsRef = useTemplateRef("tabs");
|
22
|
-
const defaultSlots = computed(() => slots.default?.()
|
21
|
+
const defaultSlots = computed(() => slots.default?.() ?? []);
|
22
|
+
const tabsLength = ref(0);
|
23
23
|
const current = ref(0);
|
24
|
+
const currentTitle = ref();
|
24
25
|
const previous = () => {
|
25
26
|
emit("previous", current.value);
|
26
27
|
tabsRef.value?.previous();
|
@@ -45,7 +46,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
45
46
|
return openBlock(), createBlock(_sfc_main$1, { maximized: "" }, {
|
46
47
|
title: withCtx(() => [
|
47
48
|
renderSlot(_ctx.$slots, "title", {}, () => [
|
48
|
-
createTextVNode(toDisplayString(
|
49
|
+
createTextVNode(toDisplayString(currentTitle.value), 1)
|
49
50
|
])
|
50
51
|
]),
|
51
52
|
subtitle: withCtx(() => [
|
@@ -53,7 +54,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
53
54
|
createElementVNode("div", {
|
54
55
|
class: "bg-primary-default dark:bg-primary-dark h-full transition-[width]",
|
55
56
|
style: normalizeStyle({
|
56
|
-
width: 100 * (current.value + 1) /
|
57
|
+
width: 100 * (current.value + 1) / tabsLength.value + "%"
|
57
58
|
})
|
58
59
|
}, null, 4)
|
59
60
|
])
|
@@ -64,9 +65,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
64
65
|
disabled: _ctx.loading || _ctx.disabled,
|
65
66
|
"semantic-type": unref(SemanticType).SECONDARY,
|
66
67
|
class: "w-full",
|
67
|
-
onClick: _cache[
|
68
|
+
onClick: _cache[4] || (_cache[4] = ($event) => _ctx.$emit("close:modal"))
|
68
69
|
}, {
|
69
|
-
default: withCtx(() => _cache[
|
70
|
+
default: withCtx(() => _cache[6] || (_cache[6] = [
|
70
71
|
createTextVNode(" Close ")
|
71
72
|
])),
|
72
73
|
_: 1
|
@@ -77,20 +78,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
77
78
|
class: "w-full",
|
78
79
|
onClick: previous
|
79
80
|
}, {
|
80
|
-
default: withCtx(() => _cache[
|
81
|
+
default: withCtx(() => _cache[7] || (_cache[7] = [
|
81
82
|
createTextVNode(" Back ")
|
82
83
|
])),
|
83
84
|
_: 1
|
84
85
|
}, 8, ["disabled", "semantic-type"])),
|
85
|
-
current.value ===
|
86
|
+
current.value === tabsLength.value - 1 ? (openBlock(), createBlock(_sfc_main$2, {
|
86
87
|
key: 2,
|
87
88
|
"semantic-type": unref(SemanticType).PRIMARY,
|
88
89
|
loading: _ctx.loading,
|
89
90
|
disabled: _ctx.disabled || _ctx.disabledNext,
|
90
91
|
class: "w-full",
|
91
|
-
onClick: _cache[
|
92
|
+
onClick: _cache[5] || (_cache[5] = ($event) => _ctx.$emit("submit"))
|
92
93
|
}, {
|
93
|
-
default: withCtx(() => _cache[
|
94
|
+
default: withCtx(() => _cache[8] || (_cache[8] = [
|
94
95
|
createTextVNode(" Submit ")
|
95
96
|
])),
|
96
97
|
_: 1
|
@@ -102,7 +103,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
102
103
|
class: "w-full",
|
103
104
|
onClick: next
|
104
105
|
}, {
|
105
|
-
default: withCtx(() => _cache[
|
106
|
+
default: withCtx(() => _cache[9] || (_cache[9] = [
|
106
107
|
createTextVNode(" Next ")
|
107
108
|
])),
|
108
109
|
_: 1
|
@@ -112,8 +113,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
112
113
|
createVNode(_sfc_main$3, {
|
113
114
|
ref: "tabs",
|
114
115
|
"custom-slots": defaultSlots.value,
|
115
|
-
"
|
116
|
-
"onUpdate:
|
116
|
+
"no-header": "",
|
117
|
+
"onUpdate:currentIndex": _cache[0] || (_cache[0] = ($event) => current.value = $event),
|
118
|
+
"onUpdate:currentTitle": _cache[1] || (_cache[1] = ($event) => currentTitle.value = $event),
|
119
|
+
"onUpdate:hasChanges": _cache[2] || (_cache[2] = ($event) => _ctx.$emit("update:has-changes", $event)),
|
120
|
+
"onUpdate:tabsLength": _cache[3] || (_cache[3] = ($event) => tabsLength.value = $event)
|
117
121
|
}, null, 8, ["custom-slots"])
|
118
122
|
]),
|
119
123
|
_: 3
|
@@ -12,10 +12,10 @@ declare const _default: <Model extends number | string, Data extends DefaultData
|
|
12
12
|
title?(_: {}): any;
|
13
13
|
subtitle?(_: {}): any;
|
14
14
|
option?(_: {
|
15
|
-
option:
|
16
|
-
selected:
|
17
|
-
model:
|
18
|
-
search:
|
15
|
+
option: Data | null;
|
16
|
+
selected: boolean;
|
17
|
+
model: boolean;
|
18
|
+
search: string | undefined;
|
19
19
|
}): any;
|
20
20
|
right?(_: {}): any;
|
21
21
|
};
|
@@ -13,10 +13,10 @@ declare const _default: <Model extends number | string, Data extends DefaultData
|
|
13
13
|
title?(_: {}): any;
|
14
14
|
subtitle?(_: {}): any;
|
15
15
|
option?(_: {
|
16
|
-
option:
|
17
|
-
selected:
|
18
|
-
model:
|
19
|
-
search:
|
16
|
+
option: Data | null;
|
17
|
+
selected: boolean;
|
18
|
+
model: boolean;
|
19
|
+
search: string | undefined;
|
20
20
|
}): any;
|
21
21
|
right?(_: {}): any;
|
22
22
|
};
|
@@ -13,10 +13,10 @@ declare const _default: <Model extends string, Data extends DefaultData, QueryPa
|
|
13
13
|
title?(_: {}): any;
|
14
14
|
subtitle?(_: {}): any;
|
15
15
|
option?(_: {
|
16
|
-
option:
|
17
|
-
selected:
|
18
|
-
model:
|
19
|
-
search:
|
16
|
+
option: Data | null;
|
17
|
+
selected: boolean;
|
18
|
+
model: boolean;
|
19
|
+
search: string | undefined;
|
20
20
|
}): any;
|
21
21
|
right?(_: {}): any;
|
22
22
|
};
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import { VNode } from 'vue';
|
1
|
+
import { CSSProperties, VNode, nextTick } from 'vue';
|
2
2
|
import { default as WForm } from '../Form/WForm.vue';
|
3
3
|
declare const _default: import('vue').DefineComponent<{
|
4
|
-
names?: string[] | Record<number, string>;
|
5
|
-
namesForm?: string[] | Record<number, string>;
|
6
|
-
icons?: SVGComponent[] | Record<number, SVGComponent>;
|
7
4
|
customSlots?: VNode[];
|
8
5
|
lessTransitions?: boolean;
|
9
6
|
initTab?: number;
|
10
7
|
side?: boolean;
|
11
8
|
disableMinHeight?: boolean;
|
9
|
+
noHeader?: boolean;
|
10
|
+
switchToNew?: boolean;
|
12
11
|
}, {
|
12
|
+
updateCurrent: (value: string) => void;
|
13
13
|
updateIndex: (value: number) => void;
|
14
14
|
next: () => void;
|
15
15
|
previous: () => void;
|
@@ -20,24 +20,281 @@ declare const _default: import('vue').DefineComponent<{
|
|
20
20
|
initModel: (index: number) => ReturnType<ComponentInstance<typeof WForm>["initModel"]>;
|
21
21
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
22
22
|
"update:has-changes": (value: boolean) => any;
|
23
|
-
"update:current": (value:
|
23
|
+
"update:current": (value: string) => any;
|
24
|
+
"update:current-index": (value: number) => any;
|
25
|
+
"update:current-title": (value: string) => any;
|
26
|
+
"update:tabs-length": (value: number) => any;
|
24
27
|
}, string, import('vue').PublicProps, Readonly<{
|
25
|
-
names?: string[] | Record<number, string>;
|
26
|
-
namesForm?: string[] | Record<number, string>;
|
27
|
-
icons?: SVGComponent[] | Record<number, SVGComponent>;
|
28
28
|
customSlots?: VNode[];
|
29
29
|
lessTransitions?: boolean;
|
30
30
|
initTab?: number;
|
31
31
|
side?: boolean;
|
32
32
|
disableMinHeight?: boolean;
|
33
|
+
noHeader?: boolean;
|
34
|
+
switchToNew?: boolean;
|
33
35
|
}> & Readonly<{
|
34
36
|
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
35
|
-
"onUpdate:current"?: ((value:
|
37
|
+
"onUpdate:current"?: ((value: string) => any) | undefined;
|
38
|
+
"onUpdate:current-index"?: ((value: number) => any) | undefined;
|
39
|
+
"onUpdate:current-title"?: ((value: string) => any) | undefined;
|
40
|
+
"onUpdate:tabs-length"?: ((value: number) => any) | undefined;
|
36
41
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
37
42
|
buttonContainer: HTMLDivElement;
|
38
|
-
button:
|
39
|
-
|
40
|
-
|
43
|
+
button: (({
|
44
|
+
$: import('vue').ComponentInternalInstance;
|
45
|
+
$data: {};
|
46
|
+
$props: {
|
47
|
+
readonly active: boolean;
|
48
|
+
readonly index: number;
|
49
|
+
readonly hasError: boolean;
|
50
|
+
readonly hasChanges: boolean;
|
51
|
+
readonly title: string;
|
52
|
+
readonly icon: SVGComponent | undefined;
|
53
|
+
readonly side?: boolean | undefined;
|
54
|
+
readonly onClick?: ((value: MouseEvent) => any) | undefined;
|
55
|
+
readonly "onUpdate:indicator-style"?: ((value: CSSProperties) => any) | undefined;
|
56
|
+
readonly "onUpdate:scroll-position"?: ((value: {
|
57
|
+
left: number;
|
58
|
+
} | {
|
59
|
+
top: number;
|
60
|
+
}) => any) | undefined;
|
61
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
62
|
+
$attrs: {
|
63
|
+
[x: string]: unknown;
|
64
|
+
};
|
65
|
+
$refs: {
|
66
|
+
[x: string]: unknown;
|
67
|
+
} & {
|
68
|
+
button: HTMLButtonElement;
|
69
|
+
};
|
70
|
+
$slots: Readonly<{
|
71
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
72
|
+
}>;
|
73
|
+
$root: import('vue').ComponentPublicInstance | null;
|
74
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
75
|
+
$host: Element | null;
|
76
|
+
$emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:indicator-style", value: CSSProperties) => void) & ((event: "update:scroll-position", value: {
|
77
|
+
left: number;
|
78
|
+
} | {
|
79
|
+
top: number;
|
80
|
+
}) => void);
|
81
|
+
$el: any;
|
82
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
83
|
+
active: boolean;
|
84
|
+
index: number;
|
85
|
+
hasError: boolean;
|
86
|
+
hasChanges: boolean;
|
87
|
+
title: string;
|
88
|
+
icon: SVGComponent | undefined;
|
89
|
+
side?: boolean;
|
90
|
+
}> & Readonly<{
|
91
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
92
|
+
"onUpdate:indicator-style"?: ((value: CSSProperties) => any) | undefined;
|
93
|
+
"onUpdate:scroll-position"?: ((value: {
|
94
|
+
left: number;
|
95
|
+
} | {
|
96
|
+
top: number;
|
97
|
+
}) => any) | undefined;
|
98
|
+
}>, {
|
99
|
+
update: () => void;
|
100
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
101
|
+
click: (value: MouseEvent) => any;
|
102
|
+
"update:indicator-style": (value: CSSProperties) => any;
|
103
|
+
"update:scroll-position": (value: {
|
104
|
+
left: number;
|
105
|
+
} | {
|
106
|
+
top: number;
|
107
|
+
}) => any;
|
108
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
109
|
+
beforeCreate?: (() => void) | (() => void)[];
|
110
|
+
created?: (() => void) | (() => void)[];
|
111
|
+
beforeMount?: (() => void) | (() => void)[];
|
112
|
+
mounted?: (() => void) | (() => void)[];
|
113
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
114
|
+
updated?: (() => void) | (() => void)[];
|
115
|
+
activated?: (() => void) | (() => void)[];
|
116
|
+
deactivated?: (() => void) | (() => void)[];
|
117
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
118
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
119
|
+
destroyed?: (() => void) | (() => void)[];
|
120
|
+
unmounted?: (() => void) | (() => void)[];
|
121
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
122
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
123
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
124
|
+
};
|
125
|
+
$forceUpdate: () => void;
|
126
|
+
$nextTick: typeof nextTick;
|
127
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
128
|
+
} & Readonly<{}> & Omit<Readonly<{
|
129
|
+
active: boolean;
|
130
|
+
index: number;
|
131
|
+
hasError: boolean;
|
132
|
+
hasChanges: boolean;
|
133
|
+
title: string;
|
134
|
+
icon: SVGComponent | undefined;
|
135
|
+
side?: boolean;
|
136
|
+
}> & Readonly<{
|
137
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
138
|
+
"onUpdate:indicator-style"?: ((value: CSSProperties) => any) | undefined;
|
139
|
+
"onUpdate:scroll-position"?: ((value: {
|
140
|
+
left: number;
|
141
|
+
} | {
|
142
|
+
top: number;
|
143
|
+
}) => any) | undefined;
|
144
|
+
}>, "update"> & import('vue').ShallowUnwrapRef<{
|
145
|
+
update: () => void;
|
146
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
147
|
+
$slots: {
|
148
|
+
title?(_: {}): any;
|
149
|
+
suffix?(_: {}): any;
|
150
|
+
right?(_: {}): any;
|
151
|
+
};
|
152
|
+
}) | null)[];
|
153
|
+
tabItem: (({
|
154
|
+
$: import('vue').ComponentInternalInstance;
|
155
|
+
$data: {};
|
156
|
+
$props: {
|
157
|
+
readonly active: boolean;
|
158
|
+
readonly "onUpdate:height"?: ((value: number) => any) | undefined;
|
159
|
+
readonly "onUpdate:active"?: (() => any) | undefined;
|
160
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
161
|
+
$attrs: {
|
162
|
+
[x: string]: unknown;
|
163
|
+
};
|
164
|
+
$refs: {
|
165
|
+
[x: string]: unknown;
|
166
|
+
} & {
|
167
|
+
element: HTMLDivElement;
|
168
|
+
};
|
169
|
+
$slots: Readonly<{
|
170
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
171
|
+
}>;
|
172
|
+
$root: import('vue').ComponentPublicInstance | null;
|
173
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
174
|
+
$host: Element | null;
|
175
|
+
$emit: ((event: "update:height", value: number) => void) & ((event: "update:active") => void);
|
176
|
+
$el: any;
|
177
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
178
|
+
active: boolean;
|
179
|
+
}> & Readonly<{
|
180
|
+
"onUpdate:height"?: ((value: number) => any) | undefined;
|
181
|
+
"onUpdate:active"?: (() => any) | undefined;
|
182
|
+
}>, {
|
183
|
+
emitHeight: () => void;
|
184
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
185
|
+
"update:height": (value: number) => any;
|
186
|
+
"update:active": () => any;
|
187
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
188
|
+
beforeCreate?: (() => void) | (() => void)[];
|
189
|
+
created?: (() => void) | (() => void)[];
|
190
|
+
beforeMount?: (() => void) | (() => void)[];
|
191
|
+
mounted?: (() => void) | (() => void)[];
|
192
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
193
|
+
updated?: (() => void) | (() => void)[];
|
194
|
+
activated?: (() => void) | (() => void)[];
|
195
|
+
deactivated?: (() => void) | (() => void)[];
|
196
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
197
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
198
|
+
destroyed?: (() => void) | (() => void)[];
|
199
|
+
unmounted?: (() => void) | (() => void)[];
|
200
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
201
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
202
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
203
|
+
};
|
204
|
+
$forceUpdate: () => void;
|
205
|
+
$nextTick: typeof nextTick;
|
206
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
207
|
+
} & Readonly<{}> & Omit<Readonly<{
|
208
|
+
active: boolean;
|
209
|
+
}> & Readonly<{
|
210
|
+
"onUpdate:height"?: ((value: number) => any) | undefined;
|
211
|
+
"onUpdate:active"?: (() => any) | undefined;
|
212
|
+
}>, "emitHeight"> & import('vue').ShallowUnwrapRef<{
|
213
|
+
emitHeight: () => void;
|
214
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
215
|
+
$slots: {
|
216
|
+
default?(_: {}): any;
|
217
|
+
};
|
218
|
+
}) | null)[];
|
219
|
+
form: (({
|
220
|
+
$: import('vue').ComponentInternalInstance;
|
221
|
+
$data: {};
|
222
|
+
$props: {
|
223
|
+
readonly name?: string | undefined;
|
224
|
+
readonly title?: string | undefined;
|
225
|
+
readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
226
|
+
readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
227
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
228
|
+
$attrs: {
|
229
|
+
[x: string]: unknown;
|
230
|
+
};
|
231
|
+
$refs: {
|
232
|
+
[x: string]: unknown;
|
233
|
+
};
|
234
|
+
$slots: Readonly<{
|
235
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
236
|
+
}>;
|
237
|
+
$root: import('vue').ComponentPublicInstance | null;
|
238
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
239
|
+
$host: Element | null;
|
240
|
+
$emit: ((event: "update:has-changes", value: boolean) => void) & ((event: "update:is-valid", value: boolean | undefined) => void);
|
241
|
+
$el: any;
|
242
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
243
|
+
name?: string;
|
244
|
+
title?: string;
|
245
|
+
}> & Readonly<{
|
246
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
247
|
+
"onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
248
|
+
}>, {
|
249
|
+
isValid: import('vue').ComputedRef<boolean>;
|
250
|
+
validate: (silent?: boolean, path?: import('../Form/use/useFormValidateMap').ValidatePath) => string | undefined;
|
251
|
+
invalidate: (payload: {
|
252
|
+
[x: string]: string | string[] | undefined;
|
253
|
+
}) => void;
|
254
|
+
initModel: () => void;
|
255
|
+
errorMessage: import('vue').ComputedRef<string>;
|
256
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
257
|
+
"update:has-changes": (value: boolean) => any;
|
258
|
+
"update:is-valid": (value: boolean | undefined) => any;
|
259
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
260
|
+
beforeCreate?: (() => void) | (() => void)[];
|
261
|
+
created?: (() => void) | (() => void)[];
|
262
|
+
beforeMount?: (() => void) | (() => void)[];
|
263
|
+
mounted?: (() => void) | (() => void)[];
|
264
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
265
|
+
updated?: (() => void) | (() => void)[];
|
266
|
+
activated?: (() => void) | (() => void)[];
|
267
|
+
deactivated?: (() => void) | (() => void)[];
|
268
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
269
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
270
|
+
destroyed?: (() => void) | (() => void)[];
|
271
|
+
unmounted?: (() => void) | (() => void)[];
|
272
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
273
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
274
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
275
|
+
};
|
276
|
+
$forceUpdate: () => void;
|
277
|
+
$nextTick: typeof nextTick;
|
278
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
279
|
+
} & Readonly<{}> & Omit<Readonly<{
|
280
|
+
name?: string;
|
281
|
+
title?: string;
|
282
|
+
}> & Readonly<{
|
283
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
284
|
+
"onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
285
|
+
}>, "errorMessage" | "isValid" | "validate" | "invalidate" | "initModel"> & import('vue').ShallowUnwrapRef<{
|
286
|
+
isValid: import('vue').ComputedRef<boolean>;
|
287
|
+
validate: (silent?: boolean, path?: import('../Form/use/useFormValidateMap').ValidatePath) => string | undefined;
|
288
|
+
invalidate: (payload: {
|
289
|
+
[x: string]: string | string[] | undefined;
|
290
|
+
}) => void;
|
291
|
+
initModel: () => void;
|
292
|
+
errorMessage: import('vue').ComputedRef<string>;
|
293
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
294
|
+
$slots: {
|
295
|
+
default?(_: {}): any;
|
296
|
+
};
|
297
|
+
}) | null)[];
|
41
298
|
}, any>;
|
42
299
|
export default _default;
|
43
300
|
//# sourceMappingURL=WTabs.vue.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WTabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/WTabs.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WTabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/WTabs.vue"],"names":[],"mappings":"AAsSA,OAAO,EAAC,KAAK,aAAa,EAAkB,KAAK,KAAK,EAAoB,QAAQ,EAAyE,MAAM,KAAK,CAAA;AAEtK,OAAO,KAAK,MAAM,6BAA6B,CAAA;;kBAW/B,KAAK,EAAE;sBACH,OAAO;cACf,MAAM;WACT,OAAO;uBACK,OAAO;eACf,OAAO;kBACJ,OAAO;;2BA6DO,MAAM;yBAMR,MAAM;gBAcjB,IAAI;oBAIA,IAAI;sBAUA,MAAM,6GAAqE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,UAAU,CAAC,CAAC;wBAIhI,MAAM;;UAAuE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,YAAY,CAAC,CAAC;uBAIvI,MAAM,KAAsE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC;;;;;;;;kBA7G9I,KAAK,EAAE;sBACH,OAAO;cACf,MAAM;WACT,OAAO;uBACK,OAAO;eACf,OAAO;kBACJ,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAsW4B,GAAG,8CAErB,GAAG,yBACnB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAHP,GAAG,8CAErB,GAAG,yBACnB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAHP,GAAG,8CAErB,GAAG,yBACnB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;AAqJ1D,wBAeG"}
|