@dazhicheng/ui 1.4.8 → 1.4.9

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 (30) hide show
  1. package/dist/components/tt-table/src/Table.vue.d.ts +19 -19
  2. package/dist/components/tt-table/src/Table.vue.d.ts.map +1 -1
  3. package/dist/components/tt-table/src/props.d.ts +3 -3
  4. package/dist/components/types.d.ts +1 -7
  5. package/dist/components/types.d.ts.map +1 -1
  6. package/dist/{event-BFwqle5s.js → event-DJgQMwWV.js} +1 -1
  7. package/dist/{icon-BtMUWJV_.js → icon-Fgdq-Ac6.js} +2 -2
  8. package/dist/{index-E4bt_xR8.js → index-1LBnNjBn.js} +3 -3
  9. package/dist/{index-BJGqSMZe.js → index-C9B_v1uz.js} +7 -7
  10. package/dist/{index-BCFaaKpb.js → index-CUhfLA1U.js} +2 -2
  11. package/dist/{index-C4hS1V4G.js → index-CdhZ_TLH.js} +1 -1
  12. package/dist/{index-BtVFsSnr.js → index-Cvktpqxt.js} +5 -5
  13. package/dist/{index-CbBnZf_N.js → index-D2aUF5yL.js} +1 -1
  14. package/dist/{index-Me30r16q.js → index-D56er3W-.js} +6 -6
  15. package/dist/{index-Bz1XdwMw.js → index-D96qJq2y.js} +9 -9
  16. package/dist/{index-BxCNb0Qc.js → index-DBHyzeJk.js} +2 -2
  17. package/dist/{index-BIMw4M_g.js → index-DG_LJR-f.js} +6 -6
  18. package/dist/{index-DEe2LZ5h.js → index-DUYd9RDc.js} +10 -10
  19. package/dist/{index-b_38d8XT.js → index-De7NZJcf.js} +8 -8
  20. package/dist/{index-DH0o_kR0.js → index-DsP4j3Nk.js} +2 -2
  21. package/dist/{index-D2n0yEOh.js → index-FAih98uV.js} +5 -5
  22. package/dist/{index-BL2b2hi2.js → index-W2XemzTX.js} +1 -1
  23. package/dist/{index-D-mjRkA2.js → index-c7A2UpNa.js} +5 -5
  24. package/dist/{index-jDY8WUF2.js → index-wYDYOQE_.js} +251 -250
  25. package/dist/index.js +1 -1
  26. package/dist/{panel-time-pick.vue2-MGb61Fac.js → panel-time-pick.vue2-CBpKA6YY.js} +10 -10
  27. package/dist/{use-form-common-props-BxRxU60p.js → use-form-common-props-pgRwUKXQ.js} +1 -1
  28. package/dist/{use-form-item-4uDwTnmD.js → use-form-item-DnR83GoA.js} +2 -2
  29. package/dist/{util-BL-97qeH.js → util-BC5x4J2S.js} +6 -6
  30. package/package.json +1 -1
@@ -777,15 +777,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
777
777
  };
778
778
  useHttpCache: {
779
779
  type: BooleanConstructor;
780
- default: () => boolean | undefined;
780
+ default: () => any;
781
781
  };
782
782
  useHttpCustomerCache: {
783
783
  type: BooleanConstructor;
784
- default: () => boolean | undefined;
784
+ default: () => any;
785
785
  };
786
786
  defaultDisplayFields: {
787
787
  type: import('vue').PropType<string[]>;
788
- default: () => string[] | undefined;
788
+ default: () => any;
789
789
  };
790
790
  isRowDrag: any;
791
791
  treeNode: any;
@@ -1081,15 +1081,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1081
1081
  };
1082
1082
  useHttpCache: {
1083
1083
  type: BooleanConstructor;
1084
- default: () => boolean | undefined;
1084
+ default: () => any;
1085
1085
  };
1086
1086
  useHttpCustomerCache: {
1087
1087
  type: BooleanConstructor;
1088
- default: () => boolean | undefined;
1088
+ default: () => any;
1089
1089
  };
1090
1090
  defaultDisplayFields: {
1091
1091
  type: import('vue').PropType<string[]>;
1092
- default: () => string[] | undefined;
1092
+ default: () => any;
1093
1093
  };
1094
1094
  isRowDrag: any;
1095
1095
  treeNode: any;
@@ -1133,20 +1133,26 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1133
1133
  showLineHeight: boolean;
1134
1134
  useCache: boolean;
1135
1135
  total: any;
1136
- columns: import('vue').MaybeRef<VxeTableDefines.ColumnOptions<any>[]> | undefined;
1136
+ defaultDisplayFields: string[];
1137
+ keyboardConfig: import("vxe-table").VxeTablePropTypes.KeyboardConfig<any>;
1138
+ clipConfig: import("vxe-table").VxeTablePropTypes.ClipConfig<any>;
1139
+ mouseConfig: import("vxe-table").VxeTablePropTypes.MouseConfig;
1140
+ areaConfig: import("vxe-table").VxeTablePropTypes.AreaConfig<any>;
1137
1141
  pagerConfig: import("vxe-table").VxeGridPropTypes.PagerConfig | undefined;
1142
+ checkboxConfig: import("vxe-table").VxeTablePropTypes.CheckboxConfig<import("vxe-table").VxeTablePropTypes.Row>;
1143
+ radioConfig: import("vxe-table").VxeTablePropTypes.RadioConfig<import("vxe-table").VxeTablePropTypes.Row>;
1144
+ showSetColumn: boolean;
1145
+ afterFetch: ((data: import("vxe-table").VxeTablePropTypes.Row[], res: globalThis.Recordable) => Promise<import("vxe-table").VxeTablePropTypes.Row[]>) | undefined;
1146
+ beforeFetch: ((params: globalThis.Recordable) => Promise<globalThis.Recordable>) | undefined;
1147
+ columns: import('vue').MaybeRef<VxeTableDefines.ColumnOptions<any>[]> | undefined;
1138
1148
  toolbarConfig: import("vxe-table").VxeGridPropTypes.ToolbarConfig | undefined;
1139
1149
  zoomConfig: import("vxe-table").VxeGridPropTypes.ZoomConfig | undefined;
1140
1150
  showOverflow: import("vxe-table").VxeTablePropTypes.ShowOverflow | undefined;
1141
1151
  showHeaderOverflow: import("vxe-table").VxeTablePropTypes.ShowOverflow | undefined;
1142
- radioConfig: import("vxe-table").VxeTablePropTypes.RadioConfig<import("vxe-table").VxeTablePropTypes.Row>;
1143
- checkboxConfig: import("vxe-table").VxeTablePropTypes.CheckboxConfig<import("vxe-table").VxeTablePropTypes.Row>;
1144
1152
  menuConfig: import("vxe-table").VxeTablePropTypes.MenuConfig<any>;
1145
- mouseConfig: import("vxe-table").VxeTablePropTypes.MouseConfig;
1146
- areaConfig: import("vxe-table").VxeTablePropTypes.AreaConfig<any>;
1147
1153
  fnrConfig: import("vxe-table").VxeTablePropTypes.FnrConfig<any>;
1148
- keyboardConfig: import("vxe-table").VxeTablePropTypes.KeyboardConfig<any>;
1149
- clipConfig: import("vxe-table").VxeTablePropTypes.ClipConfig<any>;
1154
+ useHttpCache: boolean;
1155
+ useHttpCustomerCache: boolean;
1150
1156
  showPager: any;
1151
1157
  showCheckbox: any;
1152
1158
  showRadio: any;
@@ -1180,13 +1186,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1180
1186
  emptyImageStatus: "no-data" | "no-search";
1181
1187
  isHanderSubmit: any;
1182
1188
  columnsKey: any;
1183
- showSetColumn: boolean;
1184
1189
  leftSlotWidth: any;
1185
1190
  rightSlotWidth: any;
1186
1191
  dragIcon: string;
1187
- useHttpCache: boolean;
1188
- useHttpCustomerCache: boolean;
1189
- defaultDisplayFields: string[];
1190
1192
  isI18n: any;
1191
1193
  isDataCloneDeep: any;
1192
1194
  useSearchForm: any;
@@ -1194,8 +1196,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1194
1196
  toolTipErrorPlacement: "top" | "bottom" | "left" | "right";
1195
1197
  isAreaCheckData: any;
1196
1198
  api: (...arg: any[]) => Promise<any>;
1197
- afterFetch: ((data: import("vxe-table").VxeTablePropTypes.Row[], res: globalThis.Recordable) => Promise<import("vxe-table").VxeTablePropTypes.Row[]>) | undefined;
1198
- beforeFetch: ((params: globalThis.Recordable) => Promise<globalThis.Recordable>) | undefined;
1199
1199
  disabledTeleport: any;
1200
1200
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
1201
1201
  wrapRef: HTMLDivElement;
@@ -1 +1 @@
1
- {"version":3,"file":"Table.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/tt-table/src/Table.vue"],"names":[],"mappings":"AAAA,OAo0BO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC/B,OAAO,KAAK,EAGV,iBAAiB,EAEjB,eAAe,EACf,YAAY,EAEZ,eAAe,EAChB,MAAM,WAAW,CAAC;AACnB,OAAO,KAAK,EAAE,uBAAuB,EAAkB,YAAY,EAAE,MAAM,eAAe,CAAC;AAM3F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAKpD,OAAO,EAGL,QAAQ,EAYT,MAAM,KAAK,CAAC;AAglBb,iBAAS,cAAc;WA0bT,OAAO,IAA6B;;+BAx9BzB,UAAU,KAAK,IAAI;mBAN/B,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;yBACrB,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;uBAC7B,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;qBAC7B,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;oBAC5B,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;iBAC9B,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;;+BACb,UAAU,KAAK,IAAI;mBAN/B,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;yBACrB,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;uBAC7B,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;qBAC7B,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;oBAC5B,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;iBAC9B,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA3BnC,GAAG,8CAEF,GAAG,yBACS,GAChB,6DAGE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAPF,GAAG,8CAEF,GAAG,yBACS,GAChB,6DAGE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAk/BJ;AA+DD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCA71DrB,GAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAwOuC,CAAC;;;;;;;;;;;;;;;;kEA2E5B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCApHX,CAAH,YAAY,CAAC;oBASS,CAAC,oBACR,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCAzMjB,GAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAoyBC,GAAG,8CAEF,GAAG,yBACS,GAChB,6DAGE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAPF,GAAG,8CAEF,GAAG,yBACS,GAChB,6DAGE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAgkCH,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Table.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/tt-table/src/Table.vue"],"names":[],"mappings":"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"}
@@ -229,17 +229,17 @@ export declare const tableProps: {
229
229
  /** 是否开启服务端缓存 */
230
230
  useHttpCache: {
231
231
  type: BooleanConstructor;
232
- default: () => boolean | undefined;
232
+ default: () => any;
233
233
  };
234
234
  /** 是否开启服务端自定义列组件字段 */
235
235
  useHttpCustomerCache: {
236
236
  type: BooleanConstructor;
237
- default: () => boolean | undefined;
237
+ default: () => any;
238
238
  };
239
239
  /** 开启服务端缓存时默认展示的列 用户列为null时默认展示的列 */
240
240
  defaultDisplayFields: {
241
241
  type: PropType<string[]>;
242
- default: () => string[] | undefined;
242
+ default: () => any;
243
243
  };
244
244
  /**
245
245
  * 是否需要行拖拽
@@ -142,12 +142,6 @@ export type TtUiGlobalConfig = {
142
142
  * @default-true 显示
143
143
  */
144
144
  showSetRowHeight?: boolean;
145
- /** 是否开启服务端缓存 */
146
- useHttpCache?: boolean;
147
- /** 是否开启服务端自定义列组件字段 */
148
- useHttpCustomerCache?: boolean;
149
- /** 开启服务端缓存时默认展示的列 用户列为null时默认展示的列 */
150
- defaultDisplayFields?: string[];
151
145
  /** 自定义函数 */
152
146
  customizeColumn?: TtTableProps["customizeColumn"];
153
147
  /** 外部插槽 */
@@ -155,7 +149,7 @@ export type TtUiGlobalConfig = {
155
149
  /**
156
150
  * 表格边框
157
151
  * @description 支持 full 完整边框,inner 内边框,不填默认 inner,true 完整边框,false 默认 inner
158
- * @default 'inner'
152
+ * @default 'full'
159
153
  */
160
154
  border?: "full" | "inner" | boolean;
161
155
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/components/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/components/types.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { i as c } from "./index-DH0o_kR0.js";
1
+ import { i as c } from "./index-DsP4j3Nk.js";
2
2
  const a = {
3
3
  tab: "Tab",
4
4
  enter: "Enter",
@@ -1,5 +1,5 @@
1
- import { c as e, b as a, l as o } from "./index-jDY8WUF2.js";
2
- import { a as c } from "./use-form-common-props-BxRxU60p.js";
1
+ import { c as e, b as a, l as o } from "./index-wYDYOQE_.js";
2
+ import { a as c } from "./use-form-common-props-pgRwUKXQ.js";
3
3
  const r = c([
4
4
  String,
5
5
  Object,
@@ -1,9 +1,9 @@
1
1
  import { isNil as pe, flatten as ee, cloneDeep as te, isEqual as Le } from "lodash-es";
2
- import { t as _, b as z, a as h, w as ve, j as X, d as xe } from "./use-form-common-props-BxRxU60p.js";
3
- import { a as me, N as f, d as I, w as De, b as ye, c as Ue, r as ge, s as he, i as be, g as se, t as Be, z as Oe, x as Ne, y as ae } from "./index-jDY8WUF2.js";
2
+ import { t as _, b as z, a as h, w as ve, j as X, d as xe } from "./use-form-common-props-pgRwUKXQ.js";
3
+ import { a as me, N as f, d as I, w as De, b as ye, c as Ue, r as ge, s as he, i as be, g as se, t as Be, z as Oe, x as Ne, y as ae } from "./index-wYDYOQE_.js";
4
4
  import { m as K } from "./typescript-BpuhIBuJ.js";
5
5
  import { defineComponent as H, computed as F, createElementBlock as E, openBlock as g, normalizeClass as m, unref as a, createCommentVNode as w, createElementVNode as N, normalizeStyle as j, renderSlot as C, toDisplayString as V, createBlock as B, withCtx as T, resolveDynamicComponent as je, ref as ke, TransitionGroup as Ae, Fragment as qe, renderList as Ie, withKeys as we, withModifiers as M, createVNode as O, inject as Me, shallowRef as Y, watch as oe, nextTick as ze, onBeforeUnmount as Ke, provide as He, toRef as We, createSlots as ne, mergeProps as re } from "vue";
6
- import { E as A } from "./index-BCFaaKpb.js";
6
+ import { E as A } from "./index-CUhfLA1U.js";
7
7
  import { u as Ve } from "./index-BQfVaV7A.js";
8
8
  import { useVModel as Xe } from "@vueuse/core";
9
9
  const Ge = (e) => Object.entries(e);
@@ -1,14 +1,14 @@
1
1
  import { computed as f, getCurrentInstance as _e, markRaw as et, defineComponent as tt, useAttrs as ot, useSlots as nt, shallowRef as ae, ref as ie, watch as se, nextTick as F, onMounted as at, toRef as it, createElementBlock as E, openBlock as c, normalizeStyle as Ce, normalizeClass as p, unref as n, createCommentVNode as m, Fragment as le, createElementVNode as L, renderSlot as Z, createBlock as I, withCtx as H, resolveDynamicComponent as A, mergeProps as Ne, withModifiers as re, toDisplayString as q } from "vue";
2
- import { g as ue, U as J, c as Oe, d as Pe, v as st, n as lt, N as de, o as ze, C as Me, I as ce } from "./index-jDY8WUF2.js";
2
+ import { g as ue, U as J, c as Oe, d as Pe, v as st, n as lt, N as de, o as ze, C as Me, I as ce } from "./index-wYDYOQE_.js";
3
3
  import { m as rt } from "./typescript-BpuhIBuJ.js";
4
- import { i as fe, V as ut } from "./icon-BtMUWJV_.js";
5
- import { d as Q, b as dt, a as M, u as ct, e as Ve, h as ft, j as mt, w as vt } from "./use-form-common-props-BxRxU60p.js";
6
- import { u as pt } from "./index-CbBnZf_N.js";
4
+ import { i as fe, V as ut } from "./icon-Fgdq-Ac6.js";
5
+ import { d as Q, b as dt, a as M, u as ct, e as Ve, h as ft, j as mt, w as vt } from "./use-form-common-props-pgRwUKXQ.js";
6
+ import { u as pt } from "./index-D2aUF5yL.js";
7
7
  import { useResizeObserver as yt, isClient as bt } from "@vueuse/core";
8
8
  import { fromPairs as ht, isNil as gt } from "lodash-es";
9
- import { E as j } from "./index-BCFaaKpb.js";
10
- import { a as xt, u as wt, b as St } from "./index-DH0o_kR0.js";
11
- import { u as Et, a as It } from "./use-form-item-4uDwTnmD.js";
9
+ import { E as j } from "./index-CUhfLA1U.js";
10
+ import { a as xt, u as wt, b as St } from "./index-DsP4j3Nk.js";
11
+ import { u as Et, a as It } from "./use-form-item-DnR83GoA.js";
12
12
  const Ct = ["class", "style"], Nt = /^on[A-Z]/, Pt = (e = {}) => {
13
13
  const { excludeListeners: r = !1, excludeKeys: x } = e, t = f(() => ((x == null ? void 0 : x.value) || []).concat(Ct)), l = _e();
14
14
  return l ? f(
@@ -1,6 +1,6 @@
1
- import { e as a, m as c, d as u, b as l, a as p, w as f } from "./use-form-common-props-BxRxU60p.js";
1
+ import { e as a, m as c, d as u, b as l, a as p, w as f } from "./use-form-common-props-pgRwUKXQ.js";
2
2
  import { defineComponent as m, computed as d, createElementBlock as g, openBlock as y, mergeProps as b, unref as S, renderSlot as h } from "vue";
3
- import { g as E, k as w, d as C } from "./index-jDY8WUF2.js";
3
+ import { g as E, k as w, d as C } from "./index-wYDYOQE_.js";
4
4
  import { isClient as P } from "@vueuse/core";
5
5
  const _ = "utils/dom/style", A = (t, s) => {
6
6
  if (!t || !s) return !1;
@@ -1,5 +1,5 @@
1
1
  import { watch as m, unref as p } from "vue";
2
- import { d as u } from "./use-form-common-props-BxRxU60p.js";
2
+ import { d as u } from "./use-form-common-props-pgRwUKXQ.js";
3
3
  const c = ({ from: e, replacement: t, scope: r, version: a, ref: i, type: o = "API" }, s) => {
4
4
  m(
5
5
  () => p(s),
@@ -1,11 +1,11 @@
1
1
  import { defineComponent as W, inject as ke, computed as f, ref as X, createElementBlock as _e, createCommentVNode as Te, openBlock as he, normalizeClass as d, unref as s, createElementVNode as p, toDisplayString as C, createVNode as O, nextTick as Pe, provide as De, mergeProps as Ee } from "vue";
2
- import { d as Y, a as z, j as P, U as G } from "./index-jDY8WUF2.js";
3
- import { t as Se, P as Ce, u as Oe, _ as Q, a as Re, b as Ae, c as we, d as Ve, e as xe, D as Me, f as Ie, g as ye } from "./panel-time-pick.vue2-MGb61Fac.js";
4
- import { o as ta, q as na, R as sa, h as oa, i as la, j as ra, k as ia, l as ca, m as ua, n as da, p as ma, r as pa, w as va, x as fa, s as ba, v as ga } from "./panel-time-pick.vue2-MGb61Fac.js";
2
+ import { d as Y, a as z, j as P, U as G } from "./index-wYDYOQE_.js";
3
+ import { t as Se, P as Ce, u as Oe, _ as Q, a as Re, b as Ae, c as we, d as Ve, e as xe, D as Me, f as Ie, g as ye } from "./panel-time-pick.vue2-CBpKA6YY.js";
4
+ import { o as ta, q as na, R as sa, h as oa, i as la, j as ra, k as ia, l as ca, m as ua, n as da, p as ma, r as pa, w as va, x as fa, s as ba, v as ga } from "./panel-time-pick.vue2-CBpKA6YY.js";
5
5
  import { union as y } from "lodash-es";
6
- import { b as Ne, a as Ke, w as Ue } from "./use-form-common-props-BxRxU60p.js";
6
+ import { b as Ne, a as Ke, w as Ue } from "./use-form-common-props-pgRwUKXQ.js";
7
7
  import { u as Fe } from "./index-BQfVaV7A.js";
8
- import { g as Le, E as He } from "./event-BFwqle5s.js";
8
+ import { g as Le, E as He } from "./event-DJgQMwWV.js";
9
9
  const $e = Ne({
10
10
  ...Se,
11
11
  parsedValue: {
@@ -1,5 +1,5 @@
1
1
  import { pick as i } from "lodash-es";
2
- import { b as a } from "./use-form-common-props-BxRxU60p.js";
2
+ import { b as a } from "./use-form-common-props-pgRwUKXQ.js";
3
3
  const o = a({
4
4
  /**
5
5
  * @description native `aria-label` attribute
@@ -1,10 +1,10 @@
1
- import { l as ft, d as D } from "./index-jDY8WUF2.js";
2
- import { b as ut, a as Y, u as lt, h as ct, j as tt, w as ht, o as dt } from "./use-form-common-props-BxRxU60p.js";
3
- import { i as W } from "./icon-BtMUWJV_.js";
1
+ import { l as ft, d as D } from "./index-wYDYOQE_.js";
2
+ import { b as ut, a as Y, u as lt, h as ct, j as tt, w as ht, o as dt } from "./use-form-common-props-pgRwUKXQ.js";
3
+ import { i as W } from "./icon-Fgdq-Ac6.js";
4
4
  import { getCurrentInstance as gt, inject as et, ref as rt, computed as g, useSlots as bt, Text as vt, defineComponent as at, createBlock as B, openBlock as x, resolveDynamicComponent as N, mergeProps as pt, unref as v, withCtx as C, createElementBlock as $, createCommentVNode as U, Fragment as mt, renderSlot as _, normalizeClass as z, provide as yt, reactive as kt, toRef as q } from "vue";
5
- import { E as K } from "./index-BCFaaKpb.js";
6
- import { u as xt } from "./index-C4hS1V4G.js";
7
- import { u as St } from "./use-form-item-4uDwTnmD.js";
5
+ import { E as K } from "./index-CUhfLA1U.js";
6
+ import { u as xt } from "./index-CdhZ_TLH.js";
7
+ import { u as St } from "./use-form-item-DnR83GoA.js";
8
8
  const Mt = [
9
9
  "default",
10
10
  "primary",
@@ -1,15 +1,15 @@
1
1
  import { ref as Q, computed as _, unref as e, watch as Pe, nextTick as _e, defineComponent as Ne, inject as ge, renderSlot as ue, createVNode as T, onBeforeUnmount as gt, createElementBlock as G, openBlock as B, normalizeClass as f, createElementVNode as A, createCommentVNode as re, Fragment as Me, renderList as $e, toDisplayString as me, withKeys as Re, withModifiers as ga, useAttrs as nt, useSlots as Ja, toRef as Oe, withDirectives as Ce, withCtx as ie, vShow as Te, createBlock as De, createTextVNode as wa, getCurrentInstance as lt, reactive as st, toRefs as wt, provide as Da, mergeProps as Ka, isVNode as rt } from "vue";
2
2
  import { flatten as Dt, isEqual as Ct, omit as Pt } from "lodash-es";
3
- import { A as Ue, B as ze, a as Be, j as L, g as St, d as Ee, H as Ke, J as Wa, K as ka, L as We, i as ja, U as Ua } from "./index-jDY8WUF2.js";
4
- import { y as Vt, r as ot, P as je, l as it, D as ut, k as dt, o as qa, d as za, R as Mt, z as $t, g as Ot, c as xt, e as Rt, q as Nt, f as Yt } from "./panel-time-pick.vue2-MGb61Fac.js";
5
- import { b as we, a as pe, j as $a, g as Tt, w as ct } from "./use-form-common-props-BxRxU60p.js";
6
- import { ElButton as Ca } from "./index-Me30r16q.js";
7
- import { E as ea } from "./index-BJGqSMZe.js";
8
- import { h as Pa, E as fe } from "./index-BCFaaKpb.js";
3
+ import { A as Ue, B as ze, a as Be, j as L, g as St, d as Ee, H as Ke, J as Wa, K as ka, L as We, i as ja, U as Ua } from "./index-wYDYOQE_.js";
4
+ import { y as Vt, r as ot, P as je, l as it, D as ut, k as dt, o as qa, d as za, R as Mt, z as $t, g as Ot, c as xt, e as Rt, q as Nt, f as Yt } from "./panel-time-pick.vue2-CBpKA6YY.js";
5
+ import { b as we, a as pe, j as $a, g as Tt, w as ct } from "./use-form-common-props-pgRwUKXQ.js";
6
+ import { ElButton as Ca } from "./index-D56er3W-.js";
7
+ import { E as ea } from "./index-C9B_v1uz.js";
8
+ import { h as Pa, E as fe } from "./index-CUhfLA1U.js";
9
9
  import { u as xe } from "./index-BQfVaV7A.js";
10
- import { d as ke, e as ia } from "./util-BL-97qeH.js";
11
- import { C as Ha } from "./index-BxCNb0Qc.js";
12
- import { g as _t, E as ye } from "./event-BFwqle5s.js";
10
+ import { d as ke, e as ia } from "./util-BC5x4J2S.js";
11
+ import { C as Ha } from "./index-DBHyzeJk.js";
12
+ import { g as _t, E as ye } from "./event-DJgQMwWV.js";
13
13
  const Bt = [
14
14
  "year",
15
15
  "years",
@@ -1,6 +1,6 @@
1
1
  import { isClient as g } from "@vueuse/core";
2
- import { a as x } from "./index-jDY8WUF2.js";
3
- import { i as C } from "./use-form-common-props-BxRxU60p.js";
2
+ import { a as x } from "./index-wYDYOQE_.js";
3
+ import { i as C } from "./use-form-common-props-pgRwUKXQ.js";
4
4
  const s = /* @__PURE__ */ new Map();
5
5
  if (g) {
6
6
  let e;
@@ -1,10 +1,10 @@
1
- import { k as X, l as S, e as C, b as Y, a as Z, h as p, j as _, d as M, t as ee, w as ae } from "./use-form-common-props-BxRxU60p.js";
2
- import { u as te } from "./index-CbBnZf_N.js";
3
- import { i as V } from "./icon-BtMUWJV_.js";
4
- import { g as N, I as B, C as A, U as $, d as ie, l as ne, h as O } from "./index-jDY8WUF2.js";
1
+ import { k as X, l as S, e as C, b as Y, a as Z, h as p, j as _, d as M, t as ee, w as ae } from "./use-form-common-props-pgRwUKXQ.js";
2
+ import { u as te } from "./index-D2aUF5yL.js";
3
+ import { i as V } from "./icon-Fgdq-Ac6.js";
4
+ import { g as N, I as B, C as A, U as $, d as ie, l as ne, h as O } from "./index-wYDYOQE_.js";
5
5
  import { defineComponent as le, computed as d, ref as ce, shallowRef as oe, watch as L, onMounted as se, createElementBlock as v, openBlock as a, withModifiers as ue, normalizeClass as r, createElementVNode as P, createCommentVNode as o, withKeys as ve, unref as i, renderSlot as y, createBlock as s, withCtx as f, resolveDynamicComponent as b, toDisplayString as E, normalizeStyle as re, createVNode as de, nextTick as fe } from "vue";
6
- import { a as me, E as m } from "./index-BCFaaKpb.js";
7
- import { u as he, a as ye } from "./use-form-item-4uDwTnmD.js";
6
+ import { a as me, E as m } from "./index-CUhfLA1U.js";
7
+ import { u as he, a as ye } from "./use-form-item-DnR83GoA.js";
8
8
  const be = (e) => ["", ...X].includes(e), ke = Y({
9
9
  /**
10
10
  * @description binding value, it should be equivalent to either `active-value` or `inactive-value`, by default it's `boolean` type
@@ -1,18 +1,18 @@
1
1
  import { shallowRef as cn, ref as N, computed as g, defineComponent as Ve, createElementBlock as le, createBlock as ye, openBlock as D, normalizeStyle as Te, normalizeClass as R, createElementVNode as H, createCommentVNode as ve, unref as I, renderSlot as oe, withModifiers as te, createVNode as J, withCtx as q, Transition as dn, toDisplayString as he, watch as pe, inject as el, getCurrentInstance as tl, reactive as xe, onBeforeUnmount as fn, h as Oe, resolveDynamicComponent as Ae, Fragment as dt, mergeProps as ft, onMounted as ll, onUpdated as mn, onActivated as vn, nextTick as re, toRaw as pn, useSlots as hn, watchEffect as Kt, toRefs as Gt, provide as gn, resolveComponent as Ze, resolveDirective as bn, withDirectives as qt, createSlots as yn, normalizeProps as Sn, guardReactiveProps as wn, renderList as Ut, createTextVNode as jt, withKeys as Be, vShow as On } from "vue";
2
- import { _ as It, u as In, a as Ye, E as Tn, B as Vn, b as En, c as Cn } from "./util-BL-97qeH.js";
3
- import { b as Ee, k as Mn, h as nl, w as ol, a as Z, u as Rn, l as zn, e as Ie, q as Ce, t as al, g as sl, j as Ln, d as ut, p as Nn } from "./use-form-common-props-BxRxU60p.js";
4
- import { E as mt } from "./index-BCFaaKpb.js";
5
- import { d as ge, s as Qt, C as il, U as rl, e as kn, c as $n, g as vt, q as Dn, o as Fe, a as Se, i as Xe, G as Bn } from "./index-jDY8WUF2.js";
2
+ import { _ as It, u as In, a as Ye, E as Tn, B as Vn, b as En, c as Cn } from "./util-BC5x4J2S.js";
3
+ import { b as Ee, k as Mn, h as nl, w as ol, a as Z, u as Rn, l as zn, e as Ie, q as Ce, t as al, g as sl, j as Ln, d as ut, p as Nn } from "./use-form-common-props-pgRwUKXQ.js";
4
+ import { E as mt } from "./index-CUhfLA1U.js";
5
+ import { d as ge, s as Qt, C as il, U as rl, e as kn, c as $n, g as vt, q as Dn, o as Fe, a as Se, i as Xe, G as Bn } from "./index-wYDYOQE_.js";
6
6
  import { u as ul } from "./index-BQfVaV7A.js";
7
7
  import { isEqual as Re, get as ue, memoize as An, findLastIndex as Fn } from "lodash-es";
8
- import { u as Pn } from "./index-CbBnZf_N.js";
9
- import { i as Zt, V as Hn } from "./icon-BtMUWJV_.js";
8
+ import { u as Pn } from "./index-D2aUF5yL.js";
9
+ import { i as Zt, V as Hn } from "./icon-Fgdq-Ac6.js";
10
10
  import { useResizeObserver as we, isClient as Tt, useEventListener as Wn, isIOS as Kn, useDebounceFn as Gn } from "@vueuse/core";
11
- import { a as qn, b as Un, u as jn } from "./index-DH0o_kR0.js";
11
+ import { a as qn, b as Un, u as jn } from "./index-DsP4j3Nk.js";
12
12
  import { m as Qn } from "./typescript-BpuhIBuJ.js";
13
- import { g as cl, E as dl } from "./event-BFwqle5s.js";
14
- import { u as Zn, a as Yn, b as Xn } from "./use-form-item-4uDwTnmD.js";
15
- import { C as Jn } from "./index-BxCNb0Qc.js";
13
+ import { g as cl, E as dl } from "./event-DJgQMwWV.js";
14
+ import { u as Zn, a as Yn, b as Xn } from "./use-form-item-DnR83GoA.js";
15
+ import { C as Jn } from "./index-DBHyzeJk.js";
16
16
  const fl = 11, xn = 2;
17
17
  function _n() {
18
18
  const e = cn(), t = N(0), n = g(() => ({
@@ -1,14 +1,14 @@
1
1
  import { isNil as y } from "lodash-es";
2
- import { e as f, b as me, a as _, u as fe, g as x, d as V, h as pe, j as be, t as ve, w as Ne } from "./use-form-common-props-BxRxU60p.js";
3
- import { u as he } from "./index-CbBnZf_N.js";
4
- import { U as N, I as P, C as te, d as Ve, e as Ee, m as ye, f as ge, p as Ie, g as we } from "./index-jDY8WUF2.js";
2
+ import { e as f, b as me, a as _, u as fe, g as x, d as V, h as pe, j as be, t as ve, w as Ne } from "./use-form-common-props-pgRwUKXQ.js";
3
+ import { u as he } from "./index-D2aUF5yL.js";
4
+ import { U as N, I as P, C as te, d as Ve, e as Ee, m as ye, f as ge, p as Ie, g as we } from "./index-wYDYOQE_.js";
5
5
  import { defineComponent as Se, ref as xe, reactive as Ae, computed as E, watch as H, onMounted as ke, onUpdated as Fe, createElementBlock as K, openBlock as b, withModifiers as Pe, normalizeClass as O, unref as l, withDirectives as q, createCommentVNode as J, createVNode as R, withKeys as Q, renderSlot as A, withCtx as k, createBlock as F, createSlots as Ce } from "vue";
6
- import { E as Te } from "./index-BJGqSMZe.js";
7
- import { E as Y } from "./index-BCFaaKpb.js";
8
- import { v as Z } from "./index-BL2b2hi2.js";
9
- import { g as De, a as Me, E as ee } from "./event-BFwqle5s.js";
6
+ import { E as Te } from "./index-C9B_v1uz.js";
7
+ import { E as Y } from "./index-CUhfLA1U.js";
8
+ import { v as Z } from "./index-W2XemzTX.js";
9
+ import { g as De, a as Me, E as ee } from "./event-DJgQMwWV.js";
10
10
  import { u as Be } from "./index-BQfVaV7A.js";
11
- import { u as $e } from "./use-form-item-4uDwTnmD.js";
11
+ import { u as $e } from "./use-form-item-DnR83GoA.js";
12
12
  const ze = me({
13
13
  /**
14
14
  * @description same as `id` in native input
@@ -1,7 +1,7 @@
1
1
  import { isClient as E, useEventListener as d } from "@vueuse/core";
2
2
  import { getCurrentInstance as T, shallowRef as w, ref as g, watch as F, unref as v, onMounted as I, nextTick as y } from "vue";
3
- import { i as N } from "./use-form-common-props-BxRxU60p.js";
4
- import { i as h } from "./index-jDY8WUF2.js";
3
+ import { i as N } from "./use-form-common-props-pgRwUKXQ.js";
4
+ import { i as h } from "./index-wYDYOQE_.js";
5
5
  const U = () => E && /firefox/i.test(window.navigator.userAgent), D = () => E && /android/i.test(window.navigator.userAgent), A = (t) => typeof Element > "u" ? !1 : t instanceof Element, x = (t) => {
6
6
  if (t.tabIndex > 0 || t.tabIndex === 0 && t.getAttribute("tabIndex") !== null)
7
7
  return !0;
@@ -1,10 +1,10 @@
1
- import { u as Y } from "./index-CbBnZf_N.js";
2
- import { g as W, U as D, C as F, a as B, o as Ve, d as j } from "./index-jDY8WUF2.js";
3
- import { e as J, l as w, u as Z, f as Le, g as P, j as ee, d as le, n as $, h as Q, b as Se, a as G, w as Ee, o as ae } from "./use-form-common-props-BxRxU60p.js";
1
+ import { u as Y } from "./index-D2aUF5yL.js";
2
+ import { g as W, U as D, C as F, a as B, o as Ve, d as j } from "./index-wYDYOQE_.js";
3
+ import { e as J, l as w, u as Z, f as Le, g as P, j as ee, d as le, n as $, h as Q, b as Se, a as G, w as Ee, o as ae } from "./use-form-common-props-pgRwUKXQ.js";
4
4
  import { inject as S, computed as h, getCurrentInstance as te, watch as ne, nextTick as oe, ref as O, toRaw as X, defineComponent as K, useSlots as ue, createBlock as T, openBlock as V, resolveDynamicComponent as A, unref as r, normalizeClass as L, withCtx as se, createElementVNode as N, createElementBlock as I, createCommentVNode as U, withDirectives as ie, mergeProps as M, isRef as re, withModifiers as de, vModelCheckbox as ce, renderSlot as R, Fragment as ve, createTextVNode as be, toDisplayString as me, normalizeStyle as Be, provide as Ie, toRefs as Ne, renderList as De } from "vue";
5
- import { u as _, a as fe } from "./use-form-item-4uDwTnmD.js";
5
+ import { u as _, a as fe } from "./use-form-item-DnR83GoA.js";
6
6
  import { isEqual as he, pick as Ge, omit as ze } from "lodash-es";
7
- import { u as z } from "./index-C4hS1V4G.js";
7
+ import { u as z } from "./index-CdhZ_TLH.js";
8
8
  const ke = {
9
9
  /**
10
10
  * @description binding value
@@ -1,4 +1,4 @@
1
- import { i as c } from "./index-jDY8WUF2.js";
1
+ import { i as c } from "./index-wYDYOQE_.js";
2
2
  const m = 100, E = 600, s = "_RepeatClick", p = {
3
3
  beforeMount(t, n) {
4
4
  const e = n.value, { interval: d = m, delay: l = E } = c(
@@ -1,10 +1,10 @@
1
- import { e as h, l as F, b as C, u as U, n as A, h as oe, j as ae, a as L, d as le, w as te, o as K } from "./use-form-common-props-BxRxU60p.js";
2
- import { g as T, C as G, U as N, d as $ } from "./index-jDY8WUF2.js";
1
+ import { e as h, l as F, b as C, u as U, n as A, h as oe, j as ae, a as L, d as le, w as te, o as K } from "./use-form-common-props-pgRwUKXQ.js";
2
+ import { g as T, C as G, U as N, d as $ } from "./index-wYDYOQE_.js";
3
3
  import { ref as I, inject as ie, computed as c, defineComponent as x, createElementBlock as k, openBlock as V, normalizeClass as y, unref as e, createElementVNode as S, withDirectives as M, withModifiers as P, isRef as j, vModelRadio as O, renderSlot as D, createTextVNode as q, toDisplayString as H, nextTick as W, normalizeStyle as se, onMounted as re, provide as ne, reactive as de, toRefs as ue, watch as me, Fragment as pe, renderList as ve, createBlock as ce, resolveDynamicComponent as be, mergeProps as fe } from "vue";
4
- import { u as ye } from "./index-C4hS1V4G.js";
5
- import { u as ge } from "./index-CbBnZf_N.js";
4
+ import { u as ye } from "./index-CdhZ_TLH.js";
5
+ import { u as ge } from "./index-D2aUF5yL.js";
6
6
  import { isEqual as Ee, omit as Be } from "lodash-es";
7
- import { b as Se, u as Ve, a as Re } from "./use-form-item-4uDwTnmD.js";
7
+ import { b as Se, u as Ve, a as Re } from "./use-form-item-DnR83GoA.js";
8
8
  const J = C({
9
9
  /**
10
10
  * @description binding value