fit2cloud-ui-plus 1.1.17 → 1.2.0-beta.0

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 (41) hide show
  1. package/lib/fit2cloud-ui-plus.es.js +53 -53
  2. package/lib/fit2cloud-ui-plus.umd.js +1 -1
  3. package/package.json +3 -3
  4. package/src/locale/index.ts +4 -0
  5. package/src/locale/lang/ja.ts +59 -0
  6. package/src/locale/lang/ms.ts +59 -0
  7. package/src/locale/lang/pt-br.ts +59 -0
  8. package/src/locale/lang/ru.ts +59 -0
  9. package/src/styles/common/function.scss +9 -7
  10. package/src/styles/common/mixins.scss +3 -0
  11. package/types/examples/pages/search/attributes.d.ts +57 -0
  12. package/types/examples/pages/search/demo/BaseSearchbar.vue.d.ts +66 -0
  13. package/types/examples/pages/search/demo/ComplexComponentsDemo.vue.d.ts +60 -0
  14. package/types/examples/pages/search/demo/ComplexSearchDemo.vue.d.ts +84 -0
  15. package/types/examples/pages/search/demo/CustomComponentsDemo.vue.d.ts +50 -0
  16. package/types/examples/pages/search/demo/EchoConditionsDemo.vue.d.ts +52 -0
  17. package/types/examples/pages/search/demo/QuickSearchDemo.vue.d.ts +18 -0
  18. package/types/examples/pages/search/demo/SearchBarButtonDemo.vue.d.ts +54 -0
  19. package/types/examples/pages/search/index.vue.d.ts +150 -0
  20. package/types/src/components/ steps/FuHorizontalNavigation.vue.d.ts +13 -0
  21. package/types/src/components/ steps/FuHorizontalSteps.vue.d.ts +6 -0
  22. package/types/src/components/ steps/FuStep.vue.d.ts +2 -0
  23. package/types/src/components/ steps/FuStepButton.vue.d.ts +2 -0
  24. package/types/src/components/ steps/FuSteps.vue.d.ts +12 -0
  25. package/types/src/components/ steps/FuStepsFooter.d.ts +6 -0
  26. package/types/src/components/ steps/FuVerticalNavigation.vue.d.ts +14 -0
  27. package/types/src/components/ steps/FuVerticalSteps.vue.d.ts +6 -0
  28. package/types/src/components/ steps/Stepper.d.ts +39 -0
  29. package/types/src/components/ steps/index.d.ts +2 -0
  30. package/types/src/components/ steps/types.d.ts +27 -0
  31. package/types/src/components/filter-bar/FuSearchInput.vue.d.ts +17 -0
  32. package/types/src/components/search-bar/complex-components/index.d.ts +0 -0
  33. package/types/src/components/search-bar/complex-components/mixins.d.ts +6 -0
  34. package/types/src/components/table/FuTableBody-backup.d.ts +3 -0
  35. package/types/src/components/table/types.d.ts +2 -0
  36. package/types/src/locale/index.d.ts +4 -0
  37. package/types/src/locale/lang/ja.d.ts +60 -0
  38. package/types/src/locale/lang/ms.d.ts +60 -0
  39. package/types/src/locale/lang/pt-br.d.ts +60 -0
  40. package/types/src/locale/lang/ru.d.ts +60 -0
  41. package/types/src/tools/utils.d.ts +2 -0
@@ -560,7 +560,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
560
560
  };
561
561
  }
562
562
  }));
563
- var FuFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/FuFilterInput.vue"]]);
563
+ var FuFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilterInput.vue"]]);
564
564
  const _sfc_main$I = /* @__PURE__ */ defineComponent({
565
565
  __name: "FuFilterConditionText",
566
566
  props: {
@@ -604,7 +604,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
604
604
  };
605
605
  }
606
606
  });
607
- var FuFilterConditionText = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/FuFilterConditionText.vue"]]);
607
+ var FuFilterConditionText = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilterConditionText.vue"]]);
608
608
  const _hoisted_1$o = { class: "fu-filter-conditions" };
609
609
  const _sfc_main$H = /* @__PURE__ */ defineComponent({
610
610
  __name: "FuFilterConditions",
@@ -644,7 +644,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
644
644
  };
645
645
  }
646
646
  });
647
- var FuFilterConditions = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/FuFilterConditions.vue"]]);
647
+ var FuFilterConditions = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilterConditions.vue"]]);
648
648
  const selectKey = Symbol("SelectKey");
649
649
  const referenceKey$1 = Symbol("ReferenceKey");
650
650
  const _hoisted_1$n = { class: "fu-filter__result" };
@@ -882,7 +882,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
882
882
  };
883
883
  }
884
884
  }));
885
- var FuFilter = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/FuFilter.vue"]]);
885
+ var FuFilter = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilter.vue"]]);
886
886
  const _hoisted_1$m = { class: "fu-filter-bar" };
887
887
  const _hoisted_2$d = { class: "fu-filter-bar__top" };
888
888
  const _hoisted_3$c = { class: "top_left" };
@@ -1014,7 +1014,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1014
1014
  };
1015
1015
  }
1016
1016
  }));
1017
- var FuFilterBar = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/FuFilterBar.vue"]]);
1017
+ var FuFilterBar = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilterBar.vue"]]);
1018
1018
  const _hoisted_1$l = ["onClick"];
1019
1019
  const _sfc_main$E = /* @__PURE__ */ defineComponent({
1020
1020
  __name: "FuFilterOption",
@@ -1052,7 +1052,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
1052
1052
  };
1053
1053
  }
1054
1054
  });
1055
- var FuFilterOption = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterOption.vue"]]);
1055
+ var FuFilterOption = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterOption.vue"]]);
1056
1056
  const _hoisted_1$k = { class: "fu-filter-component" };
1057
1057
  const _hoisted_2$c = { class: "fu-filter-component__label" };
1058
1058
  const _hoisted_3$b = { class: "fu-filter-component__content" };
@@ -1206,7 +1206,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1206
1206
  };
1207
1207
  }
1208
1208
  }));
1209
- var FuFilterSelect = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterSelect.vue"]]);
1209
+ var FuFilterSelect = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterSelect.vue"]]);
1210
1210
  const _hoisted_1$j = { class: "fu-filter-component" };
1211
1211
  const _hoisted_2$b = { class: "fu-filter-component__label" };
1212
1212
  const _hoisted_3$a = { class: "fu-filter-component__content" };
@@ -1346,7 +1346,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1346
1346
  };
1347
1347
  }
1348
1348
  }));
1349
- var FuFilterNormalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterNormalSelect.vue"]]);
1349
+ var FuFilterNormalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterNormalSelect.vue"]]);
1350
1350
  const getCheckDate = (timestamp) => {
1351
1351
  if (!timestamp)
1352
1352
  return false;
@@ -1444,7 +1444,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1444
1444
  };
1445
1445
  }
1446
1446
  }));
1447
- var FuFilterDate = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterDate.vue"]]);
1447
+ var FuFilterDate = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterDate.vue"]]);
1448
1448
  const _hoisted_1$h = { class: "fu-filter-component" };
1449
1449
  const _hoisted_2$9 = { class: "fu-filter-component__label" };
1450
1450
  const _hoisted_3$8 = { class: "fu-filter-component__content" };
@@ -1512,7 +1512,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1512
1512
  };
1513
1513
  }
1514
1514
  }));
1515
- var FuFilterDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterDateTime.vue"]]);
1515
+ var FuFilterDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterDateTime.vue"]]);
1516
1516
  const _hoisted_1$g = { class: "fu-filter-component" };
1517
1517
  const _hoisted_2$8 = { class: "fu-filter-component__label" };
1518
1518
  const _hoisted_3$7 = { class: "fu-filter-component__content" };
@@ -1566,7 +1566,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1566
1566
  };
1567
1567
  }
1568
1568
  }));
1569
- var FuFilterInputText = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterInputText.vue"]]);
1569
+ var FuFilterInputText = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterInputText.vue"]]);
1570
1570
  FuFilterBar.install = (app) => {
1571
1571
  app.component(FuFilterBar.name, FuFilterBar);
1572
1572
  app.component(FuFilter.name, FuFilter);
@@ -1646,7 +1646,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1646
1646
  };
1647
1647
  }
1648
1648
  }));
1649
- var FuIconButton = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/icon-button/FuIconButton.vue"]]);
1649
+ var FuIconButton = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/icon-button/FuIconButton.vue"]]);
1650
1650
  FuIconButton.install = (app) => {
1651
1651
  app.component(FuIconButton.name, FuIconButton);
1652
1652
  };
@@ -1762,7 +1762,7 @@ const _sfc_main$x = defineComponent({
1762
1762
  };
1763
1763
  }
1764
1764
  });
1765
- var FuReadWriteSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/read-write-switch/FuReadWriteSwitch.vue"]]);
1765
+ var FuReadWriteSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/read-write-switch/FuReadWriteSwitch.vue"]]);
1766
1766
  const __default__$l = { name: "FuInputRwSwitch" };
1767
1767
  const _sfc_main$w = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$l), {
1768
1768
  props: {
@@ -1815,7 +1815,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1815
1815
  };
1816
1816
  }
1817
1817
  }));
1818
- var FuInputRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/read-write-switch/FuInputRwSwitch.vue"]]);
1818
+ var FuInputRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/read-write-switch/FuInputRwSwitch.vue"]]);
1819
1819
  const __default__$k = { name: "FuSelectRwSwitch" };
1820
1820
  const _sfc_main$v = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$k), {
1821
1821
  props: {
@@ -1899,7 +1899,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1899
1899
  };
1900
1900
  }
1901
1901
  }));
1902
- var FuSelectRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/read-write-switch/FuSelectRwSwitch.vue"]]);
1902
+ var FuSelectRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/read-write-switch/FuSelectRwSwitch.vue"]]);
1903
1903
  FuReadWriteSwitch.install = (app) => {
1904
1904
  app.component(FuReadWriteSwitch.name, FuReadWriteSwitch);
1905
1905
  app.component(FuInputRwSwitch.name, FuInputRwSwitch);
@@ -1978,7 +1978,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1978
1978
  };
1979
1979
  }
1980
1980
  }));
1981
- var FuQuickSearch = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuQuickSearch.vue"]]);
1981
+ var FuQuickSearch = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuQuickSearch.vue"]]);
1982
1982
  const referenceKey = Symbol("ReferenceKey");
1983
1983
  const _hoisted_1$d = { class: "fu-complex-components" };
1984
1984
  const _hoisted_2$7 = { class: "fu-complex-components__body" };
@@ -2107,7 +2107,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2107
2107
  };
2108
2108
  }
2109
2109
  }));
2110
- var FuComplexSearch = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuComplexSearch.vue"]]);
2110
+ var FuComplexSearch = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuComplexSearch.vue"]]);
2111
2111
  const __default__$h = { name: "FuSearchBarButton" };
2112
2112
  const _sfc_main$s = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$h), {
2113
2113
  props: {
@@ -2138,7 +2138,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2138
2138
  };
2139
2139
  }
2140
2140
  }));
2141
- var FuSearchBarButton = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuSearchBarButton.vue"]]);
2141
+ var FuSearchBarButton = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuSearchBarButton.vue"]]);
2142
2142
  const _hoisted_1$c = { class: "fu-search-conditions__item" };
2143
2143
  const _hoisted_2$6 = { key: 0 };
2144
2144
  const _hoisted_3$5 = { class: "condition-value" };
@@ -2187,7 +2187,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2187
2187
  };
2188
2188
  }
2189
2189
  }));
2190
- var FuSearchConditions = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuSearchContions.vue"]]);
2190
+ var FuSearchConditions = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuSearchContions.vue"]]);
2191
2191
  const _hoisted_1$b = { class: "fu-search-bar" };
2192
2192
  const _hoisted_2$5 = { class: "fu-search-bar__content" };
2193
2193
  const _hoisted_3$4 = { class: "fu-search-bar__buttons" };
@@ -2350,7 +2350,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2350
2350
  };
2351
2351
  }
2352
2352
  }));
2353
- var FuSearchBar = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuSearchBar.vue"]]);
2353
+ var FuSearchBar = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuSearchBar.vue"]]);
2354
2354
  const _hoisted_1$a = { class: "fu-complex-component" };
2355
2355
  const _hoisted_2$4 = { class: "fu-complex-component__label" };
2356
2356
  const _hoisted_3$3 = { class: "fu-complex-component__content" };
@@ -2446,7 +2446,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2446
2446
  };
2447
2447
  }
2448
2448
  }));
2449
- var FuComplexSelect = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexSelect.vue"]]);
2449
+ var FuComplexSelect = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexSelect.vue"]]);
2450
2450
  const _hoisted_1$9 = { class: "fu-complex-component" };
2451
2451
  const _hoisted_2$3 = { class: "fu-complex-component__label" };
2452
2452
  const _hoisted_3$2 = { class: "fu-complex-component__content" };
@@ -2503,7 +2503,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2503
2503
  };
2504
2504
  }
2505
2505
  }));
2506
- var FuComplexInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexInput.vue"]]);
2506
+ var FuComplexInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexInput.vue"]]);
2507
2507
  const _hoisted_1$8 = { class: "fu-complex-component" };
2508
2508
  const _hoisted_2$2 = { class: "fu-complex-component__label" };
2509
2509
  const _hoisted_3$1 = { class: "fu-complex-component__content" };
@@ -2571,7 +2571,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2571
2571
  };
2572
2572
  }
2573
2573
  }));
2574
- var FuComplexDate = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexDate.vue"]]);
2574
+ var FuComplexDate = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexDate.vue"]]);
2575
2575
  const _hoisted_1$7 = { class: "fu-complex-component" };
2576
2576
  const _hoisted_2$1 = { class: "fu-complex-component__label" };
2577
2577
  const _hoisted_3 = { class: "fu-complex-component__content" };
@@ -2639,7 +2639,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2639
2639
  };
2640
2640
  }
2641
2641
  }));
2642
- var FuComplexDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexDateTime.vue"]]);
2642
+ var FuComplexDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexDateTime.vue"]]);
2643
2643
  FuSearchBar.install = (app) => {
2644
2644
  app.component(FuQuickSearch.name, FuQuickSearch);
2645
2645
  app.component(FuSearchBar.name, FuSearchBar);
@@ -2653,9 +2653,6 @@ var __glob_2_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
2653
2653
  __proto__: null,
2654
2654
  "default": FuSearchBar
2655
2655
  }, Symbol.toStringTag, { value: "Module" }));
2656
- var _a;
2657
- const isClient = typeof window !== "undefined";
2658
- isClient && ((_a = window == null ? void 0 : window.navigator) == null ? void 0 : _a.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
2659
2656
  Object.freeze({});
2660
2657
  Object.freeze([]);
2661
2658
  const isArray = Array.isArray;
@@ -2664,6 +2661,9 @@ const isElement = (e) => {
2664
2661
  return false;
2665
2662
  return e instanceof Element;
2666
2663
  };
2664
+ var _a;
2665
+ const isClient = typeof window !== "undefined";
2666
+ isClient && ((_a = window == null ? void 0 : window.navigator) == null ? void 0 : _a.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
2667
2667
  const nodeList = /* @__PURE__ */ new Map();
2668
2668
  if (isClient) {
2669
2669
  let startClick;
@@ -2681,7 +2681,7 @@ if (isClient) {
2681
2681
  }
2682
2682
  function createDocumentHandler(el, binding) {
2683
2683
  let excludes = [];
2684
- if (Array.isArray(binding.arg)) {
2684
+ if (isArray(binding.arg)) {
2685
2685
  excludes = binding.arg;
2686
2686
  } else if (isElement(binding.arg)) {
2687
2687
  excludes.push(binding.arg);
@@ -2786,7 +2786,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
2786
2786
  };
2787
2787
  }
2788
2788
  });
2789
- var FuSpeedDialButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialButton.vue"]]);
2789
+ var FuSpeedDialButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialButton.vue"]]);
2790
2790
  const SpeedDialKey = Symbol("SpeedDialKey");
2791
2791
  const _hoisted_1$6 = { class: "fu-speed-dial-action-button" };
2792
2792
  const _sfc_main$k = /* @__PURE__ */ defineComponent({
@@ -2878,7 +2878,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
2878
2878
  };
2879
2879
  }
2880
2880
  });
2881
- var FuSpeedDialActionButton = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialActionButton.vue"]]);
2881
+ var FuSpeedDialActionButton = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialActionButton.vue"]]);
2882
2882
  const __default__$a = { name: "FuSpeedDialItem" };
2883
2883
  const _sfc_main$j = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$a), {
2884
2884
  props: {
@@ -2969,7 +2969,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2969
2969
  };
2970
2970
  }
2971
2971
  }));
2972
- var FuSpeedDialItem = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialItem.vue"]]);
2972
+ var FuSpeedDialItem = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialItem.vue"]]);
2973
2973
  const _hoisted_1$5 = { class: "fu-speed-dial__content" };
2974
2974
  const __default__$9 = { name: "FuSpeedDial" };
2975
2975
  const _sfc_main$i = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$9), {
@@ -3240,7 +3240,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
3240
3240
  };
3241
3241
  }
3242
3242
  }));
3243
- var FuSpeedDial = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDial.vue"]]);
3243
+ var FuSpeedDial = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDial.vue"]]);
3244
3244
  FuSpeedDial.install = (app) => {
3245
3245
  app.component(FuSpeedDial.name, FuSpeedDial);
3246
3246
  app.component(FuSpeedDialItem.name, FuSpeedDialItem);
@@ -3456,7 +3456,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
3456
3456
  };
3457
3457
  }
3458
3458
  }));
3459
- var FuSplitPane = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/split-pane/FuSplitPane.vue"]]);
3459
+ var FuSplitPane = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/split-pane/FuSplitPane.vue"]]);
3460
3460
  FuSplitPane.install = (app) => {
3461
3461
  app.component(FuSplitPane.name, FuSplitPane);
3462
3462
  };
@@ -3497,7 +3497,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
3497
3497
  };
3498
3498
  }
3499
3499
  });
3500
- var FuHorizontalNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/steps/FuHorizontalNavigation.vue"]]);
3500
+ var FuHorizontalNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuHorizontalNavigation.vue"]]);
3501
3501
  const _sfc_main$f = {};
3502
3502
  function _sfc_render(_ctx, _cache) {
3503
3503
  const _component_el_button = resolveComponent("el-button");
@@ -3508,7 +3508,7 @@ function _sfc_render(_ctx, _cache) {
3508
3508
  _: 3
3509
3509
  }, 16);
3510
3510
  }
3511
- var FuStepButton = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render], ["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/steps/FuStepButton.vue"]]);
3511
+ var FuStepButton = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render], ["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuStepButton.vue"]]);
3512
3512
  var FuStepsFooter = defineComponent({
3513
3513
  name: "FuStepsFooter",
3514
3514
  components: {
@@ -3749,7 +3749,7 @@ const _sfc_main$e = defineComponent({
3749
3749
  };
3750
3750
  }
3751
3751
  });
3752
- var FuHorizontalSteps = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/steps/FuHorizontalSteps.vue"]]);
3752
+ var FuHorizontalSteps = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuHorizontalSteps.vue"]]);
3753
3753
  const _sfc_main$d = /* @__PURE__ */ defineComponent({
3754
3754
  __name: "FuVerticalNavigation",
3755
3755
  props: {
@@ -3807,7 +3807,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
3807
3807
  };
3808
3808
  }
3809
3809
  });
3810
- var FuVerticalNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/steps/FuVerticalNavigation.vue"]]);
3810
+ var FuVerticalNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuVerticalNavigation.vue"]]);
3811
3811
  const _sfc_main$c = defineComponent({
3812
3812
  name: "FuVerticalSteps",
3813
3813
  components: { FuVerticalNavigation, FuStepsFooter },
@@ -3871,7 +3871,7 @@ const _sfc_main$c = defineComponent({
3871
3871
  };
3872
3872
  }
3873
3873
  });
3874
- var FuVerticalSteps = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/steps/FuVerticalSteps.vue"]]);
3874
+ var FuVerticalSteps = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuVerticalSteps.vue"]]);
3875
3875
  const _sfc_main$b = defineComponent({
3876
3876
  name: "FuSteps",
3877
3877
  components: {
@@ -3910,7 +3910,7 @@ const _sfc_main$b = defineComponent({
3910
3910
  }
3911
3911
  }
3912
3912
  });
3913
- var FuSteps = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/steps/FuSteps.vue"]]);
3913
+ var FuSteps = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuSteps.vue"]]);
3914
3914
  const _hoisted_1$3 = { class: "fu-step" };
3915
3915
  const __default__$7 = { name: "FuStep" };
3916
3916
  const _sfc_main$a = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$7), {
@@ -3927,7 +3927,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
3927
3927
  };
3928
3928
  }
3929
3929
  }));
3930
- var FuStep = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/steps/FuStep.vue"]]);
3930
+ var FuStep = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuStep.vue"]]);
3931
3931
  FuSteps.install = (app) => {
3932
3932
  app.component(FuStep.name, FuStep);
3933
3933
  app.component(FuSteps.name, FuSteps);
@@ -4135,7 +4135,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
4135
4135
  };
4136
4136
  }
4137
4137
  }));
4138
- var FuTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/FuTable.vue"]]);
4138
+ var FuTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/FuTable.vue"]]);
4139
4139
  const tableColumnSelect = () => {
4140
4140
  function dragstart(event, index) {
4141
4141
  if (event.dataTransfer) {
@@ -4299,7 +4299,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
4299
4299
  };
4300
4300
  }
4301
4301
  });
4302
- var FuTableColumnSelectPopover = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelectPopover.vue"]]);
4302
+ var FuTableColumnSelectPopover = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelectPopover.vue"]]);
4303
4303
  const _hoisted_1$1 = { style: { "display": "inline-block" } };
4304
4304
  const _sfc_main$7 = /* @__PURE__ */ defineComponent({
4305
4305
  __name: "FuTableColumnSelectDialog",
@@ -4438,7 +4438,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
4438
4438
  };
4439
4439
  }
4440
4440
  });
4441
- var FuTableColumnSelectDialog = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelectDialog.vue"]]);
4441
+ var FuTableColumnSelectDialog = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelectDialog.vue"]]);
4442
4442
  const _sfc_main$6 = defineComponent({
4443
4443
  name: "FuTableColumnSelect",
4444
4444
  props: ["type"],
@@ -4453,7 +4453,7 @@ const _sfc_main$6 = defineComponent({
4453
4453
  };
4454
4454
  }
4455
4455
  });
4456
- var FuTableColumnSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelect.vue"]]);
4456
+ var FuTableColumnSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelect.vue"]]);
4457
4457
  const __default__$5 = { name: "FuTablePagination" };
4458
4458
  const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$5), {
4459
4459
  props: {
@@ -4502,7 +4502,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
4502
4502
  };
4503
4503
  }
4504
4504
  }));
4505
- var FuTablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/FuTablePagination.vue"]]);
4505
+ var FuTablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/FuTablePagination.vue"]]);
4506
4506
  const __default__$4 = { name: "FuTableButton" };
4507
4507
  const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$4), {
4508
4508
  props: {
@@ -4531,7 +4531,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
4531
4531
  };
4532
4532
  }
4533
4533
  }));
4534
- var FuTableButton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/table-operations/FuTableButton.vue"]]);
4534
+ var FuTableButton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-operations/FuTableButton.vue"]]);
4535
4535
  const __default__$3 = { name: "FuTableMoreButton" };
4536
4536
  const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$3), {
4537
4537
  props: {
@@ -4617,7 +4617,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
4617
4617
  };
4618
4618
  }
4619
4619
  }));
4620
- var FuTableMoreButton = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/table-operations/FuTableMoreButton.vue"]]);
4620
+ var FuTableMoreButton = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-operations/FuTableMoreButton.vue"]]);
4621
4621
  const __default__$2 = { name: "FuTableOperations" };
4622
4622
  const _sfc_main$2 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$2), {
4623
4623
  props: {
@@ -4724,7 +4724,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
4724
4724
  };
4725
4725
  }
4726
4726
  }));
4727
- var FuTableOperations = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/table-operations/FuTableOperations.vue"]]);
4727
+ var FuTableOperations = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-operations/FuTableOperations.vue"]]);
4728
4728
  const _hoisted_1 = { class: "fu-dropdown-link" };
4729
4729
  const _hoisted_2 = {
4730
4730
  key: 0,
@@ -4858,7 +4858,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
4858
4858
  };
4859
4859
  }
4860
4860
  }));
4861
- var FuTableColumnDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/FuTableColumnDropdown.vue"]]);
4861
+ var FuTableColumnDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/FuTableColumnDropdown.vue"]]);
4862
4862
  FuTable.install = (app) => {
4863
4863
  app.component(FuTable.name, FuTable);
4864
4864
  app.component(FuTablePagination.name, FuTablePagination);
@@ -5015,7 +5015,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({
5015
5015
  };
5016
5016
  }
5017
5017
  }));
5018
- var FuTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/tabs/FuTabs.vue"]]);
5018
+ var FuTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/tabs/FuTabs.vue"]]);
5019
5019
  FuTabs.install = (app) => {
5020
5020
  app.component(FuTabs.name, FuTabs);
5021
5021
  };
@@ -5024,7 +5024,7 @@ var __glob_2_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
5024
5024
  "default": FuTabs
5025
5025
  }, Symbol.toStringTag, { value: "Module" }));
5026
5026
  const name = "fit2cloud-ui-plus";
5027
- const version = "1.1.17";
5027
+ const version = "1.2.0-beta.0";
5028
5028
  const main = "./lib/fit2cloud-ui-plus.es.js";
5029
5029
  const files = [
5030
5030
  "lib",
@@ -5047,7 +5047,7 @@ const scripts = {
5047
5047
  };
5048
5048
  const dependencies = {
5049
5049
  "@element-plus/icons-vue": "^1.1.4",
5050
- "element-plus": "^2.8.0",
5050
+ "element-plus": "^2.9.1",
5051
5051
  "github-markdown-css": "^5.1.0",
5052
5052
  "prism-theme-vars": "^0.2.3",
5053
5053
  prismjs: "^1.28.0",
@@ -5062,7 +5062,7 @@ const devDependencies = {
5062
5062
  "@types/uuid": "^9.0.8",
5063
5063
  "@vitejs/plugin-vue": "^2.3.1",
5064
5064
  sass: "^1.83.0",
5065
- "sass-loader": "^16.0.1",
5065
+ "sass-loader": "^16.0.4",
5066
5066
  typescript: "^4.5.4",
5067
5067
  "unplugin-vue-define-options": "^0.6.1",
5068
5068
  vite: "^2.9.16",