@progress/kendo-themes-html 6.4.0-dev.5 → 6.4.0-dev.6
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/cjs/action-sheet/action-sheet.spec.js +56 -21
- package/dist/cjs/action-sheet/tests/action-sheet-calendar-infinite.js +478 -443
- package/dist/cjs/action-sheet/tests/action-sheet-calendar.js +404 -369
- package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +367 -332
- package/dist/cjs/action-sheet/tests/action-sheet-date-time-selector.js +446 -411
- package/dist/cjs/action-sheet/tests/action-sheet-list.js +365 -330
- package/dist/cjs/action-sheet/tests/action-sheet-position.js +254 -219
- package/dist/cjs/action-sheet/tests/action-sheet-time-selector.js +266 -231
- package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +316 -281
- package/dist/cjs/action-sheet/tests/action-sheet.js +254 -219
- package/dist/cjs/animation-container/animation-container.spec.js +70 -0
- package/dist/cjs/chat/tests/chat.js +353 -306
- package/dist/cjs/colorpicker/tests/colorpicker-dropdown.js +76 -12
- package/dist/cjs/combobox/combobox.spec.js +71 -24
- package/dist/cjs/combobox/tests/combobox-flat.js +93 -46
- package/dist/cjs/combobox/tests/combobox-opened.js +165 -115
- package/dist/cjs/combobox/tests/combobox-outline.js +93 -46
- package/dist/cjs/combobox/tests/combobox.js +93 -46
- package/dist/cjs/context-menu/tests/context-menu-in-window.js +67 -20
- package/dist/cjs/context-menu/tests/context-menu.js +73 -28
- package/dist/cjs/datepicker/datepicker.spec.js +239 -192
- package/dist/cjs/datepicker/tests/datepicker-adaptive.js +406 -371
- package/dist/cjs/datepicker/tests/datepicker-flat.js +261 -214
- package/dist/cjs/datepicker/tests/datepicker-opened.js +251 -200
- package/dist/cjs/datepicker/tests/datepicker-outline.js +261 -214
- package/dist/cjs/datepicker/tests/datepicker.js +261 -214
- package/dist/cjs/daterangepicker/daterangepicker.spec.js +67 -20
- package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +417 -382
- package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +82 -27
- package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +91 -44
- package/dist/cjs/daterangepicker/tests/daterangepicker.js +89 -42
- package/dist/cjs/datetime-selector/tests/datetime-selector.js +72 -10
- package/dist/cjs/datetimepicker/datetimepicker.spec.js +312 -265
- package/dist/cjs/datetimepicker/tests/datetimepicker-opened.js +326 -275
- package/dist/cjs/datetimepicker/tests/datetimepicker.js +334 -287
- package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +71 -24
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +93 -46
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +214 -163
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +93 -46
- package/dist/cjs/dropdowngrid/tests/dropdowngrid.js +93 -46
- package/dist/cjs/dropdownlist/dropdownlist.spec.js +72 -25
- package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +80 -33
- package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +85 -38
- package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +83 -36
- package/dist/cjs/dropdownlist/templates/dropdownlist-normal.js +74 -27
- package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +78 -31
- package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +333 -298
- package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +186 -135
- package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +189 -142
- package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +191 -140
- package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +189 -138
- package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +184 -133
- package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +205 -154
- package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +189 -142
- package/dist/cjs/dropdownlist/tests/dropdownlist.js +189 -142
- package/dist/cjs/dropdowntree/dropdowntree.spec.js +72 -25
- package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +94 -47
- package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +142 -91
- package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +94 -47
- package/dist/cjs/dropdowntree/tests/dropdowntree.js +94 -47
- package/dist/cjs/editor/editor-toolbar.js +262 -215
- package/dist/cjs/editor/tests/editor-find-replace.js +366 -319
- package/dist/cjs/editor/tests/editor-table-wizard.js +362 -315
- package/dist/cjs/editor/tests/editor.js +480 -426
- package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +428 -381
- package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +322 -275
- package/dist/cjs/filemanager/tests/filemanager-gridview.js +387 -340
- package/dist/cjs/filemanager/tests/filemanager-listview.js +341 -294
- package/dist/cjs/filemanager/tests/filemanager-preview.js +440 -393
- package/dist/cjs/filemanager/tests/filemanager-toolbar.js +248 -201
- package/dist/cjs/filter/tests/filter.js +577 -530
- package/dist/cjs/floating-label/tests/floating-label-flat.js +116 -69
- package/dist/cjs/floating-label/tests/floating-label-outline.js +116 -69
- package/dist/cjs/floating-label/tests/floating-label.js +116 -69
- package/dist/cjs/form/tests/form-field-dateinputs.js +442 -395
- package/dist/cjs/form/tests/form-field-dropdowns.js +258 -211
- package/dist/cjs/form/tests/form-grid-layout.js +224 -177
- package/dist/cjs/form/tests/form-sizes.js +246 -199
- package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +500 -453
- package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +333 -286
- package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +331 -284
- package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +374 -327
- package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +331 -284
- package/dist/cjs/gantt/tests/gantt-react.js +628 -581
- package/dist/cjs/gantt/tests/gantt-row-reordering.js +933 -886
- package/dist/cjs/gantt/tests/gantt.js +907 -860
- package/dist/cjs/grid/tests/grid-adaptive-pager.js +222 -175
- package/dist/cjs/grid/tests/grid-adaptive-search.js +254 -207
- package/dist/cjs/grid/tests/grid-angular.js +353 -306
- package/dist/cjs/grid/tests/grid-column-menu-rtl.js +376 -329
- package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +307 -260
- package/dist/cjs/grid/tests/grid-column-menu.js +376 -329
- package/dist/cjs/grid/tests/grid-column-reordering-actions.js +502 -455
- package/dist/cjs/grid/tests/grid-column-reordering.js +7212 -0
- package/dist/cjs/grid/tests/grid-editing-custom-editor.js +695 -648
- package/dist/cjs/grid/tests/grid-editing-inline-angular.js +324 -277
- package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +322 -275
- package/dist/cjs/grid/tests/grid-editing-popup.js +385 -338
- package/dist/cjs/grid/tests/grid-editing.js +342 -295
- package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +114 -78
- package/dist/cjs/grid/tests/grid-filter-menu.js +207 -160
- package/dist/cjs/grid/tests/grid-filter-row-angular.js +427 -380
- package/dist/cjs/grid/tests/grid-filter-row-blazor.js +422 -375
- package/dist/cjs/grid/tests/grid-filter-row.js +581 -534
- package/dist/cjs/grid/tests/grid-grouping-actions.js +468 -421
- package/dist/cjs/grid/tests/grid-grouping.js +473 -426
- package/dist/cjs/grid/tests/grid-pager.js +308 -261
- package/dist/cjs/grid/tests/grid-row-reordering.js +459 -412
- package/dist/cjs/grid/tests/grid-rows-resizing.js +356 -309
- package/dist/cjs/grid/tests/grid-rtl-angular.js +308 -261
- package/dist/cjs/grid/tests/grid-rtl.js +301 -254
- package/dist/cjs/grid/tests/grid-selection-aggregates.js +310 -263
- package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +561 -514
- package/dist/cjs/grid/tests/grid-size-sm.js +561 -514
- package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +361 -314
- package/dist/cjs/grid/tests/grid-toolbar.js +314 -267
- package/dist/cjs/grid/tests/grid.js +326 -279
- package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +385 -338
- package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +373 -326
- package/dist/cjs/imageeditor/tests/imageeditor.js +315 -268
- package/dist/cjs/index.js +2770 -2722
- package/dist/cjs/listview/listview.spec.js +235 -188
- package/dist/cjs/listview/tests/listview-layout.js +282 -235
- package/dist/cjs/listview/tests/listview-loading.js +253 -206
- package/dist/cjs/listview/tests/listview.js +268 -221
- package/dist/cjs/mediaplayer/tests/mediaplayer.js +317 -270
- package/dist/cjs/menu/tests/menu-popup-size.js +129 -65
- package/dist/cjs/menu/tests/menu.js +141 -94
- package/dist/cjs/multiselect/multiselect.spec.js +73 -26
- package/dist/cjs/multiselect/tests/multiselect-flat.js +128 -81
- package/dist/cjs/multiselect/tests/multiselect-opened.js +103 -52
- package/dist/cjs/multiselect/tests/multiselect-outline.js +128 -81
- package/dist/cjs/multiselect/tests/multiselect-size.js +92 -45
- package/dist/cjs/multiselect/tests/multiselect.js +128 -81
- package/dist/cjs/multiselecttree/multiselecttree.spec.js +72 -25
- package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +127 -80
- package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +181 -130
- package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +127 -80
- package/dist/cjs/multiselecttree/tests/multiselecttree-size.js +91 -44
- package/dist/cjs/multiselecttree/tests/multiselecttree.js +127 -80
- package/dist/cjs/notification/tests/notification-jquery.js +66 -30
- package/dist/cjs/pager/index.js +216 -169
- package/dist/cjs/pager/pager.spec.js +216 -169
- package/dist/cjs/pager/tests/pager-responsive.js +236 -189
- package/dist/cjs/pager/tests/pager-sizes.js +236 -189
- package/dist/cjs/pager/tests/pager.js +226 -179
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +322 -275
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +332 -285
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +318 -271
- package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +322 -275
- package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +336 -289
- package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +342 -295
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +370 -323
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +415 -341
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +424 -377
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +554 -507
- package/dist/cjs/pivotgrid/tests/pivotgrid.js +535 -488
- package/dist/cjs/popup/popup.spec.js +54 -7
- package/dist/cjs/popup/tests/popup-list-grouping.js +146 -99
- package/dist/cjs/popup/tests/popup-list.js +154 -107
- package/dist/cjs/popup/tests/popup-no-data.js +72 -25
- package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +302 -255
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +480 -433
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +403 -356
- package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +348 -301
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +384 -337
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +384 -337
- package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +440 -393
- package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +401 -354
- package/dist/cjs/scheduler/tests/scheduler-angular-month.js +401 -354
- package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +556 -509
- package/dist/cjs/scheduler/tests/scheduler-angular.js +556 -509
- package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +506 -459
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +520 -473
- package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +414 -367
- package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +324 -277
- package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +393 -346
- package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +471 -424
- package/dist/cjs/scheduler/tests/scheduler-react-day.js +956 -909
- package/dist/cjs/scheduler/tests/scheduler-react-month.js +1891 -1844
- package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +863 -816
- package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +777 -730
- package/dist/cjs/scheduler/tests/scheduler-react-week.js +1692 -1645
- package/dist/cjs/scheduler/tests/scheduler-tooltip.js +76 -31
- package/dist/cjs/scheduler/tests/scheduler-year.js +1006 -959
- package/dist/cjs/scheduler/tests/scheduler.js +656 -609
- package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +186 -139
- package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +287 -240
- package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +67 -31
- package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +602 -555
- package/dist/cjs/spreadsheet/tests/spreadsheet.js +558 -511
- package/dist/cjs/taskboard/tests/taskboard-card.js +319 -272
- package/dist/cjs/taskboard/tests/taskboard-pane.js +400 -353
- package/dist/cjs/taskboard/tests/taskboard-rtl.js +316 -269
- package/dist/cjs/taskboard/tests/taskboard.js +310 -263
- package/dist/cjs/time-selector/tests/time-selector.js +89 -25
- package/dist/cjs/timedurationpicker/tests/timedurationpicker-expanded.js +127 -76
- package/dist/cjs/timedurationpicker/tests/timedurationpicker.js +137 -90
- package/dist/cjs/timedurationpicker/timedurationpicker.spec.js +115 -68
- package/dist/cjs/timepicker/tests/timepicker-adaptive.js +266 -231
- package/dist/cjs/timepicker/tests/timepicker-flat.js +135 -88
- package/dist/cjs/timepicker/tests/timepicker-opened.js +125 -74
- package/dist/cjs/timepicker/tests/timepicker-outline.js +135 -88
- package/dist/cjs/timepicker/tests/timepicker.js +135 -88
- package/dist/cjs/timepicker/timepicker.spec.js +113 -66
- package/dist/cjs/toolbar/tests/toolbar-angular.js +267 -220
- package/dist/cjs/toolbar/tests/toolbar-components.js +304 -257
- package/dist/cjs/toolbar/tests/toolbar-popup-size.js +101 -37
- package/dist/cjs/toolbar/tests/toolbar-popup.js +145 -81
- package/dist/cjs/toolbar/tests/toolbar-sizes.js +317 -270
- package/dist/cjs/toolbar/tests/toolbar.js +331 -284
- package/dist/cjs/toolbar/toolbar-angular.spec.js +232 -185
- package/dist/cjs/toolbar/toolbar.spec.js +232 -185
- package/dist/cjs/tooltip/tests/tooltip-rtl.js +73 -37
- package/dist/cjs/tooltip/tests/tooltip-states.js +73 -28
- package/dist/cjs/tooltip/tests/tooltip.js +120 -84
- package/dist/cjs/treelist/tests/treelist-editing-popup.js +285 -238
- package/dist/cjs/treelist/tests/treelist-react.js +492 -445
- package/dist/esm/action-sheet/action-sheet.spec.js +55 -20
- package/dist/esm/action-sheet/tests/action-sheet-calendar-infinite.js +436 -401
- package/dist/esm/action-sheet/tests/action-sheet-calendar.js +367 -332
- package/dist/esm/action-sheet/tests/action-sheet-data-table.js +341 -306
- package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.js +400 -365
- package/dist/esm/action-sheet/tests/action-sheet-list.js +344 -309
- package/dist/esm/action-sheet/tests/action-sheet-position.js +242 -207
- package/dist/esm/action-sheet/tests/action-sheet-time-selector.js +251 -216
- package/dist/esm/action-sheet/tests/action-sheet-treeview.js +301 -266
- package/dist/esm/action-sheet/tests/action-sheet.js +240 -205
- package/dist/esm/animation-container/animation-container.spec.js +48 -0
- package/dist/esm/chat/tests/chat.js +322 -275
- package/dist/esm/colorpicker/tests/colorpicker-dropdown.js +74 -10
- package/dist/esm/combobox/combobox.spec.js +69 -22
- package/dist/esm/combobox/tests/combobox-flat.js +89 -42
- package/dist/esm/combobox/tests/combobox-opened.js +154 -104
- package/dist/esm/combobox/tests/combobox-outline.js +89 -42
- package/dist/esm/combobox/tests/combobox.js +89 -42
- package/dist/esm/context-menu/tests/context-menu-in-window.js +66 -19
- package/dist/esm/context-menu/tests/context-menu.js +72 -27
- package/dist/esm/datepicker/datepicker.spec.js +210 -163
- package/dist/esm/datepicker/tests/datepicker-adaptive.js +369 -334
- package/dist/esm/datepicker/tests/datepicker-flat.js +230 -183
- package/dist/esm/datepicker/tests/datepicker-opened.js +220 -169
- package/dist/esm/datepicker/tests/datepicker-outline.js +230 -183
- package/dist/esm/datepicker/tests/datepicker.js +230 -183
- package/dist/esm/daterangepicker/daterangepicker.spec.js +65 -18
- package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +380 -345
- package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +80 -25
- package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +87 -40
- package/dist/esm/daterangepicker/tests/daterangepicker.js +87 -40
- package/dist/esm/datetime-selector/tests/datetime-selector.js +70 -8
- package/dist/esm/datetimepicker/datetimepicker.spec.js +275 -228
- package/dist/esm/datetimepicker/tests/datetimepicker-opened.js +287 -236
- package/dist/esm/datetimepicker/tests/datetimepicker.js +295 -248
- package/dist/esm/dropdowngrid/dropdowngrid.spec.js +69 -22
- package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +89 -42
- package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +192 -141
- package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +89 -42
- package/dist/esm/dropdowngrid/tests/dropdowngrid.js +89 -42
- package/dist/esm/dropdownlist/dropdownlist.spec.js +70 -23
- package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +76 -29
- package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +79 -32
- package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +78 -31
- package/dist/esm/dropdownlist/templates/dropdownlist-normal.js +72 -25
- package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +75 -28
- package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +318 -283
- package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +174 -123
- package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +179 -132
- package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +177 -126
- package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +176 -125
- package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +173 -122
- package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +195 -144
- package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +179 -132
- package/dist/esm/dropdownlist/tests/dropdownlist.js +179 -132
- package/dist/esm/dropdowntree/dropdowntree.spec.js +70 -23
- package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +90 -43
- package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +129 -78
- package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +90 -43
- package/dist/esm/dropdowntree/tests/dropdowntree.js +90 -43
- package/dist/esm/editor/editor-toolbar.js +251 -204
- package/dist/esm/editor/tests/editor-find-replace.js +336 -289
- package/dist/esm/editor/tests/editor-table-wizard.js +337 -290
- package/dist/esm/editor/tests/editor.js +433 -379
- package/dist/esm/filemanager/tests/filemanager-contextmenu.js +404 -357
- package/dist/esm/filemanager/tests/filemanager-drag-hint.js +300 -253
- package/dist/esm/filemanager/tests/filemanager-gridview.js +350 -303
- package/dist/esm/filemanager/tests/filemanager-listview.js +315 -268
- package/dist/esm/filemanager/tests/filemanager-preview.js +392 -345
- package/dist/esm/filemanager/tests/filemanager-toolbar.js +236 -189
- package/dist/esm/filter/tests/filter.js +527 -480
- package/dist/esm/floating-label/tests/floating-label-flat.js +112 -65
- package/dist/esm/floating-label/tests/floating-label-outline.js +112 -65
- package/dist/esm/floating-label/tests/floating-label.js +112 -65
- package/dist/esm/form/tests/form-field-dateinputs.js +390 -343
- package/dist/esm/form/tests/form-field-dropdowns.js +238 -191
- package/dist/esm/form/tests/form-grid-layout.js +210 -163
- package/dist/esm/form/tests/form-sizes.js +222 -175
- package/dist/esm/gantt/tests/gantt-editing-popup-general.js +446 -399
- package/dist/esm/gantt/tests/gantt-editing-popup-other.js +294 -247
- package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +313 -266
- package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +346 -299
- package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +313 -266
- package/dist/esm/gantt/tests/gantt-react.js +567 -520
- package/dist/esm/gantt/tests/gantt-row-reordering.js +827 -780
- package/dist/esm/gantt/tests/gantt.js +801 -754
- package/dist/esm/grid/tests/grid-adaptive-pager.js +208 -161
- package/dist/esm/grid/tests/grid-adaptive-search.js +244 -197
- package/dist/esm/grid/tests/grid-angular.js +309 -262
- package/dist/esm/grid/tests/grid-column-menu-rtl.js +325 -278
- package/dist/esm/grid/tests/grid-column-menu-tabbed.js +284 -237
- package/dist/esm/grid/tests/grid-column-menu.js +325 -278
- package/dist/esm/grid/tests/grid-column-reordering-actions.js +455 -408
- package/dist/esm/grid/tests/grid-column-reordering.js +7196 -0
- package/dist/esm/grid/tests/grid-editing-custom-editor.js +619 -572
- package/dist/esm/grid/tests/grid-editing-inline-angular.js +293 -246
- package/dist/esm/grid/tests/grid-editing-inline-blazor.js +298 -251
- package/dist/esm/grid/tests/grid-editing-popup.js +341 -294
- package/dist/esm/grid/tests/grid-editing.js +307 -260
- package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +104 -68
- package/dist/esm/grid/tests/grid-filter-menu.js +195 -148
- package/dist/esm/grid/tests/grid-filter-row-angular.js +388 -341
- package/dist/esm/grid/tests/grid-filter-row-blazor.js +384 -337
- package/dist/esm/grid/tests/grid-filter-row.js +526 -479
- package/dist/esm/grid/tests/grid-grouping-actions.js +433 -386
- package/dist/esm/grid/tests/grid-grouping.js +427 -380
- package/dist/esm/grid/tests/grid-pager.js +272 -225
- package/dist/esm/grid/tests/grid-row-reordering.js +428 -381
- package/dist/esm/grid/tests/grid-rows-resizing.js +317 -270
- package/dist/esm/grid/tests/grid-rtl-angular.js +276 -229
- package/dist/esm/grid/tests/grid-rtl.js +272 -225
- package/dist/esm/grid/tests/grid-selection-aggregates.js +268 -221
- package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +497 -450
- package/dist/esm/grid/tests/grid-size-sm.js +497 -450
- package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +336 -289
- package/dist/esm/grid/tests/grid-toolbar.js +298 -251
- package/dist/esm/grid/tests/grid.js +292 -245
- package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +362 -315
- package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +351 -304
- package/dist/esm/imageeditor/tests/imageeditor.js +300 -253
- package/dist/esm/index.js +2425 -2377
- package/dist/esm/listview/listview.spec.js +219 -172
- package/dist/esm/listview/tests/listview-layout.js +254 -207
- package/dist/esm/listview/tests/listview-loading.js +234 -187
- package/dist/esm/listview/tests/listview.js +244 -197
- package/dist/esm/mediaplayer/tests/mediaplayer.js +300 -253
- package/dist/esm/menu/tests/menu-popup-size.js +127 -63
- package/dist/esm/menu/tests/menu.js +132 -85
- package/dist/esm/multiselect/multiselect.spec.js +70 -23
- package/dist/esm/multiselect/tests/multiselect-flat.js +121 -74
- package/dist/esm/multiselect/tests/multiselect-opened.js +94 -43
- package/dist/esm/multiselect/tests/multiselect-outline.js +121 -74
- package/dist/esm/multiselect/tests/multiselect-size.js +84 -37
- package/dist/esm/multiselect/tests/multiselect.js +121 -74
- package/dist/esm/multiselecttree/multiselecttree.spec.js +70 -23
- package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +121 -74
- package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +167 -116
- package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +121 -74
- package/dist/esm/multiselecttree/tests/multiselecttree-size.js +84 -37
- package/dist/esm/multiselecttree/tests/multiselecttree.js +121 -74
- package/dist/esm/notification/tests/notification-jquery.js +64 -28
- package/dist/esm/pager/index.js +202 -155
- package/dist/esm/pager/pager.spec.js +202 -155
- package/dist/esm/pager/tests/pager-responsive.js +222 -175
- package/dist/esm/pager/tests/pager-sizes.js +222 -175
- package/dist/esm/pager/tests/pager.js +212 -165
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +303 -256
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +311 -264
- package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +296 -249
- package/dist/esm/pdf-viewer/tests/pdf-viewer.js +303 -256
- package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +290 -243
- package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +319 -272
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +319 -272
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +413 -339
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +367 -320
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +473 -426
- package/dist/esm/pivotgrid/tests/pivotgrid.js +461 -414
- package/dist/esm/popup/popup.spec.js +54 -7
- package/dist/esm/popup/tests/popup-list-grouping.js +128 -81
- package/dist/esm/popup/tests/popup-list.js +152 -105
- package/dist/esm/popup/tests/popup-no-data.js +70 -23
- package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +284 -237
- package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +425 -378
- package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +384 -337
- package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +325 -278
- package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +348 -301
- package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +348 -301
- package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +400 -353
- package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +358 -311
- package/dist/esm/scheduler/tests/scheduler-angular-month.js +358 -311
- package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +505 -458
- package/dist/esm/scheduler/tests/scheduler-angular.js +505 -458
- package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +447 -400
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +460 -413
- package/dist/esm/scheduler/tests/scheduler-flex-layout.js +385 -338
- package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +301 -254
- package/dist/esm/scheduler/tests/scheduler-jquery-month.js +353 -306
- package/dist/esm/scheduler/tests/scheduler-react-agenda.js +419 -372
- package/dist/esm/scheduler/tests/scheduler-react-day.js +846 -799
- package/dist/esm/scheduler/tests/scheduler-react-month.js +1282 -1235
- package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +755 -708
- package/dist/esm/scheduler/tests/scheduler-react-timeline.js +687 -640
- package/dist/esm/scheduler/tests/scheduler-react-week.js +1502 -1455
- package/dist/esm/scheduler/tests/scheduler-tooltip.js +66 -23
- package/dist/esm/scheduler/tests/scheduler-year.js +893 -846
- package/dist/esm/scheduler/tests/scheduler.js +579 -532
- package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +171 -124
- package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +259 -212
- package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +60 -24
- package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +558 -511
- package/dist/esm/spreadsheet/tests/spreadsheet.js +518 -471
- package/dist/esm/taskboard/tests/taskboard-card.js +284 -237
- package/dist/esm/taskboard/tests/taskboard-pane.js +345 -298
- package/dist/esm/taskboard/tests/taskboard-rtl.js +280 -233
- package/dist/esm/taskboard/tests/taskboard.js +277 -230
- package/dist/esm/time-selector/tests/time-selector.js +84 -20
- package/dist/esm/timedurationpicker/tests/timedurationpicker-expanded.js +116 -65
- package/dist/esm/timedurationpicker/tests/timedurationpicker.js +126 -79
- package/dist/esm/timedurationpicker/timedurationpicker.spec.js +106 -59
- package/dist/esm/timepicker/tests/timepicker-adaptive.js +251 -216
- package/dist/esm/timepicker/tests/timepicker-flat.js +125 -78
- package/dist/esm/timepicker/tests/timepicker-opened.js +115 -64
- package/dist/esm/timepicker/tests/timepicker-outline.js +125 -78
- package/dist/esm/timepicker/tests/timepicker.js +125 -78
- package/dist/esm/timepicker/timepicker.spec.js +105 -58
- package/dist/esm/toolbar/tests/toolbar-angular.js +254 -207
- package/dist/esm/toolbar/tests/toolbar-components.js +290 -243
- package/dist/esm/toolbar/tests/toolbar-popup-size.js +99 -35
- package/dist/esm/toolbar/tests/toolbar-popup.js +143 -79
- package/dist/esm/toolbar/tests/toolbar-sizes.js +300 -253
- package/dist/esm/toolbar/tests/toolbar.js +314 -267
- package/dist/esm/toolbar/toolbar-angular.spec.js +221 -174
- package/dist/esm/toolbar/toolbar.spec.js +221 -174
- package/dist/esm/tooltip/tests/tooltip-rtl.js +67 -31
- package/dist/esm/tooltip/tests/tooltip-states.js +70 -27
- package/dist/esm/tooltip/tests/tooltip.js +114 -78
- package/dist/esm/treelist/tests/treelist-editing-popup.js +248 -201
- package/dist/esm/treelist/tests/treelist-react.js +431 -384
- package/dist/types/animation-container/animation-container.spec.d.ts +20 -0
- package/dist/types/animation-container/index.d.ts +1 -0
- package/dist/types/grid/tests/grid-column-reordering.d.ts +3 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/popup/popup.spec.d.ts +11 -2
- package/package.json +2 -2
- package/src/action-sheet/action-sheet.spec.tsx +31 -32
- package/src/animation-container/animation-container.spec.tsx +59 -0
- package/src/animation-container/index.ts +1 -0
- package/src/colorpicker/tests/colorpicker-dropdown.tsx +7 -15
- package/src/combobox/combobox.spec.tsx +1 -1
- package/src/combobox/tests/combobox-opened.tsx +3 -0
- package/src/context-menu/tests/context-menu-in-window.tsx +10 -12
- package/src/context-menu/tests/context-menu.tsx +20 -25
- package/src/datepicker/datepicker.spec.tsx +1 -1
- package/src/datepicker/tests/datepicker-opened.tsx +4 -0
- package/src/daterangepicker/daterangepicker.spec.tsx +1 -1
- package/src/daterangepicker/tests/daterangepicker-opened.tsx +6 -0
- package/src/datetime-selector/tests/datetime-selector.tsx +8 -12
- package/src/datetimepicker/datetimepicker.spec.tsx +1 -1
- package/src/datetimepicker/tests/datetimepicker-opened.tsx +4 -0
- package/src/dropdowngrid/tests/dropdowngrid-opened.tsx +4 -0
- package/src/dropdownlist/dropdownlist.spec.tsx +1 -1
- package/src/dropdownlist/tests/dropdownlist-filtering.tsx +4 -0
- package/src/dropdownlist/tests/dropdownlist-grouping-filtering.tsx +4 -0
- package/src/dropdownlist/tests/dropdownlist-grouping.tsx +4 -0
- package/src/dropdownlist/tests/dropdownlist-opened.tsx +6 -2
- package/src/dropdownlist/tests/dropdownlist-option-label.tsx +4 -0
- package/src/dropdowntree/dropdowntree.spec.tsx +1 -1
- package/src/dropdowntree/tests/dropdowntree-opened.tsx +4 -0
- package/src/editor/tests/editor.tsx +48 -42
- package/src/filemanager/tests/filemanager-contextmenu.tsx +6 -8
- package/src/gantt/tests/gantt-react.tsx +1 -1
- package/src/gantt/tests/gantt-row-reordering.tsx +1 -1
- package/src/gantt/tests/gantt.tsx +1 -1
- package/src/grid/tests/grid-angular.tsx +22 -24
- package/src/grid/tests/grid-column-menu-rtl.tsx +310 -321
- package/src/grid/tests/grid-column-menu-tabbed.tsx +255 -264
- package/src/grid/tests/grid-column-menu.tsx +310 -321
- package/src/grid/tests/grid-column-reordering-actions.tsx +69 -73
- package/src/grid/tests/grid-column-reordering.tsx +247 -0
- package/src/grid/tests/grid-filter-menu-multi-checkbox.tsx +9 -8
- package/src/grid/tests/grid-filter-menu.tsx +3 -2
- package/src/grid/tests/grid-grouping-actions.tsx +10 -13
- package/src/index.ts +1 -0
- package/src/menu/tests/menu-popup-size.tsx +73 -90
- package/src/menu/tests/menu.tsx +20 -24
- package/src/multiselect/multiselect.spec.tsx +1 -1
- package/src/multiselect/tests/multiselect-opened.tsx +4 -0
- package/src/multiselecttree/tests/multiselecttree-opened.tsx +4 -0
- package/src/notification/tests/notification-jquery.tsx +49 -48
- package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +211 -227
- package/src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx +40 -34
- package/src/popup/popup.spec.tsx +25 -5
- package/src/popup/tests/popup-list-grouping.tsx +112 -128
- package/src/popup/tests/popup-list.tsx +104 -120
- package/src/popup/tests/popup-no-data.tsx +22 -30
- package/src/scheduler/tests/scheduler-adaptive-agenda.tsx +1 -1
- package/src/scheduler/tests/scheduler-adaptive-day-resource-group.tsx +1 -1
- package/src/scheduler/tests/scheduler-adaptive-day.tsx +1 -1
- package/src/scheduler/tests/scheduler-adaptive-month.tsx +1 -1
- package/src/scheduler/tests/scheduler-tooltip.tsx +5 -4
- package/src/spreadsheet/tests/spreadsheet-filter-menu.tsx +3 -2
- package/src/time-selector/tests/time-selector.tsx +34 -39
- package/src/timedurationpicker/tests/timedurationpicker-expanded.tsx +4 -0
- package/src/timepicker/tests/timepicker-opened.tsx +4 -0
- package/src/timepicker/timepicker.spec.tsx +1 -1
- package/src/toolbar/tests/toolbar-popup-size.tsx +37 -42
- package/src/toolbar/tests/toolbar-popup.tsx +89 -104
- package/src/tooltip/tests/tooltip-rtl.tsx +17 -16
- package/src/tooltip/tests/tooltip-states.tsx +17 -16
- package/src/tooltip/tests/tooltip.tsx +41 -40
|
@@ -111,12 +111,48 @@ var States = {
|
|
|
111
111
|
"readonly": "readonly"
|
|
112
112
|
};
|
|
113
113
|
|
|
114
|
-
// src/
|
|
115
|
-
import {
|
|
116
|
-
var
|
|
114
|
+
// src/animation-container/animation-container.spec.tsx
|
|
115
|
+
import { jsx } from "react/jsx-runtime";
|
|
116
|
+
var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
|
|
117
117
|
var states = [];
|
|
118
118
|
var options = {};
|
|
119
119
|
var defaultProps = {
|
|
120
|
+
positionMode: "absolute"
|
|
121
|
+
};
|
|
122
|
+
var AnimationContainer = (props) => {
|
|
123
|
+
const {
|
|
124
|
+
positionMode,
|
|
125
|
+
animationStyle,
|
|
126
|
+
offset,
|
|
127
|
+
...other
|
|
128
|
+
} = props;
|
|
129
|
+
return /* @__PURE__ */ jsx(
|
|
130
|
+
"div",
|
|
131
|
+
{
|
|
132
|
+
...other,
|
|
133
|
+
style: { ...offset, ...props.style },
|
|
134
|
+
className: classNames(
|
|
135
|
+
ANIMATION_CONTAINER_CLASSNAME,
|
|
136
|
+
"k-animation-container-shown",
|
|
137
|
+
{
|
|
138
|
+
["k-animation-container-fixed"]: positionMode === "fixed"
|
|
139
|
+
}
|
|
140
|
+
),
|
|
141
|
+
children: /* @__PURE__ */ jsx("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
|
|
142
|
+
}
|
|
143
|
+
);
|
|
144
|
+
};
|
|
145
|
+
AnimationContainer.states = states;
|
|
146
|
+
AnimationContainer.options = options;
|
|
147
|
+
AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
|
|
148
|
+
AnimationContainer.defaultProps = defaultProps;
|
|
149
|
+
|
|
150
|
+
// src/action-sheet/action-sheet.spec.tsx
|
|
151
|
+
import { Fragment, jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
152
|
+
var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
|
|
153
|
+
var states2 = [];
|
|
154
|
+
var options2 = {};
|
|
155
|
+
var defaultProps2 = {
|
|
120
156
|
side: "bottom",
|
|
121
157
|
fullscreen: false,
|
|
122
158
|
adaptive: false
|
|
@@ -128,13 +164,13 @@ var ActionSheet = (props) => {
|
|
|
128
164
|
header,
|
|
129
165
|
footer,
|
|
130
166
|
actions,
|
|
131
|
-
side =
|
|
132
|
-
fullscreen =
|
|
133
|
-
adaptive =
|
|
167
|
+
side = defaultProps2.side,
|
|
168
|
+
fullscreen = defaultProps2.fullscreen,
|
|
169
|
+
adaptive = defaultProps2.adaptive,
|
|
134
170
|
...other
|
|
135
171
|
} = props;
|
|
136
|
-
const _ActionSheetHeader = title ? /* @__PURE__ */
|
|
137
|
-
const _ActionSheetFooter = actions ? /* @__PURE__ */
|
|
172
|
+
const _ActionSheetHeader = title ? /* @__PURE__ */ jsx2(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
|
|
173
|
+
const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx2(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx2(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
|
|
138
174
|
const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
|
|
139
175
|
switch (child.type) {
|
|
140
176
|
case ActionSheetHeader:
|
|
@@ -144,21 +180,20 @@ var ActionSheet = (props) => {
|
|
|
144
180
|
return true;
|
|
145
181
|
}
|
|
146
182
|
return true;
|
|
147
|
-
}) : children.type === ActionSheetItems ? children : /* @__PURE__ */
|
|
183
|
+
}) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx2(Fragment, {});
|
|
148
184
|
return /* @__PURE__ */ jsxs("div", { className: "k-actionsheet-container", children: [
|
|
149
|
-
/* @__PURE__ */
|
|
150
|
-
/* @__PURE__ */
|
|
151
|
-
|
|
185
|
+
/* @__PURE__ */ jsx2("div", { className: "k-overlay" }),
|
|
186
|
+
/* @__PURE__ */ jsx2(
|
|
187
|
+
AnimationContainer,
|
|
152
188
|
{
|
|
153
|
-
|
|
154
|
-
style: {
|
|
189
|
+
animationStyle: {
|
|
155
190
|
[`${fullscreen === true ? "top" : side}`]: 0,
|
|
156
191
|
[`${fullscreen === true ? "width" : null}`]: "100%",
|
|
157
192
|
[`${fullscreen === true ? "height" : null}`]: "100%",
|
|
158
193
|
[`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
|
|
159
194
|
[`${side === "left" || side === "right" ? "height" : null}`]: "100%"
|
|
160
195
|
},
|
|
161
|
-
children: /* @__PURE__ */
|
|
196
|
+
children: /* @__PURE__ */ jsx2(
|
|
162
197
|
"div",
|
|
163
198
|
{
|
|
164
199
|
...other,
|
|
@@ -173,7 +208,7 @@ var ActionSheet = (props) => {
|
|
|
173
208
|
),
|
|
174
209
|
children: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
175
210
|
_ActionSheetHeader,
|
|
176
|
-
/* @__PURE__ */
|
|
211
|
+
/* @__PURE__ */ jsx2("div", { className: classNames(
|
|
177
212
|
"k-actionsheet-content",
|
|
178
213
|
{
|
|
179
214
|
"!k-overflow-hidden": adaptive
|
|
@@ -184,19 +219,19 @@ var ActionSheet = (props) => {
|
|
|
184
219
|
}
|
|
185
220
|
)
|
|
186
221
|
}
|
|
187
|
-
)
|
|
222
|
+
)
|
|
188
223
|
] });
|
|
189
224
|
};
|
|
190
|
-
ActionSheet.states =
|
|
191
|
-
ActionSheet.options =
|
|
225
|
+
ActionSheet.states = states2;
|
|
226
|
+
ActionSheet.options = options2;
|
|
192
227
|
ActionSheet.className = ACTIONSHEET_CLASSNAME;
|
|
193
|
-
ActionSheet.defaultProps =
|
|
228
|
+
ActionSheet.defaultProps = defaultProps2;
|
|
194
229
|
|
|
195
230
|
// src/icon/font-icon.spec.tsx
|
|
196
|
-
import { Fragment as Fragment2, jsx as
|
|
231
|
+
import { Fragment as Fragment2, jsx as jsx3 } from "react/jsx-runtime";
|
|
197
232
|
var FONTICON_CLASSNAME = `k-icon`;
|
|
198
|
-
var
|
|
199
|
-
var
|
|
233
|
+
var states3 = [];
|
|
234
|
+
var options3 = {
|
|
200
235
|
size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
|
|
201
236
|
themeColor: [
|
|
202
237
|
ThemeColor.base,
|
|
@@ -211,7 +246,7 @@ var options2 = {
|
|
|
211
246
|
ThemeColor.dark
|
|
212
247
|
]
|
|
213
248
|
};
|
|
214
|
-
var
|
|
249
|
+
var defaultProps3 = {};
|
|
215
250
|
var FontIcon = (props) => {
|
|
216
251
|
const {
|
|
217
252
|
size,
|
|
@@ -222,9 +257,9 @@ var FontIcon = (props) => {
|
|
|
222
257
|
...other
|
|
223
258
|
} = props;
|
|
224
259
|
if (!icon) {
|
|
225
|
-
return /* @__PURE__ */
|
|
260
|
+
return /* @__PURE__ */ jsx3(Fragment2, {});
|
|
226
261
|
}
|
|
227
|
-
return /* @__PURE__ */
|
|
262
|
+
return /* @__PURE__ */ jsx3(
|
|
228
263
|
"span",
|
|
229
264
|
{
|
|
230
265
|
...other,
|
|
@@ -245,17 +280,17 @@ var FontIcon = (props) => {
|
|
|
245
280
|
}
|
|
246
281
|
);
|
|
247
282
|
};
|
|
248
|
-
FontIcon.states =
|
|
249
|
-
FontIcon.options =
|
|
283
|
+
FontIcon.states = states3;
|
|
284
|
+
FontIcon.options = options3;
|
|
250
285
|
FontIcon.className = FONTICON_CLASSNAME;
|
|
251
|
-
FontIcon.defaultProps =
|
|
286
|
+
FontIcon.defaultProps = defaultProps3;
|
|
252
287
|
var font_icon_spec_default = FontIcon;
|
|
253
288
|
|
|
254
289
|
// src/icon/svg-icon.spec.tsx
|
|
255
|
-
import { Fragment as Fragment3, jsx as
|
|
290
|
+
import { Fragment as Fragment3, jsx as jsx4 } from "react/jsx-runtime";
|
|
256
291
|
var SVGICON_CLASSNAME = `k-svg-icon`;
|
|
257
|
-
var
|
|
258
|
-
var
|
|
292
|
+
var states4 = [];
|
|
293
|
+
var options4 = {
|
|
259
294
|
size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
|
|
260
295
|
themeColor: [
|
|
261
296
|
ThemeColor.base,
|
|
@@ -270,7 +305,7 @@ var options3 = {
|
|
|
270
305
|
ThemeColor.dark
|
|
271
306
|
]
|
|
272
307
|
};
|
|
273
|
-
var
|
|
308
|
+
var defaultProps4 = {
|
|
274
309
|
viewBox: "0 0 24 24"
|
|
275
310
|
};
|
|
276
311
|
var SvgIcon = (props) => {
|
|
@@ -279,15 +314,15 @@ var SvgIcon = (props) => {
|
|
|
279
314
|
themeColor,
|
|
280
315
|
rotate,
|
|
281
316
|
flip,
|
|
282
|
-
viewBox =
|
|
317
|
+
viewBox = defaultProps4.viewBox,
|
|
283
318
|
icon,
|
|
284
319
|
...other
|
|
285
320
|
} = props;
|
|
286
321
|
if (!icon) {
|
|
287
|
-
return /* @__PURE__ */
|
|
322
|
+
return /* @__PURE__ */ jsx4(Fragment3, {});
|
|
288
323
|
}
|
|
289
324
|
if (icon === "none") {
|
|
290
|
-
/* @__PURE__ */
|
|
325
|
+
/* @__PURE__ */ jsx4(
|
|
291
326
|
"span",
|
|
292
327
|
{
|
|
293
328
|
...other,
|
|
@@ -300,7 +335,7 @@ var SvgIcon = (props) => {
|
|
|
300
335
|
);
|
|
301
336
|
}
|
|
302
337
|
const name = typeof icon === "object" && icon.name && icon.name;
|
|
303
|
-
return /* @__PURE__ */
|
|
338
|
+
return /* @__PURE__ */ jsx4(
|
|
304
339
|
"span",
|
|
305
340
|
{
|
|
306
341
|
...other,
|
|
@@ -318,7 +353,7 @@ var SvgIcon = (props) => {
|
|
|
318
353
|
"k-flip-v": flip === "v" || flip === "both"
|
|
319
354
|
}
|
|
320
355
|
),
|
|
321
|
-
children: /* @__PURE__ */
|
|
356
|
+
children: /* @__PURE__ */ jsx4(
|
|
322
357
|
"svg",
|
|
323
358
|
{
|
|
324
359
|
"aria-hidden": true,
|
|
@@ -332,10 +367,10 @@ var SvgIcon = (props) => {
|
|
|
332
367
|
}
|
|
333
368
|
);
|
|
334
369
|
};
|
|
335
|
-
SvgIcon.states =
|
|
336
|
-
SvgIcon.options =
|
|
370
|
+
SvgIcon.states = states4;
|
|
371
|
+
SvgIcon.options = options4;
|
|
337
372
|
SvgIcon.className = SVGICON_CLASSNAME;
|
|
338
|
-
SvgIcon.defaultProps =
|
|
373
|
+
SvgIcon.defaultProps = defaultProps4;
|
|
339
374
|
var svg_icon_spec_default = SvgIcon;
|
|
340
375
|
|
|
341
376
|
// node_modules/@progress/kendo-svg-icons/dist/index.es.js
|
|
@@ -4238,13 +4273,13 @@ var chartChoroplethIcon = {
|
|
|
4238
4273
|
};
|
|
4239
4274
|
|
|
4240
4275
|
// src/icon/icon.spec.tsx
|
|
4241
|
-
import { Fragment as Fragment4, jsx as
|
|
4276
|
+
import { Fragment as Fragment4, jsx as jsx5 } from "react/jsx-runtime";
|
|
4242
4277
|
var snakeToCamel = (str) => str.toLowerCase().replace(
|
|
4243
4278
|
/([-_][a-z])/g,
|
|
4244
4279
|
(group) => group.toUpperCase().replace("-", "").replace("_", "")
|
|
4245
4280
|
);
|
|
4246
|
-
var
|
|
4247
|
-
var
|
|
4281
|
+
var states5 = [];
|
|
4282
|
+
var options5 = {
|
|
4248
4283
|
size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
|
|
4249
4284
|
themeColor: [
|
|
4250
4285
|
ThemeColor.base,
|
|
@@ -4259,7 +4294,7 @@ var options4 = {
|
|
|
4259
4294
|
ThemeColor.dark
|
|
4260
4295
|
]
|
|
4261
4296
|
};
|
|
4262
|
-
var
|
|
4297
|
+
var defaultProps5 = {
|
|
4263
4298
|
viewBox: "0 0 24 24",
|
|
4264
4299
|
type: "svg"
|
|
4265
4300
|
};
|
|
@@ -4268,42 +4303,42 @@ var Icon = (props) => {
|
|
|
4268
4303
|
size,
|
|
4269
4304
|
themeColor,
|
|
4270
4305
|
icon,
|
|
4271
|
-
type =
|
|
4306
|
+
type = defaultProps5.type,
|
|
4272
4307
|
rotate,
|
|
4273
4308
|
flip,
|
|
4274
|
-
viewBox =
|
|
4309
|
+
viewBox = defaultProps5.viewBox,
|
|
4275
4310
|
...other
|
|
4276
4311
|
} = props;
|
|
4277
4312
|
if (!icon) {
|
|
4278
|
-
return /* @__PURE__ */
|
|
4313
|
+
return /* @__PURE__ */ jsx5(Fragment4, {});
|
|
4279
4314
|
}
|
|
4280
4315
|
if (type === "svg") {
|
|
4281
4316
|
if (icon === "none") {
|
|
4282
|
-
return /* @__PURE__ */
|
|
4317
|
+
return /* @__PURE__ */ jsx5(svg_icon_spec_default, { ...other, icon, size });
|
|
4283
4318
|
}
|
|
4284
4319
|
const iconSVG = snakeToCamel(`${icon}-icon`);
|
|
4285
4320
|
if (!index_es_exports[iconSVG]) {
|
|
4286
|
-
return /* @__PURE__ */
|
|
4321
|
+
return /* @__PURE__ */ jsx5(Fragment4, {});
|
|
4287
4322
|
}
|
|
4288
|
-
return /* @__PURE__ */
|
|
4323
|
+
return /* @__PURE__ */ jsx5(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
|
|
4289
4324
|
}
|
|
4290
|
-
return /* @__PURE__ */
|
|
4325
|
+
return /* @__PURE__ */ jsx5(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
|
|
4291
4326
|
};
|
|
4292
|
-
Icon.states =
|
|
4293
|
-
Icon.options =
|
|
4294
|
-
Icon.defaultProps =
|
|
4327
|
+
Icon.states = states5;
|
|
4328
|
+
Icon.options = options5;
|
|
4329
|
+
Icon.defaultProps = defaultProps5;
|
|
4295
4330
|
|
|
4296
4331
|
// src/button/button.spec.tsx
|
|
4297
|
-
import { Fragment as Fragment5, jsx as
|
|
4332
|
+
import { Fragment as Fragment5, jsx as jsx6, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
4298
4333
|
var BUTTON_CLASSNAME = `k-button`;
|
|
4299
|
-
var
|
|
4334
|
+
var states6 = [
|
|
4300
4335
|
States.hover,
|
|
4301
4336
|
States.focus,
|
|
4302
4337
|
States.active,
|
|
4303
4338
|
States.selected,
|
|
4304
4339
|
States.disabled
|
|
4305
4340
|
];
|
|
4306
|
-
var
|
|
4341
|
+
var options6 = {
|
|
4307
4342
|
size: [Size.small, Size.medium, Size.large],
|
|
4308
4343
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4309
4344
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
|
|
@@ -4321,7 +4356,7 @@ var options5 = {
|
|
|
4321
4356
|
ThemeColor.inverse
|
|
4322
4357
|
]
|
|
4323
4358
|
};
|
|
4324
|
-
var
|
|
4359
|
+
var defaultProps6 = {
|
|
4325
4360
|
size: Size.medium,
|
|
4326
4361
|
rounded: Roundness.medium,
|
|
4327
4362
|
fillMode: FillMode.solid,
|
|
@@ -4331,10 +4366,10 @@ var defaultProps5 = {
|
|
|
4331
4366
|
};
|
|
4332
4367
|
var Button = (props) => {
|
|
4333
4368
|
const {
|
|
4334
|
-
size =
|
|
4335
|
-
rounded =
|
|
4336
|
-
fillMode =
|
|
4337
|
-
themeColor =
|
|
4369
|
+
size = defaultProps6.size,
|
|
4370
|
+
rounded = defaultProps6.rounded,
|
|
4371
|
+
fillMode = defaultProps6.fillMode,
|
|
4372
|
+
themeColor = defaultProps6.themeColor,
|
|
4338
4373
|
hover,
|
|
4339
4374
|
focus,
|
|
4340
4375
|
active,
|
|
@@ -4343,8 +4378,8 @@ var Button = (props) => {
|
|
|
4343
4378
|
icon,
|
|
4344
4379
|
text,
|
|
4345
4380
|
iconClassName,
|
|
4346
|
-
showArrow =
|
|
4347
|
-
arrowIconName =
|
|
4381
|
+
showArrow = defaultProps6.showArrow,
|
|
4382
|
+
arrowIconName = defaultProps6.arrowIconName,
|
|
4348
4383
|
...other
|
|
4349
4384
|
} = props;
|
|
4350
4385
|
const hasIcon = icon !== void 0;
|
|
@@ -4374,7 +4409,7 @@ var Button = (props) => {
|
|
|
4374
4409
|
}
|
|
4375
4410
|
),
|
|
4376
4411
|
children: [
|
|
4377
|
-
icon && /* @__PURE__ */
|
|
4412
|
+
icon && /* @__PURE__ */ jsx6(
|
|
4378
4413
|
Icon,
|
|
4379
4414
|
{
|
|
4380
4415
|
className: classNames(iconClassName, "k-button-icon"),
|
|
@@ -4382,32 +4417,32 @@ var Button = (props) => {
|
|
|
4382
4417
|
}
|
|
4383
4418
|
),
|
|
4384
4419
|
text ? /* @__PURE__ */ jsxs2(Fragment5, { children: [
|
|
4385
|
-
text && /* @__PURE__ */
|
|
4420
|
+
text && /* @__PURE__ */ jsx6("span", { className: "k-button-text", children: text }),
|
|
4386
4421
|
props.children
|
|
4387
|
-
] }) : props.children && /* @__PURE__ */
|
|
4388
|
-
showArrow && /* @__PURE__ */
|
|
4422
|
+
] }) : props.children && /* @__PURE__ */ jsx6("span", { className: "k-button-text", children: props.children }),
|
|
4423
|
+
showArrow && /* @__PURE__ */ jsx6("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ jsx6(Icon, { icon: arrowIconName }) })
|
|
4389
4424
|
]
|
|
4390
4425
|
}
|
|
4391
4426
|
);
|
|
4392
4427
|
};
|
|
4393
|
-
Button.states =
|
|
4394
|
-
Button.options =
|
|
4428
|
+
Button.states = states6;
|
|
4429
|
+
Button.options = options6;
|
|
4395
4430
|
Button.className = BUTTON_CLASSNAME;
|
|
4396
|
-
Button.defaultProps =
|
|
4431
|
+
Button.defaultProps = defaultProps6;
|
|
4397
4432
|
|
|
4398
4433
|
// src/button/templates/icon-button.tsx
|
|
4399
|
-
import { jsx as
|
|
4434
|
+
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
4400
4435
|
|
|
4401
4436
|
// src/button/templates/icon-text-button.tsx
|
|
4402
|
-
import { jsx as
|
|
4437
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
4403
4438
|
|
|
4404
4439
|
// src/button/templates/text-button.tsx
|
|
4405
|
-
import { jsx as
|
|
4440
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
4406
4441
|
|
|
4407
4442
|
// src/input/input.spec.tsx
|
|
4408
|
-
import { jsx as
|
|
4443
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
4409
4444
|
var INPUT_CLASSNAME = `k-input`;
|
|
4410
|
-
var
|
|
4445
|
+
var states7 = [
|
|
4411
4446
|
States.hover,
|
|
4412
4447
|
States.focus,
|
|
4413
4448
|
States.valid,
|
|
@@ -4417,12 +4452,12 @@ var states6 = [
|
|
|
4417
4452
|
States.loading,
|
|
4418
4453
|
States.readonly
|
|
4419
4454
|
];
|
|
4420
|
-
var
|
|
4455
|
+
var options7 = {
|
|
4421
4456
|
size: [Size.small, Size.medium, Size.large],
|
|
4422
4457
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4423
4458
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
4424
4459
|
};
|
|
4425
|
-
var
|
|
4460
|
+
var defaultProps7 = {
|
|
4426
4461
|
size: Size.medium,
|
|
4427
4462
|
rounded: Size.medium,
|
|
4428
4463
|
fillMode: FillMode.solid
|
|
@@ -4436,12 +4471,12 @@ var Input = (props) => {
|
|
|
4436
4471
|
valid,
|
|
4437
4472
|
loading,
|
|
4438
4473
|
readonly,
|
|
4439
|
-
size =
|
|
4440
|
-
rounded =
|
|
4441
|
-
fillMode =
|
|
4474
|
+
size = defaultProps7.size,
|
|
4475
|
+
rounded = defaultProps7.rounded,
|
|
4476
|
+
fillMode = defaultProps7.fillMode,
|
|
4442
4477
|
...other
|
|
4443
4478
|
} = props;
|
|
4444
|
-
return /* @__PURE__ */
|
|
4479
|
+
return /* @__PURE__ */ jsx10(
|
|
4445
4480
|
"span",
|
|
4446
4481
|
{
|
|
4447
4482
|
...other,
|
|
@@ -4454,13 +4489,13 @@ var Input = (props) => {
|
|
|
4454
4489
|
}
|
|
4455
4490
|
);
|
|
4456
4491
|
};
|
|
4457
|
-
Input.states =
|
|
4458
|
-
Input.options =
|
|
4492
|
+
Input.states = states7;
|
|
4493
|
+
Input.options = options7;
|
|
4459
4494
|
Input.className = INPUT_CLASSNAME;
|
|
4460
|
-
Input.defaultProps =
|
|
4495
|
+
Input.defaultProps = defaultProps7;
|
|
4461
4496
|
|
|
4462
4497
|
// src/input/picker.spec.tsx
|
|
4463
|
-
import { jsx as
|
|
4498
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
4464
4499
|
var PICKER_CLASSNAME = `k-picker`;
|
|
4465
4500
|
var pickerStates = [
|
|
4466
4501
|
States.hover,
|
|
@@ -4477,7 +4512,7 @@ var pickerOptions = {
|
|
|
4477
4512
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4478
4513
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
4479
4514
|
};
|
|
4480
|
-
var
|
|
4515
|
+
var defaultProps8 = {
|
|
4481
4516
|
size: Size.medium,
|
|
4482
4517
|
rounded: Roundness.medium,
|
|
4483
4518
|
fillMode: FillMode.solid
|
|
@@ -4491,12 +4526,12 @@ var Picker = (props) => {
|
|
|
4491
4526
|
valid,
|
|
4492
4527
|
loading,
|
|
4493
4528
|
readonly,
|
|
4494
|
-
size =
|
|
4495
|
-
rounded =
|
|
4496
|
-
fillMode =
|
|
4529
|
+
size = defaultProps8.size,
|
|
4530
|
+
rounded = defaultProps8.rounded,
|
|
4531
|
+
fillMode = defaultProps8.fillMode,
|
|
4497
4532
|
...other
|
|
4498
4533
|
} = props;
|
|
4499
|
-
return /* @__PURE__ */
|
|
4534
|
+
return /* @__PURE__ */ jsx11(
|
|
4500
4535
|
"span",
|
|
4501
4536
|
{
|
|
4502
4537
|
...other,
|
|
@@ -4513,17 +4548,17 @@ var Picker = (props) => {
|
|
|
4513
4548
|
Picker.states = pickerStates;
|
|
4514
4549
|
Picker.options = pickerOptions;
|
|
4515
4550
|
Picker.className = PICKER_CLASSNAME;
|
|
4516
|
-
Picker.defaultProps =
|
|
4551
|
+
Picker.defaultProps = defaultProps8;
|
|
4517
4552
|
|
|
4518
4553
|
// src/input/input-clear-value.tsx
|
|
4519
|
-
import { Fragment as Fragment6, jsx as
|
|
4554
|
+
import { Fragment as Fragment6, jsx as jsx12 } from "react/jsx-runtime";
|
|
4520
4555
|
var className = `k-clear-value`;
|
|
4521
|
-
var
|
|
4556
|
+
var states8 = [
|
|
4522
4557
|
States.disabled,
|
|
4523
4558
|
States.loading,
|
|
4524
4559
|
States.readonly
|
|
4525
4560
|
];
|
|
4526
|
-
var
|
|
4561
|
+
var options8 = {};
|
|
4527
4562
|
var InputClearValue = (props) => {
|
|
4528
4563
|
const {
|
|
4529
4564
|
disabled,
|
|
@@ -4532,20 +4567,20 @@ var InputClearValue = (props) => {
|
|
|
4532
4567
|
value
|
|
4533
4568
|
} = props;
|
|
4534
4569
|
if (disabled || readonly || loading || !value) {
|
|
4535
|
-
return /* @__PURE__ */
|
|
4570
|
+
return /* @__PURE__ */ jsx12(Fragment6, {});
|
|
4536
4571
|
}
|
|
4537
|
-
return /* @__PURE__ */
|
|
4572
|
+
return /* @__PURE__ */ jsx12("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx12(Icon, { icon: "x" }) });
|
|
4538
4573
|
};
|
|
4539
|
-
InputClearValue.states =
|
|
4540
|
-
InputClearValue.options =
|
|
4574
|
+
InputClearValue.states = states8;
|
|
4575
|
+
InputClearValue.options = options8;
|
|
4541
4576
|
InputClearValue.className = className;
|
|
4542
4577
|
|
|
4543
4578
|
// src/input/input-inner-input.tsx
|
|
4544
|
-
import { jsx as
|
|
4579
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
4545
4580
|
var className2 = `k-input-inner`;
|
|
4546
|
-
var
|
|
4547
|
-
var
|
|
4548
|
-
var
|
|
4581
|
+
var states9 = [];
|
|
4582
|
+
var options9 = {};
|
|
4583
|
+
var defaultProps9 = {
|
|
4549
4584
|
type: "text",
|
|
4550
4585
|
autocomplete: "off",
|
|
4551
4586
|
value: "",
|
|
@@ -4553,13 +4588,13 @@ var defaultProps8 = {
|
|
|
4553
4588
|
};
|
|
4554
4589
|
var InputInnerInput = (props) => {
|
|
4555
4590
|
const {
|
|
4556
|
-
value =
|
|
4557
|
-
type =
|
|
4558
|
-
placeholder =
|
|
4559
|
-
autocomplete =
|
|
4591
|
+
value = defaultProps9.value,
|
|
4592
|
+
type = defaultProps9.type,
|
|
4593
|
+
placeholder = defaultProps9.placeholder,
|
|
4594
|
+
autocomplete = defaultProps9.autocomplete,
|
|
4560
4595
|
...other
|
|
4561
4596
|
} = props;
|
|
4562
|
-
return /* @__PURE__ */
|
|
4597
|
+
return /* @__PURE__ */ jsx13(
|
|
4563
4598
|
"input",
|
|
4564
4599
|
{
|
|
4565
4600
|
...other,
|
|
@@ -4571,15 +4606,15 @@ var InputInnerInput = (props) => {
|
|
|
4571
4606
|
}
|
|
4572
4607
|
);
|
|
4573
4608
|
};
|
|
4574
|
-
InputInnerInput.states =
|
|
4575
|
-
InputInnerInput.options =
|
|
4609
|
+
InputInnerInput.states = states9;
|
|
4610
|
+
InputInnerInput.options = options9;
|
|
4576
4611
|
InputInnerInput.className = className2;
|
|
4577
4612
|
|
|
4578
4613
|
// src/input/input-inner-span.tsx
|
|
4579
|
-
import { jsx as
|
|
4614
|
+
import { jsx as jsx14, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
4580
4615
|
var className3 = `k-input-inner`;
|
|
4581
|
-
var
|
|
4582
|
-
var
|
|
4616
|
+
var states10 = [];
|
|
4617
|
+
var options10 = {};
|
|
4583
4618
|
var InputInnerSpan = (props) => {
|
|
4584
4619
|
const {
|
|
4585
4620
|
value,
|
|
@@ -4596,34 +4631,34 @@ var InputInnerSpan = (props) => {
|
|
|
4596
4631
|
className: classNames(props.className, className3, optionClassNames(className3, props)),
|
|
4597
4632
|
children: [
|
|
4598
4633
|
valueIcon,
|
|
4599
|
-
!valueIcon && valueIconName && /* @__PURE__ */
|
|
4634
|
+
!valueIcon && valueIconName && /* @__PURE__ */ jsx14(Icon, { className: "k-input-value-icon", icon: valueIconName }),
|
|
4600
4635
|
showValue && !value && placeholder,
|
|
4601
|
-
showValue && value && /* @__PURE__ */
|
|
4636
|
+
showValue && value && /* @__PURE__ */ jsx14("span", { className: "k-input-value-text", children: value })
|
|
4602
4637
|
]
|
|
4603
4638
|
}
|
|
4604
4639
|
);
|
|
4605
4640
|
};
|
|
4606
|
-
InputInnerSpan.states =
|
|
4607
|
-
InputInnerSpan.options =
|
|
4641
|
+
InputInnerSpan.states = states10;
|
|
4642
|
+
InputInnerSpan.options = options10;
|
|
4608
4643
|
InputInnerSpan.className = className3;
|
|
4609
4644
|
|
|
4610
4645
|
// src/input/input-inner-textarea.tsx
|
|
4611
|
-
import { jsx as
|
|
4612
|
-
var
|
|
4646
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
4647
|
+
var defaultProps10 = {
|
|
4613
4648
|
value: "",
|
|
4614
4649
|
placeholder: ""
|
|
4615
4650
|
};
|
|
4616
4651
|
var className4 = `k-input-inner`;
|
|
4617
|
-
var
|
|
4618
|
-
var
|
|
4652
|
+
var states11 = [];
|
|
4653
|
+
var options11 = {};
|
|
4619
4654
|
var InputInnerTextarea = (props) => {
|
|
4620
4655
|
const {
|
|
4621
|
-
value =
|
|
4622
|
-
placeholder =
|
|
4656
|
+
value = defaultProps10.value,
|
|
4657
|
+
placeholder = defaultProps10.placeholder,
|
|
4623
4658
|
rows,
|
|
4624
4659
|
...other
|
|
4625
4660
|
} = props;
|
|
4626
|
-
return /* @__PURE__ */
|
|
4661
|
+
return /* @__PURE__ */ jsx15(
|
|
4627
4662
|
"textarea",
|
|
4628
4663
|
{
|
|
4629
4664
|
...other,
|
|
@@ -4634,14 +4669,14 @@ var InputInnerTextarea = (props) => {
|
|
|
4634
4669
|
}
|
|
4635
4670
|
);
|
|
4636
4671
|
};
|
|
4637
|
-
InputInnerTextarea.states =
|
|
4638
|
-
InputInnerTextarea.options =
|
|
4672
|
+
InputInnerTextarea.states = states11;
|
|
4673
|
+
InputInnerTextarea.options = options11;
|
|
4639
4674
|
InputInnerTextarea.className = className4;
|
|
4640
4675
|
|
|
4641
4676
|
// src/input/input-loading-icon.tsx
|
|
4642
|
-
import { Fragment as Fragment7, jsx as
|
|
4677
|
+
import { Fragment as Fragment7, jsx as jsx16 } from "react/jsx-runtime";
|
|
4643
4678
|
var className5 = `k-input-loading-icon`;
|
|
4644
|
-
var
|
|
4679
|
+
var states12 = [
|
|
4645
4680
|
States.disabled,
|
|
4646
4681
|
States.loading
|
|
4647
4682
|
];
|
|
@@ -4651,21 +4686,21 @@ var InputLoadingIcon = (props) => {
|
|
|
4651
4686
|
loading
|
|
4652
4687
|
} = props;
|
|
4653
4688
|
if (disabled || !loading) {
|
|
4654
|
-
return /* @__PURE__ */
|
|
4689
|
+
return /* @__PURE__ */ jsx16(Fragment7, {});
|
|
4655
4690
|
}
|
|
4656
|
-
return /* @__PURE__ */
|
|
4691
|
+
return /* @__PURE__ */ jsx16(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
|
|
4657
4692
|
};
|
|
4658
4693
|
|
|
4659
4694
|
// src/input/input-validation-icon.tsx
|
|
4660
|
-
import { Fragment as Fragment8, jsx as
|
|
4695
|
+
import { Fragment as Fragment8, jsx as jsx17 } from "react/jsx-runtime";
|
|
4661
4696
|
var className6 = `k-input-validation-icon`;
|
|
4662
|
-
var
|
|
4697
|
+
var states13 = [
|
|
4663
4698
|
States.valid,
|
|
4664
4699
|
States.invalid,
|
|
4665
4700
|
States.disabled,
|
|
4666
4701
|
States.loading
|
|
4667
4702
|
];
|
|
4668
|
-
var
|
|
4703
|
+
var options12 = {};
|
|
4669
4704
|
var InputValidationIcon = (props) => {
|
|
4670
4705
|
const {
|
|
4671
4706
|
valid,
|
|
@@ -4676,24 +4711,24 @@ var InputValidationIcon = (props) => {
|
|
|
4676
4711
|
const iconName = invalid ? "exclamation-circle" : "check";
|
|
4677
4712
|
const renderValidationIcon = Boolean(valid || invalid);
|
|
4678
4713
|
if (disabled || loading || !renderValidationIcon) {
|
|
4679
|
-
return /* @__PURE__ */
|
|
4714
|
+
return /* @__PURE__ */ jsx17(Fragment8, {});
|
|
4680
4715
|
}
|
|
4681
|
-
return /* @__PURE__ */
|
|
4716
|
+
return /* @__PURE__ */ jsx17(Icon, { className: classNames(className6), icon: iconName });
|
|
4682
4717
|
};
|
|
4683
|
-
InputValidationIcon.states =
|
|
4684
|
-
InputValidationIcon.options =
|
|
4718
|
+
InputValidationIcon.states = states13;
|
|
4719
|
+
InputValidationIcon.options = options12;
|
|
4685
4720
|
InputValidationIcon.className = className6;
|
|
4686
4721
|
|
|
4687
4722
|
// src/input/input-prefix.tsx
|
|
4688
|
-
import { Fragment as Fragment9, jsx as
|
|
4723
|
+
import { Fragment as Fragment9, jsx as jsx18 } from "react/jsx-runtime";
|
|
4689
4724
|
|
|
4690
4725
|
// src/input/input-suffix.tsx
|
|
4691
|
-
import { Fragment as Fragment10, jsx as
|
|
4726
|
+
import { Fragment as Fragment10, jsx as jsx19 } from "react/jsx-runtime";
|
|
4692
4727
|
|
|
4693
4728
|
// src/searchbox/searchbox.spec.tsx
|
|
4694
|
-
import { jsx as
|
|
4729
|
+
import { jsx as jsx20, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
4695
4730
|
var SEARCHBOX_CLASSNAME = `k-searchbox`;
|
|
4696
|
-
var
|
|
4731
|
+
var states14 = [
|
|
4697
4732
|
States.hover,
|
|
4698
4733
|
States.focus,
|
|
4699
4734
|
States.valid,
|
|
@@ -4702,12 +4737,12 @@ var states13 = [
|
|
|
4702
4737
|
States.disabled,
|
|
4703
4738
|
States.loading
|
|
4704
4739
|
];
|
|
4705
|
-
var
|
|
4740
|
+
var options13 = {
|
|
4706
4741
|
size: [Size.small, Size.medium, Size.large],
|
|
4707
4742
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4708
4743
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
4709
4744
|
};
|
|
4710
|
-
var
|
|
4745
|
+
var defaultProps11 = {
|
|
4711
4746
|
showIcon: true,
|
|
4712
4747
|
icon: "search",
|
|
4713
4748
|
size: Input.defaultProps.size,
|
|
@@ -4728,8 +4763,8 @@ var Searchbox = (props) => {
|
|
|
4728
4763
|
required,
|
|
4729
4764
|
loading,
|
|
4730
4765
|
disabled,
|
|
4731
|
-
showIcon =
|
|
4732
|
-
icon =
|
|
4766
|
+
showIcon = defaultProps11.showIcon,
|
|
4767
|
+
icon = defaultProps11.icon,
|
|
4733
4768
|
...other
|
|
4734
4769
|
} = props;
|
|
4735
4770
|
return /* @__PURE__ */ jsxs4(
|
|
@@ -4748,22 +4783,22 @@ var Searchbox = (props) => {
|
|
|
4748
4783
|
disabled,
|
|
4749
4784
|
className: classNames(props.className, SEARCHBOX_CLASSNAME),
|
|
4750
4785
|
children: [
|
|
4751
|
-
showIcon && /* @__PURE__ */
|
|
4752
|
-
/* @__PURE__ */
|
|
4753
|
-
/* @__PURE__ */
|
|
4754
|
-
/* @__PURE__ */
|
|
4755
|
-
/* @__PURE__ */
|
|
4786
|
+
showIcon && /* @__PURE__ */ jsx20(Icon, { className: "k-input-icon", icon }),
|
|
4787
|
+
/* @__PURE__ */ jsx20(InputInnerInput, { placeholder, value }),
|
|
4788
|
+
/* @__PURE__ */ jsx20(InputLoadingIcon, { ...props }),
|
|
4789
|
+
/* @__PURE__ */ jsx20(InputValidationIcon, { ...props }),
|
|
4790
|
+
/* @__PURE__ */ jsx20(InputClearValue, { ...props })
|
|
4756
4791
|
]
|
|
4757
4792
|
}
|
|
4758
4793
|
);
|
|
4759
4794
|
};
|
|
4760
|
-
Searchbox.states =
|
|
4761
|
-
Searchbox.options =
|
|
4795
|
+
Searchbox.states = states14;
|
|
4796
|
+
Searchbox.options = options13;
|
|
4762
4797
|
Searchbox.className = SEARCHBOX_CLASSNAME;
|
|
4763
|
-
Searchbox.defaultProps =
|
|
4798
|
+
Searchbox.defaultProps = defaultProps11;
|
|
4764
4799
|
|
|
4765
4800
|
// src/action-sheet/actionsheet-header.tsx
|
|
4766
|
-
import { Fragment as Fragment11, jsx as
|
|
4801
|
+
import { Fragment as Fragment11, jsx as jsx21, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
4767
4802
|
var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
|
|
4768
4803
|
var ActionSheetHeader = (props) => {
|
|
4769
4804
|
const {
|
|
@@ -4773,7 +4808,7 @@ var ActionSheetHeader = (props) => {
|
|
|
4773
4808
|
filter,
|
|
4774
4809
|
...other
|
|
4775
4810
|
} = props;
|
|
4776
|
-
return /* @__PURE__ */
|
|
4811
|
+
return /* @__PURE__ */ jsx21(
|
|
4777
4812
|
"div",
|
|
4778
4813
|
{
|
|
4779
4814
|
...other,
|
|
@@ -4783,35 +4818,35 @@ var ActionSheetHeader = (props) => {
|
|
|
4783
4818
|
),
|
|
4784
4819
|
children: /* @__PURE__ */ jsxs5(Fragment11, { children: [
|
|
4785
4820
|
/* @__PURE__ */ jsxs5("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
|
|
4786
|
-
!props.children && (title || subTitle) && /* @__PURE__ */
|
|
4787
|
-
title !== "" && /* @__PURE__ */
|
|
4788
|
-
subTitle !== "" && /* @__PURE__ */
|
|
4821
|
+
!props.children && (title || subTitle) && /* @__PURE__ */ jsx21(Fragment11, { children: /* @__PURE__ */ jsxs5("div", { className: "k-actionsheet-title", children: [
|
|
4822
|
+
title !== "" && /* @__PURE__ */ jsx21("div", { className: "k-text-center", children: title }),
|
|
4823
|
+
subTitle !== "" && /* @__PURE__ */ jsx21("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
|
|
4789
4824
|
] }) }),
|
|
4790
|
-
props.children && /* @__PURE__ */
|
|
4791
|
-
actions && /* @__PURE__ */
|
|
4825
|
+
props.children && /* @__PURE__ */ jsx21("div", { className: "k-actionsheet-title", children: props.children }),
|
|
4826
|
+
actions && /* @__PURE__ */ jsx21(Fragment11, { children: /* @__PURE__ */ jsx21("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx21(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
|
|
4792
4827
|
] }),
|
|
4793
|
-
filter && /* @__PURE__ */
|
|
4828
|
+
filter && /* @__PURE__ */ jsx21(Fragment11, { children: /* @__PURE__ */ jsx21("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx21(Searchbox, { placeholder: "Filter", size: "large" }) }) })
|
|
4794
4829
|
] })
|
|
4795
4830
|
}
|
|
4796
4831
|
);
|
|
4797
4832
|
};
|
|
4798
4833
|
|
|
4799
4834
|
// src/action-buttons/action-buttons.spec.tsx
|
|
4800
|
-
import { jsx as
|
|
4835
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
4801
4836
|
var ACTIONBUTTONS_CLASSNAME = `k-actions`;
|
|
4802
|
-
var
|
|
4803
|
-
var
|
|
4804
|
-
var
|
|
4837
|
+
var states15 = [];
|
|
4838
|
+
var options14 = {};
|
|
4839
|
+
var defaultProps12 = {
|
|
4805
4840
|
alignment: "start",
|
|
4806
4841
|
orientation: "horizontal"
|
|
4807
4842
|
};
|
|
4808
4843
|
var ActionButtons = (props) => {
|
|
4809
4844
|
const {
|
|
4810
|
-
alignment =
|
|
4811
|
-
orientation =
|
|
4845
|
+
alignment = defaultProps12.alignment,
|
|
4846
|
+
orientation = defaultProps12.orientation,
|
|
4812
4847
|
...other
|
|
4813
4848
|
} = props;
|
|
4814
|
-
return /* @__PURE__ */
|
|
4849
|
+
return /* @__PURE__ */ jsx22(
|
|
4815
4850
|
"div",
|
|
4816
4851
|
{
|
|
4817
4852
|
...other,
|
|
@@ -4827,21 +4862,21 @@ var ActionButtons = (props) => {
|
|
|
4827
4862
|
}
|
|
4828
4863
|
);
|
|
4829
4864
|
};
|
|
4830
|
-
ActionButtons.states =
|
|
4831
|
-
ActionButtons.options =
|
|
4865
|
+
ActionButtons.states = states15;
|
|
4866
|
+
ActionButtons.options = options14;
|
|
4832
4867
|
ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
|
|
4833
|
-
ActionButtons.defaultProps =
|
|
4868
|
+
ActionButtons.defaultProps = defaultProps12;
|
|
4834
4869
|
var action_buttons_spec_default = ActionButtons;
|
|
4835
4870
|
|
|
4836
4871
|
// src/action-sheet/actionsheet-footer.tsx
|
|
4837
|
-
import { Fragment as Fragment12, jsx as
|
|
4872
|
+
import { Fragment as Fragment12, jsx as jsx23, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
4838
4873
|
var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
|
|
4839
4874
|
var ActionSheetFooter = (props) => {
|
|
4840
4875
|
const {
|
|
4841
4876
|
actions,
|
|
4842
4877
|
...other
|
|
4843
4878
|
} = props;
|
|
4844
|
-
return /* @__PURE__ */
|
|
4879
|
+
return /* @__PURE__ */ jsx23(
|
|
4845
4880
|
action_buttons_spec_default,
|
|
4846
4881
|
{
|
|
4847
4882
|
...other,
|
|
@@ -4853,14 +4888,14 @@ var ActionSheetFooter = (props) => {
|
|
|
4853
4888
|
children: /* @__PURE__ */ jsxs6(Fragment12, { children: [
|
|
4854
4889
|
actions && actions.map((action, index) => {
|
|
4855
4890
|
if (action === "|") {
|
|
4856
|
-
return /* @__PURE__ */
|
|
4891
|
+
return /* @__PURE__ */ jsx23("span", { className: "k-separator" }, index);
|
|
4857
4892
|
}
|
|
4858
4893
|
if (action === " ") {
|
|
4859
|
-
return /* @__PURE__ */
|
|
4894
|
+
return /* @__PURE__ */ jsx23("span", { className: "k-spacer" }, index);
|
|
4860
4895
|
}
|
|
4861
4896
|
const importantFlag = action.startsWith("!");
|
|
4862
4897
|
const actionName = importantFlag ? action.substring(1) : action;
|
|
4863
|
-
return /* @__PURE__ */
|
|
4898
|
+
return /* @__PURE__ */ jsx23(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
|
|
4864
4899
|
}),
|
|
4865
4900
|
!actions && props.children
|
|
4866
4901
|
] })
|
|
@@ -4869,12 +4904,12 @@ var ActionSheetFooter = (props) => {
|
|
|
4869
4904
|
};
|
|
4870
4905
|
|
|
4871
4906
|
// src/action-sheet/actionsheet-items.tsx
|
|
4872
|
-
import { jsx as
|
|
4907
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
4873
4908
|
var ActionSheetItems = (props) => {
|
|
4874
4909
|
const {
|
|
4875
4910
|
...other
|
|
4876
4911
|
} = props;
|
|
4877
|
-
return /* @__PURE__ */
|
|
4912
|
+
return /* @__PURE__ */ jsx24(
|
|
4878
4913
|
"div",
|
|
4879
4914
|
{
|
|
4880
4915
|
...other,
|
|
@@ -4888,9 +4923,9 @@ var ActionSheetItems = (props) => {
|
|
|
4888
4923
|
};
|
|
4889
4924
|
|
|
4890
4925
|
// src/action-sheet/actionsheet-item.tsx
|
|
4891
|
-
import { Fragment as Fragment13, jsx as
|
|
4926
|
+
import { Fragment as Fragment13, jsx as jsx25, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
4892
4927
|
var ACTIONSHEETITEM_CLASSNAME = `k-actionsheet-item`;
|
|
4893
|
-
var
|
|
4928
|
+
var states16 = [
|
|
4894
4929
|
States.hover,
|
|
4895
4930
|
States.focus,
|
|
4896
4931
|
States.selected,
|
|
@@ -4922,11 +4957,11 @@ var ActionSheetItem = (props) => {
|
|
|
4922
4957
|
})
|
|
4923
4958
|
),
|
|
4924
4959
|
children: [
|
|
4925
|
-
!props.children && (text !== "" || description !== "" || iconName !== "") && /* @__PURE__ */
|
|
4926
|
-
iconName !== "" && /* @__PURE__ */
|
|
4960
|
+
!props.children && (text !== "" || description !== "" || iconName !== "") && /* @__PURE__ */ jsx25(Fragment13, { children: /* @__PURE__ */ jsxs7("span", { className: "k-actionsheet-action", children: [
|
|
4961
|
+
iconName !== "" && /* @__PURE__ */ jsx25("span", { className: "k-icon-wrap", children: /* @__PURE__ */ jsx25(Icon, { className: "k-actionsheet-item-icon", icon: iconName }) }),
|
|
4927
4962
|
/* @__PURE__ */ jsxs7("span", { className: "k-actionsheet-item-text", children: [
|
|
4928
|
-
text !== "" && /* @__PURE__ */
|
|
4929
|
-
description !== "" && /* @__PURE__ */
|
|
4963
|
+
text !== "" && /* @__PURE__ */ jsx25("span", { className: "k-actionsheet-item-title", children: text }),
|
|
4964
|
+
description !== "" && /* @__PURE__ */ jsx25("span", { className: "k-actionsheet-item-description", children: description })
|
|
4930
4965
|
] })
|
|
4931
4966
|
] }) }),
|
|
4932
4967
|
props.children
|
|
@@ -4936,7 +4971,7 @@ var ActionSheetItem = (props) => {
|
|
|
4936
4971
|
};
|
|
4937
4972
|
|
|
4938
4973
|
// src/action-sheet/tests/action-sheet.tsx
|
|
4939
|
-
import { Fragment as Fragment14, jsx as
|
|
4974
|
+
import { Fragment as Fragment14, jsx as jsx26, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
4940
4975
|
var styles = `
|
|
4941
4976
|
#test-area {
|
|
4942
4977
|
--kendo-actionsheet-height: 400px;
|
|
@@ -4951,31 +4986,31 @@ var styles = `
|
|
|
4951
4986
|
}
|
|
4952
4987
|
`;
|
|
4953
4988
|
var action_sheet_default = () => /* @__PURE__ */ jsxs8(Fragment14, { children: [
|
|
4954
|
-
/* @__PURE__ */
|
|
4989
|
+
/* @__PURE__ */ jsx26("style", { children: styles }),
|
|
4955
4990
|
/* @__PURE__ */ jsxs8("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
4956
|
-
/* @__PURE__ */
|
|
4957
|
-
/* @__PURE__ */
|
|
4958
|
-
/* @__PURE__ */
|
|
4991
|
+
/* @__PURE__ */ jsx26("span", { children: "LTR" }),
|
|
4992
|
+
/* @__PURE__ */ jsx26("span", { children: "RTL" }),
|
|
4993
|
+
/* @__PURE__ */ jsx26("section", { children: /* @__PURE__ */ jsxs8(ActionSheet, { title: "Header", children: [
|
|
4959
4994
|
/* @__PURE__ */ jsxs8(ActionSheetItems, { children: [
|
|
4960
|
-
/* @__PURE__ */
|
|
4961
|
-
/* @__PURE__ */
|
|
4962
|
-
/* @__PURE__ */
|
|
4963
|
-
/* @__PURE__ */
|
|
4964
|
-
/* @__PURE__ */
|
|
4995
|
+
/* @__PURE__ */ jsx26(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
|
|
4996
|
+
/* @__PURE__ */ jsx26(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
|
|
4997
|
+
/* @__PURE__ */ jsx26(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
|
|
4998
|
+
/* @__PURE__ */ jsx26(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true }),
|
|
4999
|
+
/* @__PURE__ */ jsx26(ActionSheetItem, { text: "Action", description: "Some longer subtitle to break on multiple rows, for testing purposes", iconName: "gear" })
|
|
4965
5000
|
] }),
|
|
4966
|
-
/* @__PURE__ */
|
|
4967
|
-
/* @__PURE__ */
|
|
5001
|
+
/* @__PURE__ */ jsx26("hr", { className: "k-hr" }),
|
|
5002
|
+
/* @__PURE__ */ jsx26(ActionSheetItems, { children: /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Cancel", description: "Action in a second group", iconName: "gear" }) })
|
|
4968
5003
|
] }) }),
|
|
4969
|
-
/* @__PURE__ */
|
|
5004
|
+
/* @__PURE__ */ jsx26("section", { className: "k-rtl", children: /* @__PURE__ */ jsxs8(ActionSheet, { title: "Header", children: [
|
|
4970
5005
|
/* @__PURE__ */ jsxs8(ActionSheetItems, { children: [
|
|
4971
|
-
/* @__PURE__ */
|
|
4972
|
-
/* @__PURE__ */
|
|
4973
|
-
/* @__PURE__ */
|
|
4974
|
-
/* @__PURE__ */
|
|
4975
|
-
/* @__PURE__ */
|
|
5006
|
+
/* @__PURE__ */ jsx26(ActionSheetItem, { text: "Action", description: "Action description", iconName: "gear" }),
|
|
5007
|
+
/* @__PURE__ */ jsx26(ActionSheetItem, { text: "Hover action", description: "Action description", iconName: "gear", hover: true }),
|
|
5008
|
+
/* @__PURE__ */ jsx26(ActionSheetItem, { text: "Focus action", description: "Action description", iconName: "gear", focus: true }),
|
|
5009
|
+
/* @__PURE__ */ jsx26(ActionSheetItem, { text: "Disabled action", description: "Action description", iconName: "gear", disabled: true }),
|
|
5010
|
+
/* @__PURE__ */ jsx26(ActionSheetItem, { text: "Action", description: "Some longer subtitle to break on multiple rows, for testing purposes", iconName: "gear" })
|
|
4976
5011
|
] }),
|
|
4977
|
-
/* @__PURE__ */
|
|
4978
|
-
/* @__PURE__ */
|
|
5012
|
+
/* @__PURE__ */ jsx26("hr", { className: "k-hr" }),
|
|
5013
|
+
/* @__PURE__ */ jsx26(ActionSheetItems, { children: /* @__PURE__ */ jsx26(ActionSheetItem, { text: "Cancel", description: "Action in a second group", iconName: "gear" }) })
|
|
4979
5014
|
] }) })
|
|
4980
5015
|
] })
|
|
4981
5016
|
] });
|