@topvisor/ui 1.5.4-groupSelector.0 → 1.5.4-groupSelector.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.
@@ -16,11 +16,9 @@ type __VLS_PublicProps = {
16
16
  } & __VLS_Props;
17
17
  declare const _default: DefineComponent<__VLS_PublicProps, {
18
18
  /**
19
- * Сбросит кэш
20
- *
21
- * @param resetAPICache - Сбросить API кэш
19
+ * Обновить группы
22
20
  */
23
- resetCacheGroups: (resetAPICache?: boolean) => void;
21
+ reloadGroups: () => Promise<void>;
24
22
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
25
23
  "update:folderId": (value: number) => any;
26
24
  "update:folder": (value: Folder | undefined) => any;
@@ -53,7 +51,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {
53
51
  "onUpdate:groupId"?: ((value: number | null) => any) | undefined;
54
52
  "onUpdate:group"?: ((value: ItemAll | ItemNew | Group) => any) | undefined;
55
53
  }>, {
56
- resetCacheGroups: (resetAPICache?: boolean) => void;
54
+ reload: () => Promise<void>;
57
55
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
58
56
  addGroup: (group: Group) => any;
59
57
  editGroup: (group: Group) => any;
@@ -196,7 +194,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {
196
194
  "onUpdate:groupId"?: ((value: number | null) => any) | undefined;
197
195
  "onUpdate:group"?: ((value: ItemAll | ItemNew | Group) => any) | undefined;
198
196
  }>, {
199
- resetCacheGroups: (resetAPICache?: boolean) => void;
197
+ reload: () => Promise<void>;
200
198
  }, {}, {}, {}, {
201
199
  on: boolean;
202
200
  addChanger: boolean;
@@ -10,7 +10,7 @@ type __VLS_PublicProps = {
10
10
  'group': Props['group'];
11
11
  } & __VLS_Props;
12
12
  declare const _default: DefineComponent<__VLS_PublicProps, {
13
- resetCacheGroups: (resetAPICache?: boolean) => void;
13
+ reload: () => Promise<void>;
14
14
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
15
  addGroup: (group: Group) => any;
16
16
  editGroup: (group: Group) => any;