@das-fed/ui 6.4.0-hot.55 → 6.4.0-hot.57
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 +3 -1
- package/package.json +5 -5
- package/packages/business-components/ai-panel/i18n/index.d.ts +8 -0
- package/packages/business-components/ai-panel/{index-BbtDXlR3.js → index-Bv4OyTc6.js} +1384 -1335
- package/packages/business-components/ai-panel/index-Bv4OyTc6.js.gz +0 -0
- package/packages/business-components/ai-panel/{index-DcsbACoj.js → index-tPlKi-vk.js} +1 -1
- package/packages/business-components/ai-panel/index-tPlKi-vk.js.gz +0 -0
- package/packages/business-components/ai-panel/index.js +1 -1
- package/packages/business-components/ai-panel/src/dasAI/apis.d.ts +1 -0
- package/packages/business-components/ai-panel/src/dasAI/store/index.d.ts +1 -0
- package/packages/business-components/ai-panel/style.css +1 -1
- package/packages/business-components/ai-panel/style.css.gz +0 -0
- package/packages/components/edit-table/index.d.ts +15 -15
- package/packages/components/edit-table/src/index.vue.d.ts +4 -4
- package/packages/components/hls-player/index.d.ts +158 -45
- package/packages/components/hls-player/index.js +2750 -2836
- package/packages/components/hls-player/index.js.gz +0 -0
- package/packages/components/hls-player/src/das-hls-player.vue.d.ts +37 -3
- package/packages/components/hls-player/src/type.d.ts +0 -3
- package/packages/components/hls-player/style.css +1 -1
- package/packages/components/hls-player/style.css.gz +0 -0
- package/packages/components/menu-header/index.d.ts +6 -0
- package/packages/components/menu-header/index.js +26 -31
- package/packages/components/menu-header/index.js.gz +0 -0
- package/packages/components/menu-header/src/Index.vue.d.ts +2 -0
- package/packages/components/menu-header/src/type.d.ts +6 -1
- package/packages/components/menu-header/style.css +1 -1
- package/packages/components/menu-header/style.css.gz +0 -0
- package/packages/components/select-list/index.d.ts +13 -13
- 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 +12 -11
- 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/icons/index.d.ts +2 -0
- package/packages/icons/index.js +2 -0
- package/packages/icons/tucao/index.d.ts +1 -0
- package/packages/icons/tucao/index.js +17 -0
- package/packages/icons/tucao/index.js.gz +0 -0
- package/packages/icons/tucao/index.vue.d.ts +19 -0
- package/packages/icons/tucao-2/index.d.ts +1 -0
- package/packages/icons/tucao-2/index.js +17 -0
- package/packages/icons/tucao-2/index.js.gz +0 -0
- package/packages/icons/tucao-2/index.vue.d.ts +19 -0
- package/packages/business-components/ai-panel/index-BbtDXlR3.js.gz +0 -0
- package/packages/business-components/ai-panel/index-DcsbACoj.js.gz +0 -0
- package/packages/components/hls-player/src/das-hls-player - /345/211/257/346/234/254.vue.d.ts" +0 -18
- package/packages/components/hls-player/src/das-hls-player-origin.vue.d.ts +0 -13
|
Binary file
|
|
@@ -5,7 +5,7 @@ import 'vue-virtual-scroller/dist/vue-virtual-scroller.css';
|
|
|
5
5
|
import type { Props } from './type';
|
|
6
6
|
declare const selecteItemHeight: import("vue").ComputedRef<string>;
|
|
7
7
|
declare const innerVirtual: import("vue").ComputedRef<boolean>;
|
|
8
|
-
declare const selectListRef: import("vue").Ref<any, any>, $list: import("vue").Ref<any, any>, disabledFlag: (item: import("./type").ItemProps) => boolean, itemGroups: import("vue").Ref<any[], any[]>, selectedLabel: import("vue").ComputedRef<string>, itemRemove: (item: import("./type").ItemProps) => void, removeAll: () => void, innerSelectdValue: import("vue").WritableComputedRef<string | number | undefined, string | number>, selectItem: (item: import("./type").ItemProps) => void, infiniteLoad: () => void;
|
|
8
|
+
declare const selectListRef: import("vue").Ref<any, any>, $list: import("vue").Ref<any, any>, disabledFlag: (item: import("./type").ItemProps) => boolean, itemGroups: import("vue").Ref<any[], any[]>, selectedLabel: import("vue").ComputedRef<string>, itemRemove: (item: import("./type").ItemProps) => void, removeAll: () => void, innerSelectdValue: import("vue").WritableComputedRef<string | number | undefined, string | number>, selectItem: (item: import("./type").ItemProps) => void, infiniteLoad: () => void, closeableFn: (item: import("./type").ItemProps) => boolean;
|
|
9
9
|
declare const showVirtualList: import("vue").Ref<boolean, boolean>;
|
|
10
10
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
11
11
|
declare var __VLS_1: {}, __VLS_15: {
|
|
@@ -45,23 +45,24 @@ declare const __VLS_self: import("vue").DefineComponent<Props, {
|
|
|
45
45
|
innerSelectdValue: typeof innerSelectdValue;
|
|
46
46
|
selectItem: typeof selectItem;
|
|
47
47
|
infiniteLoad: typeof infiniteLoad;
|
|
48
|
+
closeableFn: typeof closeableFn;
|
|
48
49
|
showVirtualList: typeof showVirtualList;
|
|
49
50
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
50
51
|
"update:modelValue": (value: import("./type").ItemProps[]) => any;
|
|
51
|
-
sortEnd: (oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any;
|
|
52
|
-
"item-remove": (value: import("./type").ItemProps) => any;
|
|
53
52
|
"update:selectdValue": (value: string | number) => any;
|
|
54
53
|
"select-item": (value: import("./type").ItemProps) => any;
|
|
54
|
+
"item-remove": (value: import("./type").ItemProps) => any;
|
|
55
55
|
"remove-all": (value: import("./type").ItemProps[]) => any;
|
|
56
56
|
"update:infiniteDisabled": (value: boolean) => any;
|
|
57
|
+
sortEnd: (oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any;
|
|
57
58
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
58
59
|
"onUpdate:modelValue"?: ((value: import("./type").ItemProps[]) => any) | undefined;
|
|
59
|
-
onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
60
|
-
"onItem-remove"?: ((value: import("./type").ItemProps) => any) | undefined;
|
|
61
60
|
"onUpdate:selectdValue"?: ((value: string | number) => any) | undefined;
|
|
62
61
|
"onSelect-item"?: ((value: import("./type").ItemProps) => any) | undefined;
|
|
62
|
+
"onItem-remove"?: ((value: import("./type").ItemProps) => any) | undefined;
|
|
63
63
|
"onRemove-all"?: ((value: import("./type").ItemProps[]) => any) | undefined;
|
|
64
64
|
"onUpdate:infiniteDisabled"?: ((value: boolean) => any) | undefined;
|
|
65
|
+
onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
65
66
|
}>, {
|
|
66
67
|
props: any;
|
|
67
68
|
height: string;
|
|
@@ -72,7 +73,7 @@ declare const __VLS_self: import("vue").DefineComponent<Props, {
|
|
|
72
73
|
selectdValue: string | number;
|
|
73
74
|
valueKey: string;
|
|
74
75
|
labelKey: string;
|
|
75
|
-
closeable: boolean;
|
|
76
|
+
closeable: boolean | ((item: import("./type").ItemProps) => boolean);
|
|
76
77
|
customTitle: string;
|
|
77
78
|
itemHeight: number;
|
|
78
79
|
infiniteDisabled: boolean;
|
|
@@ -81,20 +82,20 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
81
82
|
infiniteLoad: () => void;
|
|
82
83
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
83
84
|
"update:modelValue": (value: import("./type").ItemProps[]) => any;
|
|
84
|
-
sortEnd: (oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any;
|
|
85
|
-
"item-remove": (value: import("./type").ItemProps) => any;
|
|
86
85
|
"update:selectdValue": (value: string | number) => any;
|
|
87
86
|
"select-item": (value: import("./type").ItemProps) => any;
|
|
87
|
+
"item-remove": (value: import("./type").ItemProps) => any;
|
|
88
88
|
"remove-all": (value: import("./type").ItemProps[]) => any;
|
|
89
89
|
"update:infiniteDisabled": (value: boolean) => any;
|
|
90
|
+
sortEnd: (oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any;
|
|
90
91
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
91
92
|
"onUpdate:modelValue"?: ((value: import("./type").ItemProps[]) => any) | undefined;
|
|
92
|
-
onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
93
|
-
"onItem-remove"?: ((value: import("./type").ItemProps) => any) | undefined;
|
|
94
93
|
"onUpdate:selectdValue"?: ((value: string | number) => any) | undefined;
|
|
95
94
|
"onSelect-item"?: ((value: import("./type").ItemProps) => any) | undefined;
|
|
95
|
+
"onItem-remove"?: ((value: import("./type").ItemProps) => any) | undefined;
|
|
96
96
|
"onRemove-all"?: ((value: import("./type").ItemProps[]) => any) | undefined;
|
|
97
97
|
"onUpdate:infiniteDisabled"?: ((value: boolean) => any) | undefined;
|
|
98
|
+
onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
98
99
|
}>, {
|
|
99
100
|
props: any;
|
|
100
101
|
height: string;
|
|
@@ -105,7 +106,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
105
106
|
selectdValue: string | number;
|
|
106
107
|
valueKey: string;
|
|
107
108
|
labelKey: string;
|
|
108
|
-
closeable: boolean;
|
|
109
|
+
closeable: boolean | ((item: import("./type").ItemProps) => boolean);
|
|
109
110
|
customTitle: string;
|
|
110
111
|
itemHeight: number;
|
|
111
112
|
infiniteDisabled: boolean;
|
|
@@ -11,4 +11,5 @@ export declare const useSelectList: (props: Props, emits: Emits) => {
|
|
|
11
11
|
innerSelectdValue: import("vue").WritableComputedRef<string | number | undefined, string | number>;
|
|
12
12
|
selectItem: (item: ItemProps) => void;
|
|
13
13
|
infiniteLoad: () => void;
|
|
14
|
+
closeableFn: (item: ItemProps) => boolean;
|
|
14
15
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.das-ui-select-list .selected-number-header[data-v-
|
|
1
|
+
.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.das-ui-select-list .selected-number-header[data-v-ef9fb494]{height:32px;display:flex;align-items:center;justify-content:space-between;padding:0 12px}.das-ui-select-list .selected-number-header .selected-num[data-v-ef9fb494]{font-size:12px;color:var(--das-ui-color-secondary);letter-spacing:0;font-weight:400;display:flex;align-items:center}.das-ui-select-list .virtual-list[data-v-ef9fb494]{height:100%}.das-ui-select-list .virtual-list[data-v-ef9fb494]::-webkit-scrollbar,.das-ui-select-list .selected-page-container[data-v-ef9fb494]::-webkit-scrollbar{width:var(--das-ui-scrollbar-thumb-size);height:var(--das-ui-scrollbar-thumb-size)}.das-ui-select-list .virtual-list[data-v-ef9fb494]::-webkit-scrollbar-thumb,.das-ui-select-list .selected-page-container[data-v-ef9fb494]::-webkit-scrollbar-thumb{background:transparent}.das-ui-select-list .virtual-list[data-v-ef9fb494]:hover::-webkit-scrollbar-thumb,.das-ui-select-list .selected-page-container[data-v-ef9fb494]:hover::-webkit-scrollbar-thumb{background:var(--das-ui-scrollbar-thumb-color)}.das-ui-select-list .virtual-list[data-v-ef9fb494]::-webkit-scrollbar-thumb:hover,.das-ui-select-list .selected-page-container[data-v-ef9fb494]::-webkit-scrollbar-thumb:hover{background:var(--das-ui-scrollbar-thumb-hover-color)}.das-ui-select-list .selected-container[data-v-ef9fb494]{width:100%;height:calc(100% - 32px)}.das-ui-select-list .selected-container.hide-header[data-v-ef9fb494]{height:100%}.das-ui-select-list .selected-container .selected-group[data-v-ef9fb494]{width:100%}.das-ui-select-list .selected-container .selected-item[data-v-ef9fb494]{box-sizing:border-box;height:var(--29d24cb2);width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 12px}.das-ui-select-list .selected-container .selected-item .drag-icon[data-v-ef9fb494]{visibility:hidden}.das-ui-select-list .selected-container .selected-item.enable:hover .drag-icon[data-v-ef9fb494]{visibility:visible}.das-ui-select-list .selected-container .selected-item.active[data-v-ef9fb494]:not(.disabled){color:var(--das-ui-select-list-active-font-color);background-color:var(--das-ui-select-list-active-bg-color)}.das-ui-select-list .selected-container .selected-item[data-v-ef9fb494]:hover{background-color:var(--das-ui-select-list-hover-bg)}.das-ui-select-list .selected-container .selected-item:hover .close-icon[data-v-ef9fb494]{visibility:visible}.das-ui-select-list .selected-container .selected-item.disabled[data-v-ef9fb494]{cursor:not-allowed}.das-ui-select-list .selected-container .selected-item.disabled .close-icon[data-v-ef9fb494]{visibility:hidden}.das-ui-select-list .selected-container .selected-item .name[data-v-ef9fb494]{flex:1;font-size:12px;color:var(--das-ui-color-normal);letter-spacing:0;min-width:0;text-align:left}.das-ui-select-list .selected-container .selected-item .close-icon[data-v-ef9fb494]{margin-left:8px;visibility:hidden;cursor:pointer}.das-ui-select-list .selected-container .selected-item .close-icon[data-v-ef9fb494]:hover{fill:var(--das-ui-select-list-close-btn-hover)}
|
|
Binary file
|
|
@@ -210,6 +210,8 @@ export * from './tishixinxi';
|
|
|
210
210
|
export * from './tongguo';
|
|
211
211
|
export * from './tongzhi';
|
|
212
212
|
export * from './tubiaoku';
|
|
213
|
+
export * from './tucao';
|
|
214
|
+
export * from './tucao-2';
|
|
213
215
|
export * from './tuichuquanping';
|
|
214
216
|
export * from './tuozhuai';
|
|
215
217
|
export * from './underline';
|
package/packages/icons/index.js
CHANGED
|
@@ -210,6 +210,8 @@ export * from './tishixinxi'
|
|
|
210
210
|
export * from './tongguo'
|
|
211
211
|
export * from './tongzhi'
|
|
212
212
|
export * from './tubiaoku'
|
|
213
|
+
export * from './tucao'
|
|
214
|
+
export * from './tucao-2'
|
|
213
215
|
export * from './tuichuquanping'
|
|
214
216
|
export * from './tuozhuai'
|
|
215
217
|
export * from './underline'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconTucao } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as t, createBlock as o, openBlock as l, unref as e, mergeProps as i, withCtx as r, renderSlot as s } from "vue";
|
|
2
|
+
import { DasBaseIcon as n } 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"><defs><clipPath id="master_svg0_457_19702"><rect x="0" y="16" width="16" height="16" rx="0"/></clipPath></defs><g transform="matrix(1,0,0,-1,0,32)" clip-path="url(#master_svg0_457_19702)"><g><path d="M12.79666103515625,21.55001L9.85006103515625,21.55001L9.85006103515625,19.80001Q9.85006103515625,18.785178,9.13248103515625,18.0675919Q8.41490103515625,17.35,7.40006103515625,17.35Q7.30576103515625,17.35,7.2153510351562495,17.376797Q7.12494103515625,17.403595,7.0458710351562495,17.45498Q6.96680103515625,17.506366,6.90559103515625,17.578102Q6.84438103515625,17.649838,6.80608103515625,17.73601L4.40608303515625,23.136020000000002Q4.35006103515625,23.26207,4.35006103515625,23.40001L4.35006103515625,30Q4.35006103515625,30.064,4.36255103515625,30.1268Q4.37504003515625,30.1896,4.39953903515625,30.2488Q4.42403903515625,30.3079,4.45960603515625,30.3611Q4.49517303515625,30.4144,4.54044203515625,30.459600000000002Q4.58571003515625,30.5049,4.63894003515625,30.5405Q4.69217103515625,30.576,4.75131703515625,30.6005Q4.81046303515625,30.625,4.87325203515625,30.6375Q4.93604163515625,30.65,5.00006103515625,30.65L11.972061035156251,30.65Q12.65657103515625,30.6578,13.18378103515625,30.209699999999998Q13.71100103515625,29.761499999999998,13.81472103515625,29.0774L14.64255103515625,23.678530000000002Q14.77109103515625,22.83165,14.20970103515625,22.18601Q13.64951103515625,21.54184,12.79666103515625,21.55001ZM9.20006103515625,22.85001L12.80006103515625,22.85001L12.80744103515625,22.84997Q13.06177103515625,22.84708,13.22869103515625,23.03901Q13.39559103515625,23.23097,13.35757103515625,23.48149L12.529401035156251,28.8826Q12.457711035156251,29.3555,11.972061035156251,29.35L5.65006103515625,29.35L5.65006103515625,23.537950000000002L7.79332103515625,18.715597Q8.02506103515625,18.798643,8.21324103515625,18.986825Q8.55006103515625,19.32365,8.55006103515625,19.80001L8.55006103515625,22.20001Q8.55006103515625,22.264029999999998,8.56255103515625,22.326819999999998Q8.57504103515625,22.38961,8.59954103515625,22.44875Q8.62404103515625,22.5079,8.65960103515625,22.56113Q8.69517103515625,22.614359999999998,8.74044103515625,22.65963Q8.78571103515625,22.704900000000002,8.83894103515625,22.74046Q8.89217103515625,22.77603,8.95132103515625,22.800530000000002Q9.01046103515625,22.825029999999998,9.07325103515625,22.837519999999998Q9.13604103515625,22.85001,9.20006103515625,22.85001Z" fill-rule="evenodd" fill="#666666" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M5,30.6496378125Q5.06402,30.6496378125,5.12681,30.6371478125Q5.1896,30.6246578125,5.24874,30.6001578125Q5.30789,30.5756578125,5.36112,30.5400878125Q5.414350000000001,30.5045278125,5.45962,30.4592578125Q5.50489,30.4139878125,5.54045,30.3607578125Q5.57602,30.3075278125,5.6005199999999995,30.2483778125Q5.62502,30.1892378125,5.63751,30.1264478125Q5.65,30.0636578125,5.65,29.999637812499998L5.65,23.3332031255Q5.65,23.2691837125,5.63751,23.2063948125Q5.62502,23.1436048125,5.6005199999999995,23.0844588125Q5.57602,23.0253128125,5.5404599999999995,22.9720828125Q5.50489,22.9188518125,5.45962,22.8735838125Q5.414350000000001,22.8283148125,5.36112,22.7927478125Q5.30789,22.7571808125,5.24874,22.7326818125Q5.1896,22.7081828125,5.12681,22.6956928125Q5.06402,22.6832028125,5,22.6832028125L3.3979999999999997,22.6832028125Q2.628247,22.6694858125,2.0294126,23.2233208125Q1.458877,23.7509838125,1.355866,24.5125078125Q1.35,24.5558778125,1.35,24.5996378125L1.35,28.799637812500002Q1.35,28.8433978125,1.355866,28.8867678125Q1.459685,29.6542978125,2.0473902,30.1587678125Q2.635093,30.6632378125,3.4095,30.6495378125L5,30.6496378125ZM4.35,29.3496778125L4.35,23.9832028125L3.3979999999999997,23.9832028125Q3.1274800000000003,23.9785198125,2.912092,24.1777198125Q2.698935,24.3748578125,2.65,24.6493078125L2.65,28.7495478125Q2.6960100000000002,29.0022878125,2.894115,29.1723278125Q3.10656,29.3546878125,3.38651,29.3497378125L4.35,29.3496778125Z" fill-rule="evenodd" fill="#666666" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>', h = /* @__PURE__ */ t({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(p) {
|
|
6
|
+
return (Q, L) => (l(), o(e(n), i({ icon: e(a) }, Q.$attrs), {
|
|
7
|
+
default: r(() => [
|
|
8
|
+
s(Q.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
h as DasIconTucao
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
+
import icon from './tucao.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 DasIconTucao2 } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as e, createBlock as l, openBlock as i, unref as t, mergeProps as o, withCtx as r, renderSlot as s } from "vue";
|
|
2
|
+
import { DasBaseIcon as n } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const L = '<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"><defs><clipPath id="master_svg0_457_19702"><rect x="0" y="16" width="16" height="16" rx="0"/></clipPath></defs><g transform="matrix(1,0,0,-1,0,32)" clip-path="url(#master_svg0_457_19702)"><g><path d="M9.20006103515625,22.20001L9.20006103515625,19.80001C9.20006103515625,18.805887,8.39419103515625,18,7.40006103515625,18L6.50006103515625,23.40039L6.50006103515625,30L11.972061035156251,30C12.57043103515625,30.0068,13.08236103515625,29.5716,13.17206103515625,28.98L14.00006103515625,23.58001C14.05289103515625,23.23191,13.95019103515625,22.87818,13.71919103515625,22.61251C13.48816103515625,22.34684,13.15213103515625,22.19601,12.80006103515625,22.20001L9.20006103515625,22.20001Z" fill="#666666" fill-opacity="1"/><path d="M12.79668103515625,21.55001L9.85006103515625,21.55001L9.85006103515625,19.80001Q9.85006103515625,18.785178,9.13248103515625,18.0675921Q8.41490103515625,17.35,7.40006103515625,17.35Q7.34280803515625,17.35,7.28643703515625,17.360008Q7.23006703515625,17.370016,7.17631303515625,17.389724Q7.12256003515625,17.409432,7.07307903515625,17.438232Q7.02359803515625,17.467033,6.97991403515625,17.50404Q6.93623003515625,17.541046,6.89968703515625,17.585119Q6.86314403515625,17.629193,6.83486803515625,17.678975Q6.80659203515625,17.728757,6.78745303515625,17.782716Q6.76831503515625,17.836675,6.75890303515625,17.893148L5.85890403515625,23.29354Q5.85006103515625,23.3466,5.85006103515625,23.40039L5.85006103515625,30Q5.85006103515625,30.064,5.86255103515625,30.1268Q5.87504003515625,30.1896,5.89953903515625,30.2487Q5.92403803515625,30.3079,5.95960603515625,30.3611Q5.99517303515625,30.4144,6.04044203515625,30.459600000000002Q6.08571003515625,30.5049,6.13894003515625,30.5405Q6.19217003515625,30.576,6.25131703515625,30.6005Q6.31046303515625,30.625,6.37325203515625,30.6375Q6.43604153515625,30.65,6.50006103515625,30.65L11.972061035156251,30.65Q12.65657103515625,30.6578,13.183781035156251,30.209699999999998Q13.71100103515625,29.761499999999998,13.81472103515625,29.0774L14.64255103515625,23.67852Q14.77109103515625,22.83164,14.20970103515625,22.18601Q13.64951103515625,21.54185,12.79668103515625,21.55001ZM9.20006103515625,22.85001L12.80006103515625,22.85001L12.80744103515625,22.84997Q13.061781035156251,22.84708,13.228691035156249,23.03901Q13.39559103515625,23.23096,13.357571035156251,23.48149L12.529401035156251,28.8826Q12.457711035156251,29.3555,11.972061035156251,29.35L7.15006103515625,29.35L7.15006103515625,23.45418L7.92977103515625,18.775583Q8.08208103515625,18.855669,8.21324103515625,18.986826Q8.55006103515625,19.32365,8.55006103515625,19.80001L8.55006103515625,22.20001Q8.55006103515625,22.264029999999998,8.56255103515625,22.326819999999998Q8.57504103515625,22.38961,8.59954103515625,22.44875Q8.62404103515625,22.5079,8.65960103515625,22.56113Q8.69517103515625,22.614359999999998,8.74044103515625,22.65963Q8.78571103515625,22.704900000000002,8.83894103515625,22.74046Q8.89217103515625,22.77603,8.95132103515625,22.800530000000002Q9.01046103515625,22.825029999999998,9.07325103515625,22.837519999999998Q9.13604103515625,22.85001,9.20006103515625,22.85001Z" fill-rule="evenodd" fill="#666666" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M4,23.3330078125L3.3979999999999997,23.3332031255C2.695107,23.3207703125,2.0942333,23.9030038125,2,24.5996378125L2,28.799637812500002C2.0942333,29.4963078125,2.695107,30.0120678125,3.3979999999999997,29.999637812499998L4,29.9990278125L4,23.3330078125Z" fill="#666666" fill-opacity="1"/><path d="M4.00066,30.6490278125Q4.06464,30.6489578125,4.1273800000000005,30.6364178125Q4.19011,30.623877812499998,4.2492,30.5993578125Q4.3082899999999995,30.5748278125,4.36146,30.5392478125Q4.41464,30.503667812499998,4.459849999999999,30.4584078125Q4.50507,30.4131478125,4.54059,30.3599378125Q4.5761199999999995,30.3067278125,4.60059,30.2476178125Q4.62505,30.1884978125,4.63753,30.125747812500002Q4.65,30.0629978125,4.65,29.9990278125L4.65,23.3330078125Q4.65,23.2689884125,4.63751,23.2061988125Q4.62502,23.1434098125,4.6005199999999995,23.0842638125Q4.57602,23.0251178125,4.5404599999999995,22.9718868125Q4.50489,22.9186568125,4.45962,22.8733888125Q4.414350000000001,22.8281198125,4.36112,22.7925528125Q4.30789,22.756985812499998,4.24874,22.7324858125Q4.1896,22.7079868125,4.12681,22.6954978125Q4.06402,22.6830078125,4,22.6830078125L3.99979,22.6830078125L3.39779,22.6832028125Q2.628247,22.6694858125,2.0294126,23.2233208125Q1.458877,23.7509838125,1.355866,24.5125078125Q1.35,24.5558778125,1.35,24.5996378125L1.35,28.799637812500002Q1.35,28.8433978125,1.355866,28.8867678125Q1.459686,29.6542978125,2.0473902,30.1587678125Q2.635094,30.6632278125,3.4095,30.6495378125L4.00066,30.6490278125ZM3.35,29.3495778125L3.35,23.9840078125Q3.10812,23.9964208125,2.912092,24.1777198125Q2.698935,24.3748578125,2.65,24.6492978125L2.65,28.7495478125Q2.6960100000000002,29.0022878125,2.894115,29.1723278125Q3.0926,29.3427078125,3.35,29.3495778125Z" fill-rule="evenodd" fill="#666666" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>', f = /* @__PURE__ */ e({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(a) {
|
|
6
|
+
return (Q, p) => (i(), l(t(n), o({ icon: t(L) }, Q.$attrs), {
|
|
7
|
+
default: r(() => [
|
|
8
|
+
s(Q.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
f as DasIconTucao2
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DasBaseIcon } from '@das-fed/ui/packages/components/icon';
|
|
2
|
+
import icon from './tucao2.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
|
+
};
|
|
Binary file
|
|
Binary file
|
package/packages/components/hls-player/src/das-hls-player - /345/211/257/346/234/254.vue.d.ts"
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { Props } from './type';
|
|
2
|
-
declare global {
|
|
3
|
-
interface Window {
|
|
4
|
-
MSStream?: any;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import("vue").DefineComponent<Props, {
|
|
8
|
-
video: import("vue").Ref<any, any>;
|
|
9
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
-
error: (error: unknown) => any;
|
|
11
|
-
loaded: (player: any) => any;
|
|
12
|
-
errorClick: () => any;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
14
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
15
|
-
onLoaded?: ((player: any) => any) | undefined;
|
|
16
|
-
onErrorClick?: (() => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { Props } from './type';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<Props, {
|
|
3
|
-
video: import("vue").Ref<any, any>;
|
|
4
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
|
-
error: (error: unknown) => any;
|
|
6
|
-
loaded: (player: any) => any;
|
|
7
|
-
errorClick: () => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
9
|
-
onError?: ((error: unknown) => any) | undefined;
|
|
10
|
-
onLoaded?: ((player: any) => any) | undefined;
|
|
11
|
-
onErrorClick?: (() => any) | undefined;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
export default _default;
|