bt-core-app 1.4.482 → 1.4.483

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.
@@ -40669,6 +40669,7 @@ export {
40669
40669
  ex as isSameDownToHour,
40670
40670
  Ww as jwtDecrypt,
40671
40671
  Uw as jwtEncrypt,
40672
+ Gx as monthOptions,
40672
40673
  S1 as navigationKey,
40673
40674
  yn as nestedValue,
40674
40675
  tV as orderBy,
package/dist/index.d.ts CHANGED
@@ -1036,6 +1036,11 @@ export declare interface MenuGroup {
1036
1036
  routeName?: string;
1037
1037
  }
1038
1038
 
1039
+ export declare const monthOptions: {
1040
+ text: string;
1041
+ value: string;
1042
+ }[];
1043
+
1039
1044
  export declare interface NavigationItem extends AuthItem {
1040
1045
  /**aliases are other names that could use this navigation item's set of permissions, etc.*/
1041
1046
  aliases?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.482",
3
+ "version": "1.4.483",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {
@@ -37,7 +37,7 @@
37
37
  "@datasert/cronjs-matcher": "^1.4.0",
38
38
  "@mdi/js": "^7.4.47",
39
39
  "@vuepic/vue-datepicker": "^8.8.1",
40
- "chart.js": "^4.4.3",
40
+ "chart.js": "^4.4.6",
41
41
  "defu": "^6.1.4",
42
42
  "html2pdf.js": "^0.10.2",
43
43
  "localforage": "^1.10.0",