@idmui/spot 0.0.3 → 0.0.5

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.
@@ -31,7 +31,7 @@ declare namespace _sfc_main {
31
31
  searchName: undefined;
32
32
  rawSearchIcon: import("vue").Raw<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
33
33
  positionGmt: undefined;
34
- localDate: undefined;
34
+ issuedDate: undefined;
35
35
  meteoData: {};
36
36
  a: undefined;
37
37
  positionList: never[];
@@ -40,6 +40,7 @@ declare namespace _sfc_main {
40
40
  activeIndex: undefined;
41
41
  tableData: {};
42
42
  pickedDate: undefined;
43
+ pickedWeek: string;
43
44
  collectList: never[];
44
45
  isCollected: boolean;
45
46
  };
@@ -52,12 +53,11 @@ declare namespace _sfc_main {
52
53
  function computeLng(): (lng: any, precision?: number) => any;
53
54
  function roundPrecision(): (num: any, precision?: number) => any;
54
55
  }
55
- namespace watch {
56
- export namespace report_1 {
57
- function handler(): void;
58
- }
59
- export { report_1 as report };
60
- }
56
+ const watch: {
57
+ 'report.version': {
58
+ handler(): void;
59
+ };
60
+ };
61
61
  namespace methods {
62
62
  function handleRender(): void;
63
63
  function initInfo(): void;