@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
|
@@ -5825,8 +5825,7 @@ var states27 = [
|
|
|
5825
5825
|
States.valid,
|
|
5826
5826
|
States.invalid,
|
|
5827
5827
|
States.required,
|
|
5828
|
-
States.disabled
|
|
5829
|
-
States.loading
|
|
5828
|
+
States.disabled
|
|
5830
5829
|
];
|
|
5831
5830
|
var options25 = {
|
|
5832
5831
|
size: [Size.small, Size.medium, Size.large],
|
|
@@ -5851,7 +5850,6 @@ var Textarea = (props) => {
|
|
|
5851
5850
|
valid,
|
|
5852
5851
|
invalid,
|
|
5853
5852
|
required,
|
|
5854
|
-
loading,
|
|
5855
5853
|
disabled,
|
|
5856
5854
|
...other
|
|
5857
5855
|
} = props;
|
|
@@ -5867,13 +5865,14 @@ var Textarea = (props) => {
|
|
|
5867
5865
|
valid,
|
|
5868
5866
|
invalid,
|
|
5869
5867
|
required,
|
|
5870
|
-
loading,
|
|
5871
5868
|
disabled,
|
|
5872
5869
|
className: classNames(props.className, TEXTAREA_CLASSNAME),
|
|
5873
5870
|
children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
5874
5871
|
InputInnerTextarea,
|
|
5875
5872
|
{
|
|
5876
|
-
className:
|
|
5873
|
+
className: classNames(
|
|
5874
|
+
"!k-overflow-auto"
|
|
5875
|
+
),
|
|
5877
5876
|
value,
|
|
5878
5877
|
placeholder,
|
|
5879
5878
|
rows
|
|
@@ -5887,8 +5886,11 @@ Textarea.options = options25;
|
|
|
5887
5886
|
Textarea.className = TEXTAREA_CLASSNAME;
|
|
5888
5887
|
Textarea.defaultProps = defaultProps22;
|
|
5889
5888
|
|
|
5890
|
-
// src/
|
|
5889
|
+
// src/textarea/templates/textarea-normal.tsx
|
|
5891
5890
|
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
5891
|
+
|
|
5892
|
+
// src/textbox/textbox.spec.tsx
|
|
5893
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
5892
5894
|
var TEXTBOX_CLASSNAME = `k-textbox`;
|
|
5893
5895
|
var states28 = [
|
|
5894
5896
|
States.hover,
|
|
@@ -5931,7 +5933,7 @@ var Textbox = (props) => {
|
|
|
5931
5933
|
showClearButton = defaultProps23.showClearButton,
|
|
5932
5934
|
...other
|
|
5933
5935
|
} = props;
|
|
5934
|
-
return /* @__PURE__ */ (0,
|
|
5936
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
|
|
5935
5937
|
Input,
|
|
5936
5938
|
{
|
|
5937
5939
|
...other,
|
|
@@ -5948,9 +5950,9 @@ var Textbox = (props) => {
|
|
|
5948
5950
|
readonly,
|
|
5949
5951
|
className: classNames(props.className, TEXTBOX_CLASSNAME),
|
|
5950
5952
|
children: [
|
|
5951
|
-
/* @__PURE__ */ (0,
|
|
5952
|
-
/* @__PURE__ */ (0,
|
|
5953
|
-
/* @__PURE__ */ (0,
|
|
5953
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputPrefix, { children: prefix }),
|
|
5954
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputInnerInput, { placeholder, value }),
|
|
5955
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
5954
5956
|
InputValidationIcon,
|
|
5955
5957
|
{
|
|
5956
5958
|
valid,
|
|
@@ -5959,14 +5961,14 @@ var Textbox = (props) => {
|
|
|
5959
5961
|
disabled
|
|
5960
5962
|
}
|
|
5961
5963
|
),
|
|
5962
|
-
/* @__PURE__ */ (0,
|
|
5964
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
5963
5965
|
InputLoadingIcon,
|
|
5964
5966
|
{
|
|
5965
5967
|
loading,
|
|
5966
5968
|
disabled
|
|
5967
5969
|
}
|
|
5968
5970
|
),
|
|
5969
|
-
showClearButton && /* @__PURE__ */ (0,
|
|
5971
|
+
showClearButton && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
5970
5972
|
InputClearValue,
|
|
5971
5973
|
{
|
|
5972
5974
|
loading,
|
|
@@ -5975,7 +5977,7 @@ var Textbox = (props) => {
|
|
|
5975
5977
|
value
|
|
5976
5978
|
}
|
|
5977
5979
|
),
|
|
5978
|
-
/* @__PURE__ */ (0,
|
|
5980
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputSuffix, { children: suffix })
|
|
5979
5981
|
]
|
|
5980
5982
|
}
|
|
5981
5983
|
);
|
|
@@ -5986,16 +5988,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
|
|
|
5986
5988
|
Textbox.defaultProps = defaultProps23;
|
|
5987
5989
|
|
|
5988
5990
|
// src/textbox/templates/textbox-normal.tsx
|
|
5989
|
-
var
|
|
5991
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
5990
5992
|
|
|
5991
5993
|
// src/textbox/templates/textbox-prefix.tsx
|
|
5992
|
-
var
|
|
5994
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
5993
5995
|
|
|
5994
5996
|
// src/textbox/templates/textbox-suffix.tsx
|
|
5995
|
-
var
|
|
5997
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
5996
5998
|
|
|
5997
5999
|
// src/action-buttons/action-buttons.spec.tsx
|
|
5998
|
-
var
|
|
6000
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
5999
6001
|
var ACTIONBUTTONS_CLASSNAME = `k-actions`;
|
|
6000
6002
|
var states29 = [];
|
|
6001
6003
|
var options27 = {};
|
|
@@ -6009,7 +6011,7 @@ var ActionButtons = (props) => {
|
|
|
6009
6011
|
orientation = defaultProps24.orientation,
|
|
6010
6012
|
...other
|
|
6011
6013
|
} = props;
|
|
6012
|
-
return /* @__PURE__ */ (0,
|
|
6014
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
6013
6015
|
"div",
|
|
6014
6016
|
{
|
|
6015
6017
|
...other,
|
|
@@ -6031,7 +6033,7 @@ ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
|
|
|
6031
6033
|
ActionButtons.defaultProps = defaultProps24;
|
|
6032
6034
|
|
|
6033
6035
|
// src/window/window.spec.tsx
|
|
6034
|
-
var
|
|
6036
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
6035
6037
|
var WINDOW_CLASSNAME = `k-window`;
|
|
6036
6038
|
var states30 = [];
|
|
6037
6039
|
var options28 = {
|
|
@@ -6052,7 +6054,7 @@ var Window = (props) => {
|
|
|
6052
6054
|
actionButtonsAlign,
|
|
6053
6055
|
...other
|
|
6054
6056
|
} = props;
|
|
6055
|
-
return /* @__PURE__ */ (0,
|
|
6057
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
|
|
6056
6058
|
"div",
|
|
6057
6059
|
{
|
|
6058
6060
|
...other,
|
|
@@ -6065,19 +6067,19 @@ var Window = (props) => {
|
|
|
6065
6067
|
}
|
|
6066
6068
|
),
|
|
6067
6069
|
children: [
|
|
6068
|
-
(title !== void 0 || actions) && /* @__PURE__ */ (0,
|
|
6069
|
-
title !== void 0 && /* @__PURE__ */ (0,
|
|
6070
|
-
actions && /* @__PURE__ */ (0,
|
|
6071
|
-
(actionName) => /* @__PURE__ */ (0,
|
|
6070
|
+
(title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-window-titlebar", children: [
|
|
6071
|
+
title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-window-title", children: title }),
|
|
6072
|
+
actions && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_jsx_runtime63.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-window-titlebar-actions", children: actions.map(
|
|
6073
|
+
(actionName) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action" }, actionName)
|
|
6072
6074
|
) }) })
|
|
6073
6075
|
] }),
|
|
6074
|
-
/* @__PURE__ */ (0,
|
|
6076
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: classNames(
|
|
6075
6077
|
"k-window-content",
|
|
6076
6078
|
{
|
|
6077
6079
|
"k-hidden": minimized
|
|
6078
6080
|
}
|
|
6079
6081
|
), children: props.children }),
|
|
6080
|
-
actionButtons && /* @__PURE__ */ (0,
|
|
6082
|
+
actionButtons && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions", children: actionButtons })
|
|
6081
6083
|
]
|
|
6082
6084
|
}
|
|
6083
6085
|
);
|
|
@@ -6088,334 +6090,334 @@ Window.className = WINDOW_CLASSNAME;
|
|
|
6088
6090
|
Window.defaultProps = defaultProps25;
|
|
6089
6091
|
|
|
6090
6092
|
// src/editor/tests/editor-table-wizard.tsx
|
|
6091
|
-
var
|
|
6093
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
6092
6094
|
var styles = `
|
|
6093
6095
|
.k-window {
|
|
6094
6096
|
width: 100%;
|
|
6095
6097
|
position: relative;
|
|
6096
6098
|
}
|
|
6097
6099
|
`;
|
|
6098
|
-
var editor_table_wizard_default = () => /* @__PURE__ */ (0,
|
|
6099
|
-
/* @__PURE__ */ (0,
|
|
6100
|
-
/* @__PURE__ */ (0,
|
|
6101
|
-
/* @__PURE__ */ (0,
|
|
6102
|
-
/* @__PURE__ */ (0,
|
|
6103
|
-
/* @__PURE__ */ (0,
|
|
6104
|
-
] }), children: /* @__PURE__ */ (0,
|
|
6105
|
-
/* @__PURE__ */ (0,
|
|
6106
|
-
/* @__PURE__ */ (0,
|
|
6107
|
-
/* @__PURE__ */ (0,
|
|
6100
|
+
var editor_table_wizard_default = () => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
|
|
6101
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("style", { children: styles }),
|
|
6102
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
6103
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
|
|
6104
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { themeColor: "primary", children: "Save" }),
|
|
6105
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { children: "Cancel" })
|
|
6106
|
+
] }), children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
|
|
6107
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
|
|
6108
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-link", children: "General" }) }),
|
|
6109
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("li", { className: "k-item k-last", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-link", children: "Advanced" }) })
|
|
6108
6110
|
] }) }),
|
|
6109
|
-
/* @__PURE__ */ (0,
|
|
6110
|
-
/* @__PURE__ */ (0,
|
|
6111
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
|
|
6112
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6111
6113
|
FormField,
|
|
6112
6114
|
{
|
|
6113
6115
|
colSpan: "2",
|
|
6114
6116
|
label: "Rows",
|
|
6115
|
-
editor: /* @__PURE__ */ (0,
|
|
6117
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { value: "3" })
|
|
6116
6118
|
}
|
|
6117
6119
|
),
|
|
6118
|
-
/* @__PURE__ */ (0,
|
|
6120
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6119
6121
|
FormField,
|
|
6120
6122
|
{
|
|
6121
6123
|
colSpan: "2",
|
|
6122
6124
|
label: "Columns",
|
|
6123
|
-
editor: /* @__PURE__ */ (0,
|
|
6125
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { value: "4" })
|
|
6124
6126
|
}
|
|
6125
6127
|
),
|
|
6126
|
-
/* @__PURE__ */ (0,
|
|
6128
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6127
6129
|
FormField,
|
|
6128
6130
|
{
|
|
6129
6131
|
colSpan: "1",
|
|
6130
6132
|
label: "Width",
|
|
6131
|
-
editor: /* @__PURE__ */ (0,
|
|
6133
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, {})
|
|
6132
6134
|
}
|
|
6133
6135
|
),
|
|
6134
|
-
/* @__PURE__ */ (0,
|
|
6136
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6135
6137
|
FormField,
|
|
6136
6138
|
{
|
|
6137
6139
|
colSpan: "1",
|
|
6138
6140
|
label: "\xA0",
|
|
6139
|
-
editor: /* @__PURE__ */ (0,
|
|
6141
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { placeholder: "%" })
|
|
6140
6142
|
}
|
|
6141
6143
|
),
|
|
6142
|
-
/* @__PURE__ */ (0,
|
|
6144
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6143
6145
|
FormField,
|
|
6144
6146
|
{
|
|
6145
6147
|
colSpan: "1",
|
|
6146
6148
|
label: "Height",
|
|
6147
|
-
editor: /* @__PURE__ */ (0,
|
|
6149
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Auto" })
|
|
6148
6150
|
}
|
|
6149
6151
|
),
|
|
6150
|
-
/* @__PURE__ */ (0,
|
|
6152
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6151
6153
|
FormField,
|
|
6152
6154
|
{
|
|
6153
6155
|
colSpan: "1",
|
|
6154
6156
|
label: "\xA0",
|
|
6155
|
-
editor: /* @__PURE__ */ (0,
|
|
6157
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { placeholder: "px" })
|
|
6156
6158
|
}
|
|
6157
6159
|
),
|
|
6158
|
-
/* @__PURE__ */ (0,
|
|
6160
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6159
6161
|
FormField,
|
|
6160
6162
|
{
|
|
6161
6163
|
colSpan: "2",
|
|
6162
6164
|
label: "Position",
|
|
6163
|
-
editor: /* @__PURE__ */ (0,
|
|
6165
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Icon, { icon: "table-position-start" }), placeholder: "Left" })
|
|
6164
6166
|
}
|
|
6165
6167
|
),
|
|
6166
|
-
/* @__PURE__ */ (0,
|
|
6168
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6167
6169
|
FormField,
|
|
6168
6170
|
{
|
|
6169
6171
|
colSpan: "2",
|
|
6170
6172
|
label: "Alignment",
|
|
6171
|
-
editor: /* @__PURE__ */ (0,
|
|
6173
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
|
|
6172
6174
|
}
|
|
6173
6175
|
),
|
|
6174
|
-
/* @__PURE__ */ (0,
|
|
6176
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6175
6177
|
FormField,
|
|
6176
6178
|
{
|
|
6177
6179
|
colSpan: "2",
|
|
6178
6180
|
label: "Cell spacing",
|
|
6179
|
-
editor: /* @__PURE__ */ (0,
|
|
6181
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Auto" })
|
|
6180
6182
|
}
|
|
6181
6183
|
),
|
|
6182
|
-
/* @__PURE__ */ (0,
|
|
6184
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6183
6185
|
FormField,
|
|
6184
6186
|
{
|
|
6185
6187
|
colSpan: "2",
|
|
6186
6188
|
label: "Cell padding",
|
|
6187
|
-
editor: /* @__PURE__ */ (0,
|
|
6189
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Auto" })
|
|
6188
6190
|
}
|
|
6189
6191
|
),
|
|
6190
|
-
/* @__PURE__ */ (0,
|
|
6192
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6191
6193
|
FormField,
|
|
6192
6194
|
{
|
|
6193
6195
|
colSpan: "full",
|
|
6194
6196
|
label: "Table background",
|
|
6195
|
-
editor: /* @__PURE__ */ (0,
|
|
6197
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ColorPicker, {})
|
|
6196
6198
|
}
|
|
6197
6199
|
),
|
|
6198
|
-
/* @__PURE__ */ (0,
|
|
6200
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6199
6201
|
FormField,
|
|
6200
6202
|
{
|
|
6201
6203
|
colSpan: "1",
|
|
6202
6204
|
label: "Border width",
|
|
6203
|
-
editor: /* @__PURE__ */ (0,
|
|
6205
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { value: "1" })
|
|
6204
6206
|
}
|
|
6205
6207
|
),
|
|
6206
|
-
/* @__PURE__ */ (0,
|
|
6208
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6207
6209
|
FormField,
|
|
6208
6210
|
{
|
|
6209
6211
|
colSpan: "1",
|
|
6210
6212
|
label: "Border color",
|
|
6211
|
-
editor: /* @__PURE__ */ (0,
|
|
6213
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ColorPicker, {})
|
|
6212
6214
|
}
|
|
6213
6215
|
),
|
|
6214
|
-
/* @__PURE__ */ (0,
|
|
6216
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6215
6217
|
FormField,
|
|
6216
6218
|
{
|
|
6217
6219
|
colSpan: "2",
|
|
6218
6220
|
label: "Border style",
|
|
6219
|
-
editor: /* @__PURE__ */ (0,
|
|
6221
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { value: "Solid" })
|
|
6220
6222
|
}
|
|
6221
6223
|
),
|
|
6222
|
-
/* @__PURE__ */ (0,
|
|
6224
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6223
6225
|
FormField,
|
|
6224
6226
|
{
|
|
6225
6227
|
colSpan: "full",
|
|
6226
|
-
editor: /* @__PURE__ */ (0,
|
|
6227
|
-
/* @__PURE__ */ (0,
|
|
6228
|
-
/* @__PURE__ */ (0,
|
|
6228
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
|
|
6229
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Checkbox, {}),
|
|
6230
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("label", { className: "k-checkbox-label", children: "Collapse borders" })
|
|
6229
6231
|
] })
|
|
6230
6232
|
}
|
|
6231
6233
|
)
|
|
6232
6234
|
] }) })
|
|
6233
6235
|
] }) }) }),
|
|
6234
|
-
/* @__PURE__ */ (0,
|
|
6235
|
-
/* @__PURE__ */ (0,
|
|
6236
|
-
/* @__PURE__ */ (0,
|
|
6237
|
-
] }), children: /* @__PURE__ */ (0,
|
|
6238
|
-
/* @__PURE__ */ (0,
|
|
6239
|
-
/* @__PURE__ */ (0,
|
|
6240
|
-
/* @__PURE__ */ (0,
|
|
6236
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
|
|
6237
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { themeColor: "primary", children: "Save" }),
|
|
6238
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { children: "Cancel" })
|
|
6239
|
+
] }), children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
|
|
6240
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
|
|
6241
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("li", { className: "k-item k-first", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-link", children: "General" }) }),
|
|
6242
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "k-link", children: "Advanced" }) })
|
|
6241
6243
|
] }) }),
|
|
6242
|
-
/* @__PURE__ */ (0,
|
|
6243
|
-
/* @__PURE__ */ (0,
|
|
6244
|
-
/* @__PURE__ */ (0,
|
|
6245
|
-
/* @__PURE__ */ (0,
|
|
6246
|
-
/* @__PURE__ */ (0,
|
|
6244
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Form, { tag: "div", layout: "grid", children: [
|
|
6245
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(FormField, { label: "ID", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, {}) }),
|
|
6246
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(FormField, { label: "CSS class", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, {}) }),
|
|
6247
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Fieldset, { legend: "Accessibility", layout: "grid", cols: 4, gapX: 4, children: [
|
|
6248
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6247
6249
|
FormField,
|
|
6248
6250
|
{
|
|
6249
6251
|
colSpan: "2",
|
|
6250
6252
|
label: "Caption",
|
|
6251
6253
|
optional: true,
|
|
6252
|
-
editor: /* @__PURE__ */ (0,
|
|
6254
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, {})
|
|
6253
6255
|
}
|
|
6254
6256
|
),
|
|
6255
|
-
/* @__PURE__ */ (0,
|
|
6257
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6256
6258
|
FormField,
|
|
6257
6259
|
{
|
|
6258
6260
|
colSpan: "2",
|
|
6259
6261
|
label: "Caption alignment",
|
|
6260
|
-
editor: /* @__PURE__ */ (0,
|
|
6262
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
|
|
6261
6263
|
}
|
|
6262
6264
|
),
|
|
6263
|
-
/* @__PURE__ */ (0,
|
|
6265
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6264
6266
|
FormField,
|
|
6265
6267
|
{
|
|
6266
6268
|
colSpan: "1",
|
|
6267
6269
|
label: "Header rows",
|
|
6268
|
-
editor: /* @__PURE__ */ (0,
|
|
6270
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { value: "0" })
|
|
6269
6271
|
}
|
|
6270
6272
|
),
|
|
6271
|
-
/* @__PURE__ */ (0,
|
|
6273
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6272
6274
|
FormField,
|
|
6273
6275
|
{
|
|
6274
6276
|
colSpan: "1",
|
|
6275
6277
|
label: "Header cols",
|
|
6276
|
-
editor: /* @__PURE__ */ (0,
|
|
6278
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { value: "0" })
|
|
6277
6279
|
}
|
|
6278
6280
|
),
|
|
6279
|
-
/* @__PURE__ */ (0,
|
|
6281
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6280
6282
|
FormField,
|
|
6281
6283
|
{
|
|
6282
6284
|
colSpan: "2",
|
|
6283
6285
|
label: "Associate headers",
|
|
6284
|
-
editor: /* @__PURE__ */ (0,
|
|
6286
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { value: "Using 'scope' attribu..." })
|
|
6285
6287
|
}
|
|
6286
6288
|
),
|
|
6287
|
-
/* @__PURE__ */ (0,
|
|
6289
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6288
6290
|
FormField,
|
|
6289
6291
|
{
|
|
6290
6292
|
colSpan: "full",
|
|
6291
6293
|
label: "Summary",
|
|
6292
6294
|
optional: true,
|
|
6293
|
-
editor: /* @__PURE__ */ (0,
|
|
6295
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textarea, { rows: 3, placeholder: "Summary attribute is not HTML5 compatible" })
|
|
6294
6296
|
}
|
|
6295
6297
|
)
|
|
6296
6298
|
] })
|
|
6297
6299
|
] }) })
|
|
6298
6300
|
] }) }) }),
|
|
6299
|
-
/* @__PURE__ */ (0,
|
|
6300
|
-
/* @__PURE__ */ (0,
|
|
6301
|
-
/* @__PURE__ */ (0,
|
|
6302
|
-
] }), children: /* @__PURE__ */ (0,
|
|
6303
|
-
/* @__PURE__ */ (0,
|
|
6301
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Cell properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
|
|
6302
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { themeColor: "primary", children: "Save" }),
|
|
6303
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Button, { children: "Cancel" })
|
|
6304
|
+
] }), children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
|
|
6305
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6304
6306
|
FormField,
|
|
6305
6307
|
{
|
|
6306
6308
|
colSpan: "full",
|
|
6307
|
-
editor: /* @__PURE__ */ (0,
|
|
6308
|
-
/* @__PURE__ */ (0,
|
|
6309
|
-
/* @__PURE__ */ (0,
|
|
6309
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
|
|
6310
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Checkbox, {}),
|
|
6311
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("label", { className: "k-checkbox-label", children: "Apply to all cells" })
|
|
6310
6312
|
] })
|
|
6311
6313
|
}
|
|
6312
6314
|
),
|
|
6313
|
-
/* @__PURE__ */ (0,
|
|
6315
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6314
6316
|
FormField,
|
|
6315
6317
|
{
|
|
6316
6318
|
colSpan: "1",
|
|
6317
6319
|
label: "Width",
|
|
6318
|
-
editor: /* @__PURE__ */ (0,
|
|
6320
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, {}),
|
|
6319
6321
|
hint: "apply to column"
|
|
6320
6322
|
}
|
|
6321
6323
|
),
|
|
6322
|
-
/* @__PURE__ */ (0,
|
|
6324
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6323
6325
|
FormField,
|
|
6324
6326
|
{
|
|
6325
6327
|
colSpan: "1",
|
|
6326
6328
|
label: "\xA0",
|
|
6327
|
-
editor: /* @__PURE__ */ (0,
|
|
6329
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { placeholder: "px" })
|
|
6328
6330
|
}
|
|
6329
6331
|
),
|
|
6330
|
-
/* @__PURE__ */ (0,
|
|
6332
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6331
6333
|
FormField,
|
|
6332
6334
|
{
|
|
6333
6335
|
colSpan: "1",
|
|
6334
6336
|
label: "Height",
|
|
6335
|
-
editor: /* @__PURE__ */ (0,
|
|
6337
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Auto" }),
|
|
6336
6338
|
hint: "apply to row"
|
|
6337
6339
|
}
|
|
6338
6340
|
),
|
|
6339
|
-
/* @__PURE__ */ (0,
|
|
6341
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6340
6342
|
FormField,
|
|
6341
6343
|
{
|
|
6342
6344
|
colSpan: "1",
|
|
6343
6345
|
label: "\xA0",
|
|
6344
|
-
editor: /* @__PURE__ */ (0,
|
|
6346
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { placeholder: "px" })
|
|
6345
6347
|
}
|
|
6346
6348
|
),
|
|
6347
|
-
/* @__PURE__ */ (0,
|
|
6349
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6348
6350
|
FormField,
|
|
6349
6351
|
{
|
|
6350
6352
|
colSpan: "2",
|
|
6351
6353
|
label: "Alignment",
|
|
6352
|
-
editor: /* @__PURE__ */ (0,
|
|
6354
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
|
|
6353
6355
|
}
|
|
6354
6356
|
),
|
|
6355
|
-
/* @__PURE__ */ (0,
|
|
6357
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6356
6358
|
FormField,
|
|
6357
6359
|
{
|
|
6358
6360
|
colSpan: "2",
|
|
6359
6361
|
label: "Text control",
|
|
6360
|
-
editor: /* @__PURE__ */ (0,
|
|
6362
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Icon, { icon: "text-wrap" }), placeholder: "Wrap" })
|
|
6361
6363
|
}
|
|
6362
6364
|
),
|
|
6363
|
-
/* @__PURE__ */ (0,
|
|
6365
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6364
6366
|
FormField,
|
|
6365
6367
|
{
|
|
6366
6368
|
colSpan: "2",
|
|
6367
6369
|
label: "Cell spacing",
|
|
6368
|
-
editor: /* @__PURE__ */ (0,
|
|
6370
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Auto" })
|
|
6369
6371
|
}
|
|
6370
6372
|
),
|
|
6371
|
-
/* @__PURE__ */ (0,
|
|
6373
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6372
6374
|
FormField,
|
|
6373
6375
|
{
|
|
6374
6376
|
colSpan: "2",
|
|
6375
6377
|
label: "Cell padding",
|
|
6376
|
-
editor: /* @__PURE__ */ (0,
|
|
6378
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { placeholder: "Auto" })
|
|
6377
6379
|
}
|
|
6378
6380
|
),
|
|
6379
|
-
/* @__PURE__ */ (0,
|
|
6381
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6380
6382
|
FormField,
|
|
6381
6383
|
{
|
|
6382
6384
|
colSpan: "1",
|
|
6383
6385
|
label: "Border width",
|
|
6384
|
-
editor: /* @__PURE__ */ (0,
|
|
6386
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(NumericTextbox, { value: "1" })
|
|
6385
6387
|
}
|
|
6386
6388
|
),
|
|
6387
|
-
/* @__PURE__ */ (0,
|
|
6389
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6388
6390
|
FormField,
|
|
6389
6391
|
{
|
|
6390
6392
|
colSpan: "1",
|
|
6391
6393
|
label: "Border color",
|
|
6392
|
-
editor: /* @__PURE__ */ (0,
|
|
6394
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ColorPicker, {})
|
|
6393
6395
|
}
|
|
6394
6396
|
),
|
|
6395
|
-
/* @__PURE__ */ (0,
|
|
6397
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6396
6398
|
FormField,
|
|
6397
6399
|
{
|
|
6398
6400
|
colSpan: "2",
|
|
6399
6401
|
label: "Border style",
|
|
6400
|
-
editor: /* @__PURE__ */ (0,
|
|
6402
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DropdownList, { value: "Solid" })
|
|
6401
6403
|
}
|
|
6402
6404
|
),
|
|
6403
|
-
/* @__PURE__ */ (0,
|
|
6405
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6404
6406
|
FormField,
|
|
6405
6407
|
{
|
|
6406
6408
|
colSpan: "full",
|
|
6407
6409
|
label: "ID",
|
|
6408
6410
|
optional: true,
|
|
6409
|
-
editor: /* @__PURE__ */ (0,
|
|
6411
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, {})
|
|
6410
6412
|
}
|
|
6411
6413
|
),
|
|
6412
|
-
/* @__PURE__ */ (0,
|
|
6414
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
6413
6415
|
FormField,
|
|
6414
6416
|
{
|
|
6415
6417
|
colSpan: "full",
|
|
6416
6418
|
label: "CSS class",
|
|
6417
6419
|
optional: true,
|
|
6418
|
-
editor: /* @__PURE__ */ (0,
|
|
6420
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Textbox, {})
|
|
6419
6421
|
}
|
|
6420
6422
|
)
|
|
6421
6423
|
] }) }) })
|