@das-fed/ui 6.4.0-test.52 → 6.4.0-test.54

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.
@@ -8,6 +8,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8
8
  source: {
9
9
  type: StringConstructor;
10
10
  };
11
+ streamUrlField: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
11
15
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
16
  deviceInfo: {
13
17
  type: PropType<Device>;
@@ -16,5 +20,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
16
20
  source: {
17
21
  type: StringConstructor;
18
22
  };
19
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
+ streamUrlField: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ }>> & Readonly<{}>, {
28
+ streamUrlField: string;
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
30
  export default _default;
@@ -14,6 +14,8 @@ export interface Props {
14
14
  gridNum: number
15
15
 
16
16
  source?: string
17
+
18
+ streamUrlField?:string
17
19
  }
18
20
 
19
21
  export interface Emits {