@wlydfe/pro-ui 0.2.13 → 0.2.15

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 (76) hide show
  1. package/README.md +119 -119
  2. package/es/components/form-item/src/index.vue.d.ts +6 -2
  3. package/es/components/form-item/src/index.vue2.mjs +6 -6
  4. package/es/components/page/src/index.vue.d.ts +30 -54
  5. package/es/components/page/src/index.vue2.mjs +2 -2
  6. package/es/components/radio/src/index.vue2.mjs +1 -1
  7. package/es/components/render/src/index.vue2.mjs +1 -1
  8. package/es/directives/copy.d.ts +0 -0
  9. package/es/directives/copy.mjs +1 -0
  10. package/es/directives/longpress.d.ts +0 -0
  11. package/es/directives/longpress.mjs +1 -0
  12. package/es/directives/optimize.d.ts +0 -0
  13. package/es/directives/optimize.mjs +1 -0
  14. package/es/directives/tippy.d.ts +0 -0
  15. package/es/directives/tippy.mjs +1 -0
  16. package/es/index.css +14 -14
  17. package/es/version.d.ts +1 -1
  18. package/es/version.mjs +1 -1
  19. package/global.d.ts +29 -29
  20. package/index.js +12 -12
  21. package/index.min.js +2 -2
  22. package/index.min.mjs +2 -2
  23. package/index.mjs +12 -12
  24. package/lib/components/form-item/src/index.vue.d.ts +6 -2
  25. package/lib/components/form-item/src/index.vue2.js +6 -6
  26. package/lib/components/page/src/index.vue.d.ts +30 -54
  27. package/lib/components/page/src/index.vue2.js +2 -2
  28. package/lib/components/radio/src/index.vue2.js +1 -1
  29. package/lib/components/render/src/index.vue2.js +1 -1
  30. package/lib/directives/copy.d.ts +0 -0
  31. package/lib/directives/copy.js +2 -0
  32. package/lib/directives/longpress.d.ts +0 -0
  33. package/lib/directives/longpress.js +2 -0
  34. package/lib/directives/optimize.d.ts +0 -0
  35. package/lib/directives/optimize.js +2 -0
  36. package/lib/directives/tippy.d.ts +0 -0
  37. package/lib/directives/tippy.js +2 -0
  38. package/lib/{form.css → display-item.css} +13 -13
  39. package/lib/version.d.ts +1 -1
  40. package/lib/version.js +1 -1
  41. package/locale/en.js +1 -1
  42. package/locale/en.min.js +1 -1
  43. package/locale/en.min.mjs +1 -1
  44. package/locale/en.mjs +1 -1
  45. package/locale/ja.js +1 -1
  46. package/locale/ja.min.js +1 -1
  47. package/locale/ja.min.mjs +1 -1
  48. package/locale/ja.mjs +1 -1
  49. package/locale/ko.js +1 -1
  50. package/locale/ko.min.js +1 -1
  51. package/locale/ko.min.mjs +1 -1
  52. package/locale/ko.mjs +1 -1
  53. package/locale/zh-cn.js +1 -1
  54. package/locale/zh-cn.min.js +1 -1
  55. package/locale/zh-cn.min.mjs +1 -1
  56. package/locale/zh-cn.mjs +1 -1
  57. package/locale/zh-tw.js +1 -1
  58. package/locale/zh-tw.min.js +1 -1
  59. package/locale/zh-tw.min.mjs +1 -1
  60. package/locale/zh-tw.mjs +1 -1
  61. package/package.json +2 -2
  62. package/theme-chalk/src/breadcrumb.scss +9 -9
  63. package/theme-chalk/src/date-picker.scss +96 -96
  64. package/theme-chalk/src/descriptions.scss +41 -41
  65. package/theme-chalk/src/display-item.scss +82 -82
  66. package/theme-chalk/src/drawer-form.scss +16 -16
  67. package/theme-chalk/src/form.scss +34 -34
  68. package/theme-chalk/src/input-tag.scss +91 -91
  69. package/theme-chalk/src/layout.scss +36 -36
  70. package/theme-chalk/src/mixins/function.scss +73 -73
  71. package/theme-chalk/src/search.scss +49 -49
  72. package/theme-chalk/src/sidebar.scss +93 -93
  73. package/theme-chalk/src/steps-form.scss +18 -18
  74. package/theme-chalk/src/table.scss +170 -170
  75. package/theme-chalk/src/var/index.scss +6 -6
  76. package/LICENSE +0 -21
package/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! @wlydfe/pro-ui v0.2.13 */
1
+ /*! @wlydfe/pro-ui v0.2.15 */
2
2
  import { unref, isRef, ref, isReactive, watch, computed, inject, shallowRef, defineComponent, watchEffect, openBlock, createBlock, mergeProps, createSlots, withCtx, createElementVNode, renderSlot, normalizeStyle, createVNode, createTextVNode, toDisplayString, createElementBlock, createCommentVNode, reactive, useAttrs, Fragment, renderList, resolveDynamicComponent, normalizeProps, guardReactiveProps, h, withDirectives, isVNode, normalizeClass, withKeys, withModifiers, TransitionGroup, toHandlers, provide, resolveComponent, onMounted, onBeforeUnmount, toRefs, nextTick, useSlots, getCurrentInstance } from 'vue';
3
3
  import { dayjs, localeContextKey, ElDialog, ElButton, ElPagination, ElRadioGroup, ElRadio, ElTableColumn, ElDropdown, ElDropdownMenu, ElDropdownItem, ElIcon, ElTooltip, ElPopconfirm, ElLink, ElMessageBox, useFormDisabled, ElDatePicker, ClickOutside, ElTag, ElInput, ElAutocomplete, ElCascader, ElCheckboxGroup, ElCheckbox, ElColorPicker, ElInputNumber, ElRate, ElSelect, ElOption, ElSlider, ElSwitch, ElTimePicker, ElTimeSelect, ElTransfer, ElTreeSelect, ElSelectV2, ElText, ElDivider, ElFormItem, ElRow, ElCol, ElForm, ElCard, ElMessage, ElImage, ElProgress, ElAvatar, ElPopover, ElTable, vLoading, ElDescriptions, ElDescriptionsItem, ElDrawer, ElSteps, ElStep, ElBreadcrumb, ElBreadcrumbItem, ElMenuItem, ElSubMenu, ElMenu, ElScrollbar, ElHeader, ElContainer, ElMain, ElBacktop } from 'element-plus';
4
4
 
@@ -4691,7 +4691,7 @@ var _sfc_main$s = /* @__PURE__ */ defineComponent({
4691
4691
  options: { default: () => [] },
4692
4692
  isCancel: { type: Boolean, default: true },
4693
4693
  fieldSlots: { default: void 0 },
4694
- fieldChildrenSlot: { type: Function, default: void 0 }
4694
+ fieldChildrenSlot: { default: void 0 }
4695
4695
  },
4696
4696
  emits: ["change", "update:modelValue"],
4697
4697
  setup(__props, { expose: __expose, emit: __emit }) {
@@ -5447,7 +5447,7 @@ var _sfc_main$q = /* @__PURE__ */ defineComponent({
5447
5447
  __name: "index",
5448
5448
  props: {
5449
5449
  renderType: { default: void 0 },
5450
- callbackValue: { type: [String, Number, Boolean, null, Date, Array, Object], default: "" },
5450
+ callbackValue: { default: "" },
5451
5451
  customFieldProps: { default: () => ({}) },
5452
5452
  render: {},
5453
5453
  params: { default: () => ({}) },
@@ -5891,20 +5891,20 @@ var _sfc_main$n = /* @__PURE__ */ defineComponent({
5891
5891
  },
5892
5892
  __name: "index",
5893
5893
  props: {
5894
- modelValue: { type: [String, Number, Boolean, null, Date, Array, Object], default: "" },
5895
- hasLabel: { type: [Boolean, Object], default: true },
5894
+ modelValue: { default: "" },
5895
+ hasLabel: { default: true },
5896
5896
  label: { default: "" },
5897
5897
  prop: {},
5898
5898
  fieldProps: { default: () => ({}) },
5899
5899
  valueType: { default: void 0 },
5900
5900
  options: { default: () => [] },
5901
5901
  formItemProps: { default: () => ({}) },
5902
- renderField: { type: Function, default: void 0 },
5903
- renderLabel: { type: Function, default: void 0 },
5902
+ renderField: { default: void 0 },
5903
+ renderLabel: { default: void 0 },
5904
5904
  tooltip: { default: "" },
5905
5905
  fieldSlots: { default: () => ({}) },
5906
- fieldChildrenSlot: { type: Function, default: void 0 },
5907
- renderErrorMessage: { type: Function, default: void 0 },
5906
+ fieldChildrenSlot: { default: void 0 },
5907
+ renderErrorMessage: { default: void 0 },
5908
5908
  optionsMap: { default: void 0 },
5909
5909
  index: { default: 0 },
5910
5910
  clearable: { type: Boolean, default: true }
@@ -13035,7 +13035,7 @@ var _sfc_main$8 = /* @__PURE__ */ defineComponent({
13035
13035
  "title-bar": { refresh: true }
13036
13036
  }, _ctx.table, {
13037
13037
  adaptive: (_b = (_a2 = _ctx.table) == null ? void 0 : _a2.adaptive) != null ? _b : true,
13038
- striped: (_d = (_c = _ctx.table) == null ? void 0 : _c.striped) != null ? _d : true,
13038
+ stripe: (_d = (_c = _ctx.table) == null ? void 0 : _c.stripe) != null ? _d : true,
13039
13039
  "table-data": unref(tableData),
13040
13040
  "loading-status": unref(loadingStatus),
13041
13041
  columns: processedColumns.value,
@@ -13094,7 +13094,7 @@ var _sfc_main$8 = /* @__PURE__ */ defineComponent({
13094
13094
  ])
13095
13095
  };
13096
13096
  })
13097
- ]), 1040, ["adaptive", "striped", "table-data", "loading-status", "columns", "pagination"])
13097
+ ]), 1040, ["adaptive", "stripe", "table-data", "loading-status", "columns", "pagination"])
13098
13098
  ];
13099
13099
  }),
13100
13100
  _: 3
@@ -14646,7 +14646,7 @@ const click = {
14646
14646
  }
14647
14647
  };
14648
14648
 
14649
- const version = "0.2.13";
14649
+ const version = "0.2.14";
14650
14650
 
14651
14651
  const install = installer.install;
14652
14652
 
@@ -423,7 +423,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
423
423
  fieldProps: PropsItemType<Partial<{
424
424
  [key: string]: any;
425
425
  style: CSSProperties;
426
- rows: number;
426
+ rows: number; /**
427
+ * @version v0.1.18
428
+ */
427
429
  autocomplete: string;
428
430
  type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
429
431
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
@@ -497,7 +499,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
497
499
  readonly fieldProps: PropsItemType<Partial<{
498
500
  [key: string]: any;
499
501
  style: CSSProperties;
500
- rows: number;
502
+ rows: number; /**
503
+ * @version v0.1.18
504
+ */
501
505
  autocomplete: string;
502
506
  type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
503
507
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
@@ -23,20 +23,20 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
23
23
  },
24
24
  __name: "index",
25
25
  props: {
26
- modelValue: { type: [String, Number, Boolean, null, Date, Array, Object], default: "" },
27
- hasLabel: { type: [Boolean, Object], default: true },
26
+ modelValue: { default: "" },
27
+ hasLabel: { default: true },
28
28
  label: { default: "" },
29
29
  prop: {},
30
30
  fieldProps: { default: () => ({}) },
31
31
  valueType: { default: void 0 },
32
32
  options: { default: () => [] },
33
33
  formItemProps: { default: () => ({}) },
34
- renderField: { type: Function, default: void 0 },
35
- renderLabel: { type: Function, default: void 0 },
34
+ renderField: { default: void 0 },
35
+ renderLabel: { default: void 0 },
36
36
  tooltip: { default: "" },
37
37
  fieldSlots: { default: () => ({}) },
38
- fieldChildrenSlot: { type: Function, default: void 0 },
39
- renderErrorMessage: { type: Function, default: void 0 },
38
+ fieldChildrenSlot: { default: void 0 },
39
+ renderErrorMessage: { default: void 0 },
40
40
  optionsMap: { default: void 0 },
41
41
  index: { default: 0 },
42
42
  clearable: { type: Boolean, default: true }
@@ -1375,16 +1375,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1375
1375
  }>;
1376
1376
  readonly fieldProps: PropsItemType<Partial<{
1377
1377
  [key: string]: any;
1378
- style: CSSProperties;
1378
+ style: CSSProperties; /**
1379
+ * 表格和搜索是否需要el-card 包裹 默认true
1380
+ */
1379
1381
  rows: number;
1380
1382
  autocomplete: string;
1381
1383
  type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1382
1384
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1383
- step: string | number; /**
1384
- * 自定义的插槽是否对 PlusSearch 组件提供。当启用时,自定义的插槽 PlusTable 内的表单不生效
1385
- * @version v0.1.25
1386
- * @default false
1387
- */
1385
+ step: string | number;
1388
1386
  format: string | ProgressFn | undefined;
1389
1387
  filterMethod: Function | ((node: CascaderNode, keyword: string) => boolean) | undefined;
1390
1388
  id: string | [string, string];
@@ -1454,16 +1452,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1454
1452
  }>;
1455
1453
  readonly fieldProps: PropsItemType<Partial<{
1456
1454
  [key: string]: any;
1457
- style: CSSProperties;
1455
+ style: CSSProperties; /**
1456
+ * 表格和搜索是否需要el-card 包裹 默认true
1457
+ */
1458
1458
  rows: number;
1459
1459
  autocomplete: string;
1460
1460
  type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1461
1461
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1462
- step: string | number; /**
1463
- * 自定义的插槽是否对 PlusSearch 组件提供。当启用时,自定义的插槽 PlusTable 内的表单不生效
1464
- * @version v0.1.25
1465
- * @default false
1466
- */
1462
+ step: string | number;
1467
1463
  format: string | ProgressFn | undefined;
1468
1464
  filterMethod: Function | ((node: CascaderNode, keyword: string) => boolean) | undefined;
1469
1465
  id: string | [string, string];
@@ -2684,16 +2680,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2684
2680
  }>;
2685
2681
  readonly fieldProps: PropsItemType<Partial<{
2686
2682
  [key: string]: any;
2687
- style: CSSProperties;
2683
+ style: CSSProperties; /**
2684
+ * 表格和搜索是否需要el-card 包裹 默认true
2685
+ */
2688
2686
  rows: number;
2689
2687
  autocomplete: string;
2690
2688
  type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2691
2689
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2692
- step: string | number; /**
2693
- * 自定义的插槽是否对 PlusSearch 组件提供。当启用时,自定义的插槽 PlusTable 内的表单不生效
2694
- * @version v0.1.25
2695
- * @default false
2696
- */
2690
+ step: string | number;
2697
2691
  format: string | ProgressFn | undefined;
2698
2692
  filterMethod: Function | ((node: CascaderNode, keyword: string) => boolean) | undefined;
2699
2693
  id: string | [string, string];
@@ -2763,16 +2757,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2763
2757
  }>;
2764
2758
  readonly fieldProps: PropsItemType<Partial<{
2765
2759
  [key: string]: any;
2766
- style: CSSProperties;
2760
+ style: CSSProperties; /**
2761
+ * 表格和搜索是否需要el-card 包裹 默认true
2762
+ */
2767
2763
  rows: number;
2768
2764
  autocomplete: string;
2769
2765
  type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2770
2766
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2771
- step: string | number; /**
2772
- * 自定义的插槽是否对 PlusSearch 组件提供。当启用时,自定义的插槽 PlusTable 内的表单不生效
2773
- * @version v0.1.25
2774
- * @default false
2775
- */
2767
+ step: string | number;
2776
2768
  format: string | ProgressFn | undefined;
2777
2769
  filterMethod: Function | ((node: CascaderNode, keyword: string) => boolean) | undefined;
2778
2770
  id: string | [string, string];
@@ -2860,16 +2852,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2860
2852
  }>;
2861
2853
  readonly fieldProps: PropsItemType<Partial<{
2862
2854
  [key: string]: any;
2863
- style: CSSProperties;
2855
+ style: CSSProperties; /**
2856
+ * 表格和搜索是否需要el-card 包裹 默认true
2857
+ */
2864
2858
  rows: number;
2865
2859
  autocomplete: string;
2866
2860
  type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2867
2861
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2868
- step: string | number; /**
2869
- * 自定义的插槽是否对 PlusSearch 组件提供。当启用时,自定义的插槽 PlusTable 内的表单不生效
2870
- * @version v0.1.25
2871
- * @default false
2872
- */
2862
+ step: string | number;
2873
2863
  format: string | ProgressFn | undefined;
2874
2864
  filterMethod: Function | ((node: CascaderNode, keyword: string) => boolean) | undefined;
2875
2865
  id: string | [string, string];
@@ -2957,9 +2947,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2957
2947
  actionBar: false | Partial< ActionBarProps>;
2958
2948
  hasIndexColumn: boolean;
2959
2949
  titleBar: boolean | Partial<Partial<{
2960
- title?: string | undefined; /**
2961
- * TODO: 将会在v0.2.0中移除
2962
- */
2950
+ title?: string | undefined;
2963
2951
  refresh?: boolean | undefined;
2964
2952
  density?: boolean | undefined;
2965
2953
  columnSetting?: boolean | ColumnSetting | undefined;
@@ -3003,9 +2991,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3003
2991
  readonly actionBar: false | Partial< ActionBarProps>;
3004
2992
  readonly hasIndexColumn: boolean;
3005
2993
  readonly titleBar: boolean | Partial<Partial<{
3006
- title?: string | undefined; /**
3007
- * TODO: 将会在v0.2.0中移除
3008
- */
2994
+ title?: string | undefined;
3009
2995
  refresh?: boolean | undefined;
3010
2996
  density?: boolean | undefined;
3011
2997
  columnSetting?: boolean | ColumnSetting | undefined;
@@ -3098,9 +3084,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3098
3084
  };
3099
3085
  titleBar: {
3100
3086
  type: PropType<boolean | Partial<Partial<{
3101
- title?: string | undefined; /**
3102
- * TODO: 将会在v0.2.0中移除
3103
- */
3087
+ title?: string | undefined;
3104
3088
  refresh?: boolean | undefined;
3105
3089
  density?: boolean | undefined;
3106
3090
  columnSetting?: boolean | ColumnSetting | undefined;
@@ -3260,9 +3244,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3260
3244
  };
3261
3245
  titleBar: {
3262
3246
  type: PropType<boolean | Partial<Partial<{
3263
- title?: string | undefined; /**
3264
- * TODO: 将会在v0.2.0中移除
3265
- */
3247
+ title?: string | undefined;
3266
3248
  refresh?: boolean | undefined;
3267
3249
  density?: boolean | undefined;
3268
3250
  columnSetting?: boolean | ColumnSetting | undefined;
@@ -3935,9 +3917,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3935
3917
  actionBar: false | Partial< ActionBarProps>;
3936
3918
  hasIndexColumn: boolean;
3937
3919
  titleBar: boolean | Partial<Partial<{
3938
- title?: string | undefined; /**
3939
- * TODO: 将会在v0.2.0中移除
3940
- */
3920
+ title?: string | undefined;
3941
3921
  refresh?: boolean | undefined;
3942
3922
  density?: boolean | undefined;
3943
3923
  columnSetting?: boolean | ColumnSetting | undefined;
@@ -4037,9 +4017,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4037
4017
  };
4038
4018
  titleBar: {
4039
4019
  type: PropType<boolean | Partial<Partial<{
4040
- title?: string | undefined; /**
4041
- * TODO: 将会在v0.2.0中移除
4042
- */
4020
+ title?: string | undefined;
4043
4021
  refresh?: boolean | undefined;
4044
4022
  density?: boolean | undefined;
4045
4023
  columnSetting?: boolean | ColumnSetting | undefined;
@@ -4792,16 +4770,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4792
4770
  }>;
4793
4771
  readonly fieldProps: PropsItemType<Partial<{
4794
4772
  [key: string]: any;
4795
- style: CSSProperties;
4773
+ style: CSSProperties; /**
4774
+ * 表格和搜索是否需要el-card 包裹 默认true
4775
+ */
4796
4776
  rows: number;
4797
4777
  autocomplete: string;
4798
4778
  type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4799
4779
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4800
- step: string | number; /**
4801
- * 自定义的插槽是否对 PlusSearch 组件提供。当启用时,自定义的插槽 PlusTable 内的表单不生效
4802
- * @version v0.1.25
4803
- * @default false
4804
- */
4780
+ step: string | number;
4805
4781
  format: string | ProgressFn | undefined;
4806
4782
  filterMethod: Function | ((node: CascaderNode, keyword: string) => boolean) | undefined;
4807
4783
  id: string | [string, string];
@@ -235,7 +235,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
235
235
  "title-bar": { refresh: true }
236
236
  }, _ctx.table, {
237
237
  adaptive: (_b = (_a2 = _ctx.table) == null ? void 0 : _a2.adaptive) != null ? _b : true,
238
- striped: (_d = (_c = _ctx.table) == null ? void 0 : _c.striped) != null ? _d : true,
238
+ stripe: (_d = (_c = _ctx.table) == null ? void 0 : _c.stripe) != null ? _d : true,
239
239
  "table-data": vue.unref(tableData),
240
240
  "loading-status": vue.unref(loadingStatus),
241
241
  columns: processedColumns.value,
@@ -294,7 +294,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
294
294
  ])
295
295
  };
296
296
  })
297
- ]), 1040, ["adaptive", "striped", "table-data", "loading-status", "columns", "pagination"])
297
+ ]), 1040, ["adaptive", "stripe", "table-data", "loading-status", "columns", "pagination"])
298
298
  ];
299
299
  }),
300
300
  _: 3
@@ -17,7 +17,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
17
17
  options: { default: () => [] },
18
18
  isCancel: { type: Boolean, default: true },
19
19
  fieldSlots: { default: void 0 },
20
- fieldChildrenSlot: { type: Function, default: void 0 }
20
+ fieldChildrenSlot: { default: void 0 }
21
21
  },
22
22
  emits: ["change", "update:modelValue"],
23
23
  setup(__props, { expose: __expose, emit: __emit }) {
@@ -13,7 +13,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
13
13
  __name: "index",
14
14
  props: {
15
15
  renderType: { default: void 0 },
16
- callbackValue: { type: [String, Number, Boolean, null, Date, Array, Object], default: "" },
16
+ callbackValue: { default: "" },
17
17
  customFieldProps: { default: () => ({}) },
18
18
  render: {},
19
19
  params: { default: () => ({}) },
File without changes
@@ -0,0 +1,2 @@
1
+ 'use strict';
2
+
File without changes
@@ -0,0 +1,2 @@
1
+ 'use strict';
2
+
File without changes
@@ -0,0 +1,2 @@
1
+ 'use strict';
2
+
File without changes
@@ -0,0 +1,2 @@
1
+ 'use strict';
2
+
@@ -1,22 +1,22 @@
1
- .plus-check-card{border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);box-sizing:border-box;color:var(--el-text-color-regular);cursor:pointer;display:flex;overflow:hidden;padding-block:16px;padding-inline:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.plus-check-card--large{width:440px}.plus-check-card--default{width:320px}.plus-check-card--small{width:200px}.plus-check-card--checked{background-color:rgba(var(--el-color-primary-rgb),.1);border-color:var(--el-color-primary);position:relative}.plus-check-card--checked:after{-webkit-border-after:10px solid transparent;-webkit-border-start:10px solid transparent;border:10px solid var(--el-color-primary);border-block-end:10px solid transparent;border-inline-start:10px solid transparent;border-start-end-radius:6px;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0}.plus-check-card--disabled{background-color:var(--el-color-info-light-9);border-color:var(--el-color-info-light-8);cursor:not-allowed}.plus-check-card--disabled:after{border-right-color:var(--el-color-info-light-5);border-top-color:var(--el-color-info-light-5)}.plus-check-card .plus-check-card__avatar-wrapper{-webkit-padding-end:8px;padding-inline-end:8px}.plus-check-card .plus-check-card__right-content{overflow:hidden;width:100%}.plus-check-card .plus-check-card__title{-webkit-margin-after:4px;align-items:center;color:var(--el-text-color-primary);display:flex;justify-content:space-between;margin-block-end:4px;width:100%}.plus-check-card .plus-check-card__title-left{align-items:center;display:flex}.plus-check-card .plus-check-card__title-right{align-items:center;display:flex;vertical-align:middle}.plus-check-card .plus-check-card__description{color:var(--el-text-color-regular);width:100%;word-break:break-all}
1
+
2
2
  .plus-dialog .plus-dialog-footer{align-items:center;display:flex}
3
- :root{--plus-header-height:60px;--plus-sidebar-collapse-height:60px;--plus-sidebar-width:200px;--plus-sidebar-min-width:64px}.plus-header{align-items:center;border-bottom:1px solid var(--el-border-color);display:flex;justify-content:space-around}.plus-header.is-fixed{left:0;position:fixed;top:0;width:100%}.plus-header .plus-header__left{align-items:center;display:flex}.plus-header .plus-header__left .plus-header__logo{height:28px}.plus-header .plus-header__left .plus-header__title{color:var(--el-text-color-regular);font-size:18px;font-weight:600;margin:0 0 0 12px;padding:0}.plus-header .plus-header__placeholder{flex:1 1 0%}.plus-header .plus-header__right{align-items:center;display:flex}.plus-header .plus-header__right .plus-header__dropdown-area{align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.plus-header .plus-header__right .plus-header__avatar{border-radius:50%;height:24px;margin-right:4px;width:24px}.plus-header-placeholder{height:var(--plus-header-height);width:100%}
4
- .plus-drawer-form .el-drawer__header{border-bottom:1px solid var(--el-border-color);margin-bottom:0;padding-bottom:calc(var(--el-drawer-padding-primary)/2);padding-top:calc(var(--el-drawer-padding-primary)/2)}.plus-drawer-form .el-drawer__footer{border-top:1px solid var(--el-border-color);padding-bottom:calc(var(--el-drawer-padding-primary)/2)}
5
- .plus-pagination{align-items:center;display:flex;justify-content:space-between;padding:16px 0}
6
- .plus-date-picker{align-items:center;border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);display:flex;flex-wrap:nowrap;max-width:100%;width:-moz-fit-content;width:fit-content}.plus-date-picker:hover{border-color:var(--el-border-color-hover)}.plus-date-picker.is-focus{border-color:var(--el-color-primary)}.plus-date-picker.is-disabled{background-color:var(--el-disabled-bg-color)}.plus-date-picker.is-disabled:hover{border-color:var(--el-border-color)}.plus-date-picker .plus-date-picker__middle{color:var(--el-text-color-placeholder)}.plus-date-picker .plus-date-picker__start{flex:1;font-size:14px}.plus-date-picker .plus-date-picker__start.is-disabled .el-input__wrapper{box-shadow:none}.plus-date-picker .plus-date-picker__start .el-input__wrapper{border:none;box-shadow:none}.plus-date-picker .el-input__wrapper{width:100%}.plus-date-picker .el-input__wrapper:hover{box-shadow:none}.plus-date-picker .el-input__wrapper.is-focus{box-shadow:none}.plus-date-picker .plus-date-picker__end{flex:1;font-size:14px}.plus-date-picker .plus-date-picker__end.is-disabled .el-input__wrapper{box-shadow:none}.plus-date-picker .plus-date-picker__end .el-input__wrapper{border:none;box-shadow:none}.el-form-item.is-error .plus-date-picker{border-color:var(--el-color-danger)}.el-form-item.is-error .plus-date-picker .el-input__wrapper{box-shadow:none}.el-form-item.is-error .plus-date-picker .el-input__wrapper.is-focus{box-shadow:none!important}.el-form-item.is-error .plus-date-picker .el-input__wrapper:hover{box-shadow:none}
3
+ .plus-check-card{border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);box-sizing:border-box;color:var(--el-text-color-regular);cursor:pointer;display:flex;overflow:hidden;padding-block:16px;padding-inline:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.plus-check-card--large{width:440px}.plus-check-card--default{width:320px}.plus-check-card--small{width:200px}.plus-check-card--checked{background-color:rgba(var(--el-color-primary-rgb),.1);border-color:var(--el-color-primary);position:relative}.plus-check-card--checked:after{-webkit-border-after:10px solid transparent;-webkit-border-start:10px solid transparent;border:10px solid var(--el-color-primary);border-block-end:10px solid transparent;border-inline-start:10px solid transparent;border-start-end-radius:6px;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0}.plus-check-card--disabled{background-color:var(--el-color-info-light-9);border-color:var(--el-color-info-light-8);cursor:not-allowed}.plus-check-card--disabled:after{border-right-color:var(--el-color-info-light-5);border-top-color:var(--el-color-info-light-5)}.plus-check-card .plus-check-card__avatar-wrapper{-webkit-padding-end:8px;padding-inline-end:8px}.plus-check-card .plus-check-card__right-content{overflow:hidden;width:100%}.plus-check-card .plus-check-card__title{-webkit-margin-after:4px;align-items:center;color:var(--el-text-color-primary);display:flex;justify-content:space-between;margin-block-end:4px;width:100%}.plus-check-card .plus-check-card__title-left{align-items:center;display:flex}.plus-check-card .plus-check-card__title-right{align-items:center;display:flex;vertical-align:middle}.plus-check-card .plus-check-card__description{color:var(--el-text-color-regular);width:100%;word-break:break-all}
4
+ .plus-display-item__edit-icon{margin-left:8px}.plus-display-item__image{cursor:pointer;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:30px}.plus-display-item__icon__copy{-webkit-margin-start:4px;color:var(--el-color-primary);cursor:pointer;margin-inline-start:4px;outline:none;text-decoration:none;transition:color .3s;vertical-align:sub}.plus-display-item__pre{background-color:var(--el-color-primary-light-9);border-radius:3px;font-size:85%;line-height:1.45;overflow:auto;padding:0;width:unset}.plus-display-item__badge.is-list .plus-display-item__badge__item+.plus-display-item__badge__item{padding-left:8px}.plus-display-item__badge .plus-display-item__badge__dot{border-radius:50%;display:inline-block;height:6px;position:relative;top:-1px;vertical-align:middle;width:6px}.plus-display-item__badge .plus-display-item__badge__dot--primary{background-color:var(--el-color-primary)}.plus-display-item__badge .plus-display-item__badge__dot--success{background-color:var(--el-color-success)}.plus-display-item__badge .plus-display-item__badge__dot--info{background-color:var(--el-color-info)}.plus-display-item__badge .plus-display-item__badge__dot--warning{background-color:var(--el-color-warning)}.plus-display-item__badge .plus-display-item__badge__dot--danger{background-color:var(--el-color-danger)}.plus-display-item__form .plus-form-item{margin-bottom:0}.plus-display-item__link{max-width:100%}.plus-display-item__link .el-link__inner{display:inline-block;width:100%}
7
5
  .plus-check-card-group{display:flex;flex-wrap:wrap}.plus-check-card-group .plus-check-card{margin-bottom:16px;margin-right:16px}
8
-
6
+ .plus-drawer-form .el-drawer__header{border-bottom:1px solid var(--el-border-color);margin-bottom:0;padding-bottom:calc(var(--el-drawer-padding-primary)/2);padding-top:calc(var(--el-drawer-padding-primary)/2)}.plus-drawer-form .el-drawer__footer{border-top:1px solid var(--el-border-color);padding-bottom:calc(var(--el-drawer-padding-primary)/2)}
7
+ .plus-breadcrumb{margin-bottom:8px}.plus-breadcrumb.no-data{margin-bottom:0}
8
+ .plus-description .plus-description__name{word-wrap:break-word;max-width:200px}.plus-description .plus-description__label{min-width:80px}.plus-description .plus-description__label.is-required:before{color:var(--el-color-danger);content:"*";margin-right:4px}.plus-description.no-border .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{border:0}.plus-description.no-border .el-descriptions__body .el-descriptions__label.el-descriptions__cell.is-bordered-label{background-color:var(--el-fill-color-blank)}
9
+ .plus-page .plus-page__table_wrapper{margin-top:20px}
10
+ :root{--plus-header-height:60px;--plus-sidebar-collapse-height:60px;--plus-sidebar-width:200px;--plus-sidebar-min-width:64px}.plus-header{align-items:center;border-bottom:1px solid var(--el-border-color);display:flex;justify-content:space-around}.plus-header.is-fixed{left:0;position:fixed;top:0;width:100%}.plus-header .plus-header__left{align-items:center;display:flex}.plus-header .plus-header__left .plus-header__logo{height:28px}.plus-header .plus-header__left .plus-header__title{color:var(--el-text-color-regular);font-size:18px;font-weight:600;margin:0 0 0 12px;padding:0}.plus-header .plus-header__placeholder{flex:1 1 0%}.plus-header .plus-header__right{align-items:center;display:flex}.plus-header .plus-header__right .plus-header__dropdown-area{align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.plus-header .plus-header__right .plus-header__avatar{border-radius:50%;height:24px;margin-right:4px;width:24px}.plus-header-placeholder{height:var(--plus-header-height);width:100%}
9
11
 
10
12
 
11
13
  :root{--plus-header-height:60px;--plus-sidebar-collapse-height:60px;--plus-sidebar-width:200px;--plus-sidebar-min-width:64px}.plus-layout{height:100vh;overflow:hidden}.plus-layout.el-container{flex-direction:column}.plus-layout .plus-sidebar{height:calc(100vh - var(--plus-header-height));min-width:var(--plus-sidebar-min-width)}.plus-layout .plus-layout-main{flex:1;height:calc(100vh - var(--plus-header-height));width:calc(100% - var(--plus-sidebar-width))}.plus-layout.collapse .plus-layout-main{width:calc(100% - var(--plus-sidebar-min-width))}.plus-layout .plus-layout-content{padding:0}
12
- .plus-display-item__edit-icon{margin-left:8px}.plus-display-item__image{cursor:pointer;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:30px}.plus-display-item__icon__copy{-webkit-margin-start:4px;color:var(--el-color-primary);cursor:pointer;margin-inline-start:4px;outline:none;text-decoration:none;transition:color .3s;vertical-align:sub}.plus-display-item__pre{background-color:var(--el-color-primary-light-9);border-radius:3px;font-size:85%;line-height:1.45;overflow:auto;padding:0;width:unset}.plus-display-item__badge.is-list .plus-display-item__badge__item+.plus-display-item__badge__item{padding-left:8px}.plus-display-item__badge .plus-display-item__badge__dot{border-radius:50%;display:inline-block;height:6px;position:relative;top:-1px;vertical-align:middle;width:6px}.plus-display-item__badge .plus-display-item__badge__dot--primary{background-color:var(--el-color-primary)}.plus-display-item__badge .plus-display-item__badge__dot--success{background-color:var(--el-color-success)}.plus-display-item__badge .plus-display-item__badge__dot--info{background-color:var(--el-color-info)}.plus-display-item__badge .plus-display-item__badge__dot--warning{background-color:var(--el-color-warning)}.plus-display-item__badge .plus-display-item__badge__dot--danger{background-color:var(--el-color-danger)}.plus-display-item__form .plus-form-item{margin-bottom:0}.plus-display-item__link{max-width:100%}.plus-display-item__link .el-link__inner{display:inline-block;width:100%}
13
- .plus-description .plus-description__name{word-wrap:break-word;max-width:200px}.plus-description .plus-description__label{min-width:80px}.plus-description .plus-description__label.is-required:before{color:var(--el-color-danger);content:"*";margin-right:4px}.plus-description.no-border .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{border:0}.plus-description.no-border .el-descriptions__body .el-descriptions__label.el-descriptions__cell.is-bordered-label{background-color:var(--el-fill-color-blank)}
14
- .plus-form.no-has-label+.el-form-item__label{padding:0;width:0}.plus-form .plus-form__footer{display:flex;justify-content:flex-end}.plus-form .plus-form__group__item{margin-bottom:20px}.plus-form .plus-form__group__item .plus-form__group__item__icon{align-items:center;display:flex}.plus-form .plus-form__group__item .plus-form__group__item__icon .el-icon{margin-right:5px}.plus-form .plus-form-item-extra{color:var(--el-text-color-placeholder);font-size:var(--el-font-size-base);margin-bottom:18px}
15
- .plus-search .plus-form__row{row-gap:18px;width:100%}.plus-search.el-form--inline .el-form-item{margin-bottom:0;margin-right:0}.plus-search.el-form--label-top .plus-search__button__wrapper .el-form-item__label{opacity:0;visibility:hidden}.plus-search.el-form--label-top .plus-search__button__wrapper .el-form-item__content{justify-content:flex-end}.plus-search .plus-search__unfold{margin-left:12px}.plus-search .plus-search__button__wrapper{align-items:flex-start;display:flex;flex:auto;justify-content:flex-end;margin-bottom:0;max-width:100%}.plus-search .plus-search__button__wrapper.el-form-item{margin-right:10px}.plus-search .plus-search__button__wrapper .el-form-item__content{flex:none;flex-wrap:nowrap}
16
- .plus-page .plus-page__table_wrapper{margin-top:20px}
14
+ .plus-date-picker{align-items:center;border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);display:flex;flex-wrap:nowrap;max-width:100%;width:-moz-fit-content;width:fit-content}.plus-date-picker:hover{border-color:var(--el-border-color-hover)}.plus-date-picker.is-focus{border-color:var(--el-color-primary)}.plus-date-picker.is-disabled{background-color:var(--el-disabled-bg-color)}.plus-date-picker.is-disabled:hover{border-color:var(--el-border-color)}.plus-date-picker .plus-date-picker__middle{color:var(--el-text-color-placeholder)}.plus-date-picker .plus-date-picker__start{flex:1;font-size:14px}.plus-date-picker .plus-date-picker__start.is-disabled .el-input__wrapper{box-shadow:none}.plus-date-picker .plus-date-picker__start .el-input__wrapper{border:none;box-shadow:none}.plus-date-picker .el-input__wrapper{width:100%}.plus-date-picker .el-input__wrapper:hover{box-shadow:none}.plus-date-picker .el-input__wrapper.is-focus{box-shadow:none}.plus-date-picker .plus-date-picker__end{flex:1;font-size:14px}.plus-date-picker .plus-date-picker__end.is-disabled .el-input__wrapper{box-shadow:none}.plus-date-picker .plus-date-picker__end .el-input__wrapper{border:none;box-shadow:none}.el-form-item.is-error .plus-date-picker{border-color:var(--el-color-danger)}.el-form-item.is-error .plus-date-picker .el-input__wrapper{box-shadow:none}.el-form-item.is-error .plus-date-picker .el-input__wrapper.is-focus{box-shadow:none!important}.el-form-item.is-error .plus-date-picker .el-input__wrapper:hover{box-shadow:none}
15
+ .plus-pagination{align-items:center;display:flex;justify-content:space-between;padding:16px 0}
17
16
  .plus-form-item{width:100%}.plus-form-item .plus-form-item__label{align-items:center;display:inline-flex}.plus-form-item .plus-form-item__label .plus-table-column__label__icon{margin-left:2px}.plus-form-item .plus-form-item-field,.plus-form-item .plus-form-item-field.el-date-editor{width:100%}
18
- .plus-breadcrumb{margin-bottom:8px}.plus-breadcrumb.no-data{margin-bottom:0}
19
17
  .plus-input-tag{align-items:center;background-color:var(--el-fill-color-blank);border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);box-sizing:border-box;display:flex;flex-wrap:wrap;max-width:100%;padding:1px 2px;width:-moz-fit-content;width:fit-content}.plus-input-tag:hover{border-color:var(--el-border-color-hover)}.plus-input-tag.is-focus{border-color:var(--el-color-primary)}.plus-input-tag.is-disabled{background-color:var(--el-disabled-bg-color);cursor:not-allowed}.plus-input-tag.is-disabled:hover{border-color:var(--el-border-color)}.plus-input-tag.is-disabled .el-tag__close{cursor:not-allowed}.plus-input-tag.is-disabled .el-tag__close:hover{background-color:transparent;color:var(--el-tag-hover-color)}.plus-input-tag .plus-input-tag__tag{margin-bottom:1px;margin-right:4px;margin-top:1px}.plus-input-tag .plus-input-tag__input{box-sizing:border-box;flex:1;min-width:85px;padding:0}.plus-input-tag .plus-input-tag__input .el-input__wrapper{box-shadow:none;box-sizing:border-box;padding:0 4px}.plus-input-tag .plus-input-tag__input .el-input__inner{height:24px;line-height:24px}.plus-input-tag .el-input.is-disabled .el-input__wrapper{box-shadow:none}.el-form-item.is-error .plus-input-tag{border-color:var(--el-color-danger)}.el-form-item.is-error .plus-input-tag .el-input__wrapper{box-shadow:none}.el-form-item.is-error .plus-input-tag .el-input__wrapper.is-focus{box-shadow:none!important}.el-form-item.is-error .plus-input-tag .el-input__wrapper:hover{box-shadow:none}
18
+ .plus-search .plus-form__row{row-gap:18px;width:100%}.plus-search.el-form--inline .el-form-item{margin-bottom:0;margin-right:0}.plus-search.el-form--label-top .plus-search__button__wrapper .el-form-item__label{opacity:0;visibility:hidden}.plus-search.el-form--label-top .plus-search__button__wrapper .el-form-item__content{justify-content:flex-end}.plus-search .plus-search__unfold{margin-left:12px}.plus-search .plus-search__button__wrapper{align-items:flex-start;display:flex;flex:auto;justify-content:flex-end;margin-bottom:0;max-width:100%}.plus-search .plus-search__button__wrapper.el-form-item{margin-right:10px}.plus-search .plus-search__button__wrapper .el-form-item__content{flex:none;flex-wrap:nowrap}
19
+ .plus-table .plus-table-column .plus-table-column__header .plus-table-column__header__icon{margin-left:2px;margin-top:-2px;vertical-align:middle}.plus-table .plus-table-action-bar.is-center .cell{justify-content:center}.plus-table .plus-table-action-bar.is-right .cell{justify-content:flex-end}.plus-table .plus-table-action-bar.el-table-fixed-column--right{background-color:var(--el-bg-color)}.plus-table .plus-table-action-bar .cell{align-items:center;display:flex}.plus-table .plus-table-action-bar .plus-table-action-bar__dropdown__link{cursor:pointer;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.plus-table .plus-table-action-bar .plus-table-action-bar__more-text{margin-right:2px}.plus-table .plus-table-action-bar .plus-table-action-bar__column__link{margin-right:10px}.plus-table .plus-table-action-bar .plus-table-action-bar__dropdown{cursor:pointer;margin-left:12px;vertical-align:baseline}.plus-table .plus-table-action-bar .el-link+.el-link{margin-left:12px}.plus-table .plus-table-action-bar .el-icon{cursor:pointer}.plus-table .plus-table-action-bar .el-icon+.el-icon{margin-left:12px}.plus-table .plus-table-column-drag-sort .plus-table-column-drag-icon{box-sizing:border-box;cursor:move;font-size:18px;padding:4px}.plus-table .plus-table-column-index .plus-table-index-column{align-items:center;display:inline-flex;height:20px;justify-content:center;white-space:nowrap;width:20px;word-break:keep-all}.plus-table .plus-table-column-index .cell .plus-table-column-index__content{align-items:center;display:flex;justify-content:center;overflow:hidden}.plus-table .plus-table-title-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.plus-table .plus-table-title-bar__toolbar{align-items:center;display:flex}.plus-table .el-popper{max-width:200px}.plus-table-title-bar__toolbar__density{align-items:center;display:flex;flex-direction:column}.plus-table-title-bar__toolbar__density .el-button{margin-top:10px;width:80px}.plus-table-title-bar__toolbar__density .el-button+.el-button{margin-left:0}.plus-table-title-bar__toolbar__icon{color:var(--el-text-color-regular);cursor:pointer;margin-left:10px;vertical-align:middle}.plus-table-title-bar__toolbar__checkbox__item{margin-left:6px}.plus-table-checkbox-item{align-items:center;display:flex;margin-left:20px}.plus-table-checkbox-handle{cursor:move;font-size:18px}.plus-table-ghost-class{background-color:#fff;border:1px dashed var(--el-color-primary);padding:0 5px}.plus-table-column__edit{cursor:pointer}.plus-table-checkbox-checkAll{display:flex;justify-content:space-between}
20
20
  :root{--plus-header-height:60px;--plus-sidebar-collapse-height:60px;--plus-sidebar-width:200px;--plus-sidebar-min-width:64px}.plus-sidebar{height:100%}.plus-sidebar.is-vertical{min-height:400px}.plus-sidebar.is-vertical:not(.el-menu--collapse){flex-shrink:0;width:var(--plus-sidebar-width)}.plus-sidebar.is-vertical.el-menu--collapse .el-menu-item{width:calc(var(--plus-sidebar-min-width) - 2px)}.plus-sidebar.is-vertical .el-scrollbar__wrap{overflow-x:hidden}.plus-sidebar.is-vertical.el-menu--collapse .plus-sidebar__item-title{display:inline-block;height:0;overflow:hidden;visibility:hidden;width:0}.plus-sidebar.is-vertical.el-menu--collapse .el-sub-menu__icon-arrow{display:none}.plus-sidebar.is-vertical .el-scrollbar{height:calc(100% - var(--plus-sidebar-collapse-height))}.plus-sidebar.is-vertical .plus-sidebar__collapse{align-items:flex-start;background-color:var(--el-menu-bg-color);bottom:0;box-sizing:border-box;height:var(--plus-sidebar-collapse-height);left:0;position:absolute;width:calc(var(--plus-sidebar-width) - 2px)}.plus-sidebar.is-vertical .plus-sidebar__collapse.is-collapse{width:calc(var(--plus-sidebar-min-width) - 2px)}.plus-sidebar.is-vertical .plus-sidebar__collapse.is-active{background-color:var(--el-menu-bg-color)}.plus-sidebar.is-vertical .plus-sidebar__collapse [class*=-icon]{cursor:pointer;font-size:20px;margin-top:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.plus-sidebar.is-horizontal,.plus-sidebar.is-horizontal .el-scrollbar,.plus-sidebar.is-horizontal .el-scrollbar__wrap{width:100%}.plus-sidebar.is-horizontal .el-scrollbar__view{display:flex;flex-wrap:nowrap;height:100%;width:100%}.plus-sidebar .plus-sidebar__item-title{-webkit-user-select:none;-moz-user-select:none;user-select:none}
21
21
  .plus-steps-form .el-steps{margin-bottom:20px}.plus-steps-form-vertical{display:flex}.plus-steps-form-vertical .el-steps--vertical{margin-right:20px}.plus-steps-form-vertical .plus-form{flex:1}
22
- .plus-table .plus-table-column .plus-table-column__header .plus-table-column__header__icon{margin-left:2px;margin-top:-2px;vertical-align:middle}.plus-table .plus-table-action-bar.is-center .cell{justify-content:center}.plus-table .plus-table-action-bar.is-right .cell{justify-content:flex-end}.plus-table .plus-table-action-bar.el-table-fixed-column--right{background-color:var(--el-bg-color)}.plus-table .plus-table-action-bar .cell{align-items:center;display:flex}.plus-table .plus-table-action-bar .plus-table-action-bar__dropdown__link{cursor:pointer;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.plus-table .plus-table-action-bar .plus-table-action-bar__more-text{margin-right:2px}.plus-table .plus-table-action-bar .plus-table-action-bar__column__link{margin-right:10px}.plus-table .plus-table-action-bar .plus-table-action-bar__dropdown{cursor:pointer;margin-left:12px;vertical-align:baseline}.plus-table .plus-table-action-bar .el-link+.el-link{margin-left:12px}.plus-table .plus-table-action-bar .el-icon{cursor:pointer}.plus-table .plus-table-action-bar .el-icon+.el-icon{margin-left:12px}.plus-table .plus-table-column-drag-sort .plus-table-column-drag-icon{box-sizing:border-box;cursor:move;font-size:18px;padding:4px}.plus-table .plus-table-column-index .plus-table-index-column{align-items:center;display:inline-flex;height:20px;justify-content:center;white-space:nowrap;width:20px;word-break:keep-all}.plus-table .plus-table-column-index .cell .plus-table-column-index__content{align-items:center;display:flex;justify-content:center;overflow:hidden}.plus-table .plus-table-title-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.plus-table .plus-table-title-bar__toolbar{align-items:center;display:flex}.plus-table .el-popper{max-width:200px}.plus-table-title-bar__toolbar__density{align-items:center;display:flex;flex-direction:column}.plus-table-title-bar__toolbar__density .el-button{margin-top:10px;width:80px}.plus-table-title-bar__toolbar__density .el-button+.el-button{margin-left:0}.plus-table-title-bar__toolbar__icon{color:var(--el-text-color-regular);cursor:pointer;margin-left:10px;vertical-align:middle}.plus-table-title-bar__toolbar__checkbox__item{margin-left:6px}.plus-table-checkbox-item{align-items:center;display:flex;margin-left:20px}.plus-table-checkbox-handle{cursor:move;font-size:18px}.plus-table-ghost-class{background-color:#fff;border:1px dashed var(--el-color-primary);padding:0 5px}.plus-table-column__edit{cursor:pointer}.plus-table-checkbox-checkAll{display:flex;justify-content:space-between}
22
+ .plus-form.no-has-label+.el-form-item__label{padding:0;width:0}.plus-form .plus-form__footer{display:flex;justify-content:flex-end}.plus-form .plus-form__group__item{margin-bottom:20px}.plus-form .plus-form__group__item .plus-form__group__item__icon{align-items:center;display:flex}.plus-form .plus-form__group__item .plus-form__group__item__icon .el-icon{margin-right:5px}.plus-form .plus-form-item-extra{color:var(--el-text-color-placeholder);font-size:var(--el-font-size-base);margin-bottom:18px}
package/lib/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.2.13";
1
+ export declare const version = "0.2.14";
package/lib/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  'use strict';
2
2
 
3
- const version = "0.2.13";
3
+ const version = "0.2.14";
4
4
 
5
5
  exports.version = version;
package/locale/en.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @wlydfe/pro-ui v0.2.13 */
1
+ /*! @wlydfe/pro-ui v0.2.15 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
package/locale/en.min.js CHANGED
@@ -1 +1 @@
1
- /*! @wlydfe/pro-ui v0.2.13 */(function(e,t){typeof exports=="object"&&typeof module!="undefined"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis!="undefined"?globalThis:e||self,e.PlusProComponentsLocaleEn=t())})(this,function(){"use strict";var e={name:"en",plus:{dialog:{confirmText:"Yes",cancelText:"No",title:"Dialog"},datepicker:{startPlaceholder:"Please select start time",endPlaceholder:"Please select end time"},dialogForm:{title:"Dialog form"},drawerForm:{title:"Drawer form",confirmText:"Yes",cancelText:"No"},form:{submitText:"Submit",resetText:"Reset",errorTip:"Please complete the form and submit again!"},field:{pleaseEnter:"Please enter ",pleaseSelect:"Please select "},popover:{confirmText:"Yes",cancelText:"No"},search:{searchText:"Search",resetText:"Reset",expand:"Expand",retract:"Retract"},table:{title:"Table",density:"Density",refresh:"Refresh",columnSettings:"Column settings",selectAll:"Select all",default:"Default",loose:"Loose",compact:"Compact",action:"Action",more:"More",confirmToPerformThisOperation:"Confirm to perform this operation?",prompt:"Prompt",sort:"Sort",resetText:"Reset"},stepsForm:{nextText:"Next step",preText:"Previous step",submitText:"Submit"},inputTag:{placeholder:"Please enter keywords and press enter or space key"},header:{logout:"logout"}}};return e});
1
+ /*! @wlydfe/pro-ui v0.2.15 */(function(e,t){typeof exports=="object"&&typeof module!="undefined"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis!="undefined"?globalThis:e||self,e.PlusProComponentsLocaleEn=t())})(this,function(){"use strict";var e={name:"en",plus:{dialog:{confirmText:"Yes",cancelText:"No",title:"Dialog"},datepicker:{startPlaceholder:"Please select start time",endPlaceholder:"Please select end time"},dialogForm:{title:"Dialog form"},drawerForm:{title:"Drawer form",confirmText:"Yes",cancelText:"No"},form:{submitText:"Submit",resetText:"Reset",errorTip:"Please complete the form and submit again!"},field:{pleaseEnter:"Please enter ",pleaseSelect:"Please select "},popover:{confirmText:"Yes",cancelText:"No"},search:{searchText:"Search",resetText:"Reset",expand:"Expand",retract:"Retract"},table:{title:"Table",density:"Density",refresh:"Refresh",columnSettings:"Column settings",selectAll:"Select all",default:"Default",loose:"Loose",compact:"Compact",action:"Action",more:"More",confirmToPerformThisOperation:"Confirm to perform this operation?",prompt:"Prompt",sort:"Sort",resetText:"Reset"},stepsForm:{nextText:"Next step",preText:"Previous step",submitText:"Submit"},inputTag:{placeholder:"Please enter keywords and press enter or space key"},header:{logout:"logout"}}};return e});
package/locale/en.min.mjs CHANGED
@@ -1 +1 @@
1
- /*! @wlydfe/pro-ui v0.2.13 */var e={name:"en",plus:{dialog:{confirmText:"Yes",cancelText:"No",title:"Dialog"},datepicker:{startPlaceholder:"Please select start time",endPlaceholder:"Please select end time"},dialogForm:{title:"Dialog form"},drawerForm:{title:"Drawer form",confirmText:"Yes",cancelText:"No"},form:{submitText:"Submit",resetText:"Reset",errorTip:"Please complete the form and submit again!"},field:{pleaseEnter:"Please enter ",pleaseSelect:"Please select "},popover:{confirmText:"Yes",cancelText:"No"},search:{searchText:"Search",resetText:"Reset",expand:"Expand",retract:"Retract"},table:{title:"Table",density:"Density",refresh:"Refresh",columnSettings:"Column settings",selectAll:"Select all",default:"Default",loose:"Loose",compact:"Compact",action:"Action",more:"More",confirmToPerformThisOperation:"Confirm to perform this operation?",prompt:"Prompt",sort:"Sort",resetText:"Reset"},stepsForm:{nextText:"Next step",preText:"Previous step",submitText:"Submit"},inputTag:{placeholder:"Please enter keywords and press enter or space key"},header:{logout:"logout"}}};export{e as default};
1
+ /*! @wlydfe/pro-ui v0.2.15 */var e={name:"en",plus:{dialog:{confirmText:"Yes",cancelText:"No",title:"Dialog"},datepicker:{startPlaceholder:"Please select start time",endPlaceholder:"Please select end time"},dialogForm:{title:"Dialog form"},drawerForm:{title:"Drawer form",confirmText:"Yes",cancelText:"No"},form:{submitText:"Submit",resetText:"Reset",errorTip:"Please complete the form and submit again!"},field:{pleaseEnter:"Please enter ",pleaseSelect:"Please select "},popover:{confirmText:"Yes",cancelText:"No"},search:{searchText:"Search",resetText:"Reset",expand:"Expand",retract:"Retract"},table:{title:"Table",density:"Density",refresh:"Refresh",columnSettings:"Column settings",selectAll:"Select all",default:"Default",loose:"Loose",compact:"Compact",action:"Action",more:"More",confirmToPerformThisOperation:"Confirm to perform this operation?",prompt:"Prompt",sort:"Sort",resetText:"Reset"},stepsForm:{nextText:"Next step",preText:"Previous step",submitText:"Submit"},inputTag:{placeholder:"Please enter keywords and press enter or space key"},header:{logout:"logout"}}};export{e as default};
package/locale/en.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! @wlydfe/pro-ui v0.2.13 */
1
+ /*! @wlydfe/pro-ui v0.2.15 */
2
2
 
3
3
  var en = {
4
4
  name: "en",
package/locale/ja.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @wlydfe/pro-ui v0.2.13 */
1
+ /*! @wlydfe/pro-ui v0.2.15 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
package/locale/ja.min.js CHANGED
@@ -1 +1 @@
1
- /*! @wlydfe/pro-ui v0.2.13 */(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.PlusProComponentsLocaleJa=e())})(this,function(){"use strict";var u={name:"ja",plus:{dialog:{confirmText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB",title:"\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7"},datepicker:{startPlaceholder:"\u958B\u59CB\u6642\u9593\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",endPlaceholder:"\u7D42\u4E86\u6642\u9593\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044"},dialogForm:{title:"\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7\u30D5\u30A9\u30FC\u30E0"},drawerForm:{title:"\u30C9\u30A5\u30ED\u30EF\u30FC\u30D5\u30A9\u30FC\u30E0",confirmText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB"},form:{submitText:"\u9001\u4FE1",resetText:"\u30EA\u30BB\u30C3\u30C8",errorTip:"\u30D5\u30A9\u30FC\u30E0\u3092\u5B8C\u5168\u306B\u8A18\u5165\u3057\u3066\u304B\u3089\u518D\u5EA6\u9001\u4FE1\u3057\u3066\u304F\u3060\u3055\u3044\uFF01"},field:{pleaseEnter:"\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",pleaseSelect:"\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044"},popover:{confirmText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB"},search:{searchText:"\u691C\u7D22",resetText:"\u30EA\u30BB\u30C3\u30C8",expand:"\u958B\u304F",retract:"\u9589\u307E\u308B"},table:{title:"\u30C6\u30FC\u30D6\u30EB",density:"\u5BC6\u5EA6",refresh:"\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5",columnSettings:"\u5217\u306E\u8A2D\u5B9A",selectAll:"\u3059\u3079\u3066\u9078\u629E",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",loose:"\u3086\u3063\u305F\u308A",compact:"\u304D\u3061\u3093\u3068",action:"\u30AA\u30D7\u30B7\u30E7\u30F3",more:"\u3082\u3063\u3068\u898B\u308B",confirmToPerformThisOperation:"\u3053\u306E\u64CD\u4F5C\u3092\u5B9F\u884C\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F",prompt:"\u30D2\u30F3\u30C8",sort:"\u4E26\u3079\u66FF\u3048",resetText:"\u30EA\u30BB\u30C3\u30C8"},stepsForm:{nextText:"\u6B21\u3078",preText:"\u524D\u3078",submitText:"\u9001\u4FE1"},inputTag:{placeholder:"\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066Enter/\u30B9\u30DA\u30FC\u30B9\u30AD\u30FC\u3092\u62BC\u3057\u3066\u304F\u3060\u3055\u3044"},header:{logout:"\u30ED\u30B0\u30A2\u30A6\u30C8"}}};return u});
1
+ /*! @wlydfe/pro-ui v0.2.15 */(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.PlusProComponentsLocaleJa=e())})(this,function(){"use strict";var u={name:"ja",plus:{dialog:{confirmText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB",title:"\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7"},datepicker:{startPlaceholder:"\u958B\u59CB\u6642\u9593\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",endPlaceholder:"\u7D42\u4E86\u6642\u9593\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044"},dialogForm:{title:"\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7\u30D5\u30A9\u30FC\u30E0"},drawerForm:{title:"\u30C9\u30A5\u30ED\u30EF\u30FC\u30D5\u30A9\u30FC\u30E0",confirmText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB"},form:{submitText:"\u9001\u4FE1",resetText:"\u30EA\u30BB\u30C3\u30C8",errorTip:"\u30D5\u30A9\u30FC\u30E0\u3092\u5B8C\u5168\u306B\u8A18\u5165\u3057\u3066\u304B\u3089\u518D\u5EA6\u9001\u4FE1\u3057\u3066\u304F\u3060\u3055\u3044\uFF01"},field:{pleaseEnter:"\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",pleaseSelect:"\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044"},popover:{confirmText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB"},search:{searchText:"\u691C\u7D22",resetText:"\u30EA\u30BB\u30C3\u30C8",expand:"\u958B\u304F",retract:"\u9589\u307E\u308B"},table:{title:"\u30C6\u30FC\u30D6\u30EB",density:"\u5BC6\u5EA6",refresh:"\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5",columnSettings:"\u5217\u306E\u8A2D\u5B9A",selectAll:"\u3059\u3079\u3066\u9078\u629E",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",loose:"\u3086\u3063\u305F\u308A",compact:"\u304D\u3061\u3093\u3068",action:"\u30AA\u30D7\u30B7\u30E7\u30F3",more:"\u3082\u3063\u3068\u898B\u308B",confirmToPerformThisOperation:"\u3053\u306E\u64CD\u4F5C\u3092\u5B9F\u884C\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F",prompt:"\u30D2\u30F3\u30C8",sort:"\u4E26\u3079\u66FF\u3048",resetText:"\u30EA\u30BB\u30C3\u30C8"},stepsForm:{nextText:"\u6B21\u3078",preText:"\u524D\u3078",submitText:"\u9001\u4FE1"},inputTag:{placeholder:"\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066Enter/\u30B9\u30DA\u30FC\u30B9\u30AD\u30FC\u3092\u62BC\u3057\u3066\u304F\u3060\u3055\u3044"},header:{logout:"\u30ED\u30B0\u30A2\u30A6\u30C8"}}};return u});
package/locale/ja.min.mjs CHANGED
@@ -1 +1 @@
1
- /*! @wlydfe/pro-ui v0.2.13 */var u={name:"ja",plus:{dialog:{confirmText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB",title:"\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7"},datepicker:{startPlaceholder:"\u958B\u59CB\u6642\u9593\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",endPlaceholder:"\u7D42\u4E86\u6642\u9593\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044"},dialogForm:{title:"\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7\u30D5\u30A9\u30FC\u30E0"},drawerForm:{title:"\u30C9\u30A5\u30ED\u30EF\u30FC\u30D5\u30A9\u30FC\u30E0",confirmText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB"},form:{submitText:"\u9001\u4FE1",resetText:"\u30EA\u30BB\u30C3\u30C8",errorTip:"\u30D5\u30A9\u30FC\u30E0\u3092\u5B8C\u5168\u306B\u8A18\u5165\u3057\u3066\u304B\u3089\u518D\u5EA6\u9001\u4FE1\u3057\u3066\u304F\u3060\u3055\u3044\uFF01"},field:{pleaseEnter:"\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",pleaseSelect:"\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044"},popover:{confirmText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB"},search:{searchText:"\u691C\u7D22",resetText:"\u30EA\u30BB\u30C3\u30C8",expand:"\u958B\u304F",retract:"\u9589\u307E\u308B"},table:{title:"\u30C6\u30FC\u30D6\u30EB",density:"\u5BC6\u5EA6",refresh:"\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5",columnSettings:"\u5217\u306E\u8A2D\u5B9A",selectAll:"\u3059\u3079\u3066\u9078\u629E",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",loose:"\u3086\u3063\u305F\u308A",compact:"\u304D\u3061\u3093\u3068",action:"\u30AA\u30D7\u30B7\u30E7\u30F3",more:"\u3082\u3063\u3068\u898B\u308B",confirmToPerformThisOperation:"\u3053\u306E\u64CD\u4F5C\u3092\u5B9F\u884C\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F",prompt:"\u30D2\u30F3\u30C8",sort:"\u4E26\u3079\u66FF\u3048",resetText:"\u30EA\u30BB\u30C3\u30C8"},stepsForm:{nextText:"\u6B21\u3078",preText:"\u524D\u3078",submitText:"\u9001\u4FE1"},inputTag:{placeholder:"\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066Enter/\u30B9\u30DA\u30FC\u30B9\u30AD\u30FC\u3092\u62BC\u3057\u3066\u304F\u3060\u3055\u3044"},header:{logout:"\u30ED\u30B0\u30A2\u30A6\u30C8"}}};export{u as default};
1
+ /*! @wlydfe/pro-ui v0.2.15 */var u={name:"ja",plus:{dialog:{confirmText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB",title:"\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7"},datepicker:{startPlaceholder:"\u958B\u59CB\u6642\u9593\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",endPlaceholder:"\u7D42\u4E86\u6642\u9593\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044"},dialogForm:{title:"\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7\u30D5\u30A9\u30FC\u30E0"},drawerForm:{title:"\u30C9\u30A5\u30ED\u30EF\u30FC\u30D5\u30A9\u30FC\u30E0",confirmText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB"},form:{submitText:"\u9001\u4FE1",resetText:"\u30EA\u30BB\u30C3\u30C8",errorTip:"\u30D5\u30A9\u30FC\u30E0\u3092\u5B8C\u5168\u306B\u8A18\u5165\u3057\u3066\u304B\u3089\u518D\u5EA6\u9001\u4FE1\u3057\u3066\u304F\u3060\u3055\u3044\uFF01"},field:{pleaseEnter:"\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",pleaseSelect:"\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044"},popover:{confirmText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB"},search:{searchText:"\u691C\u7D22",resetText:"\u30EA\u30BB\u30C3\u30C8",expand:"\u958B\u304F",retract:"\u9589\u307E\u308B"},table:{title:"\u30C6\u30FC\u30D6\u30EB",density:"\u5BC6\u5EA6",refresh:"\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5",columnSettings:"\u5217\u306E\u8A2D\u5B9A",selectAll:"\u3059\u3079\u3066\u9078\u629E",default:"\u30C7\u30D5\u30A9\u30EB\u30C8",loose:"\u3086\u3063\u305F\u308A",compact:"\u304D\u3061\u3093\u3068",action:"\u30AA\u30D7\u30B7\u30E7\u30F3",more:"\u3082\u3063\u3068\u898B\u308B",confirmToPerformThisOperation:"\u3053\u306E\u64CD\u4F5C\u3092\u5B9F\u884C\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F",prompt:"\u30D2\u30F3\u30C8",sort:"\u4E26\u3079\u66FF\u3048",resetText:"\u30EA\u30BB\u30C3\u30C8"},stepsForm:{nextText:"\u6B21\u3078",preText:"\u524D\u3078",submitText:"\u9001\u4FE1"},inputTag:{placeholder:"\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066Enter/\u30B9\u30DA\u30FC\u30B9\u30AD\u30FC\u3092\u62BC\u3057\u3066\u304F\u3060\u3055\u3044"},header:{logout:"\u30ED\u30B0\u30A2\u30A6\u30C8"}}};export{u as default};
package/locale/ja.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! @wlydfe/pro-ui v0.2.13 */
1
+ /*! @wlydfe/pro-ui v0.2.15 */
2
2
 
3
3
  var ja = {
4
4
  name: "ja",
package/locale/ko.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @wlydfe/pro-ui v0.2.13 */
1
+ /*! @wlydfe/pro-ui v0.2.15 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
package/locale/ko.min.js CHANGED
@@ -1 +1 @@
1
- /*! @wlydfe/pro-ui v0.2.13 */(function(u,C){typeof exports=="object"&&typeof module!="undefined"?module.exports=C():typeof define=="function"&&define.amd?define(C):(u=typeof globalThis!="undefined"?globalThis:u||self,u.PlusProComponentsLocaleKo=C())})(this,function(){"use strict";var u={name:"ko",plus:{dialog:{confirmText:"\uD655\uC2E0\uD558\uB294",cancelText:"\uCDE8\uC18C",title:"\uD31D \uC5C5"},datepicker:{startPlaceholder:"\uC2DC\uC791 \uC2DC\uAC04\uC744 \uC120\uD0DD\uD558\uC138\uC694",endPlaceholder:"\uC885\uB8CC\uC2DC\uAC04\uC744 \uC120\uD0DD\uD574\uC8FC\uC138\uC694"},dialogForm:{title:"\uD31D\uC5C5 \uD615\uD0DC"},drawerForm:{title:"\uC11C\uB78D \uD615\uD0DC",confirmText:"\uD655\uC2E0\uD558\uB294",cancelText:"\uCDE8\uC18C"},form:{submitText:"\uC81C\uCD9C\uD558\uB2E4",resetText:"\uCD08\uAE30\uD654",errorTip:"\uC591\uC2DD\uC744 \uC644\uC804\uD788 \uC791\uC131\uD558\uC2E0 \uD6C4 \uB2E4\uC2DC \uC81C\uCD9C\uD574 \uC8FC\uC138\uC694!"},field:{pleaseEnter:"\uB4E4\uC5B4 \uC624\uC138\uC694",pleaseSelect:"\uC120\uD0DD\uD574\uC8FC\uC138\uC694"},popover:{confirmText:"\uD655\uC2E0\uD558\uB294",cancelText:"\uCDE8\uC18C"},search:{searchText:"\uCC3E\uB2E4",resetText:"\uCD08\uAE30\uD654",expand:"\uD655\uC7A5\uD558\uB2E4",retract:"\uB2EB\uB2E4"},table:{title:"\uC2DC\uD2B8",density:"\uBC00\uB3C4",refresh:"\uC0C8\uB85C \uACE0\uCE58\uB2E4",columnSettings:"\uC5F4 \uC124\uC815",selectAll:"\uBAA8\uB450 \uC120\uD0DD",default:"\uAE30\uBCF8",loose:"\uD5D0\uB801\uD55C",compact:"\uCF64\uD329\uD2B8",action:"\uC791\uB3D9\uD558\uB2E4",more:"\uB354",confirmToPerformThisOperation:"\uC774 \uC791\uC5C5\uC744 \uC218\uD589\uD558\uB824\uBA74 \uD655\uC778\uD558\uC138\uC694?",prompt:"\uD78C\uD2B8",sort:"\uC885\uB958",resetText:"\uCD08\uAE30\uD654"},stepsForm:{nextText:"\uB2E4\uC74C \uB2E8\uACC4",preText:"\uC774\uC804\uC758",submitText:"\uC81C\uCD9C\uD558\uB2E4"},inputTag:{placeholder:"\uD0A4\uC6CC\uB4DC\uB97C \uC785\uB825\uD558\uACE0 Enter/\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uB204\uB974\uC138\uC694"},header:{logout:"\uB85C\uADF8\uC544\uC6C3"}}};return u});
1
+ /*! @wlydfe/pro-ui v0.2.15 */(function(u,C){typeof exports=="object"&&typeof module!="undefined"?module.exports=C():typeof define=="function"&&define.amd?define(C):(u=typeof globalThis!="undefined"?globalThis:u||self,u.PlusProComponentsLocaleKo=C())})(this,function(){"use strict";var u={name:"ko",plus:{dialog:{confirmText:"\uD655\uC2E0\uD558\uB294",cancelText:"\uCDE8\uC18C",title:"\uD31D \uC5C5"},datepicker:{startPlaceholder:"\uC2DC\uC791 \uC2DC\uAC04\uC744 \uC120\uD0DD\uD558\uC138\uC694",endPlaceholder:"\uC885\uB8CC\uC2DC\uAC04\uC744 \uC120\uD0DD\uD574\uC8FC\uC138\uC694"},dialogForm:{title:"\uD31D\uC5C5 \uD615\uD0DC"},drawerForm:{title:"\uC11C\uB78D \uD615\uD0DC",confirmText:"\uD655\uC2E0\uD558\uB294",cancelText:"\uCDE8\uC18C"},form:{submitText:"\uC81C\uCD9C\uD558\uB2E4",resetText:"\uCD08\uAE30\uD654",errorTip:"\uC591\uC2DD\uC744 \uC644\uC804\uD788 \uC791\uC131\uD558\uC2E0 \uD6C4 \uB2E4\uC2DC \uC81C\uCD9C\uD574 \uC8FC\uC138\uC694!"},field:{pleaseEnter:"\uB4E4\uC5B4 \uC624\uC138\uC694",pleaseSelect:"\uC120\uD0DD\uD574\uC8FC\uC138\uC694"},popover:{confirmText:"\uD655\uC2E0\uD558\uB294",cancelText:"\uCDE8\uC18C"},search:{searchText:"\uCC3E\uB2E4",resetText:"\uCD08\uAE30\uD654",expand:"\uD655\uC7A5\uD558\uB2E4",retract:"\uB2EB\uB2E4"},table:{title:"\uC2DC\uD2B8",density:"\uBC00\uB3C4",refresh:"\uC0C8\uB85C \uACE0\uCE58\uB2E4",columnSettings:"\uC5F4 \uC124\uC815",selectAll:"\uBAA8\uB450 \uC120\uD0DD",default:"\uAE30\uBCF8",loose:"\uD5D0\uB801\uD55C",compact:"\uCF64\uD329\uD2B8",action:"\uC791\uB3D9\uD558\uB2E4",more:"\uB354",confirmToPerformThisOperation:"\uC774 \uC791\uC5C5\uC744 \uC218\uD589\uD558\uB824\uBA74 \uD655\uC778\uD558\uC138\uC694?",prompt:"\uD78C\uD2B8",sort:"\uC885\uB958",resetText:"\uCD08\uAE30\uD654"},stepsForm:{nextText:"\uB2E4\uC74C \uB2E8\uACC4",preText:"\uC774\uC804\uC758",submitText:"\uC81C\uCD9C\uD558\uB2E4"},inputTag:{placeholder:"\uD0A4\uC6CC\uB4DC\uB97C \uC785\uB825\uD558\uACE0 Enter/\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uB204\uB974\uC138\uC694"},header:{logout:"\uB85C\uADF8\uC544\uC6C3"}}};return u});