jplan-pack 0.5.80 → 0.5.82
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/{AuthRoute-BmRJRYJO.js → AuthRoute-8UIr2W9D.js} +1 -1
- package/dist/{AuthRoute-BVkVgozS.mjs → AuthRoute-Cs6-YOgl.mjs} +1 -1
- package/dist/{index-DxDzRD5z.js → index-BIu6qICy.js} +14 -14
- package/dist/{index-f8QFuTOW.mjs → index-BdMaN0yU.mjs} +1446 -1445
- package/dist/jplan-pack.cjs.js +1 -1
- package/dist/jplan-pack.es.js +1 -1
- package/dist/types/components/table/UiTable.d.ts +3 -0
- package/package.json +3 -3
package/dist/jplan-pack.cjs.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-BIu6qICy.js");require("@vueuse/core");exports.AvatarPicture=e._sfc_main$17;exports.ColumnSettingsDialog=e._sfc_main$15;exports.ConfirmDialog=e._sfc_main$1;exports.ContextMenu=e.ContextMenu;exports.CopyButton=e._sfc_main$2;exports.DeleteButton=e._sfc_main$6;exports.DotsMenu=e._sfc_main$3;exports.EditButton=e._sfc_main$7;exports.FormHeadless=e.FormHeadless;exports.FormMetadata=e._sfc_main$4;exports.GlobalScopeFilter=e._sfc_main$18;exports.GlobalSpinner=e._sfc_main$19;exports.HttpCore=e.HttpCore;exports.JAvatar=e._sfc_main$16;exports.JBtn=e._sfc_main$5;exports.JDialog=e._sfc_main$8;exports.JForm=e._sfc_main$12;exports.JIconBtn=e._sfc_main$9;exports.JSelect=e._sfc_main$10;exports.JTextArea=e._sfc_main$11;exports.JTextField=e._sfc_main$4;exports.ParentCard=e._sfc_main$14;exports.SpinnerLoader=e.SpinnerLoader;exports.TabFormHeader=e._sfc_main$13;exports.UiTable=e._sfc_main;exports.__spinner=e.__spinner;exports.branchInstance=e.branchInstance;exports.coreClient=e.coreClient;exports.dateFormat=e.dateFormat;exports.default=e.index;exports.divisionInstance=e.divisionInstance;exports.filterQuery=e.filterQuery;exports.manageUserInstance=e.manageUserInstance;exports.orgInstance=e.orgInstance;exports.scopedClient=e.scopedClient;exports.setupAuthGuard=e.setupAuthGuard;exports.teamInstance=e.teamInstance;exports.useBranchStore=e.useBranchStore;exports.useCustomizer=e.useCustomizer;exports.useDialog=e.useDialog;exports.useDivisionStore=e.useDivisionStore;exports.useManageUserStore=e.useManageUserStore;exports.useOrganizationStore=e.useOrganizationStore;exports.useSession=e.useSession;exports.useTeamStore=e.useTeamStore;exports.useToast=e.useToast;
|
package/dist/jplan-pack.es.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { v as t, r as n, a as o, C as r, b as i, g as u, d as l, h as c, F as d, e as m, w as S, x as p, H as g, t as C, f as J, j as D, o as F, k as B, l as I, n as b, e as T, q as f, S as v, p as x, _ as A, B as M, J as h, c as G, E as H, i as y, G as z, D as P, L as U, I as _, R as E, s as L, K as O, O as Q, y as j, z as k, M as q, Q as w, N as K, u as N, P as R, A as V } from "./index-
|
1
|
+
import { v as t, r as n, a as o, C as r, b as i, g as u, d as l, h as c, F as d, e as m, w as S, x as p, H as g, t as C, f as J, j as D, o as F, k as B, l as I, n as b, e as T, q as f, S as v, p as x, _ as A, B as M, J as h, c as G, E as H, i as y, G as z, D as P, L as U, I as _, R as E, s as L, K as O, O as Q, y as j, z as k, M as q, Q as w, N as K, u as N, P as R, A as V } from "./index-BdMaN0yU.mjs";
|
2
2
|
import "@vueuse/core";
|
3
3
|
export {
|
4
4
|
t as AvatarPicture,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jplan-pack",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.82",
|
4
4
|
"main": "./dist/jplan-pack.cjs.js",
|
5
5
|
"module": "./dist/jplan-pack.es.js",
|
6
6
|
"types": "dist/types/index.d.ts",
|
@@ -38,7 +38,6 @@
|
|
38
38
|
"pinia": "^2.2.6",
|
39
39
|
"vite-plugin-css": "^1.0.4",
|
40
40
|
"vue-draggable-next": "^2.2.1",
|
41
|
-
"vue-tabler-icons": "^2.21.0",
|
42
41
|
"vue-toastification": "^2.0.0-rc.5"
|
43
42
|
},
|
44
43
|
"peerDependencies": {
|
@@ -47,7 +46,8 @@
|
|
47
46
|
"@vueuse/core": "^11.2.0",
|
48
47
|
"vue": "^3.5.13",
|
49
48
|
"vue-router": "^4.5.0",
|
50
|
-
"vuetify": "^3.7.4"
|
49
|
+
"vuetify": "^3.7.4",
|
50
|
+
"vue-tabler-icons": "^2.21.0"
|
51
51
|
},
|
52
52
|
"devDependencies": {
|
53
53
|
"@chromatic-com/storybook": "^3.2.5",
|