@anzusystems/common-admin 1.47.0-beta.253 → 1.47.0-beta.256

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.
package/dist/labs.d.ts CHANGED
@@ -49,6 +49,7 @@ client: () => AxiosInstance;
49
49
  formName: string;
50
50
  store: FilterStoreIdentifier | boolean;
51
51
  alwaysVisible: boolean;
52
+ hideMore: boolean;
52
53
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
53
54
 
54
55
  declare const __VLS_component_2: DefineComponent<__VLS_Props_2, {
@@ -132,6 +133,7 @@ declare type __VLS_Props = {
132
133
  client?: (() => AxiosInstance) | undefined;
133
134
  store?: FilterStoreIdentifier | boolean;
134
135
  alwaysVisible?: boolean;
136
+ hideMore?: boolean;
135
137
  };
136
138
 
137
139
  declare type __VLS_Props_10 = {