@das-fed/ui 6.4.0-dev.55.13 → 6.4.0-dev.55.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/esm-map.json +4 -1
- package/package.json +5 -5
- package/packages/business-components/change-enterprises/index.js +8 -8
- package/packages/business-components/change-enterprises/index.js.gz +0 -0
- package/packages/business-components/change-pwd/index.js +37 -37
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/currency-page/index.js +16 -16
- package/packages/business-components/currency-page/index.js.gz +0 -0
- package/packages/business-components/device-panel/index.js +12414 -12707
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/operatingData/index.vue.d.ts +1 -7
- package/packages/business-components/device-panel/src/hooks/use-operating-data.d.ts +22 -0
- package/packages/business-components/device-panel/style.css +1 -1
- package/packages/business-components/device-panel/style.css.gz +0 -0
- package/packages/business-components/export-button/index.js +30 -30
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/import-button/i18n/index.d.ts +1 -1
- package/packages/business-components/import-button/index.js +57 -57
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/index.js +1 -1
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/process-configuration/index.js +58 -58
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-form/index.js +209 -214
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-search-form/index.js +25 -25
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/upload-file/index.js +13 -13
- package/packages/business-components/upload-file/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/index.js +245 -245
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/index.js +67 -67
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/components/date-picker/index.js +61 -61
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/dimple-layout/index.js +7 -7
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/image-upload/index.js +57 -57
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/input-dialog-select/i18n/index.d.ts +12 -1
- package/packages/components/input-dialog-select/index.d.ts +1 -0
- package/packages/components/input-dialog-select/index.js +108 -101
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +1 -0
- package/packages/components/input-dialog-select/style.css +1 -1
- package/packages/components/input-dialog-select/style.css.gz +0 -0
- package/packages/components/live-player/index.js +142 -142
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/map/index.js +3 -3
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/rich-editor/index.js +4 -4
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/select/index.js +41 -41
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/style.css +1 -1
- package/packages/components/select/style.css.gz +0 -0
- package/packages/components/table/index.js +460 -460
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/tree/index.js +1 -1
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/upload/index.js +7 -7
- package/packages/components/upload/index.js.gz +0 -0
- package/packages/icons/exit/index.d.ts +1 -0
- package/packages/icons/exit/index.js +17 -0
- package/packages/icons/exit/index.js.gz +0 -0
- package/packages/icons/exit/index.vue.d.ts +16 -0
- package/packages/icons/global/index.d.ts +1 -0
- package/packages/icons/global/index.js +17 -0
- package/packages/icons/global/index.js.gz +0 -0
- package/packages/icons/global/index.vue.d.ts +16 -0
- package/packages/icons/index.d.ts +3 -0
- package/packages/icons/index.js +3 -0
- package/packages/icons/system/index.d.ts +1 -0
- package/packages/icons/system/index.js +17 -0
- package/packages/icons/system/index.js.gz +0 -0
- package/packages/icons/system/index.vue.d.ts +16 -0
|
Binary file
|
|
@@ -2652,7 +2652,7 @@ const vt = /* @__PURE__ */ zl($g), _g = (e, t, r, a, l, f, c, y, v, b, O, S, C,
|
|
|
2652
2652
|
暂无数据: { "zh-CN": "暂无数据", en: "No Data", _appCode: "framework" },
|
|
2653
2653
|
noDataTryAnotherKeyword: {
|
|
2654
2654
|
"zh-CN": "未查询到相关数据,换个关键词试试吧!",
|
|
2655
|
-
en: "No
|
|
2655
|
+
en: "No relevant data found. try a different keyword!",
|
|
2656
2656
|
_appCode: "framework"
|
|
2657
2657
|
}
|
|
2658
2658
|
};
|
|
Binary file
|
|
@@ -2,7 +2,7 @@ import '@das-fed/ui/packages/components/upload/style.css';
|
|
|
2
2
|
import { withInstall as L } from "@das-fed/utils/with-install/index";
|
|
3
3
|
import { t as f, setI18nRule as M } from "@das-fed/web/packages/i18n/index";
|
|
4
4
|
import { getVar as F, setThemeRule as T } from "@das-fed/web/packages/theme/index";
|
|
5
|
-
import { useAttrs as O, computed as
|
|
5
|
+
import { useAttrs as O, computed as U, defineComponent as j, openBlock as n, createElementBlock as c, Fragment as Z, createVNode as v, unref as e, mergeProps as x, isRef as B, withCtx as p, renderSlot as V, createElementVNode as m, withDirectives as w, createTextVNode as g, toDisplayString as s, createCommentVNode as k, createBlock as D, vShow as $ } from "vue";
|
|
6
6
|
import { UploadDragger as G, Upload as K } from "ant-design-vue";
|
|
7
7
|
import "ant-design-vue/es/upload/style/css";
|
|
8
8
|
import { DasButton as S } from "@das-fed/ui/packages/components/button/index";
|
|
@@ -19,7 +19,7 @@ const H = (r) => {
|
|
|
19
19
|
u++, r /= 1024;
|
|
20
20
|
return r = Number(Number(r).toFixed(1)), `${r}${l[u]}`;
|
|
21
21
|
}, J = (r, d) => {
|
|
22
|
-
const l = y(r, "modelValue"), u = y(r, "error"), i = y(r, "errorMessage"), _ = y(r, "errorFileName"), h = O(), b =
|
|
22
|
+
const l = y(r, "modelValue"), u = y(r, "error"), i = y(r, "errorMessage"), _ = y(r, "errorFileName"), h = O(), b = U(() => !h.multiple && r.maxCount === 1), z = U(() => b.value && l.value.length ? "none" : "block");
|
|
23
23
|
return {
|
|
24
24
|
fileList: l,
|
|
25
25
|
error: u,
|
|
@@ -67,8 +67,8 @@ const H = (r) => {
|
|
|
67
67
|
errorFileName: b,
|
|
68
68
|
uploadDiaplay: z,
|
|
69
69
|
beforeupload: N,
|
|
70
|
-
errorFiledownload:
|
|
71
|
-
removeFileEvent:
|
|
70
|
+
errorFiledownload: E,
|
|
71
|
+
removeFileEvent: I
|
|
72
72
|
} = J(l, u);
|
|
73
73
|
return (o, t) => (n(), c("div", Q, [
|
|
74
74
|
o.draggle ? (n(), c(
|
|
@@ -114,7 +114,7 @@ const H = (r) => {
|
|
|
114
114
|
key: 1,
|
|
115
115
|
"btn-type": "primary-text",
|
|
116
116
|
size: "large",
|
|
117
|
-
onClick: (me) => e(
|
|
117
|
+
onClick: (me) => e(I)(C, a),
|
|
118
118
|
block: ""
|
|
119
119
|
}, {
|
|
120
120
|
default: p(() => [
|
|
@@ -179,7 +179,7 @@ const H = (r) => {
|
|
|
179
179
|
"btn-type": "primary-text",
|
|
180
180
|
block: "",
|
|
181
181
|
size: "large",
|
|
182
|
-
onClick: e(
|
|
182
|
+
onClick: e(E)
|
|
183
183
|
}, {
|
|
184
184
|
default: p(() => [
|
|
185
185
|
g(
|
|
@@ -265,7 +265,7 @@ const H = (r) => {
|
|
|
265
265
|
l[u] = i;
|
|
266
266
|
return l;
|
|
267
267
|
}, ne = /* @__PURE__ */ de(se, [["__scopeId", "data-v-5d8aeac3"]]), ue = {
|
|
268
|
-
"das-upload-text": { "zh-CN": "点击或拖拽上传", en: "Click or
|
|
268
|
+
"das-upload-text": { "zh-CN": "点击或拖拽上传", en: "Click or drag to upload", _appCode: "framework" },
|
|
269
269
|
"das-upload-btn-text": { "zh-CN": "上传文件", en: "Upload File", _appCode: "framework" },
|
|
270
270
|
"das-upload-download": { "zh-CN": "下载", en: "Download", _appCode: "framework" },
|
|
271
271
|
"das-upload-delete": { "zh-CN": "删除", en: "Delete", _appCode: "framework" },
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconExit } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as s, openBlock as o, createBlock as r, unref as e, mergeProps as n, withCtx as i, renderSlot as L } from "vue";
|
|
2
|
+
import { DasBaseIcon as a } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const p = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><defs><clipPath id="master_svg0_239_10395"><rect x="0" y="0" width="16" height="16" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_239_10395)"><g><path d="M8.3330078125,1C8.517097812500001,1.000000357628,8.6663378125,1.1492390000000001,8.6663378125,1.333333L8.6663378125,2C8.6663378125,2.1841,8.517097812500001,2.33333,8.3330078125,2.33333L2.6663378125,2.33333L2.6663378125,13.6667L8.3330078125,13.6667C8.517097812500001,13.6667,8.6663378125,13.8159,8.6663378125,14L8.6663378125,14.6667C8.6663378125,14.8508,8.517097812500001,15,8.3330078125,15L2.6663378125,15C1.9558738125000001,15,1.3701980125,14.4429,1.3346744825,13.7333L1.3330078125,13.6667L1.3330078125,2.33333C1.333006978035,1.6228660000000001,1.8900958125,1.0371901,2.5996778125,1.00166655L2.6663378125,1L8.3330078125,1ZM11.3733078125,4.431L14.2353078125,7.293C14.6077078125,7.66544,14.6274078125,8.26286,14.2803078125,8.658999999999999L14.2353078125,8.707L11.3733078125,11.569C11.2431778125,11.6991,11.0321778125,11.6991,10.9020078125,11.569L10.4306778125,11.0977C10.3005478125,10.9675,10.3005478125,10.7565,10.4306778125,10.62633L12.3897078125,8.66667L5.6663378125,8.66667C5.4822478125,8.66667,5.3330078125,8.517430000000001,5.3330078125,8.33333L5.3330078125,7.66667C5.3330078125,7.48257,5.4822478125,7.33333,5.6663378125,7.33333L12.3897078125,7.33333L10.4306778125,5.37367C10.3005478125,5.2435,10.3005478125,5.0325,10.4306778125,4.90233L10.9020078125,4.431C11.0321778125,4.30087,11.2431778125,4.30087,11.3733078125,4.431Z" style="mix-blend-mode:passthrough"/></g></g></svg>', C = /* @__PURE__ */ s({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(c) {
|
|
6
|
+
return (t, h) => (o(), r(e(a), n({ icon: e(p) }, t.$attrs), {
|
|
7
|
+
default: i(() => [
|
|
8
|
+
L(t.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
C as DasIconExit
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconGlobal } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as o, openBlock as e, createBlock as t, unref as L, mergeProps as n, withCtx as r, renderSlot as s } from "vue";
|
|
2
|
+
import { DasBaseIcon as i } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const a = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><g><g><path d="M8.00016609375,0.83343505859375C11.95819609375,0.83343505859375,15.16679609375,4.04204505859375,15.16679609375,8.00008505859375C15.16679609375,9.13254505859375,14.90419609375,10.20365505859375,14.43639609375,11.15583505859375C14.42739609375,11.17823505859375,14.41659609375,11.19983505859375,14.40409609375,11.22073505859375C13.22479609375,13.56123505859375,10.79995609375,15.16673505859375,8.00016609375,15.16673505859375C4.04211609375,15.16673505859375,0.83349609375,11.95813505859375,0.83349609375,8.00008505859375C0.83349609375,4.04204505859375,4.04211609375,0.83343505859375,8.00016609375,0.83343505859375ZM10.07602609375,2.19154505859375L10.07658609375,2.20310505859375L10.10502609375,2.4084550585937503C10.11072609375,2.44548505859375,10.11691609375,2.4839050585937503,10.12358609375,2.5236950585937503L10.14506609375,2.64716505859375C10.18201609375,2.85259505859375,10.23882609375,2.94328505859375,10.37941609375,3.04119505859375L10.52445609375,3.13189505859375C10.53518609375,3.13827505859375,10.54716609375,3.14540505859375,10.56069609375,3.15343505859375C11.08939609375,3.47015505859375,11.30749609375,3.84812505859375,11.19419609375,4.57274505859375C11.06719609375,5.38536505859375,10.67417609375,5.64035505859375,9.89399609375,5.71217505859375L9.57564609375,5.73798505859375C9.55629609375,5.73993505859375,9.53826609375,5.74193505859375,9.52124609375,5.74401505859375L9.42872609375,5.75789505859375C9.40021609375,5.76311505859375,9.37319609375,5.76903505859375,9.34508609375,5.77603505859375C9.21036609375,5.80956505859375,9.10257609375,5.86258505859375,9.00399609375,5.94831505859375C8.92195609375,6.01965505859375,8.88567609375,6.13276505859375,8.89229609375,6.37924505859375L8.90014609375,6.52746505859375L8.91640609375,6.70543505859375C8.91980609375,6.73775505859375,8.92355609375,6.77146505859375,8.92765609375,6.80661505859375L8.95315609375,7.01444505859375C9.08238609375,8.069105058593749,8.96641609375,8.65364505859375,8.227476093749999,9.06617505859375C7.96749609375,9.21129505859375,7.68939609375,9.27354505859375,7.40116609375,9.25886505859375C6.95994609375,9.23637505859375,6.60333609375,9.07931505859375,6.04110609375,8.72562505859375L5.66140609375,8.48466505859375L5.52075609375,8.39899505859375L5.40183609375,8.32982505859375L5.30268609375,8.27590505859375L5.22137609375,8.23600505859375C5.19702609375,8.22489505859375,5.17531609375,8.21592505859375,5.15593609375,8.208875058593751L5.10443609375,8.19327505859375C5.06677609375,8.18474505859375,5.04160609375,8.18693505859375,5.02383609375,8.19661505859375C4.89413609375,8.267305058593749,4.81989609375,8.45411505859375,4.76679609375,8.90574505859375L4.7401560937500005,9.17288505859375L4.72541609375,9.33473505859375L4.70072609375,9.56736505859375C4.63147609375,10.14844505859375,4.52846609375,10.42738505859375,4.231706093750001,10.69799505859375C3.82949609375,11.06483505859375,3.29137609375,11.16783505859375,2.63554609375,11.04233505859375C3.69478609375,12.90793505859375,5.70046609375,14.16673505859375,8.00016609375,14.16673505859375C8.262766093749999,14.16673505859375,8.52153609375,14.15033505859375,8.77550609375,14.11843505859375C8.447956093750001,13.58213505859375,8.35433609375,13.04433505859375,8.522746093750001,12.51553505859375C8.64139609375,12.14303505859375,8.800496093749999,11.87753505859375,9.01880609375,11.64893505859375L9.07602609375,11.59093505859375L9.23634609375,11.44163505859375C9.34657609375,11.33983505859375,9.38342609375,11.29233505859375,9.41426609375,11.20903505859375C9.42184609375,11.18863505859375,9.42646609375,11.16163505859375,9.42818609375,11.11493505859375L9.42856609375,11.02843505859375L9.42460609375,10.90223505859375C9.40699609375,10.47339505859375,9.42903609375,10.24203505859375,9.57665609375,9.94014505859375C9.74250609375,9.60095505859375,10.04099609375,9.31986505859375,10.48943609375,9.08473505859375C11.40929609375,8.60240505859375,12.50809609375,8.98215505859375,13.79519609375,10.11181505859375C14.03579609375,9.45319505859375,14.16679609375,8.74193505859375,14.16679609375,8.00008505859375C14.16679609375,5.32267505859375,12.46049609375,3.04380505859375,10.07602609375,2.19154505859375ZM10.95379609375,9.97037505859375C10.68228609375,10.11274505859375,10.53978609375,10.24693505859375,10.47500609375,10.37941505859375C10.42835609375,10.47482505859375,10.41536609375,10.56733505859375,10.42086609375,10.77692505859375L10.42376609375,10.86123505859375C10.43757609375,11.19763505859375,10.43016609375,11.34543505859375,10.35198609375,11.55643505859375C10.26825609375,11.78243505859375,10.16125609375,11.93523505859375,9.99130609375,12.10333505859375L9.79088609375,12.29073505859375L9.74206609375,12.33953505859375C9.62764609375,12.45933505859375,9.54763609375,12.59283505859375,9.47558609375,12.81903505859375C9.38116609375,13.11553505859375,9.48429609375,13.46493505859375,9.83748609375,13.88723505859375C11.33599609375,13.42103505859375,12.58829609375,12.39853505859375,13.35439609375,11.06163505859375C12.25149609375,10.03145505859375,11.44779609375,9.71138505859375,10.95379609375,9.97037505859375ZM8.00016609375,1.83343505859375C4.59440609375,1.83343505859375,1.83349609375,4.5943350585937495,1.83349609375,8.00008505859375C1.83349609375,8.64182505859375,1.93151609375,9.26066505859375,2.1134160937499997,9.84244505859375C2.13822609375,9.84730505859375,2.16239609375,9.85490505859375,2.18625609375,9.86447505859375C2.90479609375,10.15260505859375,3.34570609375,10.15260505859375,3.55788609375,9.95910505859375C3.59725609375,9.92320505859375,3.62912609375,9.85830505859375,3.65689609375,9.74305505859375L3.67976609375,9.63144505859375L3.70109609375,9.49218505859375C3.70454609375,9.46650505859375,3.70795609375,9.43955505859375,3.71133609375,9.41125505859375L3.73124609375,9.22492505859375L3.74925609375,9.02624505859375C3.83394609375,8.08598505859375,3.98451609375,7.62418505859375,4.54527609375,7.31856505859375C4.98921609375,7.07659505859375,5.27400609375,7.10252505859375,5.86573609375,7.43980505859375L6.04355609375,7.54467505859375L6.24049609375,7.66672505859375L6.45897609375,7.80616505859375C6.94800609375,8.121225058593751,7.21478609375,8.248065058593749,7.45205609375,8.26015505859375C7.55559609375,8.26543505859375,7.64692609375,8.24499505859375,7.74003609375,8.193015058593751C7.95554609375,8.072705058593751,8.023126093750001,7.89306505859375,7.99124609375,7.44140505859375L7.97330609375,7.24573505859375L7.94873609375,7.04091505859375C7.82385609375,6.04524505859375,7.85943609375,5.61840505859375,8.34779609375,5.19372505859375C8.571986093749999,4.99877505859375,8.82225609375,4.87565505859375,9.10355609375,4.80563505859375L9.23756609375,4.77593505859375C9.25933609375,4.77177505859375,9.28112609375,4.7679650585937505,9.30336609375,4.7644250585937495L9.44554609375,4.745895058593749C9.47128609375,4.74315505859375,9.49833609375,4.740545058593749,9.52712609375,4.73798505859375L9.86116609375,4.71256505859375L9.96665609375,4.701945058593751C10.11885609375,4.68219505859375,10.15938609375,4.64814505859375,10.18480609375,4.53875505859375L10.20619609375,4.41829505859375L10.22300609375,4.30557505859375C10.24173609375,4.16238505859375,10.22736609375,4.125695058593751,10.12702609375,4.06048505859375L9.90600609375,3.92637505859375C9.50062609375,3.67289505859375,9.25711609375,3.35941505859375,9.16086609375,2.8241850585937502L9.12089609375,2.5943150585937502L9.08787609375,2.38422505859375L9.06256609375,2.19305505859375C9.05108609375,2.09450505859375,9.04334609375,2.00390505859375,9.03989609375,1.92065505859375C8.701706093750001,1.86330505859375,8.35442609375,1.83343505859375,8.00016609375,1.83343505859375Z" /></g></g></svg>', w = /* @__PURE__ */ o({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(c) {
|
|
6
|
+
return (C, l) => (e(), t(L(i), n({ icon: L(a) }, C.$attrs), {
|
|
7
|
+
default: r(() => [
|
|
8
|
+
s(C.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
w as DasIconGlobal
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -68,6 +68,7 @@ export * from './edit-3';
|
|
|
68
68
|
export * from './empty';
|
|
69
69
|
export * from './enlarge';
|
|
70
70
|
export * from './entry';
|
|
71
|
+
export * from './exit';
|
|
71
72
|
export * from './fabu';
|
|
72
73
|
export * from './fanhui';
|
|
73
74
|
export * from './filter-3';
|
|
@@ -81,6 +82,7 @@ export * from './fullscreen-2';
|
|
|
81
82
|
export * from './fuzhi';
|
|
82
83
|
export * from './gaojin';
|
|
83
84
|
export * from './gengduocaozuo';
|
|
85
|
+
export * from './global';
|
|
84
86
|
export * from './gongzuotaiguanli';
|
|
85
87
|
export * from './header-seach';
|
|
86
88
|
export * from './header-setting';
|
|
@@ -178,6 +180,7 @@ export * from './start';
|
|
|
178
180
|
export * from './stop';
|
|
179
181
|
export * from './structural-diagram';
|
|
180
182
|
export * from './success';
|
|
183
|
+
export * from './system';
|
|
181
184
|
export * from './table-header-search';
|
|
182
185
|
export * from './text';
|
|
183
186
|
export * from './tick';
|
package/packages/icons/index.js
CHANGED
|
@@ -68,6 +68,7 @@ export * from './edit-3'
|
|
|
68
68
|
export * from './empty'
|
|
69
69
|
export * from './enlarge'
|
|
70
70
|
export * from './entry'
|
|
71
|
+
export * from './exit'
|
|
71
72
|
export * from './fabu'
|
|
72
73
|
export * from './fanhui'
|
|
73
74
|
export * from './filter-3'
|
|
@@ -81,6 +82,7 @@ export * from './fullscreen-2'
|
|
|
81
82
|
export * from './fuzhi'
|
|
82
83
|
export * from './gaojin'
|
|
83
84
|
export * from './gengduocaozuo'
|
|
85
|
+
export * from './global'
|
|
84
86
|
export * from './gongzuotaiguanli'
|
|
85
87
|
export * from './header-seach'
|
|
86
88
|
export * from './header-setting'
|
|
@@ -178,6 +180,7 @@ export * from './start'
|
|
|
178
180
|
export * from './stop'
|
|
179
181
|
export * from './structural-diagram'
|
|
180
182
|
export * from './success'
|
|
183
|
+
export * from './system'
|
|
181
184
|
export * from './table-header-search'
|
|
182
185
|
export * from './text'
|
|
183
186
|
export * from './tick'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconSystem } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as n, openBlock as t, createBlock as r, unref as o, mergeProps as i, withCtx as s, renderSlot as L } from "vue";
|
|
2
|
+
import { DasBaseIcon as l } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const a = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 16 16"><g><g><path d="M2.67288475,1.77734375C2.17638375,1.77734375,1.77734375,2.17355275,1.77734375,2.66230175L1.77734375,10.67016375C1.77734375,11.15971375,2.17829075,11.55512375,2.67288475,11.55512375L14.21514375,11.55512375C14.71164375,11.55512375,15.11064375,11.15891375,15.11064375,10.67016375L15.11064375,2.66230175C15.11064375,2.17275475,14.70974375,1.77734375,14.21514375,1.77734375L2.67288475,1.77734375ZM2.77734375,9.77756375L2.77734375,10.55512375L14.11064375,10.55512375L14.11064375,9.77756375L2.77734375,9.77756375ZM2.77734375,8.888673749999999L14.11064375,8.888673749999999L14.11064375,2.77734375L2.77734375,2.77734375L2.77734375,8.888673749999999ZM8.000003750000001,11.55566375L8.888893750000001,11.55566375L8.888893750000001,13.33304375L11.55523375,13.33304375L11.55523375,14.22194375L5.33300375,14.22194375L5.33300375,13.33304375L8.000003750000001,13.33304375L8.000003750000001,11.55566375Z" fill-rule="evenodd" fill="#666666" fill-opacity="1"/></g></g></svg>', m = /* @__PURE__ */ n({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(c) {
|
|
6
|
+
return (e, p) => (t(), r(o(l), i({ icon: o(a) }, e.$attrs), {
|
|
7
|
+
default: s(() => [
|
|
8
|
+
L(e.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
m as DasIconSystem
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|