@idmui/spot 1.2.0 → 1.2.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.
@@ -28,7 +28,7 @@ declare namespace _sfc_main {
28
28
  menuIndex: number;
29
29
  placeholder: string;
30
30
  searchName: undefined;
31
- rawSearchIcon: import("vue").Raw<import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
31
+ 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>>;
32
32
  forecastModel: string;
33
33
  modelList: string[];
34
34
  followList: undefined;
@@ -82,11 +82,6 @@ declare namespace _sfc_main {
82
82
  export namespace menuIndex {
83
83
  function handler(): void;
84
84
  }
85
- export namespace positionGmt {
86
- export function handler(): void;
87
- const immediate_1: boolean;
88
- export { immediate_1 as immediate };
89
- }
90
85
  }
91
86
  function mounted(): void;
92
87
  namespace methods {
@@ -41,12 +41,12 @@ declare namespace _sfc_main {
41
41
  forecastModel: string;
42
42
  };
43
43
  namespace computed {
44
- function computeHourLT(): (time: any) => string;
44
+ function computeHourLT(): (time: any) => any;
45
45
  function computeHourZ(): (time: any) => string;
46
- function computeWeekLT(): (time: any) => string;
47
- function computeMMMDDLT(): (time: any) => string;
48
- function computeMMMDDHHmmLT(): (time: any) => string;
49
- function computeMMMDDyyyyLT(): (time: any) => string;
46
+ function computeWeekLT(): (time: any) => any;
47
+ function computeMMMDDLT(): (time: any) => any;
48
+ function computeMMMDDHHmmLT(): (time: any) => any;
49
+ function computeMMMDDyyyyLT(): (time: any) => any;
50
50
  function computeLat(): (lat: any, precision?: number) => any;
51
51
  function computeLng(): (lng: any, precision?: number) => any;
52
52
  function roundPrecision(): (num: any, precision?: number) => any;