@dt-frames/ui 1.0.13 → 1.0.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/es/components/curd/src/components/dialog.d.ts +20 -20
- package/es/components/curd/src/components/props.d.ts +2 -1
- package/es/components/curd/src/hooks/useCurd.d.ts +1 -0
- package/es/components/curd/src/types/curd.type.d.ts +2 -2
- package/es/components/forms/src/components/formButton.d.ts +1 -2
- package/es/components/forms/src/components/formIcon.d.ts +15 -15
- package/es/components/forms/src/hooks/useFormActions.d.ts +2 -2
- package/es/components/forms/src/index.d.ts +2 -2
- package/es/components/forms/src/types/form.type.d.ts +3 -17
- package/es/components/index.d.ts +1 -1
- package/es/components/modal/src/components/modal.d.ts +2 -2
- package/es/components/modal/src/components/modalFooter.d.ts +1 -1
- package/es/components/modal/src/index.d.ts +15 -15
- package/es/components/modal/src/props.d.ts +1 -1
- package/es/components/source/src/hooks/useFetch.d.ts +1 -1
- package/es/components/table/src/index.d.ts +3 -3
- package/es/components/table/src/props.d.ts +1 -2
- package/es/components/tree/src/props.d.ts +8 -1
- package/es/components/upload/src/upload.d.ts +3 -3
- package/es/index.js +43 -19
- package/es/style/components/icons/index.less +1 -1
- package/package.json +1 -10
- package/vite.config.js +10 -0
- package/src/assets/data/icons/actions.ts +0 -427
- package/src/assets/data/icons/code.ts +0 -10
- package/src/assets/data/icons/commuticate.ts +0 -190
- package/src/assets/data/icons/currency.ts +0 -46
- package/src/assets/data/icons/devices.ts +0 -128
- package/src/assets/data/icons/edit.ts +0 -165
- package/src/assets/data/icons/file.ts +0 -104
- package/src/assets/data/icons/math.ts +0 -53
- package/src/assets/data/icons/message.ts +0 -75
- package/src/assets/data/icons/navigate.ts +0 -181
- package/src/assets/data/icons/other.ts +0 -333
- package/src/assets/data/icons.ts +0 -58
- package/src/assets/imgs/header/avatar.png +0 -0
- package/src/assets/imgs/logo/logo.png +0 -0
- package/src/assets/locales/en_US.json +0 -3
- package/src/assets/locales/zh_CN.json +0 -3
- package/src/assets/style/index.less +0 -10
- package/src/assets/style/reset.less +0 -17
- package/src/components/container/index.less +0 -85
- package/src/components/container/index.ts +0 -8
- package/src/components/container/src/bar.ts +0 -107
- package/src/components/container/src/lazy-container.vue +0 -9
- package/src/components/container/src/scroll-bar.vue +0 -117
- package/src/components/container/src/scroll-container.vue +0 -61
- package/src/components/curd/index.ts +0 -5
- package/src/components/curd/src/components/dialog.vue +0 -73
- package/src/components/curd/src/components/props.ts +0 -32
- package/src/components/curd/src/hooks/useCurd.tsx +0 -87
- package/src/components/curd/src/types/curd.type.ts +0 -32
- package/src/components/excel/index.ts +0 -6
- package/src/components/excel/src/export2Excel.ts +0 -44
- package/src/components/forms/index.less +0 -107
- package/src/components/forms/index.ts +0 -11
- package/src/components/forms/src/componentMap.ts +0 -46
- package/src/components/forms/src/components/formButton.vue +0 -150
- package/src/components/forms/src/components/formIcon.vue +0 -51
- package/src/components/forms/src/components/formInputUseDialog.vue +0 -43
- package/src/components/forms/src/components/formItem.vue +0 -420
- package/src/components/forms/src/components/radioButton.vue +0 -58
- package/src/components/forms/src/const/form.const.ts +0 -7
- package/src/components/forms/src/hooks/helper.ts +0 -70
- package/src/components/forms/src/hooks/useForm.ts +0 -130
- package/src/components/forms/src/hooks/useFormActions.ts +0 -63
- package/src/components/forms/src/hooks/useFormEvents.ts +0 -248
- package/src/components/forms/src/hooks/useFormValue.ts +0 -49
- package/src/components/forms/src/hooks/useFormValues.ts +0 -131
- package/src/components/forms/src/hooks/useLabelWidth.ts +0 -57
- package/src/components/forms/src/index.vue +0 -310
- package/src/components/forms/src/prop.ts +0 -80
- package/src/components/forms/src/types/form.type.ts +0 -275
- package/src/components/icons/index.less +0 -101
- package/src/components/icons/index.ts +0 -7
- package/src/components/icons/src/pick-icon.vue +0 -119
- package/src/components/icons/src/svg-icon.vue +0 -117
- package/src/components/iframe/index.less +0 -3
- package/src/components/iframe/index.ts +0 -5
- package/src/components/iframe/src/index.less +0 -3
- package/src/components/iframe/src/index.vue +0 -38
- package/src/components/index.ts +0 -53
- package/src/components/modal/index.less +0 -60
- package/src/components/modal/index.ts +0 -8
- package/src/components/modal/src/components/close-icon.vue +0 -46
- package/src/components/modal/src/components/modal-wrap.vue +0 -128
- package/src/components/modal/src/components/modal.tsx +0 -30
- package/src/components/modal/src/components/modalFooter.vue +0 -46
- package/src/components/modal/src/hooks/useDrag.ts +0 -107
- package/src/components/modal/src/hooks/useFullScreen.ts +0 -29
- package/src/components/modal/src/hooks/useModal.ts +0 -200
- package/src/components/modal/src/index.vue +0 -184
- package/src/components/modal/src/props.ts +0 -44
- package/src/components/modal/src/types/modal.type.ts +0 -30
- package/src/components/router/base-router.vue +0 -11
- package/src/components/router/index.ts +0 -3
- package/src/components/source/index.ts +0 -1
- package/src/components/source/src/hooks/useFetch.ts +0 -42
- package/src/components/source/src/hooks/usePage.ts +0 -3
- package/src/components/source/src/hooks/useSource.ts +0 -214
- package/src/components/source/src/index.ts +0 -5
- package/src/components/source/src/types/source.type.ts +0 -58
- package/src/components/source/src/types/table.type.ts +0 -8
- package/src/components/table/index.less +0 -179
- package/src/components/table/index.ts +0 -7
- package/src/components/table/src/components/TableActions.vue +0 -108
- package/src/components/table/src/components/TableHeader.vue +0 -78
- package/src/components/table/src/components/TableRender.vue +0 -76
- package/src/components/table/src/components/editable/CellComponent.ts +0 -57
- package/src/components/table/src/components/editable/EditTableCell.vue +0 -181
- package/src/components/table/src/components/editable/componentMap.ts +0 -18
- package/src/components/table/src/components/editable/index.ts +0 -58
- package/src/components/table/src/components/setting/Column.vue +0 -354
- package/src/components/table/src/components/setting/Download.vue +0 -55
- package/src/components/table/src/components/setting/Fullscreen.vue +0 -43
- package/src/components/table/src/components/setting/Size.vue +0 -42
- package/src/components/table/src/components/setting/index.vue +0 -64
- package/src/components/table/src/const.ts +0 -13
- package/src/components/table/src/hooks/useColumns.ts +0 -326
- package/src/components/table/src/hooks/useCustomRow.ts +0 -86
- package/src/components/table/src/hooks/useDataSource.ts +0 -97
- package/src/components/table/src/hooks/useHeaderCode.ts +0 -89
- package/src/components/table/src/hooks/useLoading.ts +0 -29
- package/src/components/table/src/hooks/usePagination.ts +0 -76
- package/src/components/table/src/hooks/useRowSelection.ts +0 -145
- package/src/components/table/src/hooks/useRows.ts +0 -30
- package/src/components/table/src/hooks/useTable.ts +0 -90
- package/src/components/table/src/hooks/useTableHeader.ts +0 -48
- package/src/components/table/src/hooks/useTableInstance.ts +0 -29
- package/src/components/table/src/hooks/useTableScroll.ts +0 -229
- package/src/components/table/src/index.vue +0 -212
- package/src/components/table/src/props.ts +0 -160
- package/src/components/table/src/types/table.type.ts +0 -160
- package/src/components/table/src/types/tableHeader.type.ts +0 -27
- package/src/components/tree/index.less +0 -41
- package/src/components/tree/index.ts +0 -5
- package/src/components/tree/src/components/TreeHeader.vue +0 -97
- package/src/components/tree/src/hooks/useTree.ts +0 -239
- package/src/components/tree/src/index.vue +0 -392
- package/src/components/tree/src/props.ts +0 -133
- package/src/components/tree/src/type/tree.ts +0 -105
- package/src/components/tree/src/utils/tree.ts +0 -73
- package/src/components/type.ts +0 -0
- package/src/components/upload/index.less +0 -35
- package/src/components/upload/index.ts +0 -5
- package/src/components/upload/src/helper.ts +0 -60
- package/src/components/upload/src/props.ts +0 -51
- package/src/components/upload/src/upload.vue +0 -191
- package/src/directives/icon.ts +0 -36
- package/src/directives/index.ts +0 -26
- package/src/directives/permission.ts +0 -20
- package/src/global.d.ts +0 -8
- package/src/index.ts +0 -4
- package/src/theme/content/index.vue +0 -37
- package/src/theme/feature/back-top.vue +0 -11
- package/src/theme/feature/index.vue +0 -7
- package/src/theme/footer/index.less +0 -16
- package/src/theme/footer/index.vue +0 -24
- package/src/theme/header/components/bread-crumb.vue +0 -26
- package/src/theme/header/components/fullscreen.vue +0 -12
- package/src/theme/header/components/handler.ts +0 -81
- package/src/theme/header/components/index.ts +0 -21
- package/src/theme/header/components/lang-picker.vue +0 -36
- package/src/theme/header/components/logo.vue +0 -35
- package/src/theme/header/components/menu-search.vue +0 -62
- package/src/theme/header/components/notify.vue +0 -22
- package/src/theme/header/components/setting-theme.vue +0 -123
- package/src/theme/header/components/theme-drawer/enum.ts +0 -12
- package/src/theme/header/components/theme-drawer/feature.vue +0 -75
- package/src/theme/header/components/theme-drawer/index.ts +0 -7
- package/src/theme/header/components/theme-drawer/menu-type.vue +0 -40
- package/src/theme/header/components/theme-drawer/select-item.vue +0 -46
- package/src/theme/header/components/theme-drawer/switch-item.vue +0 -39
- package/src/theme/header/components/theme-drawer/theme-color.vue +0 -26
- package/src/theme/header/components/trigger.vue +0 -14
- package/src/theme/header/components/user-info.vue +0 -60
- package/src/theme/header/const/index.ts +0 -40
- package/src/theme/header/helper/menu-tree.ts +0 -64
- package/src/theme/header/index.less +0 -442
- package/src/theme/header/index.ts +0 -0
- package/src/theme/header/index.vue +0 -96
- package/src/theme/header/multiple-header.vue +0 -67
- package/src/theme/header/set-theme.less +0 -68
- package/src/theme/index.ts +0 -3
- package/src/theme/sider/components/basic-menu/basic-menu-item.vue +0 -14
- package/src/theme/sider/components/basic-menu/basic-menu.vue +0 -122
- package/src/theme/sider/components/basic-menu/basic-sub-menu-item.vue +0 -46
- package/src/theme/sider/components/basic-menu/menu-item-content.vue +0 -13
- package/src/theme/sider/components/drag-bar.vue +0 -26
- package/src/theme/sider/components/layout-menu.vue +0 -132
- package/src/theme/sider/components/props.ts +0 -97
- package/src/theme/sider/components/sider-trigger.vue +0 -24
- package/src/theme/sider/helper/sider.ts +0 -52
- package/src/theme/sider/helper/split-menu.ts +0 -146
- package/src/theme/sider/hooks/useDragLine.ts +0 -86
- package/src/theme/sider/hooks/useOpenKeys.ts +0 -57
- package/src/theme/sider/index.less +0 -203
- package/src/theme/sider/index.vue +0 -88
- package/src/theme/tabs/components/TabContent.vue +0 -36
- package/src/theme/tabs/components/TabRedo.vue +0 -18
- package/src/theme/tabs/hooks/useMultifyTabs.ts +0 -96
- package/src/theme/tabs/hooks/useTabDropdown.ts +0 -89
- package/src/theme/tabs/index.less +0 -165
- package/src/theme/tabs/index.vue +0 -98
- package/src/theme/tabs/types/tabs.type.ts +0 -8
- package/src/theme/theme.less +0 -67
- package/src/theme/theme.vue +0 -90
- package/src/theme/transition.less +0 -99
package/es/index.js
CHANGED
|
@@ -2836,14 +2836,16 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
2836
2836
|
[...schema.linkProps, schema.name].forEach((it) => model[it] = null);
|
|
2837
2837
|
}
|
|
2838
2838
|
return (_ctx, _cache) => {
|
|
2839
|
+
var _a, _b, _c;
|
|
2839
2840
|
return openBlock(), createElementBlock("div", _hoisted_1$t, [
|
|
2840
2841
|
createElementVNode("div", { onClick: onClickInput }, [
|
|
2841
2842
|
createVNode(unref(Input), normalizeProps(guardReactiveProps(unref(bindProps))), null, 16)
|
|
2842
2843
|
]),
|
|
2843
|
-
|
|
2844
|
+
((_c = (_b = (_a = unref(attrs).formValues) == null ? void 0 : _a.schema) == null ? void 0 : _b.linkProps) == null ? void 0 : _c.length) ? (openBlock(), createElementBlock("i", {
|
|
2845
|
+
key: 0,
|
|
2844
2846
|
class: "i mdi:close-circle",
|
|
2845
2847
|
onClick: clearProps
|
|
2846
|
-
})
|
|
2848
|
+
})) : createCommentVNode("", true)
|
|
2847
2849
|
]);
|
|
2848
2850
|
};
|
|
2849
2851
|
}
|
|
@@ -3310,7 +3312,7 @@ var _sfc_main$P = defineComponent({
|
|
|
3310
3312
|
}
|
|
3311
3313
|
return createVNode(Col, {
|
|
3312
3314
|
"span": 24
|
|
3313
|
-
}, _isSlot(_slot2 = render2()) ? _slot2 : {
|
|
3315
|
+
}, _isSlot(_slot2 = render2(values)) ? _slot2 : {
|
|
3314
3316
|
default: () => [_slot2]
|
|
3315
3317
|
});
|
|
3316
3318
|
}
|
|
@@ -6730,7 +6732,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6730
6732
|
}
|
|
6731
6733
|
var DtTable = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render]]);
|
|
6732
6734
|
function useFetch(api, baseUrl = "") {
|
|
6733
|
-
function fetch(params) {
|
|
6735
|
+
function fetch(params, onlyData = true) {
|
|
6734
6736
|
let type, header = {}, model = {};
|
|
6735
6737
|
if (isString(api)) {
|
|
6736
6738
|
api = baseUrl + api;
|
|
@@ -6748,7 +6750,7 @@ function useFetch(api, baseUrl = "") {
|
|
|
6748
6750
|
...header,
|
|
6749
6751
|
...{ onlyData: false }
|
|
6750
6752
|
}).then((data) => {
|
|
6751
|
-
resolve(data == null ? void 0 : data.data);
|
|
6753
|
+
resolve(onlyData ? data == null ? void 0 : data.data : data);
|
|
6752
6754
|
}, (error2) => {
|
|
6753
6755
|
reject(error2);
|
|
6754
6756
|
});
|
|
@@ -6802,7 +6804,7 @@ function useSource(opt) {
|
|
|
6802
6804
|
api: baseUrl + api[it].api
|
|
6803
6805
|
};
|
|
6804
6806
|
}
|
|
6805
|
-
apiPath[it] =
|
|
6807
|
+
apiPath[it] = isString(api[it]) ? api[it] : api[it].api;
|
|
6806
6808
|
}
|
|
6807
6809
|
const { appConf } = useAppStore();
|
|
6808
6810
|
const pagination = ref({
|
|
@@ -6854,6 +6856,10 @@ function useSource(opt) {
|
|
|
6854
6856
|
loading.onQuerypage.value = true;
|
|
6855
6857
|
fetch(toRaw(baseData)).then((rsp) => {
|
|
6856
6858
|
var _a2, _b2, _c2;
|
|
6859
|
+
if (isArray$1(rsp)) {
|
|
6860
|
+
dataSource.value.splice(0, dataSource.value.length, ...rsp);
|
|
6861
|
+
return;
|
|
6862
|
+
}
|
|
6857
6863
|
const { records, pageDTO } = rsp;
|
|
6858
6864
|
dataSource.value.splice(0, dataSource.value.length, ...records);
|
|
6859
6865
|
pagination.value = {
|
|
@@ -6869,8 +6875,9 @@ function useSource(opt) {
|
|
|
6869
6875
|
}
|
|
6870
6876
|
function onAdd(model) {
|
|
6871
6877
|
const { fetch } = useFetch(add, baseUrl);
|
|
6872
|
-
return fetch(model).then((rsp) => {
|
|
6873
|
-
|
|
6878
|
+
return fetch(model, false).then((rsp) => {
|
|
6879
|
+
if ((rsp == null ? void 0 : rsp.code) === 0)
|
|
6880
|
+
message.success("\u65B0\u589E\u6210\u529F");
|
|
6874
6881
|
search();
|
|
6875
6882
|
});
|
|
6876
6883
|
}
|
|
@@ -6880,15 +6887,17 @@ function useSource(opt) {
|
|
|
6880
6887
|
}
|
|
6881
6888
|
function onUpdate(model) {
|
|
6882
6889
|
const { fetch } = useFetch(update, baseUrl);
|
|
6883
|
-
return fetch(model).then((rsp) => {
|
|
6884
|
-
|
|
6890
|
+
return fetch(model, false).then((rsp) => {
|
|
6891
|
+
if ((rsp == null ? void 0 : rsp.code) === 0)
|
|
6892
|
+
message.success("\u66F4\u65B0\u6570\u636E\u6210\u529F");
|
|
6885
6893
|
search();
|
|
6886
6894
|
});
|
|
6887
6895
|
}
|
|
6888
6896
|
function onDeletes(ids) {
|
|
6889
6897
|
const { fetch } = useFetch(deletes, baseUrl);
|
|
6890
|
-
fetch(toRaw(ids)).then((rsp) => {
|
|
6891
|
-
|
|
6898
|
+
fetch(toRaw(ids), false).then((rsp) => {
|
|
6899
|
+
if ((rsp == null ? void 0 : rsp.code) === 0)
|
|
6900
|
+
message.success(`${ids.length > 1 ? "\u6279\u91CF" : ""} \u5220\u9664\u6210\u529F\uFF01`);
|
|
6892
6901
|
search();
|
|
6893
6902
|
});
|
|
6894
6903
|
}
|
|
@@ -7000,7 +7009,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
7000
7009
|
if (props.curd && isFunction((_a = props.curd) == null ? void 0 : _a.onAdd)) {
|
|
7001
7010
|
let obj = Object.assign({}, props.formsVal.value || {}, getFormValues());
|
|
7002
7011
|
let pro = obj.id ? props.curd.onUpdate(obj) : props.curd.onAdd(obj);
|
|
7003
|
-
pro.then((rsp) => closeModal());
|
|
7012
|
+
pro == null ? void 0 : pro.then((rsp) => closeModal());
|
|
7004
7013
|
}
|
|
7005
7014
|
}
|
|
7006
7015
|
return (_ctx, _cache) => {
|
|
@@ -7034,6 +7043,7 @@ function useCurd(curdOpt) {
|
|
|
7034
7043
|
}), null)]));
|
|
7035
7044
|
};
|
|
7036
7045
|
function add() {
|
|
7046
|
+
formsVal.value = null;
|
|
7037
7047
|
openModal();
|
|
7038
7048
|
}
|
|
7039
7049
|
function del({
|
|
@@ -7085,12 +7095,19 @@ function useCurd(curdOpt) {
|
|
|
7085
7095
|
error(`\u7F3A\u5C11curd\u51FD\u6570\u914D\u7F6E, \u8BF7\u5C06useSource\u4E2D\u8FD4\u56DE\u7684curd\u53C2\u6570\u4F20\u5165useCurd\u914D\u7F6E\u9879\u4E2D!`);
|
|
7086
7096
|
}
|
|
7087
7097
|
}
|
|
7098
|
+
function setFormValues(params) {
|
|
7099
|
+
formsVal.value = {
|
|
7100
|
+
...formsVal.value,
|
|
7101
|
+
...params
|
|
7102
|
+
};
|
|
7103
|
+
}
|
|
7088
7104
|
return {
|
|
7089
7105
|
DtCurdModal,
|
|
7090
7106
|
add,
|
|
7091
7107
|
del,
|
|
7092
7108
|
dels,
|
|
7093
|
-
update
|
|
7109
|
+
update,
|
|
7110
|
+
setFormValues
|
|
7094
7111
|
};
|
|
7095
7112
|
}
|
|
7096
7113
|
const _hoisted_1$k = { class: "iframe-page" };
|
|
@@ -7803,6 +7820,10 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
7803
7820
|
}
|
|
7804
7821
|
});
|
|
7805
7822
|
const BasicProps = {
|
|
7823
|
+
showIcon: {
|
|
7824
|
+
type: Boolean,
|
|
7825
|
+
default: true
|
|
7826
|
+
},
|
|
7806
7827
|
loading: {
|
|
7807
7828
|
type: Boolean,
|
|
7808
7829
|
default: false
|
|
@@ -7868,7 +7889,10 @@ const BasicProps = {
|
|
|
7868
7889
|
default: ""
|
|
7869
7890
|
},
|
|
7870
7891
|
toolbar: Boolean,
|
|
7871
|
-
search:
|
|
7892
|
+
search: {
|
|
7893
|
+
type: Boolean,
|
|
7894
|
+
default: true
|
|
7895
|
+
}
|
|
7872
7896
|
};
|
|
7873
7897
|
const searchProps = {
|
|
7874
7898
|
title: {
|
|
@@ -8336,7 +8360,7 @@ var _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
8336
8360
|
item[titleField] = createVNode("span", {
|
|
8337
8361
|
"class": "tree-title",
|
|
8338
8362
|
"onClick": handleClickNode.bind(null, item[keyField], item[childrenField], item)
|
|
8339
|
-
}, [(slots == null ? void 0 : slots.title) ? getSlot(slots, "title", item) : createVNode(Fragment, null, [icon && createVNode("i", {
|
|
8363
|
+
}, [(slots == null ? void 0 : slots.title) ? getSlot(slots, "title", item) : createVNode(Fragment, null, [unref(getBindValues).showIcon && icon && createVNode("i", {
|
|
8340
8364
|
"class": `i ${icon}`
|
|
8341
8365
|
}, null), titleDom, createVNode("span", {
|
|
8342
8366
|
"class": "tree-action"
|
|
@@ -8344,9 +8368,6 @@ var _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
8344
8368
|
});
|
|
8345
8369
|
return data;
|
|
8346
8370
|
});
|
|
8347
|
-
const showTitle = computed(() => {
|
|
8348
|
-
return true;
|
|
8349
|
-
});
|
|
8350
8371
|
const getBindValues = computed(() => {
|
|
8351
8372
|
let propsData = {
|
|
8352
8373
|
blockNode: true,
|
|
@@ -8386,6 +8407,9 @@ var _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
8386
8407
|
};
|
|
8387
8408
|
return omit(propsData, "treeData", "class");
|
|
8388
8409
|
});
|
|
8410
|
+
const showTitle = computed(() => {
|
|
8411
|
+
return unref(getBindValues).search;
|
|
8412
|
+
});
|
|
8389
8413
|
function handleClickNode(key, children, node) {
|
|
8390
8414
|
emit("clickNode", node);
|
|
8391
8415
|
if (!props.clickRowToExpand || !children || children.length === 0)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dt-frames/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"ui",
|
|
6
6
|
"dt-ui"
|
|
@@ -13,15 +13,6 @@
|
|
|
13
13
|
"dev": "yarn build -w",
|
|
14
14
|
"build": "vite build"
|
|
15
15
|
},
|
|
16
|
-
"files": [
|
|
17
|
-
"src",
|
|
18
|
-
"assets",
|
|
19
|
-
"*.d.ts",
|
|
20
|
-
"es",
|
|
21
|
-
"index.*",
|
|
22
|
-
"README.md",
|
|
23
|
-
"tsconfig.json"
|
|
24
|
-
],
|
|
25
16
|
"exports": {
|
|
26
17
|
".": "./es/index.js"
|
|
27
18
|
},
|
package/vite.config.js
ADDED
|
@@ -1,427 +0,0 @@
|
|
|
1
|
-
export const Actions = [
|
|
2
|
-
'ic:baseline-save',
|
|
3
|
-
'ic:baseline-save-all',
|
|
4
|
-
'ic:baseline-save-alt',
|
|
5
|
-
'ic:baseline-save-as',
|
|
6
|
-
'ic:baseline-send',
|
|
7
|
-
'ic:baseline-stacked-bar-chart',
|
|
8
|
-
'ic:baseline-stream',
|
|
9
|
-
'ic:baseline-tag',
|
|
10
|
-
'ic:baseline-undo',
|
|
11
|
-
'ic:baseline-upcoming',
|
|
12
|
-
'ic:outline-archive',
|
|
13
|
-
'ic:outline-backspace',
|
|
14
|
-
'ic:outline-ballot',
|
|
15
|
-
'ic:outline-content-cut',
|
|
16
|
-
'ic:outline-clear',
|
|
17
|
-
'ic:outline-content-copy',
|
|
18
|
-
'ic:outline-content-paste',
|
|
19
|
-
'ic:outline-create',
|
|
20
|
-
'ic:outline-delete-sweep',
|
|
21
|
-
'ic:outline-low-priority',
|
|
22
|
-
'ic:outline-mail',
|
|
23
|
-
'ic:outline-push-pin',
|
|
24
|
-
'ic:outline-reply-all',
|
|
25
|
-
'ic:outline-reply',
|
|
26
|
-
'ic:baseline-add',
|
|
27
|
-
'ic:baseline-add-box',
|
|
28
|
-
'ic:baseline-add-card',
|
|
29
|
-
'ic:baseline-add-shopping-cart',
|
|
30
|
-
'ic:baseline-add-to-drive',
|
|
31
|
-
'ic:baseline-addchart',
|
|
32
|
-
'ic:baseline-admin-panel-settings',
|
|
33
|
-
'ic:baseline-ads-click',
|
|
34
|
-
'ic:baseline-3d-rotation',
|
|
35
|
-
'ic:baseline-accessibility-new',
|
|
36
|
-
'ic:baseline-accessible',
|
|
37
|
-
'ic:baseline-account-balance',
|
|
38
|
-
'ic:baseline-account-balance-wallet',
|
|
39
|
-
'ic:baseline-account-box',
|
|
40
|
-
'ic:baseline-account-circle',
|
|
41
|
-
'ic:baseline-all-inbox',
|
|
42
|
-
'ic:baseline-analytics',
|
|
43
|
-
'ic:baseline-api',
|
|
44
|
-
'ic:baseline-arrow-circle-down',
|
|
45
|
-
'ic:baseline-arrow-circle-left',
|
|
46
|
-
'ic:baseline-arrow-circle-right',
|
|
47
|
-
'ic:baseline-arrow-circle-up',
|
|
48
|
-
'ic:baseline-article',
|
|
49
|
-
'ic:baseline-aspect-ratio',
|
|
50
|
-
'ic:baseline-assessment',
|
|
51
|
-
'ic:baseline-assignment',
|
|
52
|
-
'ic:baseline-assignment-ind',
|
|
53
|
-
'ic:baseline-assignment-late',
|
|
54
|
-
'ic:baseline-assignment-return',
|
|
55
|
-
'ic:baseline-assignment-returned',
|
|
56
|
-
'ic:baseline-assignment-turned-in',
|
|
57
|
-
'ic:baseline-assured-workload',
|
|
58
|
-
'ic:baseline-autorenew',
|
|
59
|
-
'ic:baseline-card-giftcard',
|
|
60
|
-
'ic:baseline-card-membership',
|
|
61
|
-
'ic:baseline-card-travel',
|
|
62
|
-
'ic:baseline-dashboard',
|
|
63
|
-
'ic:baseline-dashboard-customize',
|
|
64
|
-
'ic:baseline-data-exploration',
|
|
65
|
-
'ic:baseline-date-range',
|
|
66
|
-
'ic:baseline-delete',
|
|
67
|
-
'ic:baseline-delete-forever',
|
|
68
|
-
'ic:baseline-delete-outline',
|
|
69
|
-
'ic:baseline-description',
|
|
70
|
-
'ic:baseline-disabled-visible',
|
|
71
|
-
'ic:baseline-display-settings',
|
|
72
|
-
'ic:baseline-dns',
|
|
73
|
-
'ic:baseline-done',
|
|
74
|
-
'ic:baseline-done-all',
|
|
75
|
-
'ic:baseline-done-outline',
|
|
76
|
-
'ic:baseline-donut-large',
|
|
77
|
-
'ic:baseline-donut-small',
|
|
78
|
-
'ic:baseline-drag-indicator',
|
|
79
|
-
'ic:baseline-dynamic-form',
|
|
80
|
-
'ic:baseline-edit-calendar',
|
|
81
|
-
'ic:baseline-edit-off',
|
|
82
|
-
'ic:baseline-paid',
|
|
83
|
-
'ic:baseline-redeem',
|
|
84
|
-
'ic:baseline-today',
|
|
85
|
-
'ic:baseline-update',
|
|
86
|
-
'ic:baseline-update-disabled',
|
|
87
|
-
'ic:baseline-backup',
|
|
88
|
-
'ic:baseline-backup-table',
|
|
89
|
-
'ic:baseline-balance',
|
|
90
|
-
'ic:baseline-book',
|
|
91
|
-
'ic:baseline-book-online',
|
|
92
|
-
'ic:baseline-bookmark',
|
|
93
|
-
'ic:baseline-bookmarks',
|
|
94
|
-
'ic:baseline-build',
|
|
95
|
-
'ic:baseline-build-circle',
|
|
96
|
-
'ic:baseline-cached',
|
|
97
|
-
'ic:baseline-calendar-view-day',
|
|
98
|
-
'ic:baseline-calendar-view-month',
|
|
99
|
-
'ic:baseline-calendar-view-week',
|
|
100
|
-
'ic:baseline-camera-enhance',
|
|
101
|
-
'ic:baseline-check-circle',
|
|
102
|
-
'ic:baseline-check-circle-outline',
|
|
103
|
-
'ic:baseline-chrome-reader-mode',
|
|
104
|
-
'ic:baseline-circle-notifications',
|
|
105
|
-
'ic:baseline-close-fullscreen',
|
|
106
|
-
'ic:baseline-comment-bank',
|
|
107
|
-
'ic:baseline-commit',
|
|
108
|
-
'ic:baseline-commute',
|
|
109
|
-
'ic:baseline-compare-arrows',
|
|
110
|
-
'ic:baseline-compress',
|
|
111
|
-
'ic:baseline-contact-page',
|
|
112
|
-
'ic:baseline-contact-support',
|
|
113
|
-
'ic:baseline-contactless',
|
|
114
|
-
'ic:baseline-copyright',
|
|
115
|
-
'ic:baseline-credit-card',
|
|
116
|
-
'ic:baseline-credit-card-off',
|
|
117
|
-
'ic:baseline-currency-exchange',
|
|
118
|
-
'ic:baseline-euro-symbol',
|
|
119
|
-
'ic:baseline-event',
|
|
120
|
-
'ic:baseline-event-repeat',
|
|
121
|
-
'ic:baseline-event-seat',
|
|
122
|
-
'ic:baseline-exit-to-app',
|
|
123
|
-
'ic:baseline-expand',
|
|
124
|
-
'ic:baseline-explore',
|
|
125
|
-
'ic:baseline-explore-off',
|
|
126
|
-
'ic:baseline-extension',
|
|
127
|
-
'ic:baseline-extension-off',
|
|
128
|
-
'ic:baseline-fact-check',
|
|
129
|
-
'ic:baseline-favorite',
|
|
130
|
-
'ic:baseline-favorite-border',
|
|
131
|
-
'ic:baseline-file-present',
|
|
132
|
-
'ic:baseline-filter-alt',
|
|
133
|
-
'ic:baseline-filter-alt-off',
|
|
134
|
-
'ic:baseline-find-in-page',
|
|
135
|
-
'ic:baseline-find-replace',
|
|
136
|
-
'ic:baseline-fingerprint',
|
|
137
|
-
'ic:baseline-fit-screen',
|
|
138
|
-
'ic:baseline-flaky',
|
|
139
|
-
'ic:baseline-flight-land',
|
|
140
|
-
'ic:baseline-flight-takeoff',
|
|
141
|
-
'ic:baseline-flip-to-back',
|
|
142
|
-
'ic:baseline-flip-to-front',
|
|
143
|
-
'ic:baseline-get-app',
|
|
144
|
-
'ic:baseline-grade',
|
|
145
|
-
'ic:baseline-grading',
|
|
146
|
-
'ic:baseline-group-work',
|
|
147
|
-
'ic:baseline-help',
|
|
148
|
-
'ic:baseline-help-center',
|
|
149
|
-
'ic:baseline-help-outline',
|
|
150
|
-
'ic:baseline-highlight-off',
|
|
151
|
-
'ic:baseline-history',
|
|
152
|
-
'ic:baseline-history-toggle-off',
|
|
153
|
-
'ic:baseline-home',
|
|
154
|
-
'ic:baseline-horizontal-split',
|
|
155
|
-
'ic:baseline-hourglass-empty',
|
|
156
|
-
'ic:baseline-hourglass-full',
|
|
157
|
-
'ic:baseline-https',
|
|
158
|
-
'ic:baseline-info',
|
|
159
|
-
'ic:baseline-input',
|
|
160
|
-
'ic:baseline-integration-instructions',
|
|
161
|
-
'ic:baseline-language',
|
|
162
|
-
'ic:baseline-leaderboard',
|
|
163
|
-
'ic:baseline-lightbulb',
|
|
164
|
-
'ic:baseline-lock',
|
|
165
|
-
'ic:baseline-lock-clock',
|
|
166
|
-
'ic:baseline-lock-open',
|
|
167
|
-
'ic:baseline-lock-person',
|
|
168
|
-
'ic:baseline-lock-reset',
|
|
169
|
-
'ic:baseline-log-in',
|
|
170
|
-
'ic:baseline-log-out',
|
|
171
|
-
'ic:baseline-login',
|
|
172
|
-
'ic:baseline-logout',
|
|
173
|
-
'ic:baseline-loyalty',
|
|
174
|
-
'ic:baseline-manage-accounts',
|
|
175
|
-
'ic:baseline-manage-history',
|
|
176
|
-
'ic:baseline-nightlight-round',
|
|
177
|
-
'ic:baseline-noise-aware',
|
|
178
|
-
'ic:baseline-noise-control-off',
|
|
179
|
-
'ic:baseline-note-add',
|
|
180
|
-
'ic:baseline-offline-bolt',
|
|
181
|
-
'ic:baseline-offline-pin',
|
|
182
|
-
'ic:baseline-online-prediction',
|
|
183
|
-
'ic:baseline-open-with',
|
|
184
|
-
'ic:baseline-outbond',
|
|
185
|
-
'ic:baseline-outbound',
|
|
186
|
-
'ic:baseline-pageview',
|
|
187
|
-
'ic:baseline-pending-actions',
|
|
188
|
-
'ic:baseline-pets',
|
|
189
|
-
'ic:baseline-pinch',
|
|
190
|
-
'ic:baseline-polymer',
|
|
191
|
-
'ic:baseline-power-settings-new',
|
|
192
|
-
'ic:baseline-print',
|
|
193
|
-
'ic:baseline-privacy-tip',
|
|
194
|
-
'ic:baseline-query-builder',
|
|
195
|
-
'ic:baseline-published-with-changes',
|
|
196
|
-
'ic:baseline-record-voice-over',
|
|
197
|
-
'ic:baseline-remove-done',
|
|
198
|
-
'ic:baseline-remove-shopping-cart',
|
|
199
|
-
'ic:baseline-report-problem',
|
|
200
|
-
'ic:baseline-request-page',
|
|
201
|
-
'ic:baseline-restore',
|
|
202
|
-
'ic:baseline-restore-from-trash',
|
|
203
|
-
'ic:baseline-restore-page',
|
|
204
|
-
'ic:baseline-rocket',
|
|
205
|
-
'ic:baseline-rocket-launch',
|
|
206
|
-
'ic:baseline-room',
|
|
207
|
-
'ic:baseline-satellite-alt',
|
|
208
|
-
'ic:baseline-sensors-off',
|
|
209
|
-
'ic:baseline-sensors',
|
|
210
|
-
'ic:baseline-settings',
|
|
211
|
-
'ic:baseline-settings-applications',
|
|
212
|
-
'ic:baseline-settings-bluetooth',
|
|
213
|
-
'ic:baseline-settings-backup-restore',
|
|
214
|
-
'ic:baseline-settings-cell',
|
|
215
|
-
'ic:baseline-settings-ethernet',
|
|
216
|
-
'ic:baseline-settings-input-antenna',
|
|
217
|
-
'ic:baseline-settings-input-component',
|
|
218
|
-
'ic:baseline-settings-overscan',
|
|
219
|
-
'ic:baseline-settings-power',
|
|
220
|
-
'ic:baseline-settings-remote',
|
|
221
|
-
'ic:baseline-settings-voice',
|
|
222
|
-
'ic:baseline-shopping-bag',
|
|
223
|
-
'ic:baseline-shopping-basket',
|
|
224
|
-
'ic:baseline-shopping-cart',
|
|
225
|
-
'ic:baseline-shopping-cart-checkout',
|
|
226
|
-
'ic:baseline-space-dashboard',
|
|
227
|
-
'ic:baseline-supervised-user-circle',
|
|
228
|
-
'ic:baseline-supervisor-account',
|
|
229
|
-
'ic:baseline-support',
|
|
230
|
-
'ic:baseline-swap-horiz',
|
|
231
|
-
'ic:baseline-swap-horizontal-circle',
|
|
232
|
-
'ic:baseline-swap-vertical-circle',
|
|
233
|
-
'ic:baseline-swap-vert',
|
|
234
|
-
'ic:baseline-swipe',
|
|
235
|
-
'ic:baseline-swipe-down',
|
|
236
|
-
'ic:baseline-swipe-left',
|
|
237
|
-
'ic:baseline-swipe-left-alt',
|
|
238
|
-
'ic:baseline-swipe-right',
|
|
239
|
-
'ic:baseline-swipe-right-alt',
|
|
240
|
-
'ic:baseline-swipe-up',
|
|
241
|
-
'ic:baseline-swipe-up-alt',
|
|
242
|
-
'ic:baseline-swipe-vertical',
|
|
243
|
-
'ic:baseline-sync-alt',
|
|
244
|
-
'ic:baseline-table-view',
|
|
245
|
-
'ic:baseline-thumb-down',
|
|
246
|
-
'ic:baseline-thumb-down-off-alt',
|
|
247
|
-
'ic:baseline-thumb-up',
|
|
248
|
-
'ic:baseline-thumb-up-off-alt',
|
|
249
|
-
'ic:baseline-thumbs-up-down',
|
|
250
|
-
'ic:baseline-timeline',
|
|
251
|
-
'ic:baseline-tips-and-updates',
|
|
252
|
-
'ic:baseline-toc',
|
|
253
|
-
'ic:baseline-token',
|
|
254
|
-
'ic:baseline-toll',
|
|
255
|
-
'ic:baseline-touch-app',
|
|
256
|
-
'ic:baseline-tour',
|
|
257
|
-
'ic:baseline-track-changes',
|
|
258
|
-
'ic:baseline-translate',
|
|
259
|
-
'ic:baseline-trending-down',
|
|
260
|
-
'ic:baseline-trending-flat',
|
|
261
|
-
'ic:baseline-trending-up',
|
|
262
|
-
'ic:baseline-verified',
|
|
263
|
-
'ic:baseline-verified-user',
|
|
264
|
-
'ic:baseline-vertical-split',
|
|
265
|
-
'ic:baseline-view-array',
|
|
266
|
-
'ic:baseline-view-carousel',
|
|
267
|
-
'ic:baseline-view-column',
|
|
268
|
-
'ic:baseline-view-comfy-alt',
|
|
269
|
-
'ic:baseline-view-in-ar',
|
|
270
|
-
'ic:baseline-view-list',
|
|
271
|
-
'ic:baseline-view-module',
|
|
272
|
-
'ic:baseline-view-quilt',
|
|
273
|
-
'ic:baseline-view-sidebar',
|
|
274
|
-
'ic:baseline-view-stream',
|
|
275
|
-
'ic:baseline-view-timeline',
|
|
276
|
-
'ic:baseline-view-week',
|
|
277
|
-
'ic:baseline-visibility',
|
|
278
|
-
'ic:baseline-visibility-off',
|
|
279
|
-
'ic:baseline-voice-over-off',
|
|
280
|
-
'ic:baseline-watch-later',
|
|
281
|
-
'ic:baseline-webhook',
|
|
282
|
-
'ic:baseline-wifi-protected-setup',
|
|
283
|
-
'ic:baseline-work-history',
|
|
284
|
-
'ic:baseline-work-off',
|
|
285
|
-
'ic:baseline-wysiwyg',
|
|
286
|
-
'ic:baseline-youtube-searched-for',
|
|
287
|
-
'ic:baseline-zoom-in',
|
|
288
|
-
'ic:baseline-zoom-out',
|
|
289
|
-
'ic:outline-add-task',
|
|
290
|
-
'ic:outline-add-to-drive',
|
|
291
|
-
'ic:outline-addchart',
|
|
292
|
-
'ic:outline-ads-click',
|
|
293
|
-
'ic:outline-account-balance',
|
|
294
|
-
'ic:outline-account-balance-wallet',
|
|
295
|
-
'ic:outline-article',
|
|
296
|
-
'ic:outline-aspect-ratio',
|
|
297
|
-
'ic:outline-assessment',
|
|
298
|
-
'ic:outline-assignment-ind',
|
|
299
|
-
'ic:outline-assignment-late',
|
|
300
|
-
'ic:outline-assignment-return',
|
|
301
|
-
'ic:outline-assignment-returned',
|
|
302
|
-
'ic:outline-assignment-turned-in',
|
|
303
|
-
'ic:outline-assured-workload',
|
|
304
|
-
'ic:outline-dashboard',
|
|
305
|
-
'ic:outline-dashboard-customize',
|
|
306
|
-
'mdi:tools',
|
|
307
|
-
'mdi:wrench',
|
|
308
|
-
'mdi:wrench-outline',
|
|
309
|
-
'mdi:ruler',
|
|
310
|
-
'mdi:ruler-square',
|
|
311
|
-
'mdi:car-wrench',
|
|
312
|
-
'mdi:audio-video',
|
|
313
|
-
'mdi:battery-clock',
|
|
314
|
-
'mdi:camera',
|
|
315
|
-
'mdi:camera-flip',
|
|
316
|
-
'mdi:camera-flip-outline',
|
|
317
|
-
'mdi:camera-iris',
|
|
318
|
-
'mdi:office-building-cog',
|
|
319
|
-
'mdi:office-building-cog-outline',
|
|
320
|
-
'mdi:store-cog',
|
|
321
|
-
'mdi:store-cog-outline',
|
|
322
|
-
'mdi:store-settings',
|
|
323
|
-
'mdi:store-settings-outline',
|
|
324
|
-
'mdi:cloud-print',
|
|
325
|
-
'mdi:cloud-print-outline',
|
|
326
|
-
'mdi:fax',
|
|
327
|
-
'mdi:printer-settings',
|
|
328
|
-
'mdi:atom',
|
|
329
|
-
'mdi:atom-variant',
|
|
330
|
-
'mdi:account-cog',
|
|
331
|
-
'mdi:account-cog-outline',
|
|
332
|
-
'mdi:account-details',
|
|
333
|
-
'mdi:account-details-outline',
|
|
334
|
-
'mdi:account-settings',
|
|
335
|
-
'mdi:account-settings-outline',
|
|
336
|
-
'mdi:airplane-cog',
|
|
337
|
-
'mdi:airplane-settings',
|
|
338
|
-
'mdi:application-cog-outline',
|
|
339
|
-
'mdi:application-settings',
|
|
340
|
-
'mdi:application-settings-outline',
|
|
341
|
-
'mdi:archive-settings',
|
|
342
|
-
'mdi:archive-settings-outline',
|
|
343
|
-
'mdi:bell-cog',
|
|
344
|
-
'mdi:bell-cog-outline',
|
|
345
|
-
'mdi:book-cog',
|
|
346
|
-
'mdi:book-cog-outline',
|
|
347
|
-
'mdi:book-settings',
|
|
348
|
-
'mdi:book-settings-outline',
|
|
349
|
-
'mdi:car-cog',
|
|
350
|
-
'mdi:car-settings',
|
|
351
|
-
'mdi:card-bulleted-settings',
|
|
352
|
-
'mdi:card-bulleted-settings-outline',
|
|
353
|
-
'mdi:cellphone-cog',
|
|
354
|
-
'mdi:cellphone-settings',
|
|
355
|
-
'mdi:cog-clockwise',
|
|
356
|
-
'mdi:cog-counterclockwise',
|
|
357
|
-
'mdi:cog-off',
|
|
358
|
-
'mdi:cog-off-outline',
|
|
359
|
-
'mdi:cog-outline',
|
|
360
|
-
'mdi:cog-pause',
|
|
361
|
-
'mdi:cog-pause-outline',
|
|
362
|
-
'mdi:cog-play',
|
|
363
|
-
'mdi:cog-play-outline',
|
|
364
|
-
'mdi:cog-refresh',
|
|
365
|
-
'mdi:cog-refresh-outline',
|
|
366
|
-
'mdi:cog-stop',
|
|
367
|
-
'mdi:cog-stop-outline',
|
|
368
|
-
'mdi:cog-sync',
|
|
369
|
-
'mdi:cog-sync-outline',
|
|
370
|
-
'mdi:cog-transfer',
|
|
371
|
-
'mdi:cog-transfer-outline',
|
|
372
|
-
'mdi:cogs',
|
|
373
|
-
'mdi:content-save-cog',
|
|
374
|
-
'mdi:content-save-cog-outline',
|
|
375
|
-
'mdi:magnify',
|
|
376
|
-
'mdi:magnify-expand',
|
|
377
|
-
'mdi:magnify-scan',
|
|
378
|
-
'mdi:image-filter-center-focus',
|
|
379
|
-
'mdi:image-filter-center-focus-weak',
|
|
380
|
-
'mdi:image-filter-tilt-shift',
|
|
381
|
-
'mdi:image-sync',
|
|
382
|
-
'mdi:refresh',
|
|
383
|
-
'mdi:web-refresh',
|
|
384
|
-
'mdi:refresh-circle',
|
|
385
|
-
'mdi:close',
|
|
386
|
-
'mdi:keyboard-close',
|
|
387
|
-
'ant-design:drag-outlined',
|
|
388
|
-
'mdi:microsoft',
|
|
389
|
-
'mdi:download-multiple',
|
|
390
|
-
'mdi:close-thick',
|
|
391
|
-
'mdi:close-outline',
|
|
392
|
-
'mdi:close-circle-outline',
|
|
393
|
-
'mdi:close-circle',
|
|
394
|
-
'mdi:content-save',
|
|
395
|
-
'mdi:text-box-edit-outline',
|
|
396
|
-
'mdi:delete-outline',
|
|
397
|
-
'mdi:plus',
|
|
398
|
-
'mdi:arrow-collapse-left',
|
|
399
|
-
'mdi:arrow-collapse-right',
|
|
400
|
-
'ant-design:poweroff-outlined',
|
|
401
|
-
'ant-design:lock-filled',
|
|
402
|
-
'ant-design:lock-outlined',
|
|
403
|
-
'ant-design:logout-outlined',
|
|
404
|
-
'ant-design:login-outlined',
|
|
405
|
-
'ant-design:key-outlined',
|
|
406
|
-
'ant-design:apartment-outlined',
|
|
407
|
-
'ant-design:api-filled',
|
|
408
|
-
'ant-design:api-outlined',
|
|
409
|
-
'ant-design:bars-outlined',
|
|
410
|
-
'ant-design:bell-filled',
|
|
411
|
-
'ant-design:bell-outlined',
|
|
412
|
-
'ant-design:bulb-filled',
|
|
413
|
-
'ant-design:bulb-outlined',
|
|
414
|
-
'ant-design:camera-filled',
|
|
415
|
-
'ant-design:camera-outlined',
|
|
416
|
-
'ant-design:carry-out-filled',
|
|
417
|
-
'ant-design:carry-out-outlined',
|
|
418
|
-
'ant-design:cloud-download-outlined',
|
|
419
|
-
'ant-design:cloud-upload-outlined',
|
|
420
|
-
'ant-design:edit-filled',
|
|
421
|
-
'ant-design:edit-outlined',
|
|
422
|
-
'ant-design:read-outlined',
|
|
423
|
-
'ant-design:read-filled',
|
|
424
|
-
'ant-design:setting-filled',
|
|
425
|
-
'ant-design:setting-outlined',
|
|
426
|
-
'ant-design:wifi-outlined'
|
|
427
|
-
]
|