fit2cloud-ui-plus 1.0.0-beta.8 → 1.0.1
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/lib/fit2cloud-ui-plus.es.js +54 -53
- package/lib/fit2cloud-ui-plus.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/filter-bar/FuFilterBar.vue +3 -0
- package/src/components/filter-bar/filter-components/FuFilterDate.vue +3 -3
- package/src/components/filter-bar/filter-components/FuFilterDateTime.vue +17 -14
- package/src/components/filter-bar/filter-components/FuFilterSelect.vue +2 -2
- package/types/examples/pages/search/attributes.d.ts +0 -57
- package/types/examples/pages/search/demo/BaseSearchbar.vue.d.ts +0 -66
- package/types/examples/pages/search/demo/ComplexComponentsDemo.vue.d.ts +0 -60
- package/types/examples/pages/search/demo/ComplexSearchDemo.vue.d.ts +0 -84
- package/types/examples/pages/search/demo/CustomComponentsDemo.vue.d.ts +0 -50
- package/types/examples/pages/search/demo/EchoConditionsDemo.vue.d.ts +0 -52
- package/types/examples/pages/search/demo/QuickSearchDemo.vue.d.ts +0 -18
- package/types/examples/pages/search/demo/SearchBarButtonDemo.vue.d.ts +0 -54
- package/types/examples/pages/search/index.vue.d.ts +0 -150
- package/types/src/components/filter-bar/FuSearchInput.vue.d.ts +0 -17
- package/types/src/components/search-bar/complex-components/index.d.ts +0 -0
- package/types/src/components/search-bar/complex-components/mixins.d.ts +0 -6
|
@@ -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/
|
|
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/
|
|
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/
|
|
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/
|
|
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" };
|
|
@@ -928,6 +928,9 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
928
928
|
}
|
|
929
929
|
function setConditions(conditionObj2) {
|
|
930
930
|
var _a2;
|
|
931
|
+
if (conditionObj2.quick) {
|
|
932
|
+
quick.value = conditionObj2.quick;
|
|
933
|
+
}
|
|
931
934
|
(_a2 = filterRef.value) == null ? void 0 : _a2.setConditions(conditionObj2);
|
|
932
935
|
}
|
|
933
936
|
const conditionObj = computed(() => {
|
|
@@ -996,7 +999,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
996
999
|
};
|
|
997
1000
|
}
|
|
998
1001
|
}));
|
|
999
|
-
var FuFilterBar = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__file", "/Users/
|
|
1002
|
+
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
1003
|
const _hoisted_1$j = ["onClick"];
|
|
1001
1004
|
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
1002
1005
|
__name: "FuFilterOption",
|
|
@@ -1034,14 +1037,11 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
1034
1037
|
};
|
|
1035
1038
|
}
|
|
1036
1039
|
});
|
|
1037
|
-
var FuFilterOption = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__file", "/Users/
|
|
1040
|
+
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
1041
|
const _hoisted_1$i = { class: "fu-filter-component" };
|
|
1039
1042
|
const _hoisted_2$c = { class: "fu-filter-component__label" };
|
|
1040
1043
|
const _hoisted_3$a = { class: "fu-filter-component__content" };
|
|
1041
|
-
const _hoisted_4 = {
|
|
1042
|
-
key: 0,
|
|
1043
|
-
class: "fu-filter-option"
|
|
1044
|
-
};
|
|
1044
|
+
const _hoisted_4 = { class: "fu-filter-option" };
|
|
1045
1045
|
const __default__$p = { name: "FuFilterSelect" };
|
|
1046
1046
|
const _sfc_main$v = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$p), {
|
|
1047
1047
|
props: {
|
|
@@ -1170,7 +1170,8 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1170
1170
|
key: o.value
|
|
1171
1171
|
}, null, 8, ["label", "value"]);
|
|
1172
1172
|
}), 128)),
|
|
1173
|
-
|
|
1173
|
+
unref(showMore) ? (openBlock(), createBlock(_component_el_popover, {
|
|
1174
|
+
key: 0,
|
|
1174
1175
|
"popper-class": "fu-filter-component-popover",
|
|
1175
1176
|
"show-arrow": false,
|
|
1176
1177
|
placement: "bottom-start",
|
|
@@ -1178,7 +1179,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1178
1179
|
width: "240"
|
|
1179
1180
|
}, {
|
|
1180
1181
|
reference: withCtx(() => [
|
|
1181
|
-
|
|
1182
|
+
createElementVNode("div", _hoisted_4, [
|
|
1182
1183
|
createVNode(_component_el_icon, null, {
|
|
1183
1184
|
default: withCtx(() => [
|
|
1184
1185
|
createVNode(_component_Plus)
|
|
@@ -1186,7 +1187,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1186
1187
|
_: 1
|
|
1187
1188
|
}),
|
|
1188
1189
|
createTextVNode(" " + toDisplayString(unref(t)("fu.filter_bar.more")), 1)
|
|
1189
|
-
])
|
|
1190
|
+
])
|
|
1190
1191
|
]),
|
|
1191
1192
|
default: withCtx(() => [
|
|
1192
1193
|
createVNode(_component_el_select, mergeProps({
|
|
@@ -1221,13 +1222,13 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1221
1222
|
}, 16, ["modelValue", "multiple", "size", "placeholder"])
|
|
1222
1223
|
]),
|
|
1223
1224
|
_: 1
|
|
1224
|
-
})
|
|
1225
|
+
})) : createCommentVNode("v-if", true)
|
|
1225
1226
|
])
|
|
1226
1227
|
]);
|
|
1227
1228
|
};
|
|
1228
1229
|
}
|
|
1229
1230
|
}));
|
|
1230
|
-
var FuFilterSelect = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__file", "/Users/
|
|
1231
|
+
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"]]);
|
|
1231
1232
|
const getCheckDate = (timestamp) => {
|
|
1232
1233
|
if (!timestamp)
|
|
1233
1234
|
return false;
|
|
@@ -1279,20 +1280,20 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1279
1280
|
},
|
|
1280
1281
|
setup(__props, { expose }) {
|
|
1281
1282
|
const props = __props;
|
|
1282
|
-
const value = ref(
|
|
1283
|
+
const value = ref([]);
|
|
1283
1284
|
const configSize = useSize();
|
|
1284
1285
|
const valueLabel = computed(() => {
|
|
1285
1286
|
return dateFormat(value.value[0]) + " - " + dateFormat(value.value[1]);
|
|
1286
1287
|
});
|
|
1287
1288
|
const { t } = useLocale();
|
|
1288
1289
|
function getCondition() {
|
|
1289
|
-
if (!
|
|
1290
|
+
if (!value.value || value.value.length === 0)
|
|
1290
1291
|
return;
|
|
1291
1292
|
let { field: field2, label } = props;
|
|
1292
1293
|
return { field: field2, label, value: value.value, valueLabel: valueLabel.value };
|
|
1293
1294
|
}
|
|
1294
1295
|
function init(v) {
|
|
1295
|
-
value.value = v !== void 0 ? v :
|
|
1296
|
+
value.value = v !== void 0 ? v : [];
|
|
1296
1297
|
}
|
|
1297
1298
|
const references = inject(referenceKey$1);
|
|
1298
1299
|
const field = props.field;
|
|
@@ -1325,7 +1326,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1325
1326
|
};
|
|
1326
1327
|
}
|
|
1327
1328
|
}));
|
|
1328
|
-
var FuFilterDate = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__file", "/Users/
|
|
1329
|
+
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"]]);
|
|
1329
1330
|
const _hoisted_1$g = { class: "fu-filter-component" };
|
|
1330
1331
|
const _hoisted_2$a = { class: "fu-filter-component__label" };
|
|
1331
1332
|
const _hoisted_3$8 = { class: "fu-filter-component__content" };
|
|
@@ -1348,20 +1349,20 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1348
1349
|
},
|
|
1349
1350
|
setup(__props, { expose }) {
|
|
1350
1351
|
const props = __props;
|
|
1351
|
-
const value = ref(
|
|
1352
|
+
const value = ref([]);
|
|
1352
1353
|
const configSize = useSize();
|
|
1353
1354
|
const valueLabel = computed(() => {
|
|
1354
1355
|
return datetimeFormat(value.value[0]) + " - " + datetimeFormat(value.value[1]);
|
|
1355
1356
|
});
|
|
1356
1357
|
const { t } = useLocale();
|
|
1357
1358
|
function getCondition() {
|
|
1358
|
-
if (!
|
|
1359
|
+
if (!value.value || value.value.length === 0)
|
|
1359
1360
|
return;
|
|
1360
1361
|
let { field: field2, label } = props;
|
|
1361
1362
|
return { field: field2, label, value: value.value, valueLabel: valueLabel.value };
|
|
1362
1363
|
}
|
|
1363
1364
|
function init(v) {
|
|
1364
|
-
value.value = v !== void 0 ? v :
|
|
1365
|
+
value.value = v !== void 0 ? v : [];
|
|
1365
1366
|
}
|
|
1366
1367
|
const references = inject(referenceKey$1);
|
|
1367
1368
|
const field = props.field;
|
|
@@ -1394,7 +1395,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1394
1395
|
};
|
|
1395
1396
|
}
|
|
1396
1397
|
}));
|
|
1397
|
-
var FuFilterDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__file", "/Users/
|
|
1398
|
+
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"]]);
|
|
1398
1399
|
const _hoisted_1$f = { class: "fu-filter-component" };
|
|
1399
1400
|
const _hoisted_2$9 = { class: "fu-filter-component__label" };
|
|
1400
1401
|
const _hoisted_3$7 = { class: "fu-filter-component__content" };
|
|
@@ -1448,7 +1449,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1448
1449
|
};
|
|
1449
1450
|
}
|
|
1450
1451
|
}));
|
|
1451
|
-
var FuFilterInputText = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__file", "/Users/
|
|
1452
|
+
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"]]);
|
|
1452
1453
|
FuFilterBar.install = (app) => {
|
|
1453
1454
|
app.component(FuFilterBar.name, FuFilterBar);
|
|
1454
1455
|
app.component(FuFilter.name, FuFilter);
|
|
@@ -1527,7 +1528,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1527
1528
|
};
|
|
1528
1529
|
}
|
|
1529
1530
|
}));
|
|
1530
|
-
var FuIconButton = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__file", "/Users/
|
|
1531
|
+
var FuIconButton = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/icon-button/FuIconButton.vue"]]);
|
|
1531
1532
|
FuIconButton.install = (app) => {
|
|
1532
1533
|
app.component(FuIconButton.name, FuIconButton);
|
|
1533
1534
|
};
|
|
@@ -1619,7 +1620,7 @@ const _sfc_main$q = defineComponent({
|
|
|
1619
1620
|
};
|
|
1620
1621
|
}
|
|
1621
1622
|
});
|
|
1622
|
-
var FuReadWriteSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__file", "/Users/
|
|
1623
|
+
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"]]);
|
|
1623
1624
|
const __default__$k = { name: "FuInputRwSwitch" };
|
|
1624
1625
|
const _sfc_main$p = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$k), {
|
|
1625
1626
|
props: {
|
|
@@ -1672,7 +1673,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1672
1673
|
};
|
|
1673
1674
|
}
|
|
1674
1675
|
}));
|
|
1675
|
-
var FuInputRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__file", "/Users/
|
|
1676
|
+
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"]]);
|
|
1676
1677
|
const __default__$j = { name: "FuSelectRwSwitch" };
|
|
1677
1678
|
const _sfc_main$o = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$j), {
|
|
1678
1679
|
props: {
|
|
@@ -1756,7 +1757,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1756
1757
|
};
|
|
1757
1758
|
}
|
|
1758
1759
|
}));
|
|
1759
|
-
var FuSelectRwSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__file", "/Users/
|
|
1760
|
+
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"]]);
|
|
1760
1761
|
FuReadWriteSwitch.install = (app) => {
|
|
1761
1762
|
app.component(FuReadWriteSwitch.name, FuReadWriteSwitch);
|
|
1762
1763
|
app.component(FuInputRwSwitch.name, FuInputRwSwitch);
|
|
@@ -1835,7 +1836,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1835
1836
|
};
|
|
1836
1837
|
}
|
|
1837
1838
|
}));
|
|
1838
|
-
var FuQuickSearch = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__file", "/Users/
|
|
1839
|
+
var FuQuickSearch = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuQuickSearch.vue"]]);
|
|
1839
1840
|
const referenceKey = Symbol("ReferenceKey");
|
|
1840
1841
|
const _hoisted_1$c = { class: "fu-complex-components" };
|
|
1841
1842
|
const _hoisted_2$8 = { class: "fu-complex-components__body" };
|
|
@@ -1964,7 +1965,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1964
1965
|
};
|
|
1965
1966
|
}
|
|
1966
1967
|
}));
|
|
1967
|
-
var FuComplexSearch = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__file", "/Users/
|
|
1968
|
+
var FuComplexSearch = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuComplexSearch.vue"]]);
|
|
1968
1969
|
const __default__$g = { name: "FuSearchBarButton" };
|
|
1969
1970
|
const _sfc_main$l = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$g), {
|
|
1970
1971
|
props: {
|
|
@@ -1995,7 +1996,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
1995
1996
|
};
|
|
1996
1997
|
}
|
|
1997
1998
|
}));
|
|
1998
|
-
var FuSearchBarButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__file", "/Users/
|
|
1999
|
+
var FuSearchBarButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuSearchBarButton.vue"]]);
|
|
1999
2000
|
const _hoisted_1$b = { class: "fu-search-conditions__item" };
|
|
2000
2001
|
const _hoisted_2$7 = { key: 0 };
|
|
2001
2002
|
const _hoisted_3$5 = { class: "condition-value" };
|
|
@@ -2044,7 +2045,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2044
2045
|
};
|
|
2045
2046
|
}
|
|
2046
2047
|
}));
|
|
2047
|
-
var FuSearchConditions = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__file", "/Users/
|
|
2048
|
+
var FuSearchConditions = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuSearchContions.vue"]]);
|
|
2048
2049
|
const _hoisted_1$a = { class: "fu-search-bar" };
|
|
2049
2050
|
const _hoisted_2$6 = { class: "fu-search-bar__content" };
|
|
2050
2051
|
const _hoisted_3$4 = { class: "fu-search-bar__buttons" };
|
|
@@ -2207,7 +2208,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2207
2208
|
};
|
|
2208
2209
|
}
|
|
2209
2210
|
}));
|
|
2210
|
-
var FuSearchBar = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__file", "/Users/
|
|
2211
|
+
var FuSearchBar = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/search-bar/FuSearchBar.vue"]]);
|
|
2211
2212
|
const _hoisted_1$9 = { class: "fu-complex-component" };
|
|
2212
2213
|
const _hoisted_2$5 = { class: "fu-complex-component__label" };
|
|
2213
2214
|
const _hoisted_3$3 = { class: "fu-complex-component__content" };
|
|
@@ -2303,7 +2304,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2303
2304
|
};
|
|
2304
2305
|
}
|
|
2305
2306
|
}));
|
|
2306
|
-
var FuComplexSelect = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__file", "/Users/
|
|
2307
|
+
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"]]);
|
|
2307
2308
|
const _hoisted_1$8 = { class: "fu-complex-component" };
|
|
2308
2309
|
const _hoisted_2$4 = { class: "fu-complex-component__label" };
|
|
2309
2310
|
const _hoisted_3$2 = { class: "fu-complex-component__content" };
|
|
@@ -2360,7 +2361,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2360
2361
|
};
|
|
2361
2362
|
}
|
|
2362
2363
|
}));
|
|
2363
|
-
var FuComplexInput = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__file", "/Users/
|
|
2364
|
+
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"]]);
|
|
2364
2365
|
const _hoisted_1$7 = { class: "fu-complex-component" };
|
|
2365
2366
|
const _hoisted_2$3 = { class: "fu-complex-component__label" };
|
|
2366
2367
|
const _hoisted_3$1 = { class: "fu-complex-component__content" };
|
|
@@ -2428,7 +2429,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2428
2429
|
};
|
|
2429
2430
|
}
|
|
2430
2431
|
}));
|
|
2431
|
-
var FuComplexDate = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__file", "/Users/
|
|
2432
|
+
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"]]);
|
|
2432
2433
|
const _hoisted_1$6 = { class: "fu-complex-component" };
|
|
2433
2434
|
const _hoisted_2$2 = { class: "fu-complex-component__label" };
|
|
2434
2435
|
const _hoisted_3 = { class: "fu-complex-component__content" };
|
|
@@ -2497,7 +2498,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2497
2498
|
};
|
|
2498
2499
|
}
|
|
2499
2500
|
}));
|
|
2500
|
-
var FuComplexDateTime = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__file", "/Users/
|
|
2501
|
+
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"]]);
|
|
2501
2502
|
FuSearchBar.install = (app) => {
|
|
2502
2503
|
app.component(FuQuickSearch.name, FuQuickSearch);
|
|
2503
2504
|
app.component(FuSearchBar.name, FuSearchBar);
|
|
@@ -2641,7 +2642,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
2641
2642
|
};
|
|
2642
2643
|
}
|
|
2643
2644
|
});
|
|
2644
|
-
var FuSpeedDialButton = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__file", "/Users/
|
|
2645
|
+
var FuSpeedDialButton = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialButton.vue"]]);
|
|
2645
2646
|
const SpeedDialKey = Symbol("SpeedDialKey");
|
|
2646
2647
|
const _hoisted_1$5 = { class: "fu-speed-dial-action-button" };
|
|
2647
2648
|
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
@@ -2733,7 +2734,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
2733
2734
|
};
|
|
2734
2735
|
}
|
|
2735
2736
|
});
|
|
2736
|
-
var FuSpeedDialActionButton = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__file", "/Users/
|
|
2737
|
+
var FuSpeedDialActionButton = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialActionButton.vue"]]);
|
|
2737
2738
|
const __default__$9 = { name: "FuSpeedDialItem" };
|
|
2738
2739
|
const _sfc_main$c = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$9), {
|
|
2739
2740
|
props: {
|
|
@@ -2824,7 +2825,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
2824
2825
|
};
|
|
2825
2826
|
}
|
|
2826
2827
|
}));
|
|
2827
|
-
var FuSpeedDialItem = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "/Users/
|
|
2828
|
+
var FuSpeedDialItem = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDialItem.vue"]]);
|
|
2828
2829
|
const _hoisted_1$4 = { class: "fu-speed-dial__content" };
|
|
2829
2830
|
const __default__$8 = { name: "FuSpeedDial" };
|
|
2830
2831
|
const _sfc_main$b = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$8), {
|
|
@@ -3094,7 +3095,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
3094
3095
|
};
|
|
3095
3096
|
}
|
|
3096
3097
|
}));
|
|
3097
|
-
var FuSpeedDial = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__file", "/Users/
|
|
3098
|
+
var FuSpeedDial = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/speed-dial/FuSpeedDial.vue"]]);
|
|
3098
3099
|
FuSpeedDial.install = (app) => {
|
|
3099
3100
|
app.component(FuSpeedDial.name, FuSpeedDial);
|
|
3100
3101
|
app.component(FuSpeedDialItem.name, FuSpeedDialItem);
|
|
@@ -3310,7 +3311,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
3310
3311
|
};
|
|
3311
3312
|
}
|
|
3312
3313
|
}));
|
|
3313
|
-
var FuSplitPane = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__file", "/Users/
|
|
3314
|
+
var FuSplitPane = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/split-pane/FuSplitPane.vue"]]);
|
|
3314
3315
|
FuSplitPane.install = (app) => {
|
|
3315
3316
|
app.component(FuSplitPane.name, FuSplitPane);
|
|
3316
3317
|
};
|
|
@@ -3506,7 +3507,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
3506
3507
|
};
|
|
3507
3508
|
}
|
|
3508
3509
|
}));
|
|
3509
|
-
var FuTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__file", "/Users/
|
|
3510
|
+
var FuTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/FuTable.vue"]]);
|
|
3510
3511
|
const tableColumnSelect = (localKey) => {
|
|
3511
3512
|
const columnsKey = computed(() => {
|
|
3512
3513
|
return localKey ? "FU-T-" + localKey : "";
|
|
@@ -3678,7 +3679,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
3678
3679
|
};
|
|
3679
3680
|
}
|
|
3680
3681
|
});
|
|
3681
|
-
var FuTableColumnSelectPopover = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "/Users/
|
|
3682
|
+
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"]]);
|
|
3682
3683
|
const _hoisted_1$1 = { style: { "display": "inline-block" } };
|
|
3683
3684
|
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
3684
3685
|
__name: "FuTableColumnSelectDialog",
|
|
@@ -3812,7 +3813,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
3812
3813
|
};
|
|
3813
3814
|
}
|
|
3814
3815
|
});
|
|
3815
|
-
var FuTableColumnSelectDialog = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "/Users/
|
|
3816
|
+
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"]]);
|
|
3816
3817
|
const _sfc_main$6 = defineComponent({
|
|
3817
3818
|
name: "FuTableColumnSelect",
|
|
3818
3819
|
props: ["type"],
|
|
@@ -3827,7 +3828,7 @@ const _sfc_main$6 = defineComponent({
|
|
|
3827
3828
|
};
|
|
3828
3829
|
}
|
|
3829
3830
|
});
|
|
3830
|
-
var FuTableColumnSelect = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__file", "/Users/
|
|
3831
|
+
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"]]);
|
|
3831
3832
|
const __default__$5 = { name: "FuTablePagination" };
|
|
3832
3833
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$5), {
|
|
3833
3834
|
props: {
|
|
@@ -3876,7 +3877,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
3876
3877
|
};
|
|
3877
3878
|
}
|
|
3878
3879
|
}));
|
|
3879
|
-
var FuTablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__file", "/Users/
|
|
3880
|
+
var FuTablePagination = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/FuTablePagination.vue"]]);
|
|
3880
3881
|
const __default__$4 = { name: "FuTableButton" };
|
|
3881
3882
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$4), {
|
|
3882
3883
|
props: {
|
|
@@ -3905,7 +3906,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
3905
3906
|
};
|
|
3906
3907
|
}
|
|
3907
3908
|
}));
|
|
3908
|
-
var FuTableButton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__file", "/Users/
|
|
3909
|
+
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"]]);
|
|
3909
3910
|
const __default__$3 = { name: "FuTableMoreButton" };
|
|
3910
3911
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$3), {
|
|
3911
3912
|
props: {
|
|
@@ -3991,7 +3992,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
3991
3992
|
};
|
|
3992
3993
|
}
|
|
3993
3994
|
}));
|
|
3994
|
-
var FuTableMoreButton = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "/Users/
|
|
3995
|
+
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"]]);
|
|
3995
3996
|
const __default__$2 = { name: "FuTableOperations" };
|
|
3996
3997
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$2), {
|
|
3997
3998
|
props: {
|
|
@@ -4098,7 +4099,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
4098
4099
|
};
|
|
4099
4100
|
}
|
|
4100
4101
|
}));
|
|
4101
|
-
var FuTableOperations = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "/Users/
|
|
4102
|
+
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"]]);
|
|
4102
4103
|
const _hoisted_1 = { class: "fu-dropdown-link" };
|
|
4103
4104
|
const _hoisted_2 = {
|
|
4104
4105
|
key: 0,
|
|
@@ -4232,7 +4233,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
4232
4233
|
};
|
|
4233
4234
|
}
|
|
4234
4235
|
}));
|
|
4235
|
-
var FuTableColumnDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "/Users/
|
|
4236
|
+
var FuTableColumnDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/table/FuTableColumnDropdown.vue"]]);
|
|
4236
4237
|
FuTable.install = (app) => {
|
|
4237
4238
|
app.component(FuTable.name, FuTable);
|
|
4238
4239
|
app.component(FuTablePagination.name, FuTablePagination);
|
|
@@ -4389,7 +4390,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({
|
|
|
4389
4390
|
};
|
|
4390
4391
|
}
|
|
4391
4392
|
}));
|
|
4392
|
-
var FuTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/
|
|
4393
|
+
var FuTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/runner/work/fit2cloud-ui-plus/fit2cloud-ui-plus/src/components/tabs/FuTabs.vue"]]);
|
|
4393
4394
|
FuTabs.install = (app) => {
|
|
4394
4395
|
app.component(FuTabs.name, FuTabs);
|
|
4395
4396
|
};
|
|
@@ -4398,7 +4399,7 @@ var __glob_2_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
|
|
|
4398
4399
|
"default": FuTabs
|
|
4399
4400
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4400
4401
|
const name = "fit2cloud-ui-plus";
|
|
4401
|
-
const version = "1.0.
|
|
4402
|
+
const version = "1.0.1";
|
|
4402
4403
|
const main = "./lib/fit2cloud-ui-plus.es.js";
|
|
4403
4404
|
const files = [
|
|
4404
4405
|
"lib",
|