@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
|
@@ -6635,8 +6635,17 @@ var TimeSelectorHeader = (props) => {
|
|
|
6635
6635
|
// src/time-selector/time-selector-fast-selection.tsx
|
|
6636
6636
|
import { jsx as jsx78, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
6637
6637
|
|
|
6638
|
+
// src/time-selector/templates/time-selector-all.tsx
|
|
6639
|
+
import { jsx as jsx79, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
6640
|
+
|
|
6641
|
+
// src/time-selector/templates/time-selector-hour.tsx
|
|
6642
|
+
import { jsx as jsx80, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
6643
|
+
|
|
6644
|
+
// src/time-selector/templates/time-selector-minute.tsx
|
|
6645
|
+
import { jsx as jsx81, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
6646
|
+
|
|
6638
6647
|
// src/datetime-selector/datetime-selector.spec.tsx
|
|
6639
|
-
import { Fragment as Fragment21, jsx as
|
|
6648
|
+
import { Fragment as Fragment21, jsx as jsx82, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
6640
6649
|
var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
|
|
6641
6650
|
var states33 = [];
|
|
6642
6651
|
var options30 = {
|
|
@@ -6655,7 +6664,7 @@ var DateTimeSelector = (props) => {
|
|
|
6655
6664
|
dir,
|
|
6656
6665
|
...other
|
|
6657
6666
|
} = props;
|
|
6658
|
-
return /* @__PURE__ */
|
|
6667
|
+
return /* @__PURE__ */ jsxs41(
|
|
6659
6668
|
"div",
|
|
6660
6669
|
{
|
|
6661
6670
|
...other,
|
|
@@ -6671,20 +6680,20 @@ var DateTimeSelector = (props) => {
|
|
|
6671
6680
|
})
|
|
6672
6681
|
),
|
|
6673
6682
|
children: [
|
|
6674
|
-
/* @__PURE__ */
|
|
6675
|
-
/* @__PURE__ */
|
|
6676
|
-
/* @__PURE__ */
|
|
6683
|
+
/* @__PURE__ */ jsx82("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs41(ButtonGroup, { stretched: true, children: [
|
|
6684
|
+
/* @__PURE__ */ jsx82(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
|
|
6685
|
+
/* @__PURE__ */ jsx82(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
|
|
6677
6686
|
] }) }),
|
|
6678
|
-
/* @__PURE__ */
|
|
6679
|
-
/* @__PURE__ */
|
|
6680
|
-
/* @__PURE__ */
|
|
6681
|
-
] }) : /* @__PURE__ */
|
|
6682
|
-
/* @__PURE__ */
|
|
6683
|
-
/* @__PURE__ */
|
|
6687
|
+
/* @__PURE__ */ jsx82("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs41(Fragment21, { children: [
|
|
6688
|
+
/* @__PURE__ */ jsx82("div", { className: "k-datetime-calendar-wrap" }),
|
|
6689
|
+
/* @__PURE__ */ jsx82("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx82(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx82(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx82(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
|
|
6690
|
+
] }) : /* @__PURE__ */ jsxs41(Fragment21, { children: [
|
|
6691
|
+
/* @__PURE__ */ jsx82("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx82(Calendar, { size, showOtherMonth: true, dir }) }),
|
|
6692
|
+
/* @__PURE__ */ jsx82("div", { className: "k-datetime-time-wrap" })
|
|
6684
6693
|
] }) }),
|
|
6685
|
-
actionButtons && /* @__PURE__ */
|
|
6686
|
-
/* @__PURE__ */
|
|
6687
|
-
/* @__PURE__ */
|
|
6694
|
+
actionButtons && /* @__PURE__ */ jsxs41(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
|
|
6695
|
+
/* @__PURE__ */ jsx82(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
|
|
6696
|
+
/* @__PURE__ */ jsx82(Button, { size, className: "k-time-cancel", children: "Cancel" })
|
|
6688
6697
|
] })
|
|
6689
6698
|
]
|
|
6690
6699
|
}
|
|
@@ -6696,7 +6705,7 @@ DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
|
|
|
6696
6705
|
DateTimeSelector.defaultProps = defaultProps28;
|
|
6697
6706
|
|
|
6698
6707
|
// src/datetimepicker/datetimepicker.spec.tsx
|
|
6699
|
-
import { Fragment as Fragment22, jsx as
|
|
6708
|
+
import { Fragment as Fragment22, jsx as jsx83, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
6700
6709
|
var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
|
|
6701
6710
|
var states34 = [
|
|
6702
6711
|
States.hover,
|
|
@@ -6743,8 +6752,8 @@ var DateTimePicker = (props) => {
|
|
|
6743
6752
|
adaptiveSettings,
|
|
6744
6753
|
...other
|
|
6745
6754
|
} = props;
|
|
6746
|
-
return /* @__PURE__ */
|
|
6747
|
-
/* @__PURE__ */
|
|
6755
|
+
return /* @__PURE__ */ jsxs42(Fragment22, { children: [
|
|
6756
|
+
/* @__PURE__ */ jsxs42(
|
|
6748
6757
|
Input,
|
|
6749
6758
|
{
|
|
6750
6759
|
...other,
|
|
@@ -6762,9 +6771,9 @@ var DateTimePicker = (props) => {
|
|
|
6762
6771
|
readonly,
|
|
6763
6772
|
className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
|
|
6764
6773
|
children: [
|
|
6765
|
-
/* @__PURE__ */
|
|
6766
|
-
/* @__PURE__ */
|
|
6767
|
-
/* @__PURE__ */
|
|
6774
|
+
/* @__PURE__ */ jsx83(InputPrefix, { children: prefix }),
|
|
6775
|
+
/* @__PURE__ */ jsx83(InputInnerInput, { placeholder, value }),
|
|
6776
|
+
/* @__PURE__ */ jsx83(
|
|
6768
6777
|
InputValidationIcon,
|
|
6769
6778
|
{
|
|
6770
6779
|
valid,
|
|
@@ -6773,14 +6782,14 @@ var DateTimePicker = (props) => {
|
|
|
6773
6782
|
disabled
|
|
6774
6783
|
}
|
|
6775
6784
|
),
|
|
6776
|
-
/* @__PURE__ */
|
|
6785
|
+
/* @__PURE__ */ jsx83(
|
|
6777
6786
|
InputLoadingIcon,
|
|
6778
6787
|
{
|
|
6779
6788
|
loading,
|
|
6780
6789
|
disabled
|
|
6781
6790
|
}
|
|
6782
6791
|
),
|
|
6783
|
-
/* @__PURE__ */
|
|
6792
|
+
/* @__PURE__ */ jsx83(
|
|
6784
6793
|
InputClearValue,
|
|
6785
6794
|
{
|
|
6786
6795
|
loading,
|
|
@@ -6789,8 +6798,8 @@ var DateTimePicker = (props) => {
|
|
|
6789
6798
|
value
|
|
6790
6799
|
}
|
|
6791
6800
|
),
|
|
6792
|
-
/* @__PURE__ */
|
|
6793
|
-
/* @__PURE__ */
|
|
6801
|
+
/* @__PURE__ */ jsx83(InputSuffix, { children: suffix }),
|
|
6802
|
+
/* @__PURE__ */ jsx83(
|
|
6794
6803
|
Button,
|
|
6795
6804
|
{
|
|
6796
6805
|
className: "k-input-button",
|
|
@@ -6803,9 +6812,9 @@ var DateTimePicker = (props) => {
|
|
|
6803
6812
|
]
|
|
6804
6813
|
}
|
|
6805
6814
|
),
|
|
6806
|
-
opened && /* @__PURE__ */
|
|
6807
|
-
adaptive && /* @__PURE__ */
|
|
6808
|
-
/* @__PURE__ */
|
|
6815
|
+
opened && /* @__PURE__ */ jsx83(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx83(DateTimeSelector, { tab, dir }) }),
|
|
6816
|
+
adaptive && /* @__PURE__ */ jsxs42(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
6817
|
+
/* @__PURE__ */ jsx83(
|
|
6809
6818
|
ActionSheetHeader,
|
|
6810
6819
|
{
|
|
6811
6820
|
actions: ["x"],
|
|
@@ -6813,8 +6822,8 @@ var DateTimePicker = (props) => {
|
|
|
6813
6822
|
subTitle: "DD / MM / YY"
|
|
6814
6823
|
}
|
|
6815
6824
|
),
|
|
6816
|
-
/* @__PURE__ */
|
|
6817
|
-
/* @__PURE__ */
|
|
6825
|
+
/* @__PURE__ */ jsx83(DateTimeSelector, { size: "large", tab, actionButtons: false }),
|
|
6826
|
+
/* @__PURE__ */ jsx83(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
|
|
6818
6827
|
] })
|
|
6819
6828
|
] });
|
|
6820
6829
|
};
|
|
@@ -6824,16 +6833,16 @@ DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
|
|
|
6824
6833
|
DateTimePicker.defaultProps = defaultProps29;
|
|
6825
6834
|
|
|
6826
6835
|
// src/datetimepicker/templates/datetimepicker-normal.tsx
|
|
6827
|
-
import { jsx as
|
|
6836
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
6828
6837
|
|
|
6829
6838
|
// src/datetimepicker/templates/datetimepicker-popup.tsx
|
|
6830
|
-
import { jsx as
|
|
6839
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
6831
6840
|
|
|
6832
6841
|
// src/datetimepicker/templates/datetimepicker-adaptive.tsx
|
|
6833
|
-
import { jsx as
|
|
6842
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
6834
6843
|
|
|
6835
6844
|
// src/dropdownlist/dropdownlist.spec.tsx
|
|
6836
|
-
import { Fragment as Fragment23, jsx as
|
|
6845
|
+
import { Fragment as Fragment23, jsx as jsx87, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
6837
6846
|
var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
|
|
6838
6847
|
var states35 = [
|
|
6839
6848
|
States.hover,
|
|
@@ -6881,8 +6890,8 @@ var DropdownList = (props) => {
|
|
|
6881
6890
|
opened,
|
|
6882
6891
|
...other
|
|
6883
6892
|
} = props;
|
|
6884
|
-
return /* @__PURE__ */
|
|
6885
|
-
/* @__PURE__ */
|
|
6893
|
+
return /* @__PURE__ */ jsxs43(Fragment23, { children: [
|
|
6894
|
+
/* @__PURE__ */ jsxs43(
|
|
6886
6895
|
Picker,
|
|
6887
6896
|
{
|
|
6888
6897
|
...other,
|
|
@@ -6905,8 +6914,8 @@ var DropdownList = (props) => {
|
|
|
6905
6914
|
}
|
|
6906
6915
|
),
|
|
6907
6916
|
children: [
|
|
6908
|
-
/* @__PURE__ */
|
|
6909
|
-
/* @__PURE__ */
|
|
6917
|
+
/* @__PURE__ */ jsx87(InputPrefix, { children: prefix }),
|
|
6918
|
+
/* @__PURE__ */ jsx87(
|
|
6910
6919
|
InputInnerSpan,
|
|
6911
6920
|
{
|
|
6912
6921
|
placeholder,
|
|
@@ -6915,7 +6924,7 @@ var DropdownList = (props) => {
|
|
|
6915
6924
|
valueIconName
|
|
6916
6925
|
}
|
|
6917
6926
|
),
|
|
6918
|
-
/* @__PURE__ */
|
|
6927
|
+
/* @__PURE__ */ jsx87(
|
|
6919
6928
|
InputValidationIcon,
|
|
6920
6929
|
{
|
|
6921
6930
|
valid,
|
|
@@ -6924,15 +6933,15 @@ var DropdownList = (props) => {
|
|
|
6924
6933
|
disabled
|
|
6925
6934
|
}
|
|
6926
6935
|
),
|
|
6927
|
-
/* @__PURE__ */
|
|
6936
|
+
/* @__PURE__ */ jsx87(
|
|
6928
6937
|
InputLoadingIcon,
|
|
6929
6938
|
{
|
|
6930
6939
|
loading,
|
|
6931
6940
|
disabled
|
|
6932
6941
|
}
|
|
6933
6942
|
),
|
|
6934
|
-
/* @__PURE__ */
|
|
6935
|
-
/* @__PURE__ */
|
|
6943
|
+
/* @__PURE__ */ jsx87(InputSuffix, { children: suffix }),
|
|
6944
|
+
/* @__PURE__ */ jsx87(
|
|
6936
6945
|
Button,
|
|
6937
6946
|
{
|
|
6938
6947
|
className: "k-input-button",
|
|
@@ -6945,7 +6954,7 @@ var DropdownList = (props) => {
|
|
|
6945
6954
|
]
|
|
6946
6955
|
}
|
|
6947
6956
|
),
|
|
6948
|
-
opened && popup && /* @__PURE__ */
|
|
6957
|
+
opened && popup && /* @__PURE__ */ jsx87(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
|
|
6949
6958
|
] });
|
|
6950
6959
|
};
|
|
6951
6960
|
DropdownList.states = states35;
|
|
@@ -6954,22 +6963,22 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
|
|
|
6954
6963
|
DropdownList.defaultProps = defaultProps30;
|
|
6955
6964
|
|
|
6956
6965
|
// src/dropdownlist/templates/dropdownlist-normal.tsx
|
|
6957
|
-
import { jsx as
|
|
6966
|
+
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
6958
6967
|
|
|
6959
6968
|
// src/dropdownlist/templates/dropdownlist-popup.tsx
|
|
6960
|
-
import { jsx as
|
|
6969
|
+
import { jsx as jsx89, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
6961
6970
|
|
|
6962
6971
|
// src/dropdownlist/templates/dropdownlist-filtering.tsx
|
|
6963
|
-
import { Fragment as Fragment24, jsx as
|
|
6972
|
+
import { Fragment as Fragment24, jsx as jsx90, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
6964
6973
|
|
|
6965
6974
|
// src/dropdownlist/templates/dropdownlist-grouping.tsx
|
|
6966
|
-
import { jsx as
|
|
6975
|
+
import { jsx as jsx91, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
6967
6976
|
|
|
6968
6977
|
// src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
|
|
6969
|
-
import { Fragment as Fragment25, jsx as
|
|
6978
|
+
import { Fragment as Fragment25, jsx as jsx92, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
6970
6979
|
|
|
6971
6980
|
// src/spinbutton/spinbutton.spec.tsx
|
|
6972
|
-
import { jsx as
|
|
6981
|
+
import { jsx as jsx93, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
6973
6982
|
var SPINBUTTON_CLASSNAME = `k-spin-button`;
|
|
6974
6983
|
var states36 = [];
|
|
6975
6984
|
var options33 = {
|
|
@@ -6986,7 +6995,7 @@ var SpinButton = (props) => {
|
|
|
6986
6995
|
fillMode = defaultProps31.fillMode,
|
|
6987
6996
|
...other
|
|
6988
6997
|
} = props;
|
|
6989
|
-
return /* @__PURE__ */
|
|
6998
|
+
return /* @__PURE__ */ jsxs48(
|
|
6990
6999
|
"span",
|
|
6991
7000
|
{
|
|
6992
7001
|
...other,
|
|
@@ -6995,7 +7004,7 @@ var SpinButton = (props) => {
|
|
|
6995
7004
|
props.className
|
|
6996
7005
|
),
|
|
6997
7006
|
children: [
|
|
6998
|
-
/* @__PURE__ */
|
|
7007
|
+
/* @__PURE__ */ jsx93(
|
|
6999
7008
|
Button,
|
|
7000
7009
|
{
|
|
7001
7010
|
className: "k-spinner-increase",
|
|
@@ -7005,7 +7014,7 @@ var SpinButton = (props) => {
|
|
|
7005
7014
|
fillMode
|
|
7006
7015
|
}
|
|
7007
7016
|
),
|
|
7008
|
-
/* @__PURE__ */
|
|
7017
|
+
/* @__PURE__ */ jsx93(
|
|
7009
7018
|
Button,
|
|
7010
7019
|
{
|
|
7011
7020
|
className: "k-spinner-decrease",
|
|
@@ -7025,7 +7034,7 @@ SpinButton.className = SPINBUTTON_CLASSNAME;
|
|
|
7025
7034
|
SpinButton.defaultProps = defaultProps31;
|
|
7026
7035
|
|
|
7027
7036
|
// src/numerictextbox/numerictextbox.spec.tsx
|
|
7028
|
-
import { jsx as
|
|
7037
|
+
import { jsx as jsx94, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7029
7038
|
var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
|
|
7030
7039
|
var states37 = [
|
|
7031
7040
|
States.hover,
|
|
@@ -7068,7 +7077,7 @@ var NumericTextbox = (props) => {
|
|
|
7068
7077
|
showSpinButton = defaultProps32.showSpinButton,
|
|
7069
7078
|
...other
|
|
7070
7079
|
} = props;
|
|
7071
|
-
return /* @__PURE__ */
|
|
7080
|
+
return /* @__PURE__ */ jsxs49(
|
|
7072
7081
|
Input,
|
|
7073
7082
|
{
|
|
7074
7083
|
...other,
|
|
@@ -7085,8 +7094,8 @@ var NumericTextbox = (props) => {
|
|
|
7085
7094
|
readonly,
|
|
7086
7095
|
className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
|
|
7087
7096
|
children: [
|
|
7088
|
-
/* @__PURE__ */
|
|
7089
|
-
/* @__PURE__ */
|
|
7097
|
+
/* @__PURE__ */ jsx94(InputInnerInput, { placeholder, value }),
|
|
7098
|
+
/* @__PURE__ */ jsx94(
|
|
7090
7099
|
InputValidationIcon,
|
|
7091
7100
|
{
|
|
7092
7101
|
valid,
|
|
@@ -7095,14 +7104,14 @@ var NumericTextbox = (props) => {
|
|
|
7095
7104
|
disabled
|
|
7096
7105
|
}
|
|
7097
7106
|
),
|
|
7098
|
-
/* @__PURE__ */
|
|
7107
|
+
/* @__PURE__ */ jsx94(
|
|
7099
7108
|
InputLoadingIcon,
|
|
7100
7109
|
{
|
|
7101
7110
|
loading,
|
|
7102
7111
|
disabled
|
|
7103
7112
|
}
|
|
7104
7113
|
),
|
|
7105
|
-
showClearButton && /* @__PURE__ */
|
|
7114
|
+
showClearButton && /* @__PURE__ */ jsx94(
|
|
7106
7115
|
InputClearValue,
|
|
7107
7116
|
{
|
|
7108
7117
|
loading,
|
|
@@ -7111,7 +7120,7 @@ var NumericTextbox = (props) => {
|
|
|
7111
7120
|
value
|
|
7112
7121
|
}
|
|
7113
7122
|
),
|
|
7114
|
-
showSpinButton && /* @__PURE__ */
|
|
7123
|
+
showSpinButton && /* @__PURE__ */ jsx94(
|
|
7115
7124
|
SpinButton,
|
|
7116
7125
|
{
|
|
7117
7126
|
className: "k-input-spinner",
|
|
@@ -7129,10 +7138,10 @@ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
|
|
|
7129
7138
|
NumericTextbox.defaultProps = defaultProps32;
|
|
7130
7139
|
|
|
7131
7140
|
// src/numerictextbox/templates/numerictextbox-normal.tsx
|
|
7132
|
-
import { jsx as
|
|
7141
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
7133
7142
|
|
|
7134
7143
|
// src/textbox/textbox.spec.tsx
|
|
7135
|
-
import { jsx as
|
|
7144
|
+
import { jsx as jsx96, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
7136
7145
|
var TEXTBOX_CLASSNAME = `k-textbox`;
|
|
7137
7146
|
var states38 = [
|
|
7138
7147
|
States.hover,
|
|
@@ -7175,7 +7184,7 @@ var Textbox = (props) => {
|
|
|
7175
7184
|
showClearButton = defaultProps33.showClearButton,
|
|
7176
7185
|
...other
|
|
7177
7186
|
} = props;
|
|
7178
|
-
return /* @__PURE__ */
|
|
7187
|
+
return /* @__PURE__ */ jsxs50(
|
|
7179
7188
|
Input,
|
|
7180
7189
|
{
|
|
7181
7190
|
...other,
|
|
@@ -7192,9 +7201,9 @@ var Textbox = (props) => {
|
|
|
7192
7201
|
readonly,
|
|
7193
7202
|
className: classNames(props.className, TEXTBOX_CLASSNAME),
|
|
7194
7203
|
children: [
|
|
7195
|
-
/* @__PURE__ */
|
|
7196
|
-
/* @__PURE__ */
|
|
7197
|
-
/* @__PURE__ */
|
|
7204
|
+
/* @__PURE__ */ jsx96(InputPrefix, { children: prefix }),
|
|
7205
|
+
/* @__PURE__ */ jsx96(InputInnerInput, { placeholder, value }),
|
|
7206
|
+
/* @__PURE__ */ jsx96(
|
|
7198
7207
|
InputValidationIcon,
|
|
7199
7208
|
{
|
|
7200
7209
|
valid,
|
|
@@ -7203,14 +7212,14 @@ var Textbox = (props) => {
|
|
|
7203
7212
|
disabled
|
|
7204
7213
|
}
|
|
7205
7214
|
),
|
|
7206
|
-
/* @__PURE__ */
|
|
7215
|
+
/* @__PURE__ */ jsx96(
|
|
7207
7216
|
InputLoadingIcon,
|
|
7208
7217
|
{
|
|
7209
7218
|
loading,
|
|
7210
7219
|
disabled
|
|
7211
7220
|
}
|
|
7212
7221
|
),
|
|
7213
|
-
showClearButton && /* @__PURE__ */
|
|
7222
|
+
showClearButton && /* @__PURE__ */ jsx96(
|
|
7214
7223
|
InputClearValue,
|
|
7215
7224
|
{
|
|
7216
7225
|
loading,
|
|
@@ -7219,7 +7228,7 @@ var Textbox = (props) => {
|
|
|
7219
7228
|
value
|
|
7220
7229
|
}
|
|
7221
7230
|
),
|
|
7222
|
-
/* @__PURE__ */
|
|
7231
|
+
/* @__PURE__ */ jsx96(InputSuffix, { children: suffix })
|
|
7223
7232
|
]
|
|
7224
7233
|
}
|
|
7225
7234
|
);
|
|
@@ -7230,16 +7239,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
|
|
|
7230
7239
|
Textbox.defaultProps = defaultProps33;
|
|
7231
7240
|
|
|
7232
7241
|
// src/textbox/templates/textbox-normal.tsx
|
|
7233
|
-
import { jsx as
|
|
7242
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
7234
7243
|
|
|
7235
7244
|
// src/textbox/templates/textbox-prefix.tsx
|
|
7236
|
-
import { jsx as
|
|
7245
|
+
import { jsx as jsx98, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
7237
7246
|
|
|
7238
7247
|
// src/textbox/templates/textbox-suffix.tsx
|
|
7239
|
-
import { jsx as
|
|
7248
|
+
import { jsx as jsx99, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
7240
7249
|
|
|
7241
7250
|
// src/timepicker/timepicker.spec.tsx
|
|
7242
|
-
import { Fragment as Fragment26, jsx as
|
|
7251
|
+
import { Fragment as Fragment26, jsx as jsx100, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
7243
7252
|
var TIMEPICKER_CLASSNAME = `k-timepicker`;
|
|
7244
7253
|
var states39 = [
|
|
7245
7254
|
States.hover,
|
|
@@ -7283,8 +7292,8 @@ var TimePicker = (props) => {
|
|
|
7283
7292
|
adaptiveSettings,
|
|
7284
7293
|
...other
|
|
7285
7294
|
} = props;
|
|
7286
|
-
return /* @__PURE__ */
|
|
7287
|
-
/* @__PURE__ */
|
|
7295
|
+
return /* @__PURE__ */ jsxs53(Fragment26, { children: [
|
|
7296
|
+
/* @__PURE__ */ jsxs53(
|
|
7288
7297
|
Input,
|
|
7289
7298
|
{
|
|
7290
7299
|
...other,
|
|
@@ -7301,9 +7310,9 @@ var TimePicker = (props) => {
|
|
|
7301
7310
|
readonly,
|
|
7302
7311
|
className: classNames(props.className, TIMEPICKER_CLASSNAME),
|
|
7303
7312
|
children: [
|
|
7304
|
-
/* @__PURE__ */
|
|
7305
|
-
/* @__PURE__ */
|
|
7306
|
-
/* @__PURE__ */
|
|
7313
|
+
/* @__PURE__ */ jsx100(InputPrefix, { children: prefix }),
|
|
7314
|
+
/* @__PURE__ */ jsx100(InputInnerInput, { placeholder, value }),
|
|
7315
|
+
/* @__PURE__ */ jsx100(
|
|
7307
7316
|
InputValidationIcon,
|
|
7308
7317
|
{
|
|
7309
7318
|
valid,
|
|
@@ -7312,14 +7321,14 @@ var TimePicker = (props) => {
|
|
|
7312
7321
|
disabled
|
|
7313
7322
|
}
|
|
7314
7323
|
),
|
|
7315
|
-
/* @__PURE__ */
|
|
7324
|
+
/* @__PURE__ */ jsx100(
|
|
7316
7325
|
InputLoadingIcon,
|
|
7317
7326
|
{
|
|
7318
7327
|
loading,
|
|
7319
7328
|
disabled
|
|
7320
7329
|
}
|
|
7321
7330
|
),
|
|
7322
|
-
/* @__PURE__ */
|
|
7331
|
+
/* @__PURE__ */ jsx100(
|
|
7323
7332
|
InputClearValue,
|
|
7324
7333
|
{
|
|
7325
7334
|
loading,
|
|
@@ -7328,8 +7337,8 @@ var TimePicker = (props) => {
|
|
|
7328
7337
|
value
|
|
7329
7338
|
}
|
|
7330
7339
|
),
|
|
7331
|
-
/* @__PURE__ */
|
|
7332
|
-
/* @__PURE__ */
|
|
7340
|
+
/* @__PURE__ */ jsx100(InputSuffix, { children: suffix }),
|
|
7341
|
+
/* @__PURE__ */ jsx100(
|
|
7333
7342
|
Button,
|
|
7334
7343
|
{
|
|
7335
7344
|
className: "k-input-button",
|
|
@@ -7342,15 +7351,15 @@ var TimePicker = (props) => {
|
|
|
7342
7351
|
]
|
|
7343
7352
|
}
|
|
7344
7353
|
),
|
|
7345
|
-
opened && /* @__PURE__ */
|
|
7346
|
-
/* @__PURE__ */
|
|
7347
|
-
/* @__PURE__ */
|
|
7348
|
-
/* @__PURE__ */
|
|
7349
|
-
/* @__PURE__ */
|
|
7354
|
+
opened && /* @__PURE__ */ jsxs53(Popup, { className: "k-list-container k-timepicker-popup", children: [
|
|
7355
|
+
/* @__PURE__ */ jsx100(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx100(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx100(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
|
|
7356
|
+
/* @__PURE__ */ jsxs53(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
|
|
7357
|
+
/* @__PURE__ */ jsx100(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
|
|
7358
|
+
/* @__PURE__ */ jsx100(Button, { className: "k-time-cancel", children: "Cancel" })
|
|
7350
7359
|
] })
|
|
7351
7360
|
] }),
|
|
7352
|
-
adaptive && /* @__PURE__ */
|
|
7353
|
-
/* @__PURE__ */
|
|
7361
|
+
adaptive && /* @__PURE__ */ jsxs53(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
7362
|
+
/* @__PURE__ */ jsx100(
|
|
7354
7363
|
ActionSheetHeader,
|
|
7355
7364
|
{
|
|
7356
7365
|
actions: ["x"],
|
|
@@ -7358,8 +7367,8 @@ var TimePicker = (props) => {
|
|
|
7358
7367
|
subTitle: "DD / MM / YY"
|
|
7359
7368
|
}
|
|
7360
7369
|
),
|
|
7361
|
-
/* @__PURE__ */
|
|
7362
|
-
/* @__PURE__ */
|
|
7370
|
+
/* @__PURE__ */ jsx100(TimeSelector, { size: "large", columns: ["HH", "mm", "ss", "tt"], focusedColumn: "HH", header: /* @__PURE__ */ jsx100(TimeSelectorHeader, { title: "10:00:00 \u0410\u041C", children: /* @__PURE__ */ jsx100(Button, { size: "large", fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
|
|
7371
|
+
/* @__PURE__ */ jsx100(ActionSheetFooter, { actions: ["Cancel", "!Set time"] })
|
|
7363
7372
|
] })
|
|
7364
7373
|
] });
|
|
7365
7374
|
};
|
|
@@ -7369,90 +7378,90 @@ TimePicker.className = TIMEPICKER_CLASSNAME;
|
|
|
7369
7378
|
TimePicker.defaultProps = defaultProps34;
|
|
7370
7379
|
|
|
7371
7380
|
// src/timepicker/templates/timepicker-normal.tsx
|
|
7372
|
-
import { jsx as
|
|
7381
|
+
import { jsx as jsx101 } from "react/jsx-runtime";
|
|
7373
7382
|
|
|
7374
7383
|
// src/timepicker/templates/timepicker-popup.tsx
|
|
7375
|
-
import { jsx as
|
|
7384
|
+
import { jsx as jsx102 } from "react/jsx-runtime";
|
|
7376
7385
|
|
|
7377
7386
|
// src/timepicker/templates/timepicker-adaptive.tsx
|
|
7378
|
-
import { jsx as
|
|
7387
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
7379
7388
|
|
|
7380
7389
|
// src/grid/tests/grid-filter-row.tsx
|
|
7381
|
-
import { Fragment as Fragment27, jsx as
|
|
7382
|
-
var grid_filter_row_default = () => /* @__PURE__ */
|
|
7383
|
-
/* @__PURE__ */
|
|
7384
|
-
/* @__PURE__ */
|
|
7385
|
-
/* @__PURE__ */
|
|
7386
|
-
/* @__PURE__ */
|
|
7387
|
-
/* @__PURE__ */
|
|
7388
|
-
/* @__PURE__ */
|
|
7390
|
+
import { Fragment as Fragment27, jsx as jsx104, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
7391
|
+
var grid_filter_row_default = () => /* @__PURE__ */ jsx104(Fragment27, { children: /* @__PURE__ */ jsxs54("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
|
|
7392
|
+
/* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7393
|
+
/* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
|
|
7394
|
+
/* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
|
|
7395
|
+
/* @__PURE__ */ jsx104(ColorPicker, {}),
|
|
7396
|
+
/* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7397
|
+
/* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
|
|
7389
7398
|
] }) }) }) }) })
|
|
7390
7399
|
] }) }) }) }) }),
|
|
7391
|
-
/* @__PURE__ */
|
|
7392
|
-
/* @__PURE__ */
|
|
7393
|
-
/* @__PURE__ */
|
|
7394
|
-
/* @__PURE__ */
|
|
7395
|
-
/* @__PURE__ */
|
|
7396
|
-
/* @__PURE__ */
|
|
7397
|
-
/* @__PURE__ */
|
|
7398
|
-
/* @__PURE__ */
|
|
7400
|
+
/* @__PURE__ */ jsx104("div", {}),
|
|
7401
|
+
/* @__PURE__ */ jsx104("div", {}),
|
|
7402
|
+
/* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7403
|
+
/* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
|
|
7404
|
+
/* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
|
|
7405
|
+
/* @__PURE__ */ jsx104(Autocomplete, { placeholder: "Autocomplete..." }),
|
|
7406
|
+
/* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7407
|
+
/* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
|
|
7399
7408
|
] }) }) }) }) })
|
|
7400
7409
|
] }) }) }) }) }),
|
|
7401
|
-
/* @__PURE__ */
|
|
7402
|
-
/* @__PURE__ */
|
|
7403
|
-
/* @__PURE__ */
|
|
7404
|
-
/* @__PURE__ */
|
|
7405
|
-
/* @__PURE__ */
|
|
7406
|
-
/* @__PURE__ */
|
|
7410
|
+
/* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7411
|
+
/* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
|
|
7412
|
+
/* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
|
|
7413
|
+
/* @__PURE__ */ jsx104(Combobox, { placeholder: "Combobox..." }),
|
|
7414
|
+
/* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7415
|
+
/* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
|
|
7407
7416
|
] }) }) }) }) })
|
|
7408
7417
|
] }) }) }) }) }),
|
|
7409
|
-
/* @__PURE__ */
|
|
7410
|
-
/* @__PURE__ */
|
|
7411
|
-
/* @__PURE__ */
|
|
7412
|
-
/* @__PURE__ */
|
|
7413
|
-
/* @__PURE__ */
|
|
7414
|
-
/* @__PURE__ */
|
|
7418
|
+
/* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7419
|
+
/* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
|
|
7420
|
+
/* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
|
|
7421
|
+
/* @__PURE__ */ jsx104(DropdownList, { placeholder: "DropdownList..." }),
|
|
7422
|
+
/* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7423
|
+
/* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
|
|
7415
7424
|
] }) }) }) }) })
|
|
7416
7425
|
] }) }) }) }) }),
|
|
7417
|
-
/* @__PURE__ */
|
|
7418
|
-
/* @__PURE__ */
|
|
7419
|
-
/* @__PURE__ */
|
|
7420
|
-
/* @__PURE__ */
|
|
7421
|
-
/* @__PURE__ */
|
|
7422
|
-
/* @__PURE__ */
|
|
7426
|
+
/* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7427
|
+
/* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
|
|
7428
|
+
/* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
|
|
7429
|
+
/* @__PURE__ */ jsx104(NumericTextbox, { placeholder: "Numeric..." }),
|
|
7430
|
+
/* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7431
|
+
/* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
|
|
7423
7432
|
] }) }) }) }) })
|
|
7424
7433
|
] }) }) }) }) }),
|
|
7425
|
-
/* @__PURE__ */
|
|
7426
|
-
/* @__PURE__ */
|
|
7427
|
-
/* @__PURE__ */
|
|
7428
|
-
/* @__PURE__ */
|
|
7429
|
-
/* @__PURE__ */
|
|
7430
|
-
/* @__PURE__ */
|
|
7434
|
+
/* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7435
|
+
/* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
|
|
7436
|
+
/* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
|
|
7437
|
+
/* @__PURE__ */ jsx104(Textbox, { placeholder: "Textbox..." }),
|
|
7438
|
+
/* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7439
|
+
/* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
|
|
7431
7440
|
] }) }) }) }) })
|
|
7432
7441
|
] }) }) }) }) }),
|
|
7433
|
-
/* @__PURE__ */
|
|
7434
|
-
/* @__PURE__ */
|
|
7435
|
-
/* @__PURE__ */
|
|
7436
|
-
/* @__PURE__ */
|
|
7437
|
-
/* @__PURE__ */
|
|
7438
|
-
/* @__PURE__ */
|
|
7439
|
-
/* @__PURE__ */
|
|
7442
|
+
/* @__PURE__ */ jsx104("div", {}),
|
|
7443
|
+
/* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7444
|
+
/* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
|
|
7445
|
+
/* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
|
|
7446
|
+
/* @__PURE__ */ jsx104(DatePicker, { placeholder: "Datepicker..." }),
|
|
7447
|
+
/* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7448
|
+
/* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
|
|
7440
7449
|
] }) }) }) }) })
|
|
7441
7450
|
] }) }) }) }) }),
|
|
7442
|
-
/* @__PURE__ */
|
|
7443
|
-
/* @__PURE__ */
|
|
7444
|
-
/* @__PURE__ */
|
|
7445
|
-
/* @__PURE__ */
|
|
7446
|
-
/* @__PURE__ */
|
|
7447
|
-
/* @__PURE__ */
|
|
7451
|
+
/* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7452
|
+
/* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
|
|
7453
|
+
/* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
|
|
7454
|
+
/* @__PURE__ */ jsx104(TimePicker, { placeholder: "TimePicker..." }),
|
|
7455
|
+
/* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7456
|
+
/* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
|
|
7448
7457
|
] }) }) }) }) })
|
|
7449
7458
|
] }) }) }) }) }),
|
|
7450
|
-
/* @__PURE__ */
|
|
7451
|
-
/* @__PURE__ */
|
|
7452
|
-
/* @__PURE__ */
|
|
7453
|
-
/* @__PURE__ */
|
|
7454
|
-
/* @__PURE__ */
|
|
7455
|
-
/* @__PURE__ */
|
|
7459
|
+
/* @__PURE__ */ jsx104("div", { className: "section", children: /* @__PURE__ */ jsx104("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx104("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs54("table", { className: "k-table k-table-md k-grid-header-table", children: [
|
|
7460
|
+
/* @__PURE__ */ jsx104("colgroup", { children: /* @__PURE__ */ jsx104("col", {}) }),
|
|
7461
|
+
/* @__PURE__ */ jsx104("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx104("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx104("th", { className: "k-table-th", children: /* @__PURE__ */ jsx104("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs54("span", { children: [
|
|
7462
|
+
/* @__PURE__ */ jsx104(DateTimePicker, { placeholder: "DateTimePicker..." }),
|
|
7463
|
+
/* @__PURE__ */ jsx104(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
|
|
7464
|
+
/* @__PURE__ */ jsx104(Button, { icon: "filter-clear", disabled: true })
|
|
7456
7465
|
] }) }) }) }) })
|
|
7457
7466
|
] }) }) }) }) })
|
|
7458
7467
|
] }) });
|