@das-fed/ui 7.0.0-zhaohang.7 → 7.0.0-zhongshen.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/esm-map.json +28 -1
- package/package.json +12 -5
- package/packages/business-components/ai-panel/i18n/index.d.ts +244 -0
- package/packages/business-components/ai-panel/index-CD2YNg3j.js +5856 -0
- package/packages/business-components/ai-panel/index-CD2YNg3j.js.gz +0 -0
- package/packages/business-components/ai-panel/index-CJeKTaAS.js +60 -0
- package/packages/business-components/ai-panel/index-CJeKTaAS.js.gz +0 -0
- package/packages/business-components/ai-panel/index-DWHxqEh3.js +180 -0
- package/packages/business-components/ai-panel/index-DWHxqEh3.js.gz +0 -0
- package/packages/business-components/ai-panel/index.js +9 -0
- package/packages/business-components/ai-panel/src/dasAI/apis.d.ts +17 -0
- package/packages/business-components/ai-panel/src/dasAI/components/addNew/index.vue.d.ts +6 -0
- package/packages/business-components/ai-panel/src/dasAI/components/deleteDialog/index.d.ts +7 -0
- package/packages/business-components/ai-panel/src/dasAI/components/deleteDialog/index.vue.d.ts +12 -0
- package/packages/business-components/ai-panel/src/dasAI/components/folderDialog/index.d.ts +6 -0
- package/packages/business-components/ai-panel/src/dasAI/components/sender/components/senderOpt.vue.d.ts +2 -0
- package/packages/business-components/ai-panel/src/dasAI/hooks/audio.d.ts +8 -0
- package/packages/business-components/ai-panel/src/dasAI/hooks/knowbase.d.ts +4 -0
- package/packages/business-components/ai-panel/src/dasAI/index.vue.d.ts +16 -0
- package/packages/business-components/ai-panel/src/dasAI/store/index.d.ts +21 -0
- package/packages/business-components/ai-panel/src/index.vue.d.ts +31 -0
- package/packages/business-components/ai-panel/src/type.d.ts +13 -0
- package/packages/business-components/ai-panel/style.css +1 -0
- package/packages/business-components/ai-panel/style.css.gz +0 -0
- package/packages/business-components/change-pwd/index.js +13 -10
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/change-pwd/style.css +1 -1
- package/packages/business-components/device-panel/index.js +2819 -2799
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/index.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/linkDialog.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/linkDialog.vue.d.ts +1 -1
- 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/index.d.ts +1 -0
- package/packages/business-components/index.js +1 -0
- package/packages/business-components/layout-breadcrumb/index.js +57 -57
- package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/index.d.ts +9 -9
- package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +3 -3
- package/packages/business-components/payment/index.js +8 -8
- package/packages/business-components/payment/index.js.gz +0 -0
- package/packages/business-components/process-search-form/hooks/useService.d.ts +1 -1
- package/packages/business-components/user-org-dialog/index.js +2 -2
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/style.css +1 -1
- package/packages/business-components/user-org-dialog/style.css.gz +0 -0
- package/packages/business-components/video-dialog/index.d.ts +5 -0
- package/packages/business-components/video-dialog/index.js +378 -332
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +3 -0
- package/packages/business-components/video-dialog/src/hooks/use-video/PlayerProvider.d.ts +11 -1
- package/packages/business-components/video-dialog/src/index.vue.d.ts +1 -0
- package/packages/business-components/video-dialog/src/type.d.ts +2 -0
- package/packages/business-components/video-dialog/style.css +1 -1
- package/packages/business-components/video-dialog/style.css.gz +0 -0
- package/packages/components/dimple-layout/index.js +1 -1
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/hls-player/i18n/index.d.ts +13 -0
- package/packages/components/hls-player/index.d.ts +172 -0
- package/packages/components/hls-player/index.js +21183 -0
- package/packages/components/hls-player/index.js.gz +0 -0
- package/packages/components/hls-player/src/das-hls-player.vue.d.ts +47 -0
- package/packages/components/hls-player/src/type.d.ts +33 -0
- package/packages/components/hls-player/style.css +1 -0
- package/packages/components/hls-player/style.css.gz +0 -0
- package/packages/components/image-upload/index.d.ts +2 -0
- package/packages/components/image-upload/index.js +770 -114
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-upload/src/Index.vue.d.ts +2 -0
- package/packages/components/image-upload/src/hooks/use-compress-image.d.ts +1 -0
- package/packages/components/image-upload/src/type.d.ts +6 -0
- package/packages/components/image-upload/style.css +1 -1
- package/packages/components/image-upload/style.css.gz +0 -0
- package/packages/components/image-viewer/index.d.ts +6 -2
- package/packages/components/image-viewer/index.js +1117 -432
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/image-viewer/src/Index.vue.d.ts +6 -2
- package/packages/components/image-viewer/src/hooks/use-compress-image.d.ts +1 -0
- package/packages/components/image-viewer/src/hooks/use-imageViewer.d.ts +1 -0
- package/packages/components/image-viewer/src/type.d.ts +9 -0
- package/packages/components/image-viewer/style.css +1 -1
- package/packages/components/image-viewer/style.css.gz +0 -0
- package/packages/components/index.d.ts +1 -0
- package/packages/components/index.js +1 -0
- package/packages/components/input-dialog-select/index.d.ts +0 -1
- package/packages/components/input-dialog-select/index.js +17 -17
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +0 -1
- package/packages/components/input-dialog-select/style.css +1 -1
- package/packages/components/input-dialog-select/style.css.gz +0 -0
- package/packages/components/radio-tabs/index.js +1 -1
- package/packages/components/radio-tabs/index.js.gz +0 -0
- package/packages/components/radio-tabs/style.css +1 -1
- package/packages/components/radio-tabs/style.css.gz +0 -0
- package/packages/components/scrollbar/index.js +1 -1
- package/packages/components/scrollbar/index.js.gz +0 -0
- package/packages/components/scrollbar/style.css +1 -1
- package/packages/components/scrollbar/style.css.gz +0 -0
- package/packages/components/select/index.js +58 -57
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/src/type.d.ts +2 -0
- package/packages/components/select/style.css +1 -1
- package/packages/components/select/style.css.gz +0 -0
- package/packages/components/select-list/index.d.ts +3 -3
- package/packages/components/select-list/index.js +390 -377
- package/packages/components/select-list/index.js.gz +0 -0
- package/packages/components/select-list/src/Index.vue.d.ts +4 -3
- package/packages/components/select-list/src/hooks/use-select-list.d.ts +1 -0
- package/packages/components/select-list/src/type.d.ts +1 -1
- package/packages/components/select-list/style.css +1 -1
- package/packages/components/select-list/style.css.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tree/index.js +90 -86
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree-select/index.js +1 -0
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +2 -0
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +2 -0
- package/packages/components/tree-table/index.js +291 -263
- package/packages/components/tree-table/index.js.gz +0 -0
- package/packages/components/tree-table/src/hooks/use-five.d.ts +4 -0
- package/packages/components/tree-table/src/hooks/use-four.d.ts +4 -0
- package/packages/components/tree-table/src/type.d.ts +1 -1
- package/packages/components/tree-table/style.css +1 -1
- package/packages/components/tree-table/style.css.gz +0 -0
- package/packages/icons/audioing/index.d.ts +1 -0
- package/packages/icons/audioing/index.js +17 -0
- package/packages/icons/audioing/index.js.gz +0 -0
- package/packages/icons/audioing/index.vue.d.ts +19 -0
- package/packages/icons/bobaoguanbi/index.d.ts +1 -0
- package/packages/icons/bobaoguanbi/index.js +17 -0
- package/packages/icons/bobaoguanbi/index.js.gz +0 -0
- package/packages/icons/bobaoguanbi/index.vue.d.ts +19 -0
- package/packages/icons/bobaokaiqi/index.d.ts +1 -0
- package/packages/icons/bobaokaiqi/index.js +17 -0
- package/packages/icons/bobaokaiqi/index.js.gz +0 -0
- package/packages/icons/bobaokaiqi/index.vue.d.ts +19 -0
- package/packages/icons/cankaoneirong/index.d.ts +1 -0
- package/packages/icons/cankaoneirong/index.js +22 -0
- package/packages/icons/cankaoneirong/index.js.gz +0 -0
- package/packages/icons/cankaoneirong/index.vue.d.ts +19 -0
- package/packages/icons/closeaudio/index.d.ts +1 -0
- package/packages/icons/closeaudio/index.js +17 -0
- package/packages/icons/closeaudio/index.js.gz +0 -0
- package/packages/icons/closeaudio/index.vue.d.ts +19 -0
- package/packages/icons/fasong/index.d.ts +1 -0
- package/packages/icons/fasong/index.js +22 -0
- package/packages/icons/fasong/index.js.gz +0 -0
- package/packages/icons/fasong/index.vue.d.ts +19 -0
- package/packages/icons/fresh/index.d.ts +1 -0
- package/packages/icons/fresh/index.js +22 -0
- package/packages/icons/fresh/index.js.gz +0 -0
- package/packages/icons/fresh/index.vue.d.ts +19 -0
- package/packages/icons/fuzhineirong/index.d.ts +1 -0
- package/packages/icons/fuzhineirong/index.js +22 -0
- package/packages/icons/fuzhineirong/index.js.gz +0 -0
- package/packages/icons/fuzhineirong/index.vue.d.ts +19 -0
- package/packages/icons/huida/index.d.ts +1 -0
- package/packages/icons/huida/index.js +22 -0
- package/packages/icons/huida/index.js.gz +0 -0
- package/packages/icons/huida/index.vue.d.ts +19 -0
- package/packages/icons/huidaodibu/index.d.ts +1 -0
- package/packages/icons/huidaodibu/index.js +22 -0
- package/packages/icons/huidaodibu/index.js.gz +0 -0
- package/packages/icons/huidaodibu/index.vue.d.ts +19 -0
- package/packages/icons/index.d.ts +23 -0
- package/packages/icons/index.js +23 -0
- package/packages/icons/intnet/index.d.ts +1 -0
- package/packages/icons/intnet/index.js +17 -0
- package/packages/icons/intnet/index.js.gz +0 -0
- package/packages/icons/intnet/index.vue.d.ts +19 -0
- package/packages/icons/know/index.d.ts +1 -0
- package/packages/icons/know/index.js +17 -0
- package/packages/icons/know/index.js.gz +0 -0
- package/packages/icons/know/index.vue.d.ts +19 -0
- package/packages/icons/knowed/index.d.ts +1 -0
- package/packages/icons/knowed/index.js +17 -0
- package/packages/icons/knowed/index.js.gz +0 -0
- package/packages/icons/knowed/index.vue.d.ts +19 -0
- package/packages/icons/knowopen/index.d.ts +1 -0
- package/packages/icons/knowopen/index.js +17 -0
- package/packages/icons/knowopen/index.js.gz +0 -0
- package/packages/icons/knowopen/index.vue.d.ts +19 -0
- package/packages/icons/lianjie/index.d.ts +1 -0
- package/packages/icons/lianjie/index.js +22 -0
- package/packages/icons/lianjie/index.js.gz +0 -0
- package/packages/icons/lianjie/index.vue.d.ts +19 -0
- package/packages/icons/lishihuihua/index.d.ts +1 -0
- package/packages/icons/lishihuihua/index.js +22 -0
- package/packages/icons/lishihuihua/index.js.gz +0 -0
- package/packages/icons/lishihuihua/index.vue.d.ts +19 -0
- package/packages/icons/qingkong/index.d.ts +1 -0
- package/packages/icons/qingkong/index.js +22 -0
- package/packages/icons/qingkong/index.js.gz +0 -0
- package/packages/icons/qingkong/index.vue.d.ts +19 -0
- package/packages/icons/select2/index.d.ts +1 -0
- package/packages/icons/select2/index.js +17 -0
- package/packages/icons/select2/index.vue.d.ts +19 -0
- package/packages/icons/shendusikao/index.d.ts +1 -0
- package/packages/icons/shendusikao/index.js +22 -0
- package/packages/icons/shendusikao/index.js.gz +0 -0
- package/packages/icons/shendusikao/index.vue.d.ts +19 -0
- package/packages/icons/tianjiaxinhuati/index.d.ts +1 -0
- package/packages/icons/tianjiaxinhuati/index.js +22 -0
- package/packages/icons/tianjiaxinhuati/index.js.gz +0 -0
- package/packages/icons/tianjiaxinhuati/index.vue.d.ts +19 -0
- package/packages/icons/yingyong/index.d.ts +1 -0
- package/packages/icons/yingyong/index.js +17 -0
- package/packages/icons/yingyong/index.js.gz +0 -0
- package/packages/icons/yingyong/index.vue.d.ts +19 -0
- package/packages/icons/yuyin/index.d.ts +1 -0
- package/packages/icons/yuyin/index.js +17 -0
- package/packages/icons/yuyin/index.js.gz +0 -0
- package/packages/icons/yuyin/index.vue.d.ts +19 -0
- package/packages/icons/zhongxinshengcheng/index.d.ts +1 -0
- package/packages/icons/zhongxinshengcheng/index.js +22 -0
- package/packages/icons/zhongxinshengcheng/index.js.gz +0 -0
- package/packages/icons/zhongxinshengcheng/index.vue.d.ts +19 -0
|
Binary file
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { Props, Emits } from '../type';
|
|
2
|
+
export declare const useFive: (props: Props, emit: Emits, treeProps: any, calcDisabled: Function, calcHidden: Function, parentIdLabel: any, tableData: any) => {
|
|
3
|
+
linkCheck: (id: string, attr: string, status: boolean, nodes: any, index: number) => void;
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { Props, Emits } from '../type';
|
|
2
|
+
export declare const useFour: (props: Props, emit: Emits, treeProps: any, calcDisabled: Function, calcHidden: Function, parentIdLabel: any, tableData: any) => {
|
|
3
|
+
linkCheck: (id: string, attr: string, status: boolean, nodes: any, index: number) => void;
|
|
4
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-tree-table[data-v-
|
|
1
|
+
.das-ui-tree-table[data-v-56fc5c0d]{display:flex;flex-direction:column}.das-ui-tree-table.is-border[data-v-56fc5c0d]{border:1px solid var(--das-ui-tree-table-border-color)}.das-ui-tree-table .table-header[data-v-56fc5c0d]{height:32px;display:flex;align-items:center;background:var(--das-ui-tree-table-header-bg-color);border-bottom:1px solid var(--das-ui-tree-table-border-color);box-sizing:border-box}.das-ui-tree-table .table-header .title[data-v-56fc5c0d]{flex:1;min-width:0}.das-ui-tree-table .table-header .table-label[data-v-56fc5c0d]{font-size:12px;color:var(--das-ui-tree-table-header-color)}.das-ui-tree-table .table-body[data-v-56fc5c0d]{flex:1;min-height:0}.das-ui-tree-table .table-body .tree-node[data-v-56fc5c0d]{flex:1;min-width:0;display:flex;align-items:center}.das-ui-tree-table .table-body .tree-node .first-column[data-v-56fc5c0d]{flex:1;min-width:0}.das-ui-tree-table .table-body .tree-node .first-column .title.is-highlight[data-v-56fc5c0d]{color:var(--das-ui-tree-table-highlight-color)}.das-ui-tree-table .das-ui-tree[data-v-56fc5c0d] .el-tree-node.is-current:not([aria-disabled=true])>.el-tree-node__content{color:var(--das-ui-tree-node-active-font-color);background-color:var(--das-ui-tree-node-active-bg-color)}.das-ui-tree-table .das-ui-tree[data-v-56fc5c0d] .el-tree-node.is-current:not([aria-disabled=true])>.el-tree-node__content .el-tree-node__expand-icon:not(.is-leaf){color:var(--das-ui-tree-node-active-font-color)}.das-ui-tree-table .das-ui-tree[data-v-56fc5c0d] .el-tree-node .el-tree-node__content,.das-ui-tree-table .das-ui-tree[data-v-56fc5c0d] .el-tree-node .el-tree-node__content .el-tree-node__label{width:100%}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconAudioing } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as n, createBlock as e, openBlock as p, unref as o, mergeProps as s, withCtx as i, renderSlot as a } from "vue";
|
|
2
|
+
import { DasBaseIcon as r } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const h = '<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1741163773040" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13358" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M512 128v768q-149.3504 0-260.3008-195.4304H128a42.6496 42.6496 0 0 1-42.6496-42.6496V362.9056c0-23.552 19.0976-42.6496 42.6496-42.6496h123.6992Q362.6496 128 512 128z" p-id="13359"></path><path d="M229.888 281.856H128q-33.5872 0-57.344 23.7056-23.7056 23.7568-23.7056 57.344v295.0144q0 33.536 23.7056 57.344 23.7568 23.7056 57.344 23.7056h101.7344Q348.2624 934.4 512 934.4q3.7888 0 7.4752-0.7168 3.7376-0.768 7.2192-2.2016 3.4816-1.4336 6.656-3.584 3.1232-2.048 5.7856-4.7616 2.7136-2.6624 4.8128-5.7856 2.048-3.1744 3.5328-6.656 1.4336-3.4816 2.2016-7.168 0.7168-3.7376 0.7168-7.5264v-768q0-3.7888-0.7168-7.4752-0.768-3.7376-2.2016-7.2192-1.4336-3.4816-3.584-6.656-2.048-3.1232-4.7616-5.7856-2.6624-2.7136-5.7856-4.8128-3.1744-2.048-6.656-3.5328-3.4816-1.4336-7.168-2.2016-3.7376-0.7168-7.5264-0.7168-163.5328 0-282.112 192.256z m21.8112 76.8q5.0688 0 9.9328-1.3312 4.9152-1.3312 9.2672-3.84 4.4032-2.56 7.936-6.144 3.584-3.5328 6.144-7.936 84.48-146.432 188.6208-168.96v683.008q-103.936-22.8864-188.5184-171.8272-2.5088-4.4544-6.0928-8.0896-3.584-3.584-7.9872-6.144-4.4032-2.56-9.3184-3.8912-4.9152-1.3312-9.984-1.3312H128q-4.2496 0-4.2496-4.2496V362.9056q0-4.2496 4.2496-4.2496h123.6992z" p-id="13360"></path><path d="M656.0768 353.4848q-3.7888-3.0208-6.8096-6.7584-3.0208-3.7888-5.12-8.1408-2.048-4.352-3.1744-9.0624-1.024-4.7104-1.024-9.5232 0-4.1984 0.768-8.3456 0.8192-4.096 2.4576-8.0384 1.5872-3.8912 3.9424-7.3728 2.3552-3.4816 5.3248-6.4512 2.9696-3.0208 6.4512-5.3248 3.5328-2.3552 7.424-3.9424 3.8912-1.6384 7.9872-2.4576 4.1472-0.8192 8.3456-0.8192 8.6528 0 16.5888 3.328 7.9872 3.3792 14.0288 9.5744 22.0672 20.1216 39.7824 44.3392 27.648 37.888 42.3936 82.432 15.2064 46.08 15.2064 95.0784 0 48.5888-14.9504 94.2592-14.4896 44.288-41.728 81.92-18.0224 25.0368-40.704 45.6704-6.0416 6.1952-14.0288 9.5744-7.936 3.328-16.5888 3.328-4.1984 0-8.3456-0.8192-4.096-0.8192-7.9872-2.4576-3.8912-1.5872-7.424-3.9424-3.4816-2.304-6.4512-5.3248-2.9696-2.9696-5.3248-6.4512-2.3552-3.4816-3.9424-7.3728-1.6384-3.8912-2.4576-8.0384-0.8192-4.096-0.8192-8.3456 0-4.8128 1.0752-9.5232t3.1744-9.0624q2.0992-4.352 5.12-8.1408 3.072-3.7376 6.8096-6.7584 15.9744-14.592 28.7232-32.256 40.5504-56.1152 40.5504-126.2592 0-70.7584-41.216-127.1808-12.4928-17.1008-28.0576-31.3344z" p-id="13361"></path><path d="M756.3776 116.224q101.12 62.5664 159.9488 165.888Q977.0496 388.608 977.0496 512q0 125.2864-62.5152 233.1136-60.672 104.5504-164.5056 166.5024-9.0624 5.4272-19.6608 5.4272-3.7888 0-7.4752-0.768-3.7376-0.7168-7.2192-2.1504-3.4816-1.4848-6.656-3.584-3.1232-2.048-5.7856-4.7616-2.7136-2.6624-4.8128-5.8368-2.048-3.1232-3.5328-6.656-1.4336-3.4816-2.2016-7.168-0.7168-3.6864-0.7168-7.4752 0-5.0176 1.28-9.8304t3.7376-9.1648q2.4576-4.3008 5.9392-7.8848 3.4816-3.584 7.7824-6.144 86.7328-51.712 137.3696-139.0592 52.224-89.9072 52.224-194.56 0-102.9632-50.688-191.8976-49.152-86.272-133.632-138.5472-4.1984-2.56-7.5776-6.144-3.4304-3.584-5.7856-7.8336-2.4064-4.3008-3.6352-9.0112-1.2288-4.7616-1.2288-9.728 0-3.7376 0.7168-7.424 0.768-3.7376 2.2016-7.2192 1.4336-3.4816 3.584-6.656 2.048-3.1232 4.7616-5.7856 2.6624-2.7136 5.7856-4.8128 3.1744-2.048 6.656-3.5328 3.4816-1.4336 7.168-2.2016 3.7376-0.7168 7.5264-0.7168 10.9056 0 20.1728 5.7344z" p-id="13362"></path></svg>', l = /* @__PURE__ */ n({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(d) {
|
|
6
|
+
return (t, c) => (p(), e(o(r), s({ icon: o(h) }, t.$attrs), {
|
|
7
|
+
default: i(() => [
|
|
8
|
+
a(t.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
l as DasIconAudioing
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DasBaseIcon } from "@das-fed/ui/packages/components/icon";
|
|
2
|
+
import icon from "./audioing.svg?raw";
|
|
3
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
+
default?: (props: typeof __VLS_6) => any;
|
|
7
|
+
}>;
|
|
8
|
+
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
+
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
+
icon: typeof icon;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
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>;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconBobaoguanbi } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as a, createBlock as n, openBlock as e, unref as t, mergeProps as s, withCtx as r, renderSlot as i } from "vue";
|
|
2
|
+
import { DasBaseIcon as p } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const c = '<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740821508808" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11522" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M205.568 337.7664a51.2 51.2 0 0 1 11.8784-15.0528L468.48 104.704a51.3024 51.3024 0 0 1 84.8896 38.6048V880.64a51.2 51.2 0 0 1-84.8896 38.656l-251.0848-218.0608a51.2 51.2 0 0 1-12.1344-15.5648H122.88a51.2 51.2 0 0 1-51.2-51.1488V388.9152a51.2 51.2 0 0 1 51.2-51.2h82.6368z m599.2448 477.5936a33.2288 33.2288 0 1 1-41.5744-51.968 323.9936 323.9936 0 0 0 122.4704-254.0032 323.9936 323.9936 0 0 0-121.4464-253.184 33.2288 33.2288 0 1 1 41.7792-51.8144A390.4512 390.4512 0 0 1 952.32 509.44a390.4512 390.4512 0 0 1-147.5072 305.9712z m-117.9648-112.9472a33.2288 33.2288 0 1 1-41.4208-52.1216 176.0256 176.0256 0 0 0 67.072-138.3936 176.0256 176.0256 0 0 0-66.4576-137.9328 33.2288 33.2288 0 1 1 41.5744-51.968A242.4832 242.4832 0 0 1 779.1104 512a242.4832 242.4832 0 0 1-92.2624 190.464z" p-id="11523"></path></svg>', h = /* @__PURE__ */ a({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(w) {
|
|
6
|
+
return (o, l) => (e(), n(t(p), s({ icon: t(c) }, o.$attrs), {
|
|
7
|
+
default: r(() => [
|
|
8
|
+
i(o.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
h as DasIconBobaoguanbi
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
+
import icon from './bobaoguanbi.svg?raw';
|
|
3
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
+
default?: (props: typeof __VLS_6) => any;
|
|
7
|
+
}>;
|
|
8
|
+
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
+
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
+
icon: typeof icon;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
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>;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconBobaokaiqi } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as n, createBlock as e, openBlock as s, unref as o, mergeProps as a, withCtx as i, renderSlot as r } from "vue";
|
|
2
|
+
import { DasBaseIcon as l } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const p = '<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740821517455" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11679" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M576 96v832a32 32 0 0 1-51.6608 25.344l-279.3472-217.344h-148.992a32 32 0 0 1-32-32v-384c0-17.664 14.336-32 32-32h148.992l279.3472-217.2416a32 32 0 0 1 51.6608 25.344v-0.1024zM512 161.536l-236.3392 183.808a32 32 0 0 1-19.6608 6.656H128v320H256c7.1168 0 14.0288 2.3552 19.6608 6.7584L512 862.72V161.4848v0.0512z" p-id="11680"></path><path d="M917.8624 376.5248q-2.2528-2.2528-4.864-3.9936-2.6112-1.7408-5.5296-2.9696-2.9184-1.1776-5.9904-1.792-3.072-0.6144-6.2464-0.6144t-6.2464 0.6144q-3.072 0.6144-5.9904 1.792-2.9184 1.2288-5.5808 2.9696-2.56 1.7408-4.8128 3.9936L797.184 451.9424l-75.52-75.52q-2.2528-2.2528-4.864-3.9936-2.6112-1.7408-5.5296-2.9696-2.9184-1.1776-5.9904-1.792-3.072-0.6144-6.2464-0.6144t-6.2464 0.6144q-3.072 0.6144-6.0416 1.792-2.8672 1.2288-5.5296 2.9696-2.56 1.7408-4.8128 3.9936-2.2528 2.2016-3.9936 4.864-1.7408 2.56-2.9696 5.5296-1.1776 2.8672-1.792 5.9904-0.6144 3.072-0.6144 6.2464 0 3.1232 0.6144 6.2464 0.6144 3.072 1.792 5.9904 1.2288 2.9184 2.9696 5.5296t3.9936 4.864l75.52 75.52-75.4688 75.4688q-2.2528 2.2016-3.9936 4.8128-1.7408 2.6624-2.9696 5.5808-1.1776 2.8672-1.792 5.9904-0.6144 3.072-0.6144 6.2464 0 3.1232 0.6144 6.2464 0.6144 3.072 1.792 5.9904 1.2288 2.9184 2.9696 5.5296t3.9936 4.864q2.2016 2.2016 4.864 3.9424 2.56 1.792 5.5296 2.9696 2.9184 1.2288 5.9904 1.8432 3.072 0.6144 6.2464 0.6144 3.1232 0 6.2464-0.6144 3.072-0.6144 5.9904-1.8432 2.9184-1.1776 5.5296-2.9696 2.6112-1.7408 4.864-3.9424l75.4688-75.4688 75.52 75.52q2.2016 2.2016 4.8128 3.9424 2.6624 1.792 5.5296 2.9696 2.9184 1.2288 6.0416 1.8432 3.072 0.6144 6.2464 0.6144 3.1232 0 6.2464-0.6144 3.072-0.6144 5.9904-1.8432 2.9184-1.1776 5.5296-2.9696 2.6112-1.7408 4.864-3.9424 2.2016-2.2528 3.9424-4.864 1.7408-2.6112 2.9696-5.5296t1.8432-5.9904q0.6144-3.072 0.6144-6.2464t-0.6144-6.2464q-0.6144-3.072-1.8432-5.9904-1.2288-2.9184-2.9696-5.5296-1.7408-2.6624-3.9424-4.864L842.4448 497.152l75.4176-75.4176q2.2016-2.2528 3.9424-4.864 1.792-2.6112 2.9696-5.5296 1.2288-2.9184 1.8432-5.9904 0.6144-3.072 0.6144-6.2464t-0.6144-6.2464q-0.6144-3.072-1.8432-5.9904-1.1776-2.9184-2.9696-5.5296-1.7408-2.6624-3.9424-4.864z" p-id="11681"></path></svg>', v = /* @__PURE__ */ n({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(c) {
|
|
6
|
+
return (t, h) => (s(), e(o(l), a({ icon: o(p) }, t.$attrs), {
|
|
7
|
+
default: i(() => [
|
|
8
|
+
r(t.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
v as DasIconBobaokaiqi
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DasBaseIcon } from "@das-fed/ui/packages/components/icon";
|
|
2
|
+
import icon from "./bobaokaiqi.svg?raw";
|
|
3
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
+
default?: (props: typeof __VLS_6) => any;
|
|
7
|
+
}>;
|
|
8
|
+
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
+
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
+
icon: typeof icon;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
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>;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconCankaoneirong } from './index.vue';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent as o, createBlock as r, openBlock as e, unref as n, mergeProps as v, withCtx as s, renderSlot as q } from "vue";
|
|
2
|
+
import { DasBaseIcon as h } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const a = `<?xml version="1.0" standalone="no"?>\r
|
|
4
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon"\r
|
|
5
|
+
width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg">\r
|
|
6
|
+
<path\r
|
|
7
|
+
d="M170.624 128v768q0 35.328 24.96 60.352 25.024 24.96 60.416 24.96h597.312q35.328 0 60.352-24.96 24.96-24.96 24.96-60.352V128q0-35.328-24.96-60.352-24.96-24.96-60.352-24.96H256q-35.392 0-60.352 24.96-24.96 24.96-24.96 60.352z m682.688 768H256V128h597.312v768zM682.752 128q0-4.16 0.832-8.32 0.832-4.096 2.432-7.936 1.6-3.904 3.904-7.36 2.304-3.52 5.312-6.464 2.944-3.008 6.4-5.312 3.52-2.304 7.424-3.904 3.84-1.6 7.936-2.432 4.16-0.832 8.32-0.832 4.224 0 8.32 0.832t7.936 2.432q3.904 1.6 7.36 3.904 3.52 2.304 6.464 5.312 3.008 2.944 5.312 6.4 2.304 3.52 3.904 7.424 1.6 3.84 2.432 7.936 0.832 4.16 0.832 8.32H768v768h-0.128q0 4.224-0.832 8.32t-2.432 7.936q-1.6 3.904-3.904 7.424-2.304 3.456-5.312 6.4-2.944 2.944-6.4 5.312-3.52 2.304-7.424 3.904-3.84 1.6-7.936 2.432-4.096 0.832-8.32 0.832-4.16 0-8.32-0.832-4.096-0.832-7.936-2.432-3.904-1.6-7.36-3.904-3.52-2.368-6.464-5.312-3.008-2.944-5.312-6.4-2.304-3.52-3.904-7.36-1.6-3.904-2.432-8-0.832-4.16-0.832-8.32h-0.128V128h0.128zM128 341.312h170.688v-0.064q4.16 0 8.32-0.832 4.096-0.832 7.936-2.432t7.36-3.968q3.52-2.304 6.4-5.248 3.008-3.008 5.376-6.464 2.304-3.52 3.904-7.36 1.6-3.84 2.432-8 0.832-4.096 0.832-8.32 0-4.16-0.832-8.32-0.832-4.032-2.432-7.936-1.6-3.84-3.904-7.36-2.368-3.456-5.312-6.4-2.944-3.008-6.4-5.312-3.52-2.368-7.424-3.968-3.84-1.6-8-2.432-4.096-0.768-8.32-0.768V256H128v0.128q-4.16 0-8.32 0.768-4.096 0.832-7.936 2.432-3.904 1.6-7.36 3.968-3.52 2.304-6.464 5.248-3.008 3.008-5.312 6.464-2.304 3.52-3.904 7.36-1.6 3.84-2.432 8-0.832 4.096-0.832 8.32 0 4.16 0.832 8.32 0.832 4.032 2.432 7.936 1.6 3.84 3.904 7.36 2.304 3.456 5.312 6.4 2.944 3.008 6.4 5.312 3.52 2.368 7.424 3.968 3.84 1.6 7.936 2.432 4.16 0.832 8.32 0.832v0.064zM128 554.688h170.688v-0.128q4.16 0 8.32-0.832 4.096-0.832 7.936-2.432t7.36-3.904q3.52-2.304 6.4-5.312 3.008-2.944 5.376-6.4 2.304-3.52 3.904-7.424 1.6-3.84 2.432-7.936 0.832-4.16 0.832-8.32t-0.832-8.32q-0.832-4.096-2.432-7.936-1.6-3.904-3.904-7.36-2.368-3.52-5.312-6.464-2.944-3.008-6.4-5.312-3.52-2.304-7.424-3.904-3.84-1.6-8-2.432-4.096-0.832-8.32-0.832v-0.128H128v0.128q-4.16 0-8.32 0.832-4.096 0.832-7.936 2.432-3.904 1.6-7.36 3.904-3.52 2.304-6.464 5.312-3.008 2.944-5.312 6.4-2.304 3.52-3.904 7.424-1.6 3.84-2.432 7.936-0.832 4.16-0.832 8.32t0.832 8.32q0.832 4.096 2.432 7.936 1.6 3.904 3.904 7.36 2.304 3.52 5.312 6.464 2.944 3.008 6.4 5.312 3.52 2.304 7.424 3.904 3.84 1.6 7.936 2.432 4.16 0.832 8.32 0.832v0.128zM128 768h170.688v-0.128q4.16 0 8.32-0.768 4.096-0.832 7.936-2.432t7.36-3.968q3.52-2.304 6.4-5.248 3.008-3.008 5.376-6.464 2.304-3.52 3.904-7.36 1.6-3.84 2.432-8 0.832-4.096 0.832-8.32 0-4.16-0.832-8.32-0.832-4.032-2.432-7.936-1.6-3.84-3.904-7.36-2.368-3.456-5.312-6.4-2.944-3.008-6.4-5.312-3.52-2.368-7.424-3.968-3.84-1.6-8-2.432-4.096-0.832-8.32-0.832v-0.064H128v0.064q-4.16 0-8.32 0.832-4.096 0.832-7.936 2.432-3.904 1.6-7.36 3.968-3.52 2.304-6.464 5.248-3.008 3.008-5.312 6.464-2.304 3.52-3.904 7.36-1.6 3.84-2.432 8-0.832 4.096-0.832 8.32 0 4.16 0.832 8.32 0.832 4.032 2.432 7.936 1.6 3.84 3.904 7.36 2.304 3.456 5.312 6.4 2.944 3.008 6.4 5.312 3.52 2.368 7.424 3.968 3.84 1.6 7.936 2.432 4.16 0.768 8.32 0.768V768zM576 128h256v-0.128q4.224 0 8.32-0.768 4.096-0.832 7.936-2.432 3.904-1.6 7.36-3.968 3.52-2.304 6.464-5.248 3.008-3.008 5.312-6.464 2.304-3.52 3.904-7.36 1.6-3.84 2.432-8 0.832-4.096 0.832-8.32 0-4.16-0.832-8.32-0.832-4.032-2.432-7.936-1.6-3.84-3.904-7.36-2.304-3.456-5.312-6.4-2.944-3.008-6.4-5.312-3.52-2.368-7.424-3.968-3.84-1.6-7.936-2.432-4.16-0.832-8.32-0.832V42.688H576v0.064q-4.16 0-8.32 0.832-4.096 0.832-7.936 2.432-3.904 1.6-7.36 3.968-3.52 2.304-6.464 5.248-3.008 3.008-5.312 6.464-2.304 3.52-3.904 7.36-1.6 3.84-2.432 8-0.832 4.096-0.832 8.32 0 4.16 0.832 8.32 0.832 4.032 2.432 7.936 1.6 3.84 3.904 7.36 2.304 3.456 5.312 6.4 2.944 3.008 6.4 5.312 3.52 2.368 7.424 3.968 3.84 1.6 7.936 2.432 4.16 0.768 8.32 0.768V128zM576 981.312h256v-0.064q4.224 0 8.32-0.832t7.936-2.432q3.904-1.6 7.36-3.968 3.52-2.304 6.464-5.248 3.008-3.008 5.312-6.464 2.304-3.52 3.904-7.36 1.6-3.84 2.432-8 0.832-4.096 0.832-8.32 0-4.16-0.832-8.32-0.832-4.032-2.432-7.936-1.6-3.84-3.904-7.36-2.304-3.456-5.312-6.4-2.944-3.008-6.4-5.312-3.52-2.368-7.424-3.968-3.84-1.6-7.936-2.432-4.16-0.768-8.32-0.768V896H576v0.128q-4.16 0-8.32 0.768-4.096 0.832-7.936 2.432-3.904 1.6-7.36 3.968-3.52 2.304-6.464 5.248-3.008 3.008-5.312 6.464-2.304 3.52-3.904 7.36-1.6 3.84-2.432 8-0.832 4.096-0.832 8.32 0 4.16 0.832 8.32 0.832 4.032 2.432 7.936 1.6 3.84 3.904 7.36 2.304 3.456 5.312 6.4 2.944 3.008 6.4 5.312 3.52 2.368 7.424 3.968 3.84 1.6 7.936 2.432 4.16 0.832 8.32 0.832v0.064z" />\r
|
|
8
|
+
</svg>`, w = /* @__PURE__ */ o({
|
|
9
|
+
__name: "index",
|
|
10
|
+
setup(i) {
|
|
11
|
+
return (t, c) => (e(), r(n(h), v({ icon: n(a) }, t.$attrs), {
|
|
12
|
+
default: s(() => [
|
|
13
|
+
q(t.$slots, "default")
|
|
14
|
+
]),
|
|
15
|
+
_: 3
|
|
16
|
+
/* FORWARDED */
|
|
17
|
+
}, 16, ["icon"]));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
w as DasIconCankaoneirong
|
|
22
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DasBaseIcon } from "@das-fed/ui/packages/components/icon";
|
|
2
|
+
import icon from "./cankaoneirong.svg?raw";
|
|
3
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
+
default?: (props: typeof __VLS_6) => any;
|
|
7
|
+
}>;
|
|
8
|
+
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
+
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
+
icon: typeof icon;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
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>;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconCloseaudio } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as t, createBlock as l, openBlock as i, unref as e, mergeProps as s, withCtx as o, renderSlot as a } from "vue";
|
|
2
|
+
import { DasBaseIcon as r } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const g = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><defs><clipPath id="master_svg0_457_21328"><rect x="0" y="0" width="20" height="20" rx="0"/></clipPath><mask id="master_svg1_457_21331" style="mask-type:alpha" maskUnits="objectBoundingBox"><g><g><rect x="12.5" y="7.5" width="5.416666507720947" height="5.416666507720947" rx="0" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></mask></defs><g clip-path="url(#master_svg0_457_21328)"><g style="opacity:0.009999999776482582;"><rect x="12.5" y="7.5" width="5.416666507720947" height="5.416666507720947" rx="0" fill="#333333" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g mask="url(#master_svg1_457_21331)"><g><g><path d="M17.503162098999024,8.98274641998291Q17.608652098999023,8.87725741998291,17.665742098999022,8.73942941998291Q17.722832098999024,8.60160041998291,17.722832098999024,8.45241641998291Q17.722832098999024,8.37854791998291,17.708422098999023,8.30609841998291Q17.694012098999025,8.23364941998291,17.665742098999022,8.16540341998291Q17.637472098999023,8.097158419982911,17.596432098999024,8.035738419982911Q17.55539209899902,7.97431941998291,17.503162098999024,7.92208641998291Q17.450932098999022,7.86985341998291,17.389512098999024,7.82881441998291Q17.328092098999022,7.787775419982911,17.259842098999023,7.75950641998291Q17.191602098999024,7.73123841998291,17.119152098999024,7.71682741998291Q17.046702098999024,7.70241641998291,16.972832098999024,7.70241641998291Q16.823652098999023,7.70241641998291,16.685822098999022,7.75950641998291Q16.547992098999025,7.8165974199829105,16.44250209899902,7.92208641998291L12.906962098999024,11.45762641998291Q12.801473098999024,11.56311641998291,12.744382098999024,11.70094641998291Q12.687292098999023,11.83877641998291,12.687292098999023,11.987956419982911Q12.687292098999023,12.06182641998291,12.701703098999023,12.13427641998291Q12.716114098999023,12.20672641998291,12.744382098999024,12.27496641998291Q12.772651098999024,12.34321641998291,12.813690098999023,12.40463641998291Q12.854729098999023,12.466056419982909,12.906962098999024,12.51828641998291Q12.959195098999023,12.57051641998291,13.020614098999024,12.61155641998291Q13.082034098999024,12.65259641998291,13.150279098999023,12.680866419982909Q13.218525098999024,12.70913641998291,13.290974098999023,12.72354641998291Q13.363423598999024,12.737956419982911,13.437292098999023,12.737956419982911Q13.586476098999023,12.737956419982911,13.724305098999023,12.680866419982909Q13.862133098999024,12.62377641998291,13.967622098999023,12.51828641998291L13.968048098999024,12.517856419982909L17.502732098999022,8.98317241998291L17.503162098999024,8.98274641998291L17.503162098999024,8.98274641998291Z" fill-rule="evenodd" fill="#666666" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M12.906962098999024,8.98274641998291Q12.801473098999024,8.87725741998291,12.744382098999024,8.73942941998291Q12.687292098999023,8.60160041998291,12.687292098999023,8.45241641998291Q12.687292098999023,8.37854791998291,12.701703098999023,8.30609841998291Q12.716114098999023,8.23364941998291,12.744382098999024,8.16540341998291Q12.772651098999024,8.097158419982911,12.813690098999023,8.035738419982911Q12.854729098999023,7.97431941998291,12.906962098999024,7.92208641998291Q12.959195098999023,7.86985341998291,13.020614098999024,7.82881441998291Q13.082034098999024,7.787775419982911,13.150279098999023,7.75950641998291Q13.218525098999024,7.73123841998291,13.290974098999023,7.71682741998291Q13.363423598999024,7.70241641998291,13.437292098999023,7.70241641998291Q13.586476098999023,7.70241641998291,13.724305098999023,7.75950641998291Q13.862133098999024,7.8165974199829105,13.967622098999023,7.92208641998291L17.502782098999024,11.45723641998291L17.503162098999024,11.45762641998291Q17.608652098999023,11.56311641998291,17.665742098999022,11.70094641998291Q17.722832098999024,11.83877641998291,17.722832098999024,11.987956419982911Q17.722832098999024,12.06182641998291,17.708422098999023,12.13427641998291Q17.694012098999025,12.20672641998291,17.665742098999022,12.27496641998291Q17.637472098999023,12.34321641998291,17.596432098999024,12.40463641998291Q17.55539209899902,12.466056419982909,17.503162098999024,12.51828641998291Q17.450932098999022,12.57051641998291,17.389512098999024,12.61155641998291Q17.328092098999022,12.65259641998291,17.259842098999023,12.680866419982909Q17.191602098999024,12.70913641998291,17.119152098999024,12.72354641998291Q17.046702098999024,12.737956419982911,16.972832098999024,12.737956419982911Q16.823652098999023,12.737956419982911,16.685822098999022,12.680866419982909Q16.547992098999025,12.62377641998291,16.44250209899902,12.51828641998291L12.906962098999024,8.98274641998291Z" fill-rule="evenodd" fill="#666666" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></g><g><path d="M4.490236626930237,5.5045L2.499999626930237,5.5045Q1.8441616269302368,5.5045,1.380416626930237,5.96824Q0.9166666269302368,6.43199,0.9166666269302368,7.08783L0.9166666269302368,12.8496Q0.9166666269302368,13.5055,1.380416626930237,13.9692Q1.844162626930237,14.433,2.499999626930237,14.433L4.486616626930237,14.433Q6.8019966269302365,18.25,9.999996626930237,18.25Q10.073866626930236,18.25,10.146316626930236,18.235599999999998Q10.218766626930236,18.2212,10.287016626930237,18.1929Q10.355256626930236,18.1646,10.416676626930236,18.1236Q10.478096626930236,18.0826,10.530326626930236,18.0303Q10.582566626930237,17.978099999999998,10.623596626930237,17.9167Q10.664636626930237,17.8553,10.692906626930236,17.787Q10.721176626930237,17.7188,10.735586626930237,17.6463Q10.749996626930237,17.573900000000002,10.749996626930237,17.5L10.749996626930237,2.5Q10.749996626930237,2.4261315,10.735586626930237,2.353682Q10.721176626930237,2.281233,10.692906626930236,2.212987Q10.664636626930237,2.144742,10.623596626930237,2.083322Q10.582566626930237,2.021903,10.530326626930236,1.96967Q10.478096626930236,1.917437,10.416676626930236,1.876398Q10.355256626930236,1.835359,10.287016626930237,1.80709Q10.218766626930236,1.778822,10.146316626930236,1.764411Q10.073866626930236,1.75,9.999996626930237,1.75Q6.806016626930237,1.7499989999999999,4.490236626930237,5.5045ZM4.916046626930237,7.0045Q5.014786626930237,7.0045,5.110166626930237,6.97894Q5.205546626930237,6.95338,5.291066626930236,6.904Q5.376576626930237,6.85463,5.446396626930237,6.7848Q5.516226626930237,6.71497,5.565586626930237,6.62945Q7.216906626930236,3.76881,9.249996626930237,3.329646L9.249996626930237,16.668799999999997Q7.219926626930237,16.221600000000002,5.568246626930237,13.3126Q5.519146626930237,13.2262,5.449226626930237,13.1555Q5.379306626930237,13.0848,5.293376626930237,13.0348Q5.207446626930237,12.9848,5.111456626930236,12.9589Q5.0154666269302375,12.933,4.916046626930237,12.933L2.499999626930237,12.933Q2.416666626930237,12.933,2.416666626930237,12.8496L2.416666626930237,7.08783Q2.416666626930237,7.0045,2.5000006269302366,7.0045L4.916046626930237,7.0045Z" fill-rule="evenodd" fill="#666666" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>', m = /* @__PURE__ */ t({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(n) {
|
|
6
|
+
return (Q, d) => (i(), l(e(r), s({ icon: e(g) }, Q.$attrs), {
|
|
7
|
+
default: o(() => [
|
|
8
|
+
a(Q.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
m as DasIconCloseaudio
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DasBaseIcon } from "@das-fed/ui/packages/components/icon";
|
|
2
|
+
import icon from "./closeaudio.svg?raw";
|
|
3
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
+
default?: (props: typeof __VLS_6) => any;
|
|
7
|
+
}>;
|
|
8
|
+
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
+
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
+
icon: typeof icon;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
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>;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconFasong } from './index.vue';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent as r, createBlock as e, openBlock as s, unref as o, mergeProps as t, withCtx as a, renderSlot as c } from "vue";
|
|
2
|
+
import { DasBaseIcon as i } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const p = `<?xml version="1.0" standalone="no"?>\r
|
|
4
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon"\r
|
|
5
|
+
width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg">\r
|
|
6
|
+
<path\r
|
|
7
|
+
d="M906.432 28.8L75.712 284.416C17.92 302.144 7.424 379.52 58.432 412.032l245.376 156.864c26.24 16.768 60.224 14.464 84.032-5.568l306.304-258.496c16.64-14.016 39.04 8.384 24.96 24.96L460.736 636.288a70.976 70.976 0 0 0-5.568 83.968l156.864 245.44c32.64 50.944 109.888 40.384 127.68-17.344l255.488-830.72A70.976 70.976 0 0 0 906.432 28.864z" />\r
|
|
8
|
+
</svg>`, m = /* @__PURE__ */ r({
|
|
9
|
+
__name: "index",
|
|
10
|
+
setup(l) {
|
|
11
|
+
return (n, w) => (s(), e(o(i), t({ icon: o(p) }, n.$attrs), {
|
|
12
|
+
default: a(() => [
|
|
13
|
+
c(n.$slots, "default")
|
|
14
|
+
]),
|
|
15
|
+
_: 3
|
|
16
|
+
/* FORWARDED */
|
|
17
|
+
}, 16, ["icon"]));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
m as DasIconFasong
|
|
22
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DasBaseIcon } from "@das-fed/ui/packages/components/icon";
|
|
2
|
+
import icon from "./fasong.svg?raw";
|
|
3
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
+
default?: (props: typeof __VLS_6) => any;
|
|
7
|
+
}>;
|
|
8
|
+
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
+
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
+
icon: typeof icon;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
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>;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconFresh } from './index.vue';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent as r, createBlock as e, openBlock as s, unref as o, mergeProps as t, withCtx as a, renderSlot as l } from "vue";
|
|
2
|
+
import { DasBaseIcon as i } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const c = `<?xml version="1.0" standalone="no"?>\r
|
|
4
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon"\r
|
|
5
|
+
width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg">\r
|
|
6
|
+
<path\r
|
|
7
|
+
d="M914.57651 109.270767l-9.137848 75.275417A511.336068 511.336068 0 0 0 19.13133 379.827742a31.950517 31.950517 0 0 0 61.728398 16.486466 447.435035 447.435035 0 0 1 780.42332-164.864665l-0.063901 0.127802-88.822436-10.735374a31.950517 31.950517 0 0 0-7.668124 63.453726l152.851271 18.403498a31.886616 31.886616 0 0 0 42.110781-33.99535l18.275696-151.828855a31.950517 31.950517 0 1 0-63.453726-7.668124z m-178.028279 790.200177a447.435035 447.435035 0 0 1-573.320071-108.312251l88.183426 10.607571a31.950517 31.950517 0 1 0 7.668124-63.453726l-156.365828-18.850804a32.589527 32.589527 0 0 0-15.847456 1.022416 31.247605 31.247605 0 0 0-21.981956 26.646731l-19.17031 158.602365a31.950517 31.950517 0 0 0 63.517627 7.668124l9.073947-75.40322 0.319505-0.383406a511.336068 511.336068 0 0 0 888.096561-193.172823 31.950517 31.950517 0 0 0-61.728399-16.614269 445.773608 445.773608 0 0 1-208.44517 271.643292z" />\r
|
|
8
|
+
</svg>`, h = /* @__PURE__ */ r({
|
|
9
|
+
__name: "index",
|
|
10
|
+
setup(p) {
|
|
11
|
+
return (n, m) => (s(), e(o(i), t({ icon: o(c) }, n.$attrs), {
|
|
12
|
+
default: a(() => [
|
|
13
|
+
l(n.$slots, "default")
|
|
14
|
+
]),
|
|
15
|
+
_: 3
|
|
16
|
+
/* FORWARDED */
|
|
17
|
+
}, 16, ["icon"]));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
h as DasIconFresh
|
|
22
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DasBaseIcon } from "@das-fed/ui/packages/components/icon";
|
|
2
|
+
import icon from "./fresh.svg?raw";
|
|
3
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
+
default?: (props: typeof __VLS_6) => any;
|
|
7
|
+
}>;
|
|
8
|
+
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
+
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
+
icon: typeof icon;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
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>;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconFuzhineirong } from './index.vue';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent as r, createBlock as e, openBlock as t, unref as o, mergeProps as s, withCtx as a, renderSlot as i } from "vue";
|
|
2
|
+
import { DasBaseIcon as h } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const c = `<?xml version="1.0" standalone="no"?>\r
|
|
4
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon"\r
|
|
5
|
+
width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg">\r
|
|
6
|
+
<path\r
|
|
7
|
+
d="M757.696 704h99.648q17.28 0 17.28-17.28V166.592q0-7.168-5.056-12.224-5.056-5.12-12.224-5.12H337.28Q320 149.312 320 166.656v98.56h-0.128a42.56 42.56 0 1 1-85.12 0h-0.064v-98.56q0-42.496 30.08-72.576Q294.848 64 337.28 64h520q42.496 0 72.576 30.08 30.08 30.08 30.08 72.576v520q0 42.56-30.08 72.576-30.08 30.08-72.576 30.08h-99.648v-0.064a42.56 42.56 0 0 1 0-85.12V704zM789.312 337.28v520.064q0 42.496-30.08 72.576-30.08 30.08-72.576 30.08H166.656q-42.496 0-72.576-30.08Q64 899.84 64 857.344V337.28q0-42.56 30.08-72.576 30.08-30.08 72.576-30.08h520q42.56 0 72.576 30.08 30.08 30.08 30.08 72.576zM704 337.28q0-7.104-5.12-12.16-5.056-5.12-12.16-5.12H166.592q-17.28 0-17.28 17.28v520.064q0 17.28 17.28 17.28h520q17.344 0 17.344-17.28V337.28z" />\r
|
|
8
|
+
</svg>`, d = /* @__PURE__ */ r({
|
|
9
|
+
__name: "index",
|
|
10
|
+
setup(p) {
|
|
11
|
+
return (n, v) => (t(), e(o(h), s({ icon: o(c) }, n.$attrs), {
|
|
12
|
+
default: a(() => [
|
|
13
|
+
i(n.$slots, "default")
|
|
14
|
+
]),
|
|
15
|
+
_: 3
|
|
16
|
+
/* FORWARDED */
|
|
17
|
+
}, 16, ["icon"]));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
d as DasIconFuzhineirong
|
|
22
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DasBaseIcon } from "@das-fed/ui/packages/components/icon";
|
|
2
|
+
import icon from "./fuzhineirong.svg?raw";
|
|
3
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
+
default?: (props: typeof __VLS_6) => any;
|
|
7
|
+
}>;
|
|
8
|
+
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
+
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
+
icon: typeof icon;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
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>;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconHuida } from './index.vue';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent as r, createBlock as t, openBlock as e, unref as o, mergeProps as s, withCtx as a, renderSlot as c } from "vue";
|
|
2
|
+
import { DasBaseIcon as h } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const i = `<?xml version="1.0" standalone="no"?>\r
|
|
4
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon"\r
|
|
5
|
+
width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg">\r
|
|
6
|
+
<path\r
|
|
7
|
+
d="M691.456 945.92q37.248-15.424 71.36-37.12 7.68 0.96 20.288 3.456 35.2 7.04 101.44 25.088a42.56 42.56 0 0 0 52.416-52.352q-18.112-66.24-25.088-101.504-2.56-12.544-3.456-20.288 21.632-34.048 37.12-71.296 35.584-85.952 35.584-179.712 0-194.368-137.472-331.84Q706.176 42.88 511.808 42.88 317.376 42.88 179.84 180.352T42.432 512.192q0 194.432 137.472 331.904t331.904 137.472q93.696 0 179.648-35.648z m-32.64-78.848q-70.272 29.12-147.008 29.12-159.104 0-271.552-112.448-112.448-112.448-112.448-271.552 0-159.04 112.448-271.488 112.448-112.512 271.552-112.512 159.04 0 271.488 112.512 112.512 112.448 112.512 271.488 0 76.8-29.12 147.008-14.464 34.88-35.52 66.304-13.952 20.8 6.08 112.128-91.392-19.968-112.128-6.08-31.488 21.12-66.368 35.52z m-49.92-471.296c23.552 0 42.56 19.072 42.56 42.56h0.128v201.856h-0.128a42.56 42.56 0 1 1-85.12 0h-0.064V438.4h0.064c0-23.488 19.072-42.56 42.56-42.56z m-200.512 0c23.488 0 42.56 19.072 42.56 42.56h0.064v201.856h-0.064a42.56 42.56 0 1 1-85.12 0h-0.128V438.4h0.128c0-23.488 19.008-42.56 42.56-42.56z" />\r
|
|
8
|
+
</svg>`, l = /* @__PURE__ */ r({
|
|
9
|
+
__name: "index",
|
|
10
|
+
setup(p) {
|
|
11
|
+
return (n, m) => (e(), t(o(h), s({ icon: o(i) }, n.$attrs), {
|
|
12
|
+
default: a(() => [
|
|
13
|
+
c(n.$slots, "default")
|
|
14
|
+
]),
|
|
15
|
+
_: 3
|
|
16
|
+
/* FORWARDED */
|
|
17
|
+
}, 16, ["icon"]));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
l as DasIconHuida
|
|
22
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DasBaseIcon } from "@das-fed/ui/packages/components/icon";
|
|
2
|
+
import icon from "./huida.svg?raw";
|
|
3
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
+
default?: (props: typeof __VLS_6) => any;
|
|
7
|
+
}>;
|
|
8
|
+
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
+
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
+
icon: typeof icon;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
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>;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconHuidaodibu } from './index.vue';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent as r, createBlock as e, openBlock as t, unref as o, mergeProps as s, withCtx as a, renderSlot as i } from "vue";
|
|
2
|
+
import { DasBaseIcon as c } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const p = `<?xml version="1.0" standalone="no"?>\r
|
|
4
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon"\r
|
|
5
|
+
width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg">\r
|
|
6
|
+
<path\r
|
|
7
|
+
d="M469.44 179.2a42.56 42.56 0 1 1 85.12 0h0.128v613.76l234.368-234.304a42.56 42.56 0 1 1 60.224 60.224l0.128 0.064-307.2 307.2a42.688 42.688 0 0 1-60.352 0l-307.2-307.2a42.56 42.56 0 1 1 60.224-60.224l0.128-0.064 234.304 234.304V179.2h0.128z" />\r
|
|
8
|
+
</svg>`, m = /* @__PURE__ */ r({
|
|
9
|
+
__name: "index",
|
|
10
|
+
setup(l) {
|
|
11
|
+
return (n, d) => (t(), e(o(c), s({ icon: o(p) }, n.$attrs), {
|
|
12
|
+
default: a(() => [
|
|
13
|
+
i(n.$slots, "default")
|
|
14
|
+
]),
|
|
15
|
+
_: 3
|
|
16
|
+
/* FORWARDED */
|
|
17
|
+
}, 16, ["icon"]));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
m as DasIconHuidaodibu
|
|
22
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DasBaseIcon } from "@das-fed/ui/packages/components/icon";
|
|
2
|
+
import icon from "./huidaodibu.svg?raw";
|
|
3
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
+
default?: (props: typeof __VLS_6) => any;
|
|
7
|
+
}>;
|
|
8
|
+
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
9
|
+
DasBaseIcon: typeof DasBaseIcon;
|
|
10
|
+
icon: typeof icon;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
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>;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|