@anzusystems/common-admin 0.0.58 → 0.0.59

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.
@@ -3537,7 +3537,7 @@ export declare const browserHistoryReplaceUrlByString: (path: string) => void;
3537
3537
 
3538
3538
  declare type ButtonVariant = 'primary' | 'secondary' | 'tertiary' | 'icon';
3539
3539
 
3540
- declare type CachedItem<T extends object> = T & {
3540
+ export declare type CachedItem<T extends object> = T & {
3541
3541
  _loaded: boolean;
3542
3542
  };
3543
3543
 
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "./styles": "./dist/style.css",
14
14
  "./*": "./*"
15
15
  },
16
- "version": "0.0.58",
16
+ "version": "0.0.59",
17
17
  "type": "module",
18
18
  "license": "Apache-2.0",
19
19
  "scripts": {
@@ -36,27 +36,27 @@
36
36
  "@rushstack/eslint-patch": "^1.2.0",
37
37
  "@types/node": "^18.15.11",
38
38
  "@types/webfontloader": "^1.6.35",
39
- "@typescript-eslint/parser": "^5.58.0",
39
+ "@typescript-eslint/parser": "^5.59.0",
40
40
  "@vitejs/plugin-vue": "^4.1.0",
41
41
  "@vue/eslint-config-prettier": "^7.1.0",
42
42
  "@vue/eslint-config-typescript": "^11.0.2",
43
43
  "@vue/tsconfig": "^0.1.3",
44
44
  "@vuelidate/core": "^2.0.2",
45
45
  "@vuelidate/validators": "^2.0.2",
46
- "@vueuse/core": "^10.0.0",
47
- "@vueuse/integrations": "^10.0.0",
46
+ "@vueuse/core": "^10.0.2",
47
+ "@vueuse/integrations": "^10.0.2",
48
48
  "axios": "^1.3.5",
49
49
  "dayjs": "^1.11.7",
50
50
  "eslint": "^8.38.0",
51
- "eslint-plugin-vue": "^9.10.0",
51
+ "eslint-plugin-vue": "^9.11.0",
52
52
  "flatpickr": "^4.6.13",
53
53
  "pinia": "^2.0.34",
54
54
  "prettier": "^2.8.7",
55
55
  "sass": "^1.62.0",
56
56
  "shortcut-buttons-flatpickr": "^0.4.0",
57
57
  "typescript": "^4.9.5",
58
- "vite": "^4.2.1",
59
- "vite-plugin-dts": "^2.2.0",
58
+ "vite": "^4.2.2",
59
+ "vite-plugin-dts": "^2.3.0",
60
60
  "vite-plugin-vuetify": "^1.0.2",
61
61
  "vue": "^3.2.47",
62
62
  "vue-flatpickr-component": "^11.0.3",
@@ -69,8 +69,8 @@
69
69
  "peerDependencies": {
70
70
  "@vuelidate/core": "^2.0.1",
71
71
  "@vuelidate/validators": "^2.0.1",
72
- "@vueuse/core": "^10.0.0",
73
- "@vueuse/integrations": "^10.0.0",
72
+ "@vueuse/core": "^10.0.2",
73
+ "@vueuse/integrations": "^10.0.2",
74
74
  "axios": "^1.3.4",
75
75
  "dayjs": "^1.11.7",
76
76
  "flatpickr": "^4.6.13",