@deepnoid/ui 0.1.136 → 0.1.137
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/.turbo/turbo-build.log +155 -155
- package/dist/{chunk-IUNZZ77V.mjs → chunk-3YR6VGGQ.mjs} +19 -38
- package/dist/{chunk-4URRLVNR.mjs → chunk-4JOD47VZ.mjs} +1 -1
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/pagination/index.mjs +1 -1
- package/dist/components/pagination/pagination.js +1 -1
- package/dist/components/pagination/pagination.mjs +1 -1
- package/dist/components/table/index.js +604 -689
- package/dist/components/table/index.mjs +2 -4
- package/dist/components/table/table-body.d.mts +1 -2
- package/dist/components/table/table-body.d.ts +1 -2
- package/dist/components/table/table-body.js +595 -680
- package/dist/components/table/table-body.mjs +2 -4
- package/dist/components/table/table-head.d.mts +1 -2
- package/dist/components/table/table-head.d.ts +1 -2
- package/dist/components/table/table-head.js +595 -680
- package/dist/components/table/table-head.mjs +2 -4
- package/dist/components/table/table.d.mts +3 -1
- package/dist/components/table/table.d.ts +3 -1
- package/dist/components/table/table.js +595 -680
- package/dist/components/table/table.mjs +2 -4
- package/dist/index.js +268 -284
- package/dist/index.mjs +13 -13
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12,16 +12,16 @@ import "./chunk-ZOTHPHXA.mjs";
|
|
|
12
12
|
import {
|
|
13
13
|
toast_default
|
|
14
14
|
} from "./chunk-IC3QFXSF.mjs";
|
|
15
|
-
import "./chunk-TPFN22HR.mjs";
|
|
16
|
-
import {
|
|
17
|
-
radio_default
|
|
18
|
-
} from "./chunk-STDK4DIP.mjs";
|
|
19
15
|
import "./chunk-HIE2YRGA.mjs";
|
|
20
16
|
import {
|
|
21
17
|
tooltip_default
|
|
22
18
|
} from "./chunk-YGOX6FBU.mjs";
|
|
23
19
|
import "./chunk-ZMOAFSYE.mjs";
|
|
24
20
|
import "./chunk-WSIADHVC.mjs";
|
|
21
|
+
import "./chunk-DX3KXNP6.mjs";
|
|
22
|
+
import {
|
|
23
|
+
table_default
|
|
24
|
+
} from "./chunk-3YR6VGGQ.mjs";
|
|
25
25
|
import "./chunk-3MY6LO7N.mjs";
|
|
26
26
|
import {
|
|
27
27
|
tabs_default
|
|
@@ -30,25 +30,25 @@ import "./chunk-RRAZM5D3.mjs";
|
|
|
30
30
|
import {
|
|
31
31
|
textarea_default
|
|
32
32
|
} from "./chunk-3CRSSRCH.mjs";
|
|
33
|
-
import "./chunk-LVFI2NOH.mjs";
|
|
34
|
-
import {
|
|
35
|
-
switch_default
|
|
36
|
-
} from "./chunk-AGE57VDD.mjs";
|
|
37
|
-
import "./chunk-DX3KXNP6.mjs";
|
|
38
|
-
import {
|
|
39
|
-
table_default
|
|
40
|
-
} from "./chunk-IUNZZ77V.mjs";
|
|
41
33
|
import "./chunk-MZ76AA76.mjs";
|
|
42
34
|
import {
|
|
43
35
|
skeleton_default
|
|
44
36
|
} from "./chunk-6PN3DGOE.mjs";
|
|
37
|
+
import "./chunk-LVFI2NOH.mjs";
|
|
38
|
+
import {
|
|
39
|
+
switch_default
|
|
40
|
+
} from "./chunk-AGE57VDD.mjs";
|
|
45
41
|
import {
|
|
46
42
|
definition_table_default
|
|
47
43
|
} from "./chunk-T3BUL253.mjs";
|
|
44
|
+
import "./chunk-TPFN22HR.mjs";
|
|
45
|
+
import {
|
|
46
|
+
radio_default
|
|
47
|
+
} from "./chunk-STDK4DIP.mjs";
|
|
48
48
|
import "./chunk-7B7LRG5J.mjs";
|
|
49
49
|
import {
|
|
50
50
|
pagination_default
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-4JOD47VZ.mjs";
|
|
52
52
|
import "./chunk-F3HENRVM.mjs";
|
|
53
53
|
import "./chunk-4VWG4726.mjs";
|
|
54
54
|
import {
|