@enos5/enos-vue-default 1.8.0 → 1.8.2
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/ColorPicker.vue.d.ts +18 -0
- package/dist/components/ConfirmationModal.vue.d.ts +1 -1
- package/dist/components/DialogModal.vue.d.ts +1 -1
- package/dist/components/InputGroup.vue.d.ts +18 -0
- package/dist/components/Modal.vue.d.ts +1 -1
- package/dist/index.js +21 -21
- package/dist/index.node.js +21 -21
- package/dist/{plugin-ODQo1Iv8.js → plugin-DYTVm2W1.js} +858 -240
- package/dist/plugin-DYTVm2W1.js.map +1 -0
- package/dist/styles.css +188 -38
- package/package.json +1 -1
- package/dist/plugin-ODQo1Iv8.js.map +0 -1
|
@@ -13,6 +13,14 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
13
13
|
type: StringConstructor;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
|
+
allowAlpha: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
variant: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
16
24
|
}>, {
|
|
17
25
|
focus: () => any;
|
|
18
26
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -31,11 +39,21 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
31
39
|
type: StringConstructor;
|
|
32
40
|
default: string;
|
|
33
41
|
};
|
|
42
|
+
allowAlpha: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
variant: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
34
50
|
}>> & Readonly<{
|
|
35
51
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
36
52
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
37
53
|
}>, {
|
|
38
54
|
disabled: boolean;
|
|
55
|
+
variant: string;
|
|
39
56
|
modelValue: string | null;
|
|
40
57
|
disabledClass: string;
|
|
58
|
+
allowAlpha: boolean;
|
|
41
59
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -46,8 +46,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
46
46
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
}>, {
|
|
48
48
|
position: string;
|
|
49
|
-
show: boolean;
|
|
50
49
|
maxWidth: string;
|
|
50
|
+
show: boolean;
|
|
51
51
|
closeable: boolean;
|
|
52
52
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
53
|
type __VLS_Slots = {
|
|
@@ -35,8 +35,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
35
35
|
}>> & Readonly<{
|
|
36
36
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
37
37
|
}>, {
|
|
38
|
-
show: boolean;
|
|
39
38
|
maxWidth: string;
|
|
39
|
+
show: boolean;
|
|
40
40
|
closeable: boolean;
|
|
41
41
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
42
|
type __VLS_Slots = {
|
|
@@ -177,6 +177,14 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
177
177
|
type: StringConstructor;
|
|
178
178
|
default: string;
|
|
179
179
|
};
|
|
180
|
+
allowAlpha: {
|
|
181
|
+
type: BooleanConstructor;
|
|
182
|
+
default: boolean;
|
|
183
|
+
};
|
|
184
|
+
variant: {
|
|
185
|
+
type: StringConstructor;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
180
188
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
181
189
|
"update:modelValue": (...args: any[]) => void;
|
|
182
190
|
blur: (...args: any[]) => void;
|
|
@@ -353,6 +361,14 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
353
361
|
type: StringConstructor;
|
|
354
362
|
default: string;
|
|
355
363
|
};
|
|
364
|
+
allowAlpha: {
|
|
365
|
+
type: BooleanConstructor;
|
|
366
|
+
default: boolean;
|
|
367
|
+
};
|
|
368
|
+
variant: {
|
|
369
|
+
type: StringConstructor;
|
|
370
|
+
default: string;
|
|
371
|
+
};
|
|
356
372
|
}>> & Readonly<{
|
|
357
373
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
358
374
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -360,6 +376,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
360
376
|
label: string;
|
|
361
377
|
name: string;
|
|
362
378
|
disabled: boolean;
|
|
379
|
+
variant: string;
|
|
363
380
|
modelValue: string | number | boolean | unknown[] | null;
|
|
364
381
|
disabledClass: string;
|
|
365
382
|
modelModifiers: Record<string, any>;
|
|
@@ -399,6 +416,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
399
416
|
outputFormat: string;
|
|
400
417
|
startLabel: string;
|
|
401
418
|
endLabel: string;
|
|
419
|
+
allowAlpha: boolean;
|
|
402
420
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
403
421
|
type __VLS_Slots = {
|
|
404
422
|
'unsupported-type'?: ((props: {
|
|
@@ -46,8 +46,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
46
46
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
}>, {
|
|
48
48
|
position: string;
|
|
49
|
-
show: boolean;
|
|
50
49
|
maxWidth: string;
|
|
50
|
+
show: boolean;
|
|
51
51
|
closeable: boolean;
|
|
52
52
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
53
|
type __VLS_Slots = {
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './styles.css';
|
|
2
|
-
import { _, a, b, c, d, e, f, g, h, i, j, k,
|
|
2
|
+
import { _, a, b, c, d, e, f, g, h, i, C, j, k, D, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, S, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, T, U, V, W, X, Y, Z, $, a0, a1, a2, a3 } from "./plugin-DYTVm2W1.js";
|
|
3
3
|
export {
|
|
4
4
|
_ as ActionCard,
|
|
5
5
|
a as ActionMessage,
|
|
@@ -11,27 +11,27 @@ export {
|
|
|
11
11
|
g as Checkbox,
|
|
12
12
|
h as CheckboxInput,
|
|
13
13
|
i as CheckboxMultipleInput,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
C as ColorPicker,
|
|
15
|
+
j as ConfirmationModal,
|
|
16
|
+
k as CustomSelect,
|
|
17
17
|
D as DateInput,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
18
|
+
l as DateRangeInput,
|
|
19
|
+
m as DialogModal,
|
|
20
|
+
n as Divider,
|
|
21
|
+
o as Dropdown,
|
|
22
|
+
p as DropdownLink,
|
|
23
|
+
q as EnosVueDefault,
|
|
24
|
+
r as FormSection,
|
|
25
|
+
s as ImageInput,
|
|
26
|
+
t as InputError,
|
|
27
|
+
u as InputGroup,
|
|
28
|
+
v as InputLabel,
|
|
29
|
+
w as LinkButton,
|
|
30
|
+
x as Modal,
|
|
31
|
+
y as NotationInput,
|
|
32
|
+
z as RadioInput,
|
|
33
|
+
A as RadioMultipleInput,
|
|
34
|
+
B as SectionBorder,
|
|
35
35
|
S as SectionTitle,
|
|
36
36
|
E as SelectInput,
|
|
37
37
|
F as Sidebar,
|
package/dist/index.node.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _, a, b, c, d, e, f, g, h, i, j, k,
|
|
1
|
+
import { _, a, b, c, d, e, f, g, h, i, C, j, k, D, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, S, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, T, U, V, W, X, Y, Z, $, a0, a1, a2, a3 } from "./plugin-DYTVm2W1.js";
|
|
2
2
|
export {
|
|
3
3
|
_ as ActionCard,
|
|
4
4
|
a as ActionMessage,
|
|
@@ -10,27 +10,27 @@ export {
|
|
|
10
10
|
g as Checkbox,
|
|
11
11
|
h as CheckboxInput,
|
|
12
12
|
i as CheckboxMultipleInput,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
C as ColorPicker,
|
|
14
|
+
j as ConfirmationModal,
|
|
15
|
+
k as CustomSelect,
|
|
16
16
|
D as DateInput,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
17
|
+
l as DateRangeInput,
|
|
18
|
+
m as DialogModal,
|
|
19
|
+
n as Divider,
|
|
20
|
+
o as Dropdown,
|
|
21
|
+
p as DropdownLink,
|
|
22
|
+
q as EnosVueDefault,
|
|
23
|
+
r as FormSection,
|
|
24
|
+
s as ImageInput,
|
|
25
|
+
t as InputError,
|
|
26
|
+
u as InputGroup,
|
|
27
|
+
v as InputLabel,
|
|
28
|
+
w as LinkButton,
|
|
29
|
+
x as Modal,
|
|
30
|
+
y as NotationInput,
|
|
31
|
+
z as RadioInput,
|
|
32
|
+
A as RadioMultipleInput,
|
|
33
|
+
B as SectionBorder,
|
|
34
34
|
S as SectionTitle,
|
|
35
35
|
E as SelectInput,
|
|
36
36
|
F as Sidebar,
|