hzzt-plus 0.0.9 → 1.0.1

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.
Files changed (151) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.full.js +2148 -1583
  3. package/dist/index.full.min.js +12 -12
  4. package/dist/index.full.min.js.map +1 -1
  5. package/dist/index.full.min.mjs +12 -12
  6. package/dist/index.full.min.mjs.map +1 -1
  7. package/dist/index.full.mjs +2139 -1585
  8. package/es/component.mjs +5 -1
  9. package/es/component.mjs.map +1 -1
  10. package/es/components/confirm-password/index.d.ts +46 -22
  11. package/es/components/confirm-password/src/confirm-password.vue.d.ts +46 -22
  12. package/es/components/icon/src/index.vue.d.ts +4 -4
  13. package/es/components/index.d.ts +2 -0
  14. package/es/components/index.mjs +5 -0
  15. package/es/components/index.mjs.map +1 -1
  16. package/es/components/page-size/index.d.ts +10224 -531
  17. package/es/components/page-size/src/index.vue.d.ts +10224 -531
  18. package/es/components/pagination/index.d.ts +4 -4
  19. package/es/components/pagination/src/index.vue.d.ts +4 -4
  20. package/es/components/quarter-picker/index.d.ts +121 -97
  21. package/es/components/quarter-picker/src/index.vue.d.ts +121 -97
  22. package/es/components/scan/index.d.ts +5 -0
  23. package/es/components/scan/index.mjs +9 -0
  24. package/es/components/scan/index.mjs.map +1 -0
  25. package/es/components/scan/src/scan.d.ts +15 -0
  26. package/es/components/scan/src/scan.mjs +28 -0
  27. package/es/components/scan/src/scan.mjs.map +1 -0
  28. package/es/components/scan/src/scan.vue.d.ts +596 -0
  29. package/es/components/scan/src/scan2.mjs +149 -0
  30. package/es/components/scan/src/scan2.mjs.map +1 -0
  31. package/es/components/scan/style/css.d.ts +2 -0
  32. package/es/components/scan/style/css.mjs +3 -0
  33. package/es/components/scan/style/css.mjs.map +1 -0
  34. package/es/components/scan/style/index.d.ts +2 -0
  35. package/es/components/scan/style/index.mjs +3 -0
  36. package/es/components/scan/style/index.mjs.map +1 -0
  37. package/es/components/select-input/index.d.ts +826 -0
  38. package/es/components/select-input/index.mjs +9 -0
  39. package/es/components/select-input/index.mjs.map +1 -0
  40. package/es/components/select-input/src/select-input.d.ts +41 -0
  41. package/es/components/select-input/src/select-input.mjs +50 -0
  42. package/es/components/select-input/src/select-input.mjs.map +1 -0
  43. package/es/components/select-input/src/select-input.vue.d.ts +826 -0
  44. package/es/components/select-input/src/select-input2.mjs +129 -0
  45. package/es/components/select-input/src/select-input2.mjs.map +1 -0
  46. package/es/components/select-input/style/css.d.ts +2 -0
  47. package/es/components/select-input/style/css.mjs +3 -0
  48. package/es/components/select-input/style/css.mjs.map +1 -0
  49. package/es/components/select-input/style/index.d.ts +2 -0
  50. package/es/components/select-input/style/index.mjs +3 -0
  51. package/es/components/select-input/style/index.mjs.map +1 -0
  52. package/es/components/tab/index.d.ts +4 -4
  53. package/es/components/tab/src/index.vue.d.ts +4 -4
  54. package/es/components/title/index.d.ts +4 -29
  55. package/es/components/title/index.mjs +3 -2
  56. package/es/components/title/index.mjs.map +1 -1
  57. package/es/components/title/src/title.d.ts +8 -0
  58. package/es/components/title/src/title.mjs +8 -43
  59. package/es/components/title/src/title.mjs.map +1 -1
  60. package/es/components/title/src/title.vue.d.ts +7 -16
  61. package/es/components/title/src/title2.mjs +44 -0
  62. package/es/components/title/src/title2.mjs.map +1 -0
  63. package/es/components/tooltip/index.d.ts +7615 -316
  64. package/es/components/tooltip/src/tooltip.vue.d.ts +7615 -316
  65. package/es/constants/index.d.ts +1 -0
  66. package/es/constants/index.mjs +1 -0
  67. package/es/constants/index.mjs.map +1 -1
  68. package/es/hooks/index.d.ts +1 -0
  69. package/es/hooks/index.mjs +1 -0
  70. package/es/hooks/index.mjs.map +1 -1
  71. package/es/hooks/use-letter/index.d.ts +1 -0
  72. package/es/hooks/use-letter/index.mjs +13 -0
  73. package/es/hooks/use-letter/index.mjs.map +1 -0
  74. package/es/index.mjs +7 -0
  75. package/es/index.mjs.map +1 -1
  76. package/global.d.ts +2 -0
  77. package/lib/component.js +5 -1
  78. package/lib/component.js.map +1 -1
  79. package/lib/components/confirm-password/index.d.ts +46 -22
  80. package/lib/components/confirm-password/src/confirm-password.vue.d.ts +46 -22
  81. package/lib/components/icon/src/index.vue.d.ts +4 -4
  82. package/lib/components/index.d.ts +2 -0
  83. package/lib/components/index.js +12 -0
  84. package/lib/components/index.js.map +1 -1
  85. package/lib/components/page-size/index.d.ts +10224 -531
  86. package/lib/components/page-size/src/index.vue.d.ts +10224 -531
  87. package/lib/components/pagination/index.d.ts +4 -4
  88. package/lib/components/pagination/src/index.vue.d.ts +4 -4
  89. package/lib/components/quarter-picker/index.d.ts +121 -97
  90. package/lib/components/quarter-picker/src/index.vue.d.ts +121 -97
  91. package/lib/components/scan/index.d.ts +5 -0
  92. package/lib/components/scan/index.js +16 -0
  93. package/lib/components/scan/index.js.map +1 -0
  94. package/lib/components/scan/src/scan.d.ts +15 -0
  95. package/lib/components/scan/src/scan.js +33 -0
  96. package/lib/components/scan/src/scan.js.map +1 -0
  97. package/lib/components/scan/src/scan.vue.d.ts +596 -0
  98. package/lib/components/scan/src/scan2.js +153 -0
  99. package/lib/components/scan/src/scan2.js.map +1 -0
  100. package/lib/components/scan/style/css.d.ts +2 -0
  101. package/lib/components/scan/style/css.js +6 -0
  102. package/lib/components/scan/style/css.js.map +1 -0
  103. package/lib/components/scan/style/index.d.ts +2 -0
  104. package/lib/components/scan/style/index.js +6 -0
  105. package/lib/components/scan/style/index.js.map +1 -0
  106. package/lib/components/select-input/index.d.ts +826 -0
  107. package/lib/components/select-input/index.js +16 -0
  108. package/lib/components/select-input/index.js.map +1 -0
  109. package/lib/components/select-input/src/select-input.d.ts +41 -0
  110. package/lib/components/select-input/src/select-input.js +55 -0
  111. package/lib/components/select-input/src/select-input.js.map +1 -0
  112. package/lib/components/select-input/src/select-input.vue.d.ts +826 -0
  113. package/lib/components/select-input/src/select-input2.js +133 -0
  114. package/lib/components/select-input/src/select-input2.js.map +1 -0
  115. package/lib/components/select-input/style/css.d.ts +2 -0
  116. package/lib/components/select-input/style/css.js +6 -0
  117. package/lib/components/select-input/style/css.js.map +1 -0
  118. package/lib/components/select-input/style/index.d.ts +2 -0
  119. package/lib/components/select-input/style/index.js +6 -0
  120. package/lib/components/select-input/style/index.js.map +1 -0
  121. package/lib/components/tab/index.d.ts +4 -4
  122. package/lib/components/tab/src/index.vue.d.ts +4 -4
  123. package/lib/components/title/index.d.ts +4 -29
  124. package/lib/components/title/index.js +3 -1
  125. package/lib/components/title/index.js.map +1 -1
  126. package/lib/components/title/src/title.d.ts +8 -0
  127. package/lib/components/title/src/title.js +8 -43
  128. package/lib/components/title/src/title.js.map +1 -1
  129. package/lib/components/title/src/title.vue.d.ts +7 -16
  130. package/lib/components/title/src/title2.js +48 -0
  131. package/lib/components/title/src/title2.js.map +1 -0
  132. package/lib/components/tooltip/index.d.ts +7615 -316
  133. package/lib/components/tooltip/src/tooltip.vue.d.ts +7615 -316
  134. package/lib/constants/index.d.ts +1 -0
  135. package/lib/constants/index.js +4 -0
  136. package/lib/constants/index.js.map +1 -1
  137. package/lib/hooks/index.d.ts +1 -0
  138. package/lib/hooks/index.js +2 -0
  139. package/lib/hooks/index.js.map +1 -1
  140. package/lib/hooks/use-letter/index.d.ts +1 -0
  141. package/lib/hooks/use-letter/index.js +17 -0
  142. package/lib/hooks/use-letter/index.js.map +1 -0
  143. package/lib/index.js +44 -26
  144. package/lib/index.js.map +1 -1
  145. package/package.json +3 -3
  146. package/theme/hzzt-scan.css +1 -0
  147. package/theme/hzzt-select-input.css +0 -0
  148. package/theme/index.css +1 -1
  149. package/theme/src/index.scss +2 -0
  150. package/theme/src/scan.scss +80 -0
  151. package/theme/src/select-input.scss +0 -0
@@ -0,0 +1,133 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var vue = require('vue');
6
+ var selectInput = require('./select-input.js');
7
+ require('../../../hooks/index.js');
8
+ var elementPlus = require('element-plus');
9
+ var title = require('../../title/src/title2.js');
10
+ var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
11
+ var index = require('../../../hooks/use-namespace/index.js');
12
+ var index$1 = require('../../../hooks/use-size/index.js');
13
+ var index$2 = require('../../../hooks/use-letter/index.js');
14
+
15
+ const _hoisted_1 = { slot: "append" };
16
+ const _hoisted_2 = { key: 0 };
17
+ const __default__ = vue.defineComponent({
18
+ name: "HzztSelectInput"
19
+ });
20
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
21
+ ...__default__,
22
+ props: selectInput.selectInputProps,
23
+ emits: selectInput.selectInputEmits,
24
+ setup(__props, { emit }) {
25
+ const props = __props;
26
+ const inputVal = vue.ref(props.modelValue);
27
+ const nsInput = index.useNamespace("select-input");
28
+ const formSize = elementPlus.useFormSize();
29
+ const formDisabled = elementPlus.useFormDisabled();
30
+ const trueSize = vue.computed(() => props.size || formSize.value || index$1.useGlobalSize().value);
31
+ const trueDisabled = vue.computed(() => props.disabled || formDisabled.value);
32
+ const containerCls = vue.computed(() => [
33
+ nsInput.b(),
34
+ nsInput.m(trueSize.value)
35
+ ]);
36
+ const inputContainerCls = vue.computed(() => [
37
+ "flex",
38
+ props.position === "top" ? "column" : "row align-items-center"
39
+ ]);
40
+ const inputCls = vue.computed(() => [
41
+ "flex-1",
42
+ props.label ? props.position === "top" ? "margin-b-1" : "margin-l-1" : ""
43
+ ]);
44
+ const _inputProps = vue.computed(() => ({
45
+ disabled: trueDisabled.value,
46
+ clearable: true,
47
+ ...props.inputProps
48
+ }));
49
+ vue.watch(() => props.modelValue, (v) => {
50
+ inputVal.value = v;
51
+ });
52
+ function input(val) {
53
+ emit("update:modelValue", val);
54
+ emit("input", val);
55
+ }
56
+ function change(val) {
57
+ emit("change", val);
58
+ }
59
+ function getLinkName(item, index) {
60
+ let prefix = "";
61
+ if (props.indexType == "number") {
62
+ prefix = `\uFF08${index + 1}\uFF09`;
63
+ } else if (props.indexType == "letter") {
64
+ prefix = `\uFF08${index$2.numberToLetter(index)}\uFF09`;
65
+ }
66
+ return prefix + (item.label || item.value);
67
+ }
68
+ function select(item) {
69
+ const value = item.value || item.label;
70
+ let content = "";
71
+ if (!inputVal.value)
72
+ inputVal.value = "";
73
+ if (props.formatLabel) {
74
+ content = props.formatLabel(value);
75
+ } else if (props.replace) {
76
+ content = value;
77
+ } else {
78
+ content = inputVal.value ? `${inputVal.value}${props.split}${value}` : value;
79
+ }
80
+ inputVal.value = content;
81
+ input(content);
82
+ change(content);
83
+ }
84
+ return (_ctx, _cache) => {
85
+ return vue.openBlock(), vue.createElementBlock("div", {
86
+ class: vue.normalizeClass(vue.unref(containerCls))
87
+ }, [
88
+ vue.createElementVNode("div", {
89
+ class: vue.normalizeClass(vue.unref(inputContainerCls))
90
+ }, [
91
+ vue.renderSlot(_ctx.$slots, "title", {}, () => [
92
+ vue.createVNode(title["default"], { label: _ctx.label }, null, 8, ["label"])
93
+ ]),
94
+ vue.createVNode(vue.unref(elementPlus.ElInput), vue.mergeProps({
95
+ ref: "inputRef",
96
+ class: vue.unref(inputCls),
97
+ modelValue: inputVal.value,
98
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputVal.value = $event)
99
+ }, vue.unref(_inputProps), {
100
+ onInput: input,
101
+ onChange: change
102
+ }), {
103
+ default: vue.withCtx(() => [
104
+ vue.createElementVNode("template", _hoisted_1, [
105
+ vue.renderSlot(_ctx.$slots, "append")
106
+ ])
107
+ ]),
108
+ _: 3
109
+ }, 16, ["class", "modelValue"])
110
+ ], 2),
111
+ _ctx.data.length && !vue.unref(trueDisabled) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, [
112
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.data, (item, index) => {
113
+ return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElLink), vue.mergeProps({
114
+ key: index,
115
+ class: "margin-r-4"
116
+ }, _ctx.customProps, {
117
+ onClick: ($event) => select(item)
118
+ }), {
119
+ default: vue.withCtx(() => [
120
+ vue.createTextVNode(vue.toDisplayString(getLinkName(item, index)), 1)
121
+ ]),
122
+ _: 2
123
+ }, 1040, ["onClick"]);
124
+ }), 128))
125
+ ])) : vue.createCommentVNode("v-if", true)
126
+ ], 2);
127
+ };
128
+ }
129
+ });
130
+ var SelectInput = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "select-input.vue"]]);
131
+
132
+ exports["default"] = SelectInput;
133
+ //# sourceMappingURL=select-input2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select-input2.js","sources":["../../../../../../packages/components/select-input/src/select-input.vue"],"sourcesContent":["<template>\n <div :class=\"containerCls\">\n <div :class=\"inputContainerCls\">\n <slot name=\"title\">\n <hzzt-title :label=\"label\"></hzzt-title>\n </slot>\n <el-input ref=\"inputRef\"\n :class=\"inputCls\"\n v-model=\"inputVal\"\n v-bind=\"_inputProps\"\n @input=\"input\"\n @change=\"change\"\n >\n <template slot=\"append\">\n <slot name=\"append\"></slot>\n </template>\n </el-input>\n </div>\n <div v-if=\"data.length&&!trueDisabled\">\n <el-link v-for=\"(item, index) in data\" :key=\"index\" class=\"margin-r-4\" v-bind=\"customProps\" @click=\"select(item)\">\n {{ getLinkName(item, index) }}\n </el-link>\n </div>\n </div>\n</template>\n\n<script lang=\"ts\" setup>\n import {computed, ref, watch} from 'vue'\n import {OptionType, selectInputEmits, selectInputProps} from './select-input'\n import {useGlobalSize, useNamespace, numberToLetter} from \"@hzzt-plus/hooks\";\n import {useFormDisabled, useFormSize} from \"element-plus\";\n import HzztTitle from \"@hzzt-plus/components/title/src/title.vue\";\n import {ElInput, ElLink} from 'element-plus'\n\n defineOptions({\n name: 'HzztSelectInput',\n })\n\n const props = defineProps(selectInputProps)\n const emit = defineEmits(selectInputEmits)\n\n const inputVal = ref(props.modelValue);\n\n const nsInput = useNamespace('select-input')\n const formSize = useFormSize()\n const formDisabled = useFormDisabled()\n\n const trueSize = computed(\n () => props.size || formSize.value || useGlobalSize().value\n )\n\n const trueDisabled = computed(() => props.disabled || formDisabled.value)\n\n const containerCls = computed(() => [\n nsInput.b(),\n nsInput.m(trueSize.value),\n ])\n\n const inputContainerCls = computed(() => [\n 'flex',\n props.position === 'top' ? 'column' : 'row align-items-center'\n ])\n\n const inputCls = computed(() => [\n 'flex-1',\n props.label ? props.position === 'top' ? 'margin-b-1' : 'margin-l-1' : ''\n ])\n\n const _inputProps = computed(() => ({\n disabled: trueDisabled.value,\n clearable: true,\n ...props.inputProps,\n }))\n\n watch(() => props.modelValue, (v) => {\n inputVal.value = v;\n })\n\n function input(val: string) {\n emit('update:modelValue', val);\n emit('input', val);\n }\n\n function change(val: string) {\n emit('change', val);\n }\n\n function getLinkName(item: OptionType, index: number) {\n let prefix = '';\n if (props.indexType == 'number') {\n prefix = `(${index + 1})`\n } else if (props.indexType == 'letter') {\n prefix = `(${numberToLetter(index)})`\n }\n return prefix + (item.label || item.value);\n }\n\n function select(item: OptionType) {\n const value = item.value||item.label;\n let content = '';\n if (!inputVal.value) inputVal.value = '';\n if (props.formatLabel) {\n content = props.formatLabel(value);\n } else if (props.replace) {\n content = value;\n } else {\n content = inputVal.value ? `${inputVal.value}${props.split}${value}` : value;\n }\n inputVal.value = content;\n input(content);\n change(content);\n }\n\n</script>\n"],"names":["ref","useNamespace","useFormSize","useFormDisabled","computed","useGlobalSize","watch","numberToLetter","_openBlock","_createElementBlock"],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import 'hzzt-plus/es/components/base/style/css';
2
+ import 'hzzt-plus/theme/hzzt-select-input.css';
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ require('../../base/style/css.js');
4
+ require('hzzt-plus/theme/hzzt-select-input.css');
5
+
6
+ //# sourceMappingURL=css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -0,0 +1,2 @@
1
+ import 'hzzt-plus/es/components/base/style';
2
+ import 'hzzt-plus/theme/src/select-input.scss';
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ require('../../base/style/index.js');
4
+ require('hzzt-plus/theme/src/select-input.scss');
5
+
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -75,7 +75,7 @@ export declare const HzztTab: import("hzzt-plus/es/utils").SFCWithInstall<import
75
75
  $data: {};
76
76
  $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
77
77
  readonly size: {
78
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
78
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
79
79
  readonly required: false;
80
80
  readonly validator: ((val: unknown) => boolean) | undefined;
81
81
  __epPropKey: true;
@@ -102,7 +102,7 @@ export declare const HzztTab: import("hzzt-plus/es/utils").SFCWithInstall<import
102
102
  $el: any;
103
103
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
104
104
  readonly size: {
105
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
105
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
106
106
  readonly required: false;
107
107
  readonly validator: ((val: unknown) => boolean) | undefined;
108
108
  __epPropKey: true;
@@ -135,7 +135,7 @@ export declare const HzztTab: import("hzzt-plus/es/utils").SFCWithInstall<import
135
135
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
136
136
  } & Readonly<import("vue").ExtractPropTypes<{
137
137
  readonly size: {
138
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
138
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
139
139
  readonly required: false;
140
140
  readonly validator: ((val: unknown) => boolean) | undefined;
141
141
  __epPropKey: true;
@@ -152,7 +152,7 @@ export declare const HzztTab: import("hzzt-plus/es/utils").SFCWithInstall<import
152
152
  __isSuspense?: undefined;
153
153
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
154
154
  readonly size: {
155
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
155
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
156
156
  readonly required: false;
157
157
  readonly validator: ((val: unknown) => boolean) | undefined;
158
158
  __epPropKey: true;
@@ -76,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{
76
76
  $data: {};
77
77
  $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
78
78
  readonly size: {
79
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
79
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
80
80
  readonly required: false;
81
81
  readonly validator: ((val: unknown) => boolean) | undefined;
82
82
  __epPropKey: true;
@@ -103,7 +103,7 @@ declare const _default: import("vue").DefineComponent<{
103
103
  $el: any;
104
104
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
105
105
  readonly size: {
106
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
106
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
107
107
  readonly required: false;
108
108
  readonly validator: ((val: unknown) => boolean) | undefined;
109
109
  __epPropKey: true;
@@ -136,7 +136,7 @@ declare const _default: import("vue").DefineComponent<{
136
136
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
137
137
  } & Readonly<import("vue").ExtractPropTypes<{
138
138
  readonly size: {
139
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
139
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
140
140
  readonly required: false;
141
141
  readonly validator: ((val: unknown) => boolean) | undefined;
142
142
  __epPropKey: true;
@@ -153,7 +153,7 @@ declare const _default: import("vue").DefineComponent<{
153
153
  __isSuspense?: undefined;
154
154
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
155
155
  readonly size: {
156
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
156
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
157
157
  readonly required: false;
158
158
  readonly validator: ((val: unknown) => boolean) | undefined;
159
159
  __epPropKey: true;
@@ -1,30 +1,5 @@
1
- export declare const HzztTitle: import("hzzt-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
2
- label: StringConstructor;
3
- sideline: {
4
- type: BooleanConstructor;
5
- default: boolean;
6
- };
7
- }, {
8
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
9
- label: StringConstructor;
10
- sideline: {
11
- type: BooleanConstructor;
12
- default: boolean;
13
- };
14
- }>> & {
15
- [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
16
- }>>;
17
- slots: Readonly<{
18
- [name: string]: import("vue").Slot | undefined;
19
- }>;
20
- showLabel: import("vue").ComputedRef<import("vue").VNodeNormalizedChildren | undefined>;
21
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
- label: StringConstructor;
23
- sideline: {
24
- type: BooleanConstructor;
25
- default: boolean;
26
- };
27
- }>>, {
28
- sideline: boolean;
29
- }>> & Record<string, any>;
1
+ import Title from './src/title.vue';
2
+ import type { SFCWithInstall } from 'hzzt-plus/es/utils';
3
+ export declare const HzztTitle: SFCWithInstall<typeof Title>;
30
4
  export default HzztTitle;
5
+ export * from './src/title';
@@ -3,11 +3,13 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  require('../../utils/index.js');
6
+ var title$1 = require('./src/title2.js');
6
7
  var title = require('./src/title.js');
7
8
  var install = require('../../utils/vue/install.js');
8
9
 
9
- const HzztTitle = install.withInstall(title["default"]);
10
+ const HzztTitle = install.withInstall(title$1["default"]);
10
11
 
12
+ exports.titleProps = title.titleProps;
11
13
  exports.HzztTitle = HzztTitle;
12
14
  exports["default"] = HzztTitle;
13
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../packages/components/title/index.ts"],"sourcesContent":["import { withInstall } from '@hzzt-plus/utils'\n\nimport Title from './src/title.vue'\n\nexport const HzztTitle = withInstall(Title)\nexport default HzztTitle\n"],"names":["withInstall","Title"],"mappings":";;;;;;;;AAEY,MAAC,SAAS,GAAGA,mBAAW,CAACC,gBAAK;;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../../../packages/components/title/index.ts"],"sourcesContent":["import { withInstall } from '@hzzt-plus/utils'\nimport Title from './src/title.vue'\nimport type { SFCWithInstall } from '@hzzt-plus/utils'\n\nexport const HzztTitle: SFCWithInstall<typeof Title> = withInstall(Title)\nexport default HzztTitle\n\nexport * from './src/title'\n"],"names":["withInstall","Title"],"mappings":";;;;;;;;;AAEY,MAAC,SAAS,GAAGA,mBAAW,CAACC,kBAAK;;;;;;"}
@@ -0,0 +1,8 @@
1
+ import type { ExtractPropTypes } from 'vue';
2
+ import type Title from './title.vue';
3
+ export declare const titleProps: {
4
+ readonly label: StringConstructor;
5
+ readonly sideline: import("hzzt-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6
+ };
7
+ export declare type TitleProps = ExtractPropTypes<typeof titleProps>;
8
+ export declare type TitleInstance = InstanceType<typeof Title>;
@@ -2,51 +2,16 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vue = require('vue');
6
- var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
5
+ require('../../../utils/index.js');
6
+ var runtime = require('../../../utils/vue/props/runtime.js');
7
7
 
8
- const _hoisted_1 = {
9
- key: 0,
10
- class: "hzzt-title flex align-items-center"
11
- };
12
- const _hoisted_2 = {
13
- key: 0,
14
- class: "decorative-line"
15
- };
16
- const _hoisted_3 = { class: "label-name" };
17
- const __default__ = vue.defineComponent({
18
- name: "HzztTitle"
19
- });
20
- const _sfc_main = /* @__PURE__ */ vue.defineComponent({
21
- ...__default__,
22
- props: {
23
- label: String,
24
- sideline: {
25
- type: Boolean,
26
- default: true
27
- }
28
- },
29
- setup(__props) {
30
- const props = __props;
31
- const slots = vue.useSlots();
32
- const showLabel = vue.computed(() => {
33
- var _a, _b, _c;
34
- 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);
35
- });
36
- return (_ctx, _cache) => {
37
- return vue.unref(showLabel) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
38
- __props.sideline ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2)) : vue.createCommentVNode("v-if", true),
39
- vue.renderSlot(_ctx.$slots, "before"),
40
- vue.createElementVNode("label", _hoisted_3, [
41
- vue.renderSlot(_ctx.$slots, "default", {}, () => [
42
- vue.createTextVNode(vue.toDisplayString(__props.label), 1)
43
- ])
44
- ])
45
- ])) : vue.createCommentVNode("v-if", true);
46
- };
8
+ const titleProps = runtime.buildProps({
9
+ label: String,
10
+ sideline: {
11
+ type: Boolean,
12
+ default: true
47
13
  }
48
14
  });
49
- var Title = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "title.vue"]]);
50
15
 
51
- exports["default"] = Title;
16
+ exports.titleProps = titleProps;
52
17
  //# sourceMappingURL=title.js.map
@@ -1 +1 @@
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\">\n <span v-if=\"sideline\" class=\"decorative-line\" />\n <slot name=\"before\" />\n <label class=\"label-name\">\n <slot>{{ label }}</slot>\n </label>\n </div>\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed, useSlots } from 'vue'\n\ndefineOptions({\n name: 'HzztTitle',\n})\n\nconst props = defineProps({\n label: String,\n sideline: {\n type: Boolean,\n default: true,\n },\n})\n\nconst slots = useSlots()\n\nconst showLabel = computed(\n () => props.label || slots?.default?.()?.[0]?.children\n)\n</script>\n"],"names":["useSlots","computed"],"mappings":";;;;;;;;;;;;;;;;uCAac,CAAA;AAAA,EACZ,IAAM,EAAA,WAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;;;;AAUA,IAAA,MAAM,QAAQA,YAAS,EAAA,CAAA;AAEvB,IAAA,MAAM,SAAY,GAAAC,YAAA,CAAA,MAAA;AAAA,MAChB,MAAM,EAAM,EAAA,EAAA,EAAA,CAAA;AAAkC,MAChD,OAAA,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;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"title.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'\n\nexport const titleProps = buildProps({\n label: String,\n sideline: {\n type: Boolean,\n default: true,\n },\n} as const)\nexport type TitleProps = ExtractPropTypes<typeof titleProps>\n\nexport type TitleInstance = InstanceType<typeof Title>\n"],"names":["buildProps"],"mappings":";;;;;;;AACY,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,CAAC;;;;"}
@@ -1,16 +1,10 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
- label: StringConstructor;
3
- sideline: {
4
- type: BooleanConstructor;
5
- default: boolean;
6
- };
2
+ readonly label: StringConstructor;
3
+ readonly sideline: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7
4
  }, {
8
5
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
9
- label: StringConstructor;
10
- sideline: {
11
- type: BooleanConstructor;
12
- default: boolean;
13
- };
6
+ readonly label: StringConstructor;
7
+ readonly sideline: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
14
8
  }>> & {
15
9
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
16
10
  }>>;
@@ -19,12 +13,9 @@ declare const _default: import("vue").DefineComponent<{
19
13
  }>;
20
14
  showLabel: import("vue").ComputedRef<import("vue").VNodeNormalizedChildren | undefined>;
21
15
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
- label: StringConstructor;
23
- sideline: {
24
- type: BooleanConstructor;
25
- default: boolean;
26
- };
16
+ readonly label: StringConstructor;
17
+ readonly sideline: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
27
18
  }>>, {
28
- sideline: boolean;
19
+ readonly sideline: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
29
20
  }>;
30
21
  export default _default;
@@ -0,0 +1,48 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var vue = require('vue');
6
+ require('../../index.js');
7
+ var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
8
+ var title = require('./title.js');
9
+
10
+ const _hoisted_1 = {
11
+ key: 0,
12
+ class: "hzzt-title flex align-items-center"
13
+ };
14
+ const _hoisted_2 = {
15
+ key: 0,
16
+ class: "decorative-line"
17
+ };
18
+ const _hoisted_3 = { class: "label-name" };
19
+ const __default__ = vue.defineComponent({
20
+ name: "HzztTitle"
21
+ });
22
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
23
+ ...__default__,
24
+ props: title.titleProps,
25
+ setup(__props) {
26
+ const props = __props;
27
+ const slots = vue.useSlots();
28
+ const showLabel = vue.computed(() => {
29
+ var _a, _b, _c;
30
+ 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);
31
+ });
32
+ return (_ctx, _cache) => {
33
+ return vue.unref(showLabel) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
34
+ _ctx.sideline ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2)) : vue.createCommentVNode("v-if", true),
35
+ vue.renderSlot(_ctx.$slots, "before"),
36
+ vue.createElementVNode("label", _hoisted_3, [
37
+ vue.renderSlot(_ctx.$slots, "default", {}, () => [
38
+ vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
39
+ ])
40
+ ])
41
+ ])) : vue.createCommentVNode("v-if", true);
42
+ };
43
+ }
44
+ });
45
+ var HzztTitle = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "title.vue"]]);
46
+
47
+ exports["default"] = HzztTitle;
48
+ //# sourceMappingURL=title2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"title2.js","sources":["../../../../../../packages/components/title/src/title.vue"],"sourcesContent":["<template>\n <div v-if=\"showLabel\" class=\"hzzt-title flex align-items-center\">\n <span v-if=\"sideline\" class=\"decorative-line\" />\n <slot name=\"before\" />\n <label class=\"label-name\">\n <slot>{{ label }}</slot>\n </label>\n </div>\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed, useSlots } from 'vue'\nimport { titleProps } from '@hzzt-plus/components'\n\ndefineOptions({\n name: 'HzztTitle',\n})\n\nconst props = defineProps(titleProps)\n\nconst slots = useSlots()\n\nconst showLabel = computed(\n () => props.label || slots?.default?.()?.[0]?.children\n)\n</script>\n"],"names":["useSlots","computed"],"mappings":";;;;;;;;;;;;;;;;;;uCAcc,CAAA;AAAA,EACZ,IAAM,EAAA,WAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAA,MAAM,QAAQA,YAAS,EAAA,CAAA;AAEvB,IAAA,MAAM,SAAY,GAAAC,YAAA,CAAA,MAAA;AAAA,MAChB,MAAM,EAAM,EAAA,EAAA,EAAA,CAAA;AAAkC,MAChD,OAAA,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;;;;;;;;;;;;;;;;;;;"}