@zyui/components 0.0.81 → 0.0.82

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 (3) hide show
  1. package/es/index.js +64 -64
  2. package/es/index.mjs +16 -16
  3. package/package.json +1 -1
package/es/index.mjs CHANGED
@@ -4,7 +4,7 @@ var cu = (o, r, i) => ghe(o, typeof r != "symbol" ? r + "" : r, i);
4
4
  import { defineComponent as zo, reactive as gD, provide as gg, inject as hg, ref as fn, watch as Zo, toValue as Tt, computed as kn, openBlock as lt, createElementBlock as sn, createElementVNode as Vt, mergeModels as la, useModel as vr, Fragment as lr, renderList as ca, createVNode as dn, unref as Ae, withCtx as Cn, createCommentVNode as Mo, toDisplayString as Ls, createTextVNode as Gs, createBlock as mo, withDirectives as gz, mergeProps as km, resolveComponent as X4, isRef as hp, onUnmounted as dd, watchEffect as lce, onMounted as Bi, onBeforeUnmount as hD, nextTick as Nf, toRefs as nx, getCurrentScope as Nne, onScopeDispose as iR, renderSlot as Ir, normalizeStyle as Xl, onActivated as hhe, onDeactivated as phe, h as Ka, withModifiers as ox, Teleport as Mne, normalizeClass as Yi, vShow as vhe, resolveDynamicComponent as EE, createPropsRestProxy as bhe, toRef as gi, effectScope as cce, getCurrentInstance as sx, useSlots as yhe, onBeforeMount as whe, useAttrs as Che, isMemoSame as xhe, customRef as She, markRaw as lR, readonly as _he, createStaticVNode as Ehe, createSlots as uce, normalizeProps as The, guardReactiveProps as khe, withKeys as OR } from "vue";
5
5
  import Ahe from "side-channel";
6
6
  import { ElImage as Ky, ElIcon as uh, ElPopover as $R, ElForm as rx, ElFormItem as dg, ElInput as fh, ElButton as ju, ElScrollbar as hz, ElLoadingDirective as Rne, ElSelect as zE, ElOption as UE, ElDialog as pz, ElTabs as dce, ElTabPane as fce, useFormItem as Dhe, ElTable as Ohe, ElTableColumn as GH, ElCheckbox as Xy, ElMessageBox as $he, ElRadioGroup as mce, ElRadio as XC, ElTree as gce } from "element-plus";
7
- const Nhe = "0.0.81";
7
+ const Nhe = "0.0.82";
8
8
  var Mhe = Object.defineProperty, Rhe = (o, r, i) => r in o ? Mhe(o, r, { enumerable: !0, configurable: !0, writable: !0, value: i }) : o[r] = i, Hee = (o, r, i) => Rhe(o, typeof r != "symbol" ? r + "" : r, i);
9
9
  function hce(o, r) {
10
10
  return function() {
@@ -84454,37 +84454,37 @@ const $ne = [
84454
84454
  {
84455
84455
  label: "2025年1月1日",
84456
84456
  value: "YYYY年M月D日",
84457
- type: ["date", "datetime"]
84457
+ type: ["date"]
84458
84458
  },
84459
84459
  {
84460
84460
  label: "2025-01-01",
84461
84461
  value: "YYYY-MM-DD",
84462
- type: ["date", "datetime"]
84462
+ type: ["date"]
84463
84463
  },
84464
84464
  {
84465
84465
  label: "2025/01/01",
84466
84466
  value: "YYYY/MM/DD",
84467
- type: ["date", "datetime"]
84467
+ type: ["date"]
84468
84468
  },
84469
84469
  {
84470
84470
  label: "2025.01.01",
84471
84471
  value: "YYYY.MM.DD",
84472
- type: ["date", "datetime"]
84472
+ type: ["date"]
84473
84473
  },
84474
84474
  {
84475
84475
  label: "2025年1月",
84476
84476
  value: "YYYY年M月",
84477
- type: ["date", "datetime", "month"]
84477
+ type: ["month"]
84478
84478
  },
84479
84479
  {
84480
84480
  label: "2025-01",
84481
84481
  value: "YYYY-MM",
84482
- type: ["date", "datetime", "month"]
84482
+ type: ["month"]
84483
84483
  },
84484
84484
  {
84485
84485
  label: "2025.01",
84486
84486
  value: "YYYY.MM",
84487
- type: ["date", "datetime", "month"]
84487
+ type: ["month"]
84488
84488
  },
84489
84489
  {
84490
84490
  label: "1月1日 0时0分",
@@ -84504,32 +84504,32 @@ const $ne = [
84504
84504
  {
84505
84505
  label: "2025年",
84506
84506
  value: "YYYY年",
84507
- type: ["date", "datetime", "month", "year"]
84507
+ type: ["year"]
84508
84508
  },
84509
84509
  {
84510
84510
  label: "1月",
84511
84511
  value: "M月",
84512
- type: ["date", "datetime", "month"]
84512
+ type: ["month"]
84513
84513
  },
84514
84514
  {
84515
84515
  label: "1日",
84516
84516
  value: "D日",
84517
- type: ["date", "datetime"]
84517
+ type: ["date"]
84518
84518
  },
84519
84519
  {
84520
84520
  label: "年(2025)",
84521
84521
  value: "YYYY",
84522
- type: ["date", "datetime", "month", "year"]
84522
+ type: ["year"]
84523
84523
  },
84524
84524
  {
84525
84525
  label: "月(1)",
84526
84526
  value: "M",
84527
- type: ["date", "datetime", "month"]
84527
+ type: ["month"]
84528
84528
  },
84529
84529
  {
84530
84530
  label: "日(1)",
84531
84531
  value: "D",
84532
- type: ["date", "datetime"]
84532
+ type: ["date"]
84533
84533
  },
84534
84534
  {
84535
84535
  label: "0时0分",
@@ -84544,12 +84544,12 @@ const $ne = [
84544
84544
  {
84545
84545
  label: "二〇二五年一月一日",
84546
84546
  value: "ChineseDate",
84547
- type: ["date", "datetime"]
84547
+ type: ["date"]
84548
84548
  },
84549
84549
  {
84550
84550
  label: "星期三",
84551
84551
  value: "星期dd",
84552
- type: ["date", "datetime"]
84552
+ type: ["date"]
84553
84553
  }
84554
84554
  ], FVe = {
84555
84555
  __name: "index",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyui/components",
3
- "version": "0.0.81",
3
+ "version": "0.0.82",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",