pukaad-ui-lib 1.3.2 → 1.3.3
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/module.json +2 -2
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/image/image-cropper.d.vue.ts +1 -1
- package/dist/runtime/components/image/image-cropper.vue.d.ts +1 -1
- package/dist/runtime/components/input/input-autocomplete.d.vue.ts +1 -1
- package/dist/runtime/components/input/input-autocomplete.vue.d.ts +1 -1
- package/dist/runtime/components/input/input-file.d.vue.ts +2 -2
- package/dist/runtime/components/input/input-file.vue.d.ts +2 -2
- package/dist/runtime/components/input/input-password.d.vue.ts +1 -1
- package/dist/runtime/components/input/input-password.vue.d.ts +1 -1
- package/dist/runtime/components/input/input-radio.d.vue.ts +4 -4
- package/dist/runtime/components/input/input-radio.vue.d.ts +4 -4
- package/dist/runtime/components/input/input-slider.d.vue.ts +1 -1
- package/dist/runtime/components/input/input-slider.vue.d.ts +1 -1
- package/dist/runtime/components/input/input-textarea.d.vue.ts +1 -1
- package/dist/runtime/components/input/input-textarea.vue.d.ts +1 -1
- package/dist/runtime/components/table.d.vue.ts +6 -6
- package/dist/runtime/components/table.vue.d.ts +6 -6
- package/dist/runtime/components/ui/command/CommandDialog.d.vue.ts +1 -1
- package/dist/runtime/components/ui/command/CommandDialog.vue.d.ts +1 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -64,12 +64,12 @@ declare const __VLS_export: import("vue").DefineComponent<ImageCropperProps, {
|
|
|
64
64
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ImageCropperProps> & Readonly<{}>, {
|
|
65
65
|
center: boolean;
|
|
66
66
|
src: string;
|
|
67
|
+
modal: boolean;
|
|
67
68
|
responsive: boolean;
|
|
68
69
|
restore: boolean;
|
|
69
70
|
checkCrossOrigin: boolean;
|
|
70
71
|
checkOrientation: boolean;
|
|
71
72
|
crossorigin: "" | "anonymous" | "use-credentials";
|
|
72
|
-
modal: boolean;
|
|
73
73
|
guides: boolean;
|
|
74
74
|
highlight: boolean;
|
|
75
75
|
background: boolean;
|
|
@@ -64,12 +64,12 @@ declare const __VLS_export: import("vue").DefineComponent<ImageCropperProps, {
|
|
|
64
64
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ImageCropperProps> & Readonly<{}>, {
|
|
65
65
|
center: boolean;
|
|
66
66
|
src: string;
|
|
67
|
+
modal: boolean;
|
|
67
68
|
responsive: boolean;
|
|
68
69
|
restore: boolean;
|
|
69
70
|
checkCrossOrigin: boolean;
|
|
70
71
|
checkOrientation: boolean;
|
|
71
72
|
crossorigin: "" | "anonymous" | "use-credentials";
|
|
72
|
-
modal: boolean;
|
|
73
73
|
guides: boolean;
|
|
74
74
|
highlight: boolean;
|
|
75
75
|
background: boolean;
|
|
@@ -35,9 +35,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
35
35
|
required: boolean;
|
|
36
36
|
id: string;
|
|
37
37
|
name: string;
|
|
38
|
-
placeholder: string;
|
|
39
38
|
description: string;
|
|
40
39
|
options: AutocompleteOption[] | string[] | number[];
|
|
40
|
+
placeholder: string;
|
|
41
41
|
disabledErrorMessage: boolean;
|
|
42
42
|
disabledBorder: boolean;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -35,9 +35,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
35
35
|
required: boolean;
|
|
36
36
|
id: string;
|
|
37
37
|
name: string;
|
|
38
|
-
placeholder: string;
|
|
39
38
|
description: string;
|
|
40
39
|
options: AutocompleteOption[] | string[] | number[];
|
|
40
|
+
placeholder: string;
|
|
41
41
|
disabledErrorMessage: boolean;
|
|
42
42
|
disabledBorder: boolean;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -5,7 +5,7 @@ type __VLS_ModelProps = {
|
|
|
5
5
|
};
|
|
6
6
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
7
|
declare var __VLS_22: {
|
|
8
|
-
label:
|
|
8
|
+
label: any;
|
|
9
9
|
}, __VLS_29: {};
|
|
10
10
|
type __VLS_Slots = {} & {
|
|
11
11
|
default?: (props: typeof __VLS_22) => any;
|
|
@@ -27,8 +27,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
|
|
|
27
27
|
label: string;
|
|
28
28
|
name: string;
|
|
29
29
|
limit: number;
|
|
30
|
-
disabledErrorMessage: boolean;
|
|
31
30
|
accept: string;
|
|
31
|
+
disabledErrorMessage: boolean;
|
|
32
32
|
labelIcon: string;
|
|
33
33
|
disabledDrop: boolean;
|
|
34
34
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -5,7 +5,7 @@ type __VLS_ModelProps = {
|
|
|
5
5
|
};
|
|
6
6
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
7
|
declare var __VLS_22: {
|
|
8
|
-
label:
|
|
8
|
+
label: any;
|
|
9
9
|
}, __VLS_29: {};
|
|
10
10
|
type __VLS_Slots = {} & {
|
|
11
11
|
default?: (props: typeof __VLS_22) => any;
|
|
@@ -27,8 +27,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
|
|
|
27
27
|
label: string;
|
|
28
28
|
name: string;
|
|
29
29
|
limit: number;
|
|
30
|
-
disabledErrorMessage: boolean;
|
|
31
30
|
accept: string;
|
|
31
|
+
disabledErrorMessage: boolean;
|
|
32
32
|
labelIcon: string;
|
|
33
33
|
disabledDrop: boolean;
|
|
34
34
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -18,8 +18,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
18
18
|
}>, {
|
|
19
19
|
id: string;
|
|
20
20
|
name: string;
|
|
21
|
-
new: boolean;
|
|
22
21
|
disabledForgotPassword: boolean;
|
|
22
|
+
new: boolean;
|
|
23
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
24
|
declare const _default: typeof __VLS_export;
|
|
25
25
|
export default _default;
|
|
@@ -18,8 +18,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
18
18
|
}>, {
|
|
19
19
|
id: string;
|
|
20
20
|
name: string;
|
|
21
|
-
new: boolean;
|
|
22
21
|
disabledForgotPassword: boolean;
|
|
22
|
+
new: boolean;
|
|
23
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
24
|
declare const _default: typeof __VLS_export;
|
|
25
25
|
export default _default;
|
|
@@ -5,10 +5,10 @@ type __VLS_ModelProps = {
|
|
|
5
5
|
};
|
|
6
6
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
7
|
declare var __VLS_7: {
|
|
8
|
-
item:
|
|
9
|
-
}, __VLS_10: `label-${
|
|
10
|
-
item:
|
|
11
|
-
}, __VLS_20: `label-${
|
|
8
|
+
item: any;
|
|
9
|
+
}, __VLS_10: `label-${any}-text`, __VLS_11: {}, __VLS_14: `label-${any}-text`, __VLS_15: {}, __VLS_17: {
|
|
10
|
+
item: any;
|
|
11
|
+
}, __VLS_20: `label-${any}-text`, __VLS_21: {}, __VLS_24: `label-${any}-text`, __VLS_25: {}, __VLS_27: {};
|
|
12
12
|
type __VLS_Slots = {} & {
|
|
13
13
|
[K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
|
|
14
14
|
} & {
|
|
@@ -5,10 +5,10 @@ type __VLS_ModelProps = {
|
|
|
5
5
|
};
|
|
6
6
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
7
|
declare var __VLS_7: {
|
|
8
|
-
item:
|
|
9
|
-
}, __VLS_10: `label-${
|
|
10
|
-
item:
|
|
11
|
-
}, __VLS_20: `label-${
|
|
8
|
+
item: any;
|
|
9
|
+
}, __VLS_10: `label-${any}-text`, __VLS_11: {}, __VLS_14: `label-${any}-text`, __VLS_15: {}, __VLS_17: {
|
|
10
|
+
item: any;
|
|
11
|
+
}, __VLS_20: `label-${any}-text`, __VLS_21: {}, __VLS_24: `label-${any}-text`, __VLS_25: {}, __VLS_27: {};
|
|
12
12
|
type __VLS_Slots = {} & {
|
|
13
13
|
[K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
|
|
14
14
|
} & {
|
|
@@ -12,9 +12,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
12
12
|
color: InputSliderColor;
|
|
13
13
|
fullWidth: boolean;
|
|
14
14
|
label: string;
|
|
15
|
+
step: number;
|
|
15
16
|
min: number;
|
|
16
17
|
max: number;
|
|
17
|
-
step: number;
|
|
18
18
|
lineHeight: number | string;
|
|
19
19
|
appearance: boolean;
|
|
20
20
|
thumbSize: number | string;
|
|
@@ -12,9 +12,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
12
12
|
color: InputSliderColor;
|
|
13
13
|
fullWidth: boolean;
|
|
14
14
|
label: string;
|
|
15
|
+
step: number;
|
|
15
16
|
min: number;
|
|
16
17
|
max: number;
|
|
17
|
-
step: number;
|
|
18
18
|
lineHeight: number | string;
|
|
19
19
|
appearance: boolean;
|
|
20
20
|
thumbSize: number | string;
|
|
@@ -25,8 +25,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
25
25
|
required: boolean;
|
|
26
26
|
name: string;
|
|
27
27
|
disabled: boolean;
|
|
28
|
-
disabledPadding: boolean;
|
|
29
28
|
rows: number | string;
|
|
29
|
+
disabledPadding: boolean;
|
|
30
30
|
disabledErrorMessage: boolean;
|
|
31
31
|
disabledBorder: boolean;
|
|
32
32
|
showCounter: boolean;
|
|
@@ -25,8 +25,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
25
25
|
required: boolean;
|
|
26
26
|
name: string;
|
|
27
27
|
disabled: boolean;
|
|
28
|
-
disabledPadding: boolean;
|
|
29
28
|
rows: number | string;
|
|
29
|
+
disabledPadding: boolean;
|
|
30
30
|
disabledErrorMessage: boolean;
|
|
31
31
|
disabledBorder: boolean;
|
|
32
32
|
showCounter: boolean;
|
|
@@ -10,14 +10,14 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
10
10
|
declare var __VLS_1: {
|
|
11
11
|
item: TableHeader[];
|
|
12
12
|
}, __VLS_8: {
|
|
13
|
-
items:
|
|
14
|
-
header:
|
|
13
|
+
items: any;
|
|
14
|
+
header: any;
|
|
15
15
|
}, __VLS_10: {
|
|
16
|
-
item:
|
|
17
|
-
header:
|
|
16
|
+
item: any;
|
|
17
|
+
header: any;
|
|
18
18
|
index: number;
|
|
19
|
-
}, __VLS_13: `item-${
|
|
20
|
-
item:
|
|
19
|
+
}, __VLS_13: `item-${any}`, __VLS_14: {
|
|
20
|
+
item: any;
|
|
21
21
|
};
|
|
22
22
|
type __VLS_Slots = {} & {
|
|
23
23
|
[K in NonNullable<typeof __VLS_13>]?: (props: typeof __VLS_14) => any;
|
|
@@ -10,14 +10,14 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
10
10
|
declare var __VLS_1: {
|
|
11
11
|
item: TableHeader[];
|
|
12
12
|
}, __VLS_8: {
|
|
13
|
-
items:
|
|
14
|
-
header:
|
|
13
|
+
items: any;
|
|
14
|
+
header: any;
|
|
15
15
|
}, __VLS_10: {
|
|
16
|
-
item:
|
|
17
|
-
header:
|
|
16
|
+
item: any;
|
|
17
|
+
header: any;
|
|
18
18
|
index: number;
|
|
19
|
-
}, __VLS_13: `item-${
|
|
20
|
-
item:
|
|
19
|
+
}, __VLS_13: `item-${any}`, __VLS_14: {
|
|
20
|
+
item: any;
|
|
21
21
|
};
|
|
22
22
|
type __VLS_Slots = {} & {
|
|
23
23
|
[K in NonNullable<typeof __VLS_13>]?: (props: typeof __VLS_14) => any;
|