fit2cloud-ui-plus 1.0.0-beta.7 → 1.0.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.
@@ -565,7 +565,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
565
565
  };
566
566
  }
567
567
  }));
568
- var FuFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilterInput.vue"]]);
568
+ var FuFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/FuFilterInput.vue"]]);
569
569
  const _sfc_main$A = /* @__PURE__ */ defineComponent({
570
570
  __name: "FuFilterConditionText",
571
571
  props: {
@@ -609,7 +609,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
609
609
  };
610
610
  }
611
611
  });
612
- var FuFilterConditionText = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilterConditionText.vue"]]);
612
+ var FuFilterConditionText = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/FuFilterConditionText.vue"]]);
613
613
  const _hoisted_1$m = { class: "fu-filter-conditions" };
614
614
  const _sfc_main$z = /* @__PURE__ */ defineComponent({
615
615
  __name: "FuFilterConditions",
@@ -649,7 +649,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
649
649
  };
650
650
  }
651
651
  });
652
- var FuFilterConditions = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilterConditions.vue"]]);
652
+ var FuFilterConditions = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/FuFilterConditions.vue"]]);
653
653
  const selectKey = Symbol("SelectKey");
654
654
  const referenceKey$1 = Symbol("ReferenceKey");
655
655
  const _hoisted_1$l = { class: "fu-filter__result" };
@@ -886,7 +886,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
886
886
  };
887
887
  }
888
888
  }));
889
- var FuFilter = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilter.vue"]]);
889
+ var FuFilter = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/FuFilter.vue"]]);
890
890
  const _hoisted_1$k = { class: "fu-filter-bar" };
891
891
  const _hoisted_2$d = { class: "fu-filter-bar__top" };
892
892
  const _hoisted_3$b = { class: "top_left" };
@@ -996,7 +996,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
996
996
  };
997
997
  }
998
998
  }));
999
- var FuFilterBar = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilterBar.vue"]]);
999
+ var FuFilterBar = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/FuFilterBar.vue"]]);
1000
1000
  const _hoisted_1$j = ["onClick"];
1001
1001
  const _sfc_main$w = /* @__PURE__ */ defineComponent({
1002
1002
  __name: "FuFilterOption",
@@ -1034,7 +1034,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
1034
1034
  };
1035
1035
  }
1036
1036
  });
1037
- var FuFilterOption = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterOption.vue"]]);
1037
+ var FuFilterOption = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterOption.vue"]]);
1038
1038
  const _hoisted_1$i = { class: "fu-filter-component" };
1039
1039
  const _hoisted_2$c = { class: "fu-filter-component__label" };
1040
1040
  const _hoisted_3$a = { class: "fu-filter-component__content" };
@@ -1083,6 +1083,10 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1083
1083
  }
1084
1084
  });
1085
1085
  });
1086
+ const showMore = computed(() => {
1087
+ var _a2;
1088
+ return ((_a2 = props.options) == null ? void 0 : _a2.length) > props.showLimit && props.showLimit > 0;
1089
+ });
1086
1090
  const valueLabel = computed(() => {
1087
1091
  if (Array.isArray(selection.value)) {
1088
1092
  let values = [];
@@ -1163,7 +1167,8 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1163
1167
  key: o.value
1164
1168
  }, null, 8, ["label", "value"]);
1165
1169
  }), 128)),
1166
- createVNode(_component_el_popover, {
1170
+ unref(showMore) ? (openBlock(), createBlock(_component_el_popover, {
1171
+ key: 0,
1167
1172
  "popper-class": "fu-filter-component-popover",
1168
1173
  "show-arrow": false,
1169
1174
  placement: "bottom-start",
@@ -1214,13 +1219,13 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1214
1219
  }, 16, ["modelValue", "multiple", "size", "placeholder"])
1215
1220
  ]),
1216
1221
  _: 1
1217
- })
1222
+ })) : createCommentVNode("v-if", true)
1218
1223
  ])
1219
1224
  ]);
1220
1225
  };
1221
1226
  }
1222
1227
  }));
1223
- var FuFilterSelect = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterSelect.vue"]]);
1228
+ var FuFilterSelect = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterSelect.vue"]]);
1224
1229
  const getCheckDate = (timestamp) => {
1225
1230
  if (!timestamp)
1226
1231
  return false;
@@ -1272,20 +1277,20 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1272
1277
  },
1273
1278
  setup(__props, { expose }) {
1274
1279
  const props = __props;
1275
- const value = ref("");
1280
+ const value = ref([]);
1276
1281
  const configSize = useSize();
1277
1282
  const valueLabel = computed(() => {
1278
1283
  return dateFormat(value.value[0]) + " - " + dateFormat(value.value[1]);
1279
1284
  });
1280
1285
  const { t } = useLocale();
1281
1286
  function getCondition() {
1282
- if (!String(value.value))
1287
+ if (!value.value || value.value.length === 0)
1283
1288
  return;
1284
1289
  let { field: field2, label } = props;
1285
1290
  return { field: field2, label, value: value.value, valueLabel: valueLabel.value };
1286
1291
  }
1287
1292
  function init(v) {
1288
- value.value = v !== void 0 ? v : "";
1293
+ value.value = v !== void 0 ? v : [];
1289
1294
  }
1290
1295
  const references = inject(referenceKey$1);
1291
1296
  const field = props.field;
@@ -1318,7 +1323,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1318
1323
  };
1319
1324
  }
1320
1325
  }));
1321
- var FuFilterDate = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterDate.vue"]]);
1326
+ var FuFilterDate = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterDate.vue"]]);
1322
1327
  const _hoisted_1$g = { class: "fu-filter-component" };
1323
1328
  const _hoisted_2$a = { class: "fu-filter-component__label" };
1324
1329
  const _hoisted_3$8 = { class: "fu-filter-component__content" };
@@ -1341,20 +1346,20 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1341
1346
  },
1342
1347
  setup(__props, { expose }) {
1343
1348
  const props = __props;
1344
- const value = ref("");
1349
+ const value = ref([]);
1345
1350
  const configSize = useSize();
1346
1351
  const valueLabel = computed(() => {
1347
1352
  return datetimeFormat(value.value[0]) + " - " + datetimeFormat(value.value[1]);
1348
1353
  });
1349
1354
  const { t } = useLocale();
1350
1355
  function getCondition() {
1351
- if (!String(value.value))
1356
+ if (!value.value || value.value.length === 0)
1352
1357
  return;
1353
1358
  let { field: field2, label } = props;
1354
1359
  return { field: field2, label, value: value.value, valueLabel: valueLabel.value };
1355
1360
  }
1356
1361
  function init(v) {
1357
- value.value = v !== void 0 ? v : "";
1362
+ value.value = v !== void 0 ? v : [];
1358
1363
  }
1359
1364
  const references = inject(referenceKey$1);
1360
1365
  const field = props.field;
@@ -1387,7 +1392,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1387
1392
  };
1388
1393
  }
1389
1394
  }));
1390
- var FuFilterDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterDateTime.vue"]]);
1395
+ var FuFilterDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterDateTime.vue"]]);
1391
1396
  const _hoisted_1$f = { class: "fu-filter-component" };
1392
1397
  const _hoisted_2$9 = { class: "fu-filter-component__label" };
1393
1398
  const _hoisted_3$7 = { class: "fu-filter-component__content" };
@@ -1441,7 +1446,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1441
1446
  };
1442
1447
  }
1443
1448
  }));
1444
- var FuFilterInputText = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterInputText.vue"]]);
1449
+ var FuFilterInputText = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterInputText.vue"]]);
1445
1450
  FuFilterBar.install = (app) => {
1446
1451
  app.component(FuFilterBar.name, FuFilterBar);
1447
1452
  app.component(FuFilter.name, FuFilter);
@@ -1520,7 +1525,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1520
1525
  };
1521
1526
  }
1522
1527
  }));
1523
- var FuIconButton = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/icon-button/FuIconButton.vue"]]);
1528
+ var FuIconButton = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/icon-button/FuIconButton.vue"]]);
1524
1529
  FuIconButton.install = (app) => {
1525
1530
  app.component(FuIconButton.name, FuIconButton);
1526
1531
  };
@@ -1612,7 +1617,7 @@ const _sfc_main$q = defineComponent({
1612
1617
  };
1613
1618
  }
1614
1619
  });
1615
- var FuReadWriteSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/read-write-switch/FuReadWriteSwitch.vue"]]);
1620
+ var FuReadWriteSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/read-write-switch/FuReadWriteSwitch.vue"]]);
1616
1621
  const __default__$k = { name: "FuInputRwSwitch" };
1617
1622
  const _sfc_main$p = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$k), {
1618
1623
  props: {
@@ -1665,7 +1670,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1665
1670
  };
1666
1671
  }
1667
1672
  }));
1668
- var FuInputRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/read-write-switch/FuInputRwSwitch.vue"]]);
1673
+ var FuInputRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/read-write-switch/FuInputRwSwitch.vue"]]);
1669
1674
  const __default__$j = { name: "FuSelectRwSwitch" };
1670
1675
  const _sfc_main$o = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$j), {
1671
1676
  props: {
@@ -1749,7 +1754,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1749
1754
  };
1750
1755
  }
1751
1756
  }));
1752
- var FuSelectRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/read-write-switch/FuSelectRwSwitch.vue"]]);
1757
+ var FuSelectRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/read-write-switch/FuSelectRwSwitch.vue"]]);
1753
1758
  FuReadWriteSwitch.install = (app) => {
1754
1759
  app.component(FuReadWriteSwitch.name, FuReadWriteSwitch);
1755
1760
  app.component(FuInputRwSwitch.name, FuInputRwSwitch);
@@ -1828,7 +1833,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1828
1833
  };
1829
1834
  }
1830
1835
  }));
1831
- var FuQuickSearch = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuQuickSearch.vue"]]);
1836
+ var FuQuickSearch = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuQuickSearch.vue"]]);
1832
1837
  const referenceKey = Symbol("ReferenceKey");
1833
1838
  const _hoisted_1$c = { class: "fu-complex-components" };
1834
1839
  const _hoisted_2$8 = { class: "fu-complex-components__body" };
@@ -1957,7 +1962,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1957
1962
  };
1958
1963
  }
1959
1964
  }));
1960
- var FuComplexSearch = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuComplexSearch.vue"]]);
1965
+ var FuComplexSearch = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuComplexSearch.vue"]]);
1961
1966
  const __default__$g = { name: "FuSearchBarButton" };
1962
1967
  const _sfc_main$l = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$g), {
1963
1968
  props: {
@@ -1988,7 +1993,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
1988
1993
  };
1989
1994
  }
1990
1995
  }));
1991
- var FuSearchBarButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuSearchBarButton.vue"]]);
1996
+ var FuSearchBarButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuSearchBarButton.vue"]]);
1992
1997
  const _hoisted_1$b = { class: "fu-search-conditions__item" };
1993
1998
  const _hoisted_2$7 = { key: 0 };
1994
1999
  const _hoisted_3$5 = { class: "condition-value" };
@@ -2037,7 +2042,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2037
2042
  };
2038
2043
  }
2039
2044
  }));
2040
- var FuSearchConditions = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuSearchContions.vue"]]);
2045
+ var FuSearchConditions = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuSearchContions.vue"]]);
2041
2046
  const _hoisted_1$a = { class: "fu-search-bar" };
2042
2047
  const _hoisted_2$6 = { class: "fu-search-bar__content" };
2043
2048
  const _hoisted_3$4 = { class: "fu-search-bar__buttons" };
@@ -2200,7 +2205,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2200
2205
  };
2201
2206
  }
2202
2207
  }));
2203
- var FuSearchBar = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuSearchBar.vue"]]);
2208
+ var FuSearchBar = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuSearchBar.vue"]]);
2204
2209
  const _hoisted_1$9 = { class: "fu-complex-component" };
2205
2210
  const _hoisted_2$5 = { class: "fu-complex-component__label" };
2206
2211
  const _hoisted_3$3 = { class: "fu-complex-component__content" };
@@ -2296,7 +2301,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2296
2301
  };
2297
2302
  }
2298
2303
  }));
2299
- var FuComplexSelect = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexSelect.vue"]]);
2304
+ var FuComplexSelect = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexSelect.vue"]]);
2300
2305
  const _hoisted_1$8 = { class: "fu-complex-component" };
2301
2306
  const _hoisted_2$4 = { class: "fu-complex-component__label" };
2302
2307
  const _hoisted_3$2 = { class: "fu-complex-component__content" };
@@ -2353,7 +2358,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2353
2358
  };
2354
2359
  }
2355
2360
  }));
2356
- var FuComplexInput = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexInput.vue"]]);
2361
+ var FuComplexInput = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexInput.vue"]]);
2357
2362
  const _hoisted_1$7 = { class: "fu-complex-component" };
2358
2363
  const _hoisted_2$3 = { class: "fu-complex-component__label" };
2359
2364
  const _hoisted_3$1 = { class: "fu-complex-component__content" };
@@ -2421,7 +2426,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2421
2426
  };
2422
2427
  }
2423
2428
  }));
2424
- var FuComplexDate = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexDate.vue"]]);
2429
+ var FuComplexDate = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexDate.vue"]]);
2425
2430
  const _hoisted_1$6 = { class: "fu-complex-component" };
2426
2431
  const _hoisted_2$2 = { class: "fu-complex-component__label" };
2427
2432
  const _hoisted_3 = { class: "fu-complex-component__content" };
@@ -2490,7 +2495,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2490
2495
  };
2491
2496
  }
2492
2497
  }));
2493
- var FuComplexDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexDateTime.vue"]]);
2498
+ var FuComplexDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexDateTime.vue"]]);
2494
2499
  FuSearchBar.install = (app) => {
2495
2500
  app.component(FuQuickSearch.name, FuQuickSearch);
2496
2501
  app.component(FuSearchBar.name, FuSearchBar);
@@ -2634,7 +2639,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
2634
2639
  };
2635
2640
  }
2636
2641
  });
2637
- var FuSpeedDialButton = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialButton.vue"]]);
2642
+ var FuSpeedDialButton = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialButton.vue"]]);
2638
2643
  const SpeedDialKey = Symbol("SpeedDialKey");
2639
2644
  const _hoisted_1$5 = { class: "fu-speed-dial-action-button" };
2640
2645
  const _sfc_main$d = /* @__PURE__ */ defineComponent({
@@ -2726,7 +2731,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
2726
2731
  };
2727
2732
  }
2728
2733
  });
2729
- var FuSpeedDialActionButton = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialActionButton.vue"]]);
2734
+ var FuSpeedDialActionButton = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialActionButton.vue"]]);
2730
2735
  const __default__$9 = { name: "FuSpeedDialItem" };
2731
2736
  const _sfc_main$c = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$9), {
2732
2737
  props: {
@@ -2817,7 +2822,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
2817
2822
  };
2818
2823
  }
2819
2824
  }));
2820
- var FuSpeedDialItem = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialItem.vue"]]);
2825
+ var FuSpeedDialItem = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialItem.vue"]]);
2821
2826
  const _hoisted_1$4 = { class: "fu-speed-dial__content" };
2822
2827
  const __default__$8 = { name: "FuSpeedDial" };
2823
2828
  const _sfc_main$b = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$8), {
@@ -3087,7 +3092,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
3087
3092
  };
3088
3093
  }
3089
3094
  }));
3090
- var FuSpeedDial = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDial.vue"]]);
3095
+ var FuSpeedDial = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDial.vue"]]);
3091
3096
  FuSpeedDial.install = (app) => {
3092
3097
  app.component(FuSpeedDial.name, FuSpeedDial);
3093
3098
  app.component(FuSpeedDialItem.name, FuSpeedDialItem);
@@ -3303,7 +3308,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
3303
3308
  };
3304
3309
  }
3305
3310
  }));
3306
- var FuSplitPane = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/split-pane/FuSplitPane.vue"]]);
3311
+ var FuSplitPane = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/split-pane/FuSplitPane.vue"]]);
3307
3312
  FuSplitPane.install = (app) => {
3308
3313
  app.component(FuSplitPane.name, FuSplitPane);
3309
3314
  };
@@ -3499,7 +3504,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
3499
3504
  };
3500
3505
  }
3501
3506
  }));
3502
- var FuTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/FuTable.vue"]]);
3507
+ var FuTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/FuTable.vue"]]);
3503
3508
  const tableColumnSelect = (localKey) => {
3504
3509
  const columnsKey = computed(() => {
3505
3510
  return localKey ? "FU-T-" + localKey : "";
@@ -3671,7 +3676,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
3671
3676
  };
3672
3677
  }
3673
3678
  });
3674
- var FuTableColumnSelectPopover = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelectPopover.vue"]]);
3679
+ 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"]]);
3675
3680
  const _hoisted_1$1 = { style: { "display": "inline-block" } };
3676
3681
  const _sfc_main$7 = /* @__PURE__ */ defineComponent({
3677
3682
  __name: "FuTableColumnSelectDialog",
@@ -3805,7 +3810,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
3805
3810
  };
3806
3811
  }
3807
3812
  });
3808
- var FuTableColumnSelectDialog = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelectDialog.vue"]]);
3813
+ 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"]]);
3809
3814
  const _sfc_main$6 = defineComponent({
3810
3815
  name: "FuTableColumnSelect",
3811
3816
  props: ["type"],
@@ -3820,7 +3825,7 @@ const _sfc_main$6 = defineComponent({
3820
3825
  };
3821
3826
  }
3822
3827
  });
3823
- var FuTableColumnSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelect.vue"]]);
3828
+ 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"]]);
3824
3829
  const __default__$5 = { name: "FuTablePagination" };
3825
3830
  const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$5), {
3826
3831
  props: {
@@ -3869,7 +3874,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
3869
3874
  };
3870
3875
  }
3871
3876
  }));
3872
- var FuTablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/FuTablePagination.vue"]]);
3877
+ var FuTablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/FuTablePagination.vue"]]);
3873
3878
  const __default__$4 = { name: "FuTableButton" };
3874
3879
  const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$4), {
3875
3880
  props: {
@@ -3898,7 +3903,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
3898
3903
  };
3899
3904
  }
3900
3905
  }));
3901
- var FuTableButton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-operations/FuTableButton.vue"]]);
3906
+ 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"]]);
3902
3907
  const __default__$3 = { name: "FuTableMoreButton" };
3903
3908
  const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$3), {
3904
3909
  props: {
@@ -3984,7 +3989,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
3984
3989
  };
3985
3990
  }
3986
3991
  }));
3987
- var FuTableMoreButton = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-operations/FuTableMoreButton.vue"]]);
3992
+ 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"]]);
3988
3993
  const __default__$2 = { name: "FuTableOperations" };
3989
3994
  const _sfc_main$2 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$2), {
3990
3995
  props: {
@@ -4091,7 +4096,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
4091
4096
  };
4092
4097
  }
4093
4098
  }));
4094
- var FuTableOperations = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-operations/FuTableOperations.vue"]]);
4099
+ 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"]]);
4095
4100
  const _hoisted_1 = { class: "fu-dropdown-link" };
4096
4101
  const _hoisted_2 = {
4097
4102
  key: 0,
@@ -4225,7 +4230,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
4225
4230
  };
4226
4231
  }
4227
4232
  }));
4228
- var FuTableColumnDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/FuTableColumnDropdown.vue"]]);
4233
+ var FuTableColumnDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/FuTableColumnDropdown.vue"]]);
4229
4234
  FuTable.install = (app) => {
4230
4235
  app.component(FuTable.name, FuTable);
4231
4236
  app.component(FuTablePagination.name, FuTablePagination);
@@ -4382,7 +4387,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({
4382
4387
  };
4383
4388
  }
4384
4389
  }));
4385
- var FuTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/tabs/FuTabs.vue"]]);
4390
+ var FuTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/tabs/FuTabs.vue"]]);
4386
4391
  FuTabs.install = (app) => {
4387
4392
  app.component(FuTabs.name, FuTabs);
4388
4393
  };
@@ -4391,7 +4396,7 @@ var __glob_2_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
4391
4396
  "default": FuTabs
4392
4397
  }, Symbol.toStringTag, { value: "Module" }));
4393
4398
  const name = "fit2cloud-ui-plus";
4394
- const version = "1.0.0-beta.7";
4399
+ const version = "1.0.0";
4395
4400
  const main = "./lib/fit2cloud-ui-plus.es.js";
4396
4401
  const files = [
4397
4402
  "lib",