@caspeco/casper-ui-library 10.3.0 → 10.4.0
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/components/combobox/combobox.d.ts.map +1 -1
- package/dist/components/combobox/combobox.js +153 -141
- package/dist/components/icon/icons/index.d.ts +1 -0
- package/dist/components/icon/icons/index.d.ts.map +1 -1
- package/dist/components/icon/icons/paste-icon.d.ts +2 -0
- package/dist/components/icon/icons/paste-icon.d.ts.map +1 -0
- package/dist/components/icon/icons/paste-icon.js +5 -0
- package/dist/index.js +309 -307
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { AbsenceIcon as x } from "./components/icon/icons/absence-icon.js";
|
|
|
5
5
|
import { AccessibilityIcon as I } from "./components/icon/icons/accessibility-icon.js";
|
|
6
6
|
import { Accordion as i } from "./components/accordion/accordion.js";
|
|
7
7
|
import { AccordionItem as d } from "./components/accordion/accordion-item.js";
|
|
8
|
-
import { AccordionPanel as
|
|
8
|
+
import { AccordionPanel as u } from "./components/accordion/accordion-panel.js";
|
|
9
9
|
import { AddAbsenceIcon as T } from "./components/icon/icons/add-absence-icon.js";
|
|
10
10
|
import { AddEmojiIcon as h } from "./components/icon/icons/add-emoji-icon.js";
|
|
11
11
|
import { AddIcon as b } from "./components/icon/icons/add-icon.js";
|
|
@@ -31,7 +31,7 @@ import { Button as po } from "./components/button/button.js";
|
|
|
31
31
|
import { CalendarIcon as xo } from "./components/icon/icons/calendar-icon.js";
|
|
32
32
|
import { CameraIcon as Io } from "./components/icon/icons/camera-icon.js";
|
|
33
33
|
import { CancelIcon as io } from "./components/icon/icons/cancel-icon.js";
|
|
34
|
-
import { CardIcon as
|
|
34
|
+
import { CardIcon as so } from "./components/icon/icons/card-icon.js";
|
|
35
35
|
import { CartIcon as Mo } from "./components/icon/icons/cart-icon.js";
|
|
36
36
|
import { CaspecoIcon as Co } from "./components/icon/icons/caspeco-icon.js";
|
|
37
37
|
import { ChannelsIcon as Po } from "./components/icon/icons/channels-icon.js";
|
|
@@ -58,7 +58,7 @@ import { CloseIcon as cr } from "./components/icon/icons/close-icon.js";
|
|
|
58
58
|
import { ClosedIcon as fr } from "./components/icon/icons/closed-icon.js";
|
|
59
59
|
import { CollapseIcon as ar } from "./components/icon/icons/collapse-icon.js";
|
|
60
60
|
import { Collapsible as lr } from "./components/collapsible/collapsible.js";
|
|
61
|
-
import { ColorIcon as
|
|
61
|
+
import { ColorIcon as sr } from "./components/icon/icons/color-icon.js";
|
|
62
62
|
import { ColumnsIcon as Mr } from "./components/icon/icons/columns-icon.js";
|
|
63
63
|
import { Combobox as Cr } from "./components/combobox/combobox.js";
|
|
64
64
|
import { CommentAddIcon as Pr } from "./components/icon/icons/comment-add-icon.js";
|
|
@@ -85,7 +85,7 @@ import { Drawer as ce } from "./components/drawer/drawer.js";
|
|
|
85
85
|
import { EatInIcon as fe } from "./components/icon/icons/eat-in-icon.js";
|
|
86
86
|
import { EditIcon as ae } from "./components/icon/icons/edit-icon.js";
|
|
87
87
|
import { EmailIcon as le } from "./components/icon/icons/email-icon.js";
|
|
88
|
-
import { ErrorIcon as
|
|
88
|
+
import { ErrorIcon as se } from "./components/icon/icons/error-icon.js";
|
|
89
89
|
import { ExpandIcon as Me } from "./components/icon/icons/expand-icon.js";
|
|
90
90
|
import { ExportIcon as Ce } from "./components/icon/icons/export-icon.js";
|
|
91
91
|
import { ExtractIcon as Pe } from "./components/icon/icons/extract-icon.js";
|
|
@@ -112,7 +112,7 @@ import { Grid as ct } from "./components/grid/grid.js";
|
|
|
112
112
|
import { GridItem as ft } from "./components/grid/grid-item.js";
|
|
113
113
|
import { GripMoreIcon as at } from "./components/icon/icons/grip-more-icon.js";
|
|
114
114
|
import { HashIcon as lt } from "./components/icon/icons/hash-icon.js";
|
|
115
|
-
import { Heading as
|
|
115
|
+
import { Heading as st } from "./components/heading/heading.js";
|
|
116
116
|
import { HexagonErrorIcon as Mt } from "./components/icon/icons/hexagon-error-icon.js";
|
|
117
117
|
import { HideIcon as Ct } from "./components/icon/icons/hide-icon.js";
|
|
118
118
|
import { Highlight as Pt } from "./components/highlight/highlight.js";
|
|
@@ -139,7 +139,7 @@ import { IconPickerStarIcon as cn } from "./components/icon/icons/icon-picker-st
|
|
|
139
139
|
import { IconPickerTintIcon as fn } from "./components/icon/icons/icon-picker-tint-icon.js";
|
|
140
140
|
import { IconPickerTreeIcon as an } from "./components/icon/icons/icon-picker-tree-icon.js";
|
|
141
141
|
import { IconPickerUtensilsIcon as dn } from "./components/icon/icons/icon-picker-utensils-icon.js";
|
|
142
|
-
import { IconPickerWheelchairIcon as
|
|
142
|
+
import { IconPickerWheelchairIcon as un } from "./components/icon/icons/icon-picker-wheelchair-icon.js";
|
|
143
143
|
import { Image as Tn } from "./components/image/image.js";
|
|
144
144
|
import { ImageIcon as hn } from "./components/icon/icons/image-icon.js";
|
|
145
145
|
import { ImageUpload as bn } from "./components/image-upload/image-upload.js";
|
|
@@ -166,7 +166,7 @@ import { List as xm } from "./components/list/list.js";
|
|
|
166
166
|
import { ListItem as Im } from "./components/list/list-item.js";
|
|
167
167
|
import { ListOLIcon as im } from "./components/icon/icons/list-ol-icon.js";
|
|
168
168
|
import { ListULIcon as dm } from "./components/icon/icons/list-ul-icon.js";
|
|
169
|
-
import { LoadingIcon as
|
|
169
|
+
import { LoadingIcon as um } from "./components/icon/icons/loading-icon.js";
|
|
170
170
|
import { LocationIcon as Tm } from "./components/icon/icons/location-icon.js";
|
|
171
171
|
import { LockIcon as hm } from "./components/icon/icons/lock-icon.js";
|
|
172
172
|
import { LogInIcon as bm } from "./components/icon/icons/log-in-icon.js";
|
|
@@ -193,7 +193,7 @@ import { MinimizeIcon as xp } from "./components/icon/icons/minimize-icon.js";
|
|
|
193
193
|
import { MinimizeWindowIcon as Ip } from "./components/icon/icons/minimize-window-icon.js";
|
|
194
194
|
import { MobileRotateIcon as ip } from "./components/icon/icons/mobile-rotate-icon.js";
|
|
195
195
|
import { Modal as dp } from "./components/modal/modal.js";
|
|
196
|
-
import { ModalBody as
|
|
196
|
+
import { ModalBody as up } from "./components/modal/modal-body.js";
|
|
197
197
|
import { ModalCloseButton as Tp } from "./components/modal/modal-close-button.js";
|
|
198
198
|
import { ModalFooter as hp } from "./components/modal/modal-footer.js";
|
|
199
199
|
import { ModalHeader as bp } from "./components/modal/modal-header.js";
|
|
@@ -220,7 +220,7 @@ import { ModuleMembersIcon as xc } from "./components/icon/icons/module-members-
|
|
|
220
220
|
import { ModuleMenusIcon as Ic } from "./components/icon/icons/module-menus-icon.js";
|
|
221
221
|
import { ModuleMyCityIcon as ic } from "./components/icon/icons/module-my-city-icon.js";
|
|
222
222
|
import { ModuleNotificationCenterIcon as dc } from "./components/icon/icons/module-notification-center-icon.js";
|
|
223
|
-
import { ModuleOnlineOrderIcon as
|
|
223
|
+
import { ModuleOnlineOrderIcon as uc } from "./components/icon/icons/module-online-order-icon.js";
|
|
224
224
|
import { ModuleOrganisationIcon as Tc } from "./components/icon/icons/module-organisation-icon.js";
|
|
225
225
|
import { ModulePosIcon as hc } from "./components/icon/icons/module-pos-icon.js";
|
|
226
226
|
import { ModulePulseIcon as bc } from "./components/icon/icons/module-pulse-icon.js";
|
|
@@ -246,158 +246,159 @@ import { MoreVerticalIcon as px } from "./components/icon/icons/more-vertical-ic
|
|
|
246
246
|
import { NavigationList as xx } from "./components/navigation-list/navigation-list.js";
|
|
247
247
|
import { NavigationListButton as Ix, NavigationListLink as ax } from "./components/navigation-list/navigation-list-item.js";
|
|
248
248
|
import { NfcIcon as lx } from "./components/icon/icons/nfc-icon.js";
|
|
249
|
-
import { NoCartIcon as
|
|
249
|
+
import { NoCartIcon as sx } from "./components/icon/icons/no-cart-icon.js";
|
|
250
250
|
import { NoteIcon as Mx } from "./components/icon/icons/note-icon.js";
|
|
251
251
|
import { NumberIcon as Cx } from "./components/icon/icons/number-icon.js";
|
|
252
252
|
import { OpenModalIcon as Px } from "./components/icon/icons/open-modal-icon.js";
|
|
253
253
|
import { Paginator as kx } from "./components/paginator/paginator.js";
|
|
254
254
|
import { ParkingIcon as gx } from "./components/icon/icons/parking-icon.js";
|
|
255
255
|
import { PartyHornIcon as Ax } from "./components/icon/icons/party-horn-icon.js";
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import {
|
|
263
|
-
import {
|
|
264
|
-
import {
|
|
265
|
-
import {
|
|
266
|
-
import {
|
|
267
|
-
import {
|
|
268
|
-
import {
|
|
269
|
-
import {
|
|
270
|
-
import {
|
|
271
|
-
import {
|
|
272
|
-
import {
|
|
273
|
-
import {
|
|
274
|
-
import {
|
|
275
|
-
import {
|
|
276
|
-
import {
|
|
277
|
-
import {
|
|
278
|
-
import {
|
|
279
|
-
import {
|
|
280
|
-
import {
|
|
281
|
-
import {
|
|
282
|
-
import {
|
|
283
|
-
import {
|
|
284
|
-
import {
|
|
285
|
-
import {
|
|
286
|
-
import {
|
|
287
|
-
import {
|
|
288
|
-
import {
|
|
289
|
-
import {
|
|
290
|
-
import {
|
|
291
|
-
import {
|
|
292
|
-
import {
|
|
293
|
-
import {
|
|
294
|
-
import {
|
|
295
|
-
import {
|
|
296
|
-
import {
|
|
297
|
-
import {
|
|
298
|
-
import {
|
|
299
|
-
import {
|
|
300
|
-
import {
|
|
301
|
-
import {
|
|
302
|
-
import {
|
|
303
|
-
import {
|
|
304
|
-
import {
|
|
305
|
-
import {
|
|
306
|
-
import {
|
|
307
|
-
import {
|
|
308
|
-
import {
|
|
309
|
-
import {
|
|
310
|
-
import {
|
|
311
|
-
import {
|
|
312
|
-
import {
|
|
313
|
-
import {
|
|
314
|
-
import {
|
|
315
|
-
import {
|
|
316
|
-
import {
|
|
317
|
-
import {
|
|
318
|
-
import {
|
|
319
|
-
import {
|
|
320
|
-
import {
|
|
321
|
-
import {
|
|
322
|
-
import {
|
|
323
|
-
import {
|
|
324
|
-
import {
|
|
325
|
-
import {
|
|
326
|
-
import {
|
|
327
|
-
import {
|
|
328
|
-
import {
|
|
329
|
-
import {
|
|
330
|
-
import {
|
|
331
|
-
import {
|
|
332
|
-
import {
|
|
333
|
-
import {
|
|
334
|
-
import {
|
|
335
|
-
import {
|
|
336
|
-
import {
|
|
337
|
-
import {
|
|
338
|
-
import {
|
|
339
|
-
import {
|
|
340
|
-
import {
|
|
341
|
-
import {
|
|
342
|
-
import {
|
|
343
|
-
import {
|
|
344
|
-
import {
|
|
345
|
-
import {
|
|
346
|
-
import {
|
|
347
|
-
import {
|
|
348
|
-
import {
|
|
349
|
-
import {
|
|
350
|
-
import {
|
|
351
|
-
import {
|
|
352
|
-
import {
|
|
353
|
-
import {
|
|
354
|
-
import {
|
|
355
|
-
import {
|
|
356
|
-
import {
|
|
357
|
-
import {
|
|
358
|
-
import {
|
|
359
|
-
import {
|
|
360
|
-
import {
|
|
361
|
-
import {
|
|
362
|
-
import {
|
|
363
|
-
import {
|
|
364
|
-
import {
|
|
365
|
-
import {
|
|
366
|
-
import {
|
|
367
|
-
import {
|
|
368
|
-
import {
|
|
369
|
-
import {
|
|
370
|
-
import {
|
|
371
|
-
import {
|
|
372
|
-
import {
|
|
373
|
-
import {
|
|
374
|
-
import {
|
|
375
|
-
import {
|
|
376
|
-
import {
|
|
377
|
-
import {
|
|
378
|
-
import {
|
|
379
|
-
import {
|
|
380
|
-
import {
|
|
381
|
-
import {
|
|
382
|
-
import {
|
|
383
|
-
import {
|
|
384
|
-
import {
|
|
385
|
-
import {
|
|
386
|
-
import {
|
|
387
|
-
import {
|
|
388
|
-
import {
|
|
389
|
-
import {
|
|
390
|
-
import {
|
|
391
|
-
import {
|
|
392
|
-
import {
|
|
393
|
-
import {
|
|
394
|
-
import {
|
|
256
|
+
import { PasteIcon as Lx } from "./components/icon/icons/paste-icon.js";
|
|
257
|
+
import { PauseIcon as Fx } from "./components/icon/icons/pause-icon.js";
|
|
258
|
+
import { PaymentCardIcon as Ex } from "./components/icon/icons/payment-card-icon.js";
|
|
259
|
+
import { PaymentCashIcon as Rx } from "./components/icon/icons/payment-cash-icon.js";
|
|
260
|
+
import { PaymentGenericIcon as Vx } from "./components/icon/icons/payment-generic-icon.js";
|
|
261
|
+
import { PaymentGiftcardIcon as Gx } from "./components/icon/icons/payment-giftcard-icon.js";
|
|
262
|
+
import { PaymentHotelIcon as Ox } from "./components/icon/icons/payment-hotel-icon.js";
|
|
263
|
+
import { PaymentInvoiceIcon as zx } from "./components/icon/icons/payment-invoice-icon.js";
|
|
264
|
+
import { PercentageIcon as Qx } from "./components/icon/icons/percentage-icon.js";
|
|
265
|
+
import { PhoneIcon as Jx } from "./components/icon/icons/phone-icon.js";
|
|
266
|
+
import { PhoneInput as Xx } from "./components/phone-input/phone-input.js";
|
|
267
|
+
import { PinIcon as Zx } from "./components/icon/icons/pin-icon.js";
|
|
268
|
+
import { PinMapIcon as $x } from "./components/icon/icons/pin-map-icon.js";
|
|
269
|
+
import { PlayIcon as rf } from "./components/icon/icons/play-icon.js";
|
|
270
|
+
import { PreviewIcon as tf } from "./components/icon/icons/preview-icon.js";
|
|
271
|
+
import { PrintIcon as mf } from "./components/icon/icons/print-icon.js";
|
|
272
|
+
import { PrivacyIcon as cf } from "./components/icon/icons/privacy-icon.js";
|
|
273
|
+
import { ProductAdminIcon as ff } from "./components/icon/icons/product-admin-icon.js";
|
|
274
|
+
import { ProductAnalyticsIcon as af } from "./components/icon/icons/product-analytics-icon.js";
|
|
275
|
+
import { ProductBookingIcon as df } from "./components/icon/icons/product-booking-icon.js";
|
|
276
|
+
import { ProductCheckoutIcon as uf } from "./components/icon/icons/product-checkout-icon.js";
|
|
277
|
+
import { ProductMyPagesIcon as Tf } from "./components/icon/icons/product-my-pages-icon.js";
|
|
278
|
+
import { ProductStaffIcon as hf } from "./components/icon/icons/product-staff-icon.js";
|
|
279
|
+
import { PuckIcon as bf } from "./components/icon/icons/puck-icon.js";
|
|
280
|
+
import { QrCodeIcon as Sf } from "./components/icon/icons/qr-code-icon.js";
|
|
281
|
+
import { QuantityButton as yf } from "./components/quantity-button/quantity-button.js";
|
|
282
|
+
import { QuestionIcon as Bf } from "./components/icon/icons/question-icon.js";
|
|
283
|
+
import { Radio as Df } from "./components/radio/radio.js";
|
|
284
|
+
import { RadioCard as wf } from "./components/radio-card/radio-card.js";
|
|
285
|
+
import { RadioCardGroup as Hf } from "./components/radio-card/radio-card-group.js";
|
|
286
|
+
import { RadioGroup as vf } from "./components/radio/radio-group.js";
|
|
287
|
+
import { RadioIcon as Uf } from "./components/icon/icons/radio-icon.js";
|
|
288
|
+
import { ReceiptIcon as Wf } from "./components/icon/icons/receipt-icon.js";
|
|
289
|
+
import { RedoIcon as Nf } from "./components/icon/icons/redo-icon.js";
|
|
290
|
+
import { RefundIcon as Kf } from "./components/icon/icons/refund-icon.js";
|
|
291
|
+
import { RemoveIcon as jf } from "./components/icon/icons/remove-icon.js";
|
|
292
|
+
import { ReplaceIcon as qf } from "./components/icon/icons/replace-icon.js";
|
|
293
|
+
import { RichTextRenderer as Yf } from "./components/rich-text-editor/rich-text-renderer.js";
|
|
294
|
+
import { ScheduleIcon as _f } from "./components/icon/icons/schedule-icon.js";
|
|
295
|
+
import { SearchIcon as oI } from "./components/icon/icons/search-icon.js";
|
|
296
|
+
import { SegmentedControl as eI } from "./components/segmented-control/segmented-control.js";
|
|
297
|
+
import { Select as nI } from "./components/select/select.js";
|
|
298
|
+
import { SelectIcon as pI } from "./components/icon/icons/select-icon.js";
|
|
299
|
+
import { SendIcon as xI } from "./components/icon/icons/send-icon.js";
|
|
300
|
+
import { ShareIcon as II } from "./components/icon/icons/share-icon.js";
|
|
301
|
+
import { ShowIcon as iI } from "./components/icon/icons/show-icon.js";
|
|
302
|
+
import { ShuffleIcon as dI } from "./components/icon/icons/shuffle-icon.js";
|
|
303
|
+
import { SidebarHideIcon as uI } from "./components/icon/icons/sidebar-hide-icon.js";
|
|
304
|
+
import { SidebarLeftIcon as TI } from "./components/icon/icons/sidebar-left-icon.js";
|
|
305
|
+
import { SidebarRightIcon as hI } from "./components/icon/icons/sidebar-right-icon.js";
|
|
306
|
+
import { SidebarShowIcon as bI } from "./components/icon/icons/sidebar-show-icon.js";
|
|
307
|
+
import { Skeleton as SI } from "./components/skeleton/skeleton.js";
|
|
308
|
+
import { SkeletonText as yI } from "./components/skeleton/skeleton-text.js";
|
|
309
|
+
import { SlidersIcon as BI } from "./components/icon/icons/sliders-icon.js";
|
|
310
|
+
import { SlightlySadIcon as DI } from "./components/icon/icons/slightly-sad-icon.js";
|
|
311
|
+
import { SmileIcon as wI } from "./components/icon/icons/smile-icon.js";
|
|
312
|
+
import { SortAscIcon as HI } from "./components/icon/icons/sort-asc-icon.js";
|
|
313
|
+
import { SortDescIcon as vI } from "./components/icon/icons/sort-desc-icon.js";
|
|
314
|
+
import { Spinner as UI } from "./components/spinner/spinner.js";
|
|
315
|
+
import { SplitIcon as WI } from "./components/icon/icons/split-icon.js";
|
|
316
|
+
import { Stack as NI } from "./components/stack/stack.js";
|
|
317
|
+
import { StatusIcon as KI } from "./components/icon/icons/status-icon.js";
|
|
318
|
+
import { StepContext as jI } from "./components/stepper/step-context.js";
|
|
319
|
+
import { Stepper as qI } from "./components/stepper/stepper.js";
|
|
320
|
+
import { StopIcon as YI } from "./components/icon/icons/stop-icon.js";
|
|
321
|
+
import { SubmenuIcon as _I } from "./components/icon/icons/submenu-icon.js";
|
|
322
|
+
import { SuccessIcon as oa } from "./components/icon/icons/success-icon.js";
|
|
323
|
+
import { SwapIcon as ea } from "./components/icon/icons/swap-icon.js";
|
|
324
|
+
import { SwatchIcon as na } from "./components/icon/icons/swatch-icon.js";
|
|
325
|
+
import { SweatIcon as pa } from "./components/icon/icons/sweat-icon.js";
|
|
326
|
+
import { Switch as xa } from "./components/switch/switch.js";
|
|
327
|
+
import { Tab as Ia } from "./components/tabs/tab.js";
|
|
328
|
+
import { TabList as ia } from "./components/tabs/tab-list.js";
|
|
329
|
+
import { TabPanel as da } from "./components/tabs/tab-panel.js";
|
|
330
|
+
import { TabPanels as ua } from "./components/tabs/tab-panels.js";
|
|
331
|
+
import { Table as Ta } from "./components/table/table.js";
|
|
332
|
+
import { TableContent as ha } from "./components/table/table-content.js";
|
|
333
|
+
import { TableFilter as ba } from "./components/table/table-filter.js";
|
|
334
|
+
import { TableIcon as Sa } from "./components/icon/icons/table-icon.js";
|
|
335
|
+
import { TableMapIcon as ya } from "./components/icon/icons/table-map-icon.js";
|
|
336
|
+
import { TableToolbar as Ba } from "./components/table/table-toolbar.js";
|
|
337
|
+
import { TableToolbarActions as Da } from "./components/table/table-toolbar-actions.js";
|
|
338
|
+
import { TableToolbarAddButton as wa } from "./components/table/table-toolbar-add-button.js";
|
|
339
|
+
import { TableToolbarSearch as Ha } from "./components/table/table-toolbar-search.js";
|
|
340
|
+
import { TableToolbarSettings as va } from "./components/table/table-toolbar-settings.js";
|
|
341
|
+
import { Tabs as Ua } from "./components/tabs/tabs.js";
|
|
342
|
+
import { Tag as Wa } from "./components/tag/tag.js";
|
|
343
|
+
import { TakeAwayDotComIcon as Na } from "./components/icon/icons/take-away-dot-com-icon.js";
|
|
344
|
+
import { TakeAwayIcon as Ka } from "./components/icon/icons/take-away-icon.js";
|
|
345
|
+
import { TalkIcon as ja } from "./components/icon/icons/talk-icon.js";
|
|
346
|
+
import { Text as qa } from "./components/text/text.js";
|
|
347
|
+
import { Textarea as Ya } from "./components/textarea/textarea.js";
|
|
348
|
+
import { ThemeBorderVariable as _a, ThemeBreakPointVariable as $a, ThemeColorVariable as oi, ThemeFontSizeVariable as ri, ThemeFontVariable as ei, ThemeIconSizeVariable as ti, ThemeRadiusVariable as ni, ThemeShadowVariable as mi, ThemeSpaceVariable as pi } from "./theme/theme-types.js";
|
|
349
|
+
import { ThemeProvider as xi } from "./theme/theme-provider.js";
|
|
350
|
+
import { ThumbtackIcon as Ii } from "./components/icon/icons/thumbtack-icon.js";
|
|
351
|
+
import { TimeIcon as ii } from "./components/icon/icons/time-icon.js";
|
|
352
|
+
import { TimelineIcon as di } from "./components/icon/icons/timeline-icon.js";
|
|
353
|
+
import { TipIcon as ui } from "./components/icon/icons/tip-icon.js";
|
|
354
|
+
import { TitleIcon as Ti } from "./components/icon/icons/title-icon.js";
|
|
355
|
+
import { Toaster as hi } from "./components/toaster/toaster.js";
|
|
356
|
+
import { ToggleButton as bi } from "./components/toggle-button/toggle-button.js";
|
|
357
|
+
import { Tooltip as Si } from "./components/tooltip/tooltip.js";
|
|
358
|
+
import { TranslateIcon as yi } from "./components/icon/icons/translate-icon.js";
|
|
359
|
+
import { TreeViewCollapseIcon as Bi } from "./components/icon/icons/tree-view-collapse-icon.js";
|
|
360
|
+
import { TreeViewExpandIcon as Di } from "./components/icon/icons/tree-view-expand-icon.js";
|
|
361
|
+
import { TreeViewLastIcon as wi } from "./components/icon/icons/tree-view-last-icon.js";
|
|
362
|
+
import { TrendDownIcon as Hi } from "./components/icon/icons/trend-down-icon.js";
|
|
363
|
+
import { TrendUpIcon as vi } from "./components/icon/icons/trend-up-icon.js";
|
|
364
|
+
import { TriangleWarningIcon as Ui } from "./components/icon/icons/triangle-warning-icon.js";
|
|
365
|
+
import { TrivecIcon as Wi } from "./components/icon/icons/trivec-icon.js";
|
|
366
|
+
import { UberEatsIcon as Ni } from "./components/icon/icons/uber-eats-icon.js";
|
|
367
|
+
import { UndoIcon as Ki } from "./components/icon/icons/undo-icon.js";
|
|
368
|
+
import { UnlockIcon as ji } from "./components/icon/icons/unlock-icon.js";
|
|
369
|
+
import { UnwrapContentIcon as qi } from "./components/icon/icons/unwrap-content-icon.js";
|
|
370
|
+
import { UpIcon as Yi } from "./components/icon/icons/up-icon.js";
|
|
371
|
+
import { UserGroupIcon as _i } from "./components/icon/icons/user-group-icon.js";
|
|
372
|
+
import { UserIcon as ol } from "./components/icon/icons/user-icon.js";
|
|
373
|
+
import { UserPermissionsIcon as el } from "./components/icon/icons/user-permissions-icon.js";
|
|
374
|
+
import { UserWaitIcon as nl } from "./components/icon/icons/user-wait-icon.js";
|
|
375
|
+
import { UsersIcon as pl } from "./components/icon/icons/users-icon.js";
|
|
376
|
+
import { VersionControlIcon as xl } from "./components/icon/icons/version-control-icon.js";
|
|
377
|
+
import { VolumeHighIcon as Il } from "./components/icon/icons/volume-high-icon.js";
|
|
378
|
+
import { VolumeIcon as il } from "./components/icon/icons/volume-icon.js";
|
|
379
|
+
import { VolumeLowIcon as dl } from "./components/icon/icons/volume-low-icon.js";
|
|
380
|
+
import { VolumeOffIcon as ul } from "./components/icon/icons/volume-off-icon.js";
|
|
381
|
+
import { WarningIcon as Tl } from "./components/icon/icons/warning-icon.js";
|
|
382
|
+
import { WasteIcon as hl } from "./components/icon/icons/waste-icon.js";
|
|
383
|
+
import { WifiIcon as bl } from "./components/icon/icons/wifi-icon.js";
|
|
384
|
+
import { WifiOffIcon as Sl } from "./components/icon/icons/wifi-off-icon.js";
|
|
385
|
+
import { WoltIcon as yl } from "./components/icon/icons/wolt-icon.js";
|
|
386
|
+
import { WrapContentIcon as Bl } from "./components/icon/icons/wrap-content-icon.js";
|
|
387
|
+
import { createCasperIcon as Dl } from "./components/icon/create-icon.js";
|
|
388
|
+
import { createColumnHelper as wl } from "./node_modules/@tanstack/table-core/build/lib/index.js";
|
|
389
|
+
import { isTouchScreenDevice as Hl } from "./theme/theme-helper.js";
|
|
390
|
+
import { parseHtmlToContent as vl, richTextExtensions as Vl } from "./components/rich-text-editor/extensions.js";
|
|
391
|
+
import { showToast as Gl } from "./components/toaster/toast-store.js";
|
|
392
|
+
import { usePhoneInput as Ol } from "./components/phone-input/use-phone-input.js";
|
|
393
|
+
import { useRichTextEditor as zl } from "./components/rich-text-editor/use-rich-text-editor.js";
|
|
394
|
+
import { useRichTextEditorContext as Ql } from "./components/rich-text-editor/rich-text-editor-context.js";
|
|
395
|
+
import { useTableContext as Jl } from "./components/table/table-context.js";
|
|
395
396
|
export {
|
|
396
397
|
x as AbsenceIcon,
|
|
397
398
|
I as AccessibilityIcon,
|
|
398
399
|
i as Accordion,
|
|
399
400
|
d as AccordionItem,
|
|
400
|
-
|
|
401
|
+
u as AccordionPanel,
|
|
401
402
|
T as AddAbsenceIcon,
|
|
402
403
|
h as AddEmojiIcon,
|
|
403
404
|
b as AddIcon,
|
|
@@ -423,7 +424,7 @@ export {
|
|
|
423
424
|
xo as CalendarIcon,
|
|
424
425
|
Io as CameraIcon,
|
|
425
426
|
io as CancelIcon,
|
|
426
|
-
|
|
427
|
+
so as CardIcon,
|
|
427
428
|
Mo as CartIcon,
|
|
428
429
|
Co as CaspecoIcon,
|
|
429
430
|
Po as ChannelsIcon,
|
|
@@ -450,7 +451,7 @@ export {
|
|
|
450
451
|
fr as ClosedIcon,
|
|
451
452
|
ar as CollapseIcon,
|
|
452
453
|
lr as Collapsible,
|
|
453
|
-
|
|
454
|
+
sr as ColorIcon,
|
|
454
455
|
Mr as ColumnsIcon,
|
|
455
456
|
Cr as Combobox,
|
|
456
457
|
Pr as CommentAddIcon,
|
|
@@ -477,7 +478,7 @@ export {
|
|
|
477
478
|
fe as EatInIcon,
|
|
478
479
|
ae as EditIcon,
|
|
479
480
|
le as EmailIcon,
|
|
480
|
-
|
|
481
|
+
se as ErrorIcon,
|
|
481
482
|
Me as ExpandIcon,
|
|
482
483
|
Ce as ExportIcon,
|
|
483
484
|
Pe as ExtractIcon,
|
|
@@ -504,7 +505,7 @@ export {
|
|
|
504
505
|
ft as GridItem,
|
|
505
506
|
at as GripMoreIcon,
|
|
506
507
|
lt as HashIcon,
|
|
507
|
-
|
|
508
|
+
st as Heading,
|
|
508
509
|
Mt as HexagonErrorIcon,
|
|
509
510
|
Ct as HideIcon,
|
|
510
511
|
Pt as Highlight,
|
|
@@ -531,7 +532,7 @@ export {
|
|
|
531
532
|
fn as IconPickerTintIcon,
|
|
532
533
|
an as IconPickerTreeIcon,
|
|
533
534
|
dn as IconPickerUtensilsIcon,
|
|
534
|
-
|
|
535
|
+
un as IconPickerWheelchairIcon,
|
|
535
536
|
Tn as Image,
|
|
536
537
|
hn as ImageIcon,
|
|
537
538
|
bn as ImageUpload,
|
|
@@ -558,7 +559,7 @@ export {
|
|
|
558
559
|
Im as ListItem,
|
|
559
560
|
im as ListOLIcon,
|
|
560
561
|
dm as ListULIcon,
|
|
561
|
-
|
|
562
|
+
um as LoadingIcon,
|
|
562
563
|
Tm as LocationIcon,
|
|
563
564
|
hm as LockIcon,
|
|
564
565
|
bm as LogInIcon,
|
|
@@ -585,7 +586,7 @@ export {
|
|
|
585
586
|
Ip as MinimizeWindowIcon,
|
|
586
587
|
ip as MobileRotateIcon,
|
|
587
588
|
dp as Modal,
|
|
588
|
-
|
|
589
|
+
up as ModalBody,
|
|
589
590
|
Tp as ModalCloseButton,
|
|
590
591
|
hp as ModalFooter,
|
|
591
592
|
bp as ModalHeader,
|
|
@@ -612,7 +613,7 @@ export {
|
|
|
612
613
|
Ic as ModuleMenusIcon,
|
|
613
614
|
ic as ModuleMyCityIcon,
|
|
614
615
|
dc as ModuleNotificationCenterIcon,
|
|
615
|
-
|
|
616
|
+
uc as ModuleOnlineOrderIcon,
|
|
616
617
|
Tc as ModuleOrganisationIcon,
|
|
617
618
|
hc as ModulePosIcon,
|
|
618
619
|
bc as ModulePulseIcon,
|
|
@@ -639,162 +640,163 @@ export {
|
|
|
639
640
|
Ix as NavigationListButton,
|
|
640
641
|
ax as NavigationListLink,
|
|
641
642
|
lx as NfcIcon,
|
|
642
|
-
|
|
643
|
+
sx as NoCartIcon,
|
|
643
644
|
Mx as NoteIcon,
|
|
644
645
|
Cx as NumberIcon,
|
|
645
646
|
Px as OpenModalIcon,
|
|
646
647
|
kx as Paginator,
|
|
647
648
|
gx as ParkingIcon,
|
|
648
649
|
Ax as PartyHornIcon,
|
|
649
|
-
Lx as
|
|
650
|
-
Fx as
|
|
651
|
-
Ex as
|
|
652
|
-
Rx as
|
|
653
|
-
Vx as
|
|
654
|
-
Gx as
|
|
655
|
-
Ox as
|
|
656
|
-
zx as
|
|
657
|
-
Qx as
|
|
658
|
-
Jx as
|
|
659
|
-
Xx as
|
|
660
|
-
Zx as
|
|
661
|
-
$x as
|
|
662
|
-
rf as
|
|
663
|
-
tf as
|
|
664
|
-
mf as
|
|
665
|
-
cf as
|
|
666
|
-
ff as
|
|
667
|
-
af as
|
|
668
|
-
df as
|
|
669
|
-
|
|
670
|
-
Tf as
|
|
671
|
-
hf as
|
|
672
|
-
bf as
|
|
673
|
-
Sf as
|
|
674
|
-
yf as
|
|
675
|
-
Bf as
|
|
676
|
-
Df as
|
|
677
|
-
wf as
|
|
678
|
-
Hf as
|
|
679
|
-
vf as
|
|
680
|
-
Uf as
|
|
681
|
-
Wf as
|
|
682
|
-
Nf as
|
|
683
|
-
Kf as
|
|
684
|
-
jf as
|
|
650
|
+
Lx as PasteIcon,
|
|
651
|
+
Fx as PauseIcon,
|
|
652
|
+
Ex as PaymentCardIcon,
|
|
653
|
+
Rx as PaymentCashIcon,
|
|
654
|
+
Vx as PaymentGenericIcon,
|
|
655
|
+
Gx as PaymentGiftcardIcon,
|
|
656
|
+
Ox as PaymentHotelIcon,
|
|
657
|
+
zx as PaymentInvoiceIcon,
|
|
658
|
+
Qx as PercentageIcon,
|
|
659
|
+
Jx as PhoneIcon,
|
|
660
|
+
Xx as PhoneInput,
|
|
661
|
+
Zx as PinIcon,
|
|
662
|
+
$x as PinMapIcon,
|
|
663
|
+
rf as PlayIcon,
|
|
664
|
+
tf as PreviewIcon,
|
|
665
|
+
mf as PrintIcon,
|
|
666
|
+
cf as PrivacyIcon,
|
|
667
|
+
ff as ProductAdminIcon,
|
|
668
|
+
af as ProductAnalyticsIcon,
|
|
669
|
+
df as ProductBookingIcon,
|
|
670
|
+
uf as ProductCheckoutIcon,
|
|
671
|
+
Tf as ProductMyPagesIcon,
|
|
672
|
+
hf as ProductStaffIcon,
|
|
673
|
+
bf as PuckIcon,
|
|
674
|
+
Sf as QrCodeIcon,
|
|
675
|
+
yf as QuantityButton,
|
|
676
|
+
Bf as QuestionIcon,
|
|
677
|
+
Df as Radio,
|
|
678
|
+
wf as RadioCard,
|
|
679
|
+
Hf as RadioCardGroup,
|
|
680
|
+
vf as RadioGroup,
|
|
681
|
+
Uf as RadioIcon,
|
|
682
|
+
Wf as ReceiptIcon,
|
|
683
|
+
Nf as RedoIcon,
|
|
684
|
+
Kf as RefundIcon,
|
|
685
|
+
jf as RemoveIcon,
|
|
686
|
+
qf as ReplaceIcon,
|
|
685
687
|
p as RichTextEditor,
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
688
|
+
Yf as RichTextRenderer,
|
|
689
|
+
_f as ScheduleIcon,
|
|
690
|
+
oI as SearchIcon,
|
|
691
|
+
eI as SegmentedControl,
|
|
692
|
+
nI as Select,
|
|
693
|
+
pI as SelectIcon,
|
|
694
|
+
xI as SendIcon,
|
|
695
|
+
II as ShareIcon,
|
|
696
|
+
iI as ShowIcon,
|
|
697
|
+
dI as ShuffleIcon,
|
|
698
|
+
uI as SidebarHideIcon,
|
|
699
|
+
TI as SidebarLeftIcon,
|
|
700
|
+
hI as SidebarRightIcon,
|
|
701
|
+
bI as SidebarShowIcon,
|
|
702
|
+
SI as Skeleton,
|
|
703
|
+
yI as SkeletonText,
|
|
704
|
+
BI as SlidersIcon,
|
|
705
|
+
DI as SlightlySadIcon,
|
|
706
|
+
wI as SmileIcon,
|
|
707
|
+
HI as SortAscIcon,
|
|
708
|
+
vI as SortDescIcon,
|
|
709
|
+
UI as Spinner,
|
|
710
|
+
WI as SplitIcon,
|
|
711
|
+
NI as Stack,
|
|
712
|
+
KI as StatusIcon,
|
|
713
|
+
jI as StepContext,
|
|
714
|
+
qI as Stepper,
|
|
715
|
+
YI as StopIcon,
|
|
716
|
+
_I as SubmenuIcon,
|
|
717
|
+
oa as SuccessIcon,
|
|
718
|
+
ea as SwapIcon,
|
|
719
|
+
na as SwatchIcon,
|
|
720
|
+
pa as SweatIcon,
|
|
721
|
+
xa as Switch,
|
|
722
|
+
Ia as Tab,
|
|
723
|
+
ia as TabList,
|
|
724
|
+
da as TabPanel,
|
|
725
|
+
ua as TabPanels,
|
|
726
|
+
Ta as Table,
|
|
727
|
+
ha as TableContent,
|
|
728
|
+
ba as TableFilter,
|
|
729
|
+
Sa as TableIcon,
|
|
730
|
+
ya as TableMapIcon,
|
|
731
|
+
Ba as TableToolbar,
|
|
732
|
+
Da as TableToolbarActions,
|
|
733
|
+
wa as TableToolbarAddButton,
|
|
734
|
+
Ha as TableToolbarSearch,
|
|
735
|
+
va as TableToolbarSettings,
|
|
736
|
+
Ua as Tabs,
|
|
737
|
+
Wa as Tag,
|
|
738
|
+
Na as TakeAwayDotComIcon,
|
|
739
|
+
Ka as TakeAwayIcon,
|
|
740
|
+
ja as TalkIcon,
|
|
741
|
+
qa as Text,
|
|
742
|
+
Ya as Textarea,
|
|
743
|
+
_a as ThemeBorderVariable,
|
|
744
|
+
$a as ThemeBreakPointVariable,
|
|
745
|
+
oi as ThemeColorVariable,
|
|
746
|
+
ri as ThemeFontSizeVariable,
|
|
747
|
+
ei as ThemeFontVariable,
|
|
748
|
+
ti as ThemeIconSizeVariable,
|
|
749
|
+
xi as ThemeProvider,
|
|
750
|
+
ni as ThemeRadiusVariable,
|
|
751
|
+
mi as ThemeShadowVariable,
|
|
752
|
+
pi as ThemeSpaceVariable,
|
|
753
|
+
Ii as ThumbtackIcon,
|
|
754
|
+
ii as TimeIcon,
|
|
755
|
+
di as TimelineIcon,
|
|
756
|
+
ui as TipIcon,
|
|
757
|
+
Ti as TitleIcon,
|
|
758
|
+
hi as Toaster,
|
|
759
|
+
bi as ToggleButton,
|
|
760
|
+
Si as Tooltip,
|
|
761
|
+
yi as TranslateIcon,
|
|
762
|
+
Bi as TreeViewCollapseIcon,
|
|
763
|
+
Di as TreeViewExpandIcon,
|
|
764
|
+
wi as TreeViewLastIcon,
|
|
765
|
+
Hi as TrendDownIcon,
|
|
766
|
+
vi as TrendUpIcon,
|
|
767
|
+
Ui as TriangleWarningIcon,
|
|
768
|
+
Wi as TrivecIcon,
|
|
769
|
+
Ni as UberEatsIcon,
|
|
770
|
+
Ki as UndoIcon,
|
|
771
|
+
ji as UnlockIcon,
|
|
772
|
+
qi as UnwrapContentIcon,
|
|
773
|
+
Yi as UpIcon,
|
|
774
|
+
_i as UserGroupIcon,
|
|
775
|
+
ol as UserIcon,
|
|
776
|
+
el as UserPermissionsIcon,
|
|
777
|
+
nl as UserWaitIcon,
|
|
778
|
+
pl as UsersIcon,
|
|
779
|
+
xl as VersionControlIcon,
|
|
780
|
+
Il as VolumeHighIcon,
|
|
781
|
+
il as VolumeIcon,
|
|
782
|
+
dl as VolumeLowIcon,
|
|
783
|
+
ul as VolumeOffIcon,
|
|
784
|
+
Tl as WarningIcon,
|
|
785
|
+
hl as WasteIcon,
|
|
786
|
+
bl as WifiIcon,
|
|
787
|
+
Sl as WifiOffIcon,
|
|
788
|
+
yl as WoltIcon,
|
|
789
|
+
Bl as WrapContentIcon,
|
|
790
|
+
Dl as createCasperIcon,
|
|
791
|
+
wl as createColumnHelper,
|
|
792
|
+
Hl as isTouchScreenDevice,
|
|
793
|
+
vl as parseHtmlToContent,
|
|
794
|
+
Vl as richTextExtensions,
|
|
795
|
+
Gl as showToast,
|
|
794
796
|
e as useColorMode,
|
|
795
797
|
n as useDisclosure,
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
798
|
+
Ol as usePhoneInput,
|
|
799
|
+
zl as useRichTextEditor,
|
|
800
|
+
Ql as useRichTextEditorContext,
|
|
801
|
+
Jl as useTableContext
|
|
800
802
|
};
|