fit2cloud-ui-plus 0.0.1-beta.12 → 0.0.1-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/fit2cloud-ui-plus.es.js +33 -31
- package/lib/fit2cloud-ui-plus.umd.js +1 -1
- package/package.json +2 -1
- package/src/.DS_Store +0 -0
- package/src/components/.DS_Store +0 -0
- package/src/components/table/FuTable.vue +3 -3
- package/src/components/tabs/FuTabs.vue +4 -3
- package/src/styles/components/table.scss +0 -3
- package/types/examples/pages/table/demo/TablePagination.vue.d.ts +1 -1
- package/src/components/filter-bar/index.d.ts +0 -2
- package/src/components/filter-bar/types.d.ts +0 -22
- package/src/components/read-write-switch/index.d.ts +0 -2
- package/src/components/read-write-switch/types.d.ts +0 -4
- package/src/components/speed-dial/FuSpeedDial.vue.d.ts +0 -218
- package/src/components/speed-dial/FuSpeedDialActionButton.vue.d.ts +0 -32
- package/src/components/speed-dial/FuSpeedDialButton.vue.d.ts +0 -42
- package/src/components/speed-dial/FuSpeedDialItem.vue.d.ts +0 -12
- package/src/components/speed-dial/index.d.ts +0 -2
- package/src/components/speed-dial/types.d.ts +0 -8
- package/src/components/split-pane/FuSplitPane.vue.d.ts +0 -59
- package/src/components/split-pane/index.d.ts +0 -2
- package/src/components/table/index.d.ts +0 -2
- package/src/components/table/table-column-select/utils.d.ts +0 -8
- package/src/components/table/types.d.ts +0 -2
- package/src/components/tabs/FuTabs.vue.d.ts +0 -54
- package/src/components/tabs/index.d.ts +0 -2
- package/src/hooks/index.d.ts +0 -3
- package/src/hooks/use-global-config/index.d.ts +0 -1
- package/src/hooks/use-locale/index.d.ts +0 -14
- package/src/hooks/use-size/index.d.ts +0 -5
- package/src/index.d.ts +0 -7
- package/src/locale/index.d.ts +0 -10
- package/src/locale/lang/en.d.ts +0 -59
- package/src/locale/lang/zh-cn.d.ts +0 -59
- package/src/locale/lang/zh-tw.d.ts +0 -59
- package/src/tools/size.d.ts +0 -4
- package/src/tools/theme.d.ts +0 -1
- package/src/tools/time.d.ts +0 -2
- package/src/tools/types.d.ts +0 -8
- package/src/tools/utils.d.ts +0 -2
- package/src/tools/vnode.d.ts +0 -9
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
74
|
}));
|
|
75
|
-
var FuSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__file", "/Users/
|
|
75
|
+
var FuSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/filter-bar/FuSearchInput.vue"]]);
|
|
76
76
|
const globalConfig = ref();
|
|
77
77
|
function useGlobalConfig(key, defaultValue = void 0) {
|
|
78
78
|
const config = getCurrentInstance() ? inject(Symbol(), globalConfig) : globalConfig;
|
|
@@ -572,7 +572,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
572
572
|
};
|
|
573
573
|
}
|
|
574
574
|
});
|
|
575
|
-
var FuFilterConditions = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__file", "/Users/
|
|
575
|
+
var FuFilterConditions = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/filter-bar/FuFilterConditions.vue"]]);
|
|
576
576
|
const selectKey = Symbol("SelectKey");
|
|
577
577
|
const referenceKey = Symbol("ReferenceKey");
|
|
578
578
|
const _hoisted_1$b = { class: "fu-filter__result" };
|
|
@@ -802,7 +802,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
802
802
|
};
|
|
803
803
|
}
|
|
804
804
|
}));
|
|
805
|
-
var FuFilter = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__file", "/Users/
|
|
805
|
+
var FuFilter = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/filter-bar/FuFilter.vue"]]);
|
|
806
806
|
const _hoisted_1$a = { class: "fu-filter-bar" };
|
|
807
807
|
const _hoisted_2$5 = { class: "fu-filter-bar__top" };
|
|
808
808
|
const _hoisted_3$3 = { class: "top_left" };
|
|
@@ -901,7 +901,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
901
901
|
};
|
|
902
902
|
}
|
|
903
903
|
}));
|
|
904
|
-
var FuFilterBar = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__file", "/Users/
|
|
904
|
+
var FuFilterBar = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/filter-bar/FuFilterBar.vue"]]);
|
|
905
905
|
const _hoisted_1$9 = ["onClick"];
|
|
906
906
|
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
907
907
|
__name: "FuFilterOption",
|
|
@@ -939,7 +939,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
939
939
|
};
|
|
940
940
|
}
|
|
941
941
|
});
|
|
942
|
-
var FuFilterOption = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__file", "/Users/
|
|
942
|
+
var FuFilterOption = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterOption.vue"]]);
|
|
943
943
|
const _hoisted_1$8 = { class: "fu-filter-component" };
|
|
944
944
|
const _hoisted_2$4 = { class: "fu-filter-component__label" };
|
|
945
945
|
const _hoisted_3$2 = { class: "fu-filter-component__content" };
|
|
@@ -1121,7 +1121,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1121
1121
|
};
|
|
1122
1122
|
}
|
|
1123
1123
|
}));
|
|
1124
|
-
var FuFilterSelect = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__file", "/Users/
|
|
1124
|
+
var FuFilterSelect = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterSelect.vue"]]);
|
|
1125
1125
|
const getCheckDate = (timestamp) => {
|
|
1126
1126
|
if (!timestamp)
|
|
1127
1127
|
return false;
|
|
@@ -1218,7 +1218,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1218
1218
|
};
|
|
1219
1219
|
}
|
|
1220
1220
|
}));
|
|
1221
|
-
var FuFilterDate = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__file", "/Users/
|
|
1221
|
+
var FuFilterDate = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterDate.vue"]]);
|
|
1222
1222
|
const _hoisted_1$6 = { class: "fu-filter-component" };
|
|
1223
1223
|
const _hoisted_2$2 = { class: "fu-filter-component__label" };
|
|
1224
1224
|
const _hoisted_3 = { class: "fu-filter-component__content" };
|
|
@@ -1286,7 +1286,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1286
1286
|
};
|
|
1287
1287
|
}
|
|
1288
1288
|
}));
|
|
1289
|
-
var FuFilterDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__file", "/Users/
|
|
1289
|
+
var FuFilterDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/filter-bar/filter-components/FuFilterDateTime.vue"]]);
|
|
1290
1290
|
FuSearchInput.install = (app) => {
|
|
1291
1291
|
app.component(FuFilterBar.name, FuFilterBar);
|
|
1292
1292
|
app.component(FuFilter.name, FuFilter);
|
|
@@ -1383,7 +1383,7 @@ const _sfc_main$h = defineComponent({
|
|
|
1383
1383
|
};
|
|
1384
1384
|
}
|
|
1385
1385
|
});
|
|
1386
|
-
var FuReadWriteSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__file", "/Users/
|
|
1386
|
+
var FuReadWriteSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/read-write-switch/FuReadWriteSwitch.vue"]]);
|
|
1387
1387
|
const __default__$b = { name: "FuInputRwSwitch" };
|
|
1388
1388
|
const _sfc_main$g = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$b), {
|
|
1389
1389
|
props: {
|
|
@@ -1436,7 +1436,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1436
1436
|
};
|
|
1437
1437
|
}
|
|
1438
1438
|
}));
|
|
1439
|
-
var FuInputRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__file", "/Users/
|
|
1439
|
+
var FuInputRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/read-write-switch/FuInputRwSwitch.vue"]]);
|
|
1440
1440
|
const __default__$a = { name: "FuSelectRwSwitch" };
|
|
1441
1441
|
const _sfc_main$f = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$a), {
|
|
1442
1442
|
props: {
|
|
@@ -1514,7 +1514,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1514
1514
|
};
|
|
1515
1515
|
}
|
|
1516
1516
|
}));
|
|
1517
|
-
var FuSelectRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__file", "/Users/
|
|
1517
|
+
var FuSelectRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/read-write-switch/FuSelectRwSwitch.vue"]]);
|
|
1518
1518
|
FuReadWriteSwitch.install = (app) => {
|
|
1519
1519
|
app.component(FuReadWriteSwitch.name, FuReadWriteSwitch);
|
|
1520
1520
|
app.component(FuInputRwSwitch.name, FuInputRwSwitch);
|
|
@@ -1664,7 +1664,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
1664
1664
|
};
|
|
1665
1665
|
}
|
|
1666
1666
|
});
|
|
1667
|
-
var FuSpeedDialButton = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__file", "/Users/
|
|
1667
|
+
var FuSpeedDialButton = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialButton.vue"]]);
|
|
1668
1668
|
const SpeedDialKey = Symbol("SpeedDialKey");
|
|
1669
1669
|
const _hoisted_1$5 = { class: "fu-speed-dial-action-button" };
|
|
1670
1670
|
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
@@ -1756,7 +1756,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
1756
1756
|
};
|
|
1757
1757
|
}
|
|
1758
1758
|
});
|
|
1759
|
-
var FuSpeedDialActionButton = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__file", "/Users/
|
|
1759
|
+
var FuSpeedDialActionButton = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialActionButton.vue"]]);
|
|
1760
1760
|
const __default__$9 = { name: "FuSpeedDialItem" };
|
|
1761
1761
|
const _sfc_main$c = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$9), {
|
|
1762
1762
|
props: {
|
|
@@ -1847,7 +1847,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1847
1847
|
};
|
|
1848
1848
|
}
|
|
1849
1849
|
}));
|
|
1850
|
-
var FuSpeedDialItem = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "/Users/
|
|
1850
|
+
var FuSpeedDialItem = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialItem.vue"]]);
|
|
1851
1851
|
const _hoisted_1$4 = { class: "fu-speed-dial__content" };
|
|
1852
1852
|
const __default__$8 = { name: "FuSpeedDial" };
|
|
1853
1853
|
const _sfc_main$b = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$8), {
|
|
@@ -2117,7 +2117,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2117
2117
|
};
|
|
2118
2118
|
}
|
|
2119
2119
|
}));
|
|
2120
|
-
var FuSpeedDial = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__file", "/Users/
|
|
2120
|
+
var FuSpeedDial = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDial.vue"]]);
|
|
2121
2121
|
FuSpeedDial.install = (app) => {
|
|
2122
2122
|
app.component(FuSpeedDial.name, FuSpeedDial);
|
|
2123
2123
|
app.component(FuSpeedDialItem.name, FuSpeedDialItem);
|
|
@@ -2333,7 +2333,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2333
2333
|
};
|
|
2334
2334
|
}
|
|
2335
2335
|
}));
|
|
2336
|
-
var FuSplitPane = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__file", "/Users/
|
|
2336
|
+
var FuSplitPane = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/split-pane/FuSplitPane.vue"]]);
|
|
2337
2337
|
FuSplitPane.install = (app) => {
|
|
2338
2338
|
app.component(FuSplitPane.name, FuSplitPane);
|
|
2339
2339
|
};
|
|
@@ -2427,7 +2427,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2427
2427
|
};
|
|
2428
2428
|
const updateNodes = (nodes) => {
|
|
2429
2429
|
nodes.forEach((node) => {
|
|
2430
|
-
if (!node.type.key) {
|
|
2430
|
+
if (isValidElementNode(node) && !node.type.key) {
|
|
2431
2431
|
node.type.key = getLabel(node);
|
|
2432
2432
|
}
|
|
2433
2433
|
});
|
|
@@ -2529,7 +2529,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2529
2529
|
};
|
|
2530
2530
|
}
|
|
2531
2531
|
}));
|
|
2532
|
-
var FuTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__file", "/Users/
|
|
2532
|
+
var FuTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/table/FuTable.vue"]]);
|
|
2533
2533
|
const tableColumnSelect = (localKey) => {
|
|
2534
2534
|
const columnsKey = computed(() => {
|
|
2535
2535
|
return localKey ? "FU-T-" + localKey : "";
|
|
@@ -2701,7 +2701,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
2701
2701
|
};
|
|
2702
2702
|
}
|
|
2703
2703
|
});
|
|
2704
|
-
var FuTableColumnSelectPopover = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "/Users/
|
|
2704
|
+
var FuTableColumnSelectPopover = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelectPopover.vue"]]);
|
|
2705
2705
|
const _hoisted_1$1 = { style: { "display": "inline-block" } };
|
|
2706
2706
|
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
2707
2707
|
__name: "FuTableColumnSelectDialog",
|
|
@@ -2835,7 +2835,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
2835
2835
|
};
|
|
2836
2836
|
}
|
|
2837
2837
|
});
|
|
2838
|
-
var FuTableColumnSelectDialog = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "/Users/
|
|
2838
|
+
var FuTableColumnSelectDialog = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelectDialog.vue"]]);
|
|
2839
2839
|
const _sfc_main$6 = defineComponent({
|
|
2840
2840
|
name: "FuTableColumnSelect",
|
|
2841
2841
|
props: ["type"],
|
|
@@ -2850,7 +2850,7 @@ const _sfc_main$6 = defineComponent({
|
|
|
2850
2850
|
};
|
|
2851
2851
|
}
|
|
2852
2852
|
});
|
|
2853
|
-
var FuTableColumnSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__file", "/Users/
|
|
2853
|
+
var FuTableColumnSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/table/table-column-select/FuTableColumnSelect.vue"]]);
|
|
2854
2854
|
const __default__$5 = { name: "FuTablePagination" };
|
|
2855
2855
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$5), {
|
|
2856
2856
|
props: {
|
|
@@ -2899,7 +2899,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2899
2899
|
};
|
|
2900
2900
|
}
|
|
2901
2901
|
}));
|
|
2902
|
-
var FuTablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__file", "/Users/
|
|
2902
|
+
var FuTablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/table/FuTablePagination.vue"]]);
|
|
2903
2903
|
const __default__$4 = { name: "FuTableButton" };
|
|
2904
2904
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$4), {
|
|
2905
2905
|
props: {
|
|
@@ -2928,7 +2928,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2928
2928
|
};
|
|
2929
2929
|
}
|
|
2930
2930
|
}));
|
|
2931
|
-
var FuTableButton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__file", "/Users/
|
|
2931
|
+
var FuTableButton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/table/table-operations/FuTableButton.vue"]]);
|
|
2932
2932
|
const __default__$3 = { name: "FuTableMoreButton" };
|
|
2933
2933
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$3), {
|
|
2934
2934
|
props: {
|
|
@@ -3014,7 +3014,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
3014
3014
|
};
|
|
3015
3015
|
}
|
|
3016
3016
|
}));
|
|
3017
|
-
var FuTableMoreButton = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "/Users/
|
|
3017
|
+
var FuTableMoreButton = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/table/table-operations/FuTableMoreButton.vue"]]);
|
|
3018
3018
|
const __default__$2 = { name: "FuTableOperations" };
|
|
3019
3019
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$2), {
|
|
3020
3020
|
props: {
|
|
@@ -3121,7 +3121,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
3121
3121
|
};
|
|
3122
3122
|
}
|
|
3123
3123
|
}));
|
|
3124
|
-
var FuTableOperations = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "/Users/
|
|
3124
|
+
var FuTableOperations = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/table/table-operations/FuTableOperations.vue"]]);
|
|
3125
3125
|
const _hoisted_1 = { class: "fu-dropdown-link" };
|
|
3126
3126
|
const _hoisted_2 = {
|
|
3127
3127
|
key: 0,
|
|
@@ -3255,7 +3255,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
3255
3255
|
};
|
|
3256
3256
|
}
|
|
3257
3257
|
}));
|
|
3258
|
-
var FuTableColumnDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "/Users/
|
|
3258
|
+
var FuTableColumnDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/table/FuTableColumnDropdown.vue"]]);
|
|
3259
3259
|
FuTable.install = (app) => {
|
|
3260
3260
|
app.component(FuTable.name, FuTable);
|
|
3261
3261
|
app.component(FuTablePagination.name, FuTablePagination);
|
|
@@ -3324,10 +3324,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({
|
|
|
3324
3324
|
addable: false
|
|
3325
3325
|
}, _ctx.$attrs), {
|
|
3326
3326
|
default: withCtx(() => [
|
|
3327
|
-
renderSlot(_ctx.$slots, "default"),
|
|
3328
3327
|
__props.addable ? (openBlock(), createBlock(_component_el_tab_pane, {
|
|
3329
3328
|
name: "add",
|
|
3330
|
-
key: "add"
|
|
3329
|
+
key: "add",
|
|
3330
|
+
lazy: true
|
|
3331
3331
|
}, {
|
|
3332
3332
|
label: withCtx(() => [
|
|
3333
3333
|
renderSlot(_ctx.$slots, "add", {}, () => [
|
|
@@ -3404,14 +3404,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({
|
|
|
3404
3404
|
])
|
|
3405
3405
|
]),
|
|
3406
3406
|
_: 3
|
|
3407
|
-
})) : createCommentVNode("v-if", true)
|
|
3407
|
+
})) : createCommentVNode("v-if", true),
|
|
3408
|
+
renderSlot(_ctx.$slots, "default")
|
|
3408
3409
|
]),
|
|
3409
3410
|
_: 3
|
|
3410
3411
|
}, 16);
|
|
3411
3412
|
};
|
|
3412
3413
|
}
|
|
3413
3414
|
}));
|
|
3414
|
-
var FuTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/
|
|
3415
|
+
var FuTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/wangdan/\u5DE5\u4F5C/fit2cloud-ui-plus/src/components/tabs/FuTabs.vue"]]);
|
|
3415
3416
|
FuTabs.install = (app) => {
|
|
3416
3417
|
app.component(FuTabs.name, FuTabs);
|
|
3417
3418
|
};
|
|
@@ -3420,7 +3421,7 @@ var __glob_1_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
|
|
|
3420
3421
|
"default": FuTabs
|
|
3421
3422
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3422
3423
|
const name = "fit2cloud-ui-plus";
|
|
3423
|
-
const version = "0.0.1-beta.
|
|
3424
|
+
const version = "0.0.1-beta.15";
|
|
3424
3425
|
const main = "./lib/fit2cloud-ui-plus.es.js";
|
|
3425
3426
|
const files = [
|
|
3426
3427
|
"lib",
|
|
@@ -3438,6 +3439,7 @@ const scripts = {
|
|
|
3438
3439
|
dev: "vite",
|
|
3439
3440
|
build: "vite build",
|
|
3440
3441
|
"build-lib": "vite build --mode lib && vue-tsc --emitDeclarationOnly",
|
|
3442
|
+
"build-docs": "vite build --mode docs",
|
|
3441
3443
|
preview: "vite preview"
|
|
3442
3444
|
};
|
|
3443
3445
|
const dependencies = {
|