quasar-factory-lib 0.0.42 → 0.0.43

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.
@@ -2,6 +2,3 @@ export * from './Table';
2
2
  export * from './Alert';
3
3
  export * from './Confirm';
4
4
  export * from './TaskNavBar';
5
- export { default as filterMethod } from './Table/utils/filterMethod';
6
- export { default as infiniteScroll } from './Table/utils/infiniteScroll';
7
- export { default as tableHeight } from './Table/utils/setTableHeight';
package/dist/index.d.ts CHANGED
@@ -4,6 +4,7 @@ import TranslateKeys from './i18n/translateKeys.ts';
4
4
  export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar } from './components/index.ts';
5
5
  export type { TranslateKeys };
6
6
  export * from './i18n/messages.js';
7
+ export * from './utils';
7
8
  export * from './store';
8
9
  import './css/app.css';
9
10
  declare const plugin: Plugin;