hzzt-plus 2.0.5 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.full.js +77 -74
- package/dist/index.full.min.js +10 -10
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +10 -10
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +77 -74
- 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/cascader/index.mjs +2 -2
- package/es/components/cascader/src/cascader.mjs +36 -122
- package/es/components/cascader/src/cascader.mjs.map +1 -1
- package/es/components/cascader/src/cascader2.mjs +122 -36
- package/es/components/cascader/src/cascader2.mjs.map +1 -1
- package/es/components/click-input/index.mjs +2 -2
- package/es/components/click-input/src/click-input.mjs +84 -21
- package/es/components/click-input/src/click-input.mjs.map +1 -1
- package/es/components/click-input/src/click-input2.mjs +21 -84
- package/es/components/click-input/src/click-input2.mjs.map +1 -1
- package/es/components/collapse/index.mjs +2 -2
- package/es/components/collapse/src/collapse.mjs +0 -88
- package/es/components/collapse/src/collapse.mjs.map +1 -1
- package/es/components/collapse/src/collapse2.mjs +88 -0
- package/es/components/collapse/src/collapse2.mjs.map +1 -1
- package/es/components/icon/index.d.ts +432 -3
- package/es/components/icon/index.mjs +12 -11
- package/es/components/icon/index.mjs.map +1 -1
- package/es/components/icon/src/index.mjs +4 -1
- package/es/components/icon/src/index.mjs.map +1 -1
- package/es/components/index.mjs +5 -5
- package/es/components/input-range/index.mjs +2 -2
- package/es/components/input-range/src/input-range.mjs +26 -76
- package/es/components/input-range/src/input-range.mjs.map +1 -1
- package/es/components/input-range/src/input-range2.mjs +76 -26
- package/es/components/input-range/src/input-range2.mjs.map +1 -1
- package/es/components/lazy-list/index.mjs +2 -2
- package/es/components/lazy-list/src/lazy-list.mjs +22 -80
- package/es/components/lazy-list/src/lazy-list.mjs.map +1 -1
- package/es/components/lazy-list/src/lazy-list2.mjs +80 -22
- package/es/components/lazy-list/src/lazy-list2.mjs.map +1 -1
- package/es/components/select-input/index.mjs +2 -2
- package/es/components/select-input/src/select-input.mjs +45 -124
- package/es/components/select-input/src/select-input.mjs.map +1 -1
- package/es/components/select-input/src/select-input2.mjs +124 -45
- package/es/components/select-input/src/select-input2.mjs.map +1 -1
- package/es/components/tab/index.d.ts +2 -0
- package/es/components/tab/src/index.mjs +10 -9
- package/es/components/tab/src/index.mjs.map +1 -1
- package/es/components/tab/src/index.vue.d.ts +2 -0
- package/es/index.mjs +5 -5
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/lib/components/cascader/index.js +2 -2
- package/lib/components/cascader/src/cascader.js +36 -121
- package/lib/components/cascader/src/cascader.js.map +1 -1
- package/lib/components/cascader/src/cascader2.js +121 -36
- package/lib/components/cascader/src/cascader2.js.map +1 -1
- package/lib/components/click-input/index.js +2 -2
- package/lib/components/click-input/src/click-input.js +84 -22
- package/lib/components/click-input/src/click-input.js.map +1 -1
- package/lib/components/click-input/src/click-input2.js +22 -84
- package/lib/components/click-input/src/click-input2.js.map +1 -1
- package/lib/components/collapse/index.js +2 -2
- package/lib/components/collapse/src/collapse.js +0 -91
- package/lib/components/collapse/src/collapse.js.map +1 -1
- package/lib/components/collapse/src/collapse2.js +91 -0
- package/lib/components/collapse/src/collapse2.js.map +1 -1
- package/lib/components/icon/index.d.ts +432 -3
- package/lib/components/icon/index.js +14 -13
- package/lib/components/icon/index.js.map +1 -1
- package/lib/components/icon/src/index.js +4 -1
- package/lib/components/icon/src/index.js.map +1 -1
- package/lib/components/index.js +5 -5
- package/lib/components/input-range/index.js +2 -2
- package/lib/components/input-range/src/input-range.js +27 -76
- package/lib/components/input-range/src/input-range.js.map +1 -1
- package/lib/components/input-range/src/input-range2.js +76 -27
- package/lib/components/input-range/src/input-range2.js.map +1 -1
- package/lib/components/lazy-list/index.js +2 -2
- package/lib/components/lazy-list/src/lazy-list.js +23 -80
- package/lib/components/lazy-list/src/lazy-list.js.map +1 -1
- package/lib/components/lazy-list/src/lazy-list2.js +80 -23
- package/lib/components/lazy-list/src/lazy-list2.js.map +1 -1
- package/lib/components/select-input/index.js +2 -2
- package/lib/components/select-input/src/select-input.js +46 -124
- package/lib/components/select-input/src/select-input.js.map +1 -1
- package/lib/components/select-input/src/select-input2.js +124 -46
- package/lib/components/select-input/src/select-input2.js.map +1 -1
- package/lib/components/tab/index.d.ts +2 -0
- package/lib/components/tab/src/index.js +9 -8
- package/lib/components/tab/src/index.js.map +1 -1
- package/lib/components/tab/src/index.vue.d.ts +2 -0
- package/lib/index.js +5 -5
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
package/dist/index.full.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Hzzt Plus v2.0.
|
|
1
|
+
/*! Hzzt Plus v2.0.7 */
|
|
2
2
|
|
|
3
3
|
import { getCurrentScope, onScopeDispose, unref, getCurrentInstance, onMounted, nextTick, readonly, shallowRef, watchEffect, watch, ref, computed, defineComponent, openBlock, createElementBlock, createElementVNode, warn, isRef, inject, provide, renderSlot, mergeProps, toRef, onUnmounted, useAttrs as useAttrs$1, useSlots, normalizeClass, normalizeStyle, createCommentVNode, Fragment, createBlock, withCtx, resolveDynamicComponent, withModifiers, createVNode, toDisplayString, onBeforeUnmount, Transition, withDirectives, vShow, reactive, onActivated, onUpdated, cloneVNode, Text, Comment, Teleport as Teleport$1, onBeforeMount, onDeactivated, toRaw, vModelCheckbox, createTextVNode, toRefs, vModelRadio, h, resolveComponent, renderList, onBeforeUpdate, withKeys, vModelText, createSlots, resolveDirective, toHandlerKey, normalizeProps, guardReactiveProps } from 'vue';
|
|
4
4
|
|
|
@@ -12961,7 +12961,7 @@ var ConfigProvider$1 = ConfigProvider;
|
|
|
12961
12961
|
|
|
12962
12962
|
const HzztConfigProvider = withInstall$1(ConfigProvider$1);
|
|
12963
12963
|
|
|
12964
|
-
const version$1 = "2.0.
|
|
12964
|
+
const version$1 = "2.0.7";
|
|
12965
12965
|
|
|
12966
12966
|
const makeInstaller = (components = []) => {
|
|
12967
12967
|
const install = (app, options) => {
|
|
@@ -13506,12 +13506,12 @@ const iconProps = buildProps({
|
|
|
13506
13506
|
}
|
|
13507
13507
|
});
|
|
13508
13508
|
|
|
13509
|
-
const __default__$
|
|
13509
|
+
const __default__$G = defineComponent({
|
|
13510
13510
|
name: "ElIcon",
|
|
13511
13511
|
inheritAttrs: false
|
|
13512
13512
|
});
|
|
13513
13513
|
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
13514
|
-
...__default__$
|
|
13514
|
+
...__default__$G,
|
|
13515
13515
|
props: iconProps,
|
|
13516
13516
|
setup(__props) {
|
|
13517
13517
|
const props = __props;
|
|
@@ -13973,12 +13973,12 @@ function useCursor(input) {
|
|
|
13973
13973
|
return [recordCursor, setCursor];
|
|
13974
13974
|
}
|
|
13975
13975
|
|
|
13976
|
-
const __default__$
|
|
13976
|
+
const __default__$F = defineComponent({
|
|
13977
13977
|
name: "ElInput",
|
|
13978
13978
|
inheritAttrs: false
|
|
13979
13979
|
});
|
|
13980
13980
|
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
13981
|
-
...__default__$
|
|
13981
|
+
...__default__$F,
|
|
13982
13982
|
props: inputProps,
|
|
13983
13983
|
emits: inputEmits,
|
|
13984
13984
|
setup(__props, { expose, emit }) {
|
|
@@ -14680,11 +14680,11 @@ const scrollbarEmits = {
|
|
|
14680
14680
|
};
|
|
14681
14681
|
|
|
14682
14682
|
const COMPONENT_NAME$2 = "ElScrollbar";
|
|
14683
|
-
const __default__$
|
|
14683
|
+
const __default__$E = defineComponent({
|
|
14684
14684
|
name: COMPONENT_NAME$2
|
|
14685
14685
|
});
|
|
14686
14686
|
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
14687
|
-
...__default__$
|
|
14687
|
+
...__default__$E,
|
|
14688
14688
|
props: scrollbarProps,
|
|
14689
14689
|
emits: scrollbarEmits,
|
|
14690
14690
|
setup(__props, { expose, emit }) {
|
|
@@ -14861,12 +14861,12 @@ const popperProps = buildProps({
|
|
|
14861
14861
|
}
|
|
14862
14862
|
});
|
|
14863
14863
|
|
|
14864
|
-
const __default__$
|
|
14864
|
+
const __default__$D = defineComponent({
|
|
14865
14865
|
name: "ElPopper",
|
|
14866
14866
|
inheritAttrs: false
|
|
14867
14867
|
});
|
|
14868
14868
|
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
14869
|
-
...__default__$
|
|
14869
|
+
...__default__$D,
|
|
14870
14870
|
props: popperProps,
|
|
14871
14871
|
setup(__props, { expose }) {
|
|
14872
14872
|
const props = __props;
|
|
@@ -14898,12 +14898,12 @@ const popperArrowProps = buildProps({
|
|
|
14898
14898
|
}
|
|
14899
14899
|
});
|
|
14900
14900
|
|
|
14901
|
-
const __default__$
|
|
14901
|
+
const __default__$C = defineComponent({
|
|
14902
14902
|
name: "ElPopperArrow",
|
|
14903
14903
|
inheritAttrs: false
|
|
14904
14904
|
});
|
|
14905
14905
|
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
14906
|
-
...__default__$
|
|
14906
|
+
...__default__$C,
|
|
14907
14907
|
props: popperArrowProps,
|
|
14908
14908
|
setup(__props, { expose }) {
|
|
14909
14909
|
const props = __props;
|
|
@@ -15079,12 +15079,12 @@ function wrapTextContent(s) {
|
|
|
15079
15079
|
}, [s]);
|
|
15080
15080
|
}
|
|
15081
15081
|
|
|
15082
|
-
const __default__$
|
|
15082
|
+
const __default__$B = defineComponent({
|
|
15083
15083
|
name: "ElPopperTrigger",
|
|
15084
15084
|
inheritAttrs: false
|
|
15085
15085
|
});
|
|
15086
15086
|
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
15087
|
-
...__default__$
|
|
15087
|
+
...__default__$B,
|
|
15088
15088
|
props: popperTriggerProps,
|
|
15089
15089
|
setup(__props, { expose }) {
|
|
15090
15090
|
const props = __props;
|
|
@@ -16018,11 +16018,11 @@ const usePopperContentDOM = (props, {
|
|
|
16018
16018
|
};
|
|
16019
16019
|
};
|
|
16020
16020
|
|
|
16021
|
-
const __default__$
|
|
16021
|
+
const __default__$A = defineComponent({
|
|
16022
16022
|
name: "ElPopperContent"
|
|
16023
16023
|
});
|
|
16024
16024
|
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
16025
|
-
...__default__$
|
|
16025
|
+
...__default__$A,
|
|
16026
16026
|
props: popperContentProps,
|
|
16027
16027
|
emits: popperContentEmits,
|
|
16028
16028
|
setup(__props, { expose, emit }) {
|
|
@@ -16416,11 +16416,11 @@ const composeEventHandlers = (theirsHandler, oursHandler, { checkForDefaultPreve
|
|
|
16416
16416
|
return handleEvent;
|
|
16417
16417
|
};
|
|
16418
16418
|
|
|
16419
|
-
const __default__$
|
|
16419
|
+
const __default__$z = defineComponent({
|
|
16420
16420
|
name: "ElTooltipTrigger"
|
|
16421
16421
|
});
|
|
16422
16422
|
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
16423
|
-
...__default__$
|
|
16423
|
+
...__default__$z,
|
|
16424
16424
|
props: useTooltipTriggerProps,
|
|
16425
16425
|
setup(__props, { expose }) {
|
|
16426
16426
|
const props = __props;
|
|
@@ -16540,12 +16540,12 @@ const usePopperContainer = () => {
|
|
|
16540
16540
|
};
|
|
16541
16541
|
};
|
|
16542
16542
|
|
|
16543
|
-
const __default__$
|
|
16543
|
+
const __default__$y = defineComponent({
|
|
16544
16544
|
name: "ElTooltipContent",
|
|
16545
16545
|
inheritAttrs: false
|
|
16546
16546
|
});
|
|
16547
16547
|
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
16548
|
-
...__default__$
|
|
16548
|
+
...__default__$y,
|
|
16549
16549
|
props: useTooltipContentProps,
|
|
16550
16550
|
setup(__props, { expose }) {
|
|
16551
16551
|
const props = __props;
|
|
@@ -16718,11 +16718,11 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
16718
16718
|
});
|
|
16719
16719
|
var ElTooltipContent = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["__file", "content.vue"]]);
|
|
16720
16720
|
|
|
16721
|
-
const __default__$
|
|
16721
|
+
const __default__$x = defineComponent({
|
|
16722
16722
|
name: "ElTooltip"
|
|
16723
16723
|
});
|
|
16724
16724
|
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
16725
|
-
...__default__$
|
|
16725
|
+
...__default__$x,
|
|
16726
16726
|
props: useTooltipProps,
|
|
16727
16727
|
emits: tooltipEmits,
|
|
16728
16728
|
setup(__props, { expose, emit }) {
|
|
@@ -17946,11 +17946,11 @@ function useButtonCustomStyle(props) {
|
|
|
17946
17946
|
});
|
|
17947
17947
|
}
|
|
17948
17948
|
|
|
17949
|
-
const __default__$
|
|
17949
|
+
const __default__$w = defineComponent({
|
|
17950
17950
|
name: "ElButton"
|
|
17951
17951
|
});
|
|
17952
17952
|
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
17953
|
-
...__default__$
|
|
17953
|
+
...__default__$w,
|
|
17954
17954
|
props: buttonProps,
|
|
17955
17955
|
emits: buttonEmits,
|
|
17956
17956
|
setup(__props, { expose, emit }) {
|
|
@@ -18023,11 +18023,11 @@ const buttonGroupProps = {
|
|
|
18023
18023
|
type: buttonProps.type
|
|
18024
18024
|
};
|
|
18025
18025
|
|
|
18026
|
-
const __default__$
|
|
18026
|
+
const __default__$v = defineComponent({
|
|
18027
18027
|
name: "ElButtonGroup"
|
|
18028
18028
|
});
|
|
18029
18029
|
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
18030
|
-
...__default__$
|
|
18030
|
+
...__default__$v,
|
|
18031
18031
|
props: buttonGroupProps,
|
|
18032
18032
|
setup(__props) {
|
|
18033
18033
|
const props = __props;
|
|
@@ -18326,11 +18326,11 @@ const useCheckbox = (props, slots) => {
|
|
|
18326
18326
|
};
|
|
18327
18327
|
};
|
|
18328
18328
|
|
|
18329
|
-
const __default__$
|
|
18329
|
+
const __default__$u = defineComponent({
|
|
18330
18330
|
name: "ElCheckbox"
|
|
18331
18331
|
});
|
|
18332
18332
|
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
18333
|
-
...__default__$
|
|
18333
|
+
...__default__$u,
|
|
18334
18334
|
props: checkboxProps,
|
|
18335
18335
|
emits: checkboxEmits,
|
|
18336
18336
|
setup(__props) {
|
|
@@ -18440,11 +18440,11 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
18440
18440
|
});
|
|
18441
18441
|
var Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$I, [["__file", "checkbox.vue"]]);
|
|
18442
18442
|
|
|
18443
|
-
const __default__$
|
|
18443
|
+
const __default__$t = defineComponent({
|
|
18444
18444
|
name: "ElCheckboxButton"
|
|
18445
18445
|
});
|
|
18446
18446
|
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
18447
|
-
...__default__$
|
|
18447
|
+
...__default__$t,
|
|
18448
18448
|
props: checkboxProps,
|
|
18449
18449
|
emits: checkboxEmits,
|
|
18450
18450
|
setup(__props) {
|
|
@@ -18560,11 +18560,11 @@ const checkboxGroupEmits = {
|
|
|
18560
18560
|
change: (val) => isArray$1(val)
|
|
18561
18561
|
};
|
|
18562
18562
|
|
|
18563
|
-
const __default__$
|
|
18563
|
+
const __default__$s = defineComponent({
|
|
18564
18564
|
name: "ElCheckboxGroup"
|
|
18565
18565
|
});
|
|
18566
18566
|
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
18567
|
-
...__default__$
|
|
18567
|
+
...__default__$s,
|
|
18568
18568
|
props: checkboxGroupProps,
|
|
18569
18569
|
emits: checkboxGroupEmits,
|
|
18570
18570
|
setup(__props, { emit }) {
|
|
@@ -18711,11 +18711,11 @@ const useRadio = (props, emit) => {
|
|
|
18711
18711
|
};
|
|
18712
18712
|
};
|
|
18713
18713
|
|
|
18714
|
-
const __default__$
|
|
18714
|
+
const __default__$r = defineComponent({
|
|
18715
18715
|
name: "ElRadio"
|
|
18716
18716
|
});
|
|
18717
18717
|
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
18718
|
-
...__default__$
|
|
18718
|
+
...__default__$r,
|
|
18719
18719
|
props: radioProps,
|
|
18720
18720
|
emits: radioEmits,
|
|
18721
18721
|
setup(__props, { emit }) {
|
|
@@ -18785,11 +18785,11 @@ const radioButtonProps = buildProps({
|
|
|
18785
18785
|
...radioPropsBase
|
|
18786
18786
|
});
|
|
18787
18787
|
|
|
18788
|
-
const __default__$
|
|
18788
|
+
const __default__$q = defineComponent({
|
|
18789
18789
|
name: "ElRadioButton"
|
|
18790
18790
|
});
|
|
18791
18791
|
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
18792
|
-
...__default__$
|
|
18792
|
+
...__default__$q,
|
|
18793
18793
|
props: radioButtonProps,
|
|
18794
18794
|
setup(__props) {
|
|
18795
18795
|
const props = __props;
|
|
@@ -18877,11 +18877,11 @@ const radioGroupProps = buildProps({
|
|
|
18877
18877
|
});
|
|
18878
18878
|
const radioGroupEmits = radioEmits;
|
|
18879
18879
|
|
|
18880
|
-
const __default__$
|
|
18880
|
+
const __default__$p = defineComponent({
|
|
18881
18881
|
name: "ElRadioGroup"
|
|
18882
18882
|
});
|
|
18883
18883
|
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
18884
|
-
...__default__$
|
|
18884
|
+
...__default__$p,
|
|
18885
18885
|
props: radioGroupProps,
|
|
18886
18886
|
emits: radioGroupEmits,
|
|
18887
18887
|
setup(__props, { emit }) {
|
|
@@ -19835,11 +19835,11 @@ const tagEmits = {
|
|
|
19835
19835
|
click: (evt) => evt instanceof MouseEvent
|
|
19836
19836
|
};
|
|
19837
19837
|
|
|
19838
|
-
const __default__$
|
|
19838
|
+
const __default__$o = defineComponent({
|
|
19839
19839
|
name: "ElTag"
|
|
19840
19840
|
});
|
|
19841
19841
|
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
19842
|
-
...__default__$
|
|
19842
|
+
...__default__$o,
|
|
19843
19843
|
props: tagProps,
|
|
19844
19844
|
emits: tagEmits,
|
|
19845
19845
|
setup(__props, { emit }) {
|
|
@@ -20073,11 +20073,11 @@ const ClickOutside = {
|
|
|
20073
20073
|
};
|
|
20074
20074
|
|
|
20075
20075
|
const COMPONENT_NAME$1 = "ElCascader";
|
|
20076
|
-
const __default__$
|
|
20076
|
+
const __default__$n = defineComponent({
|
|
20077
20077
|
name: COMPONENT_NAME$1
|
|
20078
20078
|
});
|
|
20079
20079
|
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
20080
|
-
...__default__$
|
|
20080
|
+
...__default__$n,
|
|
20081
20081
|
props: cascaderProps$1,
|
|
20082
20082
|
emits: cascaderEmits$1,
|
|
20083
20083
|
setup(__props, { expose, emit }) {
|
|
@@ -20934,11 +20934,11 @@ const inputNumberEmits = {
|
|
|
20934
20934
|
[UPDATE_MODEL_EVENT]: (val) => isNumber(val) || isNil(val)
|
|
20935
20935
|
};
|
|
20936
20936
|
|
|
20937
|
-
const __default__$
|
|
20937
|
+
const __default__$m = defineComponent({
|
|
20938
20938
|
name: "ElInputNumber"
|
|
20939
20939
|
});
|
|
20940
20940
|
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
20941
|
-
...__default__$
|
|
20941
|
+
...__default__$m,
|
|
20942
20942
|
props: inputNumberProps,
|
|
20943
20943
|
emits: inputNumberEmits,
|
|
20944
20944
|
setup(__props, { expose, emit }) {
|
|
@@ -21311,11 +21311,11 @@ const linkEmits = {
|
|
|
21311
21311
|
click: (evt) => evt instanceof MouseEvent
|
|
21312
21312
|
};
|
|
21313
21313
|
|
|
21314
|
-
const __default__$
|
|
21314
|
+
const __default__$l = defineComponent({
|
|
21315
21315
|
name: "ElLink"
|
|
21316
21316
|
});
|
|
21317
21317
|
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
21318
|
-
...__default__$
|
|
21318
|
+
...__default__$l,
|
|
21319
21319
|
props: linkProps,
|
|
21320
21320
|
emits: linkEmits,
|
|
21321
21321
|
setup(__props, { emit }) {
|
|
@@ -22897,11 +22897,11 @@ const popoverEmits = {
|
|
|
22897
22897
|
};
|
|
22898
22898
|
|
|
22899
22899
|
const updateEventKeyRaw = `onUpdate:visible`;
|
|
22900
|
-
const __default__$
|
|
22900
|
+
const __default__$k = defineComponent({
|
|
22901
22901
|
name: "ElPopover"
|
|
22902
22902
|
});
|
|
22903
22903
|
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
22904
|
-
...__default__$
|
|
22904
|
+
...__default__$k,
|
|
22905
22905
|
props: popoverProps,
|
|
22906
22906
|
emits: popoverEmits,
|
|
22907
22907
|
setup(__props, { expose, emit }) {
|
|
@@ -25702,11 +25702,11 @@ const _hoisted_3$9 = {
|
|
|
25702
25702
|
key: 0,
|
|
25703
25703
|
class: "hzzt-title__line"
|
|
25704
25704
|
};
|
|
25705
|
-
const __default__$
|
|
25705
|
+
const __default__$j = defineComponent({
|
|
25706
25706
|
name: "HzztTitle"
|
|
25707
25707
|
});
|
|
25708
25708
|
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
25709
|
-
...__default__$
|
|
25709
|
+
...__default__$j,
|
|
25710
25710
|
props: titleProps,
|
|
25711
25711
|
setup(__props) {
|
|
25712
25712
|
const props = __props;
|
|
@@ -25750,12 +25750,12 @@ const _hoisted_3$8 = /* @__PURE__ */ createElementVNode("span", { class: "caret"
|
|
|
25750
25750
|
const _hoisted_4$7 = { class: "hzzt-dropdown-menu" };
|
|
25751
25751
|
const _hoisted_5$4 = ["onClick"];
|
|
25752
25752
|
const _hoisted_6$3 = { class: "submenu" };
|
|
25753
|
-
const _hoisted_7$
|
|
25754
|
-
const __default__$
|
|
25753
|
+
const _hoisted_7$2 = ["onClick"];
|
|
25754
|
+
const __default__$i = defineComponent({
|
|
25755
25755
|
name: "HzztDropDown"
|
|
25756
25756
|
});
|
|
25757
25757
|
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
25758
|
-
...__default__$
|
|
25758
|
+
...__default__$i,
|
|
25759
25759
|
props: {
|
|
25760
25760
|
options: {
|
|
25761
25761
|
type: definePropType$1(Array),
|
|
@@ -25845,7 +25845,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
25845
25845
|
createElementVNode("a", {
|
|
25846
25846
|
class: "hzzt-dropdown-menu-item-label",
|
|
25847
25847
|
onClick: ($event) => selectValue([option[__props.props.value], child[__props.props.value]])
|
|
25848
|
-
}, toDisplayString(child[__props.props.label]), 9, _hoisted_7$
|
|
25848
|
+
}, toDisplayString(child[__props.props.label]), 9, _hoisted_7$2)
|
|
25849
25849
|
], 2);
|
|
25850
25850
|
}), 128))
|
|
25851
25851
|
], 2)
|
|
@@ -25868,8 +25868,11 @@ var Dropdown = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__file", "index.vue"]
|
|
|
25868
25868
|
|
|
25869
25869
|
const HzztDropdown = withInstall$1(Dropdown);
|
|
25870
25870
|
|
|
25871
|
+
const __default__$h = defineComponent({
|
|
25872
|
+
name: "HzztIcon"
|
|
25873
|
+
});
|
|
25871
25874
|
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
25872
|
-
|
|
25875
|
+
...__default__$h,
|
|
25873
25876
|
props: {
|
|
25874
25877
|
name: {
|
|
25875
25878
|
type: String,
|
|
@@ -25985,11 +25988,7 @@ const _hoisted_2$9 = { class: "flex align-items-center" };
|
|
|
25985
25988
|
const _hoisted_3$6 = { class: "flex" };
|
|
25986
25989
|
const _hoisted_4$5 = ["onClick"];
|
|
25987
25990
|
const _hoisted_5$2 = { class: "hzzt-tab-badge" };
|
|
25988
|
-
const _hoisted_6$2 = {
|
|
25989
|
-
key: 0,
|
|
25990
|
-
class: "hzzt-tab-badge-count"
|
|
25991
|
-
};
|
|
25992
|
-
const _hoisted_7$2 = { class: "flex wrap" };
|
|
25991
|
+
const _hoisted_6$2 = { class: "flex wrap" };
|
|
25993
25992
|
const __default__$f = defineComponent({
|
|
25994
25993
|
name: "HzztTab"
|
|
25995
25994
|
});
|
|
@@ -26017,7 +26016,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
26017
26016
|
key: `${tab.name}-${tab.number}`,
|
|
26018
26017
|
...tab,
|
|
26019
26018
|
number: Number(tab.number || 0),
|
|
26020
|
-
hide: tab.hide
|
|
26019
|
+
hide: tab.hide,
|
|
26020
|
+
bgColor: tab.bgColor || ""
|
|
26021
26021
|
};
|
|
26022
26022
|
}).filter((tab) => !tab.hide));
|
|
26023
26023
|
function tabClick(tab, event) {
|
|
@@ -26044,7 +26044,11 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
26044
26044
|
createElementVNode("p", {
|
|
26045
26045
|
class: normalizeClass([{ active: __props.modelValue === tab.name }, "hzzt-tab-badge-text"])
|
|
26046
26046
|
}, toDisplayString(tab.label), 3),
|
|
26047
|
-
tab.number && tab.number !== 0 ? (openBlock(), createElementBlock("p",
|
|
26047
|
+
tab.number && tab.number !== 0 ? (openBlock(), createElementBlock("p", {
|
|
26048
|
+
key: 0,
|
|
26049
|
+
class: "hzzt-tab-badge-count",
|
|
26050
|
+
style: normalizeStyle({ backgroundColor: tab.bgColor })
|
|
26051
|
+
}, toDisplayString(tab.number > 999 ? "999+" : tab.number), 5)) : createCommentVNode("v-if", true),
|
|
26048
26052
|
__props.closable ? (openBlock(), createBlock(HzztIcon$1, {
|
|
26049
26053
|
key: 1,
|
|
26050
26054
|
class: "is-icon-close",
|
|
@@ -26058,7 +26062,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
26058
26062
|
renderSlot(_ctx.$slots, "filter"),
|
|
26059
26063
|
renderSlot(_ctx.$slots, "extra")
|
|
26060
26064
|
]),
|
|
26061
|
-
createElementVNode("div",
|
|
26065
|
+
createElementVNode("div", _hoisted_6$2, [
|
|
26062
26066
|
renderSlot(_ctx.$slots, "right")
|
|
26063
26067
|
])
|
|
26064
26068
|
]);
|
|
@@ -26123,20 +26127,19 @@ var HzztIcons = /*#__PURE__*/Object.freeze({
|
|
|
26123
26127
|
HzztMinusSquareOutline: minusSquareOutline
|
|
26124
26128
|
});
|
|
26125
26129
|
|
|
26126
|
-
const HzztIcon = {
|
|
26127
|
-
install(app) {
|
|
26128
|
-
app.component("HzztIcon", HzztIcon$1);
|
|
26129
|
-
for (const key in Icons) {
|
|
26130
|
-
app.component(tarnsElIconName(key), Icons[key]);
|
|
26131
|
-
}
|
|
26132
|
-
for (const key in HzztIcons) {
|
|
26133
|
-
app.component(tarnsElIconName(key), Icons[key]);
|
|
26134
|
-
}
|
|
26135
|
-
}
|
|
26136
|
-
};
|
|
26137
26130
|
function tarnsElIconName(name) {
|
|
26138
26131
|
return `hzzt-el${name.replace(/[A-Z]/g, (match) => `-${match.toLocaleLowerCase()}`)}`;
|
|
26139
26132
|
}
|
|
26133
|
+
for (const key in Icons) {
|
|
26134
|
+
Icons[key].name = tarnsElIconName(key);
|
|
26135
|
+
}
|
|
26136
|
+
for (const key in HzztIcons) {
|
|
26137
|
+
HzztIcons[key].name = tarnsElIconName(key);
|
|
26138
|
+
}
|
|
26139
|
+
const HzztIcon = withInstall$1(HzztIcon$1, {
|
|
26140
|
+
...Icons,
|
|
26141
|
+
...HzztIcons
|
|
26142
|
+
});
|
|
26140
26143
|
|
|
26141
26144
|
const _hoisted_1$9 = { class: "flex align-items-center justify-content-between hzzt-pagination" };
|
|
26142
26145
|
const _hoisted_2$6 = { class: "flex flex-1" };
|
package/dist/locale/en.js
CHANGED
package/dist/locale/en.min.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! Hzzt Plus v2.0.
|
|
1
|
+
/*! Hzzt Plus v2.0.7 */(function(e,r){typeof exports=="object"&&typeof module!="undefined"?module.exports=r():typeof define=="function"&&define.amd?define(r):(e=typeof globalThis!="undefined"?globalThis:e||self,e.HzztPlusLocaleEn=r())})(this,function(){"use strict";var e={name:"en",hzzt:{collapse:{expand:"expand",retract:"retract"},pagination:{total:"",strip:""},pageSize:{total:"Total ",strip:"",page:"page",d:"",per_page:"per page"},quarterpicker:{prevYear:"Previous Year",nextYear:"Next Year",year:"",firstQuarter:"First quarter",secondQuarter:"Second quarter",thirdQuarter:"Third quarter",fourthQuarter:"Fourth quarter"}}};return e});
|
|
2
2
|
//# sourceMappingURL=en.min.js.map
|
package/dist/locale/en.min.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! Hzzt Plus v2.0.
|
|
1
|
+
/*! Hzzt Plus v2.0.7 */var r={name:"en",hzzt:{collapse:{expand:"expand",retract:"retract"},pagination:{total:"",strip:""},pageSize:{total:"Total ",strip:"",page:"page",d:"",per_page:"per page"},quarterpicker:{prevYear:"Previous Year",nextYear:"Next Year",year:"",firstQuarter:"First quarter",secondQuarter:"Second quarter",thirdQuarter:"Third quarter",fourthQuarter:"Fourth quarter"}}};export{r as default};
|
|
2
2
|
//# sourceMappingURL=en.min.mjs.map
|
package/dist/locale/en.mjs
CHANGED
package/dist/locale/zh-cn.js
CHANGED
package/dist/locale/zh-cn.min.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! Hzzt Plus v2.0.
|
|
1
|
+
/*! Hzzt Plus v2.0.7 */(function(u,e){typeof exports=="object"&&typeof module!="undefined"?module.exports=e():typeof define=="function"&&define.amd?define(e):(u=typeof globalThis!="undefined"?globalThis:u||self,u.HzztPlusLocaleZhCn=e())})(this,function(){"use strict";var u={name:"zh-cn",hzzt:{collapse:{expand:"\u5C55\u5F00",retract:"\u6536\u8D77"},pagination:{total:"\u5171",strip:"\u6761"},pageSize:{total:"\u5171",strip:"\u6761",d:"\u7B2C",page:"\u9875",per_page:"\u6BCF\u9875"},quarterpicker:{prevYear:"\u524D\u4E00\u5E74",nextYear:"\u540E\u4E00\u5E74",year:"\u5E74",firstQuarter:"\u7B2C\u4E00\u5B63\u5EA6",secondQuarter:"\u7B2C\u4E8C\u5B63\u5EA6",thirdQuarter:"\u7B2C\u4E09\u5B63\u5EA6",fourthQuarter:"\u7B2C\u56DB\u5B63\u5EA6"}}};return u});
|
|
2
2
|
//# sourceMappingURL=zh-cn.min.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! Hzzt Plus v2.0.
|
|
1
|
+
/*! Hzzt Plus v2.0.7 */var u={name:"zh-cn",hzzt:{collapse:{expand:"\u5C55\u5F00",retract:"\u6536\u8D77"},pagination:{total:"\u5171",strip:"\u6761"},pageSize:{total:"\u5171",strip:"\u6761",d:"\u7B2C",page:"\u9875",per_page:"\u6BCF\u9875"},quarterpicker:{prevYear:"\u524D\u4E00\u5E74",nextYear:"\u540E\u4E00\u5E74",year:"\u5E74",firstQuarter:"\u7B2C\u4E00\u5B63\u5EA6",secondQuarter:"\u7B2C\u4E8C\u5B63\u5EA6",thirdQuarter:"\u7B2C\u4E09\u5B63\u5EA6",fourthQuarter:"\u7B2C\u56DB\u5B63\u5EA6"}}};export{u as default};
|
|
2
2
|
//# sourceMappingURL=zh-cn.min.mjs.map
|
package/dist/locale/zh-cn.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../utils/index.mjs';
|
|
2
|
-
import Cascader from './src/
|
|
3
|
-
export { cascaderEmits, cascaderProps } from './src/
|
|
2
|
+
import Cascader from './src/cascader2.mjs';
|
|
3
|
+
export { cascaderEmits, cascaderProps } from './src/cascader.mjs';
|
|
4
4
|
import { withInstall } from '../../utils/vue/install.mjs';
|
|
5
5
|
|
|
6
6
|
const HzztCascader = withInstall(Cascader);
|