y-admin-ui 6.2.4 → 6.2.6

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/lib/style.css.gz CHANGED
Binary file
@@ -34,7 +34,7 @@ const defaultOptions: MessageExtensionOptions = {
34
34
  loading: false,
35
35
  customClass: '',
36
36
  dangerouslyUseHTMLString: false,
37
- duration: 3000,
37
+ duration: 30000,
38
38
  icon: undefined,
39
39
  message: '这是一条提示内容',
40
40
  onClose: undefined,
package/lib/y-admin-ui.js CHANGED
@@ -1,4 +1,4 @@
1
- import ms, { defineComponent as _, reactive as yl, ref as Ke, inject as ha, onMounted as ba, watch as el, computed as Z, nextTick as bl, unref as ie, resolveComponent as ve, openBlock as m, createBlock as pe, withCtx as K, createVNode as ae, mergeProps as Oa, renderSlot as we, withModifiers as aa, createElementBlock as g, createElementVNode as p, normalizeClass as ze, normalizeStyle as _l, toDisplayString as Ie, createCommentVNode as xe, useSlots as go, defineAsyncComponent as Rl, Fragment as Il, renderList as zl, h as at, getCurrentInstance as wa, effectScope as bs, onUnmounted as _o, shallowRef as G0, onBeforeMount as gs, isRef as yo, Text as _s, onDeactivated as Y0, createSlots as It, normalizeProps as ys, guardReactiveProps as As, warn as ws, provide as X0, Transition as J0, withDirectives as on, vShow as Kn, createApp as Cs, toRefs as xs, onActivated as Es, createTextVNode as Ml, resolveDynamicComponent as Xr, toHandlers as Ss, pushScopeId as Ts, popScopeId as Os, resolveDirective as Ms, withKeys as Is } from "vue";
1
+ import ms, { defineComponent as _, reactive as yl, ref as Ke, inject as ha, onMounted as ba, watch as el, computed as Z, nextTick as bl, unref as ie, resolveComponent as ve, openBlock as m, createBlock as pe, withCtx as K, createVNode as ae, mergeProps as Oa, renderSlot as we, withModifiers as aa, createElementBlock as g, createElementVNode as p, normalizeClass as ze, normalizeStyle as _l, toDisplayString as Ie, createCommentVNode as xe, useSlots as go, defineAsyncComponent as Rl, Fragment as Il, renderList as zl, h as at, getCurrentInstance as wa, onUnmounted as _o, shallowRef as G0, onBeforeMount as bs, effectScope as gs, Text as _s, isRef as yo, onDeactivated as Y0, createSlots as It, normalizeProps as ys, guardReactiveProps as As, warn as ws, provide as X0, Transition as J0, withDirectives as on, vShow as Kn, createApp as Cs, toRefs as xs, onActivated as Es, createTextVNode as Ml, resolveDynamicComponent as Xr, toHandlers as Ss, pushScopeId as Ts, popScopeId as Os, resolveDirective as Ms, withKeys as Is } from "vue";
2
2
  const Ds = {
3
3
  value: {
4
4
  require: !0,
@@ -1100,11 +1100,11 @@ const lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1100
1100
  }, Symbol.toStringTag, { value: "Module" })), ec = [
1101
1101
  {
1102
1102
  title: "\u7EBF\u6846",
1103
- icons: ["y-icon y-icon__add", "y-icon y-icon__qus"]
1103
+ icons: Array.from({ length: 100 }, (e, a) => `y-icon y-iconsolid-${a + 1}`)
1104
1104
  },
1105
1105
  {
1106
1106
  title: "\u5B9E\u5FC3",
1107
- icons: ["y-icon y-icon___close", "y-icon___pass"]
1107
+ icons: Array.from({ length: 50 }, (e, a) => `y-icon y-iconreal-${a + 1}`)
1108
1108
  }
1109
1109
  ];
1110
1110
  /*! Element Plus Icons Vue v2.3.2 */
@@ -6012,14 +6012,17 @@ const kh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6012
6012
  type: Boolean,
6013
6013
  default: !0
6014
6014
  },
6015
- disabled: Boolean,
6015
+ disabled: {
6016
+ type: Boolean,
6017
+ default: !1
6018
+ },
6016
6019
  clearable: {
6017
6020
  type: Boolean,
6018
6021
  default: !0
6019
6022
  },
6020
6023
  theme: {
6021
6024
  type: String,
6022
- default: "style3"
6025
+ default: ""
6023
6026
  },
6024
6027
  search: {
6025
6028
  type: Boolean,
@@ -6033,7 +6036,7 @@ const kh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6033
6036
  emits: ["update:modelValue", "change", "update:visible"],
6034
6037
  setup(e, { emit: a }) {
6035
6038
  const l = e, t = yl({
6036
- show: !0,
6039
+ show: !1,
6037
6040
  keywords: "",
6038
6041
  listShow: !1,
6039
6042
  timer: null
@@ -6091,7 +6094,7 @@ const kh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6091
6094
  }, () => [
6092
6095
  l.theme === "style2" ? (m(), pe(h, {
6093
6096
  key: 0,
6094
- value: l.modelValue,
6097
+ "model-value": l.modelValue,
6095
6098
  placeholder: l.placeholder,
6096
6099
  clearable: l.clearable,
6097
6100
  disabled: l.disabled,
@@ -6101,19 +6104,21 @@ const kh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6101
6104
  }, {
6102
6105
  append: K(() => [
6103
6106
  p("i", {
6104
- class: ze(l.modelValue)
6107
+ class: ze([l.modelValue, "!text-inherit"])
6105
6108
  }, null, 2)
6106
6109
  ]),
6107
6110
  _: 1
6108
- }, 8, ["value", "placeholder", "clearable", "disabled", "size"])) : l.theme === "style3" ? (m(), pe(h, {
6111
+ }, 8, ["model-value", "placeholder", "clearable", "disabled", "size"])) : l.theme === "style3" ? (m(), pe(h, {
6109
6112
  key: 1,
6113
+ "model-value": l.modelValue,
6110
6114
  disabled: l.disabled,
6115
+ clearable: l.clearable,
6111
6116
  size: l.size,
6112
6117
  readonly: !0
6113
6118
  }, {
6114
6119
  prefix: K(() => [
6115
6120
  p("i", {
6116
- class: ze([l.modelValue, "!ml-[8px] !w-[30px]"])
6121
+ class: ze([l.modelValue, "!ml-[8px] !w-[30px] !text-inherit"])
6117
6122
  }, null, 2)
6118
6123
  ]),
6119
6124
  append: K(() => [
@@ -6125,12 +6130,12 @@ const kh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6125
6130
  })
6126
6131
  ]),
6127
6132
  _: 1
6128
- }, 8, ["disabled", "size"])) : (m(), pe(h, {
6133
+ }, 8, ["model-value", "disabled", "clearable", "size"])) : (m(), pe(h, {
6129
6134
  key: 2,
6130
- value: l.modelValue,
6135
+ "model-value": l.modelValue,
6131
6136
  placeholder: l.placeholder,
6132
- clearable: l.clearable,
6133
6137
  disabled: l.disabled,
6138
+ clearable: l.clearable,
6134
6139
  size: l.size,
6135
6140
  "suffix-icon": ie(un),
6136
6141
  onFocus: c,
@@ -6138,11 +6143,11 @@ const kh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6138
6143
  }, {
6139
6144
  prefix: K(() => [
6140
6145
  p("i", {
6141
- class: ze([l.modelValue, ""])
6146
+ class: ze([l.modelValue, "!text-inherit"])
6142
6147
  }, null, 2)
6143
6148
  ]),
6144
6149
  _: 1
6145
- }, 8, ["value", "placeholder", "clearable", "disabled", "size", "suffix-icon"]))
6150
+ }, 8, ["model-value", "placeholder", "disabled", "clearable", "size", "suffix-icon"]))
6146
6151
  ])
6147
6152
  ], 2)
6148
6153
  ]),
@@ -9503,7 +9508,7 @@ function La(e = {}) {
9503
9508
  return u;
9504
9509
  }
9505
9510
  function hg(e, a, l) {
9506
- const t = bs();
9511
+ const t = gs();
9507
9512
  {
9508
9513
  const r = __VUE_I18N_LEGACY_API__ && a ? t.run(() => ro(e)) : t.run(() => Io(e));
9509
9514
  if (r == null)
@@ -9742,7 +9747,7 @@ function wg(e, a, l, t = {}) {
9742
9747
  G.mergeNumberFormat(Te, v.value[Te]);
9743
9748
  }), G.escapeParameter = A, G.fallbackFormat = h, G.fallbackRoot = b, G.fallbackWarn = d, G.missingWarn = f, G.warnHtmlMessage = E;
9744
9749
  }
9745
- return gs(() => {
9750
+ return bs(() => {
9746
9751
  if (e.proxy == null || e.proxy.$i18n == null)
9747
9752
  throw Sl(Ye.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);
9748
9753
  const G = o.value = e.proxy.$i18n.__composer;
@@ -34775,26 +34780,26 @@ const Ow = {
34775
34780
  elSvg: (e) => {
34776
34781
  Tw(e);
34777
34782
  }
34778
- }, rn = /* @__PURE__ */ Object.assign({ "./y-basic-select/index.vue": Q0, "./y-button/index.vue": ks, "./y-dot/index.vue": Ks, "./y-file-list/components/y-file-grid-item.vue": Z0, "./y-file-list/components/y-file-grid.vue": q0, "./y-file-list/components/y-file-list-tool.vue": g1, "./y-file-list/components/y-file-sort.vue": eu, "./y-file-list/components/y-file-table-item.vue": lu, "./y-file-list/components/y-file-table.vue": au, "./y-file-list/index.vue": q1, "./y-icon-picker/index.vue": Wh, "./y-image-upload/components/y-image-item copy.vue": Pg, "./y-image-upload/components/y-image-item.vue": Ug, "./y-image-upload/index.vue": P9, "./y-modal/index.vue": uy, "./y-pagination/index.vue": cy, "./y-query-condition/components/more-choose.vue": gy, "./y-query-condition/components/render-comp.vue": Ri, "./y-query-condition/index.vue": Sy, "./y-regions-select/index.vue": Iy, "./y-svg-icon/index.vue": Go, "./y-table-draggable/index.vue": uA, "./y-table-select/index.vue": dA, "./y-table/components/y-context-menu/index.vue": qi, "./y-table/components/y-table-column.vue": es, "./y-table/components/y-table-tools/index.vue": ls, "./y-table/components/y-table-tools/y-table-tools-list.vue": Zo, "./y-table/components/y-tool-bar.vue": as, "./y-table/index.vue": ns, "./y-tags-input/index.vue": uw, "./y-tour/index.vue": bw }), vs = {};
34783
+ }, Mw = Ow, rn = /* @__PURE__ */ Object.assign({ "./y-basic-select/index.vue": Q0, "./y-button/index.vue": ks, "./y-dot/index.vue": Ks, "./y-file-list/components/y-file-grid-item.vue": Z0, "./y-file-list/components/y-file-grid.vue": q0, "./y-file-list/components/y-file-list-tool.vue": g1, "./y-file-list/components/y-file-sort.vue": eu, "./y-file-list/components/y-file-table-item.vue": lu, "./y-file-list/components/y-file-table.vue": au, "./y-file-list/index.vue": q1, "./y-icon-picker/index.vue": Wh, "./y-image-upload/components/y-image-item copy.vue": Pg, "./y-image-upload/components/y-image-item.vue": Ug, "./y-image-upload/index.vue": P9, "./y-modal/index.vue": uy, "./y-pagination/index.vue": cy, "./y-query-condition/components/more-choose.vue": gy, "./y-query-condition/components/render-comp.vue": Ri, "./y-query-condition/index.vue": Sy, "./y-regions-select/index.vue": Iy, "./y-svg-icon/index.vue": Go, "./y-table-draggable/index.vue": uA, "./y-table-select/index.vue": dA, "./y-table/components/y-context-menu/index.vue": qi, "./y-table/components/y-table-column.vue": es, "./y-table/components/y-table-tools/index.vue": ls, "./y-table/components/y-table-tools/y-table-tools-list.vue": Zo, "./y-table/components/y-tool-bar.vue": as, "./y-table/index.vue": ns, "./y-tags-input/index.vue": uw, "./y-tour/index.vue": bw }), vs = {};
34779
34784
  var K0;
34780
34785
  for (const e in rn) {
34781
34786
  const a = (K0 = e.split("/").pop()) == null ? void 0 : K0.replace(".vue", "");
34782
34787
  vs[a] = rn[e].default;
34783
34788
  }
34784
- const Mw = (e) => {
34789
+ const Iw = (e) => {
34785
34790
  for (const a in rn) {
34786
34791
  const l = rn[a].default.name;
34787
34792
  e.component(l, rn[a].default);
34788
34793
  }
34789
34794
  e.use(Ew);
34790
34795
  }, ds = (e, a) => {
34791
- Mw(e), Ow.elSvg(e);
34796
+ Iw(e), Mw.elSvg(e);
34792
34797
  };
34793
34798
  typeof window < "u" && window.Vue && ds(window.Vue);
34794
- const { ...Dw } = Object.assign({}, vs), Lw = {
34799
+ const { ...Lw } = Object.assign({}, vs), Pw = {
34795
34800
  install: ds
34796
34801
  };
34797
34802
  export {
34798
- Dw as componentsMap,
34799
- Lw as default
34803
+ Lw as componentsMap,
34804
+ Pw as default
34800
34805
  };
Binary file