@wlydfe/pro-ui 0.2.4 → 0.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.
Files changed (141) hide show
  1. package/es/components/breadcrumb/src/index.vue.d.ts +1 -1
  2. package/es/components/check-card/src/index.vue.d.ts +1 -1
  3. package/es/components/check-card-group/src/index.vue.d.ts +1 -1
  4. package/es/components/check-card-group/style/css.d.ts +1 -1
  5. package/es/components/check-card-group/style/index.d.ts +1 -1
  6. package/es/components/date-picker/src/index.vue.d.ts +1 -1
  7. package/es/components/descriptions/index.d.ts +1 -1
  8. package/es/components/descriptions/src/index.vue.d.ts +13 -13
  9. package/es/components/descriptions/style/css.d.ts +1 -1
  10. package/es/components/descriptions/style/index.d.ts +1 -1
  11. package/es/components/dialog/src/index.vue.d.ts +1 -1
  12. package/es/components/dialog-form/src/index.vue.d.ts +14 -14
  13. package/es/components/dialog-form/style/css.d.ts +2 -2
  14. package/es/components/dialog-form/style/index.d.ts +2 -2
  15. package/es/components/display-item/index.d.ts +1 -1
  16. package/es/components/display-item/src/index.vue.d.ts +16 -10
  17. package/es/components/display-item/src/index.vue2.mjs +81 -31
  18. package/es/components/display-item/style/css.d.ts +1 -1
  19. package/es/components/display-item/style/index.d.ts +1 -1
  20. package/es/components/drawer-form/src/index.vue.d.ts +12 -12
  21. package/es/components/drawer-form/style/css.d.ts +1 -1
  22. package/es/components/drawer-form/style/index.d.ts +1 -1
  23. package/es/components/form/src/form-content.vue.d.ts +4 -4
  24. package/es/components/form/src/index.vue.d.ts +10 -10
  25. package/es/components/form/style/css.d.ts +1 -1
  26. package/es/components/form/style/index.d.ts +1 -1
  27. package/es/components/form-item/src/index.vue.d.ts +7 -7
  28. package/es/components/form-item/style/css.d.ts +3 -3
  29. package/es/components/form-item/style/index.d.ts +3 -3
  30. package/es/components/header/src/index.vue.d.ts +1 -1
  31. package/es/components/input-tag/src/index.vue.d.ts +2 -2
  32. package/es/components/layout/src/index.vue.d.ts +16 -16
  33. package/es/components/layout/style/css.d.ts +3 -3
  34. package/es/components/layout/style/index.d.ts +3 -3
  35. package/es/components/page/index.d.ts +1 -0
  36. package/es/components/page/src/index.vue.d.ts +4 -3
  37. package/es/components/page/src/index.vue2.mjs +9 -2
  38. package/es/components/page/style/css.d.ts +2 -2
  39. package/es/components/page/style/index.d.ts +2 -2
  40. package/es/components/pagination/src/index.vue.d.ts +1 -1
  41. package/es/components/popover/src/index.vue.d.ts +1 -1
  42. package/es/components/radio/src/index.vue.d.ts +1 -1
  43. package/es/components/render/src/index.vue.d.ts +1 -1
  44. package/es/components/search/src/index.vue.d.ts +11 -11
  45. package/es/components/search/style/css.d.ts +1 -1
  46. package/es/components/search/style/index.d.ts +1 -1
  47. package/es/components/sidebar/src/index.vue.d.ts +1 -1
  48. package/es/components/sidebar/src/sidebar-item.vue.d.ts +1 -1
  49. package/es/components/steps-form/src/index.vue.d.ts +12 -12
  50. package/es/components/steps-form/style/css.d.ts +1 -1
  51. package/es/components/steps-form/style/index.d.ts +1 -1
  52. package/es/components/table/src/index.vue2.mjs +2 -1
  53. package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
  54. package/es/components/table/src/type.d.ts +1 -1
  55. package/es/components/table/style/css.d.ts +3 -3
  56. package/es/components/table/style/index.d.ts +3 -3
  57. package/es/components/utils/index.d.ts +1 -1
  58. package/es/constants/page.d.ts +1 -1
  59. package/es/hooks/useGetOptions.d.ts +1 -1
  60. package/es/hooks/useTable.d.ts +2 -2
  61. package/es/index.css +14 -14
  62. package/es/index.d.ts +5 -5
  63. package/es/pro-ui/index.d.ts +5 -5
  64. package/es/types/form.d.ts +4 -4
  65. package/index.js +92 -34
  66. package/index.min.js +3 -3
  67. package/index.min.mjs +3 -3
  68. package/index.mjs +92 -34
  69. package/lib/components/breadcrumb/src/index.vue.d.ts +1 -1
  70. package/lib/components/check-card/src/index.vue.d.ts +1 -1
  71. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  72. package/lib/components/check-card-group/style/css.d.ts +1 -1
  73. package/lib/components/check-card-group/style/index.d.ts +1 -1
  74. package/lib/components/date-picker/src/index.vue.d.ts +1 -1
  75. package/lib/components/descriptions/index.d.ts +1 -1
  76. package/lib/components/descriptions/src/index.vue.d.ts +13 -13
  77. package/lib/components/descriptions/style/css.d.ts +1 -1
  78. package/lib/components/descriptions/style/index.d.ts +1 -1
  79. package/lib/components/dialog/src/index.vue.d.ts +1 -1
  80. package/lib/components/dialog-form/src/index.vue.d.ts +14 -14
  81. package/lib/components/dialog-form/style/css.d.ts +2 -2
  82. package/lib/components/dialog-form/style/index.d.ts +2 -2
  83. package/lib/components/display-item/index.d.ts +1 -1
  84. package/lib/components/display-item/src/index.vue.d.ts +16 -10
  85. package/lib/components/display-item/src/index.vue2.js +81 -31
  86. package/lib/components/display-item/style/css.d.ts +1 -1
  87. package/lib/components/display-item/style/index.d.ts +1 -1
  88. package/lib/components/drawer-form/src/index.vue.d.ts +12 -12
  89. package/lib/components/drawer-form/style/css.d.ts +1 -1
  90. package/lib/components/drawer-form/style/index.d.ts +1 -1
  91. package/lib/components/form/src/form-content.vue.d.ts +4 -4
  92. package/lib/components/form/src/index.vue.d.ts +10 -10
  93. package/lib/components/form/style/css.d.ts +1 -1
  94. package/lib/components/form/style/index.d.ts +1 -1
  95. package/lib/components/form-item/src/index.vue.d.ts +7 -7
  96. package/lib/components/form-item/style/css.d.ts +3 -3
  97. package/lib/components/form-item/style/index.d.ts +3 -3
  98. package/lib/components/header/src/index.vue.d.ts +1 -1
  99. package/lib/components/input-tag/src/index.vue.d.ts +2 -2
  100. package/lib/components/layout/src/index.vue.d.ts +16 -16
  101. package/lib/components/layout/style/css.d.ts +3 -3
  102. package/lib/components/layout/style/index.d.ts +3 -3
  103. package/lib/components/page/index.d.ts +1 -0
  104. package/lib/components/page/src/index.vue.d.ts +4 -3
  105. package/lib/components/page/src/index.vue2.js +9 -2
  106. package/lib/components/page/style/css.d.ts +2 -2
  107. package/lib/components/page/style/index.d.ts +2 -2
  108. package/lib/components/pagination/src/index.vue.d.ts +1 -1
  109. package/lib/components/popover/src/index.vue.d.ts +1 -1
  110. package/lib/components/radio/src/index.vue.d.ts +1 -1
  111. package/lib/components/render/src/index.vue.d.ts +1 -1
  112. package/lib/components/search/src/index.vue.d.ts +11 -11
  113. package/lib/components/search/style/css.d.ts +1 -1
  114. package/lib/components/search/style/index.d.ts +1 -1
  115. package/lib/components/sidebar/src/index.vue.d.ts +1 -1
  116. package/lib/components/sidebar/src/sidebar-item.vue.d.ts +1 -1
  117. package/lib/components/steps-form/src/index.vue.d.ts +12 -12
  118. package/lib/components/steps-form/style/css.d.ts +1 -1
  119. package/lib/components/steps-form/style/index.d.ts +1 -1
  120. package/lib/components/table/src/index.vue2.js +2 -1
  121. package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
  122. package/lib/components/table/src/type.d.ts +1 -1
  123. package/lib/components/table/style/css.d.ts +3 -3
  124. package/lib/components/table/style/index.d.ts +3 -3
  125. package/lib/components/utils/index.d.ts +1 -1
  126. package/lib/constants/page.d.ts +1 -1
  127. package/lib/hooks/useGetOptions.d.ts +1 -1
  128. package/lib/hooks/useTable.d.ts +2 -2
  129. package/lib/index.css +13 -13
  130. package/lib/index.d.ts +5 -5
  131. package/lib/pro-ui/index.d.ts +5 -5
  132. package/lib/types/form.d.ts +4 -4
  133. package/locale/en.js +1 -1
  134. package/locale/en.min.js +1 -1
  135. package/locale/en.min.mjs +1 -1
  136. package/locale/en.mjs +1 -1
  137. package/locale/zh-cn.js +1 -1
  138. package/locale/zh-cn.min.js +1 -1
  139. package/locale/zh-cn.min.mjs +1 -1
  140. package/locale/zh-cn.mjs +1 -1
  141. package/package.json +1 -1
@@ -10,11 +10,15 @@ require('../../../hooks/index.js');
10
10
  const index$2 = require('../../render/index.js');
11
11
  const elementPlus = require('element-plus');
12
12
  const useGetOptions = require('../../../hooks/useGetOptions.js');
13
- const is = require('../../utils/is.js');
14
13
  const format = require('../../utils/format.js');
14
+ const is = require('../../utils/is.js');
15
15
 
16
16
  const _hoisted_1 = ["innerHTML"];
17
- const _hoisted_2 = { class: "plus-display-item" };
17
+ const _hoisted_2 = {
18
+ key: 1,
19
+ class: "plus-display-item"
20
+ };
21
+ const _hoisted_3 = { class: "plus-display-item" };
18
22
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
19
23
  ...{
20
24
  name: "PlusDisplayItem"
@@ -37,9 +41,26 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
37
41
  const columns = vue.ref([]);
38
42
  const subRow = vue.ref(props.row);
39
43
  const customFieldPropsIsReady = vue.ref(false);
44
+ const rawValue = vue.computed(() => index.getValue(subRow.value, props.column.prop));
40
45
  const displayValue = vue.computed({
41
46
  get() {
42
- return index.getValue(subRow.value, props.column.prop);
47
+ var _a, _b;
48
+ const value = rawValue.value;
49
+ const isEmpty = value === "" || value === null || value === void 0;
50
+ if (isEmpty) {
51
+ switch (props.column.valueType) {
52
+ case "progress":
53
+ return 0;
54
+ default:
55
+ return ((_a = props.column.tableColumnProps) == null ? void 0 : _a.emptyText) || "-";
56
+ }
57
+ }
58
+ switch (props.column.valueType) {
59
+ case "date-picker":
60
+ return value ? format.formatDate(value) : ((_b = props.column.tableColumnProps) == null ? void 0 : _b.emptyText) || "-";
61
+ default:
62
+ return value;
63
+ }
43
64
  },
44
65
  set(value) {
45
66
  index.setValue(subRow.value, props.column.prop, value);
@@ -318,7 +339,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
318
339
  ],
319
340
  2112
320
341
  /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
321
- )) : _ctx.column.valueType === "date-picker" && displayValue.value ? (vue.openBlock(), vue.createElementBlock(
342
+ )) : _ctx.column.valueType === "date-picker" ? (vue.openBlock(), vue.createElementBlock(
322
343
  vue.Fragment,
323
344
  { key: 6 },
324
345
  [
@@ -326,7 +347,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
326
347
  vue.createElementVNode(
327
348
  "span",
328
349
  vue.mergeProps({ class: "plus-display-item" }, customFieldProps.value),
329
- vue.toDisplayString(vue.unref(format.formatDate)(displayValue.value)),
350
+ vue.toDisplayString(displayValue.value),
330
351
  17
331
352
  /* TEXT, FULL_PROPS */
332
353
  )
@@ -357,25 +378,45 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
357
378
  "span",
358
379
  vue.mergeProps({ class: "plus-display-item plus-display-item__badge" }, customFieldProps.value),
359
380
  [
360
- getStatus.value.color || getStatus.value.type ? (vue.openBlock(), vue.createElementBlock(
361
- "span",
362
- {
363
- key: 0,
364
- class: vue.normalizeClass([
365
- "plus-display-item__badge__dot",
366
- getStatus.value.type && !getStatus.value.color ? "plus-display-item__badge__dot--" + getStatus.value.type : ""
367
- ]),
368
- style: vue.normalizeStyle({ backgroundColor: getStatus.value.color })
369
- },
370
- null,
371
- 6
372
- /* CLASS, STYLE */
373
- )) : vue.createCommentVNode("v-if", true),
374
- vue.createTextVNode(
375
- " " + vue.toDisplayString(getStatus.value.label),
376
- 1
377
- /* TEXT */
378
- )
381
+ rawValue.value !== "" && rawValue.value !== null && rawValue.value !== void 0 ? (vue.openBlock(), vue.createElementBlock(
382
+ vue.Fragment,
383
+ { key: 0 },
384
+ [
385
+ getStatus.value.color || getStatus.value.type ? (vue.openBlock(), vue.createElementBlock(
386
+ "span",
387
+ {
388
+ key: 0,
389
+ class: vue.normalizeClass([
390
+ "plus-display-item__badge__dot",
391
+ getStatus.value.type && !getStatus.value.color ? "plus-display-item__badge__dot--" + getStatus.value.type : ""
392
+ ]),
393
+ style: vue.normalizeStyle({ backgroundColor: getStatus.value.color })
394
+ },
395
+ null,
396
+ 6
397
+ /* CLASS, STYLE */
398
+ )) : vue.createCommentVNode("v-if", true),
399
+ vue.createTextVNode(
400
+ " " + vue.toDisplayString(getStatus.value.label),
401
+ 1
402
+ /* TEXT */
403
+ )
404
+ ],
405
+ 64
406
+ /* STABLE_FRAGMENT */
407
+ )) : (vue.openBlock(), vue.createElementBlock(
408
+ vue.Fragment,
409
+ { key: 1 },
410
+ [
411
+ vue.createTextVNode(
412
+ vue.toDisplayString(displayValue.value),
413
+ 1
414
+ /* TEXT */
415
+ )
416
+ ],
417
+ 64
418
+ /* STABLE_FRAGMENT */
419
+ ))
379
420
  ],
380
421
  16
381
422
  /* FULL_PROPS */
@@ -383,14 +424,17 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
383
424
  ],
384
425
  2112
385
426
  /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
386
- )) : _ctx.column.valueType === "tag" && displayValue.value ? (vue.openBlock(), vue.createElementBlock(
427
+ )) : _ctx.column.valueType === "tag" ? (vue.openBlock(), vue.createElementBlock(
387
428
  vue.Fragment,
388
429
  { key: 9 },
389
430
  [
390
431
  vue.createCommentVNode(" \u6807\u7B7E "),
391
- vue.createVNode(
432
+ rawValue.value !== "" && rawValue.value !== null && rawValue.value !== void 0 ? (vue.openBlock(), vue.createBlock(
392
433
  vue.unref(elementPlus.ElTag),
393
- vue.mergeProps({ class: "plus-display-item" }, customFieldProps.value),
434
+ vue.mergeProps({
435
+ key: 0,
436
+ class: "plus-display-item"
437
+ }, customFieldProps.value),
394
438
  vue.createSlots({
395
439
  default: vue.withCtx(() => [
396
440
  vue.createTextVNode(
@@ -419,10 +463,16 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
419
463
  ]),
420
464
  1040
421
465
  /* FULL_PROPS, DYNAMIC_SLOTS */
422
- )
466
+ )) : (vue.openBlock(), vue.createElementBlock(
467
+ "span",
468
+ _hoisted_2,
469
+ vue.toDisplayString(displayValue.value),
470
+ 1
471
+ /* TEXT */
472
+ ))
423
473
  ],
424
- 2112
425
- /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
474
+ 64
475
+ /* STABLE_FRAGMENT */
426
476
  )) : _ctx.column.valueType === "progress" ? (vue.openBlock(), vue.createElementBlock(
427
477
  vue.Fragment,
428
478
  { key: 10 },
@@ -458,7 +508,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
458
508
  { key: 11 },
459
509
  [
460
510
  vue.createCommentVNode(" \u590D\u5236 "),
461
- vue.createElementVNode("span", _hoisted_2, [
511
+ vue.createElementVNode("span", _hoisted_3, [
462
512
  vue.createTextVNode(
463
513
  vue.toDisplayString(displayValue.value) + " ",
464
514
  1
@@ -2,5 +2,5 @@ import 'element-plus/es/components/image/style/css';
2
2
  import 'element-plus/es/components/link/style/css';
3
3
  import 'element-plus/es/components/tag/style/css';
4
4
  import 'element-plus/es/components/progress/style/css';
5
- import '@wlydfe/pro-ui/es/es/components/form/style/css';
5
+ import '@wlydfe/pro-ui/es/components/form/style/css';
6
6
  import '@wlydfe/pro-ui/es/theme-chalk/plus-display-item.css';
@@ -2,5 +2,5 @@ import 'element-plus/es/components/image/style/index';
2
2
  import 'element-plus/es/components/link/style/index';
3
3
  import 'element-plus/es/components/tag/style/index';
4
4
  import 'element-plus/es/components/progress/style/index';
5
- import '@wlydfe/pro-ui/es/es/components/form/style/index';
5
+ import '@wlydfe/pro-ui/es/components/form/style/index';
6
6
  import '@wlydfe/pro-ui/es/theme-chalk/src/display-item.scss';
@@ -1,5 +1,5 @@
1
- import type { PlusFormProps } from '@wlydfe/pro-ui/es/es/components/form';
2
- import type { FieldValues, PlusColumn } from '@wlydfe/pro-ui-types';
1
+ import type { PlusFormProps } from '@wlydfe/pro-ui/es/components/form';
2
+ import type { FieldValues, PlusColumn } from '@wlydfe/pro-ui/es/types';
3
3
  import type { FormInstance } from 'element-plus';
4
4
  export interface PlusDrawerFormProps {
5
5
  modelValue?: FieldValues;
@@ -45,7 +45,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
45
45
  }>, {
46
46
  props: any;
47
47
  emit: (event: "reset" | "submit" | "update:modelValue" | "cancel" | "change" | "update:visible", ...args: any[]) => void;
48
- t: import("@wlydfe/pro-ui-hooks").Translator;
48
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
49
49
  formInstance: import("vue").Ref<any, any>;
50
50
  computedFormInstance: import("vue").ComputedRef<FormInstance>;
51
51
  drawerInstance: import("vue").Ref<({
@@ -1214,7 +1214,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1214
1214
  }>, {
1215
1215
  props: any;
1216
1216
  emit: (event: "reset" | "submit" | "update:modelValue" | "change" | "submitError", ...args: any[]) => void;
1217
- t: import("@wlydfe/pro-ui-hooks").Translator;
1217
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
1218
1218
  formInstance: import("vue").Ref<FormInstance | undefined, FormInstance | undefined>;
1219
1219
  values: import("vue").Ref<FieldValues, FieldValues>;
1220
1220
  filterHide: (columns: PlusColumn[]) => PlusColumn[];
@@ -2454,7 +2454,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2454
2454
  emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
2455
2455
  values: import("vue").Ref<FieldValues, FieldValues>;
2456
2456
  getHasLabel: (hasLabel?: boolean | import("vue").Ref<boolean, boolean> | import("vue").ComputedRef<boolean> | undefined) => any;
2457
- handleChange: (value: import("@wlydfe/pro-ui-types").FieldValueType, column: PlusColumn) => void;
2457
+ handleChange: (value: import("@wlydfe/pro-ui/es/types").FieldValueType, column: PlusColumn) => void;
2458
2458
  readonly ElRow: {
2459
2459
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2460
2460
  readonly tag: {
@@ -2964,8 +2964,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2964
2964
  ElText: import("vue").Component;
2965
2965
  props: any;
2966
2966
  emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
2967
- t: import("@wlydfe/pro-ui-hooks").Translator;
2968
- customOptions: import("vue").Ref<import("@wlydfe/pro-ui-types").OptionsRow[], import("@wlydfe/pro-ui-types").OptionsRow[]>;
2967
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
2968
+ customOptions: import("vue").Ref<import("@wlydfe/pro-ui/es/types").OptionsRow[], import("@wlydfe/pro-ui/es/types").OptionsRow[]>;
2969
2969
  customOptionsIsReady: import("vue").Ref<boolean, boolean>;
2970
2970
  formItemInstance: import("vue").Ref<({
2971
2971
  $: import("vue").ComponentInternalInstance;
@@ -3429,7 +3429,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3429
3429
  fieldInstance: import("vue").Ref<any, any>;
3430
3430
  customFormItemProps: import("vue").Ref<any, any>;
3431
3431
  customFieldProps: import("vue").Ref<any, any>;
3432
- state: import("vue").Ref<import("@wlydfe/pro-ui-types").FieldValueType, import("@wlydfe/pro-ui-types").FieldValueType>;
3432
+ state: import("vue").Ref<import("@wlydfe/pro-ui/es/types").FieldValueType, import("@wlydfe/pro-ui/es/types").FieldValueType>;
3433
3433
  customFieldPropsIsReady: import("vue").Ref<boolean, boolean>;
3434
3434
  valueIsReady: import("vue").Ref<boolean, boolean>;
3435
3435
  isArrayValue: import("vue").ComputedRef<boolean>;
@@ -3439,7 +3439,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3439
3439
  handleChange: (val: any) => void;
3440
3440
  handleSelect: ({ value }: any) => void;
3441
3441
  readonly isFunction: (val: any) => boolean;
3442
- readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui-types").RecordType | undefined;
3442
+ readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui/es/types").RecordType | undefined;
3443
3443
  readonly getLabelSlotName: (prop?: string | number | undefined) => string;
3444
3444
  readonly getFieldSlotName: (prop?: string | number | undefined) => string;
3445
3445
  readonly versionIsLessThan260: boolean;
@@ -4209,7 +4209,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4209
4209
  attrs: {
4210
4210
  [x: string]: unknown;
4211
4211
  };
4212
- radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui-types").RecordType | undefined) => void;
4212
+ radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui/es/types").RecordType | undefined) => void;
4213
4213
  change: (val: string | number | boolean) => void;
4214
4214
  readonly ElRadio: ({
4215
4215
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -5084,7 +5084,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5084
5084
  }>, {
5085
5085
  props: any;
5086
5086
  emit: (event: "update:modelValue" | "change" | "focus", ...args: any[]) => void;
5087
- t: import("@wlydfe/pro-ui-hooks").Translator;
5087
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
5088
5088
  startPickerInstance: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5089
5089
  readonly type: {
5090
5090
  readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
@@ -7818,7 +7818,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7818
7818
  inputValue: string;
7819
7819
  isFocus: boolean;
7820
7820
  };
7821
- t: import("@wlydfe/pro-ui-hooks").Translator;
7821
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
7822
7822
  onClickOutside: () => void;
7823
7823
  handleClick: () => void;
7824
7824
  handleClose: (tag: string) => void;
@@ -1,3 +1,3 @@
1
1
  import 'element-plus/es/components/drawer/style/css';
2
- import '@wlydfe/pro-ui/es/es/components/form/style/css';
2
+ import '@wlydfe/pro-ui/es/components/form/style/css';
3
3
  import '@wlydfe/pro-ui/es/theme-chalk/plus-drawer-form.css';
@@ -1,3 +1,3 @@
1
1
  import 'element-plus/es/components/drawer/style/index';
2
- import '@wlydfe/pro-ui/es/es/components/form/style/index';
2
+ import '@wlydfe/pro-ui/es/components/form/style/index';
3
3
  import '@wlydfe/pro-ui/es/theme-chalk/src/drawer-form.scss';
@@ -1,6 +1,6 @@
1
1
  import type { Ref, ComputedRef } from 'vue';
2
2
  import type { FormProps, RowProps, ColProps } from 'element-plus';
3
- import type { PlusColumn, FieldValues, FieldValueType, Mutable } from '@wlydfe/pro-ui-types';
3
+ import type { PlusColumn, FieldValues, FieldValueType, Mutable } from '@wlydfe/pro-ui/es/types';
4
4
  export interface PlusFormContentProps extends /* @vue-ignore */ Partial<Mutable<FormProps>> {
5
5
  modelValue?: FieldValues;
6
6
  hasLabel?: boolean;
@@ -554,7 +554,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
554
554
  props: any;
555
555
  emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
556
556
  t: import("../../..").Translator;
557
- customOptions: Ref<import("@wlydfe/pro-ui-types").OptionsRow[], import("@wlydfe/pro-ui-types").OptionsRow[]>;
557
+ customOptions: Ref<import("@wlydfe/pro-ui/es/types").OptionsRow[], import("@wlydfe/pro-ui/es/types").OptionsRow[]>;
558
558
  customOptionsIsReady: Ref<boolean, boolean>;
559
559
  formItemInstance: Ref<({
560
560
  $: import("vue").ComponentInternalInstance;
@@ -1028,7 +1028,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1028
1028
  handleChange: (val: any) => void;
1029
1029
  handleSelect: ({ value }: any) => void;
1030
1030
  readonly isFunction: (val: any) => boolean;
1031
- readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui-types").RecordType | undefined;
1031
+ readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui/es/types").RecordType | undefined;
1032
1032
  readonly getLabelSlotName: (prop?: string | number | undefined) => string;
1033
1033
  readonly getFieldSlotName: (prop?: string | number | undefined) => string;
1034
1034
  readonly versionIsLessThan260: boolean;
@@ -1798,7 +1798,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1798
1798
  attrs: {
1799
1799
  [x: string]: unknown;
1800
1800
  };
1801
- radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui-types").RecordType | undefined) => void;
1801
+ radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui/es/types").RecordType | undefined) => void;
1802
1802
  change: (val: string | number | boolean) => void;
1803
1803
  readonly ElRadio: ({
1804
1804
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -1,6 +1,6 @@
1
1
  import type { Component } from 'vue';
2
2
  import type { FormInstance, FormRules, FormProps, RowProps, ColProps } from 'element-plus';
3
- import type { PlusColumn, FieldValues, Mutable } from '@wlydfe/pro-ui-types';
3
+ import type { PlusColumn, FieldValues, Mutable } from '@wlydfe/pro-ui/es/types';
4
4
  /**
5
5
  * 分组表单配置项
6
6
  */
@@ -134,7 +134,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
134
134
  }>, {
135
135
  props: any;
136
136
  emit: (event: "reset" | "submit" | "update:modelValue" | "change" | "submitError", ...args: any[]) => void;
137
- t: import("@wlydfe/pro-ui-hooks").Translator;
137
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
138
138
  formInstance: import("vue").Ref<FormInstance | undefined, FormInstance | undefined>;
139
139
  values: import("vue").Ref<FieldValues, FieldValues>;
140
140
  filterHide: (columns: PlusColumn[]) => PlusColumn[];
@@ -1374,7 +1374,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1374
1374
  emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
1375
1375
  values: import("vue").Ref<FieldValues, FieldValues>;
1376
1376
  getHasLabel: (hasLabel?: boolean | import("vue").Ref<boolean, boolean> | import("vue").ComputedRef<boolean> | undefined) => any;
1377
- handleChange: (value: import("@wlydfe/pro-ui-types").FieldValueType, column: PlusColumn) => void;
1377
+ handleChange: (value: import("@wlydfe/pro-ui/es/types").FieldValueType, column: PlusColumn) => void;
1378
1378
  readonly ElRow: {
1379
1379
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1380
1380
  readonly tag: {
@@ -1884,8 +1884,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1884
1884
  ElText: Component;
1885
1885
  props: any;
1886
1886
  emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
1887
- t: import("@wlydfe/pro-ui-hooks").Translator;
1888
- customOptions: import("vue").Ref<import("@wlydfe/pro-ui-types").OptionsRow[], import("@wlydfe/pro-ui-types").OptionsRow[]>;
1887
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
1888
+ customOptions: import("vue").Ref<import("@wlydfe/pro-ui/es/types").OptionsRow[], import("@wlydfe/pro-ui/es/types").OptionsRow[]>;
1889
1889
  customOptionsIsReady: import("vue").Ref<boolean, boolean>;
1890
1890
  formItemInstance: import("vue").Ref<({
1891
1891
  $: import("vue").ComponentInternalInstance;
@@ -2349,7 +2349,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2349
2349
  fieldInstance: import("vue").Ref<any, any>;
2350
2350
  customFormItemProps: import("vue").Ref<any, any>;
2351
2351
  customFieldProps: import("vue").Ref<any, any>;
2352
- state: import("vue").Ref<import("@wlydfe/pro-ui-types").FieldValueType, import("@wlydfe/pro-ui-types").FieldValueType>;
2352
+ state: import("vue").Ref<import("@wlydfe/pro-ui/es/types").FieldValueType, import("@wlydfe/pro-ui/es/types").FieldValueType>;
2353
2353
  customFieldPropsIsReady: import("vue").Ref<boolean, boolean>;
2354
2354
  valueIsReady: import("vue").Ref<boolean, boolean>;
2355
2355
  isArrayValue: import("vue").ComputedRef<boolean>;
@@ -2359,7 +2359,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2359
2359
  handleChange: (val: any) => void;
2360
2360
  handleSelect: ({ value }: any) => void;
2361
2361
  readonly isFunction: (val: any) => boolean;
2362
- readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui-types").RecordType | undefined;
2362
+ readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui/es/types").RecordType | undefined;
2363
2363
  readonly getLabelSlotName: (prop?: string | number | undefined) => string;
2364
2364
  readonly getFieldSlotName: (prop?: string | number | undefined) => string;
2365
2365
  readonly versionIsLessThan260: boolean;
@@ -3129,7 +3129,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3129
3129
  attrs: {
3130
3130
  [x: string]: unknown;
3131
3131
  };
3132
- radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui-types").RecordType | undefined) => void;
3132
+ radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui/es/types").RecordType | undefined) => void;
3133
3133
  change: (val: string | number | boolean) => void;
3134
3134
  readonly ElRadio: ({
3135
3135
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -4004,7 +4004,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4004
4004
  }>, {
4005
4005
  props: any;
4006
4006
  emit: (event: "update:modelValue" | "change" | "focus", ...args: any[]) => void;
4007
- t: import("@wlydfe/pro-ui-hooks").Translator;
4007
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
4008
4008
  startPickerInstance: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4009
4009
  readonly type: {
4010
4010
  readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
@@ -6738,7 +6738,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
6738
6738
  inputValue: string;
6739
6739
  isFocus: boolean;
6740
6740
  };
6741
- t: import("@wlydfe/pro-ui-hooks").Translator;
6741
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
6742
6742
  onClickOutside: () => void;
6743
6743
  handleClick: () => void;
6744
6744
  handleClose: (tag: string) => void;
@@ -3,5 +3,5 @@ import 'element-plus/es/components/button/style/css';
3
3
  import 'element-plus/es/components/card/style/css';
4
4
  import 'element-plus/es/components/row/style/css';
5
5
  import 'element-plus/es/components/col/style/css';
6
- import '@wlydfe/pro-ui/es/es/components/form-item/style/css';
6
+ import '@wlydfe/pro-ui/es/components/form-item/style/css';
7
7
  import '@wlydfe/pro-ui/es/theme-chalk/plus-form.css';
@@ -3,5 +3,5 @@ import 'element-plus/es/components/button/style/index';
3
3
  import 'element-plus/es/components/card/style/index';
4
4
  import 'element-plus/es/components/row/style/index';
5
5
  import 'element-plus/es/components/col/style/index';
6
- import '@wlydfe/pro-ui/es/es/components/form-item/style/index';
6
+ import '@wlydfe/pro-ui/es/components/form-item/style/index';
7
7
  import '@wlydfe/pro-ui/es/theme-chalk/src/form.scss';
@@ -1,5 +1,5 @@
1
1
  import type { Component } from 'vue';
2
- import type { PlusColumn, FieldValueType } from '@wlydfe/pro-ui-types';
2
+ import type { PlusColumn, FieldValueType } from '@wlydfe/pro-ui/es/types';
3
3
  export interface PlusFormItemProps {
4
4
  modelValue?: FieldValueType;
5
5
  hasLabel?: PlusColumn['hasLabel'];
@@ -114,8 +114,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
114
114
  ElText: Component;
115
115
  props: any;
116
116
  emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
117
- t: import("@wlydfe/pro-ui-hooks").Translator;
118
- customOptions: import("vue").Ref<import("@wlydfe/pro-ui-types").OptionsRow[], import("@wlydfe/pro-ui-types").OptionsRow[]>;
117
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
118
+ customOptions: import("vue").Ref<import("@wlydfe/pro-ui/es/types").OptionsRow[], import("@wlydfe/pro-ui/es/types").OptionsRow[]>;
119
119
  customOptionsIsReady: import("vue").Ref<boolean, boolean>;
120
120
  formItemInstance: import("vue").Ref<({
121
121
  $: import("vue").ComponentInternalInstance;
@@ -589,7 +589,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
589
589
  handleChange: (val: any) => void;
590
590
  handleSelect: ({ value }: any) => void;
591
591
  readonly isFunction: (val: any) => boolean;
592
- readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui-types").RecordType | undefined;
592
+ readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui/es/types").RecordType | undefined;
593
593
  readonly getLabelSlotName: (prop?: string | number | undefined) => string;
594
594
  readonly getFieldSlotName: (prop?: string | number | undefined) => string;
595
595
  readonly versionIsLessThan260: boolean;
@@ -1359,7 +1359,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1359
1359
  attrs: {
1360
1360
  [x: string]: unknown;
1361
1361
  };
1362
- radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui-types").RecordType | undefined) => void;
1362
+ radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui/es/types").RecordType | undefined) => void;
1363
1363
  change: (val: string | number | boolean) => void;
1364
1364
  readonly ElRadio: ({
1365
1365
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -2234,7 +2234,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2234
2234
  }>, {
2235
2235
  props: any;
2236
2236
  emit: (event: "update:modelValue" | "change" | "focus", ...args: any[]) => void;
2237
- t: import("@wlydfe/pro-ui-hooks").Translator;
2237
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
2238
2238
  startPickerInstance: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2239
2239
  readonly type: {
2240
2240
  readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
@@ -4971,7 +4971,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4971
4971
  inputValue: string;
4972
4972
  isFocus: boolean;
4973
4973
  };
4974
- t: import("@wlydfe/pro-ui-hooks").Translator;
4974
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
4975
4975
  onClickOutside: () => void;
4976
4976
  handleClick: () => void;
4977
4977
  handleClose: (tag: string) => void;
@@ -18,7 +18,7 @@ import 'element-plus/es/components/time-picker/style/css';
18
18
  import 'element-plus/es/components/time-select/style/css';
19
19
  import 'element-plus/es/components/input/style/css';
20
20
  import 'element-plus/es/components/text/style/css';
21
- import '@wlydfe/pro-ui/es/es/components/radio/style/css';
22
- import '@wlydfe/pro-ui/es/es/components/date-picker/style/css';
23
- import '@wlydfe/pro-ui/es/es/components/input-tag/style/css';
21
+ import '@wlydfe/pro-ui/es/components/radio/style/css';
22
+ import '@wlydfe/pro-ui/es/components/date-picker/style/css';
23
+ import '@wlydfe/pro-ui/es/components/input-tag/style/css';
24
24
  import '@wlydfe/pro-ui/es/theme-chalk/plus-form-item.css';
@@ -18,7 +18,7 @@ import 'element-plus/es/components/time-picker/style/index';
18
18
  import 'element-plus/es/components/time-select/style/index';
19
19
  import 'element-plus/es/components/input/style/index';
20
20
  import 'element-plus/es/components/text/style/index';
21
- import '@wlydfe/pro-ui/es/es/components/radio/style/index';
22
- import '@wlydfe/pro-ui/es/es/components/date-picker/style/index';
23
- import '@wlydfe/pro-ui/es/es/components/input-tag/style/index';
21
+ import '@wlydfe/pro-ui/es/components/radio/style/index';
22
+ import '@wlydfe/pro-ui/es/components/date-picker/style/index';
23
+ import '@wlydfe/pro-ui/es/components/input-tag/style/index';
24
24
  import '@wlydfe/pro-ui/es/theme-chalk/src/form-item.scss';
@@ -82,7 +82,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
82
82
  }>, {
83
83
  props: any;
84
84
  emit: (event: "clickDropdownItem", ...args: any[]) => void;
85
- t: import("@wlydfe/pro-ui-hooks").Translator;
85
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
86
86
  logoutItem: {
87
87
  label: any;
88
88
  value: string;
@@ -1,5 +1,5 @@
1
1
  import type { InputProps, TagProps, InputInstance, TagInstance } from 'element-plus';
2
- import type { Mutable } from '@wlydfe/pro-ui-types';
2
+ import type { Mutable } from '@wlydfe/pro-ui/es/types';
3
3
  type TriggerType = 'blur' | 'enter' | 'space';
4
4
  export interface PlusInputTagProps {
5
5
  modelValue?: string[];
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  inputValue: string;
71
71
  isFocus: boolean;
72
72
  };
73
- t: import("@wlydfe/pro-ui-hooks").Translator;
73
+ t: import("@wlydfe/pro-ui/es/hooks").Translator;
74
74
  onClickOutside: () => void;
75
75
  handleClick: () => void;
76
76
  handleClose: (tag: string) => void;
@@ -1,8 +1,8 @@
1
- import type { PlusBreadcrumbProps } from '@wlydfe/pro-ui/es/es/components/breadcrumb';
2
- import type { PlusSidebarProps } from '@wlydfe/pro-ui/es/es/components/sidebar';
3
- import type { PlusHeaderProps } from '@wlydfe/pro-ui/es/es/components/header';
1
+ import type { PlusBreadcrumbProps } from '@wlydfe/pro-ui/es/components/breadcrumb';
2
+ import type { PlusSidebarProps } from '@wlydfe/pro-ui/es/components/sidebar';
3
+ import type { PlusHeaderProps } from '@wlydfe/pro-ui/es/components/header';
4
4
  import type { ScrollbarProps, BacktopProps } from 'element-plus';
5
- import type { Mutable, RecordType } from '@wlydfe/pro-ui-types';
5
+ import type { Mutable, RecordType } from '@wlydfe/pro-ui/es/types';
6
6
  import type { Component } from 'vue';
7
7
  export interface PlusLayoutProps {
8
8
  sidebarProps?: PlusSidebarProps;
@@ -2059,10 +2059,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2059
2059
  }>, {
2060
2060
  instance: import("vue").ComponentInternalInstance;
2061
2061
  router: import("vue-router").Router;
2062
- resolveMenuItem: (item: import("@wlydfe/pro-ui-types").PlusRouteRecordRaw) => boolean;
2062
+ resolveMenuItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => boolean;
2063
2063
  replacePath: (path: string) => string;
2064
- getIndex: (item: import("@wlydfe/pro-ui-types").PlusRouteRecordRaw) => string;
2065
- handleClickItem: (item: import("@wlydfe/pro-ui-types").PlusRouteRecordRaw) => void;
2064
+ getIndex: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => string;
2065
+ handleClickItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => void;
2066
2066
  readonly ElSubMenu: {
2067
2067
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2068
2068
  readonly index: {
@@ -4538,10 +4538,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4538
4538
  }>, {
4539
4539
  instance: import("vue").ComponentInternalInstance;
4540
4540
  router: import("vue-router").Router;
4541
- resolveMenuItem: (item: import("@wlydfe/pro-ui-types").PlusRouteRecordRaw) => boolean;
4541
+ resolveMenuItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => boolean;
4542
4542
  replacePath: (path: string) => string;
4543
- getIndex: (item: import("@wlydfe/pro-ui-types").PlusRouteRecordRaw) => string;
4544
- handleClickItem: (item: import("@wlydfe/pro-ui-types").PlusRouteRecordRaw) => void;
4543
+ getIndex: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => string;
4544
+ handleClickItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => void;
4545
4545
  readonly ElSubMenu: {
4546
4546
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4547
4547
  readonly index: {
@@ -7010,10 +7010,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7010
7010
  }>, {
7011
7011
  instance: import("vue").ComponentInternalInstance;
7012
7012
  router: import("vue-router").Router;
7013
- resolveMenuItem: (item: import("@wlydfe/pro-ui-types").PlusRouteRecordRaw) => boolean;
7013
+ resolveMenuItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => boolean;
7014
7014
  replacePath: (path: string) => string;
7015
- getIndex: (item: import("@wlydfe/pro-ui-types").PlusRouteRecordRaw) => string;
7016
- handleClickItem: (item: import("@wlydfe/pro-ui-types").PlusRouteRecordRaw) => void;
7015
+ getIndex: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => string;
7016
+ handleClickItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => void;
7017
7017
  readonly ElSubMenu: {
7018
7018
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
7019
7019
  readonly index: {
@@ -9489,10 +9489,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9489
9489
  }>, {
9490
9490
  instance: import("vue").ComponentInternalInstance;
9491
9491
  router: import("vue-router").Router;
9492
- resolveMenuItem: (item: import("@wlydfe/pro-ui-types").PlusRouteRecordRaw) => boolean;
9492
+ resolveMenuItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => boolean;
9493
9493
  replacePath: (path: string) => string;
9494
- getIndex: (item: import("@wlydfe/pro-ui-types").PlusRouteRecordRaw) => string;
9495
- handleClickItem: (item: import("@wlydfe/pro-ui-types").PlusRouteRecordRaw) => void;
9494
+ getIndex: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => string;
9495
+ handleClickItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => void;
9496
9496
  readonly ElSubMenu: {
9497
9497
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
9498
9498
  readonly index: {
@@ -2,7 +2,7 @@ import 'element-plus/es/components/container/style/css';
2
2
  import 'element-plus/es/components/main/style/css';
3
3
  import 'element-plus/es/components/scrollbar/style/css';
4
4
  import 'element-plus/es/components/backtop/style/css';
5
- import '@wlydfe/pro-ui/es/es/components/breadcrumb/style/css';
6
- import '@wlydfe/pro-ui/es/es/components/sidebar/style/css';
7
- import '@wlydfe/pro-ui/es/es/components/header/style/css';
5
+ import '@wlydfe/pro-ui/es/components/breadcrumb/style/css';
6
+ import '@wlydfe/pro-ui/es/components/sidebar/style/css';
7
+ import '@wlydfe/pro-ui/es/components/header/style/css';
8
8
  import '@wlydfe/pro-ui/es/theme-chalk/plus-layout.css';