@deepnoid/ui 0.1.12 → 0.1.14
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 +166 -156
- package/dist/{chunk-LHDOM76J.mjs → chunk-2KAR2PTQ.mjs} +1 -1
- package/dist/{chunk-QYJORE4E.mjs → chunk-4GLKWK3Z.mjs} +1 -1
- package/dist/{chunk-H5DOTBKA.mjs → chunk-56RN6YOP.mjs} +1 -1
- package/dist/{chunk-RMTHVIPI.mjs → chunk-57WBWSSL.mjs} +2 -2
- package/dist/{chunk-ILFY6MZ6.mjs → chunk-6G7GOPSB.mjs} +5 -5
- package/dist/{chunk-G3LQ3ZX6.mjs → chunk-72JRFZCH.mjs} +4 -4
- package/dist/{chunk-PI6Q5JDU.mjs → chunk-7R4NOC2G.mjs} +11 -11
- package/dist/{chunk-6BBDU4HW.mjs → chunk-7R4QY3TA.mjs} +1 -1
- package/dist/{chunk-M5KV3WZ2.mjs → chunk-A7OXEUCC.mjs} +29 -37
- package/dist/{chunk-W55GVLPJ.mjs → chunk-AHTNXGAY.mjs} +1 -1
- package/dist/{chunk-M2IRRTFM.mjs → chunk-D7WPZ5C6.mjs} +17 -14
- package/dist/{chunk-RRI3I435.mjs → chunk-DADMVOYI.mjs} +1 -1
- package/dist/{chunk-ASQAVFM5.mjs → chunk-GQS6V47G.mjs} +1 -1
- package/dist/{chunk-C62UPLCC.mjs → chunk-GXWSYM7Z.mjs} +2 -2
- package/dist/{chunk-OHDRKCOC.mjs → chunk-KFBG45BI.mjs} +43 -26
- package/dist/chunk-KSZEUKBY.mjs +143 -0
- package/dist/{chunk-KHI2DZTG.mjs → chunk-LP724WOP.mjs} +4 -4
- package/dist/{chunk-BWURZ3WF.mjs → chunk-NEUCUEIG.mjs} +2 -2
- package/dist/{chunk-DPCE4DLW.mjs → chunk-NJ4PBW65.mjs} +1 -1
- package/dist/chunk-QRAHATAM.mjs +380 -0
- package/dist/{chunk-N4F3R6HG.mjs → chunk-WB24YDE2.mjs} +1 -1
- package/dist/{chunk-N4UFXIUC.mjs → chunk-YQGZRSUQ.mjs} +1 -1
- package/dist/components/avatar/avatar.js +29 -37
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +29 -37
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.d.mts +0 -3
- package/dist/components/breadcrumb/breadcrumb.d.ts +0 -3
- package/dist/components/breadcrumb/breadcrumb.js +257 -66
- package/dist/components/breadcrumb/breadcrumb.mjs +13 -3
- package/dist/components/breadcrumb/index.js +257 -66
- package/dist/components/breadcrumb/index.mjs +13 -3
- package/dist/components/button/button-group.js +1 -1
- package/dist/components/button/button-group.mjs +1 -1
- package/dist/components/button/button.js +29 -37
- package/dist/components/button/button.mjs +4 -4
- package/dist/components/button/icon-button.d.mts +157 -0
- package/dist/components/button/icon-button.d.ts +157 -0
- package/dist/components/button/icon-button.js +4674 -0
- package/dist/components/button/icon-button.mjs +16 -0
- package/dist/components/button/index.d.mts +5 -0
- package/dist/components/button/index.d.ts +5 -0
- package/dist/components/button/index.js +566 -45
- package/dist/components/button/index.mjs +16 -7
- package/dist/components/button/text-button.d.mts +146 -0
- package/dist/components/button/text-button.d.ts +146 -0
- package/dist/components/button/text-button.js +507 -0
- package/dist/components/button/text-button.mjs +11 -0
- package/dist/components/chip/chip.js +29 -37
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +29 -37
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.js +29 -37
- package/dist/components/dateTimePicker/calendar.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.js +29 -37
- package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
- package/dist/components/dateTimePicker/index.js +29 -37
- package/dist/components/dateTimePicker/index.mjs +7 -7
- package/dist/components/dateTimePicker/timePicker.js +29 -37
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/icon/Icon.d.mts +4 -4
- package/dist/components/icon/Icon.d.ts +4 -4
- package/dist/components/icon/Icon.js +29 -37
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +29 -37
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +1 -1
- package/dist/components/icon/template.d.ts +1 -1
- package/dist/components/icon/template.js +29 -37
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +29 -37
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +29 -37
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +29 -37
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +29 -37
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +29 -37
- package/dist/components/modal/index.mjs +10 -7
- package/dist/components/modal/modal.js +29 -37
- package/dist/components/modal/modal.mjs +10 -7
- package/dist/components/pagination/index.js +36 -44
- package/dist/components/pagination/index.mjs +5 -5
- package/dist/components/pagination/pagination.js +36 -44
- package/dist/components/pagination/pagination.mjs +5 -5
- package/dist/components/ripple/index.mjs +3 -3
- package/dist/components/select/index.js +29 -37
- package/dist/components/select/index.mjs +4 -4
- package/dist/components/select/option.js +29 -37
- package/dist/components/select/option.mjs +3 -3
- package/dist/components/select/select.js +29 -37
- package/dist/components/select/select.mjs +4 -4
- package/dist/components/table/index.js +55 -60
- package/dist/components/table/index.mjs +7 -7
- package/dist/components/table/table-body.js +17 -14
- package/dist/components/table/table-body.mjs +1 -1
- package/dist/components/table/table.js +55 -60
- package/dist/components/table/table.mjs +7 -7
- package/dist/components/toast/index.js +29 -37
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +29 -37
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +29 -37
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1115 -619
- package/dist/index.mjs +48 -40
- package/package.json +1 -1
- /package/dist/{chunk-VUYUQGLF.mjs → chunk-MY5U63QO.mjs} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -17,11 +17,17 @@ import "./chunk-LUWGOKLG.mjs";
|
|
|
17
17
|
import {
|
|
18
18
|
ToastProvider,
|
|
19
19
|
useToast
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-GQS6V47G.mjs";
|
|
21
21
|
import "./chunk-ZOTHPHXA.mjs";
|
|
22
22
|
import {
|
|
23
23
|
toast_default
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-56RN6YOP.mjs";
|
|
25
|
+
import "./chunk-QCEKPS7U.mjs";
|
|
26
|
+
import {
|
|
27
|
+
select_default
|
|
28
|
+
} from "./chunk-NEUCUEIG.mjs";
|
|
29
|
+
import "./chunk-NJ4PBW65.mjs";
|
|
30
|
+
import "./chunk-S3QS5B7F.mjs";
|
|
25
31
|
import "./chunk-LVFI2NOH.mjs";
|
|
26
32
|
import {
|
|
27
33
|
switch_default
|
|
@@ -29,69 +35,53 @@ import {
|
|
|
29
35
|
import "./chunk-2UUH2MBF.mjs";
|
|
30
36
|
import {
|
|
31
37
|
table_default
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
38
|
+
} from "./chunk-72JRFZCH.mjs";
|
|
39
|
+
import "./chunk-D7WPZ5C6.mjs";
|
|
34
40
|
import "./chunk-OQS4LGZK.mjs";
|
|
35
|
-
import "./chunk-
|
|
41
|
+
import "./chunk-7B7LRG5J.mjs";
|
|
36
42
|
import {
|
|
37
|
-
|
|
38
|
-
} from "./chunk-
|
|
43
|
+
pagination_default
|
|
44
|
+
} from "./chunk-7R4NOC2G.mjs";
|
|
45
|
+
import "./chunk-F3HENRVM.mjs";
|
|
39
46
|
import "./chunk-TPFN22HR.mjs";
|
|
40
47
|
import {
|
|
41
48
|
radio_default
|
|
42
49
|
} from "./chunk-56VCX2QR.mjs";
|
|
43
|
-
import "./chunk-QCEKPS7U.mjs";
|
|
44
|
-
import {
|
|
45
|
-
select_default
|
|
46
|
-
} from "./chunk-BWURZ3WF.mjs";
|
|
47
|
-
import "./chunk-DPCE4DLW.mjs";
|
|
48
|
-
import "./chunk-S3QS5B7F.mjs";
|
|
49
|
-
import "./chunk-7B7LRG5J.mjs";
|
|
50
|
-
import {
|
|
51
|
-
pagination_default
|
|
52
|
-
} from "./chunk-PI6Q5JDU.mjs";
|
|
53
50
|
import "./chunk-2GCSFWHD.mjs";
|
|
54
51
|
import {
|
|
55
52
|
input_default
|
|
56
|
-
} from "./chunk-
|
|
57
|
-
import "./chunk-
|
|
53
|
+
} from "./chunk-2KAR2PTQ.mjs";
|
|
54
|
+
import "./chunk-DJOG6Z35.mjs";
|
|
55
|
+
import {
|
|
56
|
+
modal_default
|
|
57
|
+
} from "./chunk-57WBWSSL.mjs";
|
|
58
|
+
import "./chunk-MGEWSREV.mjs";
|
|
58
59
|
import "./chunk-75HLCORR.mjs";
|
|
59
60
|
import {
|
|
60
61
|
dateTimePicker_default
|
|
61
|
-
} from "./chunk-
|
|
62
|
-
import "./chunk-
|
|
62
|
+
} from "./chunk-6G7GOPSB.mjs";
|
|
63
|
+
import "./chunk-4GLKWK3Z.mjs";
|
|
64
|
+
import "./chunk-AHTNXGAY.mjs";
|
|
63
65
|
import "./chunk-7MVEAQ7Z.mjs";
|
|
64
66
|
import {
|
|
65
67
|
list_default
|
|
66
68
|
} from "./chunk-VVOOYDJS.mjs";
|
|
67
69
|
import {
|
|
68
70
|
listItem_default
|
|
69
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-GXWSYM7Z.mjs";
|
|
70
72
|
import "./chunk-FWJ2ZKH6.mjs";
|
|
71
|
-
import "./chunk-
|
|
72
|
-
import {
|
|
73
|
-
button_group_default
|
|
74
|
-
} from "./chunk-N4F3R6HG.mjs";
|
|
75
|
-
import {
|
|
76
|
-
button_default
|
|
77
|
-
} from "./chunk-KHI2DZTG.mjs";
|
|
78
|
-
import "./chunk-6WSACUIB.mjs";
|
|
79
|
-
import "./chunk-LXHUO6VM.mjs";
|
|
80
|
-
import "./chunk-6PNKRBUT.mjs";
|
|
73
|
+
import "./chunk-P732YGHO.mjs";
|
|
81
74
|
import "./chunk-QZ3LVYJW.mjs";
|
|
82
75
|
import {
|
|
83
76
|
checkbox_default
|
|
84
77
|
} from "./chunk-J5WJD6XZ.mjs";
|
|
85
|
-
import "./chunk-MGEWSREV.mjs";
|
|
86
78
|
import {
|
|
87
79
|
chip_default
|
|
88
|
-
} from "./chunk-
|
|
89
|
-
import "./chunk-QYJORE4E.mjs";
|
|
90
|
-
import "./chunk-P732YGHO.mjs";
|
|
80
|
+
} from "./chunk-YQGZRSUQ.mjs";
|
|
91
81
|
import "./chunk-7DLOYKVC.mjs";
|
|
92
82
|
import {
|
|
93
83
|
avatar_default
|
|
94
|
-
} from "./chunk-
|
|
84
|
+
} from "./chunk-7R4QY3TA.mjs";
|
|
95
85
|
import "./chunk-SE5TU755.mjs";
|
|
96
86
|
import {
|
|
97
87
|
backdrop_default
|
|
@@ -99,13 +89,29 @@ import {
|
|
|
99
89
|
import "./chunk-KYIODWXL.mjs";
|
|
100
90
|
import {
|
|
101
91
|
breadcrumb_default
|
|
102
|
-
} from "./chunk-
|
|
92
|
+
} from "./chunk-KFBG45BI.mjs";
|
|
93
|
+
import "./chunk-MY5U63QO.mjs";
|
|
94
|
+
import {
|
|
95
|
+
button_group_default
|
|
96
|
+
} from "./chunk-WB24YDE2.mjs";
|
|
97
|
+
import {
|
|
98
|
+
button_default
|
|
99
|
+
} from "./chunk-LP724WOP.mjs";
|
|
100
|
+
import {
|
|
101
|
+
icon_button_default
|
|
102
|
+
} from "./chunk-QRAHATAM.mjs";
|
|
103
|
+
import "./chunk-6WSACUIB.mjs";
|
|
104
|
+
import "./chunk-6PNKRBUT.mjs";
|
|
105
|
+
import "./chunk-LXHUO6VM.mjs";
|
|
106
|
+
import {
|
|
107
|
+
text_button_default
|
|
108
|
+
} from "./chunk-KSZEUKBY.mjs";
|
|
103
109
|
import "./chunk-ZYIIXWVY.mjs";
|
|
104
110
|
import {
|
|
105
111
|
Icon_default,
|
|
106
112
|
iconTemplate
|
|
107
|
-
} from "./chunk-
|
|
108
|
-
import "./chunk-
|
|
113
|
+
} from "./chunk-DADMVOYI.mjs";
|
|
114
|
+
import "./chunk-A7OXEUCC.mjs";
|
|
109
115
|
import {
|
|
110
116
|
deepnoidUi,
|
|
111
117
|
tv
|
|
@@ -123,6 +129,7 @@ export {
|
|
|
123
129
|
chip_default as Chip,
|
|
124
130
|
dateTimePicker_default as DateTimePicker,
|
|
125
131
|
Icon_default as Icon,
|
|
132
|
+
icon_button_default as IconButton,
|
|
126
133
|
input_default as Input,
|
|
127
134
|
list_default as List,
|
|
128
135
|
listItem_default as ListItem,
|
|
@@ -133,6 +140,7 @@ export {
|
|
|
133
140
|
switch_default as Switch,
|
|
134
141
|
table_default as Table,
|
|
135
142
|
tabs_default as Tabs,
|
|
143
|
+
text_button_default as TextButton,
|
|
136
144
|
textarea_default as Textarea,
|
|
137
145
|
toast_default as Toast,
|
|
138
146
|
ToastProvider,
|
package/package.json
CHANGED
|
File without changes
|