fit2cloud-ui-plus 1.2.2 → 1.2.4-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.
- package/README.md +1 -1
- package/lib/fit2cloud-ui-plus.es.js +67 -51
- package/lib/fit2cloud-ui-plus.umd.js +1 -1
- package/package.json +6 -2
- package/src/components/read-write-switch/FuInputRwSwitch.vue +5 -4
- package/src/components/table/table-operations/FuTableOperations.vue +11 -3
- package/types/examples/pages/search/attributes.d.ts +57 -0
- package/types/examples/pages/search/demo/BaseSearchbar.vue.d.ts +66 -0
- package/types/examples/pages/search/demo/ComplexComponentsDemo.vue.d.ts +60 -0
- package/types/examples/pages/search/demo/ComplexSearchDemo.vue.d.ts +84 -0
- package/types/examples/pages/search/demo/CustomComponentsDemo.vue.d.ts +50 -0
- package/types/examples/pages/search/demo/EchoConditionsDemo.vue.d.ts +52 -0
- package/types/examples/pages/search/demo/QuickSearchDemo.vue.d.ts +18 -0
- package/types/examples/pages/search/demo/SearchBarButtonDemo.vue.d.ts +54 -0
- package/types/examples/pages/search/index.vue.d.ts +150 -0
- package/types/examples/pages/table/demo/TablePagination.vue.d.ts +1 -1
- package/types/src/components/ steps/FuHorizontalNavigation.vue.d.ts +13 -0
- package/types/src/components/ steps/FuHorizontalSteps.vue.d.ts +6 -0
- package/types/src/components/ steps/FuStep.vue.d.ts +2 -0
- package/types/src/components/ steps/FuStepButton.vue.d.ts +2 -0
- package/types/src/components/ steps/FuSteps.vue.d.ts +12 -0
- package/types/src/components/ steps/FuStepsFooter.d.ts +6 -0
- package/types/src/components/ steps/FuVerticalNavigation.vue.d.ts +14 -0
- package/types/src/components/ steps/FuVerticalSteps.vue.d.ts +6 -0
- package/types/src/components/ steps/Stepper.d.ts +39 -0
- package/types/src/components/ steps/index.d.ts +2 -0
- package/types/src/components/ steps/types.d.ts +27 -0
- package/types/src/components/filter-bar/FuSearchInput.vue.d.ts +17 -0
- package/types/src/components/icon-button/FuIconButton.vue.d.ts +1 -1
- package/types/src/components/read-write-switch/FuInputRwSwitch.vue.d.ts +2 -1
- package/types/src/components/read-write-switch/FuSelectRwSwitch.vue.d.ts +1 -1
- package/types/src/components/search-bar/complex-components/index.d.ts +0 -0
- package/types/src/components/search-bar/complex-components/mixins.d.ts +6 -0
- package/types/src/components/table/FuTableBody-backup.d.ts +3 -0
- package/types/src/components/table/table-operations/FuTableOperations.vue.d.ts +18 -0
- package/types/src/components/table/types.d.ts +2 -0
- package/types/src/hooks/use-global-config/index.d.ts +2 -2
- package/types/src/hooks/use-locale/index.d.ts +3 -3
- package/types/src/locale/index.d.ts +2 -2
- package/types/src/tools/size.d.ts +1 -1
- package/types/src/tools/utils.d.ts +2 -0
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ app.mount('#app')
|
|
|
56
56
|
|
|
57
57
|
### License & Copyright
|
|
58
58
|
|
|
59
|
-
Copyright (c) 2014-
|
|
59
|
+
Copyright (c) 2014-2026 FIT2CLOUD 飞致云, All rights reserved.
|
|
60
60
|
|
|
61
61
|
Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in
|
|
62
62
|
compliance with the License. You may obtain a copy of the License at
|
|
@@ -569,7 +569,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
569
569
|
};
|
|
570
570
|
}
|
|
571
571
|
}));
|
|
572
|
-
var FuFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__file", "/Users/
|
|
572
|
+
var FuFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilterInput.vue"]]);
|
|
573
573
|
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
574
574
|
__name: "FuFilterConditionText",
|
|
575
575
|
props: {
|
|
@@ -613,7 +613,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
613
613
|
};
|
|
614
614
|
}
|
|
615
615
|
});
|
|
616
|
-
var FuFilterConditionText = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__file", "/Users/
|
|
616
|
+
var FuFilterConditionText = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilterConditionText.vue"]]);
|
|
617
617
|
const _hoisted_1$o = { class: "fu-filter-conditions" };
|
|
618
618
|
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
619
619
|
__name: "FuFilterConditions",
|
|
@@ -653,7 +653,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
653
653
|
};
|
|
654
654
|
}
|
|
655
655
|
});
|
|
656
|
-
var FuFilterConditions = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__file", "/Users/
|
|
656
|
+
var FuFilterConditions = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilterConditions.vue"]]);
|
|
657
657
|
const selectKey = Symbol("SelectKey");
|
|
658
658
|
const referenceKey$1 = Symbol("ReferenceKey");
|
|
659
659
|
const _hoisted_1$n = { class: "fu-filter__result" };
|
|
@@ -891,7 +891,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
891
891
|
};
|
|
892
892
|
}
|
|
893
893
|
}));
|
|
894
|
-
var FuFilter = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__file", "/Users/
|
|
894
|
+
var FuFilter = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilter.vue"]]);
|
|
895
895
|
const _hoisted_1$m = { class: "fu-filter-bar" };
|
|
896
896
|
const _hoisted_2$d = { class: "fu-filter-bar__top" };
|
|
897
897
|
const _hoisted_3$c = { class: "top_left" };
|
|
@@ -1023,7 +1023,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1023
1023
|
};
|
|
1024
1024
|
}
|
|
1025
1025
|
}));
|
|
1026
|
-
var FuFilterBar = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__file", "/Users/
|
|
1026
|
+
var FuFilterBar = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/FuFilterBar.vue"]]);
|
|
1027
1027
|
const _hoisted_1$l = ["onClick"];
|
|
1028
1028
|
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
1029
1029
|
__name: "FuFilterOption",
|
|
@@ -1061,7 +1061,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
1061
1061
|
};
|
|
1062
1062
|
}
|
|
1063
1063
|
});
|
|
1064
|
-
var FuFilterOption = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__file", "/Users/
|
|
1064
|
+
var FuFilterOption = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterOption.vue"]]);
|
|
1065
1065
|
const _hoisted_1$k = { class: "fu-filter-component" };
|
|
1066
1066
|
const _hoisted_2$c = { class: "fu-filter-component__label" };
|
|
1067
1067
|
const _hoisted_3$b = { class: "fu-filter-component__content" };
|
|
@@ -1215,7 +1215,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1215
1215
|
};
|
|
1216
1216
|
}
|
|
1217
1217
|
}));
|
|
1218
|
-
var FuFilterSelect = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__file", "/Users/
|
|
1218
|
+
var FuFilterSelect = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterSelect.vue"]]);
|
|
1219
1219
|
const _hoisted_1$j = { class: "fu-filter-component" };
|
|
1220
1220
|
const _hoisted_2$b = { class: "fu-filter-component__label" };
|
|
1221
1221
|
const _hoisted_3$a = { class: "fu-filter-component__content" };
|
|
@@ -1355,7 +1355,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1355
1355
|
};
|
|
1356
1356
|
}
|
|
1357
1357
|
}));
|
|
1358
|
-
var FuFilterNormalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__file", "/Users/
|
|
1358
|
+
var FuFilterNormalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterNormalSelect.vue"]]);
|
|
1359
1359
|
const getCheckDate = (timestamp) => {
|
|
1360
1360
|
if (!timestamp)
|
|
1361
1361
|
return false;
|
|
@@ -1453,7 +1453,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1453
1453
|
};
|
|
1454
1454
|
}
|
|
1455
1455
|
}));
|
|
1456
|
-
var FuFilterDate = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__file", "/Users/
|
|
1456
|
+
var FuFilterDate = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterDate.vue"]]);
|
|
1457
1457
|
const _hoisted_1$h = { class: "fu-filter-component" };
|
|
1458
1458
|
const _hoisted_2$9 = { class: "fu-filter-component__label" };
|
|
1459
1459
|
const _hoisted_3$8 = { class: "fu-filter-component__content" };
|
|
@@ -1521,7 +1521,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1521
1521
|
};
|
|
1522
1522
|
}
|
|
1523
1523
|
}));
|
|
1524
|
-
var FuFilterDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__file", "/Users/
|
|
1524
|
+
var FuFilterDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterDateTime.vue"]]);
|
|
1525
1525
|
const _hoisted_1$g = { class: "fu-filter-component" };
|
|
1526
1526
|
const _hoisted_2$8 = { class: "fu-filter-component__label" };
|
|
1527
1527
|
const _hoisted_3$7 = { class: "fu-filter-component__content" };
|
|
@@ -1575,7 +1575,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1575
1575
|
};
|
|
1576
1576
|
}
|
|
1577
1577
|
}));
|
|
1578
|
-
var FuFilterInputText = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__file", "/Users/
|
|
1578
|
+
var FuFilterInputText = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterInputText.vue"]]);
|
|
1579
1579
|
FuFilterBar.install = (app) => {
|
|
1580
1580
|
app.component(FuFilterBar.name, FuFilterBar);
|
|
1581
1581
|
app.component(FuFilter.name, FuFilter);
|
|
@@ -1655,7 +1655,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1655
1655
|
};
|
|
1656
1656
|
}
|
|
1657
1657
|
}));
|
|
1658
|
-
var FuIconButton = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__file", "/Users/
|
|
1658
|
+
var FuIconButton = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/icon-button/FuIconButton.vue"]]);
|
|
1659
1659
|
FuIconButton.install = (app) => {
|
|
1660
1660
|
app.component(FuIconButton.name, FuIconButton);
|
|
1661
1661
|
};
|
|
@@ -1771,7 +1771,7 @@ const _sfc_main$x = defineComponent({
|
|
|
1771
1771
|
};
|
|
1772
1772
|
}
|
|
1773
1773
|
});
|
|
1774
|
-
var FuReadWriteSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__file", "/Users/
|
|
1774
|
+
var FuReadWriteSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/read-write-switch/FuReadWriteSwitch.vue"]]);
|
|
1775
1775
|
const __default__$l = { name: "FuInputRwSwitch" };
|
|
1776
1776
|
const _sfc_main$w = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$l), {
|
|
1777
1777
|
props: {
|
|
@@ -1784,7 +1784,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1784
1784
|
}
|
|
1785
1785
|
}
|
|
1786
1786
|
},
|
|
1787
|
-
emits: ["input", "blur"],
|
|
1787
|
+
emits: ["input", "blur", "enter"],
|
|
1788
1788
|
setup(__props, { emit }) {
|
|
1789
1789
|
const props = __props;
|
|
1790
1790
|
const data = ref(props.modelValue);
|
|
@@ -1800,6 +1800,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1800
1800
|
}
|
|
1801
1801
|
function keydown(read, e) {
|
|
1802
1802
|
if (e.key === "Enter") {
|
|
1803
|
+
emit("enter", data.value, e);
|
|
1803
1804
|
read();
|
|
1804
1805
|
}
|
|
1805
1806
|
}
|
|
@@ -1824,7 +1825,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1824
1825
|
};
|
|
1825
1826
|
}
|
|
1826
1827
|
}));
|
|
1827
|
-
var FuInputRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__file", "/Users/
|
|
1828
|
+
var FuInputRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/read-write-switch/FuInputRwSwitch.vue"]]);
|
|
1828
1829
|
const __default__$k = { name: "FuSelectRwSwitch" };
|
|
1829
1830
|
const _sfc_main$v = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$k), {
|
|
1830
1831
|
props: {
|
|
@@ -1908,7 +1909,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1908
1909
|
};
|
|
1909
1910
|
}
|
|
1910
1911
|
}));
|
|
1911
|
-
var FuSelectRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__file", "/Users/
|
|
1912
|
+
var FuSelectRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/read-write-switch/FuSelectRwSwitch.vue"]]);
|
|
1912
1913
|
FuReadWriteSwitch.install = (app) => {
|
|
1913
1914
|
app.component(FuReadWriteSwitch.name, FuReadWriteSwitch);
|
|
1914
1915
|
app.component(FuInputRwSwitch.name, FuInputRwSwitch);
|
|
@@ -1987,7 +1988,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1987
1988
|
};
|
|
1988
1989
|
}
|
|
1989
1990
|
}));
|
|
1990
|
-
var FuQuickSearch = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__file", "/Users/
|
|
1991
|
+
var FuQuickSearch = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuQuickSearch.vue"]]);
|
|
1991
1992
|
const referenceKey = Symbol("ReferenceKey");
|
|
1992
1993
|
const _hoisted_1$d = { class: "fu-complex-components" };
|
|
1993
1994
|
const _hoisted_2$7 = { class: "fu-complex-components__body" };
|
|
@@ -2116,7 +2117,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2116
2117
|
};
|
|
2117
2118
|
}
|
|
2118
2119
|
}));
|
|
2119
|
-
var FuComplexSearch = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__file", "/Users/
|
|
2120
|
+
var FuComplexSearch = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuComplexSearch.vue"]]);
|
|
2120
2121
|
const __default__$h = { name: "FuSearchBarButton" };
|
|
2121
2122
|
const _sfc_main$s = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$h), {
|
|
2122
2123
|
props: {
|
|
@@ -2147,7 +2148,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2147
2148
|
};
|
|
2148
2149
|
}
|
|
2149
2150
|
}));
|
|
2150
|
-
var FuSearchBarButton = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__file", "/Users/
|
|
2151
|
+
var FuSearchBarButton = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuSearchBarButton.vue"]]);
|
|
2151
2152
|
const _hoisted_1$c = { class: "fu-search-conditions__item" };
|
|
2152
2153
|
const _hoisted_2$6 = { key: 0 };
|
|
2153
2154
|
const _hoisted_3$5 = { class: "condition-value" };
|
|
@@ -2196,7 +2197,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2196
2197
|
};
|
|
2197
2198
|
}
|
|
2198
2199
|
}));
|
|
2199
|
-
var FuSearchConditions = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__file", "/Users/
|
|
2200
|
+
var FuSearchConditions = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuSearchContions.vue"]]);
|
|
2200
2201
|
const _hoisted_1$b = { class: "fu-search-bar" };
|
|
2201
2202
|
const _hoisted_2$5 = { class: "fu-search-bar__content" };
|
|
2202
2203
|
const _hoisted_3$4 = { class: "fu-search-bar__buttons" };
|
|
@@ -2359,7 +2360,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2359
2360
|
};
|
|
2360
2361
|
}
|
|
2361
2362
|
}));
|
|
2362
|
-
var FuSearchBar = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__file", "/Users/
|
|
2363
|
+
var FuSearchBar = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/FuSearchBar.vue"]]);
|
|
2363
2364
|
const _hoisted_1$a = { class: "fu-complex-component" };
|
|
2364
2365
|
const _hoisted_2$4 = { class: "fu-complex-component__label" };
|
|
2365
2366
|
const _hoisted_3$3 = { class: "fu-complex-component__content" };
|
|
@@ -2455,7 +2456,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2455
2456
|
};
|
|
2456
2457
|
}
|
|
2457
2458
|
}));
|
|
2458
|
-
var FuComplexSelect = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__file", "/Users/
|
|
2459
|
+
var FuComplexSelect = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexSelect.vue"]]);
|
|
2459
2460
|
const _hoisted_1$9 = { class: "fu-complex-component" };
|
|
2460
2461
|
const _hoisted_2$3 = { class: "fu-complex-component__label" };
|
|
2461
2462
|
const _hoisted_3$2 = { class: "fu-complex-component__content" };
|
|
@@ -2512,7 +2513,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2512
2513
|
};
|
|
2513
2514
|
}
|
|
2514
2515
|
}));
|
|
2515
|
-
var FuComplexInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__file", "/Users/
|
|
2516
|
+
var FuComplexInput = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexInput.vue"]]);
|
|
2516
2517
|
const _hoisted_1$8 = { class: "fu-complex-component" };
|
|
2517
2518
|
const _hoisted_2$2 = { class: "fu-complex-component__label" };
|
|
2518
2519
|
const _hoisted_3$1 = { class: "fu-complex-component__content" };
|
|
@@ -2580,7 +2581,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2580
2581
|
};
|
|
2581
2582
|
}
|
|
2582
2583
|
}));
|
|
2583
|
-
var FuComplexDate = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__file", "/Users/
|
|
2584
|
+
var FuComplexDate = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexDate.vue"]]);
|
|
2584
2585
|
const _hoisted_1$7 = { class: "fu-complex-component" };
|
|
2585
2586
|
const _hoisted_2$1 = { class: "fu-complex-component__label" };
|
|
2586
2587
|
const _hoisted_3 = { class: "fu-complex-component__content" };
|
|
@@ -2648,7 +2649,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2648
2649
|
};
|
|
2649
2650
|
}
|
|
2650
2651
|
}));
|
|
2651
|
-
var FuComplexDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__file", "/Users/
|
|
2652
|
+
var FuComplexDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/search-bar/complex-components/FuComplexDateTime.vue"]]);
|
|
2652
2653
|
FuSearchBar.install = (app) => {
|
|
2653
2654
|
app.component(FuQuickSearch.name, FuQuickSearch);
|
|
2654
2655
|
app.component(FuSearchBar.name, FuSearchBar);
|
|
@@ -2795,7 +2796,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
2795
2796
|
};
|
|
2796
2797
|
}
|
|
2797
2798
|
});
|
|
2798
|
-
var FuSpeedDialButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__file", "/Users/
|
|
2799
|
+
var FuSpeedDialButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialButton.vue"]]);
|
|
2799
2800
|
const SpeedDialKey = Symbol("SpeedDialKey");
|
|
2800
2801
|
const _hoisted_1$6 = { class: "fu-speed-dial-action-button" };
|
|
2801
2802
|
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
@@ -2887,7 +2888,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
2887
2888
|
};
|
|
2888
2889
|
}
|
|
2889
2890
|
});
|
|
2890
|
-
var FuSpeedDialActionButton = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__file", "/Users/
|
|
2891
|
+
var FuSpeedDialActionButton = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialActionButton.vue"]]);
|
|
2891
2892
|
const __default__$a = { name: "FuSpeedDialItem" };
|
|
2892
2893
|
const _sfc_main$j = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$a), {
|
|
2893
2894
|
props: {
|
|
@@ -2978,7 +2979,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2978
2979
|
};
|
|
2979
2980
|
}
|
|
2980
2981
|
}));
|
|
2981
|
-
var FuSpeedDialItem = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__file", "/Users/
|
|
2982
|
+
var FuSpeedDialItem = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialItem.vue"]]);
|
|
2982
2983
|
const _hoisted_1$5 = { class: "fu-speed-dial__content" };
|
|
2983
2984
|
const __default__$9 = { name: "FuSpeedDial" };
|
|
2984
2985
|
const _sfc_main$i = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$9), {
|
|
@@ -3249,7 +3250,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
3249
3250
|
};
|
|
3250
3251
|
}
|
|
3251
3252
|
}));
|
|
3252
|
-
var FuSpeedDial = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__file", "/Users/
|
|
3253
|
+
var FuSpeedDial = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDial.vue"]]);
|
|
3253
3254
|
FuSpeedDial.install = (app) => {
|
|
3254
3255
|
app.component(FuSpeedDial.name, FuSpeedDial);
|
|
3255
3256
|
app.component(FuSpeedDialItem.name, FuSpeedDialItem);
|
|
@@ -3465,7 +3466,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
3465
3466
|
};
|
|
3466
3467
|
}
|
|
3467
3468
|
}));
|
|
3468
|
-
var FuSplitPane = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__file", "/Users/
|
|
3469
|
+
var FuSplitPane = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/split-pane/FuSplitPane.vue"]]);
|
|
3469
3470
|
FuSplitPane.install = (app) => {
|
|
3470
3471
|
app.component(FuSplitPane.name, FuSplitPane);
|
|
3471
3472
|
};
|
|
@@ -3506,7 +3507,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
3506
3507
|
};
|
|
3507
3508
|
}
|
|
3508
3509
|
});
|
|
3509
|
-
var FuHorizontalNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__file", "/Users/
|
|
3510
|
+
var FuHorizontalNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuHorizontalNavigation.vue"]]);
|
|
3510
3511
|
const _sfc_main$f = {};
|
|
3511
3512
|
function _sfc_render(_ctx, _cache) {
|
|
3512
3513
|
const _component_el_button = resolveComponent("el-button");
|
|
@@ -3517,7 +3518,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
3517
3518
|
_: 3
|
|
3518
3519
|
}, 16);
|
|
3519
3520
|
}
|
|
3520
|
-
var FuStepButton = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render], ["__file", "/Users/
|
|
3521
|
+
var FuStepButton = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render], ["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuStepButton.vue"]]);
|
|
3521
3522
|
var FuStepsFooter = defineComponent({
|
|
3522
3523
|
name: "FuStepsFooter",
|
|
3523
3524
|
components: {
|
|
@@ -3758,7 +3759,7 @@ const _sfc_main$e = defineComponent({
|
|
|
3758
3759
|
};
|
|
3759
3760
|
}
|
|
3760
3761
|
});
|
|
3761
|
-
var FuHorizontalSteps = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__file", "/Users/
|
|
3762
|
+
var FuHorizontalSteps = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuHorizontalSteps.vue"]]);
|
|
3762
3763
|
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
3763
3764
|
__name: "FuVerticalNavigation",
|
|
3764
3765
|
props: {
|
|
@@ -3816,7 +3817,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
3816
3817
|
};
|
|
3817
3818
|
}
|
|
3818
3819
|
});
|
|
3819
|
-
var FuVerticalNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__file", "/Users/
|
|
3820
|
+
var FuVerticalNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuVerticalNavigation.vue"]]);
|
|
3820
3821
|
const _sfc_main$c = defineComponent({
|
|
3821
3822
|
name: "FuVerticalSteps",
|
|
3822
3823
|
components: { FuVerticalNavigation, FuStepsFooter },
|
|
@@ -3880,7 +3881,7 @@ const _sfc_main$c = defineComponent({
|
|
|
3880
3881
|
};
|
|
3881
3882
|
}
|
|
3882
3883
|
});
|
|
3883
|
-
var FuVerticalSteps = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "/Users/
|
|
3884
|
+
var FuVerticalSteps = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuVerticalSteps.vue"]]);
|
|
3884
3885
|
const _sfc_main$b = defineComponent({
|
|
3885
3886
|
name: "FuSteps",
|
|
3886
3887
|
components: {
|
|
@@ -3919,7 +3920,7 @@ const _sfc_main$b = defineComponent({
|
|
|
3919
3920
|
}
|
|
3920
3921
|
}
|
|
3921
3922
|
});
|
|
3922
|
-
var FuSteps = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__file", "/Users/
|
|
3923
|
+
var FuSteps = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuSteps.vue"]]);
|
|
3923
3924
|
const _hoisted_1$3 = { class: "fu-step" };
|
|
3924
3925
|
const __default__$7 = { name: "FuStep" };
|
|
3925
3926
|
const _sfc_main$a = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$7), {
|
|
@@ -3936,7 +3937,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
3936
3937
|
};
|
|
3937
3938
|
}
|
|
3938
3939
|
}));
|
|
3939
|
-
var FuStep = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__file", "/Users/
|
|
3940
|
+
var FuStep = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/steps/FuStep.vue"]]);
|
|
3940
3941
|
FuSteps.install = (app) => {
|
|
3941
3942
|
app.component(FuStep.name, FuStep);
|
|
3942
3943
|
app.component(FuSteps.name, FuSteps);
|
|
@@ -4144,7 +4145,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
4144
4145
|
};
|
|
4145
4146
|
}
|
|
4146
4147
|
}));
|
|
4147
|
-
var FuTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__file", "/Users/
|
|
4148
|
+
var FuTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/FuTable.vue"]]);
|
|
4148
4149
|
const tableColumnSelect = () => {
|
|
4149
4150
|
function dragstart(event, index) {
|
|
4150
4151
|
if (event.dataTransfer) {
|
|
@@ -4304,7 +4305,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
4304
4305
|
};
|
|
4305
4306
|
}
|
|
4306
4307
|
});
|
|
4307
|
-
var FuTableColumnSelectPopover = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "/Users/
|
|
4308
|
+
var FuTableColumnSelectPopover = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelectPopover.vue"]]);
|
|
4308
4309
|
const _hoisted_1$1 = { style: { "display": "inline-block" } };
|
|
4309
4310
|
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
4310
4311
|
__name: "FuTableColumnSelectDialog",
|
|
@@ -4443,7 +4444,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
4443
4444
|
};
|
|
4444
4445
|
}
|
|
4445
4446
|
});
|
|
4446
|
-
var FuTableColumnSelectDialog = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "/Users/
|
|
4447
|
+
var FuTableColumnSelectDialog = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelectDialog.vue"]]);
|
|
4447
4448
|
const _sfc_main$6 = defineComponent({
|
|
4448
4449
|
name: "FuTableColumnSelect",
|
|
4449
4450
|
props: ["type"],
|
|
@@ -4458,7 +4459,7 @@ const _sfc_main$6 = defineComponent({
|
|
|
4458
4459
|
};
|
|
4459
4460
|
}
|
|
4460
4461
|
});
|
|
4461
|
-
var FuTableColumnSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__file", "/Users/
|
|
4462
|
+
var FuTableColumnSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelect.vue"]]);
|
|
4462
4463
|
const __default__$5 = { name: "FuTablePagination" };
|
|
4463
4464
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$5), {
|
|
4464
4465
|
props: {
|
|
@@ -4507,7 +4508,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
4507
4508
|
};
|
|
4508
4509
|
}
|
|
4509
4510
|
}));
|
|
4510
|
-
var FuTablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__file", "/Users/
|
|
4511
|
+
var FuTablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/FuTablePagination.vue"]]);
|
|
4511
4512
|
const __default__$4 = { name: "FuTableButton" };
|
|
4512
4513
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$4), {
|
|
4513
4514
|
props: {
|
|
@@ -4536,7 +4537,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
4536
4537
|
};
|
|
4537
4538
|
}
|
|
4538
4539
|
}));
|
|
4539
|
-
var FuTableButton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__file", "/Users/
|
|
4540
|
+
var FuTableButton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-operations/FuTableButton.vue"]]);
|
|
4540
4541
|
const __default__$3 = { name: "FuTableMoreButton" };
|
|
4541
4542
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$3), {
|
|
4542
4543
|
props: {
|
|
@@ -4623,7 +4624,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
4623
4624
|
};
|
|
4624
4625
|
}
|
|
4625
4626
|
}));
|
|
4626
|
-
var FuTableMoreButton = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "/Users/
|
|
4627
|
+
var FuTableMoreButton = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-operations/FuTableMoreButton.vue"]]);
|
|
4627
4628
|
const __default__$2 = { name: "FuTableOperations" };
|
|
4628
4629
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$2), {
|
|
4629
4630
|
props: {
|
|
@@ -4645,6 +4646,14 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
4645
4646
|
type: String,
|
|
4646
4647
|
default: "label",
|
|
4647
4648
|
validator: (value) => ["icon", "label"].includes(value)
|
|
4649
|
+
},
|
|
4650
|
+
maxHeight: {
|
|
4651
|
+
type: [String, Number],
|
|
4652
|
+
default: ""
|
|
4653
|
+
},
|
|
4654
|
+
trigger: {
|
|
4655
|
+
type: String,
|
|
4656
|
+
default: "hover"
|
|
4648
4657
|
}
|
|
4649
4658
|
},
|
|
4650
4659
|
setup(__props) {
|
|
@@ -4666,7 +4675,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
4666
4675
|
let length = hasShowFunc.value ? props.ellipsis : defaultButtons.value.length;
|
|
4667
4676
|
let buttonsWidth = 35 + length * 58 + 58;
|
|
4668
4677
|
if (props.minWidth) {
|
|
4669
|
-
buttonsWidth = buttonsWidth < props.minWidth ? props.minWidth : buttonsWidth;
|
|
4678
|
+
buttonsWidth = buttonsWidth < Number(props.minWidth) ? Number(props.minWidth) : buttonsWidth;
|
|
4670
4679
|
}
|
|
4671
4680
|
return props.width ? props.width : buttonsWidth;
|
|
4672
4681
|
});
|
|
@@ -4720,17 +4729,19 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
4720
4729
|
}), 128)),
|
|
4721
4730
|
unref(moreButtons)(row).length > 0 ? (openBlock(), createBlock(FuTableMoreButton, {
|
|
4722
4731
|
key: 0,
|
|
4732
|
+
trigger: __props.trigger,
|
|
4733
|
+
"max-height": __props.maxHeight,
|
|
4723
4734
|
type: __props.type,
|
|
4724
4735
|
buttons: unref(moreButtons)(row),
|
|
4725
4736
|
row
|
|
4726
|
-
}, null, 8, ["type", "buttons", "row"])) : createCommentVNode("v-if", true)
|
|
4737
|
+
}, null, 8, ["trigger", "max-height", "type", "buttons", "row"])) : createCommentVNode("v-if", true)
|
|
4727
4738
|
]),
|
|
4728
4739
|
_: 1
|
|
4729
4740
|
}, 16, ["align", "width"]);
|
|
4730
4741
|
};
|
|
4731
4742
|
}
|
|
4732
4743
|
}));
|
|
4733
|
-
var FuTableOperations = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "/Users/
|
|
4744
|
+
var FuTableOperations = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/table-operations/FuTableOperations.vue"]]);
|
|
4734
4745
|
const _hoisted_1 = { class: "fu-dropdown-link" };
|
|
4735
4746
|
const _hoisted_2 = {
|
|
4736
4747
|
key: 0,
|
|
@@ -4864,7 +4875,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
4864
4875
|
};
|
|
4865
4876
|
}
|
|
4866
4877
|
}));
|
|
4867
|
-
var FuTableColumnDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "/Users/
|
|
4878
|
+
var FuTableColumnDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/table/FuTableColumnDropdown.vue"]]);
|
|
4868
4879
|
FuTable.install = (app) => {
|
|
4869
4880
|
app.component(FuTable.name, FuTable);
|
|
4870
4881
|
app.component(FuTablePagination.name, FuTablePagination);
|
|
@@ -5021,7 +5032,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({
|
|
|
5021
5032
|
};
|
|
5022
5033
|
}
|
|
5023
5034
|
}));
|
|
5024
|
-
var FuTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/
|
|
5035
|
+
var FuTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/mokun/fit2cloud2.0/fit2cloud-ui-plus/src/components/tabs/FuTabs.vue"]]);
|
|
5025
5036
|
FuTabs.install = (app) => {
|
|
5026
5037
|
app.component(FuTabs.name, FuTabs);
|
|
5027
5038
|
};
|
|
@@ -5030,7 +5041,11 @@ var __glob_2_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
|
|
|
5030
5041
|
"default": FuTabs
|
|
5031
5042
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5032
5043
|
const name = "fit2cloud-ui-plus";
|
|
5033
|
-
const version = "1.2.
|
|
5044
|
+
const version = "1.2.4-beta.0";
|
|
5045
|
+
const publishConfig = {
|
|
5046
|
+
access: "public",
|
|
5047
|
+
registry: "https://registry.npmjs.org/"
|
|
5048
|
+
};
|
|
5034
5049
|
const main = "./lib/fit2cloud-ui-plus.es.js";
|
|
5035
5050
|
const files = [
|
|
5036
5051
|
"lib",
|
|
@@ -5070,7 +5085,7 @@ const devDependencies = {
|
|
|
5070
5085
|
"@vitejs/plugin-vue": "^2.3.1",
|
|
5071
5086
|
sass: "^1.83.0",
|
|
5072
5087
|
"sass-loader": "^16.0.4",
|
|
5073
|
-
typescript: "^4.5
|
|
5088
|
+
typescript: "^4.9.5",
|
|
5074
5089
|
"unplugin-vue-define-options": "^0.6.1",
|
|
5075
5090
|
vite: "^2.9.16",
|
|
5076
5091
|
"vue-tsc": "^0.34.7"
|
|
@@ -5078,6 +5093,7 @@ const devDependencies = {
|
|
|
5078
5093
|
var PackageJSON = {
|
|
5079
5094
|
name,
|
|
5080
5095
|
version,
|
|
5096
|
+
publishConfig,
|
|
5081
5097
|
"private": false,
|
|
5082
5098
|
main,
|
|
5083
5099
|
files,
|