@progress/kendo-themes-html 6.7.0-dev.0 → 6.7.0-dev.2
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/tests/action-sheet-data-table.js +100 -88
- package/dist/cjs/action-sheet/tests/action-sheet-date-time-selector.js +63 -26
- package/dist/cjs/action-sheet/tests/action-sheet-time-selector.js +51 -14
- package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +56 -44
- package/dist/cjs/captcha/captcha.spec.js +55 -25
- package/dist/cjs/captcha/tests/captcha-loading.js +59 -29
- package/dist/cjs/captcha/tests/captcha.js +59 -29
- package/dist/cjs/chat/chat-message-group.js +261 -0
- package/dist/cjs/chat/chat-message.js +112 -0
- package/dist/cjs/chat/chat-quick-replies.js +71 -0
- package/dist/cjs/chat/chat.spec.js +6859 -0
- package/dist/cjs/chat/tests/chat-rtl.js +2613 -235
- package/dist/cjs/chat/tests/chat-scrollable-deck.js +2802 -206
- package/dist/cjs/chat/tests/chat.js +1117 -790
- package/dist/cjs/datetime-selector/datetime-selector.spec.js +96 -23
- package/dist/cjs/datetime-selector/tests/datetime-selector.js +94 -85
- package/dist/cjs/datetimepicker/datetimepicker.spec.js +75 -66
- package/dist/cjs/datetimepicker/templates/datetimepicker-adaptive.js +77 -68
- package/dist/cjs/datetimepicker/templates/datetimepicker-normal.js +77 -68
- package/dist/cjs/datetimepicker/templates/datetimepicker-popup.js +77 -68
- package/dist/cjs/datetimepicker/tests/datetimepicker-adaptive.js +87 -78
- package/dist/cjs/datetimepicker/tests/datetimepicker-flat.js +92 -83
- package/dist/cjs/datetimepicker/tests/datetimepicker-opened.js +89 -80
- package/dist/cjs/datetimepicker/tests/datetimepicker-outline.js +92 -83
- package/dist/cjs/datetimepicker/tests/datetimepicker-size-rounded.js +90 -81
- package/dist/cjs/datetimepicker/tests/datetimepicker-solid.js +92 -83
- package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +63 -51
- package/dist/cjs/dropdowngrid/templates/dropdowngrid-adaptive.js +65 -53
- package/dist/cjs/dropdowngrid/templates/dropdowngrid-normal.js +65 -53
- package/dist/cjs/dropdowngrid/templates/dropdowngrid-popup.js +103 -91
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-adaptive.js +75 -63
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +80 -68
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +113 -101
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +82 -70
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-size-rounded.js +78 -66
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-solid.js +80 -68
- package/dist/cjs/dropdowntree/dropdowntree.spec.js +35 -23
- package/dist/cjs/dropdowntree/templates/dropdowntree-adaptive.js +37 -25
- package/dist/cjs/dropdowntree/templates/dropdowntree-normal.js +37 -25
- package/dist/cjs/dropdowntree/templates/dropdowntree-popup.js +47 -35
- package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +47 -35
- package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +52 -40
- package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +57 -45
- package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +52 -40
- package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +50 -38
- package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +52 -40
- package/dist/cjs/editor/editor-toolbar.js +48 -43
- package/dist/cjs/editor/tests/editor-find-replace.js +48 -43
- package/dist/cjs/editor/tests/editor-table-wizard.js +129 -127
- package/dist/cjs/editor/tests/editor-view-source.js +14 -12
- package/dist/cjs/editor/tests/editor.js +48 -43
- package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +84 -67
- package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +84 -67
- package/dist/cjs/filemanager/tests/filemanager-gridview.js +149 -132
- package/dist/cjs/filemanager/tests/filemanager-listview.js +103 -86
- package/dist/cjs/filemanager/tests/filemanager-preview.js +202 -185
- package/dist/cjs/filemanager/tests/filemanager-toolbar.js +605 -580
- package/dist/cjs/filter/tests/filter.js +48 -43
- package/dist/cjs/floating-label/tests/floating-label-flat.js +43 -41
- package/dist/cjs/floating-label/tests/floating-label-outline.js +43 -41
- package/dist/cjs/floating-label/tests/floating-label.js +43 -41
- package/dist/cjs/form/tests/form-field-dateinputs.js +111 -102
- package/dist/cjs/form/tests/form-field-dropdowns.js +82 -47
- package/dist/cjs/form/tests/form-field-fieldset.js +68 -66
- package/dist/cjs/form/tests/form-field-inputs-rtl.js +239 -222
- package/dist/cjs/form/tests/form-field-inputs.js +240 -223
- package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +204 -195
- package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +288 -286
- package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +48 -43
- package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +48 -43
- package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +48 -43
- package/dist/cjs/gantt/tests/gantt-react.js +48 -43
- package/dist/cjs/gantt/tests/gantt-row-reordering.js +48 -43
- package/dist/cjs/gantt/tests/gantt.js +48 -43
- package/dist/cjs/grid/tests/grid-adaptive-column-menu.js +58 -50
- package/dist/cjs/grid/tests/grid-adaptive-filter-bool.js +28 -19
- package/dist/cjs/grid/tests/grid-adaptive-filter.js +37 -28
- package/dist/cjs/grid/tests/grid-adaptive-pager.js +149 -92
- package/dist/cjs/grid/tests/grid-adaptive-search.js +48 -43
- package/dist/cjs/grid/tests/grid-angular.js +180 -87
- package/dist/cjs/grid/tests/grid-column-reordering-actions.js +580 -506
- package/dist/cjs/grid/tests/grid-column-reordering.js +585 -511
- package/dist/cjs/grid/tests/grid-column-resizing-actions.js +728 -547
- package/dist/cjs/grid/tests/grid-editing-custom-editor.js +275 -223
- package/dist/cjs/grid/tests/grid-editing-inline-angular.js +48 -43
- package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +48 -43
- package/dist/cjs/grid/tests/grid-editing.js +48 -43
- package/dist/cjs/grid/tests/grid-filter-row-angular.js +48 -43
- package/dist/cjs/grid/tests/grid-filter-row-blazor.js +48 -43
- package/dist/cjs/grid/tests/grid-filter-row.js +160 -151
- package/dist/cjs/grid/tests/grid-grouping-actions.js +546 -472
- package/dist/cjs/grid/tests/grid-grouping.js +48 -43
- package/dist/cjs/grid/tests/grid-pager.js +235 -178
- package/dist/cjs/grid/tests/grid-row-reordering.js +538 -464
- package/dist/cjs/grid/tests/grid-rows-resizing.js +48 -43
- package/dist/cjs/grid/tests/grid-rtl-angular.js +181 -88
- package/dist/cjs/grid/tests/grid-rtl.js +181 -88
- package/dist/cjs/grid/tests/grid-selection-aggregates.js +183 -90
- package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +670 -628
- package/dist/cjs/grid/tests/grid-size-sm.js +670 -628
- package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +295 -238
- package/dist/cjs/grid/tests/grid-toolbar.js +48 -43
- package/dist/cjs/grid/tests/grid-virtualization.js +452 -407
- package/dist/cjs/grid/tests/grid.js +181 -88
- package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +48 -43
- package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +48 -43
- package/dist/cjs/imageeditor/tests/imageeditor.js +48 -43
- package/dist/cjs/index.js +3301 -2760
- package/dist/cjs/listgroup/listgroup-item.spec.js +78 -0
- package/dist/cjs/listgroup/listgroup.spec.js +125 -0
- package/dist/cjs/listgroup/templates/listgroup-normal.js +136 -0
- package/dist/cjs/listgroup/tests/listgroup.js +145 -40
- package/dist/cjs/listview/listview.spec.js +162 -105
- package/dist/cjs/listview/tests/listview-layout.js +209 -152
- package/dist/cjs/listview/tests/listview-loading.js +180 -123
- package/dist/cjs/listview/tests/listview.js +195 -138
- package/dist/cjs/mediaplayer/tests/mediaplayer.js +48 -43
- package/dist/cjs/multiselect/multiselect.spec.js +737 -19
- package/dist/cjs/multiselect/templates/multiselect-adaptive.js +5802 -0
- package/dist/cjs/multiselect/templates/multiselect-arrow-button.js +5796 -0
- package/dist/cjs/multiselect/templates/multiselect-grouping.js +5814 -0
- package/dist/cjs/multiselect/{tests/multiselect-size.js → templates/multiselect-normal.js} +1260 -614
- package/dist/cjs/multiselect/templates/multiselect-popup.js +5808 -0
- package/dist/cjs/multiselect/templates/multiselect-value.js +5834 -0
- package/dist/cjs/multiselect/tests/multiselect-adaptive.js +5842 -0
- package/dist/cjs/multiselect/tests/multiselect-flat.js +799 -148
- package/dist/cjs/multiselect/tests/multiselect-grouping.js +5850 -0
- package/dist/cjs/multiselect/tests/multiselect-opened.js +1175 -895
- package/dist/cjs/multiselect/tests/multiselect-outline.js +799 -148
- package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +5870 -0
- package/dist/cjs/multiselect/tests/{multiselect.js → multiselect-solid.js} +805 -142
- package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +54 -42
- package/dist/cjs/pager/index.js +143 -86
- package/dist/cjs/pager/pager.spec.js +143 -86
- package/dist/cjs/pager/tests/{pager-responsive.js → pager-adaptive.js} +169 -113
- package/dist/cjs/pager/tests/pager-sizes.js +163 -106
- package/dist/cjs/pager/tests/pager.js +153 -96
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +204 -142
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +214 -152
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +293 -124
- package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +204 -142
- package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +133 -121
- package/dist/cjs/pivotgrid/tests/pivotgrid-jquery-configurator.js +122 -110
- package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +48 -43
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +172 -160
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +298 -286
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +226 -214
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +356 -344
- package/dist/cjs/pivotgrid/tests/pivotgrid.js +337 -325
- package/dist/cjs/radio/templates/radio-inside-label.js +165 -0
- package/dist/cjs/radio/templates/radio-label.js +165 -0
- package/dist/cjs/radio/templates/radio-normal.js +162 -0
- package/dist/cjs/radio/tests/radio-size.js +23 -74
- package/dist/cjs/radio/tests/radio.js +44 -136
- package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-angular-month.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-angular.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +513 -458
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +527 -472
- package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-react-day.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-react-month.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-react-week.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler-year.js +48 -43
- package/dist/cjs/scheduler/tests/scheduler.js +48 -43
- package/dist/cjs/scrollview/{tests/scrollview-angular.js → scrollview-spec.js} +98 -84
- package/dist/cjs/scrollview/tests/scrollview.js +108 -89
- package/dist/cjs/skeleton/index.js +68 -0
- package/dist/cjs/skeleton/skeleton.spec.js +70 -0
- package/dist/cjs/skeleton/tests/skeleton.js +58 -13
- package/dist/cjs/split-button/split-button.spec.js +124 -55
- package/dist/cjs/split-button/{tests/split-button.js → templates/icon-split-button.js} +132 -100
- package/dist/cjs/split-button/templates/icon-text-split-button.js +4553 -0
- package/dist/cjs/split-button/{tests/split-button-size.js → templates/split-button-popup.js} +306 -147
- package/dist/cjs/split-button/templates/text-split-button.js +4553 -0
- package/dist/cjs/split-button/tests/split-button-flat.js +4763 -0
- package/dist/cjs/split-button/tests/split-button-opened.js +4770 -0
- package/dist/cjs/split-button/tests/split-button-outline.js +4763 -0
- package/dist/cjs/split-button/tests/split-button-size-rounded.js +4770 -0
- package/dist/cjs/split-button/tests/split-button-solid.js +4763 -0
- package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +172 -163
- package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +216 -205
- package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +46 -34
- package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +48 -43
- package/dist/cjs/spreadsheet/tests/spreadsheet.js +48 -43
- package/dist/cjs/switch/switch.spec.js +17 -9
- package/dist/cjs/switch/templates/switch-checked.js +203 -0
- package/dist/cjs/switch/templates/switch-normal.js +203 -0
- package/dist/cjs/switch/tests/switch-size-rounded.js +51 -53
- package/dist/cjs/switch/tests/switch.js +49 -37
- package/dist/cjs/table/table-header.js +15 -3
- package/dist/cjs/table/templates/data-table-normal.js +489 -0
- package/dist/cjs/table/templates/table-list-virtualization.js +489 -0
- package/dist/cjs/table/templates/table-list.js +519 -0
- package/dist/cjs/table/templates/table-native.js +452 -0
- package/dist/cjs/table/tests/table-data-sizes.js +76 -175
- package/dist/cjs/table/tests/table-list-jquery.js +151 -139
- package/dist/cjs/table/tests/table-list-sizes.js +69 -154
- package/dist/cjs/table/tests/table-list-virtual.js +89 -76
- package/dist/cjs/table/tests/table-native-sizes.js +69 -144
- package/dist/cjs/table/tests/table-native-states.js +145 -58
- package/dist/cjs/taskboard/tests/taskboard-card.js +48 -43
- package/dist/cjs/taskboard/tests/taskboard-pane.js +48 -43
- package/dist/cjs/taskboard/tests/taskboard-rtl.js +48 -43
- package/dist/cjs/taskboard/tests/taskboard.js +48 -43
- package/dist/cjs/textarea/templates/textarea-normal.js +4621 -0
- package/dist/cjs/textarea/tests/textarea-flat.js +25 -27
- package/dist/cjs/textarea/tests/textarea-outline.js +25 -27
- package/dist/cjs/textarea/tests/textarea-size-rounded.js +4642 -0
- package/dist/cjs/textarea/tests/{textarea.js → textarea-solid.js} +30 -32
- package/dist/cjs/textarea/textarea.spec.js +4 -5
- package/dist/cjs/tilelayout/tests/tilelayout-resizing.js +190 -107
- package/dist/cjs/tilelayout/tests/tilelayout.js +231 -134
- package/dist/cjs/tilelayout/tilelayout-item-hint.spec.js +40 -0
- package/dist/cjs/tilelayout/{tests/tilelayout-react.js → tilelayout-item.spec.js} +61 -27
- package/dist/cjs/tilelayout/tilelayout.spec.js +72 -0
- package/dist/cjs/time-selector/templates/time-selector-all.js +4653 -0
- package/dist/cjs/time-selector/templates/time-selector-hour.js +4653 -0
- package/dist/cjs/time-selector/templates/time-selector-minute.js +4653 -0
- package/dist/cjs/time-selector/tests/time-selector.js +196 -165
- package/dist/cjs/time-selector/time-selector.spec.js +87 -14
- package/dist/cjs/timedurationpicker/tests/timedurationpicker-expanded.js +32 -23
- package/dist/cjs/timedurationpicker/tests/timedurationpicker.js +46 -37
- package/dist/cjs/timedurationpicker/timedurationpicker.spec.js +24 -15
- package/dist/cjs/timepicker/templates/timepicker-adaptive.js +67 -58
- package/dist/cjs/timepicker/templates/timepicker-normal.js +67 -58
- package/dist/cjs/timepicker/templates/timepicker-popup.js +67 -58
- package/dist/cjs/timepicker/tests/timepicker-adaptive.js +77 -68
- package/dist/cjs/timepicker/tests/timepicker-flat.js +82 -73
- package/dist/cjs/timepicker/tests/timepicker-opened.js +77 -68
- package/dist/cjs/timepicker/tests/timepicker-outline.js +82 -73
- package/dist/cjs/timepicker/tests/timepicker-solid.js +82 -73
- package/dist/cjs/timepicker/timepicker.spec.js +65 -56
- package/dist/cjs/toolbar/tests/toolbar-adaptive.js +48 -43
- package/dist/cjs/toolbar/tests/toolbar-angular.js +442 -425
- package/dist/cjs/toolbar/tests/toolbar-components.js +444 -427
- package/dist/cjs/toolbar/tests/toolbar-sizes.js +308 -295
- package/dist/cjs/toolbar/tests/toolbar.js +529 -504
- package/dist/cjs/toolbar/toolbar-angular.spec.js +48 -43
- package/dist/cjs/toolbar/toolbar.spec.js +48 -43
- package/dist/cjs/treeview/templates/treeview-checkboxes.js +4595 -0
- package/dist/cjs/treeview/templates/treeview-hierarchy.js +4595 -0
- package/dist/cjs/treeview/templates/treeview-icons.js +4595 -0
- package/dist/cjs/treeview/templates/treeview-normal.js +4586 -0
- package/dist/cjs/treeview/tests/treeview-size.js +38 -38
- package/dist/cjs/treeview/tests/treeview.js +117 -112
- package/dist/cjs/treeview/treeview.spec.js +17 -5
- package/dist/esm/action-sheet/tests/action-sheet-data-table.js +100 -88
- package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.js +63 -26
- package/dist/esm/action-sheet/tests/action-sheet-time-selector.js +51 -14
- package/dist/esm/action-sheet/tests/action-sheet-treeview.js +56 -44
- package/dist/esm/captcha/captcha.spec.js +50 -20
- package/dist/esm/captcha/tests/captcha-loading.js +54 -24
- package/dist/esm/captcha/tests/captcha.js +54 -24
- package/dist/esm/chat/chat-message-group.js +239 -0
- package/dist/esm/chat/chat-message.js +90 -0
- package/dist/esm/chat/chat-quick-replies.js +49 -0
- package/dist/esm/chat/chat.spec.js +6843 -0
- package/dist/esm/chat/tests/chat-rtl.js +2624 -246
- package/dist/esm/chat/tests/chat-scrollable-deck.js +2799 -203
- package/dist/esm/chat/tests/chat.js +1113 -786
- package/dist/esm/datetime-selector/datetime-selector.spec.js +96 -23
- package/dist/esm/datetime-selector/tests/datetime-selector.js +95 -86
- package/dist/esm/datetimepicker/datetimepicker.spec.js +75 -66
- package/dist/esm/datetimepicker/templates/datetimepicker-adaptive.js +77 -68
- package/dist/esm/datetimepicker/templates/datetimepicker-normal.js +77 -68
- package/dist/esm/datetimepicker/templates/datetimepicker-popup.js +77 -68
- package/dist/esm/datetimepicker/tests/datetimepicker-adaptive.js +87 -78
- package/dist/esm/datetimepicker/tests/datetimepicker-flat.js +92 -83
- package/dist/esm/datetimepicker/tests/datetimepicker-opened.js +89 -80
- package/dist/esm/datetimepicker/tests/datetimepicker-outline.js +92 -83
- package/dist/esm/datetimepicker/tests/datetimepicker-size-rounded.js +90 -81
- package/dist/esm/datetimepicker/tests/datetimepicker-solid.js +92 -83
- package/dist/esm/dropdowngrid/dropdowngrid.spec.js +63 -51
- package/dist/esm/dropdowngrid/templates/dropdowngrid-adaptive.js +65 -53
- package/dist/esm/dropdowngrid/templates/dropdowngrid-normal.js +65 -53
- package/dist/esm/dropdowngrid/templates/dropdowngrid-popup.js +103 -91
- package/dist/esm/dropdowngrid/tests/dropdowngrid-adaptive.js +75 -63
- package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +80 -68
- package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +113 -101
- package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +82 -70
- package/dist/esm/dropdowngrid/tests/dropdowngrid-size-rounded.js +78 -66
- package/dist/esm/dropdowngrid/tests/dropdowngrid-solid.js +80 -68
- package/dist/esm/dropdowntree/dropdowntree.spec.js +35 -23
- package/dist/esm/dropdowntree/templates/dropdowntree-adaptive.js +37 -25
- package/dist/esm/dropdowntree/templates/dropdowntree-normal.js +37 -25
- package/dist/esm/dropdowntree/templates/dropdowntree-popup.js +47 -35
- package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.js +47 -35
- package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +52 -40
- package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +57 -45
- package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +52 -40
- package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.js +50 -38
- package/dist/esm/dropdowntree/tests/dropdowntree-solid.js +52 -40
- package/dist/esm/editor/editor-toolbar.js +49 -44
- package/dist/esm/editor/tests/editor-find-replace.js +57 -52
- package/dist/esm/editor/tests/editor-table-wizard.js +118 -116
- package/dist/esm/editor/tests/editor-view-source.js +13 -11
- package/dist/esm/editor/tests/editor.js +51 -46
- package/dist/esm/filemanager/tests/filemanager-contextmenu.js +87 -70
- package/dist/esm/filemanager/tests/filemanager-drag-hint.js +87 -70
- package/dist/esm/filemanager/tests/filemanager-gridview.js +152 -135
- package/dist/esm/filemanager/tests/filemanager-listview.js +106 -89
- package/dist/esm/filemanager/tests/filemanager-preview.js +205 -188
- package/dist/esm/filemanager/tests/filemanager-toolbar.js +651 -626
- package/dist/esm/filter/tests/filter.js +53 -48
- package/dist/esm/floating-label/tests/floating-label-flat.js +41 -39
- package/dist/esm/floating-label/tests/floating-label-outline.js +41 -39
- package/dist/esm/floating-label/tests/floating-label.js +41 -39
- package/dist/esm/form/tests/form-field-dateinputs.js +111 -102
- package/dist/esm/form/tests/form-field-dropdowns.js +82 -47
- package/dist/esm/form/tests/form-field-fieldset.js +54 -52
- package/dist/esm/form/tests/form-field-inputs-rtl.js +239 -222
- package/dist/esm/form/tests/form-field-inputs.js +240 -223
- package/dist/esm/gantt/tests/gantt-editing-popup-general.js +204 -195
- package/dist/esm/gantt/tests/gantt-editing-popup-other.js +241 -239
- package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +52 -47
- package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +52 -47
- package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +52 -47
- package/dist/esm/gantt/tests/gantt-react.js +51 -46
- package/dist/esm/gantt/tests/gantt-row-reordering.js +51 -46
- package/dist/esm/gantt/tests/gantt.js +51 -46
- package/dist/esm/grid/tests/grid-adaptive-column-menu.js +55 -47
- package/dist/esm/grid/tests/grid-adaptive-filter-bool.js +28 -19
- package/dist/esm/grid/tests/grid-adaptive-filter.js +37 -28
- package/dist/esm/grid/tests/grid-adaptive-pager.js +150 -93
- package/dist/esm/grid/tests/grid-adaptive-search.js +51 -46
- package/dist/esm/grid/tests/grid-angular.js +234 -141
- package/dist/esm/grid/tests/grid-column-reordering-actions.js +582 -508
- package/dist/esm/grid/tests/grid-column-reordering.js +587 -513
- package/dist/esm/grid/tests/grid-column-resizing-actions.js +730 -549
- package/dist/esm/grid/tests/grid-editing-custom-editor.js +275 -223
- package/dist/esm/grid/tests/grid-editing-inline-angular.js +51 -46
- package/dist/esm/grid/tests/grid-editing-inline-blazor.js +51 -46
- package/dist/esm/grid/tests/grid-editing.js +51 -46
- package/dist/esm/grid/tests/grid-filter-row-angular.js +51 -46
- package/dist/esm/grid/tests/grid-filter-row-blazor.js +51 -46
- package/dist/esm/grid/tests/grid-filter-row.js +160 -151
- package/dist/esm/grid/tests/grid-grouping-actions.js +548 -474
- package/dist/esm/grid/tests/grid-grouping.js +51 -46
- package/dist/esm/grid/tests/grid-pager.js +236 -179
- package/dist/esm/grid/tests/grid-row-reordering.js +540 -466
- package/dist/esm/grid/tests/grid-rows-resizing.js +51 -46
- package/dist/esm/grid/tests/grid-rtl-angular.js +216 -123
- package/dist/esm/grid/tests/grid-rtl.js +212 -119
- package/dist/esm/grid/tests/grid-selection-aggregates.js +222 -129
- package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +615 -573
- package/dist/esm/grid/tests/grid-size-sm.js +615 -573
- package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +296 -239
- package/dist/esm/grid/tests/grid-toolbar.js +51 -46
- package/dist/esm/grid/tests/grid-virtualization.js +399 -356
- package/dist/esm/grid/tests/grid.js +221 -128
- package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +56 -51
- package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +56 -51
- package/dist/esm/imageeditor/tests/imageeditor.js +51 -46
- package/dist/esm/index.js +3301 -2760
- package/dist/esm/listgroup/listgroup-item.spec.js +56 -0
- package/dist/esm/listgroup/listgroup.spec.js +103 -0
- package/dist/esm/listgroup/templates/listgroup-normal.js +114 -0
- package/dist/esm/listgroup/tests/listgroup.js +145 -40
- package/dist/esm/listview/listview.spec.js +163 -106
- package/dist/esm/listview/tests/listview-layout.js +210 -153
- package/dist/esm/listview/tests/listview-loading.js +181 -124
- package/dist/esm/listview/tests/listview.js +196 -139
- package/dist/esm/mediaplayer/tests/mediaplayer.js +51 -46
- package/dist/esm/multiselect/multiselect.spec.js +737 -19
- package/dist/esm/multiselect/templates/multiselect-adaptive.js +5786 -0
- package/dist/esm/multiselect/templates/multiselect-arrow-button.js +5780 -0
- package/dist/esm/multiselect/templates/multiselect-grouping.js +5798 -0
- package/dist/esm/multiselect/{tests/multiselect-size.js → templates/multiselect-normal.js} +1223 -577
- package/dist/esm/multiselect/templates/multiselect-popup.js +5792 -0
- package/dist/esm/multiselect/templates/multiselect-value.js +5818 -0
- package/dist/esm/multiselect/tests/multiselect-adaptive.js +5826 -0
- package/dist/esm/multiselect/tests/multiselect-flat.js +799 -148
- package/dist/esm/multiselect/tests/multiselect-grouping.js +5834 -0
- package/dist/esm/multiselect/tests/multiselect-opened.js +1161 -881
- package/dist/esm/multiselect/tests/multiselect-outline.js +799 -148
- package/dist/esm/multiselect/tests/multiselect-size-rounded.js +5854 -0
- package/dist/esm/multiselect/tests/{multiselect.js → multiselect-solid.js} +801 -138
- package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +54 -42
- package/dist/esm/pager/index.js +144 -87
- package/dist/esm/pager/pager.spec.js +144 -87
- package/dist/esm/pager/tests/{pager-responsive.js → pager-adaptive.js} +166 -110
- package/dist/esm/pager/tests/pager-sizes.js +164 -107
- package/dist/esm/pager/tests/pager.js +154 -97
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +206 -144
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +216 -154
- package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +294 -125
- package/dist/esm/pdf-viewer/tests/pdf-viewer.js +206 -144
- package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +133 -121
- package/dist/esm/pivotgrid/tests/pivotgrid-jquery-configurator.js +122 -110
- package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +55 -50
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +172 -160
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +298 -286
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +226 -214
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +356 -344
- package/dist/esm/pivotgrid/tests/pivotgrid.js +337 -325
- package/dist/esm/radio/templates/radio-inside-label.js +143 -0
- package/dist/esm/radio/templates/radio-label.js +143 -0
- package/dist/esm/radio/templates/radio-normal.js +140 -0
- package/dist/esm/radio/tests/radio-size.js +23 -74
- package/dist/esm/radio/tests/radio.js +44 -136
- package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-angular-month.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-angular.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +480 -425
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +494 -439
- package/dist/esm/scheduler/tests/scheduler-flex-layout.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-jquery-month.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-react-agenda.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-react-day.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-react-month.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-react-timeline.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-react-week.js +51 -46
- package/dist/esm/scheduler/tests/scheduler-year.js +51 -46
- package/dist/esm/scheduler/tests/scheduler.js +51 -46
- package/dist/esm/scrollview/{tests/scrollview-angular.js → scrollview-spec.js} +94 -80
- package/dist/esm/scrollview/tests/scrollview.js +108 -89
- package/dist/esm/skeleton/index.js +46 -0
- package/dist/esm/skeleton/skeleton.spec.js +48 -0
- package/dist/esm/skeleton/tests/skeleton.js +54 -11
- package/dist/esm/split-button/split-button.spec.js +124 -55
- package/dist/esm/split-button/{tests/split-button.js → templates/icon-split-button.js} +128 -96
- package/dist/esm/split-button/{tests/split-button-size.js → templates/icon-text-split-button.js} +128 -157
- package/dist/esm/split-button/templates/split-button-popup.js +4725 -0
- package/dist/esm/{scrollview/tests/scrollview-blazor.js → split-button/templates/text-split-button.js} +327 -91
- package/dist/esm/split-button/tests/split-button-flat.js +4747 -0
- package/dist/esm/split-button/tests/split-button-opened.js +4754 -0
- package/dist/esm/split-button/tests/split-button-outline.js +4747 -0
- package/dist/esm/split-button/tests/split-button-size-rounded.js +4754 -0
- package/dist/esm/split-button/tests/split-button-solid.js +4747 -0
- package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +172 -163
- package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +211 -200
- package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +46 -34
- package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +51 -46
- package/dist/esm/spreadsheet/tests/spreadsheet.js +51 -46
- package/dist/esm/switch/switch.spec.js +17 -9
- package/dist/esm/switch/templates/switch-checked.js +181 -0
- package/dist/esm/switch/templates/switch-normal.js +181 -0
- package/dist/esm/switch/tests/switch-size-rounded.js +49 -51
- package/dist/esm/switch/tests/switch.js +48 -36
- package/dist/esm/table/table-header.js +15 -3
- package/dist/esm/table/templates/data-table-normal.js +467 -0
- package/dist/esm/table/templates/table-list-virtualization.js +467 -0
- package/dist/esm/table/templates/table-list.js +497 -0
- package/dist/esm/table/templates/table-native.js +430 -0
- package/dist/esm/table/tests/table-data-sizes.js +76 -175
- package/dist/esm/table/tests/table-list-jquery.js +151 -139
- package/dist/esm/table/tests/table-list-sizes.js +69 -154
- package/dist/esm/table/tests/table-list-virtual.js +89 -76
- package/dist/esm/table/tests/table-native-sizes.js +70 -145
- package/dist/esm/table/tests/table-native-states.js +145 -58
- package/dist/esm/taskboard/tests/taskboard-card.js +51 -46
- package/dist/esm/taskboard/tests/taskboard-pane.js +55 -50
- package/dist/esm/taskboard/tests/taskboard-rtl.js +51 -46
- package/dist/esm/taskboard/tests/taskboard.js +51 -46
- package/dist/esm/textarea/templates/textarea-normal.js +4605 -0
- package/dist/esm/textarea/tests/textarea-flat.js +23 -25
- package/dist/esm/textarea/tests/textarea-outline.js +23 -25
- package/dist/esm/textarea/tests/textarea-size-rounded.js +4626 -0
- package/dist/esm/textarea/tests/{textarea.js → textarea-solid.js} +26 -28
- package/dist/esm/textarea/textarea.spec.js +4 -5
- package/dist/esm/tilelayout/tests/tilelayout-resizing.js +175 -102
- package/dist/esm/tilelayout/tests/tilelayout.js +216 -129
- package/dist/esm/tilelayout/tilelayout-item-hint.spec.js +20 -0
- package/dist/esm/tilelayout/{tests/tilelayout-react.js → tilelayout-item.spec.js} +50 -24
- package/dist/esm/tilelayout/tilelayout.spec.js +50 -0
- package/dist/esm/time-selector/templates/time-selector-all.js +4637 -0
- package/dist/esm/time-selector/templates/time-selector-hour.js +4637 -0
- package/dist/esm/time-selector/templates/time-selector-minute.js +4637 -0
- package/dist/esm/time-selector/tests/time-selector.js +197 -166
- package/dist/esm/time-selector/time-selector.spec.js +87 -14
- package/dist/esm/timedurationpicker/tests/timedurationpicker-expanded.js +32 -23
- package/dist/esm/timedurationpicker/tests/timedurationpicker.js +46 -37
- package/dist/esm/timedurationpicker/timedurationpicker.spec.js +24 -15
- package/dist/esm/timepicker/templates/timepicker-adaptive.js +67 -58
- package/dist/esm/timepicker/templates/timepicker-normal.js +67 -58
- package/dist/esm/timepicker/templates/timepicker-popup.js +67 -58
- package/dist/esm/timepicker/tests/timepicker-adaptive.js +77 -68
- package/dist/esm/timepicker/tests/timepicker-flat.js +82 -73
- package/dist/esm/timepicker/tests/timepicker-opened.js +77 -68
- package/dist/esm/timepicker/tests/timepicker-outline.js +82 -73
- package/dist/esm/timepicker/tests/timepicker-solid.js +82 -73
- package/dist/esm/timepicker/timepicker.spec.js +65 -56
- package/dist/esm/toolbar/tests/toolbar-adaptive.js +51 -46
- package/dist/esm/toolbar/tests/toolbar-angular.js +442 -425
- package/dist/esm/toolbar/tests/toolbar-components.js +444 -427
- package/dist/esm/toolbar/tests/toolbar-sizes.js +283 -270
- package/dist/esm/toolbar/tests/toolbar.js +529 -504
- package/dist/esm/toolbar/toolbar-angular.spec.js +49 -44
- package/dist/esm/toolbar/toolbar.spec.js +49 -44
- package/dist/esm/treeview/templates/treeview-checkboxes.js +4579 -0
- package/dist/esm/treeview/templates/treeview-hierarchy.js +4579 -0
- package/dist/esm/treeview/templates/treeview-icons.js +4579 -0
- package/dist/esm/treeview/templates/treeview-normal.js +4570 -0
- package/dist/esm/treeview/tests/treeview-size.js +38 -38
- package/dist/esm/treeview/tests/treeview.js +117 -112
- package/dist/esm/treeview/treeview.spec.js +17 -5
- package/dist/types/chat/chat-message-group.d.ts +22 -0
- package/dist/types/chat/chat-message.d.ts +22 -0
- package/dist/types/chat/chat-quick-replies.d.ts +13 -0
- package/dist/types/chat/chat.spec.d.ts +18 -0
- package/dist/types/chat/index.d.ts +4 -0
- package/dist/types/listgroup/index.d.ts +3 -0
- package/dist/types/listgroup/listgroup-item.spec.d.ts +25 -0
- package/dist/types/listgroup/listgroup.spec.d.ts +16 -0
- package/dist/types/listgroup/templates/listgroup-normal.d.ts +1 -0
- package/dist/types/multiselect/index.d.ts +6 -0
- package/dist/types/multiselect/multiselect.spec.d.ts +3 -0
- package/dist/types/multiselect/templates/multiselect-adaptive.d.ts +1 -0
- package/dist/types/multiselect/templates/multiselect-arrow-button.d.ts +1 -0
- package/dist/types/multiselect/templates/multiselect-grouping.d.ts +1 -0
- package/dist/types/multiselect/templates/multiselect-normal.d.ts +1 -0
- package/dist/types/multiselect/templates/multiselect-popup.d.ts +1 -0
- package/dist/types/multiselect/templates/multiselect-value.d.ts +1 -0
- package/dist/types/pager/pager.spec.d.ts +4 -2
- package/dist/types/radio/index.d.ts +3 -0
- package/dist/types/radio/templates/radio-inside-label.d.ts +1 -0
- package/dist/types/radio/templates/radio-label.d.ts +1 -0
- package/dist/types/radio/templates/radio-normal.d.ts +1 -0
- package/dist/types/scrollview/index.d.ts +1 -0
- package/dist/types/scrollview/scrollview-spec.d.ts +23 -0
- package/dist/types/skeleton/index.d.ts +1 -0
- package/dist/types/skeleton/skeleton.spec.d.ts +18 -0
- package/dist/types/split-button/index.d.ts +4 -0
- package/dist/types/split-button/split-button.spec.d.ts +3 -0
- package/dist/types/split-button/templates/icon-split-button.d.ts +1 -0
- package/dist/types/split-button/templates/icon-text-split-button.d.ts +1 -0
- package/dist/types/split-button/templates/split-button-popup.d.ts +1 -0
- package/dist/types/split-button/templates/text-split-button.d.ts +1 -0
- package/dist/types/split-button/tests/split-button-solid.d.ts +2 -0
- package/dist/types/switch/index.d.ts +2 -0
- package/dist/types/switch/switch.spec.d.ts +8 -4
- package/dist/types/switch/templates/switch-checked.d.ts +1 -0
- package/dist/types/switch/templates/switch-normal.d.ts +1 -0
- package/dist/types/table/index.d.ts +4 -0
- package/dist/types/table/templates/data-table-normal.d.ts +1 -0
- package/dist/types/table/templates/table-list-virtualization.d.ts +1 -0
- package/dist/types/table/templates/table-list.d.ts +1 -0
- package/dist/types/table/templates/table-native.d.ts +1 -0
- package/dist/types/textarea/index.d.ts +1 -0
- package/dist/types/textarea/templates/textarea-normal.d.ts +1 -0
- package/dist/types/textarea/tests/textarea-size-rounded.d.ts +2 -0
- package/dist/types/textarea/tests/textarea-solid.d.ts +2 -0
- package/dist/types/textarea/textarea.spec.d.ts +2 -2
- package/dist/types/tilelayout/index.d.ts +3 -0
- package/dist/types/tilelayout/tilelayout-item-hint.spec.d.ts +13 -0
- package/dist/types/tilelayout/tilelayout-item.spec.d.ts +17 -0
- package/dist/types/tilelayout/tilelayout.spec.d.ts +18 -0
- package/dist/types/time-selector/index.d.ts +3 -0
- package/dist/types/time-selector/templates/time-selector-all.d.ts +1 -0
- package/dist/types/time-selector/templates/time-selector-hour.d.ts +1 -0
- package/dist/types/time-selector/templates/time-selector-minute.d.ts +1 -0
- package/dist/types/treeview/index.d.ts +4 -0
- package/dist/types/treeview/templates/treeview-checkboxes.d.ts +1 -0
- package/dist/types/treeview/templates/treeview-hierarchy.d.ts +1 -0
- package/dist/types/treeview/templates/treeview-icons.d.ts +1 -0
- package/dist/types/treeview/templates/treeview-normal.d.ts +1 -0
- package/package.json +2 -2
- package/src/captcha/captcha.spec.tsx +2 -4
- package/src/chat/chat-message-group.tsx +63 -0
- package/src/chat/chat-message.tsx +58 -0
- package/src/chat/chat-quick-replies.tsx +54 -0
- package/src/chat/chat.spec.tsx +88 -0
- package/src/chat/index.ts +4 -0
- package/src/chat/tests/chat-rtl.tsx +45 -84
- package/src/chat/tests/chat-scrollable-deck.tsx +42 -56
- package/src/chat/tests/chat.tsx +85 -150
- package/src/grid/tests/grid-adaptive-pager.tsx +2 -2
- package/src/grid/tests/grid-angular.tsx +2 -1
- package/src/grid/tests/grid-rtl-angular.tsx +3 -2
- package/src/grid/tests/grid-rtl.tsx +3 -2
- package/src/grid/tests/grid-selection-aggregates.tsx +5 -4
- package/src/grid/tests/grid-size-sm-comp-sm.tsx +3 -2
- package/src/grid/tests/grid-size-sm.tsx +3 -2
- package/src/grid/tests/grid-sticky-columns-rtl.tsx +1 -1
- package/src/grid/tests/grid-virtualization.tsx +202 -200
- package/src/grid/tests/grid.tsx +3 -2
- package/src/listgroup/index.ts +3 -0
- package/src/listgroup/listgroup-item.spec.tsx +69 -0
- package/src/listgroup/listgroup.spec.tsx +62 -0
- package/src/listgroup/templates/listgroup-normal.tsx +12 -0
- package/src/listgroup/tests/listgroup.tsx +35 -38
- package/src/multiselect/index.ts +6 -0
- package/src/multiselect/multiselect.spec.tsx +22 -0
- package/src/multiselect/templates/multiselect-adaptive.tsx +8 -0
- package/src/multiselect/templates/multiselect-arrow-button.tsx +3 -0
- package/src/multiselect/templates/multiselect-grouping.tsx +23 -0
- package/src/multiselect/templates/multiselect-normal.tsx +3 -0
- package/src/multiselect/templates/multiselect-popup.tsx +16 -0
- package/src/multiselect/templates/multiselect-value.tsx +12 -0
- package/src/multiselect/tests/multiselect-adaptive.tsx +33 -0
- package/src/multiselect/tests/multiselect-flat.tsx +28 -124
- package/src/multiselect/tests/multiselect-grouping.tsx +28 -0
- package/src/multiselect/tests/multiselect-opened.tsx +3 -36
- package/src/multiselect/tests/multiselect-outline.tsx +28 -124
- package/src/multiselect/tests/multiselect-size-rounded.tsx +32 -0
- package/src/multiselect/tests/multiselect-solid.tsx +79 -0
- package/src/pager/pager.spec.tsx +36 -29
- package/src/pager/tests/pager-adaptive.tsx +25 -0
- package/src/radio/index.ts +3 -0
- package/src/radio/templates/radio-inside-label.tsx +10 -0
- package/src/radio/templates/radio-label.tsx +8 -0
- package/src/radio/templates/radio-normal.tsx +3 -0
- package/src/radio/tests/radio-size.tsx +11 -73
- package/src/radio/tests/radio.tsx +29 -142
- package/src/scrollview/index.ts +1 -0
- package/src/scrollview/scrollview-spec.tsx +134 -0
- package/src/scrollview/tests/scrollview.tsx +5 -119
- package/src/skeleton/index.tsx +1 -0
- package/src/skeleton/skeleton.spec.tsx +50 -0
- package/src/skeleton/tests/skeleton.tsx +11 -12
- package/src/split-button/index.ts +4 -0
- package/src/split-button/split-button.spec.tsx +47 -35
- package/src/split-button/templates/icon-split-button.tsx +3 -0
- package/src/split-button/templates/icon-text-split-button.tsx +3 -0
- package/src/split-button/templates/split-button-popup.tsx +17 -0
- package/src/split-button/templates/text-split-button.tsx +3 -0
- package/src/split-button/tests/split-button-flat.tsx +28 -0
- package/src/split-button/tests/split-button-opened.tsx +27 -0
- package/src/split-button/tests/split-button-outline.tsx +28 -0
- package/src/split-button/tests/split-button-size-rounded.tsx +39 -0
- package/src/split-button/tests/split-button-solid.tsx +29 -0
- package/src/switch/index.ts +2 -0
- package/src/switch/switch.spec.tsx +14 -12
- package/src/switch/templates/switch-checked.tsx +3 -0
- package/src/switch/templates/switch-normal.tsx +3 -0
- package/src/switch/tests/switch-size-rounded.tsx +23 -102
- package/src/switch/tests/switch.tsx +26 -51
- package/src/table/index.ts +5 -0
- package/src/table/templates/data-table-normal.tsx +76 -0
- package/src/table/templates/table-list-virtualization.tsx +79 -0
- package/src/table/templates/table-list.tsx +63 -0
- package/src/table/templates/table-native.tsx +64 -0
- package/src/table/tests/table-data-sizes.tsx +4 -226
- package/src/table/tests/table-list-sizes.tsx +4 -187
- package/src/table/tests/table-list-virtual.tsx +2 -78
- package/src/table/tests/table-native-sizes.tsx +4 -182
- package/src/table/tests/table-native-states.tsx +3 -5
- package/src/textarea/index.ts +1 -0
- package/src/textarea/templates/textarea-normal.tsx +3 -0
- package/src/textarea/tests/textarea-flat.tsx +17 -40
- package/src/textarea/tests/textarea-outline.tsx +17 -41
- package/src/textarea/tests/textarea-size-rounded.tsx +32 -0
- package/src/textarea/tests/textarea-solid.tsx +52 -0
- package/src/textarea/textarea.spec.tsx +4 -5
- package/src/tilelayout/index.ts +3 -0
- package/src/tilelayout/tests/tilelayout-resizing.tsx +8 -35
- package/src/tilelayout/tests/tilelayout.tsx +27 -87
- package/src/tilelayout/tilelayout-item-hint.spec.tsx +30 -0
- package/src/tilelayout/tilelayout-item.spec.tsx +69 -0
- package/src/tilelayout/tilelayout.spec.tsx +56 -0
- package/src/time-selector/index.ts +3 -0
- package/src/time-selector/templates/time-selector-all.tsx +23 -0
- package/src/time-selector/templates/time-selector-hour.tsx +23 -0
- package/src/time-selector/templates/time-selector-minute.tsx +23 -0
- package/src/time-selector/tests/time-selector.tsx +4 -39
- package/src/treeview/index.ts +4 -0
- package/src/treeview/templates/treeview-checkboxes.tsx +28 -0
- package/src/treeview/templates/treeview-hierarchy.tsx +30 -0
- package/src/treeview/templates/treeview-icons.tsx +30 -0
- package/src/treeview/templates/treeview-normal.tsx +13 -0
- package/src/treeview/tests/treeview-size.tsx +4 -41
- package/src/treeview/tests/treeview.tsx +11 -136
- package/dist/cjs/scrollview/tests/scrollview-blazor.js +0 -4317
- package/src/multiselect/tests/multiselect-size.tsx +0 -50
- package/src/multiselect/tests/multiselect.tsx +0 -176
- package/src/pager/tests/pager-responsive.tsx +0 -27
- package/src/scrollview/tests/scrollview-angular.tsx +0 -109
- package/src/scrollview/tests/scrollview-blazor.tsx +0 -120
- package/src/split-button/tests/split-button-size.tsx +0 -111
- package/src/split-button/tests/split-button.tsx +0 -87
- package/src/textarea/tests/textarea.tsx +0 -75
- package/src/tilelayout/tests/tilelayout-react.tsx +0 -44
- /package/dist/types/multiselect/tests/{multiselect-size.d.ts → multiselect-adaptive.d.ts} +0 -0
- /package/dist/types/multiselect/tests/{multiselect.d.ts → multiselect-grouping.d.ts} +0 -0
- /package/dist/types/{pager/tests/pager-responsive.d.ts → multiselect/tests/multiselect-size-rounded.d.ts} +0 -0
- /package/dist/types/{scrollview/tests/scrollview-angular.d.ts → multiselect/tests/multiselect-solid.d.ts} +0 -0
- /package/dist/types/{scrollview/tests/scrollview-blazor.d.ts → pager/tests/pager-adaptive.d.ts} +0 -0
- /package/dist/types/split-button/tests/{split-button-size.d.ts → split-button-flat.d.ts} +0 -0
- /package/dist/types/split-button/tests/{split-button.d.ts → split-button-opened.d.ts} +0 -0
- /package/dist/types/{textarea/tests/textarea.d.ts → split-button/tests/split-button-outline.d.ts} +0 -0
- /package/dist/types/{tilelayout/tests/tilelayout-react.d.ts → split-button/tests/split-button-size-rounded.d.ts} +0 -0
|
@@ -5432,8 +5432,17 @@ var TimeSelectorHeader = (props) => {
|
|
|
5432
5432
|
// src/time-selector/time-selector-fast-selection.tsx
|
|
5433
5433
|
import { jsx as jsx37, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
5434
5434
|
|
|
5435
|
+
// src/time-selector/templates/time-selector-all.tsx
|
|
5436
|
+
import { jsx as jsx38, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
5437
|
+
|
|
5438
|
+
// src/time-selector/templates/time-selector-hour.tsx
|
|
5439
|
+
import { jsx as jsx39, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
5440
|
+
|
|
5441
|
+
// src/time-selector/templates/time-selector-minute.tsx
|
|
5442
|
+
import { jsx as jsx40, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
5443
|
+
|
|
5435
5444
|
// src/datetime-selector/datetime-selector.spec.tsx
|
|
5436
|
-
import { Fragment as Fragment12, jsx as
|
|
5445
|
+
import { Fragment as Fragment12, jsx as jsx41, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
5437
5446
|
var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
|
|
5438
5447
|
var states20 = [];
|
|
5439
5448
|
var options18 = {
|
|
@@ -5452,7 +5461,7 @@ var DateTimeSelector = (props) => {
|
|
|
5452
5461
|
dir,
|
|
5453
5462
|
...other
|
|
5454
5463
|
} = props;
|
|
5455
|
-
return /* @__PURE__ */
|
|
5464
|
+
return /* @__PURE__ */ jsxs18(
|
|
5456
5465
|
"div",
|
|
5457
5466
|
{
|
|
5458
5467
|
...other,
|
|
@@ -5468,20 +5477,20 @@ var DateTimeSelector = (props) => {
|
|
|
5468
5477
|
})
|
|
5469
5478
|
),
|
|
5470
5479
|
children: [
|
|
5471
|
-
/* @__PURE__ */
|
|
5472
|
-
/* @__PURE__ */
|
|
5473
|
-
/* @__PURE__ */
|
|
5480
|
+
/* @__PURE__ */ jsx41("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs18(ButtonGroup, { stretched: true, children: [
|
|
5481
|
+
/* @__PURE__ */ jsx41(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
|
|
5482
|
+
/* @__PURE__ */ jsx41(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
|
|
5474
5483
|
] }) }),
|
|
5475
|
-
/* @__PURE__ */
|
|
5476
|
-
/* @__PURE__ */
|
|
5477
|
-
/* @__PURE__ */
|
|
5478
|
-
] }) : /* @__PURE__ */
|
|
5479
|
-
/* @__PURE__ */
|
|
5480
|
-
/* @__PURE__ */
|
|
5484
|
+
/* @__PURE__ */ jsx41("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs18(Fragment12, { children: [
|
|
5485
|
+
/* @__PURE__ */ jsx41("div", { className: "k-datetime-calendar-wrap" }),
|
|
5486
|
+
/* @__PURE__ */ jsx41("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx41(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx41(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx41(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
|
|
5487
|
+
] }) : /* @__PURE__ */ jsxs18(Fragment12, { children: [
|
|
5488
|
+
/* @__PURE__ */ jsx41("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx41(Calendar, { size, showOtherMonth: true, dir }) }),
|
|
5489
|
+
/* @__PURE__ */ jsx41("div", { className: "k-datetime-time-wrap" })
|
|
5481
5490
|
] }) }),
|
|
5482
|
-
actionButtons && /* @__PURE__ */
|
|
5483
|
-
/* @__PURE__ */
|
|
5484
|
-
/* @__PURE__ */
|
|
5491
|
+
actionButtons && /* @__PURE__ */ jsxs18(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
|
|
5492
|
+
/* @__PURE__ */ jsx41(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
|
|
5493
|
+
/* @__PURE__ */ jsx41(Button, { size, className: "k-time-cancel", children: "Cancel" })
|
|
5485
5494
|
] })
|
|
5486
5495
|
]
|
|
5487
5496
|
}
|
|
@@ -5493,7 +5502,7 @@ DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
|
|
|
5493
5502
|
DateTimeSelector.defaultProps = defaultProps17;
|
|
5494
5503
|
|
|
5495
5504
|
// src/action-sheet/action-sheet.spec.tsx
|
|
5496
|
-
import { Fragment as Fragment13, jsx as
|
|
5505
|
+
import { Fragment as Fragment13, jsx as jsx42, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
5497
5506
|
var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
|
|
5498
5507
|
var states21 = [];
|
|
5499
5508
|
var options19 = {};
|
|
@@ -5516,8 +5525,8 @@ var ActionSheet = (props) => {
|
|
|
5516
5525
|
overlay = defaultProps18.overlay,
|
|
5517
5526
|
...other
|
|
5518
5527
|
} = props;
|
|
5519
|
-
const _ActionSheetHeader = title ? /* @__PURE__ */
|
|
5520
|
-
const _ActionSheetFooter = actions ? /* @__PURE__ */
|
|
5528
|
+
const _ActionSheetHeader = title ? /* @__PURE__ */ jsx42(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
|
|
5529
|
+
const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx42(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx42(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
|
|
5521
5530
|
const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
|
|
5522
5531
|
switch (child.type) {
|
|
5523
5532
|
case ActionSheetHeader:
|
|
@@ -5527,10 +5536,10 @@ var ActionSheet = (props) => {
|
|
|
5527
5536
|
return true;
|
|
5528
5537
|
}
|
|
5529
5538
|
return true;
|
|
5530
|
-
}) : children.type === ActionSheetItems ? children : /* @__PURE__ */
|
|
5531
|
-
return /* @__PURE__ */
|
|
5532
|
-
overlay && /* @__PURE__ */
|
|
5533
|
-
/* @__PURE__ */
|
|
5539
|
+
}) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx42(Fragment13, {});
|
|
5540
|
+
return /* @__PURE__ */ jsxs19("div", { className: "k-actionsheet-container", children: [
|
|
5541
|
+
overlay && /* @__PURE__ */ jsx42("div", { className: "k-overlay" }),
|
|
5542
|
+
/* @__PURE__ */ jsx42(
|
|
5534
5543
|
AnimationContainer,
|
|
5535
5544
|
{
|
|
5536
5545
|
animationStyle: {
|
|
@@ -5540,7 +5549,7 @@ var ActionSheet = (props) => {
|
|
|
5540
5549
|
[`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
|
|
5541
5550
|
[`${side === "left" || side === "right" ? "height" : null}`]: "100%"
|
|
5542
5551
|
},
|
|
5543
|
-
children: /* @__PURE__ */
|
|
5552
|
+
children: /* @__PURE__ */ jsx42(
|
|
5544
5553
|
"div",
|
|
5545
5554
|
{
|
|
5546
5555
|
...other,
|
|
@@ -5553,9 +5562,9 @@ var ActionSheet = (props) => {
|
|
|
5553
5562
|
"k-adaptive-actionsheet": adaptive
|
|
5554
5563
|
}
|
|
5555
5564
|
),
|
|
5556
|
-
children: /* @__PURE__ */
|
|
5565
|
+
children: /* @__PURE__ */ jsxs19(Fragment13, { children: [
|
|
5557
5566
|
_ActionSheetHeader,
|
|
5558
|
-
/* @__PURE__ */
|
|
5567
|
+
/* @__PURE__ */ jsx42("div", { className: classNames(
|
|
5559
5568
|
"k-actionsheet-content",
|
|
5560
5569
|
{
|
|
5561
5570
|
"!k-overflow-hidden": adaptive
|
|
@@ -5575,7 +5584,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
|
|
|
5575
5584
|
ActionSheet.defaultProps = defaultProps18;
|
|
5576
5585
|
|
|
5577
5586
|
// src/searchbox/searchbox.spec.tsx
|
|
5578
|
-
import { jsx as
|
|
5587
|
+
import { jsx as jsx43, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
5579
5588
|
var SEARCHBOX_CLASSNAME = `k-searchbox`;
|
|
5580
5589
|
var states22 = [
|
|
5581
5590
|
States.hover,
|
|
@@ -5616,7 +5625,7 @@ var Searchbox = (props) => {
|
|
|
5616
5625
|
icon = defaultProps19.icon,
|
|
5617
5626
|
...other
|
|
5618
5627
|
} = props;
|
|
5619
|
-
return /* @__PURE__ */
|
|
5628
|
+
return /* @__PURE__ */ jsxs20(
|
|
5620
5629
|
Input,
|
|
5621
5630
|
{
|
|
5622
5631
|
...other,
|
|
@@ -5632,11 +5641,11 @@ var Searchbox = (props) => {
|
|
|
5632
5641
|
disabled,
|
|
5633
5642
|
className: classNames(props.className, SEARCHBOX_CLASSNAME),
|
|
5634
5643
|
children: [
|
|
5635
|
-
showIcon && /* @__PURE__ */
|
|
5636
|
-
/* @__PURE__ */
|
|
5637
|
-
/* @__PURE__ */
|
|
5638
|
-
/* @__PURE__ */
|
|
5639
|
-
/* @__PURE__ */
|
|
5644
|
+
showIcon && /* @__PURE__ */ jsx43(Icon, { className: "k-input-icon", icon }),
|
|
5645
|
+
/* @__PURE__ */ jsx43(InputInnerInput, { placeholder, value }),
|
|
5646
|
+
/* @__PURE__ */ jsx43(InputLoadingIcon, { ...props }),
|
|
5647
|
+
/* @__PURE__ */ jsx43(InputValidationIcon, { ...props }),
|
|
5648
|
+
/* @__PURE__ */ jsx43(InputClearValue, { ...props })
|
|
5640
5649
|
]
|
|
5641
5650
|
}
|
|
5642
5651
|
);
|
|
@@ -5647,10 +5656,10 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
|
|
|
5647
5656
|
Searchbox.defaultProps = defaultProps19;
|
|
5648
5657
|
|
|
5649
5658
|
// src/searchbox/templates/searchbox-normal.tsx
|
|
5650
|
-
import { jsx as
|
|
5659
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
5651
5660
|
|
|
5652
5661
|
// src/action-sheet/actionsheet-header.tsx
|
|
5653
|
-
import { Fragment as Fragment14, jsx as
|
|
5662
|
+
import { Fragment as Fragment14, jsx as jsx45, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
5654
5663
|
var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
|
|
5655
5664
|
var ActionSheetHeader = (props) => {
|
|
5656
5665
|
const {
|
|
@@ -5660,7 +5669,7 @@ var ActionSheetHeader = (props) => {
|
|
|
5660
5669
|
filter,
|
|
5661
5670
|
...other
|
|
5662
5671
|
} = props;
|
|
5663
|
-
return /* @__PURE__ */
|
|
5672
|
+
return /* @__PURE__ */ jsx45(
|
|
5664
5673
|
"div",
|
|
5665
5674
|
{
|
|
5666
5675
|
...other,
|
|
@@ -5668,30 +5677,30 @@ var ActionSheetHeader = (props) => {
|
|
|
5668
5677
|
props.className,
|
|
5669
5678
|
ACTIONSHEETHEADER_CLASSNAME
|
|
5670
5679
|
),
|
|
5671
|
-
children: /* @__PURE__ */
|
|
5672
|
-
/* @__PURE__ */
|
|
5673
|
-
!props.children && (title || subTitle) && /* @__PURE__ */
|
|
5674
|
-
title !== "" && /* @__PURE__ */
|
|
5675
|
-
subTitle !== "" && /* @__PURE__ */
|
|
5680
|
+
children: /* @__PURE__ */ jsxs21(Fragment14, { children: [
|
|
5681
|
+
/* @__PURE__ */ jsxs21("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
|
|
5682
|
+
!props.children && (title || subTitle) && /* @__PURE__ */ jsx45(Fragment14, { children: /* @__PURE__ */ jsxs21("div", { className: "k-actionsheet-title", children: [
|
|
5683
|
+
title !== "" && /* @__PURE__ */ jsx45("div", { className: "k-text-center", children: title }),
|
|
5684
|
+
subTitle !== "" && /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
|
|
5676
5685
|
] }) }),
|
|
5677
|
-
props.children && /* @__PURE__ */
|
|
5678
|
-
actions && /* @__PURE__ */
|
|
5686
|
+
props.children && /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-title", children: props.children }),
|
|
5687
|
+
actions && /* @__PURE__ */ jsx45(Fragment14, { children: /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx45(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
|
|
5679
5688
|
] }),
|
|
5680
|
-
filter && /* @__PURE__ */
|
|
5689
|
+
filter && /* @__PURE__ */ jsx45(Fragment14, { children: /* @__PURE__ */ jsx45("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx45(Searchbox, { placeholder: "Filter", size: "large" }) }) })
|
|
5681
5690
|
] })
|
|
5682
5691
|
}
|
|
5683
5692
|
);
|
|
5684
5693
|
};
|
|
5685
5694
|
|
|
5686
5695
|
// src/action-sheet/actionsheet-footer.tsx
|
|
5687
|
-
import { Fragment as Fragment15, jsx as
|
|
5696
|
+
import { Fragment as Fragment15, jsx as jsx46, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
5688
5697
|
var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
|
|
5689
5698
|
var ActionSheetFooter = (props) => {
|
|
5690
5699
|
const {
|
|
5691
5700
|
actions,
|
|
5692
5701
|
...other
|
|
5693
5702
|
} = props;
|
|
5694
|
-
return /* @__PURE__ */
|
|
5703
|
+
return /* @__PURE__ */ jsx46(
|
|
5695
5704
|
action_buttons_spec_default,
|
|
5696
5705
|
{
|
|
5697
5706
|
...other,
|
|
@@ -5700,17 +5709,17 @@ var ActionSheetFooter = (props) => {
|
|
|
5700
5709
|
ACTIONSHEETFOOTER_CLASSNAME
|
|
5701
5710
|
),
|
|
5702
5711
|
alignment: "stretched",
|
|
5703
|
-
children: /* @__PURE__ */
|
|
5712
|
+
children: /* @__PURE__ */ jsxs22(Fragment15, { children: [
|
|
5704
5713
|
actions && actions.map((action, index) => {
|
|
5705
5714
|
if (action === "|") {
|
|
5706
|
-
return /* @__PURE__ */
|
|
5715
|
+
return /* @__PURE__ */ jsx46("span", { className: "k-separator" }, index);
|
|
5707
5716
|
}
|
|
5708
5717
|
if (action === " ") {
|
|
5709
|
-
return /* @__PURE__ */
|
|
5718
|
+
return /* @__PURE__ */ jsx46("span", { className: "k-spacer" }, index);
|
|
5710
5719
|
}
|
|
5711
5720
|
const importantFlag = action.startsWith("!");
|
|
5712
5721
|
const actionName = importantFlag ? action.substring(1) : action;
|
|
5713
|
-
return /* @__PURE__ */
|
|
5722
|
+
return /* @__PURE__ */ jsx46(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
|
|
5714
5723
|
}),
|
|
5715
5724
|
!actions && props.children
|
|
5716
5725
|
] })
|
|
@@ -5719,12 +5728,12 @@ var ActionSheetFooter = (props) => {
|
|
|
5719
5728
|
};
|
|
5720
5729
|
|
|
5721
5730
|
// src/action-sheet/actionsheet-items.tsx
|
|
5722
|
-
import { jsx as
|
|
5731
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
5723
5732
|
var ActionSheetItems = (props) => {
|
|
5724
5733
|
const {
|
|
5725
5734
|
...other
|
|
5726
5735
|
} = props;
|
|
5727
|
-
return /* @__PURE__ */
|
|
5736
|
+
return /* @__PURE__ */ jsx47(
|
|
5728
5737
|
"div",
|
|
5729
5738
|
{
|
|
5730
5739
|
...other,
|
|
@@ -5738,7 +5747,7 @@ var ActionSheetItems = (props) => {
|
|
|
5738
5747
|
};
|
|
5739
5748
|
|
|
5740
5749
|
// src/action-sheet/actionsheet-item.tsx
|
|
5741
|
-
import { Fragment as Fragment16, jsx as
|
|
5750
|
+
import { Fragment as Fragment16, jsx as jsx48, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
5742
5751
|
var states23 = [
|
|
5743
5752
|
States.hover,
|
|
5744
5753
|
States.focus,
|
|
@@ -5747,7 +5756,7 @@ var states23 = [
|
|
|
5747
5756
|
];
|
|
5748
5757
|
|
|
5749
5758
|
// src/datetimepicker/datetimepicker.spec.tsx
|
|
5750
|
-
import { Fragment as Fragment17, jsx as
|
|
5759
|
+
import { Fragment as Fragment17, jsx as jsx49, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
5751
5760
|
var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
|
|
5752
5761
|
var states24 = [
|
|
5753
5762
|
States.hover,
|
|
@@ -5794,8 +5803,8 @@ var DateTimePicker = (props) => {
|
|
|
5794
5803
|
adaptiveSettings,
|
|
5795
5804
|
...other
|
|
5796
5805
|
} = props;
|
|
5797
|
-
return /* @__PURE__ */
|
|
5798
|
-
/* @__PURE__ */
|
|
5806
|
+
return /* @__PURE__ */ jsxs24(Fragment17, { children: [
|
|
5807
|
+
/* @__PURE__ */ jsxs24(
|
|
5799
5808
|
Input,
|
|
5800
5809
|
{
|
|
5801
5810
|
...other,
|
|
@@ -5813,9 +5822,9 @@ var DateTimePicker = (props) => {
|
|
|
5813
5822
|
readonly,
|
|
5814
5823
|
className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
|
|
5815
5824
|
children: [
|
|
5816
|
-
/* @__PURE__ */
|
|
5817
|
-
/* @__PURE__ */
|
|
5818
|
-
/* @__PURE__ */
|
|
5825
|
+
/* @__PURE__ */ jsx49(InputPrefix, { children: prefix }),
|
|
5826
|
+
/* @__PURE__ */ jsx49(InputInnerInput, { placeholder, value }),
|
|
5827
|
+
/* @__PURE__ */ jsx49(
|
|
5819
5828
|
InputValidationIcon,
|
|
5820
5829
|
{
|
|
5821
5830
|
valid,
|
|
@@ -5824,14 +5833,14 @@ var DateTimePicker = (props) => {
|
|
|
5824
5833
|
disabled
|
|
5825
5834
|
}
|
|
5826
5835
|
),
|
|
5827
|
-
/* @__PURE__ */
|
|
5836
|
+
/* @__PURE__ */ jsx49(
|
|
5828
5837
|
InputLoadingIcon,
|
|
5829
5838
|
{
|
|
5830
5839
|
loading,
|
|
5831
5840
|
disabled
|
|
5832
5841
|
}
|
|
5833
5842
|
),
|
|
5834
|
-
/* @__PURE__ */
|
|
5843
|
+
/* @__PURE__ */ jsx49(
|
|
5835
5844
|
InputClearValue,
|
|
5836
5845
|
{
|
|
5837
5846
|
loading,
|
|
@@ -5840,8 +5849,8 @@ var DateTimePicker = (props) => {
|
|
|
5840
5849
|
value
|
|
5841
5850
|
}
|
|
5842
5851
|
),
|
|
5843
|
-
/* @__PURE__ */
|
|
5844
|
-
/* @__PURE__ */
|
|
5852
|
+
/* @__PURE__ */ jsx49(InputSuffix, { children: suffix }),
|
|
5853
|
+
/* @__PURE__ */ jsx49(
|
|
5845
5854
|
Button,
|
|
5846
5855
|
{
|
|
5847
5856
|
className: "k-input-button",
|
|
@@ -5854,9 +5863,9 @@ var DateTimePicker = (props) => {
|
|
|
5854
5863
|
]
|
|
5855
5864
|
}
|
|
5856
5865
|
),
|
|
5857
|
-
opened && /* @__PURE__ */
|
|
5858
|
-
adaptive && /* @__PURE__ */
|
|
5859
|
-
/* @__PURE__ */
|
|
5866
|
+
opened && /* @__PURE__ */ jsx49(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx49(DateTimeSelector, { tab, dir }) }),
|
|
5867
|
+
adaptive && /* @__PURE__ */ jsxs24(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
5868
|
+
/* @__PURE__ */ jsx49(
|
|
5860
5869
|
ActionSheetHeader,
|
|
5861
5870
|
{
|
|
5862
5871
|
actions: ["x"],
|
|
@@ -5864,8 +5873,8 @@ var DateTimePicker = (props) => {
|
|
|
5864
5873
|
subTitle: "DD / MM / YY"
|
|
5865
5874
|
}
|
|
5866
5875
|
),
|
|
5867
|
-
/* @__PURE__ */
|
|
5868
|
-
/* @__PURE__ */
|
|
5876
|
+
/* @__PURE__ */ jsx49(DateTimeSelector, { size: "large", tab, actionButtons: false }),
|
|
5877
|
+
/* @__PURE__ */ jsx49(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
|
|
5869
5878
|
] })
|
|
5870
5879
|
] });
|
|
5871
5880
|
};
|
|
@@ -5876,35 +5885,35 @@ DateTimePicker.defaultProps = defaultProps20;
|
|
|
5876
5885
|
var datetimepicker_spec_default = DateTimePicker;
|
|
5877
5886
|
|
|
5878
5887
|
// src/datetimepicker/templates/datetimepicker-normal.tsx
|
|
5879
|
-
import { jsx as
|
|
5880
|
-
var DateTimePickerNormal = (props) => /* @__PURE__ */
|
|
5888
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
5889
|
+
var DateTimePickerNormal = (props) => /* @__PURE__ */ jsx50(datetimepicker_spec_default, { ...props });
|
|
5881
5890
|
|
|
5882
5891
|
// src/datetimepicker/templates/datetimepicker-popup.tsx
|
|
5883
|
-
import { jsx as
|
|
5892
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
5884
5893
|
|
|
5885
5894
|
// src/datetimepicker/templates/datetimepicker-adaptive.tsx
|
|
5886
|
-
import { jsx as
|
|
5895
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
5887
5896
|
|
|
5888
5897
|
// src/datetimepicker/tests/datetimepicker-solid.tsx
|
|
5889
|
-
import { Fragment as Fragment18, jsx as
|
|
5898
|
+
import { Fragment as Fragment18, jsx as jsx53, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
5890
5899
|
var styles = `
|
|
5891
5900
|
#test-area {
|
|
5892
5901
|
max-width: 660px;
|
|
5893
5902
|
}
|
|
5894
5903
|
`;
|
|
5895
|
-
var datetimepicker_solid_default = () => /* @__PURE__ */
|
|
5896
|
-
/* @__PURE__ */
|
|
5897
|
-
/* @__PURE__ */
|
|
5898
|
-
/* @__PURE__ */
|
|
5899
|
-
/* @__PURE__ */
|
|
5900
|
-
/* @__PURE__ */
|
|
5901
|
-
/* @__PURE__ */
|
|
5902
|
-
["normal", ...DateTimePicker.states].map((state) => /* @__PURE__ */
|
|
5903
|
-
/* @__PURE__ */
|
|
5904
|
-
/* @__PURE__ */
|
|
5904
|
+
var datetimepicker_solid_default = () => /* @__PURE__ */ jsxs25(Fragment18, { children: [
|
|
5905
|
+
/* @__PURE__ */ jsx53("style", { children: styles }),
|
|
5906
|
+
/* @__PURE__ */ jsxs25("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
5907
|
+
/* @__PURE__ */ jsx53("span", { children: "DateTimePicker" }),
|
|
5908
|
+
/* @__PURE__ */ jsx53("span", { children: "DateTimePicker RTL" }),
|
|
5909
|
+
/* @__PURE__ */ jsx53("div", { children: /* @__PURE__ */ jsx53(DateTimePickerNormal, { placeholder: "placeholder..." }) }),
|
|
5910
|
+
/* @__PURE__ */ jsx53("div", { dir: "rtl", children: /* @__PURE__ */ jsx53(DateTimePickerNormal, { placeholder: "placeholder..." }) }),
|
|
5911
|
+
["normal", ...DateTimePicker.states].map((state) => /* @__PURE__ */ jsxs25(Fragment18, { children: [
|
|
5912
|
+
/* @__PURE__ */ jsx53("div", { children: /* @__PURE__ */ jsx53(DateTimePickerNormal, { ...{ [state]: true }, value: state }) }),
|
|
5913
|
+
/* @__PURE__ */ jsx53("div", { dir: "rtl", children: /* @__PURE__ */ jsx53(DateTimePickerNormal, { ...{ [state]: true }, value: state }) })
|
|
5905
5914
|
] })),
|
|
5906
|
-
/* @__PURE__ */
|
|
5907
|
-
/* @__PURE__ */
|
|
5915
|
+
/* @__PURE__ */ jsx53("div", { children: /* @__PURE__ */ jsx53(DateTimePickerNormal, { value: "invalid focus", invalid: true, focus: true }) }),
|
|
5916
|
+
/* @__PURE__ */ jsx53("div", { dir: "rtl", children: /* @__PURE__ */ jsx53(DateTimePickerNormal, { value: "invalid focus", invalid: true, focus: true }) })
|
|
5908
5917
|
] })
|
|
5909
5918
|
] });
|
|
5910
5919
|
export {
|
|
@@ -5371,8 +5371,20 @@ var TableListGroupRow = (props) => /* @__PURE__ */ jsx47(
|
|
|
5371
5371
|
}
|
|
5372
5372
|
);
|
|
5373
5373
|
|
|
5374
|
+
// src/table/templates/table-list.tsx
|
|
5375
|
+
import { jsx as jsx48, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
5376
|
+
|
|
5377
|
+
// src/table/templates/table-list-virtualization.tsx
|
|
5378
|
+
import { jsx as jsx49, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
5379
|
+
|
|
5380
|
+
// src/table/templates/data-table-normal.tsx
|
|
5381
|
+
import { jsx as jsx50, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
5382
|
+
|
|
5383
|
+
// src/table/templates/table-native.tsx
|
|
5384
|
+
import { jsx as jsx51, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
5385
|
+
|
|
5374
5386
|
// src/dropdowngrid/dropdowngrid.spec.tsx
|
|
5375
|
-
import { Fragment as Fragment14, jsx as
|
|
5387
|
+
import { Fragment as Fragment14, jsx as jsx52, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
5376
5388
|
var DROPDOWNGRID_CLASSNAME = `k-dropdowngrid`;
|
|
5377
5389
|
var states23 = [
|
|
5378
5390
|
States.hover,
|
|
@@ -5417,8 +5429,8 @@ var DropdownGrid = (props) => {
|
|
|
5417
5429
|
adaptiveSettings,
|
|
5418
5430
|
...other
|
|
5419
5431
|
} = props;
|
|
5420
|
-
return /* @__PURE__ */
|
|
5421
|
-
/* @__PURE__ */
|
|
5432
|
+
return /* @__PURE__ */ jsxs12(Fragment14, { children: [
|
|
5433
|
+
/* @__PURE__ */ jsxs12(
|
|
5422
5434
|
Input,
|
|
5423
5435
|
{
|
|
5424
5436
|
...other,
|
|
@@ -5439,9 +5451,9 @@ var DropdownGrid = (props) => {
|
|
|
5439
5451
|
"k-combobox"
|
|
5440
5452
|
),
|
|
5441
5453
|
children: [
|
|
5442
|
-
/* @__PURE__ */
|
|
5443
|
-
/* @__PURE__ */
|
|
5444
|
-
/* @__PURE__ */
|
|
5454
|
+
/* @__PURE__ */ jsx52(InputPrefix, { children: prefix }),
|
|
5455
|
+
/* @__PURE__ */ jsx52(InputInnerInput, { placeholder, value }),
|
|
5456
|
+
/* @__PURE__ */ jsx52(
|
|
5445
5457
|
InputValidationIcon,
|
|
5446
5458
|
{
|
|
5447
5459
|
valid,
|
|
@@ -5450,14 +5462,14 @@ var DropdownGrid = (props) => {
|
|
|
5450
5462
|
disabled
|
|
5451
5463
|
}
|
|
5452
5464
|
),
|
|
5453
|
-
/* @__PURE__ */
|
|
5465
|
+
/* @__PURE__ */ jsx52(
|
|
5454
5466
|
InputLoadingIcon,
|
|
5455
5467
|
{
|
|
5456
5468
|
loading,
|
|
5457
5469
|
disabled
|
|
5458
5470
|
}
|
|
5459
5471
|
),
|
|
5460
|
-
/* @__PURE__ */
|
|
5472
|
+
/* @__PURE__ */ jsx52(
|
|
5461
5473
|
InputClearValue,
|
|
5462
5474
|
{
|
|
5463
5475
|
loading,
|
|
@@ -5466,8 +5478,8 @@ var DropdownGrid = (props) => {
|
|
|
5466
5478
|
value
|
|
5467
5479
|
}
|
|
5468
5480
|
),
|
|
5469
|
-
/* @__PURE__ */
|
|
5470
|
-
/* @__PURE__ */
|
|
5481
|
+
/* @__PURE__ */ jsx52(InputSuffix, { children: suffix }),
|
|
5482
|
+
/* @__PURE__ */ jsx52(
|
|
5471
5483
|
Button,
|
|
5472
5484
|
{
|
|
5473
5485
|
className: "k-input-button",
|
|
@@ -5480,9 +5492,9 @@ var DropdownGrid = (props) => {
|
|
|
5480
5492
|
]
|
|
5481
5493
|
}
|
|
5482
5494
|
),
|
|
5483
|
-
opened && popup && /* @__PURE__ */
|
|
5484
|
-
adaptive && /* @__PURE__ */
|
|
5485
|
-
/* @__PURE__ */
|
|
5495
|
+
opened && popup && /* @__PURE__ */ jsx52(Popup, { className: "k-dropdowngrid-popup", children: popup }),
|
|
5496
|
+
adaptive && /* @__PURE__ */ jsxs12(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
5497
|
+
/* @__PURE__ */ jsx52(
|
|
5486
5498
|
ActionSheetHeader,
|
|
5487
5499
|
{
|
|
5488
5500
|
actions: ["x"],
|
|
@@ -5490,54 +5502,54 @@ var DropdownGrid = (props) => {
|
|
|
5490
5502
|
title: "Select Item"
|
|
5491
5503
|
}
|
|
5492
5504
|
),
|
|
5493
|
-
/* @__PURE__ */
|
|
5494
|
-
/* @__PURE__ */
|
|
5495
|
-
/* @__PURE__ */
|
|
5496
|
-
/* @__PURE__ */
|
|
5497
|
-
/* @__PURE__ */
|
|
5498
|
-
/* @__PURE__ */
|
|
5505
|
+
/* @__PURE__ */ jsx52("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs12(DataTable, { size: "large", children: [
|
|
5506
|
+
/* @__PURE__ */ jsxs12(TableHeader, { children: [
|
|
5507
|
+
/* @__PURE__ */ jsxs12("colgroup", { children: [
|
|
5508
|
+
/* @__PURE__ */ jsx52("col", { style: { width: "50px" } }),
|
|
5509
|
+
/* @__PURE__ */ jsx52("col", { style: { width: "160px" } }),
|
|
5510
|
+
/* @__PURE__ */ jsx52("col", {})
|
|
5499
5511
|
] }),
|
|
5500
|
-
/* @__PURE__ */
|
|
5501
|
-
/* @__PURE__ */
|
|
5502
|
-
/* @__PURE__ */
|
|
5503
|
-
/* @__PURE__ */
|
|
5512
|
+
/* @__PURE__ */ jsx52(TableThead, { children: /* @__PURE__ */ jsxs12(TableRow, { children: [
|
|
5513
|
+
/* @__PURE__ */ jsx52(TableTh, { text: "ID" }),
|
|
5514
|
+
/* @__PURE__ */ jsx52(TableTh, { text: "Name" }),
|
|
5515
|
+
/* @__PURE__ */ jsx52(TableTh, { text: "Job Title" })
|
|
5504
5516
|
] }) })
|
|
5505
5517
|
] }),
|
|
5506
|
-
/* @__PURE__ */
|
|
5507
|
-
/* @__PURE__ */
|
|
5508
|
-
/* @__PURE__ */
|
|
5509
|
-
/* @__PURE__ */
|
|
5510
|
-
/* @__PURE__ */
|
|
5511
|
-
/* @__PURE__ */
|
|
5518
|
+
/* @__PURE__ */ jsx52(TableGroupStickyHeader, { children: /* @__PURE__ */ jsx52(TableListTh, { text: "Initial group" }) }),
|
|
5519
|
+
/* @__PURE__ */ jsx52(TableBody, { children: /* @__PURE__ */ jsxs12(TableList, { children: [
|
|
5520
|
+
/* @__PURE__ */ jsxs12(TableListRow, { children: [
|
|
5521
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "1", style: { width: "50px" } }),
|
|
5522
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "Data 1.2", style: { width: "160px" } }),
|
|
5523
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "Data 1.3" })
|
|
5512
5524
|
] }),
|
|
5513
|
-
/* @__PURE__ */
|
|
5514
|
-
/* @__PURE__ */
|
|
5515
|
-
/* @__PURE__ */
|
|
5516
|
-
/* @__PURE__ */
|
|
5525
|
+
/* @__PURE__ */ jsxs12(TableListRow, { alt: true, children: [
|
|
5526
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "2", style: { width: "50px" } }),
|
|
5527
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "Data 2.2 (alt)", style: { width: "160px" } }),
|
|
5528
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "Data 2.3" })
|
|
5517
5529
|
] }),
|
|
5518
|
-
/* @__PURE__ */
|
|
5519
|
-
/* @__PURE__ */
|
|
5520
|
-
/* @__PURE__ */
|
|
5521
|
-
/* @__PURE__ */
|
|
5530
|
+
/* @__PURE__ */ jsxs12(TableListRow, { children: [
|
|
5531
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "3", style: { width: "50px" } }),
|
|
5532
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "Data 3.2", style: { width: "160px" } }),
|
|
5533
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "Data 3.3" })
|
|
5522
5534
|
] }),
|
|
5523
|
-
/* @__PURE__ */
|
|
5524
|
-
/* @__PURE__ */
|
|
5525
|
-
/* @__PURE__ */
|
|
5526
|
-
/* @__PURE__ */
|
|
5527
|
-
/* @__PURE__ */
|
|
5535
|
+
/* @__PURE__ */ jsx52(TableListGroupRow, { children: /* @__PURE__ */ jsx52(TableListTh, { text: "Group" }) }),
|
|
5536
|
+
/* @__PURE__ */ jsxs12(TableListRow, { children: [
|
|
5537
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "4", style: { width: "50px" } }),
|
|
5538
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "Data 4.2", style: { width: "160px" } }),
|
|
5539
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "Data 4.3" })
|
|
5528
5540
|
] }),
|
|
5529
|
-
/* @__PURE__ */
|
|
5530
|
-
/* @__PURE__ */
|
|
5531
|
-
/* @__PURE__ */
|
|
5532
|
-
/* @__PURE__ */
|
|
5541
|
+
/* @__PURE__ */ jsxs12(TableListRow, { alt: true, children: [
|
|
5542
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "5", style: { width: "50px" } }),
|
|
5543
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "Data 5.2 (alt)", style: { width: "160px" } }),
|
|
5544
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "Data 5.3" })
|
|
5533
5545
|
] }),
|
|
5534
|
-
/* @__PURE__ */
|
|
5535
|
-
/* @__PURE__ */
|
|
5536
|
-
/* @__PURE__ */
|
|
5537
|
-
/* @__PURE__ */
|
|
5546
|
+
/* @__PURE__ */ jsxs12(TableListRow, { children: [
|
|
5547
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "6", style: { width: "50px" } }),
|
|
5548
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "Data 6.2", style: { width: "160px" } }),
|
|
5549
|
+
/* @__PURE__ */ jsx52(TableListTd, { text: "Data 6.3" })
|
|
5538
5550
|
] })
|
|
5539
5551
|
] }) }),
|
|
5540
|
-
/* @__PURE__ */
|
|
5552
|
+
/* @__PURE__ */ jsx52(TableFooter, { children: /* @__PURE__ */ jsx52(TableListTd, { text: "30 records in total" }) })
|
|
5541
5553
|
] }) })
|
|
5542
5554
|
] })
|
|
5543
5555
|
] });
|