@opens/ui 1.0.12 → 1.0.13
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/src/components/buttons/button-primary.vue.d.ts +2 -2
- package/dist/src/components/buttons/button-secondary.vue.d.ts +2 -2
- package/dist/src/components/cards/app-advanced-stat-card.vue.d.ts +2 -2
- package/dist/src/components/cards/list-card.vue.d.ts +1 -1
- package/dist/src/components/cards/stat-card.vue.d.ts +2 -2
- package/dist/src/components/dropdowns/app-dropdown.vue.d.ts +2 -4
- package/dist/src/components/dropdowns/simple-dropdown-item.vue.d.ts +1 -1
- package/dist/src/components/dropdowns/simple-dropdown.vue.d.ts +2 -2
- package/dist/src/components/inputs/icon-text-input.vue.d.ts +2 -2
- package/dist/src/components/inputs/switch-checkbox.vue.d.ts +2 -2
- package/dist/src/components/inputs/text-input.vue.d.ts +2 -2
- package/dist/src/components/table/app-pagination.vue.d.ts +2 -2
- package/dist/src/components/table/app-table-cell.vue.d.ts +1 -1
- package/dist/src/components/table/app-table-header-cell.vue.d.ts +1 -1
- package/dist/src/components/table/app-table-header.vue.d.ts +1 -1
- package/dist/src/components/table/app-table-row.vue.d.ts +1 -1
- package/dist/src/components/table/app-table.vue.d.ts +1 -1
- package/dist/src/components/typography/subtitle.vue.d.ts +2 -2
- package/dist/src/components/typography/text.vue.d.ts +2 -2
- package/dist/src/components/typography/title.vue.d.ts +2 -2
- package/dist/src/components/ui/app-modal.vue.d.ts +2 -2
- package/dist/src/components/ui/app-popup.vue.d.ts +14 -2
- package/dist/yunique_ui.cjs.js +1 -1
- package/dist/yunique_ui.css +1 -1
- package/dist/yunique_ui.es.js +601 -601
- package/dist/yunique_ui.umd.js +2 -2
- package/package.json +4 -4
|
@@ -19,7 +19,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
22
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
23
|
large: {
|
|
24
24
|
type: BooleanConstructor;
|
|
25
25
|
default: boolean;
|
|
@@ -46,5 +46,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
46
46
|
warning: boolean;
|
|
47
47
|
alert: boolean;
|
|
48
48
|
success: boolean;
|
|
49
|
-
}>;
|
|
49
|
+
}, {}>;
|
|
50
50
|
export default _sfc_main;
|
|
@@ -19,7 +19,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
22
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
23
|
large: {
|
|
24
24
|
type: BooleanConstructor;
|
|
25
25
|
default: boolean;
|
|
@@ -46,5 +46,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
46
46
|
warning: boolean;
|
|
47
47
|
alert: boolean;
|
|
48
48
|
success: boolean;
|
|
49
|
-
}>;
|
|
49
|
+
}, {}>;
|
|
50
50
|
export default _sfc_main;
|
|
@@ -31,7 +31,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
31
31
|
type: StringConstructor;
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
34
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
35
|
totalGood: {
|
|
36
36
|
type: NumberConstructor;
|
|
37
37
|
default: number;
|
|
@@ -73,5 +73,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
73
73
|
badTooltip: string;
|
|
74
74
|
receivedTooltip: string;
|
|
75
75
|
sentTooltip: string;
|
|
76
|
-
}>;
|
|
76
|
+
}, {}>;
|
|
77
77
|
export default _sfc_main;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -23,7 +23,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
26
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
icon: {
|
|
28
28
|
type: StringConstructor;
|
|
29
29
|
default: string;
|
|
@@ -55,5 +55,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
55
55
|
comparison: number;
|
|
56
56
|
total: number;
|
|
57
57
|
hideTotal: boolean;
|
|
58
|
-
}>;
|
|
58
|
+
}, {}>;
|
|
59
59
|
export default _sfc_main;
|
|
@@ -31,9 +31,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
31
31
|
type: BooleanConstructor;
|
|
32
32
|
default: boolean;
|
|
33
33
|
};
|
|
34
|
-
}, {
|
|
35
|
-
opened: import("vue").Ref<boolean>;
|
|
36
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("filter-value" | "update:allSelected" | "update:opened")[], "filter-value" | "update:allSelected" | "update:opened", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("filter-value" | "update:allSelected" | "update:opened")[], "filter-value" | "update:allSelected" | "update:opened", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
35
|
label: {
|
|
38
36
|
type: StringConstructor;
|
|
39
37
|
default: string;
|
|
@@ -79,5 +77,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
79
77
|
showSearchInput: boolean;
|
|
80
78
|
showSelectAll: boolean;
|
|
81
79
|
bordered: boolean;
|
|
82
|
-
}>;
|
|
80
|
+
}, {}>;
|
|
83
81
|
export default _sfc_main;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -12,7 +12,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
12
12
|
type: __PropType<boolean>;
|
|
13
13
|
required: false;
|
|
14
14
|
};
|
|
15
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
16
|
label: {
|
|
17
17
|
type: __PropType<string>;
|
|
18
18
|
required: false;
|
|
@@ -25,5 +25,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
25
25
|
type: __PropType<boolean>;
|
|
26
26
|
required: false;
|
|
27
27
|
};
|
|
28
|
-
}>>, {}>;
|
|
28
|
+
}>>, {}, {}>;
|
|
29
29
|
export default _sfc_main;
|
|
@@ -38,7 +38,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
38
38
|
type: __PropType<boolean>;
|
|
39
39
|
required: false;
|
|
40
40
|
};
|
|
41
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "focus" | "input")[], "blur" | "focus" | "input", import("vue").
|
|
41
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "focus" | "input")[], "blur" | "focus" | "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
42
|
value: {
|
|
43
43
|
type: __PropType<string>;
|
|
44
44
|
required: true;
|
|
@@ -81,5 +81,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
81
81
|
onBlur?: (...args: any[]) => any;
|
|
82
82
|
onFocus?: (...args: any[]) => any;
|
|
83
83
|
onInput?: (...args: any[]) => any;
|
|
84
|
-
}, {}>;
|
|
84
|
+
}, {}, {}>;
|
|
85
85
|
export default _sfc_main;
|
|
@@ -12,7 +12,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
12
12
|
type: __PropType<boolean>;
|
|
13
13
|
required: false;
|
|
14
14
|
};
|
|
15
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "update:modelValue" | "change")[], "input" | "update:modelValue" | "change", import("vue").
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "update:modelValue" | "change")[], "input" | "update:modelValue" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
16
|
modelValue: {
|
|
17
17
|
type: __PropType<boolean>;
|
|
18
18
|
required: true;
|
|
@@ -29,5 +29,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
29
29
|
onInput?: (...args: any[]) => any;
|
|
30
30
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
31
31
|
onChange?: (...args: any[]) => any;
|
|
32
|
-
}, {}>;
|
|
32
|
+
}, {}, {}>;
|
|
33
33
|
export default _sfc_main;
|
|
@@ -23,7 +23,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
23
23
|
}>;
|
|
24
24
|
required: false;
|
|
25
25
|
};
|
|
26
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:model-value" | "blur" | "press-enter")[], "update:model-value" | "blur" | "press-enter", import("vue").
|
|
26
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:model-value" | "blur" | "press-enter")[], "update:model-value" | "blur" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
modelValue: {
|
|
28
28
|
type: __PropType<string>;
|
|
29
29
|
required: false;
|
|
@@ -51,5 +51,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
51
51
|
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
52
52
|
onBlur?: (...args: any[]) => any;
|
|
53
53
|
"onPress-enter"?: (...args: any[]) => any;
|
|
54
|
-
}, {}>;
|
|
54
|
+
}, {}, {}>;
|
|
55
55
|
export default _sfc_main;
|
|
@@ -15,7 +15,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
15
15
|
type: ArrayConstructor;
|
|
16
16
|
default: () => string[];
|
|
17
17
|
};
|
|
18
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:currentPage" | "update:perPage")[], "update:currentPage" | "update:perPage", import("vue").
|
|
18
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:currentPage" | "update:perPage")[], "update:currentPage" | "update:perPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
totalItems: {
|
|
20
20
|
type: NumberConstructor;
|
|
21
21
|
required: true;
|
|
@@ -39,5 +39,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
39
39
|
initialPage: number;
|
|
40
40
|
initialPerPage: number;
|
|
41
41
|
perPageOptions: unknown[];
|
|
42
|
-
}>;
|
|
42
|
+
}, {}>;
|
|
43
43
|
export default _sfc_main;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -77,7 +77,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
77
77
|
type: __PropType<boolean>;
|
|
78
78
|
required: false;
|
|
79
79
|
};
|
|
80
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
80
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
81
81
|
inter: {
|
|
82
82
|
type: __PropType<boolean>;
|
|
83
83
|
required: false;
|
|
@@ -157,5 +157,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
157
157
|
};
|
|
158
158
|
}>>, {
|
|
159
159
|
plus: boolean;
|
|
160
|
-
}>;
|
|
160
|
+
}, {}>;
|
|
161
161
|
export default _sfc_main;
|
|
@@ -81,7 +81,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
81
81
|
type: __PropType<boolean>;
|
|
82
82
|
required: false;
|
|
83
83
|
};
|
|
84
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
84
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
85
85
|
inter: {
|
|
86
86
|
type: __PropType<boolean>;
|
|
87
87
|
required: false;
|
|
@@ -165,5 +165,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
165
165
|
};
|
|
166
166
|
}>>, {
|
|
167
167
|
plus: boolean;
|
|
168
|
-
}>;
|
|
168
|
+
}, {}>;
|
|
169
169
|
export default _sfc_main;
|
|
@@ -81,7 +81,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
81
81
|
type: __PropType<boolean>;
|
|
82
82
|
required: false;
|
|
83
83
|
};
|
|
84
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
84
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
85
85
|
inter: {
|
|
86
86
|
type: __PropType<boolean>;
|
|
87
87
|
required: false;
|
|
@@ -165,5 +165,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
165
165
|
};
|
|
166
166
|
}>>, {
|
|
167
167
|
plus: boolean;
|
|
168
|
-
}>;
|
|
168
|
+
}, {}>;
|
|
169
169
|
export default _sfc_main;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
2
2
|
onClose?: (...args: any[]) => any;
|
|
3
|
-
}, {}>;
|
|
3
|
+
}, {}, {}>;
|
|
4
4
|
export default _sfc_main;
|
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
show: {
|
|
3
|
+
required: true;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
showModifiers: {};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
show: {
|
|
9
|
+
required: true;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
showModifiers: {};
|
|
13
|
+
}>>, {
|
|
14
|
+
show: boolean;
|
|
3
15
|
}, {}>;
|
|
4
16
|
export default _sfc_main;
|