@nmorph/nmorph-ui-kit 1.0.22 → 1.0.24
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/index.es.js +5179 -2464
- package/dist/src/components/basic/index.d.ts +1 -0
- package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +3 -6
- package/dist/src/components/basic/nmorph-icon/NmorphIcon.vue.d.ts +0 -5
- package/dist/src/components/basic/nmorph-icon/NmorphIcons.d.ts +259 -0
- package/dist/src/components/basic/nmorph-link/NmorphLink.vue.d.ts +2 -5
- package/dist/src/components/data/nmorph-image-preview/types.d.ts +2 -2
- package/dist/src/components/data/nmorph-table/NmorphTable.vue.d.ts +1 -1
- package/dist/src/components/feedback/nmorph-alert/NmorphAlert.vue.d.ts +2 -2
- package/dist/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-file-upload/NmorphFileUpload.vue.d.ts +2 -2
- package/dist/src/components/form/nmorph-radio/NmorphRadio.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-select/NmorphSelect.vue.d.ts +2 -2
- package/dist/src/components/form/nmorph-switch/NmorphSwitch.vue.d.ts +1 -1
- package/dist/src/components/navigation/nmorph-backtop/NmorphBacktop.vue.d.ts +1 -1
- package/dist/src/hooks/use-placement.d.ts +1 -1
- package/dist/src/types/index.d.ts +0 -260
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/audio-d94a2612.js +0 -15
- package/dist/src/components/basic/nmorph-icon/NmorphIconsMap.d.ts +0 -4
- package/dist/user-8a0c247a.js +0 -15
|
@@ -44,266 +44,6 @@ export declare enum NmorphColor {
|
|
|
44
44
|
error = "error",
|
|
45
45
|
warning = "warning"
|
|
46
46
|
}
|
|
47
|
-
export declare enum NmorphIconList {
|
|
48
|
-
'add-location' = "add-location",
|
|
49
|
-
'aim' = "aim",
|
|
50
|
-
'alarm-clock' = "alarm-clock",
|
|
51
|
-
'apple' = "apple",
|
|
52
|
-
'archive' = "archive",
|
|
53
|
-
'arrow-down' = "arrow-down",
|
|
54
|
-
'arrow-left' = "arrow-left",
|
|
55
|
-
'arrow-right' = "arrow-right",
|
|
56
|
-
'arrow-up' = "arrow-up",
|
|
57
|
-
'audio' = "audio",
|
|
58
|
-
'avatar' = "avatar",
|
|
59
|
-
'back' = "back",
|
|
60
|
-
'bell-filled' = "bell-filled",
|
|
61
|
-
'bell' = "bell",
|
|
62
|
-
'bicycle' = "bicycle",
|
|
63
|
-
'bottom-left' = "bottom-left",
|
|
64
|
-
'bottom-right' = "bottom-right",
|
|
65
|
-
'bottom' = "bottom",
|
|
66
|
-
'burger' = "burger",
|
|
67
|
-
'calendar' = "calendar",
|
|
68
|
-
'camera' = "camera",
|
|
69
|
-
'caret-bottom' = "caret-bottom",
|
|
70
|
-
'caret-left' = "caret-left",
|
|
71
|
-
'caret-right' = "caret-right",
|
|
72
|
-
'caret-top' = "caret-top",
|
|
73
|
-
'cellphone' = "cellphone",
|
|
74
|
-
'chat-dot-round' = "chat-dot-round",
|
|
75
|
-
'chat-dot-square' = "chat-dot-square",
|
|
76
|
-
'chat-line-round' = "chat-line-round",
|
|
77
|
-
'chat-line-square' = "chat-line-square",
|
|
78
|
-
'chat-round' = "chat-round",
|
|
79
|
-
'chat-square' = "chat-square",
|
|
80
|
-
'check' = "check",
|
|
81
|
-
'checked' = "checked",
|
|
82
|
-
'cherry' = "cherry",
|
|
83
|
-
'chevron-double-down' = "chevron-double-down",
|
|
84
|
-
'chevron-down' = "chevron-down",
|
|
85
|
-
'chrome-filled' = "chrome-filled",
|
|
86
|
-
'circle-check-filled' = "circle-check-filled",
|
|
87
|
-
'circle-check' = "circle-check",
|
|
88
|
-
'circle-close-filled' = "circle-close-filled",
|
|
89
|
-
'circle-close' = "circle-close",
|
|
90
|
-
'circle-plus-filled' = "circle-plus-filled",
|
|
91
|
-
'circle-plus' = "circle-plus",
|
|
92
|
-
'clock' = "clock",
|
|
93
|
-
'close' = "close",
|
|
94
|
-
'cloudy' = "cloudy",
|
|
95
|
-
'code' = "code",
|
|
96
|
-
'coffee-cup' = "coffee-cup",
|
|
97
|
-
'coffee' = "coffee",
|
|
98
|
-
'coin' = "coin",
|
|
99
|
-
'collection-tag' = "collection-tag",
|
|
100
|
-
'collection' = "collection",
|
|
101
|
-
'compass' = "compass",
|
|
102
|
-
'connection' = "connection",
|
|
103
|
-
'coordinate' = "coordinate",
|
|
104
|
-
'copy-document' = "copy-document",
|
|
105
|
-
'copy' = "copy",
|
|
106
|
-
'cpu' = "cpu",
|
|
107
|
-
'credit-card' = "credit-card",
|
|
108
|
-
'crop' = "crop",
|
|
109
|
-
'cross' = "cross",
|
|
110
|
-
'delete-filled' = "delete-filled",
|
|
111
|
-
'delete' = "delete",
|
|
112
|
-
'dessert' = "dessert",
|
|
113
|
-
'discount' = "discount",
|
|
114
|
-
'doc' = "doc",
|
|
115
|
-
'document-add' = "document-add",
|
|
116
|
-
'document-checked' = "document-checked",
|
|
117
|
-
'document-copy' = "document-copy",
|
|
118
|
-
'document-delete' = "document-delete",
|
|
119
|
-
'document-remove' = "document-remove",
|
|
120
|
-
'document' = "document",
|
|
121
|
-
'download' = "download",
|
|
122
|
-
'edit-pen' = "edit-pen",
|
|
123
|
-
'edit' = "edit",
|
|
124
|
-
'enlarge' = "enlarge",
|
|
125
|
-
'error' = "error",
|
|
126
|
-
'expand' = "expand",
|
|
127
|
-
'eye-blocked' = "eye-blocked",
|
|
128
|
-
'eye' = "eye",
|
|
129
|
-
'failed' = "failed",
|
|
130
|
-
'files' = "files",
|
|
131
|
-
'film' = "film",
|
|
132
|
-
'filter' = "filter",
|
|
133
|
-
'finished' = "finished",
|
|
134
|
-
'flag' = "flag",
|
|
135
|
-
'fold' = "fold",
|
|
136
|
-
'folder-add' = "folder-add",
|
|
137
|
-
'folder-checked' = "folder-checked",
|
|
138
|
-
'folder-delete' = "folder-delete",
|
|
139
|
-
'folder-opened' = "folder-opened",
|
|
140
|
-
'folder' = "folder",
|
|
141
|
-
'food' = "food",
|
|
142
|
-
'fork-spoon' = "fork-spoon",
|
|
143
|
-
'full-screen' = "full-screen",
|
|
144
|
-
'goblet' = "goblet",
|
|
145
|
-
'gold-medal' = "gold-medal",
|
|
146
|
-
'goods-filled' = "goods-filled",
|
|
147
|
-
'goods' = "goods",
|
|
148
|
-
'grape' = "grape",
|
|
149
|
-
'grid' = "grid",
|
|
150
|
-
'guide' = "guide",
|
|
151
|
-
'handbag' = "handbag",
|
|
152
|
-
'headset' = "headset",
|
|
153
|
-
'histogram' = "histogram",
|
|
154
|
-
'hot-water' = "hot-water",
|
|
155
|
-
'house' = "house",
|
|
156
|
-
'ice-cream-round' = "ice-cream-round",
|
|
157
|
-
'ice-drink' = "ice-drink",
|
|
158
|
-
'info-filled' = "info-filled",
|
|
159
|
-
'info' = "info",
|
|
160
|
-
'image' = "image",
|
|
161
|
-
'key' = "key",
|
|
162
|
-
'knife-fork' = "knife-fork",
|
|
163
|
-
'lightning' = "lightning",
|
|
164
|
-
'link' = "link",
|
|
165
|
-
'list' = "list",
|
|
166
|
-
'loader' = "loader",
|
|
167
|
-
'loading' = "loading",
|
|
168
|
-
'location-filled' = "location-filled",
|
|
169
|
-
'location-information' = "location-information",
|
|
170
|
-
'location' = "location",
|
|
171
|
-
'lock' = "lock",
|
|
172
|
-
'logo' = "logo",
|
|
173
|
-
'lollipop' = "lollipop",
|
|
174
|
-
'magic-stick' = "magic-stick",
|
|
175
|
-
'magnet' = "magnet",
|
|
176
|
-
'male' = "male",
|
|
177
|
-
'management' = "management",
|
|
178
|
-
'map-location' = "map-location",
|
|
179
|
-
'medal' = "medal",
|
|
180
|
-
'memo' = "memo",
|
|
181
|
-
'menu' = "menu",
|
|
182
|
-
'message-box' = "message-box",
|
|
183
|
-
'message' = "message",
|
|
184
|
-
'mic' = "mic",
|
|
185
|
-
'microphone' = "microphone",
|
|
186
|
-
'minus' = "minus",
|
|
187
|
-
'money' = "money",
|
|
188
|
-
'monitor' = "monitor",
|
|
189
|
-
'moon' = "moon",
|
|
190
|
-
'more-filled' = "more-filled",
|
|
191
|
-
'more' = "more",
|
|
192
|
-
'mostly-cloudy' = "mostly-cloudy",
|
|
193
|
-
'mouse' = "mouse",
|
|
194
|
-
'mug' = "mug",
|
|
195
|
-
'mute-notification' = "mute-notification",
|
|
196
|
-
'mute' = "mute",
|
|
197
|
-
'no-smoking' = "no-smoking",
|
|
198
|
-
'notebook' = "notebook",
|
|
199
|
-
'notification' = "notification",
|
|
200
|
-
'office-building' = "office-building",
|
|
201
|
-
'operation' = "operation",
|
|
202
|
-
'opportunity' = "opportunity",
|
|
203
|
-
'orange' = "orange",
|
|
204
|
-
'paperclip' = "paperclip",
|
|
205
|
-
'partly-cloudy' = "partly-cloudy",
|
|
206
|
-
'pear' = "pear",
|
|
207
|
-
'phone-filled' = "phone-filled",
|
|
208
|
-
'phone' = "phone",
|
|
209
|
-
'picture' = "picture",
|
|
210
|
-
'pie-chart' = "pie-chart",
|
|
211
|
-
'place' = "place",
|
|
212
|
-
'platform' = "platform",
|
|
213
|
-
'plus' = "plus",
|
|
214
|
-
'pointer' = "pointer",
|
|
215
|
-
'position' = "position",
|
|
216
|
-
'post-card' = "post-card",
|
|
217
|
-
'pouring' = "pouring",
|
|
218
|
-
'present' = "present",
|
|
219
|
-
'price-tag' = "price-tag",
|
|
220
|
-
'printer' = "printer",
|
|
221
|
-
'promotion' = "promotion",
|
|
222
|
-
'quartz-watch' = "quartz-watch",
|
|
223
|
-
'question-filled' = "question-filled",
|
|
224
|
-
'rank' = "rank",
|
|
225
|
-
'reading-lamp' = "reading-lamp",
|
|
226
|
-
'reading' = "reading",
|
|
227
|
-
'refresh-left' = "refresh-left",
|
|
228
|
-
'refresh-right' = "refresh-right",
|
|
229
|
-
'refresh' = "refresh",
|
|
230
|
-
'refrigerator' = "refrigerator",
|
|
231
|
-
'remove-filled' = "remove-filled",
|
|
232
|
-
'remove' = "remove",
|
|
233
|
-
'rotate-left' = "rotate-left",
|
|
234
|
-
'rotate-right' = "rotate-right",
|
|
235
|
-
'scale-to-original' = "scale-to-original",
|
|
236
|
-
'school' = "school",
|
|
237
|
-
'scissor' = "scissor",
|
|
238
|
-
'search' = "search",
|
|
239
|
-
'select' = "select",
|
|
240
|
-
'sell' = "sell",
|
|
241
|
-
'semi-select' = "semi-select",
|
|
242
|
-
'service' = "service",
|
|
243
|
-
'setting' = "setting",
|
|
244
|
-
'share' = "share",
|
|
245
|
-
'ship' = "ship",
|
|
246
|
-
'shop' = "shop",
|
|
247
|
-
'shopping-bag' = "shopping-bag",
|
|
248
|
-
'shopping-cart-full' = "shopping-cart-full",
|
|
249
|
-
'shopping-cart' = "shopping-cart",
|
|
250
|
-
'shrink' = "shrink",
|
|
251
|
-
'smoking' = "smoking",
|
|
252
|
-
'soccer' = "soccer",
|
|
253
|
-
'sold-out' = "sold-out",
|
|
254
|
-
'sort-down' = "sort-down",
|
|
255
|
-
'sort-up' = "sort-up",
|
|
256
|
-
'sort' = "sort",
|
|
257
|
-
'stamp' = "stamp",
|
|
258
|
-
'star-filled' = "star-filled",
|
|
259
|
-
'star' = "star",
|
|
260
|
-
'success-filled' = "success-filled",
|
|
261
|
-
'success' = "success",
|
|
262
|
-
'sugar' = "sugar",
|
|
263
|
-
'sunny' = "sunny",
|
|
264
|
-
'sunrise' = "sunrise",
|
|
265
|
-
'sunset' = "sunset",
|
|
266
|
-
'switch-button' = "switch-button",
|
|
267
|
-
'switch-filled' = "switch-filled",
|
|
268
|
-
'switch' = "switch",
|
|
269
|
-
'takeaway-box' = "takeaway-box",
|
|
270
|
-
'ticket' = "ticket",
|
|
271
|
-
'tickets' = "tickets",
|
|
272
|
-
'time' = "time",
|
|
273
|
-
'timer' = "timer",
|
|
274
|
-
'toilet-paper' = "toilet-paper",
|
|
275
|
-
'tools' = "tools",
|
|
276
|
-
'top-left' = "top-left",
|
|
277
|
-
'top-right' = "top-right",
|
|
278
|
-
'top' = "top",
|
|
279
|
-
'trend-charts' = "trend-charts",
|
|
280
|
-
'triangle-down' = "triangle-down",
|
|
281
|
-
'trophy-base' = "trophy-base",
|
|
282
|
-
'trophy' = "trophy",
|
|
283
|
-
'turn-off' = "turn-off",
|
|
284
|
-
'umbrella' = "umbrella",
|
|
285
|
-
'unlock' = "unlock",
|
|
286
|
-
'upload-filled' = "upload-filled",
|
|
287
|
-
'upload' = "upload",
|
|
288
|
-
'user-filled' = "user-filled",
|
|
289
|
-
'user' = "user",
|
|
290
|
-
'van' = "van",
|
|
291
|
-
'video-camera' = "video-camera",
|
|
292
|
-
'video-pause' = "video-pause",
|
|
293
|
-
'video-play' = "video-play",
|
|
294
|
-
'video' = "video",
|
|
295
|
-
'view' = "view",
|
|
296
|
-
'wallet-filled' = "wallet-filled",
|
|
297
|
-
'wallet' = "wallet",
|
|
298
|
-
'warn-triangle-filled' = "warn-triangle-filled",
|
|
299
|
-
'warning' = "warning",
|
|
300
|
-
'watch' = "watch",
|
|
301
|
-
'wind-power' = "wind-power",
|
|
302
|
-
'zoom-in' = "zoom-in",
|
|
303
|
-
'zoom-out' = "zoom-out",
|
|
304
|
-
'plus-thin' = "plus-thin",
|
|
305
|
-
'minus-thin' = "minus-thin"
|
|
306
|
-
}
|
|
307
47
|
export declare enum NmorphComponentPosition {
|
|
308
48
|
left = "left",
|
|
309
49
|
right = "right",
|