hzzt-plus 1.0.6 → 2.0.0

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 (150) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.full.js +558 -355
  3. package/dist/index.full.min.js +10 -10
  4. package/dist/index.full.min.js.map +1 -1
  5. package/dist/index.full.min.mjs +13 -13
  6. package/dist/index.full.min.mjs.map +1 -1
  7. package/dist/index.full.mjs +559 -357
  8. package/dist/locale/en.js +1 -1
  9. package/dist/locale/en.min.js +1 -1
  10. package/dist/locale/en.min.mjs +1 -1
  11. package/dist/locale/en.mjs +1 -1
  12. package/dist/locale/zh-cn.js +1 -1
  13. package/dist/locale/zh-cn.min.js +1 -1
  14. package/dist/locale/zh-cn.min.mjs +1 -1
  15. package/dist/locale/zh-cn.mjs +1 -1
  16. package/es/component.mjs +3 -1
  17. package/es/component.mjs.map +1 -1
  18. package/es/components/click-input/src/click-input2.mjs +1 -1
  19. package/es/components/click-input/src/click-input2.mjs.map +1 -1
  20. package/es/components/collapse/index.d.ts +161 -8
  21. package/es/components/collapse/src/collapse.vue.d.ts +161 -8
  22. package/es/components/collapse/src/collapse2.mjs +50 -29
  23. package/es/components/collapse/src/collapse2.mjs.map +1 -1
  24. package/es/components/icon/index.mjs +4 -0
  25. package/es/components/icon/index.mjs.map +1 -1
  26. package/es/components/icon/src/components/index.d.ts +2 -0
  27. package/es/components/icon/src/components/index.mjs +3 -0
  28. package/es/components/icon/src/components/index.mjs.map +1 -0
  29. package/es/components/icon/src/components/minus-square-outline.mjs +29 -0
  30. package/es/components/icon/src/components/minus-square-outline.mjs.map +1 -0
  31. package/es/components/icon/src/components/minus-square-outline.vue.d.ts +2 -0
  32. package/es/components/icon/src/components/plus-square-outline.mjs +29 -0
  33. package/es/components/icon/src/components/plus-square-outline.mjs.map +1 -0
  34. package/es/components/icon/src/components/plus-square-outline.vue.d.ts +2 -0
  35. package/es/components/index.d.ts +1 -0
  36. package/es/components/index.mjs +2 -1
  37. package/es/components/index.mjs.map +1 -1
  38. package/es/components/pagination/index.d.ts +2 -2
  39. package/es/components/pagination/src/index.mjs +49 -21
  40. package/es/components/pagination/src/index.mjs.map +1 -1
  41. package/es/components/pagination/src/index.vue.d.ts +2 -2
  42. package/es/components/scroll/index.d.ts +5 -0
  43. package/es/components/scroll/index.mjs +9 -0
  44. package/es/components/scroll/index.mjs.map +1 -0
  45. package/es/components/scroll/src/scroll.d.ts +2 -0
  46. package/es/components/scroll/src/scroll.mjs +2 -0
  47. package/es/components/scroll/src/scroll.mjs.map +1 -0
  48. package/es/components/scroll/src/scroll.vue.d.ts +147 -0
  49. package/es/components/scroll/src/scroll2.mjs +88 -0
  50. package/es/components/scroll/src/scroll2.mjs.map +1 -0
  51. package/es/components/scroll/style/css.d.ts +2 -0
  52. package/es/components/scroll/style/css.mjs +3 -0
  53. package/es/components/scroll/style/css.mjs.map +1 -0
  54. package/es/components/scroll/style/index.d.ts +2 -0
  55. package/es/components/scroll/style/index.mjs +3 -0
  56. package/es/components/scroll/style/index.mjs.map +1 -0
  57. package/es/components/select-input/index.d.ts +39 -0
  58. package/es/components/select-input/src/select-input.vue.d.ts +39 -0
  59. package/es/components/select-textarea/index.mjs +2 -2
  60. package/es/components/select-textarea/src/select-textarea.mjs +100 -30
  61. package/es/components/select-textarea/src/select-textarea.mjs.map +1 -1
  62. package/es/components/select-textarea/src/select-textarea.vue.d.ts +39 -0
  63. package/es/components/select-textarea/src/select-textarea2.mjs +30 -100
  64. package/es/components/select-textarea/src/select-textarea2.mjs.map +1 -1
  65. package/es/components/title/src/title.d.ts +6 -0
  66. package/es/components/title/src/title.mjs +4 -1
  67. package/es/components/title/src/title.mjs.map +1 -1
  68. package/es/components/title/src/title.vue.d.ts +39 -0
  69. package/es/components/title/src/title2.mjs +28 -12
  70. package/es/components/title/src/title2.mjs.map +1 -1
  71. package/es/index.mjs +2 -1
  72. package/es/index.mjs.map +1 -1
  73. package/es/version.d.ts +1 -1
  74. package/es/version.mjs +1 -1
  75. package/es/version.mjs.map +1 -1
  76. package/global.d.ts +1 -0
  77. package/lib/component.js +3 -1
  78. package/lib/component.js.map +1 -1
  79. package/lib/components/click-input/src/click-input2.js +1 -1
  80. package/lib/components/click-input/src/click-input2.js.map +1 -1
  81. package/lib/components/collapse/index.d.ts +161 -8
  82. package/lib/components/collapse/src/collapse.vue.d.ts +161 -8
  83. package/lib/components/collapse/src/collapse2.js +49 -28
  84. package/lib/components/collapse/src/collapse2.js.map +1 -1
  85. package/lib/components/icon/index.js +4 -0
  86. package/lib/components/icon/index.js.map +1 -1
  87. package/lib/components/icon/src/components/index.d.ts +2 -0
  88. package/lib/components/icon/src/components/index.js +12 -0
  89. package/lib/components/icon/src/components/index.js.map +1 -0
  90. package/lib/components/icon/src/components/minus-square-outline.js +33 -0
  91. package/lib/components/icon/src/components/minus-square-outline.js.map +1 -0
  92. package/lib/components/icon/src/components/minus-square-outline.vue.d.ts +2 -0
  93. package/lib/components/icon/src/components/plus-square-outline.js +33 -0
  94. package/lib/components/icon/src/components/plus-square-outline.js.map +1 -0
  95. package/lib/components/icon/src/components/plus-square-outline.vue.d.ts +2 -0
  96. package/lib/components/index.d.ts +1 -0
  97. package/lib/components/index.js +3 -1
  98. package/lib/components/index.js.map +1 -1
  99. package/lib/components/pagination/index.d.ts +2 -2
  100. package/lib/components/pagination/src/index.js +48 -20
  101. package/lib/components/pagination/src/index.js.map +1 -1
  102. package/lib/components/pagination/src/index.vue.d.ts +2 -2
  103. package/lib/components/scroll/index.d.ts +5 -0
  104. package/lib/components/scroll/index.js +14 -0
  105. package/lib/components/scroll/index.js.map +1 -0
  106. package/lib/components/scroll/src/scroll.d.ts +2 -0
  107. package/lib/components/scroll/src/scroll.js +3 -0
  108. package/lib/components/scroll/src/scroll.js.map +1 -0
  109. package/lib/components/scroll/src/scroll.vue.d.ts +147 -0
  110. package/lib/components/scroll/src/scroll2.js +92 -0
  111. package/lib/components/scroll/src/scroll2.js.map +1 -0
  112. package/lib/components/scroll/style/css.d.ts +2 -0
  113. package/lib/components/scroll/style/css.js +6 -0
  114. package/lib/components/scroll/style/css.js.map +1 -0
  115. package/lib/components/scroll/style/index.d.ts +2 -0
  116. package/lib/components/scroll/style/index.js +6 -0
  117. package/lib/components/scroll/style/index.js.map +1 -0
  118. package/lib/components/select-input/index.d.ts +39 -0
  119. package/lib/components/select-input/src/select-input.vue.d.ts +39 -0
  120. package/lib/components/select-textarea/index.js +2 -2
  121. package/lib/components/select-textarea/src/select-textarea.js +100 -31
  122. package/lib/components/select-textarea/src/select-textarea.js.map +1 -1
  123. package/lib/components/select-textarea/src/select-textarea.vue.d.ts +39 -0
  124. package/lib/components/select-textarea/src/select-textarea2.js +31 -100
  125. package/lib/components/select-textarea/src/select-textarea2.js.map +1 -1
  126. package/lib/components/title/src/title.d.ts +6 -0
  127. package/lib/components/title/src/title.js +4 -1
  128. package/lib/components/title/src/title.js.map +1 -1
  129. package/lib/components/title/src/title.vue.d.ts +39 -0
  130. package/lib/components/title/src/title2.js +27 -11
  131. package/lib/components/title/src/title2.js.map +1 -1
  132. package/lib/index.js +33 -31
  133. package/lib/index.js.map +1 -1
  134. package/lib/version.d.ts +1 -1
  135. package/lib/version.js +1 -1
  136. package/lib/version.js.map +1 -1
  137. package/package.json +1 -1
  138. package/theme/hzzt-collapse.css +1 -1
  139. package/theme/hzzt-pagination.css +1 -1
  140. package/theme/hzzt-scan.css +1 -1
  141. package/theme/hzzt-scroll.css +1 -0
  142. package/theme/hzzt-title.css +1 -1
  143. package/theme/index.css +1 -1
  144. package/theme/src/collapse.scss +45 -39
  145. package/theme/src/index.scss +1 -0
  146. package/theme/src/pagination.scss +24 -6
  147. package/theme/src/scan.scss +3 -3
  148. package/theme/src/scroll.scss +42 -0
  149. package/theme/src/title.scss +14 -5
  150. package/web-types.json +1 -1
@@ -7,7 +7,11 @@ declare const _default: import("vue").DefineComponent<{
7
7
  type: StringConstructor;
8
8
  default: string;
9
9
  };
10
- expand: {
10
+ showLine: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ modelValue: {
11
15
  type: BooleanConstructor;
12
16
  default: boolean;
13
17
  };
@@ -22,16 +26,158 @@ declare const _default: import("vue").DefineComponent<{
22
26
  type: StringConstructor;
23
27
  default: string;
24
28
  };
25
- expand: {
29
+ showLine: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ modelValue: {
26
34
  type: BooleanConstructor;
27
35
  default: boolean;
28
36
  };
29
37
  }>> & {
30
- [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
38
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
31
39
  }>>;
32
- active: import("vue").Ref<boolean>;
40
+ emit: (event: "update:modelValue", ...args: any[]) => void;
41
+ expand: import("vue").Ref<boolean>;
33
42
  toggle: () => void;
34
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
+ HzztIcon: import("vue").DefineComponent<{
44
+ name: {
45
+ type: StringConstructor;
46
+ required: true;
47
+ };
48
+ type: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ }, {
53
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
54
+ name: {
55
+ type: StringConstructor;
56
+ required: true;
57
+ };
58
+ type: {
59
+ type: StringConstructor;
60
+ default: string;
61
+ };
62
+ }>> & {
63
+ [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
64
+ }>>;
65
+ attrs: {
66
+ [x: string]: unknown;
67
+ };
68
+ componentName: import("vue").ComputedRef<string>;
69
+ ElIcon: import("element-plus/es/utils").SFCWithInstall<{
70
+ new (...args: any[]): {
71
+ $: import("vue").ComponentInternalInstance;
72
+ $data: {};
73
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
74
+ readonly size: {
75
+ 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>>;
76
+ readonly required: false;
77
+ readonly validator: ((val: unknown) => boolean) | undefined;
78
+ __epPropKey: true;
79
+ };
80
+ readonly color: {
81
+ readonly type: import("vue").PropType<string>;
82
+ readonly required: false;
83
+ readonly validator: ((val: unknown) => boolean) | undefined;
84
+ __epPropKey: true;
85
+ };
86
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
87
+ $attrs: {
88
+ [x: string]: unknown;
89
+ };
90
+ $refs: {
91
+ [x: string]: unknown;
92
+ };
93
+ $slots: Readonly<{
94
+ [name: string]: import("vue").Slot | undefined;
95
+ }>;
96
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
97
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
98
+ $emit: (event: string, ...args: any[]) => void;
99
+ $el: any;
100
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
101
+ readonly size: {
102
+ 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>>;
103
+ readonly required: false;
104
+ readonly validator: ((val: unknown) => boolean) | undefined;
105
+ __epPropKey: true;
106
+ };
107
+ readonly color: {
108
+ readonly type: import("vue").PropType<string>;
109
+ readonly required: false;
110
+ readonly validator: ((val: unknown) => boolean) | undefined;
111
+ __epPropKey: true;
112
+ };
113
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}> & {
114
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
115
+ created?: ((() => void) | (() => void)[]) | undefined;
116
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
117
+ mounted?: ((() => void) | (() => void)[]) | undefined;
118
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
119
+ updated?: ((() => void) | (() => void)[]) | undefined;
120
+ activated?: ((() => void) | (() => void)[]) | undefined;
121
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
122
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
123
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
124
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
125
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
126
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
127
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
128
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
129
+ };
130
+ $forceUpdate: () => void;
131
+ $nextTick: typeof import("vue").nextTick;
132
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
133
+ } & Readonly<import("vue").ExtractPropTypes<{
134
+ readonly size: {
135
+ 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>>;
136
+ readonly required: false;
137
+ readonly validator: ((val: unknown) => boolean) | undefined;
138
+ __epPropKey: true;
139
+ };
140
+ readonly color: {
141
+ readonly type: import("vue").PropType<string>;
142
+ readonly required: false;
143
+ readonly validator: ((val: unknown) => boolean) | undefined;
144
+ __epPropKey: true;
145
+ };
146
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
147
+ __isFragment?: undefined;
148
+ __isTeleport?: undefined;
149
+ __isSuspense?: undefined;
150
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
151
+ readonly size: {
152
+ 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>>;
153
+ readonly required: false;
154
+ readonly validator: ((val: unknown) => boolean) | undefined;
155
+ __epPropKey: true;
156
+ };
157
+ readonly color: {
158
+ readonly type: import("vue").PropType<string>;
159
+ readonly required: false;
160
+ readonly validator: ((val: unknown) => boolean) | undefined;
161
+ __epPropKey: true;
162
+ };
163
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
164
+ $slots: {
165
+ default?(_: {}): any;
166
+ };
167
+ })>;
168
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
169
+ name: {
170
+ type: StringConstructor;
171
+ required: true;
172
+ };
173
+ type: {
174
+ type: StringConstructor;
175
+ default: string;
176
+ };
177
+ }>>, {
178
+ type: string;
179
+ }>;
180
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
35
181
  defaultActive: {
36
182
  type: BooleanConstructor;
37
183
  default: boolean;
@@ -40,13 +186,20 @@ declare const _default: import("vue").DefineComponent<{
40
186
  type: StringConstructor;
41
187
  default: string;
42
188
  };
43
- expand: {
189
+ showLine: {
44
190
  type: BooleanConstructor;
45
191
  default: boolean;
46
192
  };
47
- }>>, {
193
+ modelValue: {
194
+ type: BooleanConstructor;
195
+ default: boolean;
196
+ };
197
+ }>> & {
198
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
199
+ }, {
200
+ modelValue: boolean;
48
201
  defaultActive: boolean;
49
202
  title: string;
50
- expand: boolean;
203
+ showLine: boolean;
51
204
  }>;
52
205
  export default _default;
@@ -4,19 +4,18 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var vue = require('vue');
6
6
  require('../../../hooks/index.js');
7
+ var index$1 = require('../../icon/src/index.js');
7
8
  var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
8
9
  var index = require('../../../hooks/use-locale/index.js');
9
10
 
10
- const _hoisted_1 = { class: "hzzt-collapse" };
11
- const _hoisted_2 = { class: "flex align-items-center" };
12
- const _hoisted_3 = { class: "hzzt-collapse-title-wrapper" };
13
- const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("div", { class: "hzzt-collapse-title-block" }, null, -1);
14
- const _hoisted_5 = { class: "hzzt-collapse-title" };
15
- const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("div", { class: "hzzt-collapse-line" }, null, -1);
16
- const _hoisted_7 = {
11
+ const _hoisted_1 = { class: "hzzt-collapse flex column" };
12
+ const _hoisted_2 = { class: "hzzt-collapse__top" };
13
+ const _hoisted_3 = { class: "hzzt-collapse__title" };
14
+ const _hoisted_4 = {
17
15
  key: 0,
18
- class: "hzzt-collapse-text"
16
+ class: "hzzt-collapse__line"
19
17
  };
18
+ const _hoisted_5 = { class: "hzzt-collapse__content flex-1" };
20
19
  const __default__ = vue.defineComponent({
21
20
  name: "HzztCollapse"
22
21
  });
@@ -25,44 +24,66 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
25
24
  props: {
26
25
  defaultActive: {
27
26
  type: Boolean,
28
- default: false
27
+ default: true
29
28
  },
30
29
  title: {
31
30
  type: String,
32
31
  default: ""
33
32
  },
34
- expand: {
33
+ showLine: {
34
+ type: Boolean,
35
+ default: true
36
+ },
37
+ modelValue: {
35
38
  type: Boolean,
36
39
  default: true
37
40
  }
38
41
  },
39
- setup(__props) {
42
+ emits: ["update:modelValue"],
43
+ setup(__props, { emit }) {
40
44
  const props = __props;
41
45
  const { t } = index.useLocale();
42
- const active = vue.ref(props.defaultActive);
43
- vue.watch(() => props.defaultActive, (val) => {
44
- active.value = val;
46
+ const expand = vue.ref(props.modelValue);
47
+ if (!props.defaultActive) {
48
+ emit("update:modelValue", false);
49
+ expand.value = false;
50
+ }
51
+ vue.watch(() => props.modelValue, (v) => {
52
+ expand.value = v;
45
53
  });
46
54
  function toggle() {
47
- active.value = !active.value;
55
+ expand.value = !expand.value;
56
+ emit("update:modelValue", expand.value);
48
57
  }
49
58
  return (_ctx, _cache) => {
50
59
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
51
- vue.createElementVNode("div", {
52
- class: "hzzt-collapse-header",
53
- onClick: toggle
54
- }, [
55
- vue.createElementVNode("div", _hoisted_2, [
56
- vue.createElementVNode("div", _hoisted_3, [
57
- _hoisted_4,
58
- vue.createElementVNode("div", _hoisted_5, vue.toDisplayString(__props.title), 1)
59
- ]),
60
- _hoisted_6
60
+ vue.createElementVNode("div", _hoisted_2, [
61
+ vue.createElementVNode("div", _hoisted_3, [
62
+ vue.renderSlot(_ctx.$slots, "title", {}, () => [
63
+ vue.createTextVNode(vue.toDisplayString(__props.title), 1)
64
+ ])
61
65
  ]),
62
- __props.expand ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7, vue.toDisplayString(active.value ? vue.unref(t)("hzzt.collapse.retract") : vue.unref(t)("hzzt.collapse.expand")), 1)) : vue.createCommentVNode("v-if", true)
66
+ __props.showLine ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4)) : vue.createCommentVNode("v-if", true),
67
+ vue.renderSlot(_ctx.$slots, "toggle-btn", {}, () => [
68
+ vue.createElementVNode("div", {
69
+ class: "hzzt-collapse__btn",
70
+ onClick: toggle
71
+ }, [
72
+ vue.createVNode(index$1["default"], {
73
+ name: !expand.value ? "hzzt-plus-square-outline" : "hzzt-minus-square-outline",
74
+ class: "hzzt-collapse__icon",
75
+ size: "14"
76
+ }, null, 8, ["name"]),
77
+ vue.createElementVNode("span", null, vue.toDisplayString(expand.value ? vue.unref(t)("hzzt.collapse.retract") : vue.unref(t)("hzzt.collapse.expand")), 1)
78
+ ])
79
+ ])
80
+ ]),
81
+ vue.withDirectives(vue.createElementVNode("div", _hoisted_5, [
82
+ vue.renderSlot(_ctx.$slots, "default")
83
+ ], 512), [
84
+ [vue.vShow, expand.value]
63
85
  ]),
64
- vue.renderSlot(_ctx.$slots, "active", { active: active.value }),
65
- vue.renderSlot(_ctx.$slots, "default")
86
+ vue.renderSlot(_ctx.$slots, "active", { active: expand.value })
66
87
  ]);
67
88
  };
68
89
  }
@@ -1 +1 @@
1
- {"version":3,"file":"collapse2.js","sources":["../../../../../../packages/components/collapse/src/collapse.vue"],"sourcesContent":["<template>\n <div class=\"hzzt-collapse\">\n <div class=\"hzzt-collapse-header\" @click=\"toggle\">\n <div class=\"flex align-items-center\">\n <div class=\"hzzt-collapse-title-wrapper\">\n <div class=\"hzzt-collapse-title-block\" />\n <div class=\"hzzt-collapse-title\">{{ title }}</div>\n </div>\n <div class=\"hzzt-collapse-line\" />\n </div>\n <span v-if=\"expand\" class=\"hzzt-collapse-text\">{{\n active ? t('hzzt.collapse.retract') : t('hzzt.collapse.expand')\n }}</span>\n </div>\n <slot name=\"active\" :active=\"active\" />\n <slot />\n </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { ref, watch } from 'vue'\nimport { useLocale } from '@hzzt-plus/hooks'\n\ndefineOptions({\n name: 'HzztCollapse',\n})\nconst { t } = useLocale()\nconst props = defineProps({\n defaultActive: {\n type: Boolean,\n default: false,\n },\n title: {\n type: String,\n default: '',\n },\n expand: {\n type: Boolean,\n default: true,\n },\n})\n\nconst active = ref(props.defaultActive)\n\nwatch(\n () => props.defaultActive,\n (val: boolean) => {\n active.value = val\n }\n)\n\nfunction toggle() {\n active.value = !active.value\n}\n</script>\n"],"names":["_createElementVNode","_toDisplayString","_openBlock","_createElementBlock","_unref","_createCommentVNode"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoBA,KAAA;AACA,IAAA,KAAS,EAAiB;;;AAEZ,KACN;AACR,IAAA,MAAA,EAAA;;;;;;;;;;;;;;;;;;;AACA,UAAM,OAAI,EAAc,MAAA;AAgBxB,SAAM,EAAA;AAEN,UAAAA,sBAAA,CAAA,KAAA,EAAA,UAAA,EAAA;AAAA,YACQA,sBAAM,CAAA,KAAA,EAAA,UAAA,EAAA;AAAA,cACM,UAAA;AAChB,cAAAA,sBAAe,CAAA,KAAA,EAAA,UAAA,EAAAC,mBAAA,CAAA,OAAA,CAAA,KAAA,CAAA,EAAA,CAAA,CAAA;AAAA,aACjB,CAAA;AAAA,YACF,UAAA;AAEA,WAAA,CAAA;AACE,UAAO,OAAA,CAAA,MAAgB,IAAAC,aAAA,EAAA,EAAAC,sBAAA,CAAA,MAAA,EAAA,UAAA,EAAAF,mBAAA,CAAA,MAAA,CAAA,KAAA,GAAAG,SAAA,CAAA,CAAA,CAAA,CAAA,uBAAA,CAAA,GAAAA,SAAA,CAAA,CAAA,CAAA,CAAA,sBAAA,CAAA,CAAA,EAAA,CAAA,CAAA,IAAAC,sBAAA,CAAA,MAAA,EAAA,IAAA,CAAA;AAAA,SACzB,CAAA;;;;;;;;;;;"}
1
+ {"version":3,"file":"collapse2.js","sources":["../../../../../../packages/components/collapse/src/collapse.vue"],"sourcesContent":["<template>\n <div class=\"hzzt-collapse flex column\">\n <div class=\"hzzt-collapse__top\">\n <div class=\"hzzt-collapse__title\">\n <slot name=\"title\">\n {{ title }}\n </slot>\n </div>\n <div v-if=\"showLine\" class=\"hzzt-collapse__line\" />\n <slot name=\"toggle-btn\">\n <div class=\"hzzt-collapse__btn\" @click=\"toggle\">\n <hzzt-icon :name=\"!expand ? 'hzzt-plus-square-outline' : 'hzzt-minus-square-outline'\"\n class=\"hzzt-collapse__icon\" size=\"14\" />\n <span>{{ expand ? t('hzzt.collapse.retract') : t('hzzt.collapse.expand') }}</span>\n </div>\n </slot>\n </div>\n <div v-show=\"expand\" class=\"hzzt-collapse__content flex-1\">\n <slot />\n </div>\n\n <slot :active=\"expand\" name=\"active\" />\n </div>\n</template>\n\n<script setup lang=\"ts\">\n import {useLocale} from '@hzzt-plus/hooks'\n import HzztIcon from '@hzzt-plus/components/icon/src/index.vue'\n import {ref, watch} from 'vue'\n\n defineOptions({\n name: 'HzztCollapse',\n })\n const {t} = useLocale()\n const props = defineProps({\n defaultActive: {\n type: Boolean,\n default: true,\n },\n title: {\n type: String,\n default: '',\n },\n showLine: {\n type: Boolean,\n default: true,\n },\n modelValue: {\n type: Boolean,\n default: true,\n },\n })\n const emit = defineEmits(['update:modelValue'])\n\n const expand = ref(props.modelValue)\n\n if (!props.defaultActive) {\n emit('update:modelValue', false);\n expand.value = false;\n }\n\n watch(() => props.modelValue, (v) => {\n expand.value = v;\n })\n\n function toggle() {\n expand.value = !expand.value;\n emit('update:modelValue', expand.value);\n }\n\n</script>\n"],"names":["useLocale","ref","watch"],"mappings":";;;;;;;;;;;;;;;;;;uCA8BgB,CAAA;AAAA,EACZ,IAAM,EAAA,cAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;AACA,IAAM,MAAA,EAAC,CAAC,EAAA,GAAIA,eAAU,EAAA,CAAA;AAqBtB,IAAM,MAAA,MAAA,GAASC,OAAI,CAAA,KAAA,CAAM,UAAU,CAAA,CAAA;AAEnC,IAAI,IAAA,CAAC,MAAM,aAAe,EAAA;AACxB,MAAA,IAAA,CAAK,qBAAqB,KAAK,CAAA,CAAA;AAC/B,MAAA,MAAA,CAAO,KAAQ,GAAA,KAAA,CAAA;AAAA,KACjB;AAEA,IAAAC,SAAA,CAAM,MAAM,KAAA,CAAM,UAAY,EAAA,CAAC,CAAM,KAAA;AACnC,MAAA,MAAA,CAAO,KAAQ,GAAA,CAAA,CAAA;AAAA,KAChB,CAAA,CAAA;AAED,IAAA,SAAS,MAAS,GAAA;AAChB,MAAO,MAAA,CAAA,KAAA,GAAQ,CAAC,MAAO,CAAA,KAAA,CAAA;AACvB,MAAK,IAAA,CAAA,mBAAA,EAAqB,OAAO,KAAK,CAAA,CAAA;AAAA,KACxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var Icons = require('@element-plus/icons-vue');
6
+ var index$1 = require('./src/components/index.js');
6
7
  var index = require('./src/index.js');
7
8
 
8
9
  function _interopNamespace(e) {
@@ -31,6 +32,9 @@ const HzztIcon = {
31
32
  for (const key in Icons__namespace) {
32
33
  app.component(tarnsElIconName(key), Icons__namespace[key]);
33
34
  }
35
+ for (const key in index$1) {
36
+ app.component(tarnsElIconName(key), Icons__namespace[key]);
37
+ }
34
38
  }
35
39
  };
36
40
  function tarnsElIconName(name) {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../packages/components/icon/index.ts"],"sourcesContent":["import * as Icons from '@element-plus/icons-vue'\nimport Icon from './src/index.vue'\nimport type { App } from '@vue/runtime-core'\n\nexport const HzztIcon = {\n install(app: App) {\n app.component('HzztIcon', Icon)\n for (const key in Icons) {\n app.component(tarnsElIconName(key), Icons[key])\n }\n },\n}\n\nexport default HzztIcon\n\nfunction tarnsElIconName(name) {\n return `hzzt-el${name.replace(\n /[A-Z]/g,\n (match) => `-${match.toLocaleLowerCase()}`\n )}`\n}\n"],"names":["Icon","Icons"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAEY,MAAC,QAAQ,GAAG;AACxB,EAAE,OAAO,CAAC,GAAG,EAAE;AACf,IAAI,GAAG,CAAC,SAAS,CAAC,UAAU,EAAEA,gBAAI,CAAC,CAAC;AACpC,IAAI,KAAK,MAAM,GAAG,IAAIC,gBAAK,EAAE;AAC7B,MAAM,GAAG,CAAC,SAAS,CAAC,eAAe,CAAC,GAAG,CAAC,EAAEA,gBAAK,CAAC,GAAG,CAAC,CAAC,CAAC;AACtD,KAAK;AACL,GAAG;AACH,EAAE;AAEF,SAAS,eAAe,CAAC,IAAI,EAAE;AAC/B,EAAE,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,KAAK,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,iBAAiB,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AACxF;;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../../../packages/components/icon/index.ts"],"sourcesContent":["import * as Icons from '@element-plus/icons-vue'\nimport * as HzztIcons from './src/components/index'\nimport Icon from './src/index.vue'\nimport type {App} from '@vue/runtime-core'\n\nexport const HzztIcon = {\n install(app: App) {\n app.component('HzztIcon', Icon)\n for (const key in Icons) {\n app.component(tarnsElIconName(key), Icons[key])\n }\n for (const key in HzztIcons) {\n app.component(tarnsElIconName(key), Icons[key])\n }\n },\n}\n\nexport default HzztIcon\n\nfunction tarnsElIconName(name) {\n return `hzzt-el${name.replace(\n /[A-Z]/g,\n (match) => `-${match.toLocaleLowerCase()}`\n )}`\n}\n"],"names":["Icon","Icons","HzztIcons"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGY,MAAC,QAAQ,GAAG;AACxB,EAAE,OAAO,CAAC,GAAG,EAAE;AACf,IAAI,GAAG,CAAC,SAAS,CAAC,UAAU,EAAEA,gBAAI,CAAC,CAAC;AACpC,IAAI,KAAK,MAAM,GAAG,IAAIC,gBAAK,EAAE;AAC7B,MAAM,GAAG,CAAC,SAAS,CAAC,eAAe,CAAC,GAAG,CAAC,EAAEA,gBAAK,CAAC,GAAG,CAAC,CAAC,CAAC;AACtD,KAAK;AACL,IAAI,KAAK,MAAM,GAAG,IAAIC,OAAS,EAAE;AACjC,MAAM,GAAG,CAAC,SAAS,CAAC,eAAe,CAAC,GAAG,CAAC,EAAED,gBAAK,CAAC,GAAG,CAAC,CAAC,CAAC;AACtD,KAAK;AACL,GAAG;AACH,EAAE;AAEF,SAAS,eAAe,CAAC,IAAI,EAAE;AAC/B,EAAE,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,KAAK,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,iBAAiB,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AACxF;;;;;"}
@@ -0,0 +1,2 @@
1
+ export { default as HzztPlusSquareOutline } from './plus-square-outline.vue';
2
+ export { default as HzztMinusSquareOutline } from './minus-square-outline.vue';
@@ -0,0 +1,12 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var plusSquareOutline = require('./plus-square-outline.js');
6
+ var minusSquareOutline = require('./minus-square-outline.js');
7
+
8
+
9
+
10
+ exports.HzztPlusSquareOutline = plusSquareOutline["default"];
11
+ exports.HzztMinusSquareOutline = minusSquareOutline["default"];
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
@@ -0,0 +1,33 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var vue = require('vue');
6
+ var pluginVue_exportHelper = require('../../../../_virtual/plugin-vue_export-helper.js');
7
+
8
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
9
+ name: "HzztMinusSquareOutline"
10
+ });
11
+ const _hoisted_1 = {
12
+ "aria-hidden": "true",
13
+ class: "",
14
+ "data-icon": "minus-square",
15
+ fill: "currentColor",
16
+ focusable: "false",
17
+ height: "1em",
18
+ viewBox: "64 64 896 896",
19
+ width: "1em"
20
+ };
21
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" }, null, -1);
22
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" }, null, -1);
23
+ const _hoisted_4 = [
24
+ _hoisted_2,
25
+ _hoisted_3
26
+ ];
27
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_4);
29
+ }
30
+ var minusSquareOutline = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "minus-square-outline.vue"]]);
31
+
32
+ exports["default"] = minusSquareOutline;
33
+ //# sourceMappingURL=minus-square-outline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"minus-square-outline.js","sources":["../../../../../../../packages/components/icon/src/components/minus-square-outline.vue"],"sourcesContent":["<template>\n <svg\n aria-hidden=\"true\"\n class=\"\"\n data-icon=\"minus-square\"\n fill=\"currentColor\"\n focusable=\"false\"\n height=\"1em\"\n viewBox=\"64 64 896 896\"\n width=\"1em\"\n ><path d=\"M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\" /><path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\" /></svg>\n</template>\n\n<script lang=\"ts\" setup>\n\n defineOptions({\n name: 'HzztMinusSquareOutline',\n })\n</script>\n"],"names":["DO_defineComponent","_createElementVNode","_openBlock","_createElementBlock","_export_sfc"],"mappings":";;;;;;;kCAegBA,mBAAA,CAAA;AAAA,EACZ,IAAM,EAAA,wBAAA;AACR,CAAA,CAAA,CAAA;;EAfE,aAAY,EAAA,MAAA;AAAA,EACZ,KAAM,EAAA,EAAA;AAAA,EACN,WAAU,EAAA,cAAA;AAAA,EACV,IAAK,EAAA,cAAA;AAAA,EACL,SAAU,EAAA,OAAA;AAAA,EACV,MAAO,EAAA,KAAA;AAAA,EACP,OAAQ,EAAA,eAAA;AAAA,EACR,KAAM,EAAA,KAAA;;AACP,MAAA,UAAA,mBAAAC,sBAAA,CAAA,MAAA,EAAA,EAAA,CAAA,EAAA,2FAAA,EAAA,EAAA,IAAA,EAAA,CAAA,CAAA,CAAA,CAAA;AAAA,MAAsG,UAAA,mBAAAA,sBAAA,CAAA,MAAA,EAAA,EAAA,CAAA,EAAA,yIAAA,EAAA,EAAA,IAAA,EAAA,CAAA,CAAA,CAAA,CAAA;AAAA,gBAAH,GAAA;AAAA,EAAA,UAAA;AAAA,EAAA,UAAA;AAAA,CAAA,CAAA;AAAA,SAAA,WAAA,CAAA,IAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,KAAA,EAAA,QAAA,EAAA;AAAG,EAAA,OAAAC,aAAA,EAAA,EAAAC,sBAAA,CAAA,KAAA,EAAA,UAAA,EAAA,UAAA,CAAA,CAAA;AAAA,CAAoJ;AAAH,yBAAA,gBAAAC,iCAAA,CAAA,SAAA,EAAA,CAAA,CAAA,QAAA,EAAA,WAAA,CAAA,EAAA,CAAA,QAAA,EAAA,0BAAA,CAAA,CAAA,CAAA;;;;"}
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
+ export default _default;
@@ -0,0 +1,33 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var vue = require('vue');
6
+ var pluginVue_exportHelper = require('../../../../_virtual/plugin-vue_export-helper.js');
7
+
8
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
9
+ name: "HzztPlusSquareOutline"
10
+ });
11
+ const _hoisted_1 = {
12
+ "aria-hidden": "true",
13
+ class: "",
14
+ "data-icon": "plus-square",
15
+ fill: "currentColor",
16
+ focusable: "false",
17
+ height: "1em",
18
+ viewBox: "64 64 896 896",
19
+ width: "1em"
20
+ };
21
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" }, null, -1);
22
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" }, null, -1);
23
+ const _hoisted_4 = [
24
+ _hoisted_2,
25
+ _hoisted_3
26
+ ];
27
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_4);
29
+ }
30
+ var plusSquareOutline = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "plus-square-outline.vue"]]);
31
+
32
+ exports["default"] = plusSquareOutline;
33
+ //# sourceMappingURL=plus-square-outline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plus-square-outline.js","sources":["../../../../../../../packages/components/icon/src/components/plus-square-outline.vue"],"sourcesContent":["<template>\n <svg\n aria-hidden=\"true\"\n class=\"\"\n data-icon=\"plus-square\"\n fill=\"currentColor\"\n focusable=\"false\"\n height=\"1em\"\n viewBox=\"64 64 896 896\"\n width=\"1em\"\n ><path d=\"M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\" /><path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\" /></svg>\n</template>\n\n<script lang=\"ts\" setup>\n\n defineOptions({\n name: 'HzztPlusSquareOutline',\n })\n</script>\n"],"names":["DO_defineComponent","_createElementVNode","_openBlock","_createElementBlock","_export_sfc"],"mappings":";;;;;;;kCAegBA,mBAAA,CAAA;AAAA,EACZ,IAAM,EAAA,uBAAA;AACR,CAAA,CAAA,CAAA;;EAfE,aAAY,EAAA,MAAA;AAAA,EACZ,KAAM,EAAA,EAAA;AAAA,EACN,WAAU,EAAA,aAAA;AAAA,EACV,IAAK,EAAA,cAAA;AAAA,EACL,SAAU,EAAA,OAAA;AAAA,EACV,MAAO,EAAA,KAAA;AAAA,EACP,OAAQ,EAAA,eAAA;AAAA,EACR,KAAM,EAAA,KAAA;;AACP,MAAA,UAAA,mBAAAC,sBAAA,CAAA,MAAA,EAAA,EAAA,CAAA,EAAA,2LAAA,EAAA,EAAA,IAAA,EAAA,CAAA,CAAA,CAAA,CAAA;AAAA,MAAsM,UAAA,mBAAAA,sBAAA,CAAA,MAAA,EAAA,EAAA,CAAA,EAAA,yIAAA,EAAA,EAAA,IAAA,EAAA,CAAA,CAAA,CAAA,CAAA;AAAA,gBAAH,GAAA;AAAA,EAAA,UAAA;AAAA,EAAA,UAAA;AAAA,CAAA,CAAA;AAAA,SAAA,WAAA,CAAA,IAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,KAAA,EAAA,QAAA,EAAA;AAAG,EAAA,OAAAC,aAAA,EAAA,EAAAC,sBAAA,CAAA,KAAA,EAAA,UAAA,EAAA,UAAA,CAAA,CAAA;AAAA,CAAoJ;AAAH,wBAAA,gBAAAC,iCAAA,CAAA,SAAA,EAAA,CAAA,CAAA,QAAA,EAAA,WAAA,CAAA,EAAA,CAAA,QAAA,EAAA,yBAAA,CAAA,CAAA,CAAA;;;;"}
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
+ export default _default;
@@ -17,3 +17,4 @@ export * from './input-range';
17
17
  export * from './cascader';
18
18
  export * from './select';
19
19
  export * from './click-input';
20
+ export * from './scroll';
@@ -21,13 +21,14 @@ var index$f = require('./input-range/index.js');
21
21
  var index$g = require('./cascader/index.js');
22
22
  var index$h = require('./select/index.js');
23
23
  var index$i = require('./click-input/index.js');
24
+ var index$j = require('./scroll/index.js');
24
25
  var title = require('./title/src/title.js');
25
26
  var configProviderProps = require('./config-provider/src/config-provider-props.js');
26
27
  var constants = require('./config-provider/src/constants.js');
27
28
  var useGlobalConfig = require('./config-provider/src/hooks/use-global-config.js');
28
29
  var scan = require('./scan/src/scan.js');
29
30
  var selectInput = require('./select-input/src/select-input.js');
30
- var selectTextarea = require('./select-textarea/src/select-textarea.js');
31
+ var selectTextarea = require('./select-textarea/src/select-textarea2.js');
31
32
  var inputRange = require('./input-range/src/input-range.js');
32
33
  var cascader = require('./cascader/src/cascader.js');
33
34
  var select = require('./select/src/select.js');
@@ -54,6 +55,7 @@ exports.HzztInputRange = index$f.HzztInputRange;
54
55
  exports.HzztCascader = index$g.HzztCascader;
55
56
  exports.HzztSelect = index$h.HzztSelect;
56
57
  exports.HzztClickInput = index$i.HzztClickInput;
58
+ exports.HzztScroll = index$j.HzztScroll;
57
59
  exports.titleProps = title.titleProps;
58
60
  exports.configProviderProps = configProviderProps.configProviderProps;
59
61
  exports.configProviderContextKey = constants.configProviderContextKey;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -23,8 +23,8 @@ export declare const HzztPagination: import("hzzt-plus/es/utils").SFCWithInstall
23
23
  }>>;
24
24
  emit: (event: "prev" | "next", ...args: any[]) => void;
25
25
  t: import("../..").Translator;
26
- prePage: () => false | undefined;
27
- nextPage: () => false | undefined;
26
+ pageChange: (type: string, page?: number | undefined) => void;
27
+ handleJumpPage: (val: string | number) => void;
28
28
  HzztIcon: import("vue").DefineComponent<{
29
29
  name: {
30
30
  type: StringConstructor;
@@ -8,10 +8,13 @@ require('../../../hooks/index.js');
8
8
  var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
9
9
  var index = require('../../../hooks/use-locale/index.js');
10
10
 
11
- const _hoisted_1 = { class: "flex justify-content-between hzzt-pagination" };
12
- const _hoisted_2 = { class: "flex align-items-center font-12 hzzt-pagination-total" };
13
- const _hoisted_3 = { class: "flex align-items-center hzzt-pagination-page font-14" };
14
- const _hoisted_4 = { class: "flex" };
11
+ const _hoisted_1 = { class: "flex align-items-center justify-content-between hzzt-pagination" };
12
+ const _hoisted_2 = { class: "flex flex-1" };
13
+ const _hoisted_3 = { class: "font-14" };
14
+ const _hoisted_4 = { class: "hzzt-pagination__count" };
15
+ const _hoisted_5 = { class: "flex-1" };
16
+ const _hoisted_6 = { class: "font-14 flex align-items-center" };
17
+ const _hoisted_7 = /* @__PURE__ */ vue.createElementVNode("span", { class: "margin-h-2" }, "/", -1);
15
18
  const __default__ = vue.defineComponent({
16
19
  name: "HzztPagination"
17
20
  });
@@ -31,35 +34,60 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
31
34
  setup(__props, { emit }) {
32
35
  const props = __props;
33
36
  const { t } = index.useLocale();
34
- function prePage() {
35
- if (props.pagination.current_page > 1) {
36
- emit("prev", props.pagination.current_page - 1);
37
- } else {
38
- return false;
37
+ function pageChange(type, page) {
38
+ if (type === "next" && props.pagination.current_page >= props.pagination.total_pages || type === "prev" && props.pagination.current_page <= 1)
39
+ return;
40
+ if (type === "jump") {
41
+ emit("next", page);
42
+ return;
39
43
  }
40
- }
41
- function nextPage() {
42
- if (props.pagination.current_page < props.pagination.total_pages) {
44
+ if (type === "next") {
43
45
  emit("next", props.pagination.current_page + 1);
44
46
  } else {
45
- return false;
47
+ emit("prev", props.pagination.current_page - 1);
48
+ }
49
+ }
50
+ function handleJumpPage(val) {
51
+ val = Math.trunc(+val);
52
+ if (val > props.pagination.total_pages) {
53
+ val = props.pagination.total_pages;
54
+ } else if (val < 1) {
55
+ val = 1;
46
56
  }
57
+ pageChange("jump", Number(val));
47
58
  }
48
59
  return (_ctx, _cache) => {
60
+ const _component_el_input = vue.resolveComponent("el-input");
49
61
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
50
- vue.createElementVNode("p", _hoisted_2, vue.toDisplayString(vue.unref(t)("hzzt.pagination.total")) + vue.toDisplayString(__props.pagination.total) + vue.toDisplayString(vue.unref(t)("hzzt.pagination.strip")), 1),
51
- vue.createElementVNode("div", _hoisted_3, [
62
+ vue.createElementVNode("div", _hoisted_2, [
63
+ vue.createElementVNode("div", _hoisted_3, [
64
+ vue.createTextVNode(vue.toDisplayString(vue.unref(t)("hzzt.pagination.total")) + " ", 1),
65
+ vue.createElementVNode("span", _hoisted_4, vue.toDisplayString(__props.pagination.total || 0), 1),
66
+ vue.createTextVNode(" " + vue.toDisplayString(vue.unref(t)("hzzt.pagination.strip")), 1)
67
+ ]),
68
+ vue.createElementVNode("div", _hoisted_5, [
69
+ vue.renderSlot(_ctx.$slots, "left")
70
+ ])
71
+ ]),
72
+ vue.createElementVNode("div", _hoisted_6, [
52
73
  vue.renderSlot(_ctx.$slots, "right"),
53
74
  vue.createVNode(index$1["default"], {
54
- class: vue.normalizeClass(["hzzt-pagination-arrow", { active: __props.pagination.current_page > 1 }]),
75
+ class: vue.normalizeClass([{ "is-disabled": __props.pagination.current_page === 1 }, "margin-r-1 hzzt-pagination__icon"]),
55
76
  name: "arrow-left",
56
- onClick: prePage
77
+ onClick: _cache[0] || (_cache[0] = ($event) => pageChange("prev"))
57
78
  }, null, 8, ["class"]),
58
- vue.createElementVNode("p", _hoisted_4, vue.toDisplayString(__props.pagination.current_page) + "/" + vue.toDisplayString(__props.pagination.total_pages), 1),
79
+ vue.createVNode(_component_el_input, {
80
+ modelValue: __props.pagination.current_page,
81
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => __props.pagination.current_page = $event),
82
+ class: "hzzt-pagination__input",
83
+ onChange: handleJumpPage
84
+ }, null, 8, ["modelValue"]),
85
+ _hoisted_7,
86
+ vue.createElementVNode("span", null, vue.toDisplayString(__props.pagination.total_pages), 1),
59
87
  vue.createVNode(index$1["default"], {
60
- class: vue.normalizeClass(["hzzt-pagination-arrow", { active: __props.pagination.current_page < __props.pagination.total_pages }]),
88
+ class: vue.normalizeClass([{ "is-disabled": __props.pagination.current_page === __props.pagination.total_pages }, "margin-l-1 hzzt-pagination__icon"]),
61
89
  name: "arrow-right",
62
- onClick: nextPage
90
+ onClick: _cache[2] || (_cache[2] = ($event) => pageChange("next"))
63
91
  }, null, 8, ["class"])
64
92
  ])
65
93
  ]);