hzzt-plus 2.0.7 → 2.0.8
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/index.full.js +10 -5
- package/dist/index.full.min.js +3 -3
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +7 -7
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +10 -5
- package/dist/locale/en.js +1 -1
- package/dist/locale/en.min.js +1 -1
- package/dist/locale/en.min.mjs +1 -1
- package/dist/locale/en.mjs +1 -1
- package/dist/locale/zh-cn.js +1 -1
- package/dist/locale/zh-cn.min.js +1 -1
- package/dist/locale/zh-cn.min.mjs +1 -1
- package/dist/locale/zh-cn.mjs +1 -1
- package/es/components/click-input/index.mjs +2 -2
- package/es/components/click-input/src/click-input.mjs +21 -84
- package/es/components/click-input/src/click-input.mjs.map +1 -1
- package/es/components/click-input/src/click-input2.mjs +84 -21
- package/es/components/click-input/src/click-input2.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +6 -0
- package/es/components/collapse/src/collapse.vue.d.ts +6 -0
- package/es/components/icon/index.d.ts +6 -0
- package/es/components/icon/src/index.mjs +9 -4
- package/es/components/icon/src/index.mjs.map +1 -1
- package/es/components/icon/src/index.vue.d.ts +6 -0
- package/es/components/index.mjs +2 -2
- package/es/components/lazy-list/index.mjs +2 -2
- package/es/components/lazy-list/src/lazy-list.mjs +80 -22
- package/es/components/lazy-list/src/lazy-list.mjs.map +1 -1
- package/es/components/lazy-list/src/lazy-list2.mjs +22 -80
- package/es/components/lazy-list/src/lazy-list2.mjs.map +1 -1
- package/es/components/page-size/index.d.ts +6 -0
- package/es/components/page-size/src/index.vue.d.ts +6 -0
- package/es/components/pagination/index.d.ts +6 -0
- package/es/components/pagination/src/index.vue.d.ts +6 -0
- package/es/components/quarter-picker/index.d.ts +6 -0
- package/es/components/quarter-picker/src/index.vue.d.ts +6 -0
- package/es/components/scroll/src/scroll.vue.d.ts +6 -0
- package/es/components/select/src/select.vue.d.ts +6 -0
- package/es/components/tab/index.d.ts +6 -0
- package/es/components/tab/src/index.vue.d.ts +6 -0
- package/es/index.mjs +2 -2
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/lib/components/click-input/index.js +2 -2
- package/lib/components/click-input/src/click-input.js +22 -84
- package/lib/components/click-input/src/click-input.js.map +1 -1
- package/lib/components/click-input/src/click-input2.js +84 -22
- package/lib/components/click-input/src/click-input2.js.map +1 -1
- package/lib/components/collapse/index.d.ts +6 -0
- package/lib/components/collapse/src/collapse.vue.d.ts +6 -0
- package/lib/components/icon/index.d.ts +6 -0
- package/lib/components/icon/src/index.js +8 -3
- package/lib/components/icon/src/index.js.map +1 -1
- package/lib/components/icon/src/index.vue.d.ts +6 -0
- package/lib/components/index.js +2 -2
- package/lib/components/lazy-list/index.js +2 -2
- package/lib/components/lazy-list/src/lazy-list.js +80 -23
- package/lib/components/lazy-list/src/lazy-list.js.map +1 -1
- package/lib/components/lazy-list/src/lazy-list2.js +23 -80
- package/lib/components/lazy-list/src/lazy-list2.js.map +1 -1
- package/lib/components/page-size/index.d.ts +6 -0
- package/lib/components/page-size/src/index.vue.d.ts +6 -0
- package/lib/components/pagination/index.d.ts +6 -0
- package/lib/components/pagination/src/index.vue.d.ts +6 -0
- package/lib/components/quarter-picker/index.d.ts +6 -0
- package/lib/components/quarter-picker/src/index.vue.d.ts +6 -0
- package/lib/components/scroll/src/scroll.vue.d.ts +6 -0
- package/lib/components/select/src/select.vue.d.ts +6 -0
- package/lib/components/tab/index.d.ts +6 -0
- package/lib/components/tab/src/index.vue.d.ts +6 -0
- package/lib/index.js +2 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
|
@@ -2,88 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
var
|
|
7
|
-
require('../../../hooks/index.js');
|
|
8
|
-
var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
|
|
9
|
-
var index = require('../../../hooks/use-namespace/index.js');
|
|
5
|
+
require('../../../utils/index.js');
|
|
6
|
+
var runtime = require('../../../utils/vue/props/runtime.js');
|
|
10
7
|
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"overflow-y-auto",
|
|
28
|
-
nsLazy.b()
|
|
29
|
-
]);
|
|
30
|
-
vue.watch(() => props.data, () => {
|
|
31
|
-
totalHeight.value = props.data.length * props.height + "px";
|
|
32
|
-
}, {
|
|
33
|
-
immediate: true
|
|
34
|
-
});
|
|
35
|
-
const calcList = vue.computed(() => props.data.slice(currentIndex.value === 1 ? 0 : (currentIndex.value - 1) * props.size - props.size / 2, (currentIndex.value + 1) * props.size + props.size / 2));
|
|
36
|
-
function scrollList(e) {
|
|
37
|
-
const target = e.target;
|
|
38
|
-
const scrollTop = target.scrollTop;
|
|
39
|
-
if (scrollTop < props.size / 2 * props.height) {
|
|
40
|
-
currentIndex.value = 1;
|
|
41
|
-
} else {
|
|
42
|
-
currentIndex.value = Math.ceil((scrollTop - props.size / 2 * props.height) / props.size / props.height);
|
|
43
|
-
}
|
|
44
|
-
if (currentIndex.value === 1) {
|
|
45
|
-
marginTop.value = "0px";
|
|
46
|
-
} else {
|
|
47
|
-
marginTop.value = ((currentIndex.value - 1) * props.size - props.size / 2) * props.height + "px";
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
function rowClick(row) {
|
|
51
|
-
current.value = row;
|
|
52
|
-
emit("row-click", row);
|
|
53
|
-
}
|
|
54
|
-
return (_ctx, _cache) => {
|
|
55
|
-
return vue.openBlock(), vue.createElementBlock("div", {
|
|
56
|
-
class: vue.normalizeClass(vue.unref(containerCls)),
|
|
57
|
-
onScroll: scrollList
|
|
58
|
-
}, [
|
|
59
|
-
vue.createElementVNode("div", {
|
|
60
|
-
style: vue.normalizeStyle({
|
|
61
|
-
height: totalHeight.value,
|
|
62
|
-
width: 0,
|
|
63
|
-
float: "left"
|
|
64
|
-
})
|
|
65
|
-
}, null, 4),
|
|
66
|
-
vue.createElementVNode("div", {
|
|
67
|
-
style: vue.normalizeStyle({ marginTop: marginTop.value })
|
|
68
|
-
}, [
|
|
69
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(calcList), (item) => {
|
|
70
|
-
return vue.openBlock(), vue.createElementBlock("div", {
|
|
71
|
-
key: item[_ctx.rowKey],
|
|
72
|
-
style: vue.normalizeStyle({
|
|
73
|
-
height: _ctx.height + "px"
|
|
74
|
-
}),
|
|
75
|
-
class: vue.normalizeClass(["hzzt-lazy-list__item", current.value === item ? "is-active" : ""]),
|
|
76
|
-
onClick: ($event) => rowClick(item)
|
|
77
|
-
}, [
|
|
78
|
-
vue.renderSlot(_ctx.$slots, "default", { data: item })
|
|
79
|
-
], 14, _hoisted_1);
|
|
80
|
-
}), 128))
|
|
81
|
-
], 4)
|
|
82
|
-
], 34);
|
|
83
|
-
};
|
|
8
|
+
const lazyListProps = runtime.buildProps({
|
|
9
|
+
size: {
|
|
10
|
+
type: Number,
|
|
11
|
+
default: 20
|
|
12
|
+
},
|
|
13
|
+
height: {
|
|
14
|
+
type: Number,
|
|
15
|
+
default: 30
|
|
16
|
+
},
|
|
17
|
+
data: {
|
|
18
|
+
type: runtime.definePropType(Array),
|
|
19
|
+
default: () => []
|
|
20
|
+
},
|
|
21
|
+
rowKey: {
|
|
22
|
+
type: String,
|
|
23
|
+
default: "id"
|
|
84
24
|
}
|
|
85
25
|
});
|
|
86
|
-
|
|
26
|
+
const lazyListEmits = {
|
|
27
|
+
"row-click": (row) => row
|
|
28
|
+
};
|
|
87
29
|
|
|
88
|
-
exports
|
|
30
|
+
exports.lazyListEmits = lazyListEmits;
|
|
31
|
+
exports.lazyListProps = lazyListProps;
|
|
89
32
|
//# sourceMappingURL=lazy-list2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lazy-list2.js","sources":["../../../../../../packages/components/lazy-list/src/lazy-list.
|
|
1
|
+
{"version":3,"file":"lazy-list2.js","sources":["../../../../../../packages/components/lazy-list/src/lazy-list.ts"],"sourcesContent":["import {buildProps, definePropType} from '@hzzt-plus/utils'\nimport type {ExtractPropTypes} from 'vue'\nimport type LazyList from './lazy-list.vue'\n\nexport const lazyListProps = buildProps({\n size: {\n type: Number,\n default: 20,\n },\n height: {\n type: Number,\n default: 30,\n },\n data: {\n type: definePropType<Record<string, any>[]>(Array),\n default: () => [],\n },\n rowKey: {\n type: String,\n default: 'id',\n },\n})\n\nexport type LazyListProps = ExtractPropTypes<typeof lazyListProps>\n\nexport const lazyListEmits = {\n 'row-click': (row: any) => row\n}\n\nexport type LazyListEmits = typeof lazyListEmits\n\n\nexport type LazyListInstance = InstanceType<typeof LazyList>\n"],"names":["buildProps","definePropType"],"mappings":";;;;;;;AACY,MAAC,aAAa,GAAGA,kBAAU,CAAC;AACxC,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAEC,sBAAc,CAAC,KAAK,CAAC;AAC/B,IAAI,OAAO,EAAE,MAAM,EAAE;AACrB,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,aAAa,GAAG;AAC7B,EAAE,WAAW,EAAE,CAAC,GAAG,KAAK,GAAG;AAC3B;;;;;"}
|
|
@@ -13093,6 +13093,8 @@ export declare const HzztPageSize: import("hzzt-plus/es/utils").SFCWithInstall<i
|
|
|
13093
13093
|
type: StringConstructor;
|
|
13094
13094
|
default: string;
|
|
13095
13095
|
};
|
|
13096
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
13097
|
+
color: StringConstructor;
|
|
13096
13098
|
}, {
|
|
13097
13099
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13098
13100
|
name: {
|
|
@@ -13103,6 +13105,8 @@ export declare const HzztPageSize: import("hzzt-plus/es/utils").SFCWithInstall<i
|
|
|
13103
13105
|
type: StringConstructor;
|
|
13104
13106
|
default: string;
|
|
13105
13107
|
};
|
|
13108
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
13109
|
+
color: StringConstructor;
|
|
13106
13110
|
}>> & {
|
|
13107
13111
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
13108
13112
|
}>>;
|
|
@@ -13218,6 +13222,8 @@ export declare const HzztPageSize: import("hzzt-plus/es/utils").SFCWithInstall<i
|
|
|
13218
13222
|
type: StringConstructor;
|
|
13219
13223
|
default: string;
|
|
13220
13224
|
};
|
|
13225
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
13226
|
+
color: StringConstructor;
|
|
13221
13227
|
}>>, {
|
|
13222
13228
|
type: string;
|
|
13223
13229
|
}>;
|
|
@@ -13093,6 +13093,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13093
13093
|
type: StringConstructor;
|
|
13094
13094
|
default: string;
|
|
13095
13095
|
};
|
|
13096
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
13097
|
+
color: StringConstructor;
|
|
13096
13098
|
}, {
|
|
13097
13099
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13098
13100
|
name: {
|
|
@@ -13103,6 +13105,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13103
13105
|
type: StringConstructor;
|
|
13104
13106
|
default: string;
|
|
13105
13107
|
};
|
|
13108
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
13109
|
+
color: StringConstructor;
|
|
13106
13110
|
}>> & {
|
|
13107
13111
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
13108
13112
|
}>>;
|
|
@@ -13218,6 +13222,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13218
13222
|
type: StringConstructor;
|
|
13219
13223
|
default: string;
|
|
13220
13224
|
};
|
|
13225
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
13226
|
+
color: StringConstructor;
|
|
13221
13227
|
}>>, {
|
|
13222
13228
|
type: string;
|
|
13223
13229
|
}>;
|
|
@@ -34,6 +34,8 @@ export declare const HzztPagination: import("hzzt-plus/es/utils").SFCWithInstall
|
|
|
34
34
|
type: StringConstructor;
|
|
35
35
|
default: string;
|
|
36
36
|
};
|
|
37
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
38
|
+
color: StringConstructor;
|
|
37
39
|
}, {
|
|
38
40
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
39
41
|
name: {
|
|
@@ -44,6 +46,8 @@ export declare const HzztPagination: import("hzzt-plus/es/utils").SFCWithInstall
|
|
|
44
46
|
type: StringConstructor;
|
|
45
47
|
default: string;
|
|
46
48
|
};
|
|
49
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
50
|
+
color: StringConstructor;
|
|
47
51
|
}>> & {
|
|
48
52
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
49
53
|
}>>;
|
|
@@ -159,6 +163,8 @@ export declare const HzztPagination: import("hzzt-plus/es/utils").SFCWithInstall
|
|
|
159
163
|
type: StringConstructor;
|
|
160
164
|
default: string;
|
|
161
165
|
};
|
|
166
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
167
|
+
color: StringConstructor;
|
|
162
168
|
}>>, {
|
|
163
169
|
type: string;
|
|
164
170
|
}>;
|
|
@@ -34,6 +34,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
type: StringConstructor;
|
|
35
35
|
default: string;
|
|
36
36
|
};
|
|
37
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
38
|
+
color: StringConstructor;
|
|
37
39
|
}, {
|
|
38
40
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
39
41
|
name: {
|
|
@@ -44,6 +46,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
46
|
type: StringConstructor;
|
|
45
47
|
default: string;
|
|
46
48
|
};
|
|
49
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
50
|
+
color: StringConstructor;
|
|
47
51
|
}>> & {
|
|
48
52
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
49
53
|
}>>;
|
|
@@ -159,6 +163,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
159
163
|
type: StringConstructor;
|
|
160
164
|
default: string;
|
|
161
165
|
};
|
|
166
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
167
|
+
color: StringConstructor;
|
|
162
168
|
}>>, {
|
|
163
169
|
type: string;
|
|
164
170
|
}>;
|
|
@@ -1615,6 +1615,8 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1615
1615
|
type: StringConstructor;
|
|
1616
1616
|
default: string;
|
|
1617
1617
|
};
|
|
1618
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
1619
|
+
color: StringConstructor;
|
|
1618
1620
|
}, {
|
|
1619
1621
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1620
1622
|
name: {
|
|
@@ -1625,6 +1627,8 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1625
1627
|
type: StringConstructor;
|
|
1626
1628
|
default: string;
|
|
1627
1629
|
};
|
|
1630
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
1631
|
+
color: StringConstructor;
|
|
1628
1632
|
}>> & {
|
|
1629
1633
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1630
1634
|
}>>;
|
|
@@ -1740,6 +1744,8 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1740
1744
|
type: StringConstructor;
|
|
1741
1745
|
default: string;
|
|
1742
1746
|
};
|
|
1747
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
1748
|
+
color: StringConstructor;
|
|
1743
1749
|
}>>, {
|
|
1744
1750
|
type: string;
|
|
1745
1751
|
}>;
|
|
@@ -1616,6 +1616,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1616
1616
|
type: StringConstructor;
|
|
1617
1617
|
default: string;
|
|
1618
1618
|
};
|
|
1619
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
1620
|
+
color: StringConstructor;
|
|
1619
1621
|
}, {
|
|
1620
1622
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1621
1623
|
name: {
|
|
@@ -1626,6 +1628,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1626
1628
|
type: StringConstructor;
|
|
1627
1629
|
default: string;
|
|
1628
1630
|
};
|
|
1631
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
1632
|
+
color: StringConstructor;
|
|
1629
1633
|
}>> & {
|
|
1630
1634
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1631
1635
|
}>>;
|
|
@@ -1741,6 +1745,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1741
1745
|
type: StringConstructor;
|
|
1742
1746
|
default: string;
|
|
1743
1747
|
};
|
|
1748
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
1749
|
+
color: StringConstructor;
|
|
1744
1750
|
}>>, {
|
|
1745
1751
|
type: string;
|
|
1746
1752
|
}>;
|
|
@@ -16,6 +16,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
16
16
|
type: StringConstructor;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
20
|
+
color: StringConstructor;
|
|
19
21
|
}, {
|
|
20
22
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
21
23
|
name: {
|
|
@@ -26,6 +28,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
26
28
|
type: StringConstructor;
|
|
27
29
|
default: string;
|
|
28
30
|
};
|
|
31
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
32
|
+
color: StringConstructor;
|
|
29
33
|
}>> & {
|
|
30
34
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
31
35
|
}>>;
|
|
@@ -141,6 +145,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
141
145
|
type: StringConstructor;
|
|
142
146
|
default: string;
|
|
143
147
|
};
|
|
148
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
149
|
+
color: StringConstructor;
|
|
144
150
|
}>>, {
|
|
145
151
|
type: string;
|
|
146
152
|
}>;
|
|
@@ -13072,6 +13072,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13072
13072
|
type: StringConstructor;
|
|
13073
13073
|
default: string;
|
|
13074
13074
|
};
|
|
13075
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
13076
|
+
color: StringConstructor;
|
|
13075
13077
|
}, {
|
|
13076
13078
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13077
13079
|
name: {
|
|
@@ -13082,6 +13084,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13082
13084
|
type: StringConstructor;
|
|
13083
13085
|
default: string;
|
|
13084
13086
|
};
|
|
13087
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
13088
|
+
color: StringConstructor;
|
|
13085
13089
|
}>> & {
|
|
13086
13090
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
13087
13091
|
}>>;
|
|
@@ -13197,6 +13201,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13197
13201
|
type: StringConstructor;
|
|
13198
13202
|
default: string;
|
|
13199
13203
|
};
|
|
13204
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
13205
|
+
color: StringConstructor;
|
|
13200
13206
|
}>>, {
|
|
13201
13207
|
type: string;
|
|
13202
13208
|
}>;
|
|
@@ -54,6 +54,8 @@ export declare const HzztTab: import("hzzt-plus/es/utils").SFCWithInstall<import
|
|
|
54
54
|
type: StringConstructor;
|
|
55
55
|
default: string;
|
|
56
56
|
};
|
|
57
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
58
|
+
color: StringConstructor;
|
|
57
59
|
}, {
|
|
58
60
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
59
61
|
name: {
|
|
@@ -64,6 +66,8 @@ export declare const HzztTab: import("hzzt-plus/es/utils").SFCWithInstall<import
|
|
|
64
66
|
type: StringConstructor;
|
|
65
67
|
default: string;
|
|
66
68
|
};
|
|
69
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
70
|
+
color: StringConstructor;
|
|
67
71
|
}>> & {
|
|
68
72
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
69
73
|
}>>;
|
|
@@ -179,6 +183,8 @@ export declare const HzztTab: import("hzzt-plus/es/utils").SFCWithInstall<import
|
|
|
179
183
|
type: StringConstructor;
|
|
180
184
|
default: string;
|
|
181
185
|
};
|
|
186
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
187
|
+
color: StringConstructor;
|
|
182
188
|
}>>, {
|
|
183
189
|
type: string;
|
|
184
190
|
}>;
|
|
@@ -55,6 +55,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
type: StringConstructor;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
59
|
+
color: StringConstructor;
|
|
58
60
|
}, {
|
|
59
61
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
60
62
|
name: {
|
|
@@ -65,6 +67,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
67
|
type: StringConstructor;
|
|
66
68
|
default: string;
|
|
67
69
|
};
|
|
70
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
71
|
+
color: StringConstructor;
|
|
68
72
|
}>> & {
|
|
69
73
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
70
74
|
}>>;
|
|
@@ -180,6 +184,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
180
184
|
type: StringConstructor;
|
|
181
185
|
default: string;
|
|
182
186
|
};
|
|
187
|
+
size: (NumberConstructor | StringConstructor)[];
|
|
188
|
+
color: StringConstructor;
|
|
183
189
|
}>>, {
|
|
184
190
|
type: string;
|
|
185
191
|
}>;
|
package/lib/index.js
CHANGED
|
@@ -36,10 +36,10 @@ var cascader = require('./components/cascader/src/cascader.js');
|
|
|
36
36
|
var index$g = require('./components/cascader/index.js');
|
|
37
37
|
var select = require('./components/select/src/select.js');
|
|
38
38
|
var index$h = require('./components/select/index.js');
|
|
39
|
-
var clickInput = require('./components/click-input/src/click-
|
|
39
|
+
var clickInput = require('./components/click-input/src/click-input.js');
|
|
40
40
|
var index$i = require('./components/click-input/index.js');
|
|
41
41
|
var index$j = require('./components/scroll/index.js');
|
|
42
|
-
var lazyList = require('./components/lazy-list/src/lazy-
|
|
42
|
+
var lazyList = require('./components/lazy-list/src/lazy-list2.js');
|
|
43
43
|
var index$k = require('./components/lazy-list/index.js');
|
|
44
44
|
var key = require('./constants/key.js');
|
|
45
45
|
var size = require('./constants/size.js');
|
package/lib/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "2.0.
|
|
1
|
+
export declare const version = "2.0.8";
|
package/lib/version.js
CHANGED
package/lib/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sources":["../../../packages/hzzt-plus/version.ts"],"sourcesContent":["export const version = '2.0.
|
|
1
|
+
{"version":3,"file":"version.js","sources":["../../../packages/hzzt-plus/version.ts"],"sourcesContent":["export const version = '2.0.8'\n"],"names":[],"mappings":";;;;AAAY,MAAC,OAAO,GAAG;;;;"}
|
package/package.json
CHANGED
package/web-types.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"hzzt-plus","version":"2.0.7","js-types-syntax":"typescript","description-markup":"markdown","contributions":{"html":{"vue-components":[{"name":"hzzt-cascader","source":{"symbol":"HzztCascader"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"cascader-props","description":"cascaderProps.","type":["object"]},{"name":"clearable","description":"clearable.","type":["boolean"]},{"name":"readonly","description":"readonly.","type":["boolean"]},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"}]},{"name":"hzzt-check-button","source":{"symbol":"HzztCheckButton"},"description":"Title","props":[{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"type","description":"type.","type":["string"],"default":"primary"},{"name":"is-default","description":"isDefault.","type":["boolean"],"default":"true"}]},{"name":"hzzt-click-input","source":{"symbol":"HzztClickInput"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"readonly","description":"readonly.","type":["boolean"]},{"name":"input-props","description":"inputProps.","type":["object"]}]},{"name":"hzzt-collapse","source":{"symbol":"HzztCollapse"},"description":"Title","props":[{"name":"default-active","description":"defaultActive.","type":["boolean"],"default":"false"},{"name":"title","description":"title.","type":["string"],"default":"''"},{"name":"expand","description":"expand.","type":["boolean"],"default":"true"}]},{"name":"hzzt-config-provider","source":{"symbol":"HzztConfigProvider"},"description":"Title","props":[{"name":"a11y","description":"a11y.","type":["boolean"],"default":"true"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"locale","description":"Locale Object","type":[{"name":"{name: string, el: TranslatePair} languages","source":{"symbol":"{name: string, el: TranslatePair} languages"}}],"default":"en"},{"name":"keyboard-navigation","description":"keyboardNavigation.","type":["boolean"],"default":"true"}]},{"name":"hzzt-confirm-password","source":{"symbol":"HzztConfirmPassword"},"description":"Title","props":[{"name":"placeholder","description":"placeholder.","type":["string"],"default":"请输入密码"},{"name":"model-value","description":"modelValue.","type":["string"]}]},{"name":"hzzt-dropdown","source":{"symbol":"HzztDropdown"},"description":"Title","props":[{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"default-value","description":"defaultValue.","type":["array"],"default":"[]"},{"name":"label","description":"label.","type":["string"],"default":"''"},{"name":"value","description":"value.","type":["string"],"default":"''"},{"name":"position","description":"position.","type":["string"],"default":"right"},{"name":"props","description":"props.","type":["object"]},{"name":"return-type","description":"returnType.","type":["string"],"default":"Array"}]},{"name":"hzzt-icon","source":{"symbol":"HzztIcon"},"description":"Title","props":[{"name":"name","description":"name.","type":["[string]"]},{"name":"type","description":"type.","type":["string"],"default":"el"}]},{"name":"hzzt-input-range","source":{"symbol":"HzztInputRange"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["array"],"default":"[]"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"clearable","description":"clearable.","type":["boolean"]},{"name":"start-placeholder","description":"startPlaceholder.","type":["string"]},{"name":"end-placeholder","description":"endPlaceholder.","type":["string"]},{"name":"start-props","description":"startProps.","type":["object"]},{"name":"end-props","description":"endProps.","type":["object"]}]},{"name":"hzzt-lazy-list","source":{"symbol":"HzztLazyList"},"description":"LazyList","props":[{"name":"size","description":"分页大小.","type":["number"],"default":"20"},{"name":"height","description":"单行高度.","type":["number"],"default":"30"},{"name":"data","description":"data.","type":["array"],"default":"[]"},{"name":"row-key","description":"每行的key.","type":["string"],"default":"id"}]},{"name":"hzzt-page-size","source":{"symbol":"HzztPageSize"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["number"],"default":"1"},{"name":"page-size","description":"pageSize.","type":["number"],"default":"20"},{"name":"total","description":"total.","type":["number"],"default":"0"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"page-size-options","description":"pageSizeOptions.","type":["array"],"default":"[20, 50, 100, 200, 500, 1000, 2000]"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"is-manual","description":"isManual.","type":["boolean"]},{"name":"is-last-page","description":"isLastPage.","type":["boolean"]}]},{"name":"hzzt-pagination","source":{"symbol":"HzztPagination"},"description":"Title","props":[{"name":"pagination","description":"pagination.","type":["object"]}]},{"name":"hzzt-quarter-picker","source":{"symbol":"HzztQuarterPicker"},"description":"Title","props":[{"name":"format","description":"format.","type":["string"],"default":"YYYY-Q"},{"name":"value-format","description":"valueFormat.","type":["string"],"default":"''"},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"},{"name":"prefix-icon","description":"prefixIcon.","type":["string"],"default":"''"},{"name":"clear-icon","description":"clearIcon.","type":["string"],"default":"circle-close"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"model-value","description":"modelValue.","type":["string"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"clearable","description":"clearable.","type":["boolean"],"default":"true"},{"name":"disabled-date","description":"disabledDate.","type":["Function"]}]},{"name":"hzzt-scan","source":{"symbol":"HzztScan"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"},{"name":"letter","description":"letter.","type":["string"],"default":"upper"}]},{"name":"hzzt-select-input","source":{"symbol":"HzztSelectInput"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"index-type","description":"indexType.","type":["string"],"default":"number"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"label","description":"label.","type":["string"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"replace","description":"replace.","type":["boolean"]},{"name":"position","description":"position.","type":["string"],"default":"left"},{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"input-props","description":"inputProps.","type":["object"]},{"name":"custom-props","description":"customProps.","type":["object"]},{"name":"format-label","description":"formatLabel.","type":["Function"]},{"name":"split","description":"split.","type":["string"],"default":"''"}]},{"name":"hzzt-select-textarea","source":{"symbol":"HzztSelectTextarea"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"label","description":"label.","type":["string"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"replace","description":"replace.","type":["boolean"]},{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"input-props","description":"inputProps.","type":["object"]},{"name":"select-props","description":"selectProps.","type":["object"]}]},{"name":"hzzt-select","source":{"symbol":"HzztSelect"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"select-props","description":"selectProps.","type":["object"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"cascader-props","description":"cascaderProps.","type":["object"]},{"name":"clearable","description":"clearable.","type":["boolean"]},{"name":"readonly","description":"readonly.","type":["boolean"]},{"name":"replace","description":"replace.","type":["boolean"],"default":"true"},{"name":"auto-pull-down","description":"autoPullDown.","type":["boolean"],"default":"true"},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"}]},{"name":"hzzt-tab","source":{"symbol":"HzztTab"},"description":"Title","props":[{"name":"tab-list","description":"tabList.","type":["array"],"default":"[]"},{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"closable","description":"closable.","type":["boolean"],"default":"false"}]},{"name":"hzzt-title","source":{"symbol":"HzztTitle"},"description":"Title","props":[{"name":"label","description":"title label.","type":["string"]},{"name":"sideline","description":"sideline.","type":["boolean"],"default":"true"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"}]},{"name":"hzzt-tooltip","source":{"symbol":"HzztTooltip"},"description":"Title","props":[{"name":"content","description":"content.","type":["string"]}]}]}}}
|
|
1
|
+
{"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"hzzt-plus","version":"2.0.8","js-types-syntax":"typescript","description-markup":"markdown","contributions":{"html":{"vue-components":[{"name":"hzzt-cascader","source":{"symbol":"HzztCascader"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"cascader-props","description":"cascaderProps.","type":["object"]},{"name":"clearable","description":"clearable.","type":["boolean"]},{"name":"readonly","description":"readonly.","type":["boolean"]},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"}]},{"name":"hzzt-check-button","source":{"symbol":"HzztCheckButton"},"description":"Title","props":[{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"type","description":"type.","type":["string"],"default":"primary"},{"name":"is-default","description":"isDefault.","type":["boolean"],"default":"true"}]},{"name":"hzzt-click-input","source":{"symbol":"HzztClickInput"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"readonly","description":"readonly.","type":["boolean"]},{"name":"input-props","description":"inputProps.","type":["object"]}]},{"name":"hzzt-collapse","source":{"symbol":"HzztCollapse"},"description":"Title","props":[{"name":"default-active","description":"defaultActive.","type":["boolean"],"default":"false"},{"name":"title","description":"title.","type":["string"],"default":"''"},{"name":"expand","description":"expand.","type":["boolean"],"default":"true"}]},{"name":"hzzt-config-provider","source":{"symbol":"HzztConfigProvider"},"description":"Title","props":[{"name":"a11y","description":"a11y.","type":["boolean"],"default":"true"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"locale","description":"Locale Object","type":[{"name":"{name: string, el: TranslatePair} languages","source":{"symbol":"{name: string, el: TranslatePair} languages"}}],"default":"en"},{"name":"keyboard-navigation","description":"keyboardNavigation.","type":["boolean"],"default":"true"}]},{"name":"hzzt-confirm-password","source":{"symbol":"HzztConfirmPassword"},"description":"Title","props":[{"name":"placeholder","description":"placeholder.","type":["string"],"default":"请输入密码"},{"name":"model-value","description":"modelValue.","type":["string"]}]},{"name":"hzzt-dropdown","source":{"symbol":"HzztDropdown"},"description":"Title","props":[{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"default-value","description":"defaultValue.","type":["array"],"default":"[]"},{"name":"label","description":"label.","type":["string"],"default":"''"},{"name":"value","description":"value.","type":["string"],"default":"''"},{"name":"position","description":"position.","type":["string"],"default":"right"},{"name":"props","description":"props.","type":["object"]},{"name":"return-type","description":"returnType.","type":["string"],"default":"Array"}]},{"name":"hzzt-icon","source":{"symbol":"HzztIcon"},"description":"Title","props":[{"name":"name","description":"name.","type":["[string]"]},{"name":"type","description":"type.","type":["string"],"default":"el"}]},{"name":"hzzt-input-range","source":{"symbol":"HzztInputRange"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["array"],"default":"[]"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"clearable","description":"clearable.","type":["boolean"]},{"name":"start-placeholder","description":"startPlaceholder.","type":["string"]},{"name":"end-placeholder","description":"endPlaceholder.","type":["string"]},{"name":"start-props","description":"startProps.","type":["object"]},{"name":"end-props","description":"endProps.","type":["object"]}]},{"name":"hzzt-lazy-list","source":{"symbol":"HzztLazyList"},"description":"LazyList","props":[{"name":"size","description":"分页大小.","type":["number"],"default":"20"},{"name":"height","description":"单行高度.","type":["number"],"default":"30"},{"name":"data","description":"data.","type":["array"],"default":"[]"},{"name":"row-key","description":"每行的key.","type":["string"],"default":"id"}]},{"name":"hzzt-page-size","source":{"symbol":"HzztPageSize"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["number"],"default":"1"},{"name":"page-size","description":"pageSize.","type":["number"],"default":"20"},{"name":"total","description":"total.","type":["number"],"default":"0"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"page-size-options","description":"pageSizeOptions.","type":["array"],"default":"[20, 50, 100, 200, 500, 1000, 2000]"},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"is-manual","description":"isManual.","type":["boolean"]},{"name":"is-last-page","description":"isLastPage.","type":["boolean"]}]},{"name":"hzzt-pagination","source":{"symbol":"HzztPagination"},"description":"Title","props":[{"name":"pagination","description":"pagination.","type":["object"]}]},{"name":"hzzt-quarter-picker","source":{"symbol":"HzztQuarterPicker"},"description":"Title","props":[{"name":"format","description":"format.","type":["string"],"default":"YYYY-Q"},{"name":"value-format","description":"valueFormat.","type":["string"],"default":"''"},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"},{"name":"prefix-icon","description":"prefixIcon.","type":["string"],"default":"''"},{"name":"clear-icon","description":"clearIcon.","type":["string"],"default":"circle-close"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"model-value","description":"modelValue.","type":["string"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"clearable","description":"clearable.","type":["boolean"],"default":"true"},{"name":"disabled-date","description":"disabledDate.","type":["Function"]}]},{"name":"hzzt-scan","source":{"symbol":"HzztScan"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"},{"name":"letter","description":"letter.","type":["string"],"default":"upper"}]},{"name":"hzzt-select-input","source":{"symbol":"HzztSelectInput"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"index-type","description":"indexType.","type":["string"],"default":"number"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"label","description":"label.","type":["string"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"replace","description":"replace.","type":["boolean"]},{"name":"position","description":"position.","type":["string"],"default":"left"},{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"input-props","description":"inputProps.","type":["object"]},{"name":"custom-props","description":"customProps.","type":["object"]},{"name":"format-label","description":"formatLabel.","type":["Function"]},{"name":"split","description":"split.","type":["string"],"default":"''"}]},{"name":"hzzt-select-textarea","source":{"symbol":"HzztSelectTextarea"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"label","description":"label.","type":["string"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"replace","description":"replace.","type":["boolean"]},{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"input-props","description":"inputProps.","type":["object"]},{"name":"select-props","description":"selectProps.","type":["object"]}]},{"name":"hzzt-select","source":{"symbol":"HzztSelect"},"description":"Title","props":[{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"},{"name":"select-props","description":"selectProps.","type":["object"]},{"name":"disabled","description":"disabled.","type":["boolean"]},{"name":"options","description":"options.","type":["array"],"default":"[]"},{"name":"cascader-props","description":"cascaderProps.","type":["object"]},{"name":"clearable","description":"clearable.","type":["boolean"]},{"name":"readonly","description":"readonly.","type":["boolean"]},{"name":"replace","description":"replace.","type":["boolean"],"default":"true"},{"name":"auto-pull-down","description":"autoPullDown.","type":["boolean"],"default":"true"},{"name":"placeholder","description":"placeholder.","type":["string"],"default":"''"}]},{"name":"hzzt-tab","source":{"symbol":"HzztTab"},"description":"Title","props":[{"name":"tab-list","description":"tabList.","type":["array"],"default":"[]"},{"name":"model-value","description":"modelValue.","type":["string"],"default":"''"},{"name":"closable","description":"closable.","type":["boolean"],"default":"false"}]},{"name":"hzzt-title","source":{"symbol":"HzztTitle"},"description":"Title","props":[{"name":"label","description":"title label.","type":["string"]},{"name":"sideline","description":"sideline.","type":["boolean"],"default":"true"},{"name":"size","description":"size.","type":["string"],"default":"^[enum]`'large' | 'default' | 'small'`"}]},{"name":"hzzt-tooltip","source":{"symbol":"HzztTooltip"},"description":"Title","props":[{"name":"content","description":"content.","type":["string"]}]}]}}}
|