@progress/kendo-themes-html 6.4.0-dev.5 → 6.4.0-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/action-sheet/action-sheet.spec.js +56 -21
- package/dist/cjs/action-sheet/tests/action-sheet-calendar-infinite.js +478 -443
- package/dist/cjs/action-sheet/tests/action-sheet-calendar.js +404 -369
- package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +367 -332
- package/dist/cjs/action-sheet/tests/action-sheet-date-time-selector.js +446 -411
- package/dist/cjs/action-sheet/tests/action-sheet-list.js +365 -330
- package/dist/cjs/action-sheet/tests/action-sheet-position.js +254 -219
- package/dist/cjs/action-sheet/tests/action-sheet-time-selector.js +266 -231
- package/dist/cjs/action-sheet/tests/action-sheet-treeview.js +316 -281
- package/dist/cjs/action-sheet/tests/action-sheet.js +254 -219
- package/dist/cjs/animation-container/animation-container.spec.js +70 -0
- package/dist/cjs/chat/tests/chat.js +353 -306
- package/dist/cjs/colorpicker/tests/colorpicker-dropdown.js +76 -12
- package/dist/cjs/combobox/combobox.spec.js +71 -24
- package/dist/cjs/combobox/tests/combobox-flat.js +93 -46
- package/dist/cjs/combobox/tests/combobox-opened.js +165 -115
- package/dist/cjs/combobox/tests/combobox-outline.js +93 -46
- package/dist/cjs/combobox/tests/combobox.js +93 -46
- package/dist/cjs/context-menu/tests/context-menu-in-window.js +67 -20
- package/dist/cjs/context-menu/tests/context-menu.js +73 -28
- package/dist/cjs/datepicker/datepicker.spec.js +239 -192
- package/dist/cjs/datepicker/tests/datepicker-adaptive.js +406 -371
- package/dist/cjs/datepicker/tests/datepicker-flat.js +261 -214
- package/dist/cjs/datepicker/tests/datepicker-opened.js +251 -200
- package/dist/cjs/datepicker/tests/datepicker-outline.js +261 -214
- package/dist/cjs/datepicker/tests/datepicker.js +261 -214
- package/dist/cjs/daterangepicker/daterangepicker.spec.js +67 -20
- package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +417 -382
- package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +82 -27
- package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +91 -44
- package/dist/cjs/daterangepicker/tests/daterangepicker.js +89 -42
- package/dist/cjs/datetime-selector/tests/datetime-selector.js +72 -10
- package/dist/cjs/datetimepicker/datetimepicker.spec.js +312 -265
- package/dist/cjs/datetimepicker/tests/datetimepicker-opened.js +326 -275
- package/dist/cjs/datetimepicker/tests/datetimepicker.js +334 -287
- package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +71 -24
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +93 -46
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +214 -163
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +93 -46
- package/dist/cjs/dropdowngrid/tests/dropdowngrid.js +93 -46
- package/dist/cjs/dropdownlist/dropdownlist.spec.js +72 -25
- package/dist/cjs/dropdownlist/templates/dropdownlist-filtering.js +80 -33
- package/dist/cjs/dropdownlist/templates/dropdownlist-grouping-filtering.js +85 -38
- package/dist/cjs/dropdownlist/templates/dropdownlist-grouping.js +83 -36
- package/dist/cjs/dropdownlist/templates/dropdownlist-normal.js +74 -27
- package/dist/cjs/dropdownlist/templates/dropdownlist-popup.js +78 -31
- package/dist/cjs/dropdownlist/tests/dropdownlist-adaptive.js +333 -298
- package/dist/cjs/dropdownlist/tests/dropdownlist-filtering.js +186 -135
- package/dist/cjs/dropdownlist/tests/dropdownlist-flat.js +189 -142
- package/dist/cjs/dropdownlist/tests/dropdownlist-grouping-filtering.js +191 -140
- package/dist/cjs/dropdownlist/tests/dropdownlist-grouping.js +189 -138
- package/dist/cjs/dropdownlist/tests/dropdownlist-opened.js +184 -133
- package/dist/cjs/dropdownlist/tests/dropdownlist-option-label.js +205 -154
- package/dist/cjs/dropdownlist/tests/dropdownlist-outline.js +189 -142
- package/dist/cjs/dropdownlist/tests/dropdownlist.js +189 -142
- package/dist/cjs/dropdowntree/dropdowntree.spec.js +72 -25
- package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +94 -47
- package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +142 -91
- package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +94 -47
- package/dist/cjs/dropdowntree/tests/dropdowntree.js +94 -47
- package/dist/cjs/editor/editor-toolbar.js +262 -215
- package/dist/cjs/editor/tests/editor-find-replace.js +366 -319
- package/dist/cjs/editor/tests/editor-table-wizard.js +362 -315
- package/dist/cjs/editor/tests/editor.js +480 -426
- package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +428 -381
- package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +322 -275
- package/dist/cjs/filemanager/tests/filemanager-gridview.js +387 -340
- package/dist/cjs/filemanager/tests/filemanager-listview.js +341 -294
- package/dist/cjs/filemanager/tests/filemanager-preview.js +440 -393
- package/dist/cjs/filemanager/tests/filemanager-toolbar.js +248 -201
- package/dist/cjs/filter/tests/filter.js +577 -530
- package/dist/cjs/floating-label/tests/floating-label-flat.js +116 -69
- package/dist/cjs/floating-label/tests/floating-label-outline.js +116 -69
- package/dist/cjs/floating-label/tests/floating-label.js +116 -69
- package/dist/cjs/form/tests/form-field-dateinputs.js +442 -395
- package/dist/cjs/form/tests/form-field-dropdowns.js +258 -211
- package/dist/cjs/form/tests/form-grid-layout.js +224 -177
- package/dist/cjs/form/tests/form-sizes.js +246 -199
- package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +500 -453
- package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +333 -286
- package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +331 -284
- package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +374 -327
- package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +331 -284
- package/dist/cjs/gantt/tests/gantt-react.js +628 -581
- package/dist/cjs/gantt/tests/gantt-row-reordering.js +933 -886
- package/dist/cjs/gantt/tests/gantt.js +907 -860
- package/dist/cjs/grid/tests/grid-adaptive-pager.js +222 -175
- package/dist/cjs/grid/tests/grid-adaptive-search.js +254 -207
- package/dist/cjs/grid/tests/grid-angular.js +353 -306
- package/dist/cjs/grid/tests/grid-column-menu-rtl.js +376 -329
- package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +307 -260
- package/dist/cjs/grid/tests/grid-column-menu.js +376 -329
- package/dist/cjs/grid/tests/grid-column-reordering-actions.js +502 -455
- package/dist/cjs/grid/tests/grid-column-reordering.js +7212 -0
- package/dist/cjs/grid/tests/grid-editing-custom-editor.js +695 -648
- package/dist/cjs/grid/tests/grid-editing-inline-angular.js +324 -277
- package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +322 -275
- package/dist/cjs/grid/tests/grid-editing-popup.js +385 -338
- package/dist/cjs/grid/tests/grid-editing.js +342 -295
- package/dist/cjs/grid/tests/grid-filter-menu-multi-checkbox.js +114 -78
- package/dist/cjs/grid/tests/grid-filter-menu.js +207 -160
- package/dist/cjs/grid/tests/grid-filter-row-angular.js +427 -380
- package/dist/cjs/grid/tests/grid-filter-row-blazor.js +422 -375
- package/dist/cjs/grid/tests/grid-filter-row.js +581 -534
- package/dist/cjs/grid/tests/grid-grouping-actions.js +468 -421
- package/dist/cjs/grid/tests/grid-grouping.js +473 -426
- package/dist/cjs/grid/tests/grid-pager.js +308 -261
- package/dist/cjs/grid/tests/grid-row-reordering.js +459 -412
- package/dist/cjs/grid/tests/grid-rows-resizing.js +356 -309
- package/dist/cjs/grid/tests/grid-rtl-angular.js +308 -261
- package/dist/cjs/grid/tests/grid-rtl.js +301 -254
- package/dist/cjs/grid/tests/grid-selection-aggregates.js +310 -263
- package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +561 -514
- package/dist/cjs/grid/tests/grid-size-sm.js +561 -514
- package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +361 -314
- package/dist/cjs/grid/tests/grid-toolbar.js +314 -267
- package/dist/cjs/grid/tests/grid.js +326 -279
- package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +385 -338
- package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +373 -326
- package/dist/cjs/imageeditor/tests/imageeditor.js +315 -268
- package/dist/cjs/index.js +2770 -2722
- package/dist/cjs/listview/listview.spec.js +235 -188
- package/dist/cjs/listview/tests/listview-layout.js +282 -235
- package/dist/cjs/listview/tests/listview-loading.js +253 -206
- package/dist/cjs/listview/tests/listview.js +268 -221
- package/dist/cjs/mediaplayer/tests/mediaplayer.js +317 -270
- package/dist/cjs/menu/tests/menu-popup-size.js +129 -65
- package/dist/cjs/menu/tests/menu.js +141 -94
- package/dist/cjs/multiselect/multiselect.spec.js +73 -26
- package/dist/cjs/multiselect/tests/multiselect-flat.js +128 -81
- package/dist/cjs/multiselect/tests/multiselect-opened.js +103 -52
- package/dist/cjs/multiselect/tests/multiselect-outline.js +128 -81
- package/dist/cjs/multiselect/tests/multiselect-size.js +92 -45
- package/dist/cjs/multiselect/tests/multiselect.js +128 -81
- package/dist/cjs/multiselecttree/multiselecttree.spec.js +72 -25
- package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +127 -80
- package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +181 -130
- package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +127 -80
- package/dist/cjs/multiselecttree/tests/multiselecttree-size.js +91 -44
- package/dist/cjs/multiselecttree/tests/multiselecttree.js +127 -80
- package/dist/cjs/notification/tests/notification-jquery.js +66 -30
- package/dist/cjs/pager/index.js +216 -169
- package/dist/cjs/pager/pager.spec.js +216 -169
- package/dist/cjs/pager/tests/pager-responsive.js +236 -189
- package/dist/cjs/pager/tests/pager-sizes.js +236 -189
- package/dist/cjs/pager/tests/pager.js +226 -179
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +322 -275
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +332 -285
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +318 -271
- package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +322 -275
- package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +336 -289
- package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +342 -295
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +370 -323
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +415 -341
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +424 -377
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-top.js +554 -507
- package/dist/cjs/pivotgrid/tests/pivotgrid.js +535 -488
- package/dist/cjs/popup/popup.spec.js +54 -7
- package/dist/cjs/popup/tests/popup-list-grouping.js +146 -99
- package/dist/cjs/popup/tests/popup-list.js +154 -107
- package/dist/cjs/popup/tests/popup-no-data.js +72 -25
- package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +302 -255
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +480 -433
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +403 -356
- package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +348 -301
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +384 -337
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +384 -337
- package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +440 -393
- package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +401 -354
- package/dist/cjs/scheduler/tests/scheduler-angular-month.js +401 -354
- package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +556 -509
- package/dist/cjs/scheduler/tests/scheduler-angular.js +556 -509
- package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +506 -459
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +520 -473
- package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +414 -367
- package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +324 -277
- package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +393 -346
- package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +471 -424
- package/dist/cjs/scheduler/tests/scheduler-react-day.js +956 -909
- package/dist/cjs/scheduler/tests/scheduler-react-month.js +1891 -1844
- package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +863 -816
- package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +777 -730
- package/dist/cjs/scheduler/tests/scheduler-react-week.js +1692 -1645
- package/dist/cjs/scheduler/tests/scheduler-tooltip.js +76 -31
- package/dist/cjs/scheduler/tests/scheduler-year.js +1006 -959
- package/dist/cjs/scheduler/tests/scheduler.js +656 -609
- package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +186 -139
- package/dist/cjs/spreadsheet/tests/spreadsheet-dialog.js +287 -240
- package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +67 -31
- package/dist/cjs/spreadsheet/tests/spreadsheet-tools-popup.js +602 -555
- package/dist/cjs/spreadsheet/tests/spreadsheet.js +558 -511
- package/dist/cjs/taskboard/tests/taskboard-card.js +319 -272
- package/dist/cjs/taskboard/tests/taskboard-pane.js +400 -353
- package/dist/cjs/taskboard/tests/taskboard-rtl.js +316 -269
- package/dist/cjs/taskboard/tests/taskboard.js +310 -263
- package/dist/cjs/time-selector/tests/time-selector.js +89 -25
- package/dist/cjs/timedurationpicker/tests/timedurationpicker-expanded.js +127 -76
- package/dist/cjs/timedurationpicker/tests/timedurationpicker.js +137 -90
- package/dist/cjs/timedurationpicker/timedurationpicker.spec.js +115 -68
- package/dist/cjs/timepicker/tests/timepicker-adaptive.js +266 -231
- package/dist/cjs/timepicker/tests/timepicker-flat.js +135 -88
- package/dist/cjs/timepicker/tests/timepicker-opened.js +125 -74
- package/dist/cjs/timepicker/tests/timepicker-outline.js +135 -88
- package/dist/cjs/timepicker/tests/timepicker.js +135 -88
- package/dist/cjs/timepicker/timepicker.spec.js +113 -66
- package/dist/cjs/toolbar/tests/toolbar-angular.js +267 -220
- package/dist/cjs/toolbar/tests/toolbar-components.js +304 -257
- package/dist/cjs/toolbar/tests/toolbar-popup-size.js +101 -37
- package/dist/cjs/toolbar/tests/toolbar-popup.js +145 -81
- package/dist/cjs/toolbar/tests/toolbar-sizes.js +317 -270
- package/dist/cjs/toolbar/tests/toolbar.js +331 -284
- package/dist/cjs/toolbar/toolbar-angular.spec.js +232 -185
- package/dist/cjs/toolbar/toolbar.spec.js +232 -185
- package/dist/cjs/tooltip/tests/tooltip-rtl.js +73 -37
- package/dist/cjs/tooltip/tests/tooltip-states.js +73 -28
- package/dist/cjs/tooltip/tests/tooltip.js +120 -84
- package/dist/cjs/treelist/tests/treelist-editing-popup.js +285 -238
- package/dist/cjs/treelist/tests/treelist-react.js +492 -445
- package/dist/esm/action-sheet/action-sheet.spec.js +55 -20
- package/dist/esm/action-sheet/tests/action-sheet-calendar-infinite.js +436 -401
- package/dist/esm/action-sheet/tests/action-sheet-calendar.js +367 -332
- package/dist/esm/action-sheet/tests/action-sheet-data-table.js +341 -306
- package/dist/esm/action-sheet/tests/action-sheet-date-time-selector.js +400 -365
- package/dist/esm/action-sheet/tests/action-sheet-list.js +344 -309
- package/dist/esm/action-sheet/tests/action-sheet-position.js +242 -207
- package/dist/esm/action-sheet/tests/action-sheet-time-selector.js +251 -216
- package/dist/esm/action-sheet/tests/action-sheet-treeview.js +301 -266
- package/dist/esm/action-sheet/tests/action-sheet.js +240 -205
- package/dist/esm/animation-container/animation-container.spec.js +48 -0
- package/dist/esm/chat/tests/chat.js +322 -275
- package/dist/esm/colorpicker/tests/colorpicker-dropdown.js +74 -10
- package/dist/esm/combobox/combobox.spec.js +69 -22
- package/dist/esm/combobox/tests/combobox-flat.js +89 -42
- package/dist/esm/combobox/tests/combobox-opened.js +154 -104
- package/dist/esm/combobox/tests/combobox-outline.js +89 -42
- package/dist/esm/combobox/tests/combobox.js +89 -42
- package/dist/esm/context-menu/tests/context-menu-in-window.js +66 -19
- package/dist/esm/context-menu/tests/context-menu.js +72 -27
- package/dist/esm/datepicker/datepicker.spec.js +210 -163
- package/dist/esm/datepicker/tests/datepicker-adaptive.js +369 -334
- package/dist/esm/datepicker/tests/datepicker-flat.js +230 -183
- package/dist/esm/datepicker/tests/datepicker-opened.js +220 -169
- package/dist/esm/datepicker/tests/datepicker-outline.js +230 -183
- package/dist/esm/datepicker/tests/datepicker.js +230 -183
- package/dist/esm/daterangepicker/daterangepicker.spec.js +65 -18
- package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +380 -345
- package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +80 -25
- package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +87 -40
- package/dist/esm/daterangepicker/tests/daterangepicker.js +87 -40
- package/dist/esm/datetime-selector/tests/datetime-selector.js +70 -8
- package/dist/esm/datetimepicker/datetimepicker.spec.js +275 -228
- package/dist/esm/datetimepicker/tests/datetimepicker-opened.js +287 -236
- package/dist/esm/datetimepicker/tests/datetimepicker.js +295 -248
- package/dist/esm/dropdowngrid/dropdowngrid.spec.js +69 -22
- package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +89 -42
- package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +192 -141
- package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +89 -42
- package/dist/esm/dropdowngrid/tests/dropdowngrid.js +89 -42
- package/dist/esm/dropdownlist/dropdownlist.spec.js +70 -23
- package/dist/esm/dropdownlist/templates/dropdownlist-filtering.js +76 -29
- package/dist/esm/dropdownlist/templates/dropdownlist-grouping-filtering.js +79 -32
- package/dist/esm/dropdownlist/templates/dropdownlist-grouping.js +78 -31
- package/dist/esm/dropdownlist/templates/dropdownlist-normal.js +72 -25
- package/dist/esm/dropdownlist/templates/dropdownlist-popup.js +75 -28
- package/dist/esm/dropdownlist/tests/dropdownlist-adaptive.js +318 -283
- package/dist/esm/dropdownlist/tests/dropdownlist-filtering.js +174 -123
- package/dist/esm/dropdownlist/tests/dropdownlist-flat.js +179 -132
- package/dist/esm/dropdownlist/tests/dropdownlist-grouping-filtering.js +177 -126
- package/dist/esm/dropdownlist/tests/dropdownlist-grouping.js +176 -125
- package/dist/esm/dropdownlist/tests/dropdownlist-opened.js +173 -122
- package/dist/esm/dropdownlist/tests/dropdownlist-option-label.js +195 -144
- package/dist/esm/dropdownlist/tests/dropdownlist-outline.js +179 -132
- package/dist/esm/dropdownlist/tests/dropdownlist.js +179 -132
- package/dist/esm/dropdowntree/dropdowntree.spec.js +70 -23
- package/dist/esm/dropdowntree/tests/dropdowntree-flat.js +90 -43
- package/dist/esm/dropdowntree/tests/dropdowntree-opened.js +129 -78
- package/dist/esm/dropdowntree/tests/dropdowntree-outline.js +90 -43
- package/dist/esm/dropdowntree/tests/dropdowntree.js +90 -43
- package/dist/esm/editor/editor-toolbar.js +251 -204
- package/dist/esm/editor/tests/editor-find-replace.js +336 -289
- package/dist/esm/editor/tests/editor-table-wizard.js +337 -290
- package/dist/esm/editor/tests/editor.js +433 -379
- package/dist/esm/filemanager/tests/filemanager-contextmenu.js +404 -357
- package/dist/esm/filemanager/tests/filemanager-drag-hint.js +300 -253
- package/dist/esm/filemanager/tests/filemanager-gridview.js +350 -303
- package/dist/esm/filemanager/tests/filemanager-listview.js +315 -268
- package/dist/esm/filemanager/tests/filemanager-preview.js +392 -345
- package/dist/esm/filemanager/tests/filemanager-toolbar.js +236 -189
- package/dist/esm/filter/tests/filter.js +527 -480
- package/dist/esm/floating-label/tests/floating-label-flat.js +112 -65
- package/dist/esm/floating-label/tests/floating-label-outline.js +112 -65
- package/dist/esm/floating-label/tests/floating-label.js +112 -65
- package/dist/esm/form/tests/form-field-dateinputs.js +390 -343
- package/dist/esm/form/tests/form-field-dropdowns.js +238 -191
- package/dist/esm/form/tests/form-grid-layout.js +210 -163
- package/dist/esm/form/tests/form-sizes.js +222 -175
- package/dist/esm/gantt/tests/gantt-editing-popup-general.js +446 -399
- package/dist/esm/gantt/tests/gantt-editing-popup-other.js +294 -247
- package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +313 -266
- package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +346 -299
- package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +313 -266
- package/dist/esm/gantt/tests/gantt-react.js +567 -520
- package/dist/esm/gantt/tests/gantt-row-reordering.js +827 -780
- package/dist/esm/gantt/tests/gantt.js +801 -754
- package/dist/esm/grid/tests/grid-adaptive-pager.js +208 -161
- package/dist/esm/grid/tests/grid-adaptive-search.js +244 -197
- package/dist/esm/grid/tests/grid-angular.js +309 -262
- package/dist/esm/grid/tests/grid-column-menu-rtl.js +325 -278
- package/dist/esm/grid/tests/grid-column-menu-tabbed.js +284 -237
- package/dist/esm/grid/tests/grid-column-menu.js +325 -278
- package/dist/esm/grid/tests/grid-column-reordering-actions.js +455 -408
- package/dist/esm/grid/tests/grid-column-reordering.js +7196 -0
- package/dist/esm/grid/tests/grid-editing-custom-editor.js +619 -572
- package/dist/esm/grid/tests/grid-editing-inline-angular.js +293 -246
- package/dist/esm/grid/tests/grid-editing-inline-blazor.js +298 -251
- package/dist/esm/grid/tests/grid-editing-popup.js +341 -294
- package/dist/esm/grid/tests/grid-editing.js +307 -260
- package/dist/esm/grid/tests/grid-filter-menu-multi-checkbox.js +104 -68
- package/dist/esm/grid/tests/grid-filter-menu.js +195 -148
- package/dist/esm/grid/tests/grid-filter-row-angular.js +388 -341
- package/dist/esm/grid/tests/grid-filter-row-blazor.js +384 -337
- package/dist/esm/grid/tests/grid-filter-row.js +526 -479
- package/dist/esm/grid/tests/grid-grouping-actions.js +433 -386
- package/dist/esm/grid/tests/grid-grouping.js +427 -380
- package/dist/esm/grid/tests/grid-pager.js +272 -225
- package/dist/esm/grid/tests/grid-row-reordering.js +428 -381
- package/dist/esm/grid/tests/grid-rows-resizing.js +317 -270
- package/dist/esm/grid/tests/grid-rtl-angular.js +276 -229
- package/dist/esm/grid/tests/grid-rtl.js +272 -225
- package/dist/esm/grid/tests/grid-selection-aggregates.js +268 -221
- package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +497 -450
- package/dist/esm/grid/tests/grid-size-sm.js +497 -450
- package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +336 -289
- package/dist/esm/grid/tests/grid-toolbar.js +298 -251
- package/dist/esm/grid/tests/grid.js +292 -245
- package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +362 -315
- package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +351 -304
- package/dist/esm/imageeditor/tests/imageeditor.js +300 -253
- package/dist/esm/index.js +2425 -2377
- package/dist/esm/listview/listview.spec.js +219 -172
- package/dist/esm/listview/tests/listview-layout.js +254 -207
- package/dist/esm/listview/tests/listview-loading.js +234 -187
- package/dist/esm/listview/tests/listview.js +244 -197
- package/dist/esm/mediaplayer/tests/mediaplayer.js +300 -253
- package/dist/esm/menu/tests/menu-popup-size.js +127 -63
- package/dist/esm/menu/tests/menu.js +132 -85
- package/dist/esm/multiselect/multiselect.spec.js +70 -23
- package/dist/esm/multiselect/tests/multiselect-flat.js +121 -74
- package/dist/esm/multiselect/tests/multiselect-opened.js +94 -43
- package/dist/esm/multiselect/tests/multiselect-outline.js +121 -74
- package/dist/esm/multiselect/tests/multiselect-size.js +84 -37
- package/dist/esm/multiselect/tests/multiselect.js +121 -74
- package/dist/esm/multiselecttree/multiselecttree.spec.js +70 -23
- package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +121 -74
- package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +167 -116
- package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +121 -74
- package/dist/esm/multiselecttree/tests/multiselecttree-size.js +84 -37
- package/dist/esm/multiselecttree/tests/multiselecttree.js +121 -74
- package/dist/esm/notification/tests/notification-jquery.js +64 -28
- package/dist/esm/pager/index.js +202 -155
- package/dist/esm/pager/pager.spec.js +202 -155
- package/dist/esm/pager/tests/pager-responsive.js +222 -175
- package/dist/esm/pager/tests/pager-sizes.js +222 -175
- package/dist/esm/pager/tests/pager.js +212 -165
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +303 -256
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +311 -264
- package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +296 -249
- package/dist/esm/pdf-viewer/tests/pdf-viewer.js +303 -256
- package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +290 -243
- package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +319 -272
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-horizontal.js +319 -272
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +413 -339
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-vertical.js +367 -320
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-top.js +473 -426
- package/dist/esm/pivotgrid/tests/pivotgrid.js +461 -414
- package/dist/esm/popup/popup.spec.js +54 -7
- package/dist/esm/popup/tests/popup-list-grouping.js +128 -81
- package/dist/esm/popup/tests/popup-list.js +152 -105
- package/dist/esm/popup/tests/popup-no-data.js +70 -23
- package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +284 -237
- package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +425 -378
- package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +384 -337
- package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +325 -278
- package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +348 -301
- package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +348 -301
- package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +400 -353
- package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +358 -311
- package/dist/esm/scheduler/tests/scheduler-angular-month.js +358 -311
- package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +505 -458
- package/dist/esm/scheduler/tests/scheduler-angular.js +505 -458
- package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +447 -400
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +460 -413
- package/dist/esm/scheduler/tests/scheduler-flex-layout.js +385 -338
- package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +301 -254
- package/dist/esm/scheduler/tests/scheduler-jquery-month.js +353 -306
- package/dist/esm/scheduler/tests/scheduler-react-agenda.js +419 -372
- package/dist/esm/scheduler/tests/scheduler-react-day.js +846 -799
- package/dist/esm/scheduler/tests/scheduler-react-month.js +1282 -1235
- package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +755 -708
- package/dist/esm/scheduler/tests/scheduler-react-timeline.js +687 -640
- package/dist/esm/scheduler/tests/scheduler-react-week.js +1502 -1455
- package/dist/esm/scheduler/tests/scheduler-tooltip.js +66 -23
- package/dist/esm/scheduler/tests/scheduler-year.js +893 -846
- package/dist/esm/scheduler/tests/scheduler.js +579 -532
- package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +171 -124
- package/dist/esm/spreadsheet/tests/spreadsheet-dialog.js +259 -212
- package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.js +60 -24
- package/dist/esm/spreadsheet/tests/spreadsheet-tools-popup.js +558 -511
- package/dist/esm/spreadsheet/tests/spreadsheet.js +518 -471
- package/dist/esm/taskboard/tests/taskboard-card.js +284 -237
- package/dist/esm/taskboard/tests/taskboard-pane.js +345 -298
- package/dist/esm/taskboard/tests/taskboard-rtl.js +280 -233
- package/dist/esm/taskboard/tests/taskboard.js +277 -230
- package/dist/esm/time-selector/tests/time-selector.js +84 -20
- package/dist/esm/timedurationpicker/tests/timedurationpicker-expanded.js +116 -65
- package/dist/esm/timedurationpicker/tests/timedurationpicker.js +126 -79
- package/dist/esm/timedurationpicker/timedurationpicker.spec.js +106 -59
- package/dist/esm/timepicker/tests/timepicker-adaptive.js +251 -216
- package/dist/esm/timepicker/tests/timepicker-flat.js +125 -78
- package/dist/esm/timepicker/tests/timepicker-opened.js +115 -64
- package/dist/esm/timepicker/tests/timepicker-outline.js +125 -78
- package/dist/esm/timepicker/tests/timepicker.js +125 -78
- package/dist/esm/timepicker/timepicker.spec.js +105 -58
- package/dist/esm/toolbar/tests/toolbar-angular.js +254 -207
- package/dist/esm/toolbar/tests/toolbar-components.js +290 -243
- package/dist/esm/toolbar/tests/toolbar-popup-size.js +99 -35
- package/dist/esm/toolbar/tests/toolbar-popup.js +143 -79
- package/dist/esm/toolbar/tests/toolbar-sizes.js +300 -253
- package/dist/esm/toolbar/tests/toolbar.js +314 -267
- package/dist/esm/toolbar/toolbar-angular.spec.js +221 -174
- package/dist/esm/toolbar/toolbar.spec.js +221 -174
- package/dist/esm/tooltip/tests/tooltip-rtl.js +67 -31
- package/dist/esm/tooltip/tests/tooltip-states.js +70 -27
- package/dist/esm/tooltip/tests/tooltip.js +114 -78
- package/dist/esm/treelist/tests/treelist-editing-popup.js +248 -201
- package/dist/esm/treelist/tests/treelist-react.js +431 -384
- package/dist/types/animation-container/animation-container.spec.d.ts +20 -0
- package/dist/types/animation-container/index.d.ts +1 -0
- package/dist/types/grid/tests/grid-column-reordering.d.ts +3 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/popup/popup.spec.d.ts +11 -2
- package/package.json +2 -2
- package/src/action-sheet/action-sheet.spec.tsx +31 -32
- package/src/animation-container/animation-container.spec.tsx +59 -0
- package/src/animation-container/index.ts +1 -0
- package/src/colorpicker/tests/colorpicker-dropdown.tsx +7 -15
- package/src/combobox/combobox.spec.tsx +1 -1
- package/src/combobox/tests/combobox-opened.tsx +3 -0
- package/src/context-menu/tests/context-menu-in-window.tsx +10 -12
- package/src/context-menu/tests/context-menu.tsx +20 -25
- package/src/datepicker/datepicker.spec.tsx +1 -1
- package/src/datepicker/tests/datepicker-opened.tsx +4 -0
- package/src/daterangepicker/daterangepicker.spec.tsx +1 -1
- package/src/daterangepicker/tests/daterangepicker-opened.tsx +6 -0
- package/src/datetime-selector/tests/datetime-selector.tsx +8 -12
- package/src/datetimepicker/datetimepicker.spec.tsx +1 -1
- package/src/datetimepicker/tests/datetimepicker-opened.tsx +4 -0
- package/src/dropdowngrid/tests/dropdowngrid-opened.tsx +4 -0
- package/src/dropdownlist/dropdownlist.spec.tsx +1 -1
- package/src/dropdownlist/tests/dropdownlist-filtering.tsx +4 -0
- package/src/dropdownlist/tests/dropdownlist-grouping-filtering.tsx +4 -0
- package/src/dropdownlist/tests/dropdownlist-grouping.tsx +4 -0
- package/src/dropdownlist/tests/dropdownlist-opened.tsx +6 -2
- package/src/dropdownlist/tests/dropdownlist-option-label.tsx +4 -0
- package/src/dropdowntree/dropdowntree.spec.tsx +1 -1
- package/src/dropdowntree/tests/dropdowntree-opened.tsx +4 -0
- package/src/editor/tests/editor.tsx +48 -42
- package/src/filemanager/tests/filemanager-contextmenu.tsx +6 -8
- package/src/gantt/tests/gantt-react.tsx +1 -1
- package/src/gantt/tests/gantt-row-reordering.tsx +1 -1
- package/src/gantt/tests/gantt.tsx +1 -1
- package/src/grid/tests/grid-angular.tsx +22 -24
- package/src/grid/tests/grid-column-menu-rtl.tsx +310 -321
- package/src/grid/tests/grid-column-menu-tabbed.tsx +255 -264
- package/src/grid/tests/grid-column-menu.tsx +310 -321
- package/src/grid/tests/grid-column-reordering-actions.tsx +69 -73
- package/src/grid/tests/grid-column-reordering.tsx +247 -0
- package/src/grid/tests/grid-filter-menu-multi-checkbox.tsx +9 -8
- package/src/grid/tests/grid-filter-menu.tsx +3 -2
- package/src/grid/tests/grid-grouping-actions.tsx +10 -13
- package/src/index.ts +1 -0
- package/src/menu/tests/menu-popup-size.tsx +73 -90
- package/src/menu/tests/menu.tsx +20 -24
- package/src/multiselect/multiselect.spec.tsx +1 -1
- package/src/multiselect/tests/multiselect-opened.tsx +4 -0
- package/src/multiselecttree/tests/multiselecttree-opened.tsx +4 -0
- package/src/notification/tests/notification-jquery.tsx +49 -48
- package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +211 -227
- package/src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx +40 -34
- package/src/popup/popup.spec.tsx +25 -5
- package/src/popup/tests/popup-list-grouping.tsx +112 -128
- package/src/popup/tests/popup-list.tsx +104 -120
- package/src/popup/tests/popup-no-data.tsx +22 -30
- package/src/scheduler/tests/scheduler-adaptive-agenda.tsx +1 -1
- package/src/scheduler/tests/scheduler-adaptive-day-resource-group.tsx +1 -1
- package/src/scheduler/tests/scheduler-adaptive-day.tsx +1 -1
- package/src/scheduler/tests/scheduler-adaptive-month.tsx +1 -1
- package/src/scheduler/tests/scheduler-tooltip.tsx +5 -4
- package/src/spreadsheet/tests/spreadsheet-filter-menu.tsx +3 -2
- package/src/time-selector/tests/time-selector.tsx +34 -39
- package/src/timedurationpicker/tests/timedurationpicker-expanded.tsx +4 -0
- package/src/timepicker/tests/timepicker-opened.tsx +4 -0
- package/src/timepicker/timepicker.spec.tsx +1 -1
- package/src/toolbar/tests/toolbar-popup-size.tsx +37 -42
- package/src/toolbar/tests/toolbar-popup.tsx +89 -104
- package/src/tooltip/tests/tooltip-rtl.tsx +17 -16
- package/src/tooltip/tests/tooltip-states.tsx +17 -16
- package/src/tooltip/tests/tooltip.tsx +41 -40
|
@@ -4837,27 +4837,74 @@ ColorPicker.options = options13;
|
|
|
4837
4837
|
ColorPicker.className = COLORPICKER_CLASSNAME;
|
|
4838
4838
|
ColorPicker.defaultProps = defaultProps10;
|
|
4839
4839
|
|
|
4840
|
-
// src/
|
|
4840
|
+
// src/animation-container/animation-container.spec.tsx
|
|
4841
4841
|
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
4842
|
-
var
|
|
4842
|
+
var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
|
|
4843
4843
|
var states15 = [];
|
|
4844
4844
|
var options14 = {};
|
|
4845
|
-
var defaultProps11 = {
|
|
4845
|
+
var defaultProps11 = {
|
|
4846
|
+
positionMode: "absolute"
|
|
4847
|
+
};
|
|
4848
|
+
var AnimationContainer = (props) => {
|
|
4849
|
+
const {
|
|
4850
|
+
positionMode,
|
|
4851
|
+
animationStyle,
|
|
4852
|
+
offset,
|
|
4853
|
+
...other
|
|
4854
|
+
} = props;
|
|
4855
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
4856
|
+
"div",
|
|
4857
|
+
{
|
|
4858
|
+
...other,
|
|
4859
|
+
style: { ...offset, ...props.style },
|
|
4860
|
+
className: classNames(
|
|
4861
|
+
ANIMATION_CONTAINER_CLASSNAME,
|
|
4862
|
+
"k-animation-container-shown",
|
|
4863
|
+
{
|
|
4864
|
+
["k-animation-container-fixed"]: positionMode === "fixed"
|
|
4865
|
+
}
|
|
4866
|
+
),
|
|
4867
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
|
|
4868
|
+
}
|
|
4869
|
+
);
|
|
4870
|
+
};
|
|
4871
|
+
AnimationContainer.states = states15;
|
|
4872
|
+
AnimationContainer.options = options14;
|
|
4873
|
+
AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
|
|
4874
|
+
AnimationContainer.defaultProps = defaultProps11;
|
|
4875
|
+
|
|
4876
|
+
// src/popup/popup.spec.tsx
|
|
4877
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
4878
|
+
var POPUP_CLASSNAME = `k-popup`;
|
|
4879
|
+
var states16 = [];
|
|
4880
|
+
var options15 = {};
|
|
4881
|
+
var defaultProps12 = {
|
|
4882
|
+
positionMode: "absolute"
|
|
4883
|
+
};
|
|
4846
4884
|
var Popup = (props) => {
|
|
4847
4885
|
const {
|
|
4886
|
+
offset,
|
|
4887
|
+
positionMode,
|
|
4848
4888
|
...other
|
|
4849
4889
|
} = props;
|
|
4850
|
-
return /* @__PURE__ */ (0,
|
|
4890
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
4891
|
+
AnimationContainer,
|
|
4892
|
+
{
|
|
4893
|
+
positionMode,
|
|
4894
|
+
offset,
|
|
4895
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
|
|
4896
|
+
}
|
|
4897
|
+
);
|
|
4851
4898
|
};
|
|
4852
|
-
Popup.states =
|
|
4853
|
-
Popup.options =
|
|
4899
|
+
Popup.states = states16;
|
|
4900
|
+
Popup.options = options15;
|
|
4854
4901
|
Popup.className = POPUP_CLASSNAME;
|
|
4855
|
-
Popup.defaultProps =
|
|
4902
|
+
Popup.defaultProps = defaultProps12;
|
|
4856
4903
|
|
|
4857
4904
|
// src/dropdownlist/dropdownlist.spec.tsx
|
|
4858
|
-
var
|
|
4905
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
4859
4906
|
var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
|
|
4860
|
-
var
|
|
4907
|
+
var states17 = [
|
|
4861
4908
|
States.hover,
|
|
4862
4909
|
States.focus,
|
|
4863
4910
|
States.valid,
|
|
@@ -4867,12 +4914,12 @@ var states16 = [
|
|
|
4867
4914
|
States.loading,
|
|
4868
4915
|
States.readonly
|
|
4869
4916
|
];
|
|
4870
|
-
var
|
|
4917
|
+
var options16 = {
|
|
4871
4918
|
size: [Size.small, Size.medium, Size.large],
|
|
4872
4919
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4873
4920
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
4874
4921
|
};
|
|
4875
|
-
var
|
|
4922
|
+
var defaultProps13 = {
|
|
4876
4923
|
showValue: true,
|
|
4877
4924
|
arrowIconName: "caret-alt-down",
|
|
4878
4925
|
size: Size.medium,
|
|
@@ -4882,7 +4929,7 @@ var defaultProps12 = {
|
|
|
4882
4929
|
var DropdownList = (props) => {
|
|
4883
4930
|
const {
|
|
4884
4931
|
valueIconName,
|
|
4885
|
-
arrowIconName =
|
|
4932
|
+
arrowIconName = defaultProps13.arrowIconName,
|
|
4886
4933
|
prefix,
|
|
4887
4934
|
suffix,
|
|
4888
4935
|
value,
|
|
@@ -4898,13 +4945,13 @@ var DropdownList = (props) => {
|
|
|
4898
4945
|
loading,
|
|
4899
4946
|
disabled,
|
|
4900
4947
|
readonly,
|
|
4901
|
-
showValue =
|
|
4948
|
+
showValue = defaultProps13.showValue,
|
|
4902
4949
|
popup,
|
|
4903
4950
|
opened,
|
|
4904
4951
|
...other
|
|
4905
4952
|
} = props;
|
|
4906
|
-
return /* @__PURE__ */ (0,
|
|
4907
|
-
/* @__PURE__ */ (0,
|
|
4953
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(import_jsx_runtime27.Fragment, { children: [
|
|
4954
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
4908
4955
|
Picker,
|
|
4909
4956
|
{
|
|
4910
4957
|
...other,
|
|
@@ -4927,8 +4974,8 @@ var DropdownList = (props) => {
|
|
|
4927
4974
|
}
|
|
4928
4975
|
),
|
|
4929
4976
|
children: [
|
|
4930
|
-
/* @__PURE__ */ (0,
|
|
4931
|
-
/* @__PURE__ */ (0,
|
|
4977
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(InputPrefix, { children: prefix }),
|
|
4978
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
4932
4979
|
InputInnerSpan,
|
|
4933
4980
|
{
|
|
4934
4981
|
placeholder,
|
|
@@ -4937,7 +4984,7 @@ var DropdownList = (props) => {
|
|
|
4937
4984
|
valueIconName
|
|
4938
4985
|
}
|
|
4939
4986
|
),
|
|
4940
|
-
/* @__PURE__ */ (0,
|
|
4987
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
4941
4988
|
InputValidationIcon,
|
|
4942
4989
|
{
|
|
4943
4990
|
valid,
|
|
@@ -4946,15 +4993,15 @@ var DropdownList = (props) => {
|
|
|
4946
4993
|
disabled
|
|
4947
4994
|
}
|
|
4948
4995
|
),
|
|
4949
|
-
/* @__PURE__ */ (0,
|
|
4996
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
4950
4997
|
InputLoadingIcon,
|
|
4951
4998
|
{
|
|
4952
4999
|
loading,
|
|
4953
5000
|
disabled
|
|
4954
5001
|
}
|
|
4955
5002
|
),
|
|
4956
|
-
/* @__PURE__ */ (0,
|
|
4957
|
-
/* @__PURE__ */ (0,
|
|
5003
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(InputSuffix, { children: suffix }),
|
|
5004
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
4958
5005
|
Button,
|
|
4959
5006
|
{
|
|
4960
5007
|
className: "k-input-button",
|
|
@@ -4967,35 +5014,35 @@ var DropdownList = (props) => {
|
|
|
4967
5014
|
]
|
|
4968
5015
|
}
|
|
4969
5016
|
),
|
|
4970
|
-
opened && popup && /* @__PURE__ */ (0,
|
|
5017
|
+
opened && popup && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
|
|
4971
5018
|
] });
|
|
4972
5019
|
};
|
|
4973
|
-
DropdownList.states =
|
|
4974
|
-
DropdownList.options =
|
|
5020
|
+
DropdownList.states = states17;
|
|
5021
|
+
DropdownList.options = options16;
|
|
4975
5022
|
DropdownList.className = DROPDOWNLIST_CLASSNAME;
|
|
4976
|
-
DropdownList.defaultProps =
|
|
5023
|
+
DropdownList.defaultProps = defaultProps13;
|
|
4977
5024
|
|
|
4978
5025
|
// src/dropdownlist/templates/dropdownlist-normal.tsx
|
|
4979
|
-
var
|
|
5026
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
4980
5027
|
|
|
4981
5028
|
// src/nodata/nodata.tsx
|
|
4982
|
-
var
|
|
5029
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
4983
5030
|
var className9 = `k-nodata`;
|
|
4984
|
-
var NoData = (props) => /* @__PURE__ */ (0,
|
|
5031
|
+
var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: classNames(className9, props.className), children: props.children });
|
|
4985
5032
|
|
|
4986
5033
|
// src/list/list.spec.tsx
|
|
4987
|
-
var
|
|
5034
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
4988
5035
|
var LIST_CLASSNAME = `k-list`;
|
|
4989
|
-
var
|
|
4990
|
-
var
|
|
5036
|
+
var states18 = [];
|
|
5037
|
+
var options17 = {
|
|
4991
5038
|
size: [Size.small, Size.medium, Size.large]
|
|
4992
5039
|
};
|
|
4993
|
-
var
|
|
5040
|
+
var defaultProps14 = {
|
|
4994
5041
|
size: Size.medium
|
|
4995
5042
|
};
|
|
4996
5043
|
var List = (props) => {
|
|
4997
5044
|
const {
|
|
4998
|
-
size =
|
|
5045
|
+
size = defaultProps14.size,
|
|
4999
5046
|
virtualization,
|
|
5000
5047
|
children,
|
|
5001
5048
|
optionLabel,
|
|
@@ -5012,7 +5059,7 @@ var List = (props) => {
|
|
|
5012
5059
|
listHeader = child.props.label;
|
|
5013
5060
|
child.props.children.map((optChild, index2) => {
|
|
5014
5061
|
listChildren.push(
|
|
5015
|
-
/* @__PURE__ */ (0,
|
|
5062
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
5016
5063
|
ListItem,
|
|
5017
5064
|
{
|
|
5018
5065
|
...optChild.props
|
|
@@ -5028,7 +5075,7 @@ var List = (props) => {
|
|
|
5028
5075
|
groupLabel = child.props.label;
|
|
5029
5076
|
}
|
|
5030
5077
|
listChildren.push(
|
|
5031
|
-
/* @__PURE__ */ (0,
|
|
5078
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
5032
5079
|
ListItem,
|
|
5033
5080
|
{
|
|
5034
5081
|
className: index2 === 0 ? "k-first" : "",
|
|
@@ -5040,16 +5087,16 @@ var List = (props) => {
|
|
|
5040
5087
|
);
|
|
5041
5088
|
});
|
|
5042
5089
|
}
|
|
5043
|
-
listGroup = /* @__PURE__ */ (0,
|
|
5090
|
+
listGroup = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
5044
5091
|
} else if (child.type === ListItem) {
|
|
5045
|
-
listChildren.push(/* @__PURE__ */ (0,
|
|
5046
|
-
listContent = /* @__PURE__ */ (0,
|
|
5092
|
+
listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
5093
|
+
listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListContent, { virtualization, children: listChildren });
|
|
5047
5094
|
}
|
|
5048
5095
|
});
|
|
5049
5096
|
} else {
|
|
5050
|
-
listContent = /* @__PURE__ */ (0,
|
|
5097
|
+
listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(NoData, { children: "No data found." });
|
|
5051
5098
|
}
|
|
5052
|
-
return /* @__PURE__ */ (0,
|
|
5099
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
5053
5100
|
"div",
|
|
5054
5101
|
{
|
|
5055
5102
|
...other,
|
|
@@ -5071,24 +5118,24 @@ var List = (props) => {
|
|
|
5071
5118
|
}
|
|
5072
5119
|
);
|
|
5073
5120
|
};
|
|
5074
|
-
List.states =
|
|
5075
|
-
List.options =
|
|
5121
|
+
List.states = states18;
|
|
5122
|
+
List.options = options17;
|
|
5076
5123
|
List.className = LIST_CLASSNAME;
|
|
5077
|
-
List.defaultProps =
|
|
5124
|
+
List.defaultProps = defaultProps14;
|
|
5078
5125
|
|
|
5079
5126
|
// src/list/list-angular.spec.tsx
|
|
5080
|
-
var
|
|
5127
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
5081
5128
|
var LISTANGULAR_CLASSNAME = `k-list`;
|
|
5082
|
-
var
|
|
5083
|
-
var
|
|
5129
|
+
var states19 = [];
|
|
5130
|
+
var options18 = {
|
|
5084
5131
|
size: [Size.small, Size.medium, Size.large]
|
|
5085
5132
|
};
|
|
5086
|
-
var
|
|
5133
|
+
var defaultProps15 = {
|
|
5087
5134
|
size: Size.medium
|
|
5088
5135
|
};
|
|
5089
5136
|
var ListAngular = (props) => {
|
|
5090
5137
|
const {
|
|
5091
|
-
size =
|
|
5138
|
+
size = defaultProps15.size,
|
|
5092
5139
|
virtualization,
|
|
5093
5140
|
children,
|
|
5094
5141
|
...other
|
|
@@ -5104,7 +5151,7 @@ var ListAngular = (props) => {
|
|
|
5104
5151
|
listHeader = child.props.label;
|
|
5105
5152
|
child.props.children.map((optChild, index2) => {
|
|
5106
5153
|
listChildren.push(
|
|
5107
|
-
/* @__PURE__ */ (0,
|
|
5154
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
5108
5155
|
ListItem,
|
|
5109
5156
|
{
|
|
5110
5157
|
...optChild.props
|
|
@@ -5115,7 +5162,7 @@ var ListAngular = (props) => {
|
|
|
5115
5162
|
});
|
|
5116
5163
|
} else {
|
|
5117
5164
|
listChildren.push(
|
|
5118
|
-
/* @__PURE__ */ (0,
|
|
5165
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
5119
5166
|
ListGroupItem,
|
|
5120
5167
|
{
|
|
5121
5168
|
...child.props,
|
|
@@ -5126,7 +5173,7 @@ var ListAngular = (props) => {
|
|
|
5126
5173
|
);
|
|
5127
5174
|
child.props.children.map((optChild, index2) => {
|
|
5128
5175
|
listChildren.push(
|
|
5129
|
-
/* @__PURE__ */ (0,
|
|
5176
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
5130
5177
|
ListItem,
|
|
5131
5178
|
{
|
|
5132
5179
|
...optChild.props
|
|
@@ -5136,16 +5183,16 @@ var ListAngular = (props) => {
|
|
|
5136
5183
|
);
|
|
5137
5184
|
});
|
|
5138
5185
|
}
|
|
5139
|
-
listGroup = /* @__PURE__ */ (0,
|
|
5186
|
+
listGroup = /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
5140
5187
|
} else if (child.type === ListItem) {
|
|
5141
|
-
listChildren.push(/* @__PURE__ */ (0,
|
|
5142
|
-
listContent = /* @__PURE__ */ (0,
|
|
5188
|
+
listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
5189
|
+
listContent = /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListContent, { virtualization, children: listChildren });
|
|
5143
5190
|
}
|
|
5144
5191
|
});
|
|
5145
5192
|
} else {
|
|
5146
|
-
listContent = /* @__PURE__ */ (0,
|
|
5193
|
+
listContent = /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(NoData, { children: "No data found." });
|
|
5147
5194
|
}
|
|
5148
|
-
return /* @__PURE__ */ (0,
|
|
5195
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
|
|
5149
5196
|
"div",
|
|
5150
5197
|
{
|
|
5151
5198
|
...other,
|
|
@@ -5166,15 +5213,15 @@ var ListAngular = (props) => {
|
|
|
5166
5213
|
}
|
|
5167
5214
|
);
|
|
5168
5215
|
};
|
|
5169
|
-
ListAngular.states =
|
|
5170
|
-
ListAngular.options =
|
|
5216
|
+
ListAngular.states = states19;
|
|
5217
|
+
ListAngular.options = options18;
|
|
5171
5218
|
ListAngular.className = LISTANGULAR_CLASSNAME;
|
|
5172
|
-
ListAngular.defaultProps =
|
|
5219
|
+
ListAngular.defaultProps = defaultProps15;
|
|
5173
5220
|
|
|
5174
5221
|
// src/checkbox/checkbox.spec.tsx
|
|
5175
|
-
var
|
|
5222
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
5176
5223
|
var CHECKBOX_CLASSNAME = `k-checkbox`;
|
|
5177
|
-
var
|
|
5224
|
+
var states20 = [
|
|
5178
5225
|
States.hover,
|
|
5179
5226
|
States.focus,
|
|
5180
5227
|
States.valid,
|
|
@@ -5184,11 +5231,11 @@ var states19 = [
|
|
|
5184
5231
|
States.checked,
|
|
5185
5232
|
States.indeterminate
|
|
5186
5233
|
];
|
|
5187
|
-
var
|
|
5234
|
+
var options19 = {
|
|
5188
5235
|
size: [Size.small, Size.medium, Size.large],
|
|
5189
5236
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
|
|
5190
5237
|
};
|
|
5191
|
-
var
|
|
5238
|
+
var defaultProps16 = {
|
|
5192
5239
|
size: Size.medium,
|
|
5193
5240
|
rounded: Roundness.medium
|
|
5194
5241
|
};
|
|
@@ -5203,11 +5250,11 @@ var Checkbox = (props) => {
|
|
|
5203
5250
|
invalid,
|
|
5204
5251
|
valid,
|
|
5205
5252
|
required,
|
|
5206
|
-
size =
|
|
5207
|
-
rounded =
|
|
5253
|
+
size = defaultProps16.size,
|
|
5254
|
+
rounded = defaultProps16.rounded,
|
|
5208
5255
|
...other
|
|
5209
5256
|
} = props;
|
|
5210
|
-
return /* @__PURE__ */ (0,
|
|
5257
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
5211
5258
|
"input",
|
|
5212
5259
|
{
|
|
5213
5260
|
...other,
|
|
@@ -5224,22 +5271,22 @@ var Checkbox = (props) => {
|
|
|
5224
5271
|
}
|
|
5225
5272
|
) });
|
|
5226
5273
|
};
|
|
5227
|
-
Checkbox.states =
|
|
5228
|
-
Checkbox.options =
|
|
5274
|
+
Checkbox.states = states20;
|
|
5275
|
+
Checkbox.options = options19;
|
|
5229
5276
|
Checkbox.className = CHECKBOX_CLASSNAME;
|
|
5230
|
-
Checkbox.defaultProps =
|
|
5277
|
+
Checkbox.defaultProps = defaultProps16;
|
|
5231
5278
|
|
|
5232
5279
|
// src/list/list-item.spec.tsx
|
|
5233
|
-
var
|
|
5280
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
5234
5281
|
var LISTITEM_CLASSNAME = `k-list-item`;
|
|
5235
|
-
var
|
|
5282
|
+
var states21 = [
|
|
5236
5283
|
States.hover,
|
|
5237
5284
|
States.focus,
|
|
5238
5285
|
States.selected,
|
|
5239
5286
|
States.disabled
|
|
5240
5287
|
];
|
|
5241
|
-
var
|
|
5242
|
-
var
|
|
5288
|
+
var options20 = {};
|
|
5289
|
+
var defaultProps17 = {};
|
|
5243
5290
|
var ListItem = (props) => {
|
|
5244
5291
|
const {
|
|
5245
5292
|
text,
|
|
@@ -5255,7 +5302,7 @@ var ListItem = (props) => {
|
|
|
5255
5302
|
...other
|
|
5256
5303
|
} = props;
|
|
5257
5304
|
const textOrChildren = text ? text : props.children;
|
|
5258
|
-
return /* @__PURE__ */ (0,
|
|
5305
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
|
|
5259
5306
|
"li",
|
|
5260
5307
|
{
|
|
5261
5308
|
...other,
|
|
@@ -5270,66 +5317,66 @@ var ListItem = (props) => {
|
|
|
5270
5317
|
})
|
|
5271
5318
|
),
|
|
5272
5319
|
children: [
|
|
5273
|
-
showCheckbox && /* @__PURE__ */ (0,
|
|
5274
|
-
showIcon && /* @__PURE__ */ (0,
|
|
5275
|
-
/* @__PURE__ */ (0,
|
|
5276
|
-
groupLabel && groupLabel !== "" && /* @__PURE__ */ (0,
|
|
5320
|
+
showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Checkbox, { checked }),
|
|
5321
|
+
showIcon && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { icon: iconName }),
|
|
5322
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
|
|
5323
|
+
groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
|
|
5277
5324
|
]
|
|
5278
5325
|
}
|
|
5279
5326
|
);
|
|
5280
5327
|
};
|
|
5281
|
-
ListItem.states =
|
|
5282
|
-
ListItem.options =
|
|
5328
|
+
ListItem.states = states21;
|
|
5329
|
+
ListItem.options = options20;
|
|
5283
5330
|
ListItem.className = LISTITEM_CLASSNAME;
|
|
5284
|
-
ListItem.defaultProps =
|
|
5331
|
+
ListItem.defaultProps = defaultProps17;
|
|
5285
5332
|
|
|
5286
5333
|
// src/list/list-content.tsx
|
|
5287
|
-
var
|
|
5334
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
5288
5335
|
var className10 = `k-list-content`;
|
|
5289
5336
|
var ListContent = (props) => {
|
|
5290
5337
|
const {
|
|
5291
5338
|
virtualization
|
|
5292
5339
|
} = props;
|
|
5293
|
-
return /* @__PURE__ */ (0,
|
|
5294
|
-
/* @__PURE__ */ (0,
|
|
5295
|
-
virtualization && /* @__PURE__ */ (0,
|
|
5340
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: classNames(className10, props.className), children: [
|
|
5341
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
|
|
5342
|
+
virtualization && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", {}) })
|
|
5296
5343
|
] });
|
|
5297
5344
|
};
|
|
5298
5345
|
|
|
5299
5346
|
// src/list/list-header.tsx
|
|
5300
|
-
var
|
|
5347
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
5301
5348
|
var className11 = `k-list-group-sticky-header`;
|
|
5302
|
-
var ListHeader = (props) => /* @__PURE__ */ (0,
|
|
5349
|
+
var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "k-list-header-text", children: props.children }) });
|
|
5303
5350
|
|
|
5304
5351
|
// src/list/list-group.tsx
|
|
5305
|
-
var
|
|
5352
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
5306
5353
|
var ListGroup = (props) => {
|
|
5307
5354
|
const {
|
|
5308
5355
|
virtualization,
|
|
5309
5356
|
label
|
|
5310
5357
|
} = props;
|
|
5311
|
-
return /* @__PURE__ */ (0,
|
|
5312
|
-
label && /* @__PURE__ */ (0,
|
|
5313
|
-
props.children && /* @__PURE__ */ (0,
|
|
5358
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_jsx_runtime36.Fragment, { children: [
|
|
5359
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListHeader, { children: label }),
|
|
5360
|
+
props.children && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListContent, { virtualization, children: props.children })
|
|
5314
5361
|
] });
|
|
5315
5362
|
};
|
|
5316
5363
|
|
|
5317
5364
|
// src/list/list-group-item.tsx
|
|
5318
|
-
var
|
|
5365
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
5319
5366
|
var className12 = `k-list-group-item`;
|
|
5320
|
-
var ListGroupItem = (props) => /* @__PURE__ */ (0,
|
|
5367
|
+
var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-list-item-text", children: props.children }) });
|
|
5321
5368
|
|
|
5322
5369
|
// src/list/list-option-label.tsx
|
|
5323
|
-
var
|
|
5370
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
5324
5371
|
var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
|
|
5325
|
-
var
|
|
5372
|
+
var states22 = [
|
|
5326
5373
|
States.hover,
|
|
5327
5374
|
States.focus,
|
|
5328
5375
|
States.selected,
|
|
5329
5376
|
States.disabled
|
|
5330
5377
|
];
|
|
5331
|
-
var
|
|
5332
|
-
var
|
|
5378
|
+
var options21 = {};
|
|
5379
|
+
var defaultProps18 = {};
|
|
5333
5380
|
var ListOptionLabel = (props) => {
|
|
5334
5381
|
const {
|
|
5335
5382
|
text,
|
|
@@ -5339,7 +5386,7 @@ var ListOptionLabel = (props) => {
|
|
|
5339
5386
|
disabled,
|
|
5340
5387
|
...other
|
|
5341
5388
|
} = props;
|
|
5342
|
-
return /* @__PURE__ */ (0,
|
|
5389
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
5343
5390
|
"div",
|
|
5344
5391
|
{
|
|
5345
5392
|
...other,
|
|
@@ -5356,18 +5403,18 @@ var ListOptionLabel = (props) => {
|
|
|
5356
5403
|
}
|
|
5357
5404
|
);
|
|
5358
5405
|
};
|
|
5359
|
-
ListOptionLabel.states =
|
|
5360
|
-
ListOptionLabel.options =
|
|
5406
|
+
ListOptionLabel.states = states22;
|
|
5407
|
+
ListOptionLabel.options = options21;
|
|
5361
5408
|
ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
|
|
5362
|
-
ListOptionLabel.defaultProps =
|
|
5409
|
+
ListOptionLabel.defaultProps = defaultProps18;
|
|
5363
5410
|
|
|
5364
5411
|
// src/dropdownlist/templates/dropdownlist-popup.tsx
|
|
5365
|
-
var
|
|
5412
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
5366
5413
|
|
|
5367
5414
|
// src/searchbox/searchbox.spec.tsx
|
|
5368
|
-
var
|
|
5415
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
5369
5416
|
var SEARCHBOX_CLASSNAME = `k-searchbox`;
|
|
5370
|
-
var
|
|
5417
|
+
var states23 = [
|
|
5371
5418
|
States.hover,
|
|
5372
5419
|
States.focus,
|
|
5373
5420
|
States.valid,
|
|
@@ -5376,12 +5423,12 @@ var states22 = [
|
|
|
5376
5423
|
States.disabled,
|
|
5377
5424
|
States.loading
|
|
5378
5425
|
];
|
|
5379
|
-
var
|
|
5426
|
+
var options22 = {
|
|
5380
5427
|
size: [Size.small, Size.medium, Size.large],
|
|
5381
5428
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5382
5429
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5383
5430
|
};
|
|
5384
|
-
var
|
|
5431
|
+
var defaultProps19 = {
|
|
5385
5432
|
showIcon: true,
|
|
5386
5433
|
icon: "search",
|
|
5387
5434
|
size: Input.defaultProps.size,
|
|
@@ -5402,11 +5449,11 @@ var Searchbox = (props) => {
|
|
|
5402
5449
|
required,
|
|
5403
5450
|
loading,
|
|
5404
5451
|
disabled,
|
|
5405
|
-
showIcon =
|
|
5406
|
-
icon =
|
|
5452
|
+
showIcon = defaultProps19.showIcon,
|
|
5453
|
+
icon = defaultProps19.icon,
|
|
5407
5454
|
...other
|
|
5408
5455
|
} = props;
|
|
5409
|
-
return /* @__PURE__ */ (0,
|
|
5456
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
5410
5457
|
Input,
|
|
5411
5458
|
{
|
|
5412
5459
|
...other,
|
|
@@ -5422,43 +5469,43 @@ var Searchbox = (props) => {
|
|
|
5422
5469
|
disabled,
|
|
5423
5470
|
className: classNames(props.className, SEARCHBOX_CLASSNAME),
|
|
5424
5471
|
children: [
|
|
5425
|
-
showIcon && /* @__PURE__ */ (0,
|
|
5426
|
-
/* @__PURE__ */ (0,
|
|
5427
|
-
/* @__PURE__ */ (0,
|
|
5428
|
-
/* @__PURE__ */ (0,
|
|
5429
|
-
/* @__PURE__ */ (0,
|
|
5472
|
+
showIcon && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Icon, { className: "k-input-icon", icon }),
|
|
5473
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputInnerInput, { placeholder, value }),
|
|
5474
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputLoadingIcon, { ...props }),
|
|
5475
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputValidationIcon, { ...props }),
|
|
5476
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputClearValue, { ...props })
|
|
5430
5477
|
]
|
|
5431
5478
|
}
|
|
5432
5479
|
);
|
|
5433
5480
|
};
|
|
5434
|
-
Searchbox.states =
|
|
5435
|
-
Searchbox.options =
|
|
5481
|
+
Searchbox.states = states23;
|
|
5482
|
+
Searchbox.options = options22;
|
|
5436
5483
|
Searchbox.className = SEARCHBOX_CLASSNAME;
|
|
5437
|
-
Searchbox.defaultProps =
|
|
5484
|
+
Searchbox.defaultProps = defaultProps19;
|
|
5438
5485
|
|
|
5439
5486
|
// src/dropdownlist/templates/dropdownlist-filtering.tsx
|
|
5440
|
-
var
|
|
5487
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
5441
5488
|
|
|
5442
5489
|
// src/dropdownlist/templates/dropdownlist-grouping.tsx
|
|
5443
|
-
var
|
|
5490
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
5444
5491
|
|
|
5445
5492
|
// src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
|
|
5446
|
-
var
|
|
5493
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
5447
5494
|
|
|
5448
5495
|
// src/editor/editor.spec.tsx
|
|
5449
|
-
var
|
|
5496
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
5450
5497
|
var EDITOR_CLASSNAME = `k-editor`;
|
|
5451
|
-
var
|
|
5498
|
+
var states24 = [
|
|
5452
5499
|
States.readonly
|
|
5453
5500
|
];
|
|
5454
|
-
var
|
|
5455
|
-
var
|
|
5501
|
+
var options23 = {};
|
|
5502
|
+
var defaultProps20 = {};
|
|
5456
5503
|
var Editor = (props) => {
|
|
5457
5504
|
const {
|
|
5458
5505
|
readonly,
|
|
5459
5506
|
...other
|
|
5460
5507
|
} = props;
|
|
5461
|
-
return /* @__PURE__ */ (0,
|
|
5508
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
5462
5509
|
"div",
|
|
5463
5510
|
{
|
|
5464
5511
|
...other,
|
|
@@ -5473,15 +5520,15 @@ var Editor = (props) => {
|
|
|
5473
5520
|
}
|
|
5474
5521
|
);
|
|
5475
5522
|
};
|
|
5476
|
-
Editor.states =
|
|
5477
|
-
Editor.options =
|
|
5523
|
+
Editor.states = states24;
|
|
5524
|
+
Editor.options = options23;
|
|
5478
5525
|
Editor.className = EDITOR_CLASSNAME;
|
|
5479
|
-
Editor.defaultProps =
|
|
5526
|
+
Editor.defaultProps = defaultProps20;
|
|
5480
5527
|
|
|
5481
5528
|
// src/combobox/combobox.spec.tsx
|
|
5482
|
-
var
|
|
5529
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
5483
5530
|
var COMBOBOX_CLASSNAME = `k-combobox`;
|
|
5484
|
-
var
|
|
5531
|
+
var states25 = [
|
|
5485
5532
|
States.hover,
|
|
5486
5533
|
States.focus,
|
|
5487
5534
|
States.valid,
|
|
@@ -5491,12 +5538,12 @@ var states24 = [
|
|
|
5491
5538
|
States.disabled,
|
|
5492
5539
|
States.readonly
|
|
5493
5540
|
];
|
|
5494
|
-
var
|
|
5541
|
+
var defaultProps21 = {
|
|
5495
5542
|
size: Input.defaultProps.size,
|
|
5496
5543
|
rounded: Input.defaultProps.rounded,
|
|
5497
5544
|
fillMode: Input.defaultProps.fillMode
|
|
5498
5545
|
};
|
|
5499
|
-
var
|
|
5546
|
+
var options24 = {
|
|
5500
5547
|
size: [Size.small, Size.medium, Size.large],
|
|
5501
5548
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5502
5549
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
@@ -5522,8 +5569,8 @@ var Combobox = (props) => {
|
|
|
5522
5569
|
readonly,
|
|
5523
5570
|
...other
|
|
5524
5571
|
} = props;
|
|
5525
|
-
return /* @__PURE__ */ (0,
|
|
5526
|
-
/* @__PURE__ */ (0,
|
|
5572
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_jsx_runtime45.Fragment, { children: [
|
|
5573
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
5527
5574
|
Input,
|
|
5528
5575
|
{
|
|
5529
5576
|
...other,
|
|
@@ -5540,9 +5587,9 @@ var Combobox = (props) => {
|
|
|
5540
5587
|
readonly,
|
|
5541
5588
|
className: classNames(props.className, COMBOBOX_CLASSNAME),
|
|
5542
5589
|
children: [
|
|
5543
|
-
/* @__PURE__ */ (0,
|
|
5544
|
-
/* @__PURE__ */ (0,
|
|
5545
|
-
/* @__PURE__ */ (0,
|
|
5590
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputPrefix, { children: prefix }),
|
|
5591
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputInnerInput, { placeholder, value }),
|
|
5592
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
5546
5593
|
InputValidationIcon,
|
|
5547
5594
|
{
|
|
5548
5595
|
valid,
|
|
@@ -5551,14 +5598,14 @@ var Combobox = (props) => {
|
|
|
5551
5598
|
disabled
|
|
5552
5599
|
}
|
|
5553
5600
|
),
|
|
5554
|
-
/* @__PURE__ */ (0,
|
|
5601
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
5555
5602
|
InputLoadingIcon,
|
|
5556
5603
|
{
|
|
5557
5604
|
loading,
|
|
5558
5605
|
disabled
|
|
5559
5606
|
}
|
|
5560
5607
|
),
|
|
5561
|
-
/* @__PURE__ */ (0,
|
|
5608
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
5562
5609
|
InputClearValue,
|
|
5563
5610
|
{
|
|
5564
5611
|
loading,
|
|
@@ -5567,8 +5614,8 @@ var Combobox = (props) => {
|
|
|
5567
5614
|
value
|
|
5568
5615
|
}
|
|
5569
5616
|
),
|
|
5570
|
-
/* @__PURE__ */ (0,
|
|
5571
|
-
/* @__PURE__ */ (0,
|
|
5617
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputSuffix, { children: suffix }),
|
|
5618
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
5572
5619
|
Button,
|
|
5573
5620
|
{
|
|
5574
5621
|
className: "k-input-button",
|
|
@@ -5581,25 +5628,25 @@ var Combobox = (props) => {
|
|
|
5581
5628
|
]
|
|
5582
5629
|
}
|
|
5583
5630
|
),
|
|
5584
|
-
opened && popup && /* @__PURE__ */ (0,
|
|
5631
|
+
opened && popup && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup })
|
|
5585
5632
|
] });
|
|
5586
5633
|
};
|
|
5587
|
-
Combobox.states =
|
|
5588
|
-
Combobox.options =
|
|
5634
|
+
Combobox.states = states25;
|
|
5635
|
+
Combobox.options = options24;
|
|
5589
5636
|
Combobox.className = COMBOBOX_CLASSNAME;
|
|
5590
|
-
Combobox.defaultProps =
|
|
5637
|
+
Combobox.defaultProps = defaultProps21;
|
|
5591
5638
|
|
|
5592
5639
|
// src/menu-button/menu-button.spec.tsx
|
|
5593
|
-
var
|
|
5640
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
5594
5641
|
var MENUBUTTON_CLASSNAME = `k-menu-button`;
|
|
5595
|
-
var
|
|
5642
|
+
var states26 = [
|
|
5596
5643
|
States.hover,
|
|
5597
5644
|
States.focus,
|
|
5598
5645
|
States.active,
|
|
5599
5646
|
States.selected,
|
|
5600
5647
|
States.disabled
|
|
5601
5648
|
];
|
|
5602
|
-
var
|
|
5649
|
+
var options25 = {
|
|
5603
5650
|
size: [Size.small, Size.medium, Size.large],
|
|
5604
5651
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5605
5652
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
|
|
@@ -5617,7 +5664,7 @@ var options24 = {
|
|
|
5617
5664
|
ThemeColor.inverse
|
|
5618
5665
|
]
|
|
5619
5666
|
};
|
|
5620
|
-
var
|
|
5667
|
+
var defaultProps22 = {
|
|
5621
5668
|
size: Size.medium,
|
|
5622
5669
|
rounded: Roundness.medium,
|
|
5623
5670
|
fillMode: FillMode.solid,
|
|
@@ -5627,10 +5674,10 @@ var defaultProps21 = {
|
|
|
5627
5674
|
};
|
|
5628
5675
|
var MenuButton = (props) => {
|
|
5629
5676
|
const {
|
|
5630
|
-
size =
|
|
5631
|
-
rounded =
|
|
5632
|
-
fillMode =
|
|
5633
|
-
themeColor =
|
|
5677
|
+
size = defaultProps22.size,
|
|
5678
|
+
rounded = defaultProps22.rounded,
|
|
5679
|
+
fillMode = defaultProps22.fillMode,
|
|
5680
|
+
themeColor = defaultProps22.themeColor,
|
|
5634
5681
|
hover,
|
|
5635
5682
|
focus,
|
|
5636
5683
|
active,
|
|
@@ -5638,11 +5685,11 @@ var MenuButton = (props) => {
|
|
|
5638
5685
|
disabled,
|
|
5639
5686
|
icon,
|
|
5640
5687
|
text,
|
|
5641
|
-
showArrow =
|
|
5642
|
-
arrowIconName =
|
|
5688
|
+
showArrow = defaultProps22.showArrow,
|
|
5689
|
+
arrowIconName = defaultProps22.arrowIconName,
|
|
5643
5690
|
...other
|
|
5644
5691
|
} = props;
|
|
5645
|
-
return /* @__PURE__ */ (0,
|
|
5692
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5646
5693
|
Button,
|
|
5647
5694
|
{
|
|
5648
5695
|
...other,
|
|
@@ -5666,22 +5713,22 @@ var MenuButton = (props) => {
|
|
|
5666
5713
|
}
|
|
5667
5714
|
);
|
|
5668
5715
|
};
|
|
5669
|
-
MenuButton.states =
|
|
5670
|
-
MenuButton.options =
|
|
5716
|
+
MenuButton.states = states26;
|
|
5717
|
+
MenuButton.options = options25;
|
|
5671
5718
|
MenuButton.className = MENUBUTTON_CLASSNAME;
|
|
5672
|
-
MenuButton.defaultProps =
|
|
5719
|
+
MenuButton.defaultProps = defaultProps22;
|
|
5673
5720
|
|
|
5674
5721
|
// src/split-button/split-button.spec.tsx
|
|
5675
|
-
var
|
|
5722
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
5676
5723
|
var SPLITBUTTON_CLASSNAME = `k-split-button`;
|
|
5677
|
-
var
|
|
5724
|
+
var states27 = [
|
|
5678
5725
|
States.hover,
|
|
5679
5726
|
States.focus,
|
|
5680
5727
|
States.active,
|
|
5681
5728
|
States.selected,
|
|
5682
5729
|
States.disabled
|
|
5683
5730
|
];
|
|
5684
|
-
var
|
|
5731
|
+
var options26 = {
|
|
5685
5732
|
size: [Size.small, Size.medium, Size.large],
|
|
5686
5733
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5687
5734
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
|
|
@@ -5699,7 +5746,7 @@ var options25 = {
|
|
|
5699
5746
|
ThemeColor.inverse
|
|
5700
5747
|
]
|
|
5701
5748
|
};
|
|
5702
|
-
var
|
|
5749
|
+
var defaultProps23 = {
|
|
5703
5750
|
size: Size.medium,
|
|
5704
5751
|
rounded: Roundness.medium,
|
|
5705
5752
|
fillMode: FillMode.solid,
|
|
@@ -5708,10 +5755,10 @@ var defaultProps22 = {
|
|
|
5708
5755
|
};
|
|
5709
5756
|
var SplitButton = (props) => {
|
|
5710
5757
|
const {
|
|
5711
|
-
size =
|
|
5712
|
-
rounded =
|
|
5713
|
-
fillMode =
|
|
5714
|
-
themeColor =
|
|
5758
|
+
size = defaultProps23.size,
|
|
5759
|
+
rounded = defaultProps23.rounded,
|
|
5760
|
+
fillMode = defaultProps23.fillMode,
|
|
5761
|
+
themeColor = defaultProps23.themeColor,
|
|
5715
5762
|
hover,
|
|
5716
5763
|
focus,
|
|
5717
5764
|
active,
|
|
@@ -5719,10 +5766,10 @@ var SplitButton = (props) => {
|
|
|
5719
5766
|
disabled,
|
|
5720
5767
|
icon,
|
|
5721
5768
|
text,
|
|
5722
|
-
arrowIconName =
|
|
5769
|
+
arrowIconName = defaultProps23.arrowIconName,
|
|
5723
5770
|
...other
|
|
5724
5771
|
} = props;
|
|
5725
|
-
return /* @__PURE__ */ (0,
|
|
5772
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
5726
5773
|
"div",
|
|
5727
5774
|
{
|
|
5728
5775
|
...other,
|
|
@@ -5735,7 +5782,7 @@ var SplitButton = (props) => {
|
|
|
5735
5782
|
})
|
|
5736
5783
|
),
|
|
5737
5784
|
children: [
|
|
5738
|
-
/* @__PURE__ */ (0,
|
|
5785
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5739
5786
|
Button,
|
|
5740
5787
|
{
|
|
5741
5788
|
text,
|
|
@@ -5752,7 +5799,7 @@ var SplitButton = (props) => {
|
|
|
5752
5799
|
children: props.children
|
|
5753
5800
|
}
|
|
5754
5801
|
),
|
|
5755
|
-
/* @__PURE__ */ (0,
|
|
5802
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
5756
5803
|
Button,
|
|
5757
5804
|
{
|
|
5758
5805
|
className: "k-split-button-arrow",
|
|
@@ -5767,27 +5814,27 @@ var SplitButton = (props) => {
|
|
|
5767
5814
|
}
|
|
5768
5815
|
);
|
|
5769
5816
|
};
|
|
5770
|
-
SplitButton.states =
|
|
5771
|
-
SplitButton.options =
|
|
5817
|
+
SplitButton.states = states27;
|
|
5818
|
+
SplitButton.options = options26;
|
|
5772
5819
|
SplitButton.className = SPLITBUTTON_CLASSNAME;
|
|
5773
|
-
SplitButton.defaultProps =
|
|
5820
|
+
SplitButton.defaultProps = defaultProps23;
|
|
5774
5821
|
var split_button_spec_default = SplitButton;
|
|
5775
5822
|
|
|
5776
5823
|
// src/toolbar/toolbar.spec.tsx
|
|
5777
|
-
var
|
|
5824
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
5778
5825
|
var TOOLBAR_CLASSNAME = `k-toolbar`;
|
|
5779
|
-
var
|
|
5826
|
+
var states28 = [
|
|
5780
5827
|
States.focus
|
|
5781
5828
|
];
|
|
5782
|
-
var
|
|
5829
|
+
var options27 = {
|
|
5783
5830
|
size: [Size.small, Size.medium, Size.large]
|
|
5784
5831
|
};
|
|
5785
|
-
var
|
|
5832
|
+
var defaultProps24 = {
|
|
5786
5833
|
size: Size.medium
|
|
5787
5834
|
};
|
|
5788
5835
|
var Toolbar = (props) => {
|
|
5789
5836
|
const {
|
|
5790
|
-
size =
|
|
5837
|
+
size = defaultProps24.size,
|
|
5791
5838
|
focus,
|
|
5792
5839
|
resizable,
|
|
5793
5840
|
...other
|
|
@@ -5797,7 +5844,7 @@ var Toolbar = (props) => {
|
|
|
5797
5844
|
const tempToolbarChildren = [];
|
|
5798
5845
|
if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
|
|
5799
5846
|
tempToolbarChildren.push(
|
|
5800
|
-
/* @__PURE__ */ (0,
|
|
5847
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5801
5848
|
Button,
|
|
5802
5849
|
{
|
|
5803
5850
|
...child.props,
|
|
@@ -5808,7 +5855,7 @@ var Toolbar = (props) => {
|
|
|
5808
5855
|
);
|
|
5809
5856
|
} else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
|
|
5810
5857
|
tempToolbarChildren.push(
|
|
5811
|
-
/* @__PURE__ */ (0,
|
|
5858
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5812
5859
|
Button,
|
|
5813
5860
|
{
|
|
5814
5861
|
...child.props,
|
|
@@ -5819,7 +5866,7 @@ var Toolbar = (props) => {
|
|
|
5819
5866
|
);
|
|
5820
5867
|
} else if (child.type === Button) {
|
|
5821
5868
|
tempToolbarChildren.push(
|
|
5822
|
-
/* @__PURE__ */ (0,
|
|
5869
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5823
5870
|
Button,
|
|
5824
5871
|
{
|
|
5825
5872
|
...child.props,
|
|
@@ -5830,7 +5877,7 @@ var Toolbar = (props) => {
|
|
|
5830
5877
|
);
|
|
5831
5878
|
} else if (child.type === MenuButton) {
|
|
5832
5879
|
tempToolbarChildren.push(
|
|
5833
|
-
/* @__PURE__ */ (0,
|
|
5880
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5834
5881
|
MenuButton,
|
|
5835
5882
|
{
|
|
5836
5883
|
...child.props,
|
|
@@ -5841,7 +5888,7 @@ var Toolbar = (props) => {
|
|
|
5841
5888
|
);
|
|
5842
5889
|
} else if (child.type === split_button_spec_default) {
|
|
5843
5890
|
tempToolbarChildren.push(
|
|
5844
|
-
/* @__PURE__ */ (0,
|
|
5891
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5845
5892
|
split_button_spec_default,
|
|
5846
5893
|
{
|
|
5847
5894
|
...child.props,
|
|
@@ -5855,7 +5902,7 @@ var Toolbar = (props) => {
|
|
|
5855
5902
|
const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
|
|
5856
5903
|
childrenArray.forEach((button, bindex) => {
|
|
5857
5904
|
buttonGroupItems.push(
|
|
5858
|
-
/* @__PURE__ */ (0,
|
|
5905
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5859
5906
|
Button,
|
|
5860
5907
|
{
|
|
5861
5908
|
...button.props,
|
|
@@ -5866,7 +5913,7 @@ var Toolbar = (props) => {
|
|
|
5866
5913
|
);
|
|
5867
5914
|
});
|
|
5868
5915
|
tempToolbarChildren.push(
|
|
5869
|
-
/* @__PURE__ */ (0,
|
|
5916
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5870
5917
|
ButtonGroup,
|
|
5871
5918
|
{
|
|
5872
5919
|
...child.props,
|
|
@@ -5878,7 +5925,7 @@ var Toolbar = (props) => {
|
|
|
5878
5925
|
);
|
|
5879
5926
|
} else if (child.type === Combobox) {
|
|
5880
5927
|
tempToolbarChildren.push(
|
|
5881
|
-
/* @__PURE__ */ (0,
|
|
5928
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5882
5929
|
Combobox,
|
|
5883
5930
|
{
|
|
5884
5931
|
...child.props,
|
|
@@ -5889,7 +5936,7 @@ var Toolbar = (props) => {
|
|
|
5889
5936
|
);
|
|
5890
5937
|
} else if (child.type === DropdownList) {
|
|
5891
5938
|
tempToolbarChildren.push(
|
|
5892
|
-
/* @__PURE__ */ (0,
|
|
5939
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5893
5940
|
DropdownList,
|
|
5894
5941
|
{
|
|
5895
5942
|
...child.props,
|
|
@@ -5900,7 +5947,7 @@ var Toolbar = (props) => {
|
|
|
5900
5947
|
);
|
|
5901
5948
|
} else if (child.type === ColorPicker) {
|
|
5902
5949
|
tempToolbarChildren.push(
|
|
5903
|
-
/* @__PURE__ */ (0,
|
|
5950
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5904
5951
|
ColorPicker,
|
|
5905
5952
|
{
|
|
5906
5953
|
...child.props,
|
|
@@ -5922,7 +5969,7 @@ var Toolbar = (props) => {
|
|
|
5922
5969
|
addUniqueToolClass(child, index);
|
|
5923
5970
|
});
|
|
5924
5971
|
}
|
|
5925
|
-
return /* @__PURE__ */ (0,
|
|
5972
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
5926
5973
|
"div",
|
|
5927
5974
|
{
|
|
5928
5975
|
...other,
|
|
@@ -5943,26 +5990,26 @@ var Toolbar = (props) => {
|
|
|
5943
5990
|
}
|
|
5944
5991
|
);
|
|
5945
5992
|
};
|
|
5946
|
-
Toolbar.states =
|
|
5947
|
-
Toolbar.options =
|
|
5993
|
+
Toolbar.states = states28;
|
|
5994
|
+
Toolbar.options = options27;
|
|
5948
5995
|
Toolbar.className = TOOLBAR_CLASSNAME;
|
|
5949
|
-
Toolbar.defaultProps =
|
|
5996
|
+
Toolbar.defaultProps = defaultProps24;
|
|
5950
5997
|
|
|
5951
5998
|
// src/toolbar/toolbar-angular.spec.tsx
|
|
5952
|
-
var
|
|
5999
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
5953
6000
|
var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
|
|
5954
|
-
var
|
|
6001
|
+
var states29 = [
|
|
5955
6002
|
States.focus
|
|
5956
6003
|
];
|
|
5957
|
-
var
|
|
6004
|
+
var options28 = {
|
|
5958
6005
|
size: [Size.small, Size.medium, Size.large]
|
|
5959
6006
|
};
|
|
5960
|
-
var
|
|
6007
|
+
var defaultProps25 = {
|
|
5961
6008
|
size: Size.medium
|
|
5962
6009
|
};
|
|
5963
6010
|
var ToolbarAngular = (props) => {
|
|
5964
6011
|
const {
|
|
5965
|
-
size =
|
|
6012
|
+
size = defaultProps25.size,
|
|
5966
6013
|
focus,
|
|
5967
6014
|
resizable,
|
|
5968
6015
|
...other
|
|
@@ -5972,7 +6019,7 @@ var ToolbarAngular = (props) => {
|
|
|
5972
6019
|
const tempToolbarChildren = [];
|
|
5973
6020
|
if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
|
|
5974
6021
|
tempToolbarChildren.push(
|
|
5975
|
-
/* @__PURE__ */ (0,
|
|
6022
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5976
6023
|
Button,
|
|
5977
6024
|
{
|
|
5978
6025
|
...child.props,
|
|
@@ -5983,7 +6030,7 @@ var ToolbarAngular = (props) => {
|
|
|
5983
6030
|
);
|
|
5984
6031
|
} else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
|
|
5985
6032
|
tempToolbarChildren.push(
|
|
5986
|
-
/* @__PURE__ */ (0,
|
|
6033
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5987
6034
|
Button,
|
|
5988
6035
|
{
|
|
5989
6036
|
...child.props,
|
|
@@ -5994,7 +6041,7 @@ var ToolbarAngular = (props) => {
|
|
|
5994
6041
|
);
|
|
5995
6042
|
} else if (child.type === Button) {
|
|
5996
6043
|
tempToolbarChildren.push(
|
|
5997
|
-
/* @__PURE__ */ (0,
|
|
6044
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
5998
6045
|
Button,
|
|
5999
6046
|
{
|
|
6000
6047
|
...child.props,
|
|
@@ -6005,7 +6052,7 @@ var ToolbarAngular = (props) => {
|
|
|
6005
6052
|
);
|
|
6006
6053
|
} else if (child.type === MenuButton) {
|
|
6007
6054
|
tempToolbarChildren.push(
|
|
6008
|
-
/* @__PURE__ */ (0,
|
|
6055
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
6009
6056
|
MenuButton,
|
|
6010
6057
|
{
|
|
6011
6058
|
...child.props,
|
|
@@ -6016,7 +6063,7 @@ var ToolbarAngular = (props) => {
|
|
|
6016
6063
|
);
|
|
6017
6064
|
} else if (child.type === split_button_spec_default) {
|
|
6018
6065
|
tempToolbarChildren.push(
|
|
6019
|
-
/* @__PURE__ */ (0,
|
|
6066
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
6020
6067
|
split_button_spec_default,
|
|
6021
6068
|
{
|
|
6022
6069
|
...child.props,
|
|
@@ -6030,7 +6077,7 @@ var ToolbarAngular = (props) => {
|
|
|
6030
6077
|
const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
|
|
6031
6078
|
childrenArray.forEach((button, bindex) => {
|
|
6032
6079
|
buttonGroupItems.push(
|
|
6033
|
-
/* @__PURE__ */ (0,
|
|
6080
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
6034
6081
|
Button,
|
|
6035
6082
|
{
|
|
6036
6083
|
...button.props,
|
|
@@ -6041,7 +6088,7 @@ var ToolbarAngular = (props) => {
|
|
|
6041
6088
|
);
|
|
6042
6089
|
});
|
|
6043
6090
|
tempToolbarChildren.push(
|
|
6044
|
-
/* @__PURE__ */ (0,
|
|
6091
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
6045
6092
|
ButtonGroup,
|
|
6046
6093
|
{
|
|
6047
6094
|
...child.props,
|
|
@@ -6053,7 +6100,7 @@ var ToolbarAngular = (props) => {
|
|
|
6053
6100
|
);
|
|
6054
6101
|
} else if (child.type === Combobox) {
|
|
6055
6102
|
tempToolbarChildren.push(
|
|
6056
|
-
/* @__PURE__ */ (0,
|
|
6103
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
6057
6104
|
Combobox,
|
|
6058
6105
|
{
|
|
6059
6106
|
...child.props,
|
|
@@ -6064,7 +6111,7 @@ var ToolbarAngular = (props) => {
|
|
|
6064
6111
|
);
|
|
6065
6112
|
} else if (child.type === DropdownList) {
|
|
6066
6113
|
tempToolbarChildren.push(
|
|
6067
|
-
/* @__PURE__ */ (0,
|
|
6114
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
6068
6115
|
DropdownList,
|
|
6069
6116
|
{
|
|
6070
6117
|
...child.props,
|
|
@@ -6075,7 +6122,7 @@ var ToolbarAngular = (props) => {
|
|
|
6075
6122
|
);
|
|
6076
6123
|
} else if (child.type === ColorPicker) {
|
|
6077
6124
|
tempToolbarChildren.push(
|
|
6078
|
-
/* @__PURE__ */ (0,
|
|
6125
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
6079
6126
|
ColorPicker,
|
|
6080
6127
|
{
|
|
6081
6128
|
...child.props,
|
|
@@ -6097,7 +6144,7 @@ var ToolbarAngular = (props) => {
|
|
|
6097
6144
|
addUniqueToolClass(child, index);
|
|
6098
6145
|
});
|
|
6099
6146
|
}
|
|
6100
|
-
return /* @__PURE__ */ (0,
|
|
6147
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
6101
6148
|
"div",
|
|
6102
6149
|
{
|
|
6103
6150
|
...other,
|
|
@@ -6118,28 +6165,28 @@ var ToolbarAngular = (props) => {
|
|
|
6118
6165
|
}
|
|
6119
6166
|
);
|
|
6120
6167
|
};
|
|
6121
|
-
ToolbarAngular.states =
|
|
6122
|
-
ToolbarAngular.options =
|
|
6168
|
+
ToolbarAngular.states = states29;
|
|
6169
|
+
ToolbarAngular.options = options28;
|
|
6123
6170
|
ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
|
|
6124
|
-
ToolbarAngular.defaultProps =
|
|
6171
|
+
ToolbarAngular.defaultProps = defaultProps25;
|
|
6125
6172
|
|
|
6126
6173
|
// src/toolbar/toolbar-separator.tsx
|
|
6127
|
-
var
|
|
6174
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
6128
6175
|
|
|
6129
6176
|
// src/toolbar/toolbar-item.spec.tsx
|
|
6130
|
-
var
|
|
6177
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
6131
6178
|
var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
|
|
6132
|
-
var
|
|
6179
|
+
var states30 = [
|
|
6133
6180
|
States.focus
|
|
6134
6181
|
];
|
|
6135
|
-
var
|
|
6136
|
-
var
|
|
6182
|
+
var options29 = {};
|
|
6183
|
+
var defaultProps26 = {};
|
|
6137
6184
|
var ToolbarItem = (props) => {
|
|
6138
6185
|
const {
|
|
6139
6186
|
focus,
|
|
6140
6187
|
...other
|
|
6141
6188
|
} = props;
|
|
6142
|
-
return /* @__PURE__ */ (0,
|
|
6189
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
6143
6190
|
"div",
|
|
6144
6191
|
{
|
|
6145
6192
|
...other,
|
|
@@ -6154,20 +6201,20 @@ var ToolbarItem = (props) => {
|
|
|
6154
6201
|
}
|
|
6155
6202
|
);
|
|
6156
6203
|
};
|
|
6157
|
-
ToolbarItem.states =
|
|
6158
|
-
ToolbarItem.options =
|
|
6204
|
+
ToolbarItem.states = states30;
|
|
6205
|
+
ToolbarItem.options = options29;
|
|
6159
6206
|
ToolbarItem.className = TOOLBARITEM_CLASSNAME;
|
|
6160
|
-
ToolbarItem.defaultProps =
|
|
6207
|
+
ToolbarItem.defaultProps = defaultProps26;
|
|
6161
6208
|
|
|
6162
6209
|
// src/editor/editor-toolbar.tsx
|
|
6163
|
-
var
|
|
6210
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
6164
6211
|
var EDITORTOOLBAR_CLASSNAME = `k-editor-toolbar`;
|
|
6165
6212
|
var EditorToolbar = (props) => {
|
|
6166
6213
|
const {
|
|
6167
6214
|
resizable,
|
|
6168
6215
|
...other
|
|
6169
6216
|
} = props;
|
|
6170
|
-
return /* @__PURE__ */ (0,
|
|
6217
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
6171
6218
|
Toolbar,
|
|
6172
6219
|
{
|
|
6173
6220
|
...other,
|
|
@@ -6182,9 +6229,9 @@ var EditorToolbar = (props) => {
|
|
|
6182
6229
|
};
|
|
6183
6230
|
|
|
6184
6231
|
// src/editor/editor-content.tsx
|
|
6185
|
-
var
|
|
6232
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
6186
6233
|
var EDITORCONTENT_CLASSNAME = `k-editor-content`;
|
|
6187
|
-
var
|
|
6234
|
+
var states31 = [
|
|
6188
6235
|
States.focus
|
|
6189
6236
|
];
|
|
6190
6237
|
var EditorContent = (props) => {
|
|
@@ -6192,7 +6239,7 @@ var EditorContent = (props) => {
|
|
|
6192
6239
|
focus,
|
|
6193
6240
|
...other
|
|
6194
6241
|
} = props;
|
|
6195
|
-
return /* @__PURE__ */ (0,
|
|
6242
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
6196
6243
|
"div",
|
|
6197
6244
|
{
|
|
6198
6245
|
...other,
|
|
@@ -6209,7 +6256,7 @@ var EditorContent = (props) => {
|
|
|
6209
6256
|
};
|
|
6210
6257
|
|
|
6211
6258
|
// src/editor/tests/editor.tsx
|
|
6212
|
-
var
|
|
6259
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
6213
6260
|
var styles = `
|
|
6214
6261
|
.k-editor .k-dialog-wrapper {
|
|
6215
6262
|
position: static;
|
|
@@ -6218,250 +6265,257 @@ var styles = `
|
|
|
6218
6265
|
.k-editor-content > .ProseMirror {
|
|
6219
6266
|
white-space: normal;
|
|
6220
6267
|
}
|
|
6268
|
+
.k-animation-container {
|
|
6269
|
+
width: 166px;
|
|
6270
|
+
height: 254px;
|
|
6271
|
+
overflow: visible;
|
|
6272
|
+
display: inline-block;
|
|
6273
|
+
position: relative;
|
|
6274
|
+
}
|
|
6221
6275
|
`;
|
|
6222
|
-
var editor_default = () => /* @__PURE__ */ (0,
|
|
6223
|
-
/* @__PURE__ */ (0,
|
|
6224
|
-
/* @__PURE__ */ (0,
|
|
6225
|
-
/* @__PURE__ */ (0,
|
|
6226
|
-
/* @__PURE__ */ (0,
|
|
6227
|
-
/* @__PURE__ */ (0,
|
|
6228
|
-
/* @__PURE__ */ (0,
|
|
6229
|
-
/* @__PURE__ */ (0,
|
|
6230
|
-
/* @__PURE__ */ (0,
|
|
6231
|
-
/* @__PURE__ */ (0,
|
|
6276
|
+
var editor_default = () => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
|
|
6277
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("style", { children: styles }),
|
|
6278
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
6279
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { children: "Editor with iFrame; responsive toolbar" }),
|
|
6280
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { children: "Editor without iFrame; responsive toolbar" }),
|
|
6281
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(Editor, { style: { height: "300px" }, children: [
|
|
6282
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(EditorToolbar, { resizable: true, children: [
|
|
6283
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { children: [
|
|
6284
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "undo" }),
|
|
6285
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "redo" })
|
|
6232
6286
|
] }),
|
|
6233
|
-
/* @__PURE__ */ (0,
|
|
6287
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
|
|
6234
6288
|
] }),
|
|
6235
|
-
/* @__PURE__ */ (0,
|
|
6289
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
|
|
6236
6290
|
] }) }),
|
|
6237
|
-
/* @__PURE__ */ (0,
|
|
6238
|
-
/* @__PURE__ */ (0,
|
|
6239
|
-
/* @__PURE__ */ (0,
|
|
6240
|
-
/* @__PURE__ */ (0,
|
|
6241
|
-
/* @__PURE__ */ (0,
|
|
6291
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(Editor, { style: { height: "300px" }, children: [
|
|
6292
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(EditorToolbar, { resizable: true, children: [
|
|
6293
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { children: [
|
|
6294
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "undo" }),
|
|
6295
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "redo" })
|
|
6242
6296
|
] }),
|
|
6243
|
-
/* @__PURE__ */ (0,
|
|
6297
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "more-vertical", className: "k-toolbar-overflow-button", fillMode: "flat", rounded: null })
|
|
6244
6298
|
] }),
|
|
6245
|
-
/* @__PURE__ */ (0,
|
|
6246
|
-
/* @__PURE__ */ (0,
|
|
6247
|
-
/* @__PURE__ */ (0,
|
|
6248
|
-
/* @__PURE__ */ (0,
|
|
6249
|
-
/* @__PURE__ */ (0,
|
|
6250
|
-
/* @__PURE__ */ (0,
|
|
6299
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "ProseMirror", children: [
|
|
6300
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("p", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("table", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tbody", { children: [
|
|
6301
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { children: [
|
|
6302
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { className: "selectedCell", children: "cell 1" }),
|
|
6303
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { children: "cell 2" }),
|
|
6304
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { children: "cell 3" })
|
|
6251
6305
|
] }),
|
|
6252
|
-
/* @__PURE__ */ (0,
|
|
6253
|
-
/* @__PURE__ */ (0,
|
|
6254
|
-
/* @__PURE__ */ (0,
|
|
6255
|
-
/* @__PURE__ */ (0,
|
|
6306
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("tr", { children: [
|
|
6307
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { children: "cell 4" }),
|
|
6308
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { children: "cell 5" }),
|
|
6309
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("td", { children: "cell 6" })
|
|
6256
6310
|
] })
|
|
6257
6311
|
] }) }) }),
|
|
6258
|
-
/* @__PURE__ */ (0,
|
|
6259
|
-
/* @__PURE__ */ (0,
|
|
6260
|
-
/* @__PURE__ */ (0,
|
|
6261
|
-
/* @__PURE__ */ (0,
|
|
6262
|
-
/* @__PURE__ */ (0,
|
|
6263
|
-
/* @__PURE__ */ (0,
|
|
6264
|
-
/* @__PURE__ */ (0,
|
|
6265
|
-
/* @__PURE__ */ (0,
|
|
6266
|
-
/* @__PURE__ */ (0,
|
|
6267
|
-
/* @__PURE__ */ (0,
|
|
6268
|
-
/* @__PURE__ */ (0,
|
|
6312
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { style: { position: "relative" }, children: [
|
|
6313
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("img", { className: "ProseMirror-selectednode", src: "/packages/html/assets/avatar.jpg" }),
|
|
6314
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "k-editor-resize-handles-wrapper ProseMirror-widget", style: { width: "100px", height: "110px", top: "0", left: "0" }, children: [
|
|
6315
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-editor-resize-handle southeast" }),
|
|
6316
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-editor-resize-handle east" }),
|
|
6317
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-editor-resize-handle south" }),
|
|
6318
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-editor-resize-handle north" }),
|
|
6319
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-editor-resize-handle west" }),
|
|
6320
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-editor-resize-handle southwest" }),
|
|
6321
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-editor-resize-handle northwest" }),
|
|
6322
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-editor-resize-handle northeast" })
|
|
6269
6323
|
] })
|
|
6270
6324
|
] }),
|
|
6271
|
-
/* @__PURE__ */ (0,
|
|
6272
|
-
/* @__PURE__ */ (0,
|
|
6325
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("p", { children: "The Kendo UI Angular Editor allows your users to edit HTML in a familiar, user-friendly way." }),
|
|
6326
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("p", { children: [
|
|
6273
6327
|
"In this version, the Editor provides the core HTML editing engine which includes basic text formatting, hyperlinks, and lists. The widget ",
|
|
6274
|
-
/* @__PURE__ */ (0,
|
|
6328
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("strong", { children: "outputs identical HTML" }),
|
|
6275
6329
|
" across all major browsers, follows accessibility standards, and provides API for content manipulation."
|
|
6276
6330
|
] }),
|
|
6277
|
-
/* @__PURE__ */ (0,
|
|
6278
|
-
/* @__PURE__ */ (0,
|
|
6279
|
-
/* @__PURE__ */ (0,
|
|
6280
|
-
/* @__PURE__ */ (0,
|
|
6281
|
-
/* @__PURE__ */ (0,
|
|
6282
|
-
/* @__PURE__ */ (0,
|
|
6283
|
-
/* @__PURE__ */ (0,
|
|
6331
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("p", { children: "Features include:" }),
|
|
6332
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("ul", { children: [
|
|
6333
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { children: "Text formatting" }),
|
|
6334
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { children: "Bulleted and numbered lists" }),
|
|
6335
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { children: "Hyperlinks" }),
|
|
6336
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { children: "Cross-browser support" }),
|
|
6337
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { children: "Identical HTML output across browsers" })
|
|
6284
6338
|
] })
|
|
6285
6339
|
] }) })
|
|
6286
6340
|
] }) }),
|
|
6287
|
-
/* @__PURE__ */ (0,
|
|
6288
|
-
/* @__PURE__ */ (0,
|
|
6289
|
-
/* @__PURE__ */ (0,
|
|
6290
|
-
/* @__PURE__ */ (0,
|
|
6291
|
-
/* @__PURE__ */ (0,
|
|
6292
|
-
/* @__PURE__ */ (0,
|
|
6293
|
-
/* @__PURE__ */ (0,
|
|
6294
|
-
/* @__PURE__ */ (0,
|
|
6295
|
-
/* @__PURE__ */ (0,
|
|
6341
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { children: "Editor with iFrame; NO-responsive toolbar" }),
|
|
6342
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { children: "Readonly Editor without iFrame; NO-responsive toolbar" }),
|
|
6343
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(Editor, { style: { height: "350px" }, children: [
|
|
6344
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(EditorToolbar, { children: [
|
|
6345
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { children: [
|
|
6346
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "bold" }),
|
|
6347
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "italic" }),
|
|
6348
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "underline" }),
|
|
6349
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "strikethrough" })
|
|
6296
6350
|
] }),
|
|
6297
|
-
/* @__PURE__ */ (0,
|
|
6298
|
-
/* @__PURE__ */ (0,
|
|
6299
|
-
/* @__PURE__ */ (0,
|
|
6351
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { children: [
|
|
6352
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "subscript" }),
|
|
6353
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "supscript" })
|
|
6300
6354
|
] }),
|
|
6301
|
-
/* @__PURE__ */ (0,
|
|
6302
|
-
/* @__PURE__ */ (0,
|
|
6303
|
-
/* @__PURE__ */ (0,
|
|
6304
|
-
/* @__PURE__ */ (0,
|
|
6305
|
-
/* @__PURE__ */ (0,
|
|
6355
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { children: [
|
|
6356
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "align-left" }),
|
|
6357
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "align-center" }),
|
|
6358
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "align-right" }),
|
|
6359
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "align-justify" })
|
|
6306
6360
|
] }),
|
|
6307
|
-
/* @__PURE__ */ (0,
|
|
6308
|
-
/* @__PURE__ */ (0,
|
|
6309
|
-
/* @__PURE__ */ (0,
|
|
6361
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { children: [
|
|
6362
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "indent" }),
|
|
6363
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "outdent" })
|
|
6310
6364
|
] }),
|
|
6311
|
-
/* @__PURE__ */ (0,
|
|
6312
|
-
/* @__PURE__ */ (0,
|
|
6313
|
-
/* @__PURE__ */ (0,
|
|
6365
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { children: [
|
|
6366
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "list-ordered" }),
|
|
6367
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "list-unordered" })
|
|
6314
6368
|
] }),
|
|
6315
|
-
/* @__PURE__ */ (0,
|
|
6316
|
-
/* @__PURE__ */ (0,
|
|
6317
|
-
/* @__PURE__ */ (0,
|
|
6318
|
-
/* @__PURE__ */ (0,
|
|
6319
|
-
/* @__PURE__ */ (0,
|
|
6320
|
-
/* @__PURE__ */ (0,
|
|
6369
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(DropdownList, { value: "Font Size" }) }),
|
|
6370
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(DropdownList, { value: "Font Name" }) }),
|
|
6371
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(DropdownList, { value: "Paragraph" }) }),
|
|
6372
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { children: [
|
|
6373
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "undo" }),
|
|
6374
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "redo" })
|
|
6321
6375
|
] }),
|
|
6322
|
-
/* @__PURE__ */ (0,
|
|
6323
|
-
/* @__PURE__ */ (0,
|
|
6324
|
-
/* @__PURE__ */ (0,
|
|
6325
|
-
/* @__PURE__ */ (0,
|
|
6326
|
-
/* @__PURE__ */ (0,
|
|
6376
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { children: [
|
|
6377
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "link" }),
|
|
6378
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "unlink" }),
|
|
6379
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "image" }),
|
|
6380
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "code" })
|
|
6327
6381
|
] }),
|
|
6328
|
-
/* @__PURE__ */ (0,
|
|
6329
|
-
/* @__PURE__ */ (0,
|
|
6330
|
-
/* @__PURE__ */ (0,
|
|
6331
|
-
/* @__PURE__ */ (0,
|
|
6332
|
-
/* @__PURE__ */ (0,
|
|
6333
|
-
/* @__PURE__ */ (0,
|
|
6382
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-add" }),
|
|
6383
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { children: [
|
|
6384
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-row-insert-above" }),
|
|
6385
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-row-insert-below" }),
|
|
6386
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-column-insert-left" }),
|
|
6387
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-column-insert-right" })
|
|
6334
6388
|
] }),
|
|
6335
|
-
/* @__PURE__ */ (0,
|
|
6336
|
-
/* @__PURE__ */ (0,
|
|
6337
|
-
/* @__PURE__ */ (0,
|
|
6338
|
-
/* @__PURE__ */ (0,
|
|
6389
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { children: [
|
|
6390
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-row-delete" }),
|
|
6391
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-column-delete" }),
|
|
6392
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-delete" })
|
|
6339
6393
|
] }),
|
|
6340
|
-
/* @__PURE__ */ (0,
|
|
6341
|
-
/* @__PURE__ */ (0,
|
|
6342
|
-
/* @__PURE__ */ (0,
|
|
6394
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { children: [
|
|
6395
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "cells-merge" }),
|
|
6396
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "cell-split-horizontally" })
|
|
6343
6397
|
] }),
|
|
6344
|
-
/* @__PURE__ */ (0,
|
|
6345
|
-
/* @__PURE__ */ (0,
|
|
6346
|
-
/* @__PURE__ */ (0,
|
|
6398
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ColorPicker, { value: "red", valueIconName: "foreground-color" }) }),
|
|
6399
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ColorPicker, { value: "fuchsia", valueIconName: "droplet" }) }),
|
|
6400
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "clear-css" })
|
|
6347
6401
|
] }),
|
|
6348
|
-
/* @__PURE__ */ (0,
|
|
6402
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(EditorContent, { focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("iframe", { className: "k-iframe", frameBorder: "0", src: "editor-iFrameContent.html" }) })
|
|
6349
6403
|
] }) }),
|
|
6350
|
-
/* @__PURE__ */ (0,
|
|
6351
|
-
/* @__PURE__ */ (0,
|
|
6352
|
-
/* @__PURE__ */ (0,
|
|
6353
|
-
/* @__PURE__ */ (0,
|
|
6354
|
-
/* @__PURE__ */ (0,
|
|
6355
|
-
/* @__PURE__ */ (0,
|
|
6356
|
-
/* @__PURE__ */ (0,
|
|
6404
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(Editor, { readonly: true, style: { height: "350px" }, children: [
|
|
6405
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(EditorToolbar, { children: [
|
|
6406
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
6407
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "bold", disabled: true }),
|
|
6408
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "italic", disabled: true }),
|
|
6409
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "underline", disabled: true }),
|
|
6410
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "strikethrough", disabled: true })
|
|
6357
6411
|
] }),
|
|
6358
|
-
/* @__PURE__ */ (0,
|
|
6359
|
-
/* @__PURE__ */ (0,
|
|
6360
|
-
/* @__PURE__ */ (0,
|
|
6412
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
6413
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "subscript", disabled: true }),
|
|
6414
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "supscript", disabled: true })
|
|
6361
6415
|
] }),
|
|
6362
|
-
/* @__PURE__ */ (0,
|
|
6363
|
-
/* @__PURE__ */ (0,
|
|
6364
|
-
/* @__PURE__ */ (0,
|
|
6365
|
-
/* @__PURE__ */ (0,
|
|
6366
|
-
/* @__PURE__ */ (0,
|
|
6416
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
6417
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "align-left", disabled: true }),
|
|
6418
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "align-center", disabled: true }),
|
|
6419
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "align-right", disabled: true }),
|
|
6420
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "align-justify", disabled: true })
|
|
6367
6421
|
] }),
|
|
6368
|
-
/* @__PURE__ */ (0,
|
|
6369
|
-
/* @__PURE__ */ (0,
|
|
6370
|
-
/* @__PURE__ */ (0,
|
|
6422
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
6423
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "indent", disabled: true }),
|
|
6424
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "outdent", disabled: true })
|
|
6371
6425
|
] }),
|
|
6372
|
-
/* @__PURE__ */ (0,
|
|
6373
|
-
/* @__PURE__ */ (0,
|
|
6374
|
-
/* @__PURE__ */ (0,
|
|
6426
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
6427
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "list-ordered", disabled: true }),
|
|
6428
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "list-unordered", disabled: true })
|
|
6375
6429
|
] }),
|
|
6376
|
-
/* @__PURE__ */ (0,
|
|
6377
|
-
/* @__PURE__ */ (0,
|
|
6378
|
-
/* @__PURE__ */ (0,
|
|
6379
|
-
/* @__PURE__ */ (0,
|
|
6380
|
-
/* @__PURE__ */ (0,
|
|
6381
|
-
/* @__PURE__ */ (0,
|
|
6430
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(DropdownList, { value: "Font Size", disabled: true }) }),
|
|
6431
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(DropdownList, { value: "Font Name", disabled: true }) }),
|
|
6432
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(DropdownList, { value: "Paragraph", disabled: true }) }),
|
|
6433
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
6434
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "undo", disabled: true }),
|
|
6435
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "redo", disabled: true })
|
|
6382
6436
|
] }),
|
|
6383
|
-
/* @__PURE__ */ (0,
|
|
6384
|
-
/* @__PURE__ */ (0,
|
|
6385
|
-
/* @__PURE__ */ (0,
|
|
6386
|
-
/* @__PURE__ */ (0,
|
|
6387
|
-
/* @__PURE__ */ (0,
|
|
6437
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
6438
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "link", disabled: true }),
|
|
6439
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "unlink", disabled: true }),
|
|
6440
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "image", disabled: true }),
|
|
6441
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "code", disabled: true })
|
|
6388
6442
|
] }),
|
|
6389
|
-
/* @__PURE__ */ (0,
|
|
6390
|
-
/* @__PURE__ */ (0,
|
|
6391
|
-
/* @__PURE__ */ (0,
|
|
6392
|
-
/* @__PURE__ */ (0,
|
|
6393
|
-
/* @__PURE__ */ (0,
|
|
6443
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-add", disabled: true }),
|
|
6444
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
6445
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-row-insert-below", disabled: true }),
|
|
6446
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-column-insert-left", disabled: true }),
|
|
6447
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-column-insert-right", disabled: true })
|
|
6394
6448
|
] }),
|
|
6395
|
-
/* @__PURE__ */ (0,
|
|
6396
|
-
/* @__PURE__ */ (0,
|
|
6397
|
-
/* @__PURE__ */ (0,
|
|
6398
|
-
/* @__PURE__ */ (0,
|
|
6449
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
6450
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-row-delete", disabled: true }),
|
|
6451
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-column-delete", disabled: true }),
|
|
6452
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-delete", disabled: true })
|
|
6399
6453
|
] }),
|
|
6400
|
-
/* @__PURE__ */ (0,
|
|
6401
|
-
/* @__PURE__ */ (0,
|
|
6402
|
-
/* @__PURE__ */ (0,
|
|
6454
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(ButtonGroup, { disabled: true, children: [
|
|
6455
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "cells-merge", disabled: true }),
|
|
6456
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "cell-split-horizontally", disabled: true })
|
|
6403
6457
|
] }),
|
|
6404
|
-
/* @__PURE__ */ (0,
|
|
6405
|
-
/* @__PURE__ */ (0,
|
|
6406
|
-
/* @__PURE__ */ (0,
|
|
6458
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ColorPicker, { value: "red", valueIconName: "foreground-color", disabled: true }) }),
|
|
6459
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(ColorPicker, { value: "fuchsia", valueIconName: "droplet", disabled: true }) }),
|
|
6460
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "clear-css", disabled: true })
|
|
6407
6461
|
] }),
|
|
6408
|
-
/* @__PURE__ */ (0,
|
|
6409
|
-
/* @__PURE__ */ (0,
|
|
6410
|
-
/* @__PURE__ */ (0,
|
|
6462
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(EditorContent, { focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "ProseMirror", children: [
|
|
6463
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("p", { children: "The Editor allows your users to edit HTML in a familiar, user-friendly way." }),
|
|
6464
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("p", { children: [
|
|
6411
6465
|
"In this version, the Editor provides the core HTML editing engine which includes basic text formatting, hyperlinks, and lists. The widget ",
|
|
6412
|
-
/* @__PURE__ */ (0,
|
|
6466
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("strong", { children: "outputs identical HTML" }),
|
|
6413
6467
|
" across all major browsers, follows accessibility standards, and provides API for content manipulation."
|
|
6414
6468
|
] }),
|
|
6415
|
-
/* @__PURE__ */ (0,
|
|
6416
|
-
/* @__PURE__ */ (0,
|
|
6417
|
-
/* @__PURE__ */ (0,
|
|
6418
|
-
/* @__PURE__ */ (0,
|
|
6419
|
-
/* @__PURE__ */ (0,
|
|
6420
|
-
/* @__PURE__ */ (0,
|
|
6421
|
-
/* @__PURE__ */ (0,
|
|
6469
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("p", { children: "Features include:" }),
|
|
6470
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("ul", { children: [
|
|
6471
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { children: "Text formatting" }),
|
|
6472
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { children: "Bulleted and numbered lists" }),
|
|
6473
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { children: "Hyperlinks" }),
|
|
6474
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { children: "Cross-browser support" }),
|
|
6475
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { children: "Identical HTML output across browsers" })
|
|
6422
6476
|
] })
|
|
6423
6477
|
] }) })
|
|
6424
6478
|
] }) }),
|
|
6425
|
-
/* @__PURE__ */ (0,
|
|
6426
|
-
/* @__PURE__ */ (0,
|
|
6427
|
-
/* @__PURE__ */ (0,
|
|
6428
|
-
/* @__PURE__ */ (0,
|
|
6429
|
-
/* @__PURE__ */ (0,
|
|
6430
|
-
/* @__PURE__ */ (0,
|
|
6431
|
-
/* @__PURE__ */ (0,
|
|
6432
|
-
/* @__PURE__ */ (0,
|
|
6433
|
-
/* @__PURE__ */ (0,
|
|
6434
|
-
/* @__PURE__ */ (0,
|
|
6435
|
-
/* @__PURE__ */ (0,
|
|
6436
|
-
/* @__PURE__ */ (0,
|
|
6437
|
-
/* @__PURE__ */ (0,
|
|
6438
|
-
/* @__PURE__ */ (0,
|
|
6439
|
-
/* @__PURE__ */ (0,
|
|
6440
|
-
/* @__PURE__ */ (0,
|
|
6441
|
-
/* @__PURE__ */ (0,
|
|
6442
|
-
/* @__PURE__ */ (0,
|
|
6443
|
-
/* @__PURE__ */ (0,
|
|
6444
|
-
/* @__PURE__ */ (0,
|
|
6445
|
-
/* @__PURE__ */ (0,
|
|
6446
|
-
/* @__PURE__ */ (0,
|
|
6447
|
-
/* @__PURE__ */ (0,
|
|
6448
|
-
/* @__PURE__ */ (0,
|
|
6449
|
-
/* @__PURE__ */ (0,
|
|
6450
|
-
/* @__PURE__ */ (0,
|
|
6451
|
-
/* @__PURE__ */ (0,
|
|
6452
|
-
/* @__PURE__ */ (0,
|
|
6453
|
-
/* @__PURE__ */ (0,
|
|
6454
|
-
/* @__PURE__ */ (0,
|
|
6455
|
-
/* @__PURE__ */ (0,
|
|
6456
|
-
/* @__PURE__ */ (0,
|
|
6457
|
-
/* @__PURE__ */ (0,
|
|
6458
|
-
/* @__PURE__ */ (0,
|
|
6459
|
-
/* @__PURE__ */ (0,
|
|
6460
|
-
/* @__PURE__ */ (0,
|
|
6461
|
-
/* @__PURE__ */ (0,
|
|
6462
|
-
/* @__PURE__ */ (0,
|
|
6463
|
-
/* @__PURE__ */ (0,
|
|
6464
|
-
/* @__PURE__ */ (0,
|
|
6465
|
-
] }) })
|
|
6479
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { children: "Table Wizard" }),
|
|
6480
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", {}),
|
|
6481
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(Popup, { className: "k-ct-popup k-group k-reset", style: { display: "block", position: "absolute", width: "100%" }, children: [
|
|
6482
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6483
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6484
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6485
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6486
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6487
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6488
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6489
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6490
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6491
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6492
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6493
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6494
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6495
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6496
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6497
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6498
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6499
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6500
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled k-selected" }),
|
|
6501
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6502
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6503
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6504
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6505
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6506
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6507
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6508
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6509
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6510
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6511
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6512
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6513
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6514
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6515
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6516
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-ct-cell k-disabled" }),
|
|
6517
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-status", children: "Create a 3 x 5 table" }),
|
|
6518
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Button, { icon: "table-wizard", children: "Table Wizard" }) })
|
|
6519
|
+
] }) })
|
|
6466
6520
|
] })
|
|
6467
6521
|
] });
|