@yh-ui/components 1.0.37 → 1.0.38
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/ai-chat/src/ai-chat.d.vue.ts +1 -1
- package/dist/ai-chat/src/ai-chat.vue.d.ts +1 -1
- package/dist/cascader/index.d.ts +3 -3
- package/dist/cascader/src/cascader.d.vue.ts +1 -1
- package/dist/cascader/src/cascader.vue.d.ts +1 -1
- package/dist/dayjs.cjs +5 -3
- package/dist/dayjs.d.ts +2 -1
- package/dist/dayjs.mjs +2 -1
- package/dist/form/src/form-item.d.vue.ts +1 -1
- package/dist/form/src/form-item.vue.d.ts +1 -1
- package/dist/select/index.d.ts +6 -6
- package/dist/select/src/select.d.vue.ts +2 -2
- package/dist/select/src/select.vue.d.ts +2 -2
- package/dist/transfer/src/transfer.d.vue.ts +2 -2
- package/dist/transfer/src/transfer.vue.d.ts +2 -2
- package/dist/tree/src/tree.d.vue.ts +4 -4
- package/dist/tree/src/tree.vue.d.ts +4 -4
- package/dist/tree-select/src/tree-select.d.vue.ts +3 -3
- package/dist/tree-select/src/tree-select.vue.d.ts +3 -3
- package/package.json +5 -5
|
@@ -48,9 +48,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
48
48
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
|
|
49
49
|
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
50
50
|
readonly loading: boolean;
|
|
51
|
-
readonly virtualScroll: boolean;
|
|
52
51
|
readonly messages: import("./ai-chat").AiChatMessage[];
|
|
53
52
|
readonly suggestions: string[];
|
|
53
|
+
readonly virtualScroll: boolean;
|
|
54
54
|
readonly virtualHeight: number;
|
|
55
55
|
readonly estimatedItemHeight: number;
|
|
56
56
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -48,9 +48,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
48
48
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
|
|
49
49
|
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
50
50
|
readonly loading: boolean;
|
|
51
|
-
readonly virtualScroll: boolean;
|
|
52
51
|
readonly messages: import("./ai-chat").AiChatMessage[];
|
|
53
52
|
readonly suggestions: string[];
|
|
53
|
+
readonly virtualScroll: boolean;
|
|
54
54
|
readonly virtualHeight: number;
|
|
55
55
|
readonly estimatedItemHeight: number;
|
|
56
56
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/dist/cascader/index.d.ts
CHANGED
|
@@ -28,9 +28,9 @@ export declare const YhCascader: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
28
28
|
size: import("./src/cascader").CascaderSize;
|
|
29
29
|
separator: string;
|
|
30
30
|
multiple: boolean;
|
|
31
|
-
virtual: boolean;
|
|
32
31
|
clearable: boolean;
|
|
33
32
|
validateEvent: boolean;
|
|
33
|
+
virtual: boolean;
|
|
34
34
|
filterable: boolean;
|
|
35
35
|
showAllLevels: boolean;
|
|
36
36
|
collapseTags: boolean;
|
|
@@ -67,9 +67,9 @@ export declare const YhCascader: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
67
67
|
size: import("./src/cascader").CascaderSize;
|
|
68
68
|
separator: string;
|
|
69
69
|
multiple: boolean;
|
|
70
|
-
virtual: boolean;
|
|
71
70
|
clearable: boolean;
|
|
72
71
|
validateEvent: boolean;
|
|
72
|
+
virtual: boolean;
|
|
73
73
|
filterable: boolean;
|
|
74
74
|
showAllLevels: boolean;
|
|
75
75
|
collapseTags: boolean;
|
|
@@ -111,9 +111,9 @@ export declare const YhCascader: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
111
111
|
size: import("./src/cascader").CascaderSize;
|
|
112
112
|
separator: string;
|
|
113
113
|
multiple: boolean;
|
|
114
|
-
virtual: boolean;
|
|
115
114
|
clearable: boolean;
|
|
116
115
|
validateEvent: boolean;
|
|
116
|
+
virtual: boolean;
|
|
117
117
|
filterable: boolean;
|
|
118
118
|
showAllLevels: boolean;
|
|
119
119
|
collapseTags: boolean;
|
|
@@ -40,9 +40,9 @@ declare const __VLS_component: import("vue").DefineComponent<CascaderProps, {
|
|
|
40
40
|
size: import("./cascader").CascaderSize;
|
|
41
41
|
separator: string;
|
|
42
42
|
multiple: boolean;
|
|
43
|
-
virtual: boolean;
|
|
44
43
|
clearable: boolean;
|
|
45
44
|
validateEvent: boolean;
|
|
45
|
+
virtual: boolean;
|
|
46
46
|
filterable: boolean;
|
|
47
47
|
showAllLevels: boolean;
|
|
48
48
|
collapseTags: boolean;
|
|
@@ -40,9 +40,9 @@ declare const __VLS_component: import("vue").DefineComponent<CascaderProps, {
|
|
|
40
40
|
size: import("./cascader").CascaderSize;
|
|
41
41
|
separator: string;
|
|
42
42
|
multiple: boolean;
|
|
43
|
-
virtual: boolean;
|
|
44
43
|
clearable: boolean;
|
|
45
44
|
validateEvent: boolean;
|
|
45
|
+
virtual: boolean;
|
|
46
46
|
filterable: boolean;
|
|
47
47
|
showAllLevels: boolean;
|
|
48
48
|
collapseTags: boolean;
|
package/dist/dayjs.cjs
CHANGED
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
function
|
|
9
|
-
|
|
7
|
+
var dayjsModule = _interopRequireWildcard(require("dayjs"));
|
|
8
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
9
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
10
|
+
const dayjs = "default" in dayjsModule ? dayjsModule.default : dayjsModule;
|
|
11
|
+
module.exports = dayjs;
|
package/dist/dayjs.d.ts
CHANGED
package/dist/dayjs.mjs
CHANGED
|
@@ -128,12 +128,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
128
128
|
readonly error: string;
|
|
129
129
|
readonly required: boolean;
|
|
130
130
|
readonly rules: FormRule | FormRule[];
|
|
131
|
+
readonly validateStatus: ValidateStatus;
|
|
131
132
|
readonly labelWidth: string | number;
|
|
132
133
|
readonly showMessage: boolean;
|
|
133
134
|
readonly prop: string;
|
|
134
135
|
readonly validateTrigger: string | string[];
|
|
135
136
|
readonly errorPosition: "left" | "center" | "right";
|
|
136
|
-
readonly validateStatus: ValidateStatus;
|
|
137
137
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
138
138
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
139
139
|
export default _default;
|
|
@@ -128,12 +128,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
128
128
|
readonly error: string;
|
|
129
129
|
readonly required: boolean;
|
|
130
130
|
readonly rules: FormRule | FormRule[];
|
|
131
|
+
readonly validateStatus: ValidateStatus;
|
|
131
132
|
readonly labelWidth: string | number;
|
|
132
133
|
readonly showMessage: boolean;
|
|
133
134
|
readonly prop: string;
|
|
134
135
|
readonly validateTrigger: string | string[];
|
|
135
136
|
readonly errorPosition: "left" | "center" | "right";
|
|
136
|
-
readonly validateStatus: ValidateStatus;
|
|
137
137
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
138
138
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
139
139
|
export default _default;
|
package/dist/select/index.d.ts
CHANGED
|
@@ -33,12 +33,12 @@ export declare const YhSelect: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
33
33
|
multiple: boolean;
|
|
34
34
|
loading: boolean;
|
|
35
35
|
remote: boolean;
|
|
36
|
-
virtualScroll: boolean;
|
|
37
|
-
itemHeight: number;
|
|
38
36
|
clearable: boolean;
|
|
39
37
|
loadingText: string;
|
|
40
38
|
noDataText: string;
|
|
41
39
|
validateEvent: boolean;
|
|
40
|
+
virtualScroll: boolean;
|
|
41
|
+
itemHeight: number;
|
|
42
42
|
valueKey: string;
|
|
43
43
|
fitInputWidth: boolean;
|
|
44
44
|
filterable: boolean;
|
|
@@ -77,12 +77,12 @@ export declare const YhSelect: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
77
77
|
multiple: boolean;
|
|
78
78
|
loading: boolean;
|
|
79
79
|
remote: boolean;
|
|
80
|
-
virtualScroll: boolean;
|
|
81
|
-
itemHeight: number;
|
|
82
80
|
clearable: boolean;
|
|
83
81
|
loadingText: string;
|
|
84
82
|
noDataText: string;
|
|
85
83
|
validateEvent: boolean;
|
|
84
|
+
virtualScroll: boolean;
|
|
85
|
+
itemHeight: number;
|
|
86
86
|
valueKey: string;
|
|
87
87
|
fitInputWidth: boolean;
|
|
88
88
|
filterable: boolean;
|
|
@@ -126,12 +126,12 @@ export declare const YhSelect: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
126
126
|
multiple: boolean;
|
|
127
127
|
loading: boolean;
|
|
128
128
|
remote: boolean;
|
|
129
|
-
virtualScroll: boolean;
|
|
130
|
-
itemHeight: number;
|
|
131
129
|
clearable: boolean;
|
|
132
130
|
loadingText: string;
|
|
133
131
|
noDataText: string;
|
|
134
132
|
validateEvent: boolean;
|
|
133
|
+
virtualScroll: boolean;
|
|
134
|
+
itemHeight: number;
|
|
135
135
|
valueKey: string;
|
|
136
136
|
fitInputWidth: boolean;
|
|
137
137
|
filterable: boolean;
|
|
@@ -41,12 +41,12 @@ declare const __VLS_component: import("vue").DefineComponent<SelectProps, {
|
|
|
41
41
|
multiple: boolean;
|
|
42
42
|
loading: boolean;
|
|
43
43
|
remote: boolean;
|
|
44
|
-
virtualScroll: boolean;
|
|
45
|
-
itemHeight: number;
|
|
46
44
|
clearable: boolean;
|
|
47
45
|
loadingText: string;
|
|
48
46
|
noDataText: string;
|
|
49
47
|
validateEvent: boolean;
|
|
48
|
+
virtualScroll: boolean;
|
|
49
|
+
itemHeight: number;
|
|
50
50
|
valueKey: string;
|
|
51
51
|
fitInputWidth: boolean;
|
|
52
52
|
filterable: boolean;
|
|
@@ -41,12 +41,12 @@ declare const __VLS_component: import("vue").DefineComponent<SelectProps, {
|
|
|
41
41
|
multiple: boolean;
|
|
42
42
|
loading: boolean;
|
|
43
43
|
remote: boolean;
|
|
44
|
-
virtualScroll: boolean;
|
|
45
|
-
itemHeight: number;
|
|
46
44
|
clearable: boolean;
|
|
47
45
|
loadingText: string;
|
|
48
46
|
noDataText: string;
|
|
49
47
|
validateEvent: boolean;
|
|
48
|
+
virtualScroll: boolean;
|
|
49
|
+
itemHeight: number;
|
|
50
50
|
valueKey: string;
|
|
51
51
|
fitInputWidth: boolean;
|
|
52
52
|
filterable: boolean;
|
|
@@ -48,10 +48,10 @@ declare const __VLS_component: import("vue").DefineComponent<TransferProps, {
|
|
|
48
48
|
data: TransferData[];
|
|
49
49
|
height: number;
|
|
50
50
|
size: import("./transfer").TransferSize;
|
|
51
|
-
itemHeight: number;
|
|
52
|
-
virtual: boolean;
|
|
53
51
|
modelValue: TransferKey[];
|
|
54
52
|
validateEvent: boolean;
|
|
53
|
+
itemHeight: number;
|
|
54
|
+
virtual: boolean;
|
|
55
55
|
filterable: boolean;
|
|
56
56
|
showAllCheckbox: boolean;
|
|
57
57
|
targetOrder: import("./transfer").TargetOrder;
|
|
@@ -48,10 +48,10 @@ declare const __VLS_component: import("vue").DefineComponent<TransferProps, {
|
|
|
48
48
|
data: TransferData[];
|
|
49
49
|
height: number;
|
|
50
50
|
size: import("./transfer").TransferSize;
|
|
51
|
-
itemHeight: number;
|
|
52
|
-
virtual: boolean;
|
|
53
51
|
modelValue: TransferKey[];
|
|
54
52
|
validateEvent: boolean;
|
|
53
|
+
itemHeight: number;
|
|
54
|
+
virtual: boolean;
|
|
55
55
|
filterable: boolean;
|
|
56
56
|
showAllCheckbox: boolean;
|
|
57
57
|
targetOrder: import("./transfer").TargetOrder;
|
|
@@ -208,15 +208,15 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
208
208
|
readonly emptyText: string;
|
|
209
209
|
readonly showCheckbox: boolean;
|
|
210
210
|
readonly nodeKey: string;
|
|
211
|
-
readonly
|
|
211
|
+
readonly checkOnClickNode: boolean;
|
|
212
|
+
readonly expandOnClickNode: boolean;
|
|
212
213
|
readonly defaultExpandAll: boolean;
|
|
213
214
|
readonly defaultExpandedKeys: (string | number)[];
|
|
214
215
|
readonly defaultCheckedKeys: (string | number)[];
|
|
216
|
+
readonly accordion: boolean;
|
|
217
|
+
readonly checkboxPosition: "left" | "right";
|
|
215
218
|
readonly currentNodeKey: string | number;
|
|
216
219
|
readonly highlightCurrent: boolean;
|
|
217
|
-
readonly accordion: boolean;
|
|
218
|
-
readonly expandOnClickNode: boolean;
|
|
219
|
-
readonly checkOnClickNode: boolean;
|
|
220
220
|
readonly showLine: boolean;
|
|
221
221
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
222
222
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -208,15 +208,15 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
208
208
|
readonly emptyText: string;
|
|
209
209
|
readonly showCheckbox: boolean;
|
|
210
210
|
readonly nodeKey: string;
|
|
211
|
-
readonly
|
|
211
|
+
readonly checkOnClickNode: boolean;
|
|
212
|
+
readonly expandOnClickNode: boolean;
|
|
212
213
|
readonly defaultExpandAll: boolean;
|
|
213
214
|
readonly defaultExpandedKeys: (string | number)[];
|
|
214
215
|
readonly defaultCheckedKeys: (string | number)[];
|
|
216
|
+
readonly accordion: boolean;
|
|
217
|
+
readonly checkboxPosition: "left" | "right";
|
|
215
218
|
readonly currentNodeKey: string | number;
|
|
216
219
|
readonly highlightCurrent: boolean;
|
|
217
|
-
readonly accordion: boolean;
|
|
218
|
-
readonly expandOnClickNode: boolean;
|
|
219
|
-
readonly checkOnClickNode: boolean;
|
|
220
220
|
readonly showLine: boolean;
|
|
221
221
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
222
222
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -112,9 +112,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
112
112
|
readonly popperClass: string;
|
|
113
113
|
readonly placeholder: string;
|
|
114
114
|
readonly lazy: boolean;
|
|
115
|
-
readonly virtual: boolean;
|
|
116
115
|
readonly modelValue: TreeKey | TreeKey[];
|
|
117
116
|
readonly clearable: boolean;
|
|
117
|
+
readonly virtual: boolean;
|
|
118
118
|
readonly filterable: boolean;
|
|
119
119
|
readonly collapseTags: boolean;
|
|
120
120
|
readonly collapseTagsTooltip: boolean;
|
|
@@ -125,12 +125,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
125
125
|
readonly itemSize: number;
|
|
126
126
|
readonly showCheckbox: boolean;
|
|
127
127
|
readonly nodeKey: string;
|
|
128
|
+
readonly checkOnClickNode: boolean;
|
|
129
|
+
readonly expandOnClickNode: boolean;
|
|
128
130
|
readonly defaultExpandAll: boolean;
|
|
129
131
|
readonly defaultExpandedKeys: TreeKey[];
|
|
130
132
|
readonly defaultCheckedKeys: TreeKey[];
|
|
131
133
|
readonly accordion: boolean;
|
|
132
|
-
readonly expandOnClickNode: boolean;
|
|
133
|
-
readonly checkOnClickNode: boolean;
|
|
134
134
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
135
135
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
136
136
|
export default _default;
|
|
@@ -112,9 +112,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
112
112
|
readonly popperClass: string;
|
|
113
113
|
readonly placeholder: string;
|
|
114
114
|
readonly lazy: boolean;
|
|
115
|
-
readonly virtual: boolean;
|
|
116
115
|
readonly modelValue: TreeKey | TreeKey[];
|
|
117
116
|
readonly clearable: boolean;
|
|
117
|
+
readonly virtual: boolean;
|
|
118
118
|
readonly filterable: boolean;
|
|
119
119
|
readonly collapseTags: boolean;
|
|
120
120
|
readonly collapseTagsTooltip: boolean;
|
|
@@ -125,12 +125,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
125
125
|
readonly itemSize: number;
|
|
126
126
|
readonly showCheckbox: boolean;
|
|
127
127
|
readonly nodeKey: string;
|
|
128
|
+
readonly checkOnClickNode: boolean;
|
|
129
|
+
readonly expandOnClickNode: boolean;
|
|
128
130
|
readonly defaultExpandAll: boolean;
|
|
129
131
|
readonly defaultExpandedKeys: TreeKey[];
|
|
130
132
|
readonly defaultCheckedKeys: TreeKey[];
|
|
131
133
|
readonly accordion: boolean;
|
|
132
|
-
readonly expandOnClickNode: boolean;
|
|
133
|
-
readonly checkOnClickNode: boolean;
|
|
134
134
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
135
135
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
136
136
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yh-ui/components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.38",
|
|
4
4
|
"description": "YH-UI Vue 3 Components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@webcontainer/api": "^1.6.1",
|
|
47
47
|
"@floating-ui/dom": "^1.7.4",
|
|
48
|
-
"@yh-ui/hooks": "^1.0.
|
|
49
|
-
"@yh-ui/locale": "^1.0.
|
|
50
|
-
"@yh-ui/theme": "^1.0.
|
|
51
|
-
"@yh-ui/utils": "^1.0.
|
|
48
|
+
"@yh-ui/hooks": "^1.0.38",
|
|
49
|
+
"@yh-ui/locale": "^1.0.38",
|
|
50
|
+
"@yh-ui/theme": "^1.0.38",
|
|
51
|
+
"@yh-ui/utils": "^1.0.38",
|
|
52
52
|
"async-validator": "^4.2.5",
|
|
53
53
|
"dayjs": "^1.11.19",
|
|
54
54
|
"dompurify": "^3.3.3"
|