hzzt-plus 2.0.3 → 2.0.4
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/attributes.json +1 -1
- package/dist/index.full.js +7 -3
- package/dist/index.full.min.js +3 -3
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +3 -3
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +7 -3
- 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/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/select/src/select.d.ts +1 -0
- package/es/components/select/src/select.mjs +4 -0
- package/es/components/select/src/select.mjs.map +1 -1
- package/es/components/select/src/select.vue.d.ts +4 -0
- package/es/components/select/src/select2.mjs +1 -1
- package/es/components/select/src/select2.mjs.map +1 -1
- package/es/components/select-input/src/select-input.mjs +1 -1
- package/es/components/select-textarea/src/select-textarea2.mjs +1 -1
- package/es/components/title/index.mjs +2 -2
- package/es/components/title/src/title.mjs +54 -11
- package/es/components/title/src/title.mjs.map +1 -1
- package/es/components/title/src/title2.mjs +11 -54
- package/es/components/title/src/title2.mjs.map +1 -1
- 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/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/select/src/select.d.ts +1 -0
- package/lib/components/select/src/select.js +4 -0
- package/lib/components/select/src/select.js.map +1 -1
- package/lib/components/select/src/select.vue.d.ts +4 -0
- package/lib/components/select/src/select2.js +1 -1
- package/lib/components/select/src/select2.js.map +1 -1
- package/lib/components/select-input/src/select-input.js +1 -1
- package/lib/components/select-textarea/src/select-textarea2.js +1 -1
- package/lib/components/title/index.js +2 -2
- package/lib/components/title/src/title.js +54 -11
- package/lib/components/title/src/title.js.map +1 -1
- package/lib/components/title/src/title2.js +11 -54
- package/lib/components/title/src/title2.js.map +1 -1
- 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/tags.json +1 -1
- package/web-types.json +1 -1
|
@@ -2,19 +2,62 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('
|
|
5
|
+
var vue = require('vue');
|
|
6
|
+
var title = require('./title2.js');
|
|
6
7
|
require('../../../hooks/index.js');
|
|
7
|
-
var
|
|
8
|
-
var
|
|
8
|
+
var elementPlus = require('element-plus');
|
|
9
|
+
var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
|
|
10
|
+
var index = require('../../../hooks/use-namespace/index.js');
|
|
11
|
+
var index$1 = require('../../../hooks/use-size/index.js');
|
|
9
12
|
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
const _hoisted_1 = {
|
|
14
|
+
key: 0,
|
|
15
|
+
class: "hzzt-title flex align-items-center justify-content-between"
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_2 = { class: "flex align-items-center" };
|
|
18
|
+
const _hoisted_3 = {
|
|
19
|
+
key: 0,
|
|
20
|
+
class: "hzzt-title__line"
|
|
21
|
+
};
|
|
22
|
+
const __default__ = vue.defineComponent({
|
|
23
|
+
name: "HzztTitle"
|
|
17
24
|
});
|
|
25
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
26
|
+
...__default__,
|
|
27
|
+
props: title.titleProps,
|
|
28
|
+
setup(__props) {
|
|
29
|
+
const props = __props;
|
|
30
|
+
const formSize = elementPlus.useFormSize();
|
|
31
|
+
const ns = index.useNamespace("title");
|
|
32
|
+
const trueSize = vue.computed(() => props.size || formSize.value || index$1.useGlobalSize().value);
|
|
33
|
+
const nameKls = vue.computed(() => {
|
|
34
|
+
return [ns.e("name"), ns.em("name", trueSize.value)];
|
|
35
|
+
});
|
|
36
|
+
const slots = vue.useSlots();
|
|
37
|
+
const showLabel = vue.computed(() => {
|
|
38
|
+
var _a, _b, _c;
|
|
39
|
+
return props.label || ((_c = (_b = (_a = slots == null ? void 0 : slots.default) == null ? void 0 : _a.call(slots)) == null ? void 0 : _b[0]) == null ? void 0 : _c.children);
|
|
40
|
+
});
|
|
41
|
+
return (_ctx, _cache) => {
|
|
42
|
+
return vue.unref(showLabel) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
43
|
+
vue.createElementVNode("div", _hoisted_2, [
|
|
44
|
+
_ctx.sideline ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3)) : vue.createCommentVNode("v-if", true),
|
|
45
|
+
vue.renderSlot(_ctx.$slots, "before"),
|
|
46
|
+
vue.createElementVNode("label", {
|
|
47
|
+
class: vue.normalizeClass(vue.unref(nameKls))
|
|
48
|
+
}, [
|
|
49
|
+
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
50
|
+
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
51
|
+
])
|
|
52
|
+
], 2),
|
|
53
|
+
vue.renderSlot(_ctx.$slots, "after")
|
|
54
|
+
]),
|
|
55
|
+
vue.renderSlot(_ctx.$slots, "right")
|
|
56
|
+
])) : vue.createCommentVNode("v-if", true);
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
var HzztTitle = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "title.vue"]]);
|
|
18
61
|
|
|
19
|
-
exports
|
|
62
|
+
exports["default"] = HzztTitle;
|
|
20
63
|
//# sourceMappingURL=title.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"title.js","sources":["../../../../../../packages/components/title/src/title.
|
|
1
|
+
{"version":3,"file":"title.js","sources":["../../../../../../packages/components/title/src/title.vue"],"sourcesContent":["<template>\n <div v-if=\"showLabel\" class=\"hzzt-title flex align-items-center justify-content-between\">\n <div class=\"flex align-items-center\">\n <span v-if=\"sideline\" class=\"hzzt-title__line\" />\n <slot name=\"before\" />\n <label :class=\"nameKls\">\n <slot>{{ label }}</slot>\n </label>\n <slot name=\"after\" />\n </div>\n\n <slot name=\"right\" />\n </div>\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed, useSlots } from 'vue'\nimport { titleProps } from './title'\nimport {useGlobalSize, useNamespace} from \"@hzzt-plus/hooks\";\nimport { useFormSize } from 'element-plus'\n\ndefineOptions({\n name: 'HzztTitle',\n})\n\nconst props = defineProps(titleProps)\n\nconst formSize = useFormSize()\n\nconst ns = useNamespace('title')\n\nconst trueSize = computed(\n () => props.size || formSize.value || useGlobalSize().value\n)\n\nconst nameKls = computed(() => {\n return [ns.e('name'), ns.em('name', trueSize.value)]\n})\n\nconst slots = useSlots()\n\nconst showLabel = computed(\n () => props.label || slots?.default?.()?.[0]?.children\n)\n</script>\n"],"names":["useFormSize","useNamespace","computed","useGlobalSize","useSlots"],"mappings":";;;;;;;;;;;;;;;;;;;;;uCAqBc,CAAA;AAAA,EACZ,IAAM,EAAA,WAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAA,MAAM,WAAWA,uBAAY,EAAA,CAAA;AAE7B,IAAM,MAAA,EAAA,GAAKC,mBAAa,OAAO,CAAA,CAAA;AAE/B,IAAA,MAAM,QAAW,GAAAC,YAAA,CAAA,MAAA,KAAA,CAAA,IAAA,IAAA,QAAA,CAAA,KAAA,IAAAC,qBAAA,EAAA,CAAA,KAAA,CAAA,CAAA;AAAA,IAAA,aACH,GAAAD,YAAiB,CAAA,MAAA;AAAyB,MACxD,OAAA,CAAA,EAAA,CAAA,CAAA,CAAA,MAAA,CAAA,EAAA,EAAA,CAAA,EAAA,CAAA,MAAA,EAAA,QAAA,CAAA,KAAA,CAAA,CAAA,CAAA;AAEA,KAAM,CAAA,CAAA;AACJ,IAAO,MAAA,KAAI,GAAAE,YAAQ,EAAG;AAA6B,IACrD,MAAC,SAAA,GAAAF,YAAA,CAAA,MAAA;AAED,MAAA,IAAM,QAAQ,EAAS,CAAA;AAEvB,MAAA,OAAkB,KAAA,CAAA,KAAA,KAAA,CAAA,EAAA,GAAA,CAAA,EAAA,GAAA,CAAA,EAAA,GAAA,KAAA,IAAA,IAAA,GAAA,KAAA,CAAA,GAAA,KAAA,CAAA,OAAA,KAAA,IAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,IAAA,CAAA,KAAA,CAAA,KAAA,IAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,CAAA,CAAA,KAAA,IAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,QAAA,CAAA,CAAA;AAAA,KAAA,CAChB;AAA8C,IAChD,OAAA,CAAA,IAAA,EAAA,MAAA,KAAA;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,62 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
var title = require('./title.js');
|
|
5
|
+
require('../../../utils/index.js');
|
|
7
6
|
require('../../../hooks/index.js');
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var index = require('../../../hooks/use-namespace/index.js');
|
|
11
|
-
var index$1 = require('../../../hooks/use-size/index.js');
|
|
7
|
+
var runtime = require('../../../utils/vue/props/runtime.js');
|
|
8
|
+
var index = require('../../../hooks/use-size/index.js');
|
|
12
9
|
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
class: "hzzt-title__line"
|
|
21
|
-
};
|
|
22
|
-
const __default__ = vue.defineComponent({
|
|
23
|
-
name: "HzztTitle"
|
|
10
|
+
const titleProps = runtime.buildProps({
|
|
11
|
+
label: String,
|
|
12
|
+
sideline: {
|
|
13
|
+
type: Boolean,
|
|
14
|
+
default: true
|
|
15
|
+
},
|
|
16
|
+
size: index.useSizeProp
|
|
24
17
|
});
|
|
25
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
26
|
-
...__default__,
|
|
27
|
-
props: title.titleProps,
|
|
28
|
-
setup(__props) {
|
|
29
|
-
const props = __props;
|
|
30
|
-
const formSize = elementPlus.useFormSize();
|
|
31
|
-
const ns = index.useNamespace("title");
|
|
32
|
-
const trueSize = vue.computed(() => props.size || formSize.value || index$1.useGlobalSize().value);
|
|
33
|
-
const nameKls = vue.computed(() => {
|
|
34
|
-
return [ns.e("name"), ns.em("name", trueSize.value)];
|
|
35
|
-
});
|
|
36
|
-
const slots = vue.useSlots();
|
|
37
|
-
const showLabel = vue.computed(() => {
|
|
38
|
-
var _a, _b, _c;
|
|
39
|
-
return props.label || ((_c = (_b = (_a = slots == null ? void 0 : slots.default) == null ? void 0 : _a.call(slots)) == null ? void 0 : _b[0]) == null ? void 0 : _c.children);
|
|
40
|
-
});
|
|
41
|
-
return (_ctx, _cache) => {
|
|
42
|
-
return vue.unref(showLabel) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
43
|
-
vue.createElementVNode("div", _hoisted_2, [
|
|
44
|
-
_ctx.sideline ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3)) : vue.createCommentVNode("v-if", true),
|
|
45
|
-
vue.renderSlot(_ctx.$slots, "before"),
|
|
46
|
-
vue.createElementVNode("label", {
|
|
47
|
-
class: vue.normalizeClass(vue.unref(nameKls))
|
|
48
|
-
}, [
|
|
49
|
-
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
50
|
-
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
51
|
-
])
|
|
52
|
-
], 2),
|
|
53
|
-
vue.renderSlot(_ctx.$slots, "after")
|
|
54
|
-
]),
|
|
55
|
-
vue.renderSlot(_ctx.$slots, "right")
|
|
56
|
-
])) : vue.createCommentVNode("v-if", true);
|
|
57
|
-
};
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
var HzztTitle = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "title.vue"]]);
|
|
61
18
|
|
|
62
|
-
exports
|
|
19
|
+
exports.titleProps = titleProps;
|
|
63
20
|
//# sourceMappingURL=title2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"title2.js","sources":["../../../../../../packages/components/title/src/title.
|
|
1
|
+
{"version":3,"file":"title2.js","sources":["../../../../../../packages/components/title/src/title.ts"],"sourcesContent":["import { buildProps } from '@hzzt-plus/utils'\nimport type { ExtractPropTypes } from 'vue'\nimport type Title from './title.vue'\nimport {useSizeProp} from \"@hzzt-plus/hooks\";\n\nexport const titleProps = buildProps({\n label: String,\n sideline: {\n type: Boolean,\n default: true,\n },\n size: useSizeProp,\n} as const)\nexport type TitleProps = ExtractPropTypes<typeof titleProps>\n\nexport type TitleInstance = InstanceType<typeof Title>\n"],"names":["buildProps","useSizeProp"],"mappings":";;;;;;;;;AAEY,MAAC,UAAU,GAAGA,kBAAU,CAAC;AACrC,EAAE,KAAK,EAAE,MAAM;AACf,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,IAAI,EAAEC,iBAAW;AACnB,CAAC;;;;"}
|
package/lib/index.js
CHANGED
|
@@ -8,7 +8,7 @@ require('./constants/index.js');
|
|
|
8
8
|
require('./directives/index.js');
|
|
9
9
|
require('./hooks/index.js');
|
|
10
10
|
var makeInstaller = require('./make-installer.js');
|
|
11
|
-
var title = require('./components/title/src/
|
|
11
|
+
var title = require('./components/title/src/title2.js');
|
|
12
12
|
var index = require('./components/title/index.js');
|
|
13
13
|
var index$1 = require('./components/dropdown/index.js');
|
|
14
14
|
var index$2 = require('./components/collapse/index.js');
|
|
@@ -39,7 +39,7 @@ var index$h = require('./components/select/index.js');
|
|
|
39
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.4";
|
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.4'\n"],"names":[],"mappings":";;;;AAAY,MAAC,OAAO,GAAG;;;;"}
|
package/package.json
CHANGED
package/tags.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"hzzt-cascader":{"attributes":["model-value","size","disabled","options","cascader-props","clearable","readonly","placeholder"],"description":"Title"},"hzzt-check-button":{"attributes":["options","model-value","size","type","is-default"],"description":"Title"},"hzzt-click-input":{"attributes":["model-value","size","disabled","readonly","input-props"],"description":"Title"},"hzzt-collapse":{"attributes":["default-active","title","expand"],"description":"Title"},"hzzt-config-provider":{"attributes":["a11y","size","locale","keyboard-navigation"],"description":"Title"},"hzzt-confirm-password":{"attributes":["placeholder","model-value"],"description":"Title"},"hzzt-dropdown":{"attributes":["options","default-value","label","value","position","props","return-type"],"description":"Title"},"hzzt-icon":{"attributes":["name","type"],"description":"Title"},"hzzt-input-range":{"attributes":["model-value","size","disabled","clearable","start-placeholder","end-placeholder","start-props","end-props"],"description":"Title"},"hzzt-lazy-list":{"attributes":["size","height","data","row-key"],"description":"LazyList"},"hzzt-page-size":{"attributes":["model-value","page-size","total","size","page-size-options","disabled","is-manual","is-last-page"],"description":"Title"},"hzzt-pagination":{"attributes":["pagination"],"description":"Title"},"hzzt-quarter-picker":{"attributes":["format","value-format","placeholder","prefix-icon","clear-icon","size","model-value","disabled","clearable","disabled-date"],"description":"Title"},"hzzt-scan":{"attributes":["model-value","placeholder","letter"],"description":"Title"},"hzzt-select-input":{"attributes":["model-value","index-type","size","label","disabled","replace","position","options","input-props","custom-props","format-label","split"],"description":"Title"},"hzzt-select-textarea":{"attributes":["model-value","size","label","disabled","replace","options","input-props","select-props"],"description":"Title"},"hzzt-select":{"attributes":["model-value","size","select-props","disabled","options","cascader-props","clearable","readonly","replace","placeholder"],"description":"Title"},"hzzt-tab":{"attributes":["tab-list","model-value","closable"],"description":"Title"},"hzzt-title":{"attributes":["label","sideline","size"],"description":"Title"},"hzzt-tooltip":{"attributes":["content"],"description":"Title"}}
|
|
1
|
+
{"hzzt-cascader":{"attributes":["model-value","size","disabled","options","cascader-props","clearable","readonly","placeholder"],"description":"Title"},"hzzt-check-button":{"attributes":["options","model-value","size","type","is-default"],"description":"Title"},"hzzt-click-input":{"attributes":["model-value","size","disabled","readonly","input-props"],"description":"Title"},"hzzt-collapse":{"attributes":["default-active","title","expand"],"description":"Title"},"hzzt-config-provider":{"attributes":["a11y","size","locale","keyboard-navigation"],"description":"Title"},"hzzt-confirm-password":{"attributes":["placeholder","model-value"],"description":"Title"},"hzzt-dropdown":{"attributes":["options","default-value","label","value","position","props","return-type"],"description":"Title"},"hzzt-icon":{"attributes":["name","type"],"description":"Title"},"hzzt-input-range":{"attributes":["model-value","size","disabled","clearable","start-placeholder","end-placeholder","start-props","end-props"],"description":"Title"},"hzzt-lazy-list":{"attributes":["size","height","data","row-key"],"description":"LazyList"},"hzzt-page-size":{"attributes":["model-value","page-size","total","size","page-size-options","disabled","is-manual","is-last-page"],"description":"Title"},"hzzt-pagination":{"attributes":["pagination"],"description":"Title"},"hzzt-quarter-picker":{"attributes":["format","value-format","placeholder","prefix-icon","clear-icon","size","model-value","disabled","clearable","disabled-date"],"description":"Title"},"hzzt-scan":{"attributes":["model-value","placeholder","letter"],"description":"Title"},"hzzt-select-input":{"attributes":["model-value","index-type","size","label","disabled","replace","position","options","input-props","custom-props","format-label","split"],"description":"Title"},"hzzt-select-textarea":{"attributes":["model-value","size","label","disabled","replace","options","input-props","select-props"],"description":"Title"},"hzzt-select":{"attributes":["model-value","size","select-props","disabled","options","cascader-props","clearable","readonly","replace","auto-pull-down","placeholder"],"description":"Title"},"hzzt-tab":{"attributes":["tab-list","model-value","closable"],"description":"Title"},"hzzt-title":{"attributes":["label","sideline","size"],"description":"Title"},"hzzt-tooltip":{"attributes":["content"],"description":"Title"}}
|
package/web-types.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"hzzt-plus","version":"2.0.3","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":"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.4","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"]}]}]}}}
|