@das-fed/ui 6.4.0-dev.126 → 6.4.0-dev.127

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.
Files changed (39) hide show
  1. package/package.json +5 -5
  2. package/packages/business-components/ai-panel/{index-D4944ccN.js → index-BbtDXlR3.js} +1644 -1633
  3. package/packages/business-components/ai-panel/index-BbtDXlR3.js.gz +0 -0
  4. package/packages/business-components/ai-panel/{index-BVbGcP9e.js → index-DcsbACoj.js} +1 -1
  5. package/packages/business-components/ai-panel/index-DcsbACoj.js.gz +0 -0
  6. package/packages/business-components/ai-panel/index.js +1 -1
  7. package/packages/business-components/ai-panel/src/dasAI/apis.d.ts +1 -0
  8. package/packages/business-components/ai-panel/src/dasAI/index.vue.d.ts +5 -3
  9. package/packages/business-components/ai-panel/src/index.vue.d.ts +4 -3
  10. package/packages/business-components/ai-panel/src/type.d.ts +4 -1
  11. package/packages/business-components/ai-panel/style.css +1 -1
  12. package/packages/business-components/ai-panel/style.css.gz +0 -0
  13. package/packages/business-components/device-panel/index.js +10 -10
  14. package/packages/business-components/device-panel/index.js.gz +0 -0
  15. package/packages/business-components/device-panel/style.css +1 -1
  16. package/packages/business-components/device-panel/style.css.gz +0 -0
  17. package/packages/business-components/layout-breadcrumb/index.js +60 -57
  18. package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
  19. package/packages/business-components/video-dialog/index.js +65 -64
  20. package/packages/business-components/video-dialog/index.js.gz +0 -0
  21. package/packages/business-components/video-dialog/style.css +1 -1
  22. package/packages/business-components/video-dialog/style.css.gz +0 -0
  23. package/packages/components/hls-player/index.d.ts +45 -158
  24. package/packages/components/hls-player/index.js +2836 -2750
  25. package/packages/components/hls-player/index.js.gz +0 -0
  26. package/packages/components/hls-player/src/das-hls-player - /345/211/257/346/234/254.vue.d.ts" +18 -0
  27. package/packages/components/hls-player/src/das-hls-player-origin.vue.d.ts +13 -0
  28. package/packages/components/hls-player/src/das-hls-player.vue.d.ts +3 -37
  29. package/packages/components/hls-player/src/type.d.ts +3 -0
  30. package/packages/components/hls-player/style.css +1 -1
  31. package/packages/components/hls-player/style.css.gz +0 -0
  32. package/packages/components/radio-tabs/index.js +1 -1
  33. package/packages/components/radio-tabs/index.js.gz +0 -0
  34. package/packages/components/radio-tabs/style.css +1 -1
  35. package/packages/components/radio-tabs/style.css.gz +0 -0
  36. package/packages/components/tree/index.js +90 -86
  37. package/packages/components/tree/index.js.gz +0 -0
  38. package/packages/business-components/ai-panel/index-BVbGcP9e.js.gz +0 -0
  39. package/packages/business-components/ai-panel/index-D4944ccN.js.gz +0 -0
@@ -1,172 +1,59 @@
1
- declare const DasHlsPlayer: import("@das-fed/utils").SFCWithInstall<{
2
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
3
- onLoaded?: ((player: any) => any) | undefined;
4
- onErrorClick?: (() => any) | undefined;
5
- }>, {
6
- video: import("vue").Ref<any, any>;
7
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
8
- loaded: (player: any) => any;
9
- errorClick: () => any;
10
- }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
11
- P: {};
12
- B: {};
13
- D: {};
14
- C: {};
15
- M: {};
16
- Defaults: {};
17
- }, Readonly<import("./src/type.js").Props> & Readonly<{
18
- onLoaded?: ((player: any) => any) | undefined;
19
- onErrorClick?: (() => any) | undefined;
20
- }>, {
21
- video: import("vue").Ref<any, any>;
22
- }, {}, {}, {}, {}>;
23
- __isFragment?: never;
24
- __isTeleport?: never;
25
- __isSuspense?: never;
26
- } & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
1
+ declare const DasHlsPlayer: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {
2
+ video: import("vue").Ref<any, any>;
3
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
+ error: (error: unknown) => any;
5
+ loaded: (player: any) => any;
6
+ errorClick: () => any;
7
+ }, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
8
+ onError?: ((error: unknown) => any) | undefined;
9
+ onLoaded?: ((player: any) => any) | undefined;
10
+ onErrorClick?: (() => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
12
+ declare const getDasHlsPlayerRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
13
+ onError?: ((error: unknown) => any) | undefined;
27
14
  onLoaded?: ((player: any) => any) | undefined;
28
15
  onErrorClick?: (() => any) | undefined;
29
16
  }>, {
30
17
  video: import("vue").Ref<any, any>;
31
18
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
19
+ error: (error: unknown) => any;
32
20
  loaded: (player: any) => any;
33
21
  errorClick: () => any;
34
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
35
- $slots: {
36
- error?: ((props: {}) => any) | undefined;
37
- };
38
- })>;
39
- declare const getDasHlsPlayerRef: () => import("vue").Ref<({
40
- $: import("vue").ComponentInternalInstance;
41
- $data: {};
42
- $props: {
43
- readonly src?: string | undefined;
44
- readonly config?: any;
45
- readonly fit?: "contain" | "cover" | "fill" | "none" | "scale-down" | undefined;
46
- readonly loading?: boolean | undefined;
47
- readonly loadingText?: string | undefined;
48
- readonly error?: boolean | undefined;
49
- readonly errorText?: string | undefined;
50
- readonly retryTime?: number | undefined;
51
- readonly onLoaded?: ((player: any) => any) | undefined;
52
- readonly onErrorClick?: (() => any) | undefined;
53
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
54
- $attrs: {
55
- [x: string]: unknown;
56
- };
57
- $refs: {
58
- [x: string]: unknown;
59
- };
60
- $slots: Readonly<{
61
- [name: string]: import("vue").Slot<any> | undefined;
62
- }>;
63
- $root: import("vue").ComponentPublicInstance | null;
64
- $parent: import("vue").ComponentPublicInstance | null;
65
- $host: Element | null;
66
- $emit: ((event: "loaded", player: any) => void) & ((event: "errorClick") => void);
67
- $el: any;
68
- $options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
69
- onLoaded?: ((player: any) => any) | undefined;
70
- onErrorClick?: (() => any) | undefined;
71
- }>, {
72
- video: import("vue").Ref<any, any>;
73
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
74
- loaded: (player: any) => any;
75
- errorClick: () => any;
76
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
77
- beforeCreate?: (() => void) | (() => void)[];
78
- created?: (() => void) | (() => void)[];
79
- beforeMount?: (() => void) | (() => void)[];
80
- mounted?: (() => void) | (() => void)[];
81
- beforeUpdate?: (() => void) | (() => void)[];
82
- updated?: (() => void) | (() => void)[];
83
- activated?: (() => void) | (() => void)[];
84
- deactivated?: (() => void) | (() => void)[];
85
- beforeDestroy?: (() => void) | (() => void)[];
86
- beforeUnmount?: (() => void) | (() => void)[];
87
- destroyed?: (() => void) | (() => void)[];
88
- unmounted?: (() => void) | (() => void)[];
89
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
90
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
91
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
92
- };
93
- $forceUpdate: () => void;
94
- $nextTick: typeof import("vue").nextTick;
95
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
96
- } & Readonly<{}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
22
+ }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
23
+ P: {};
24
+ B: {};
25
+ D: {};
26
+ C: {};
27
+ M: {};
28
+ Defaults: {};
29
+ }, Readonly<import("./src/type.js").Props> & Readonly<{
30
+ onError?: ((error: unknown) => any) | undefined;
97
31
  onLoaded?: ((player: any) => any) | undefined;
98
32
  onErrorClick?: (() => any) | undefined;
99
- }>, "video"> & import("vue").ShallowUnwrapRef<{
33
+ }>, {
100
34
  video: import("vue").Ref<any, any>;
101
- }> & {} & import("vue").ComponentCustomProperties & {} & {
102
- $slots: {
103
- error?: ((props: {}) => any) | undefined;
104
- };
105
- }) | null, ({
106
- $: import("vue").ComponentInternalInstance;
107
- $data: {};
108
- $props: {
109
- readonly src?: string | undefined;
110
- readonly config?: any;
111
- readonly fit?: "contain" | "cover" | "fill" | "none" | "scale-down" | undefined;
112
- readonly loading?: boolean | undefined;
113
- readonly loadingText?: string | undefined;
114
- readonly error?: boolean | undefined;
115
- readonly errorText?: string | undefined;
116
- readonly retryTime?: number | undefined;
117
- readonly onLoaded?: ((player: any) => any) | undefined;
118
- readonly onErrorClick?: (() => any) | undefined;
119
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
120
- $attrs: {
121
- [x: string]: unknown;
122
- };
123
- $refs: {
124
- [x: string]: unknown;
125
- };
126
- $slots: Readonly<{
127
- [name: string]: import("vue").Slot<any> | undefined;
128
- }>;
129
- $root: import("vue").ComponentPublicInstance | null;
130
- $parent: import("vue").ComponentPublicInstance | null;
131
- $host: Element | null;
132
- $emit: ((event: "loaded", player: any) => void) & ((event: "errorClick") => void);
133
- $el: any;
134
- $options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
135
- onLoaded?: ((player: any) => any) | undefined;
136
- onErrorClick?: (() => any) | undefined;
137
- }>, {
138
- video: import("vue").Ref<any, any>;
139
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
140
- loaded: (player: any) => any;
141
- errorClick: () => any;
142
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
143
- beforeCreate?: (() => void) | (() => void)[];
144
- created?: (() => void) | (() => void)[];
145
- beforeMount?: (() => void) | (() => void)[];
146
- mounted?: (() => void) | (() => void)[];
147
- beforeUpdate?: (() => void) | (() => void)[];
148
- updated?: (() => void) | (() => void)[];
149
- activated?: (() => void) | (() => void)[];
150
- deactivated?: (() => void) | (() => void)[];
151
- beforeDestroy?: (() => void) | (() => void)[];
152
- beforeUnmount?: (() => void) | (() => void)[];
153
- destroyed?: (() => void) | (() => void)[];
154
- unmounted?: (() => void) | (() => void)[];
155
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
156
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
157
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
158
- };
159
- $forceUpdate: () => void;
160
- $nextTick: typeof import("vue").nextTick;
161
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
162
- } & Readonly<{}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
35
+ }, {}, {}, {}, {}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
36
+ onError?: ((error: unknown) => any) | undefined;
163
37
  onLoaded?: ((player: any) => any) | undefined;
164
38
  onErrorClick?: (() => any) | undefined;
165
- }>, "video"> & import("vue").ShallowUnwrapRef<{
39
+ }>, {
40
+ video: import("vue").Ref<any, any>;
41
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
42
+ error: (error: unknown) => any;
43
+ loaded: (player: any) => any;
44
+ errorClick: () => any;
45
+ }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
46
+ P: {};
47
+ B: {};
48
+ D: {};
49
+ C: {};
50
+ M: {};
51
+ Defaults: {};
52
+ }, Readonly<import("./src/type.js").Props> & Readonly<{
53
+ onError?: ((error: unknown) => any) | undefined;
54
+ onLoaded?: ((player: any) => any) | undefined;
55
+ onErrorClick?: (() => any) | undefined;
56
+ }>, {
166
57
  video: import("vue").Ref<any, any>;
167
- }> & {} & import("vue").ComponentCustomProperties & {} & {
168
- $slots: {
169
- error?: ((props: {}) => any) | undefined;
170
- };
171
- }) | null>;
58
+ }, {}, {}, {}, {}> | null>;
172
59
  export { DasHlsPlayer, getDasHlsPlayerRef };