jplan-pack 0.3.39 → 0.3.62

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.
@@ -170377,22 +170377,13 @@ 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 = 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) => {
170380
+ }, Symbol.toStringTag, { value: "Module" })), Nut = Ept(), jut = (n) => {
170390
170381
  n.use(Nut), Object.entries(Hut).forEach(([l, r]) => {
170391
170382
  n.component(l, r);
170392
170383
  }), Object.entries(Gct).forEach(([l, r]) => {
170393
170384
  n.provide(l, r);
170394
170385
  });
170395
- }, swt = { install: Fut };
170386
+ }, nwt = { install: jut };
170396
170387
  export {
170397
170388
  kpt as ConfirmDialog,
170398
170389
  opt as CopyButton,
@@ -170402,13 +170393,11 @@ export {
170402
170393
  apt as JBtn,
170403
170394
  spt as JIconBtn,
170404
170395
  Aut as JTextField,
170405
- rwt as MyConstants,
170406
- owt as MyUtil,
170407
170396
  ppt as ParentCard,
170408
170397
  npt as TablerIcons,
170409
170398
  Sut as UiHeader,
170410
170399
  dpt as UiTable,
170411
- swt as default,
170400
+ nwt as default,
170412
170401
  _pt as useCustomizer,
170413
170402
  upt as useDialog
170414
170403
  };
@@ -1,2 +1 @@
1
- import * as MyConstants from './MyConstants';
2
- export { MyConstants };
1
+ export {};
@@ -7,3 +7,4 @@ export * from './components';
7
7
  export * from './composables';
8
8
  export * from './constants';
9
9
  export * from './utils';
10
+ export * from './types';
@@ -0,0 +1,3 @@
1
+ import { sidebarItem } from './sidebarItem';
2
+ import { UiTableHeader } from './UiTableHeader';
3
+ export { sidebarItem, UiTableHeader };
@@ -1,2 +1 @@
1
- import { default as MyUtil } from './MyUtil';
2
- export { MyUtil };
1
+ export {};
package/package.json CHANGED
@@ -1,16 +1,9 @@
1
1
  {
2
2
  "name": "jplan-pack",
3
- "version": "0.3.39",
3
+ "version": "0.3.62",
4
4
  "files": ["dist"],
5
5
  "main": "./dist/jplan-lib.es.js",
6
6
  "types": "./dist/types/index.d.ts",
7
- "exports": {
8
- ".": {
9
- "types": "./dist/types/index.d.ts",
10
- "import": "./dist/jplan-lib.es.js"
11
- },
12
- "./dist/style.css": "./dist/style.css"
13
- },
14
7
  "scripts": {
15
8
  "build": "rimraf dist && vue-tsc && vite build",
16
9
  "docs:dev": "vitepress dev docs",
@@ -18,18 +11,18 @@
18
11
  "docs:serve": "vitepress serve docs"
19
12
  },
20
13
  "dependencies": {
21
- "@mdi/font": "^6.0.0",
22
14
  "@tabler/icons-vue": "^3.21.0",
23
15
  "@vitejs/plugin-vue": "^5.1.5",
24
16
  "@vue/compiler-core": "^3.3.4",
25
17
  "@vueuse/core": "^11.2.0",
26
18
  "lodash": "^4.17.21",
27
19
  "pinia": "^2.2.6",
28
- "vue-tabler-icons": "^2.21.0",
29
- "vuetify": "^3.7.4"
20
+ "vue-tabler-icons": "^2.21.0"
30
21
  },
31
22
  "peerDependencies": {
23
+ "@mdi/font": "^7.4.47",
32
24
  "@vueuse/core": "^11.2.0",
25
+ "vuetify": "^3.7.4",
33
26
  "vue": "^3.3.4"
34
27
  },
35
28
  "devDependencies": {
@@ -1 +0,0 @@
1
- export declare const MAGIC_NUM = 100;