| | |
| | | |
| | | import { isRef, shallowRef, toRaw, triggerRef, watch } from 'vue'; |
| | | |
| | | import { isBoolean, isFunction } from '..\..\..\..\utils\src'; |
| | | import { isBoolean, isFunction } from '../../../../utils/src'; |
| | | |
| | | import { |
| | | IndexedDBDriver, |
| | | LocalStorageDriver, |
| | | StorageManager, |
| | | } from '..\..\..\..\@core\base\shared\src\cache'; |
| | | } from '../../../../@core/base/shared/src/cache'; |
| | | |
| | | import { useDebounceFn } from '@vueuse/core'; |
| | | |
| | |
| | | ): ViewedRowStorageAdapter { |
| | | const manager = new StorageManager({ |
| | | driver: new LocalStorageDriver({ storageType }), |
| | | prefix: 'vxe-viewed-row', |
| | | }); |
| | | |
| | | return { |