jplan-pack 0.3.6 → 0.3.39
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/jplan-lib.es.js.mjs
CHANGED
@@ -170377,13 +170377,22 @@ const cut = { class: "pa-4" }, put = { class: "d-flex align-center justify-space
|
|
170377
170377
|
TablerIcons: npt,
|
170378
170378
|
UiHeader: Sut,
|
170379
170379
|
UiTable: dpt
|
170380
|
-
}, Symbol.toStringTag, { value: "Module" })), Nut = Ept(), jut = (
|
170380
|
+
}, Symbol.toStringTag, { value: "Module" })), Nut = Ept(), jut = 100, rwt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
170381
|
+
__proto__: null,
|
170382
|
+
MAGIC_NUM: jut
|
170383
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
170384
|
+
function Dut(n, l) {
|
170385
|
+
return n + l;
|
170386
|
+
}
|
170387
|
+
const owt = {
|
170388
|
+
add: Dut
|
170389
|
+
}, Fut = (n) => {
|
170381
170390
|
n.use(Nut), Object.entries(Hut).forEach(([l, r]) => {
|
170382
170391
|
n.component(l, r);
|
170383
170392
|
}), Object.entries(Gct).forEach(([l, r]) => {
|
170384
170393
|
n.provide(l, r);
|
170385
170394
|
});
|
170386
|
-
},
|
170395
|
+
}, swt = { install: Fut };
|
170387
170396
|
export {
|
170388
170397
|
kpt as ConfirmDialog,
|
170389
170398
|
opt as CopyButton,
|
@@ -170393,11 +170402,13 @@ export {
|
|
170393
170402
|
apt as JBtn,
|
170394
170403
|
spt as JIconBtn,
|
170395
170404
|
Aut as JTextField,
|
170405
|
+
rwt as MyConstants,
|
170406
|
+
owt as MyUtil,
|
170396
170407
|
ppt as ParentCard,
|
170397
170408
|
npt as TablerIcons,
|
170398
170409
|
Sut as UiHeader,
|
170399
170410
|
dpt as UiTable,
|
170400
|
-
|
170411
|
+
swt as default,
|
170401
170412
|
_pt as useCustomizer,
|
170402
170413
|
upt as useDialog
|
170403
170414
|
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const MAGIC_NUM = 100;
|
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
import * as MyConstants from './MyConstants';
|
2
|
+
export { MyConstants };
|
package/dist/types/index.d.ts
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
import { default as MyUtil } from './MyUtil';
|
2
|
+
export { MyUtil };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jplan-pack",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.39",
|
4
4
|
"files": ["dist"],
|
5
5
|
"main": "./dist/jplan-lib.es.js",
|
6
6
|
"types": "./dist/types/index.d.ts",
|
@@ -18,18 +18,18 @@
|
|
18
18
|
"docs:serve": "vitepress serve docs"
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
|
+
"@mdi/font": "^6.0.0",
|
21
22
|
"@tabler/icons-vue": "^3.21.0",
|
22
23
|
"@vitejs/plugin-vue": "^5.1.5",
|
23
24
|
"@vue/compiler-core": "^3.3.4",
|
24
25
|
"@vueuse/core": "^11.2.0",
|
25
26
|
"lodash": "^4.17.21",
|
26
27
|
"pinia": "^2.2.6",
|
27
|
-
"vue-tabler-icons": "^2.21.0"
|
28
|
+
"vue-tabler-icons": "^2.21.0",
|
29
|
+
"vuetify": "^3.7.4"
|
28
30
|
},
|
29
31
|
"peerDependencies": {
|
30
|
-
"@mdi/font": "^6.0.0",
|
31
32
|
"@vueuse/core": "^11.2.0",
|
32
|
-
"vuetify": "^3.7.4",
|
33
33
|
"vue": "^3.3.4"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|