bt-core-app 1.4.481 → 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.
- package/dist/bt-core-app.js +3 -1
- package/dist/index.d.ts +5 -0
- package/package.json +2 -2
package/dist/bt-core-app.js
CHANGED
|
@@ -39586,6 +39586,7 @@ const IE = /* @__PURE__ */ qs(AE, [["render", LE]]), EE = /* @__PURE__ */ Ke({
|
|
|
39586
39586
|
"item-title": M(r),
|
|
39587
39587
|
"item-value": o.itemValue,
|
|
39588
39588
|
loading: M(i).isLoading.value,
|
|
39589
|
+
multiple: o.multiple,
|
|
39589
39590
|
variant: o.fieldVariant
|
|
39590
39591
|
}, o.$attrs), {
|
|
39591
39592
|
item: N((c) => [
|
|
@@ -39599,7 +39600,7 @@ const IE = /* @__PURE__ */ qs(AE, [["render", LE]]), EE = /* @__PURE__ */ Ke({
|
|
|
39599
39600
|
])
|
|
39600
39601
|
]),
|
|
39601
39602
|
_: 3
|
|
39602
|
-
}, 16, ["append-icon", "clearable", "items", "item-title", "item-value", "loading", "variant"]));
|
|
39603
|
+
}, 16, ["append-icon", "clearable", "items", "item-title", "item-value", "loading", "multiple", "variant"]));
|
|
39603
39604
|
}
|
|
39604
39605
|
});
|
|
39605
39606
|
/*!
|
|
@@ -40668,6 +40669,7 @@ export {
|
|
|
40668
40669
|
ex as isSameDownToHour,
|
|
40669
40670
|
Ww as jwtDecrypt,
|
|
40670
40671
|
Uw as jwtEncrypt,
|
|
40672
|
+
Gx as monthOptions,
|
|
40671
40673
|
S1 as navigationKey,
|
|
40672
40674
|
yn as nestedValue,
|
|
40673
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.
|
|
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.
|
|
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",
|