@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
|
@@ -4956,27 +4956,74 @@ var InputSuffix = (props) => {
|
|
|
4956
4956
|
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: classNames(className8, props.className), children: props.children });
|
|
4957
4957
|
};
|
|
4958
4958
|
|
|
4959
|
-
// src/
|
|
4959
|
+
// src/animation-container/animation-container.spec.tsx
|
|
4960
4960
|
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
4961
|
-
var
|
|
4961
|
+
var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
|
|
4962
4962
|
var states17 = [];
|
|
4963
4963
|
var options16 = {};
|
|
4964
|
-
var defaultProps14 = {
|
|
4964
|
+
var defaultProps14 = {
|
|
4965
|
+
positionMode: "absolute"
|
|
4966
|
+
};
|
|
4967
|
+
var AnimationContainer = (props) => {
|
|
4968
|
+
const {
|
|
4969
|
+
positionMode,
|
|
4970
|
+
animationStyle,
|
|
4971
|
+
offset,
|
|
4972
|
+
...other
|
|
4973
|
+
} = props;
|
|
4974
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
4975
|
+
"div",
|
|
4976
|
+
{
|
|
4977
|
+
...other,
|
|
4978
|
+
style: { ...offset, ...props.style },
|
|
4979
|
+
className: classNames(
|
|
4980
|
+
ANIMATION_CONTAINER_CLASSNAME,
|
|
4981
|
+
"k-animation-container-shown",
|
|
4982
|
+
{
|
|
4983
|
+
["k-animation-container-fixed"]: positionMode === "fixed"
|
|
4984
|
+
}
|
|
4985
|
+
),
|
|
4986
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
|
|
4987
|
+
}
|
|
4988
|
+
);
|
|
4989
|
+
};
|
|
4990
|
+
AnimationContainer.states = states17;
|
|
4991
|
+
AnimationContainer.options = options16;
|
|
4992
|
+
AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
|
|
4993
|
+
AnimationContainer.defaultProps = defaultProps14;
|
|
4994
|
+
|
|
4995
|
+
// src/popup/popup.spec.tsx
|
|
4996
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
4997
|
+
var POPUP_CLASSNAME = `k-popup`;
|
|
4998
|
+
var states18 = [];
|
|
4999
|
+
var options17 = {};
|
|
5000
|
+
var defaultProps15 = {
|
|
5001
|
+
positionMode: "absolute"
|
|
5002
|
+
};
|
|
4965
5003
|
var Popup = (props) => {
|
|
4966
5004
|
const {
|
|
5005
|
+
offset,
|
|
5006
|
+
positionMode,
|
|
4967
5007
|
...other
|
|
4968
5008
|
} = props;
|
|
4969
|
-
return /* @__PURE__ */ (0,
|
|
5009
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
5010
|
+
AnimationContainer,
|
|
5011
|
+
{
|
|
5012
|
+
positionMode,
|
|
5013
|
+
offset,
|
|
5014
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
|
|
5015
|
+
}
|
|
5016
|
+
);
|
|
4970
5017
|
};
|
|
4971
|
-
Popup.states =
|
|
4972
|
-
Popup.options =
|
|
5018
|
+
Popup.states = states18;
|
|
5019
|
+
Popup.options = options17;
|
|
4973
5020
|
Popup.className = POPUP_CLASSNAME;
|
|
4974
|
-
Popup.defaultProps =
|
|
5021
|
+
Popup.defaultProps = defaultProps15;
|
|
4975
5022
|
|
|
4976
5023
|
// src/dropdownlist/dropdownlist.spec.tsx
|
|
4977
|
-
var
|
|
5024
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
4978
5025
|
var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
|
|
4979
|
-
var
|
|
5026
|
+
var states19 = [
|
|
4980
5027
|
States.hover,
|
|
4981
5028
|
States.focus,
|
|
4982
5029
|
States.valid,
|
|
@@ -4986,12 +5033,12 @@ var states18 = [
|
|
|
4986
5033
|
States.loading,
|
|
4987
5034
|
States.readonly
|
|
4988
5035
|
];
|
|
4989
|
-
var
|
|
5036
|
+
var options18 = {
|
|
4990
5037
|
size: [Size.small, Size.medium, Size.large],
|
|
4991
5038
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4992
5039
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
4993
5040
|
};
|
|
4994
|
-
var
|
|
5041
|
+
var defaultProps16 = {
|
|
4995
5042
|
showValue: true,
|
|
4996
5043
|
arrowIconName: "caret-alt-down",
|
|
4997
5044
|
size: Size.medium,
|
|
@@ -5001,7 +5048,7 @@ var defaultProps15 = {
|
|
|
5001
5048
|
var DropdownList = (props) => {
|
|
5002
5049
|
const {
|
|
5003
5050
|
valueIconName,
|
|
5004
|
-
arrowIconName =
|
|
5051
|
+
arrowIconName = defaultProps16.arrowIconName,
|
|
5005
5052
|
prefix,
|
|
5006
5053
|
suffix,
|
|
5007
5054
|
value,
|
|
@@ -5017,13 +5064,13 @@ var DropdownList = (props) => {
|
|
|
5017
5064
|
loading,
|
|
5018
5065
|
disabled,
|
|
5019
5066
|
readonly,
|
|
5020
|
-
showValue =
|
|
5067
|
+
showValue = defaultProps16.showValue,
|
|
5021
5068
|
popup,
|
|
5022
5069
|
opened,
|
|
5023
5070
|
...other
|
|
5024
5071
|
} = props;
|
|
5025
|
-
return /* @__PURE__ */ (0,
|
|
5026
|
-
/* @__PURE__ */ (0,
|
|
5072
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_jsx_runtime26.Fragment, { children: [
|
|
5073
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
5027
5074
|
Picker,
|
|
5028
5075
|
{
|
|
5029
5076
|
...other,
|
|
@@ -5046,8 +5093,8 @@ var DropdownList = (props) => {
|
|
|
5046
5093
|
}
|
|
5047
5094
|
),
|
|
5048
5095
|
children: [
|
|
5049
|
-
/* @__PURE__ */ (0,
|
|
5050
|
-
/* @__PURE__ */ (0,
|
|
5096
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputPrefix, { children: prefix }),
|
|
5097
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
5051
5098
|
InputInnerSpan,
|
|
5052
5099
|
{
|
|
5053
5100
|
placeholder,
|
|
@@ -5056,7 +5103,7 @@ var DropdownList = (props) => {
|
|
|
5056
5103
|
valueIconName
|
|
5057
5104
|
}
|
|
5058
5105
|
),
|
|
5059
|
-
/* @__PURE__ */ (0,
|
|
5106
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
5060
5107
|
InputValidationIcon,
|
|
5061
5108
|
{
|
|
5062
5109
|
valid,
|
|
@@ -5065,15 +5112,15 @@ var DropdownList = (props) => {
|
|
|
5065
5112
|
disabled
|
|
5066
5113
|
}
|
|
5067
5114
|
),
|
|
5068
|
-
/* @__PURE__ */ (0,
|
|
5115
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
5069
5116
|
InputLoadingIcon,
|
|
5070
5117
|
{
|
|
5071
5118
|
loading,
|
|
5072
5119
|
disabled
|
|
5073
5120
|
}
|
|
5074
5121
|
),
|
|
5075
|
-
/* @__PURE__ */ (0,
|
|
5076
|
-
/* @__PURE__ */ (0,
|
|
5122
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputSuffix, { children: suffix }),
|
|
5123
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
5077
5124
|
Button,
|
|
5078
5125
|
{
|
|
5079
5126
|
className: "k-input-button",
|
|
@@ -5086,35 +5133,35 @@ var DropdownList = (props) => {
|
|
|
5086
5133
|
]
|
|
5087
5134
|
}
|
|
5088
5135
|
),
|
|
5089
|
-
opened && popup && /* @__PURE__ */ (0,
|
|
5136
|
+
opened && popup && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
|
|
5090
5137
|
] });
|
|
5091
5138
|
};
|
|
5092
|
-
DropdownList.states =
|
|
5093
|
-
DropdownList.options =
|
|
5139
|
+
DropdownList.states = states19;
|
|
5140
|
+
DropdownList.options = options18;
|
|
5094
5141
|
DropdownList.className = DROPDOWNLIST_CLASSNAME;
|
|
5095
|
-
DropdownList.defaultProps =
|
|
5142
|
+
DropdownList.defaultProps = defaultProps16;
|
|
5096
5143
|
|
|
5097
5144
|
// src/dropdownlist/templates/dropdownlist-normal.tsx
|
|
5098
|
-
var
|
|
5145
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
5099
5146
|
|
|
5100
5147
|
// src/nodata/nodata.tsx
|
|
5101
|
-
var
|
|
5148
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
5102
5149
|
var className9 = `k-nodata`;
|
|
5103
|
-
var NoData = (props) => /* @__PURE__ */ (0,
|
|
5150
|
+
var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: classNames(className9, props.className), children: props.children });
|
|
5104
5151
|
|
|
5105
5152
|
// src/list/list.spec.tsx
|
|
5106
|
-
var
|
|
5153
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
5107
5154
|
var LIST_CLASSNAME = `k-list`;
|
|
5108
|
-
var
|
|
5109
|
-
var
|
|
5155
|
+
var states20 = [];
|
|
5156
|
+
var options19 = {
|
|
5110
5157
|
size: [Size.small, Size.medium, Size.large]
|
|
5111
5158
|
};
|
|
5112
|
-
var
|
|
5159
|
+
var defaultProps17 = {
|
|
5113
5160
|
size: Size.medium
|
|
5114
5161
|
};
|
|
5115
5162
|
var List = (props) => {
|
|
5116
5163
|
const {
|
|
5117
|
-
size =
|
|
5164
|
+
size = defaultProps17.size,
|
|
5118
5165
|
virtualization,
|
|
5119
5166
|
children,
|
|
5120
5167
|
optionLabel,
|
|
@@ -5131,7 +5178,7 @@ var List = (props) => {
|
|
|
5131
5178
|
listHeader = child.props.label;
|
|
5132
5179
|
child.props.children.map((optChild, index2) => {
|
|
5133
5180
|
listChildren.push(
|
|
5134
|
-
/* @__PURE__ */ (0,
|
|
5181
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
5135
5182
|
ListItem,
|
|
5136
5183
|
{
|
|
5137
5184
|
...optChild.props
|
|
@@ -5147,7 +5194,7 @@ var List = (props) => {
|
|
|
5147
5194
|
groupLabel = child.props.label;
|
|
5148
5195
|
}
|
|
5149
5196
|
listChildren.push(
|
|
5150
|
-
/* @__PURE__ */ (0,
|
|
5197
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
5151
5198
|
ListItem,
|
|
5152
5199
|
{
|
|
5153
5200
|
className: index2 === 0 ? "k-first" : "",
|
|
@@ -5159,16 +5206,16 @@ var List = (props) => {
|
|
|
5159
5206
|
);
|
|
5160
5207
|
});
|
|
5161
5208
|
}
|
|
5162
|
-
listGroup = /* @__PURE__ */ (0,
|
|
5209
|
+
listGroup = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
5163
5210
|
} else if (child.type === ListItem) {
|
|
5164
|
-
listChildren.push(/* @__PURE__ */ (0,
|
|
5165
|
-
listContent = /* @__PURE__ */ (0,
|
|
5211
|
+
listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
5212
|
+
listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListContent, { virtualization, children: listChildren });
|
|
5166
5213
|
}
|
|
5167
5214
|
});
|
|
5168
5215
|
} else {
|
|
5169
|
-
listContent = /* @__PURE__ */ (0,
|
|
5216
|
+
listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(NoData, { children: "No data found." });
|
|
5170
5217
|
}
|
|
5171
|
-
return /* @__PURE__ */ (0,
|
|
5218
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
|
|
5172
5219
|
"div",
|
|
5173
5220
|
{
|
|
5174
5221
|
...other,
|
|
@@ -5190,24 +5237,24 @@ var List = (props) => {
|
|
|
5190
5237
|
}
|
|
5191
5238
|
);
|
|
5192
5239
|
};
|
|
5193
|
-
List.states =
|
|
5194
|
-
List.options =
|
|
5240
|
+
List.states = states20;
|
|
5241
|
+
List.options = options19;
|
|
5195
5242
|
List.className = LIST_CLASSNAME;
|
|
5196
|
-
List.defaultProps =
|
|
5243
|
+
List.defaultProps = defaultProps17;
|
|
5197
5244
|
|
|
5198
5245
|
// src/list/list-angular.spec.tsx
|
|
5199
|
-
var
|
|
5246
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
5200
5247
|
var LISTANGULAR_CLASSNAME = `k-list`;
|
|
5201
|
-
var
|
|
5202
|
-
var
|
|
5248
|
+
var states21 = [];
|
|
5249
|
+
var options20 = {
|
|
5203
5250
|
size: [Size.small, Size.medium, Size.large]
|
|
5204
5251
|
};
|
|
5205
|
-
var
|
|
5252
|
+
var defaultProps18 = {
|
|
5206
5253
|
size: Size.medium
|
|
5207
5254
|
};
|
|
5208
5255
|
var ListAngular = (props) => {
|
|
5209
5256
|
const {
|
|
5210
|
-
size =
|
|
5257
|
+
size = defaultProps18.size,
|
|
5211
5258
|
virtualization,
|
|
5212
5259
|
children,
|
|
5213
5260
|
...other
|
|
@@ -5223,7 +5270,7 @@ var ListAngular = (props) => {
|
|
|
5223
5270
|
listHeader = child.props.label;
|
|
5224
5271
|
child.props.children.map((optChild, index2) => {
|
|
5225
5272
|
listChildren.push(
|
|
5226
|
-
/* @__PURE__ */ (0,
|
|
5273
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
5227
5274
|
ListItem,
|
|
5228
5275
|
{
|
|
5229
5276
|
...optChild.props
|
|
@@ -5234,7 +5281,7 @@ var ListAngular = (props) => {
|
|
|
5234
5281
|
});
|
|
5235
5282
|
} else {
|
|
5236
5283
|
listChildren.push(
|
|
5237
|
-
/* @__PURE__ */ (0,
|
|
5284
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
5238
5285
|
ListGroupItem,
|
|
5239
5286
|
{
|
|
5240
5287
|
...child.props,
|
|
@@ -5245,7 +5292,7 @@ var ListAngular = (props) => {
|
|
|
5245
5292
|
);
|
|
5246
5293
|
child.props.children.map((optChild, index2) => {
|
|
5247
5294
|
listChildren.push(
|
|
5248
|
-
/* @__PURE__ */ (0,
|
|
5295
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
5249
5296
|
ListItem,
|
|
5250
5297
|
{
|
|
5251
5298
|
...optChild.props
|
|
@@ -5255,16 +5302,16 @@ var ListAngular = (props) => {
|
|
|
5255
5302
|
);
|
|
5256
5303
|
});
|
|
5257
5304
|
}
|
|
5258
|
-
listGroup = /* @__PURE__ */ (0,
|
|
5305
|
+
listGroup = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
5259
5306
|
} else if (child.type === ListItem) {
|
|
5260
|
-
listChildren.push(/* @__PURE__ */ (0,
|
|
5261
|
-
listContent = /* @__PURE__ */ (0,
|
|
5307
|
+
listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
5308
|
+
listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListContent, { virtualization, children: listChildren });
|
|
5262
5309
|
}
|
|
5263
5310
|
});
|
|
5264
5311
|
} else {
|
|
5265
|
-
listContent = /* @__PURE__ */ (0,
|
|
5312
|
+
listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(NoData, { children: "No data found." });
|
|
5266
5313
|
}
|
|
5267
|
-
return /* @__PURE__ */ (0,
|
|
5314
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
5268
5315
|
"div",
|
|
5269
5316
|
{
|
|
5270
5317
|
...other,
|
|
@@ -5285,22 +5332,22 @@ var ListAngular = (props) => {
|
|
|
5285
5332
|
}
|
|
5286
5333
|
);
|
|
5287
5334
|
};
|
|
5288
|
-
ListAngular.states =
|
|
5289
|
-
ListAngular.options =
|
|
5335
|
+
ListAngular.states = states21;
|
|
5336
|
+
ListAngular.options = options20;
|
|
5290
5337
|
ListAngular.className = LISTANGULAR_CLASSNAME;
|
|
5291
|
-
ListAngular.defaultProps =
|
|
5338
|
+
ListAngular.defaultProps = defaultProps18;
|
|
5292
5339
|
|
|
5293
5340
|
// src/list/list-item.spec.tsx
|
|
5294
|
-
var
|
|
5341
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
5295
5342
|
var LISTITEM_CLASSNAME = `k-list-item`;
|
|
5296
|
-
var
|
|
5343
|
+
var states22 = [
|
|
5297
5344
|
States.hover,
|
|
5298
5345
|
States.focus,
|
|
5299
5346
|
States.selected,
|
|
5300
5347
|
States.disabled
|
|
5301
5348
|
];
|
|
5302
|
-
var
|
|
5303
|
-
var
|
|
5349
|
+
var options21 = {};
|
|
5350
|
+
var defaultProps19 = {};
|
|
5304
5351
|
var ListItem = (props) => {
|
|
5305
5352
|
const {
|
|
5306
5353
|
text,
|
|
@@ -5316,7 +5363,7 @@ var ListItem = (props) => {
|
|
|
5316
5363
|
...other
|
|
5317
5364
|
} = props;
|
|
5318
5365
|
const textOrChildren = text ? text : props.children;
|
|
5319
|
-
return /* @__PURE__ */ (0,
|
|
5366
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
|
|
5320
5367
|
"li",
|
|
5321
5368
|
{
|
|
5322
5369
|
...other,
|
|
@@ -5331,66 +5378,66 @@ var ListItem = (props) => {
|
|
|
5331
5378
|
})
|
|
5332
5379
|
),
|
|
5333
5380
|
children: [
|
|
5334
|
-
showCheckbox && /* @__PURE__ */ (0,
|
|
5335
|
-
showIcon && /* @__PURE__ */ (0,
|
|
5336
|
-
/* @__PURE__ */ (0,
|
|
5337
|
-
groupLabel && groupLabel !== "" && /* @__PURE__ */ (0,
|
|
5381
|
+
showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Checkbox, { checked }),
|
|
5382
|
+
showIcon && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: iconName }),
|
|
5383
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
|
|
5384
|
+
groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
|
|
5338
5385
|
]
|
|
5339
5386
|
}
|
|
5340
5387
|
);
|
|
5341
5388
|
};
|
|
5342
|
-
ListItem.states =
|
|
5343
|
-
ListItem.options =
|
|
5389
|
+
ListItem.states = states22;
|
|
5390
|
+
ListItem.options = options21;
|
|
5344
5391
|
ListItem.className = LISTITEM_CLASSNAME;
|
|
5345
|
-
ListItem.defaultProps =
|
|
5392
|
+
ListItem.defaultProps = defaultProps19;
|
|
5346
5393
|
|
|
5347
5394
|
// src/list/list-content.tsx
|
|
5348
|
-
var
|
|
5395
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
5349
5396
|
var className10 = `k-list-content`;
|
|
5350
5397
|
var ListContent = (props) => {
|
|
5351
5398
|
const {
|
|
5352
5399
|
virtualization
|
|
5353
5400
|
} = props;
|
|
5354
|
-
return /* @__PURE__ */ (0,
|
|
5355
|
-
/* @__PURE__ */ (0,
|
|
5356
|
-
virtualization && /* @__PURE__ */ (0,
|
|
5401
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: classNames(className10, props.className), children: [
|
|
5402
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
|
|
5403
|
+
virtualization && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", {}) })
|
|
5357
5404
|
] });
|
|
5358
5405
|
};
|
|
5359
5406
|
|
|
5360
5407
|
// src/list/list-header.tsx
|
|
5361
|
-
var
|
|
5408
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
5362
5409
|
var className11 = `k-list-group-sticky-header`;
|
|
5363
|
-
var ListHeader = (props) => /* @__PURE__ */ (0,
|
|
5410
|
+
var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "k-list-header-text", children: props.children }) });
|
|
5364
5411
|
|
|
5365
5412
|
// src/list/list-group.tsx
|
|
5366
|
-
var
|
|
5413
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
5367
5414
|
var ListGroup = (props) => {
|
|
5368
5415
|
const {
|
|
5369
5416
|
virtualization,
|
|
5370
5417
|
label
|
|
5371
5418
|
} = props;
|
|
5372
|
-
return /* @__PURE__ */ (0,
|
|
5373
|
-
label && /* @__PURE__ */ (0,
|
|
5374
|
-
props.children && /* @__PURE__ */ (0,
|
|
5419
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, { children: [
|
|
5420
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListHeader, { children: label }),
|
|
5421
|
+
props.children && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: props.children })
|
|
5375
5422
|
] });
|
|
5376
5423
|
};
|
|
5377
5424
|
|
|
5378
5425
|
// src/list/list-group-item.tsx
|
|
5379
|
-
var
|
|
5426
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
5380
5427
|
var className12 = `k-list-group-item`;
|
|
5381
|
-
var ListGroupItem = (props) => /* @__PURE__ */ (0,
|
|
5428
|
+
var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "k-list-item-text", children: props.children }) });
|
|
5382
5429
|
|
|
5383
5430
|
// src/list/list-option-label.tsx
|
|
5384
|
-
var
|
|
5431
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
5385
5432
|
var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
|
|
5386
|
-
var
|
|
5433
|
+
var states23 = [
|
|
5387
5434
|
States.hover,
|
|
5388
5435
|
States.focus,
|
|
5389
5436
|
States.selected,
|
|
5390
5437
|
States.disabled
|
|
5391
5438
|
];
|
|
5392
|
-
var
|
|
5393
|
-
var
|
|
5439
|
+
var options22 = {};
|
|
5440
|
+
var defaultProps20 = {};
|
|
5394
5441
|
var ListOptionLabel = (props) => {
|
|
5395
5442
|
const {
|
|
5396
5443
|
text,
|
|
@@ -5400,7 +5447,7 @@ var ListOptionLabel = (props) => {
|
|
|
5400
5447
|
disabled,
|
|
5401
5448
|
...other
|
|
5402
5449
|
} = props;
|
|
5403
|
-
return /* @__PURE__ */ (0,
|
|
5450
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
5404
5451
|
"div",
|
|
5405
5452
|
{
|
|
5406
5453
|
...other,
|
|
@@ -5417,18 +5464,18 @@ var ListOptionLabel = (props) => {
|
|
|
5417
5464
|
}
|
|
5418
5465
|
);
|
|
5419
5466
|
};
|
|
5420
|
-
ListOptionLabel.states =
|
|
5421
|
-
ListOptionLabel.options =
|
|
5467
|
+
ListOptionLabel.states = states23;
|
|
5468
|
+
ListOptionLabel.options = options22;
|
|
5422
5469
|
ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
|
|
5423
|
-
ListOptionLabel.defaultProps =
|
|
5470
|
+
ListOptionLabel.defaultProps = defaultProps20;
|
|
5424
5471
|
|
|
5425
5472
|
// src/dropdownlist/templates/dropdownlist-popup.tsx
|
|
5426
|
-
var
|
|
5473
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
5427
5474
|
|
|
5428
5475
|
// src/searchbox/searchbox.spec.tsx
|
|
5429
|
-
var
|
|
5476
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
5430
5477
|
var SEARCHBOX_CLASSNAME = `k-searchbox`;
|
|
5431
|
-
var
|
|
5478
|
+
var states24 = [
|
|
5432
5479
|
States.hover,
|
|
5433
5480
|
States.focus,
|
|
5434
5481
|
States.valid,
|
|
@@ -5437,12 +5484,12 @@ var states23 = [
|
|
|
5437
5484
|
States.disabled,
|
|
5438
5485
|
States.loading
|
|
5439
5486
|
];
|
|
5440
|
-
var
|
|
5487
|
+
var options23 = {
|
|
5441
5488
|
size: [Size.small, Size.medium, Size.large],
|
|
5442
5489
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5443
5490
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5444
5491
|
};
|
|
5445
|
-
var
|
|
5492
|
+
var defaultProps21 = {
|
|
5446
5493
|
showIcon: true,
|
|
5447
5494
|
icon: "search",
|
|
5448
5495
|
size: Input.defaultProps.size,
|
|
@@ -5463,11 +5510,11 @@ var Searchbox = (props) => {
|
|
|
5463
5510
|
required,
|
|
5464
5511
|
loading,
|
|
5465
5512
|
disabled,
|
|
5466
|
-
showIcon =
|
|
5467
|
-
icon =
|
|
5513
|
+
showIcon = defaultProps21.showIcon,
|
|
5514
|
+
icon = defaultProps21.icon,
|
|
5468
5515
|
...other
|
|
5469
5516
|
} = props;
|
|
5470
|
-
return /* @__PURE__ */ (0,
|
|
5517
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
|
|
5471
5518
|
Input,
|
|
5472
5519
|
{
|
|
5473
5520
|
...other,
|
|
@@ -5483,33 +5530,33 @@ var Searchbox = (props) => {
|
|
|
5483
5530
|
disabled,
|
|
5484
5531
|
className: classNames(props.className, SEARCHBOX_CLASSNAME),
|
|
5485
5532
|
children: [
|
|
5486
|
-
showIcon && /* @__PURE__ */ (0,
|
|
5487
|
-
/* @__PURE__ */ (0,
|
|
5488
|
-
/* @__PURE__ */ (0,
|
|
5489
|
-
/* @__PURE__ */ (0,
|
|
5490
|
-
/* @__PURE__ */ (0,
|
|
5533
|
+
showIcon && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Icon, { className: "k-input-icon", icon }),
|
|
5534
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputInnerInput, { placeholder, value }),
|
|
5535
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputLoadingIcon, { ...props }),
|
|
5536
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputValidationIcon, { ...props }),
|
|
5537
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputClearValue, { ...props })
|
|
5491
5538
|
]
|
|
5492
5539
|
}
|
|
5493
5540
|
);
|
|
5494
5541
|
};
|
|
5495
|
-
Searchbox.states =
|
|
5496
|
-
Searchbox.options =
|
|
5542
|
+
Searchbox.states = states24;
|
|
5543
|
+
Searchbox.options = options23;
|
|
5497
5544
|
Searchbox.className = SEARCHBOX_CLASSNAME;
|
|
5498
|
-
Searchbox.defaultProps =
|
|
5545
|
+
Searchbox.defaultProps = defaultProps21;
|
|
5499
5546
|
|
|
5500
5547
|
// src/dropdownlist/templates/dropdownlist-filtering.tsx
|
|
5501
|
-
var
|
|
5548
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
5502
5549
|
|
|
5503
5550
|
// src/dropdownlist/templates/dropdownlist-grouping.tsx
|
|
5504
|
-
var
|
|
5551
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
5505
5552
|
|
|
5506
5553
|
// src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
|
|
5507
|
-
var
|
|
5554
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
5508
5555
|
|
|
5509
5556
|
// src/textbox/textbox.spec.tsx
|
|
5510
|
-
var
|
|
5557
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
5511
5558
|
var TEXTBOX_CLASSNAME = `k-textbox`;
|
|
5512
|
-
var
|
|
5559
|
+
var states25 = [
|
|
5513
5560
|
States.hover,
|
|
5514
5561
|
States.focus,
|
|
5515
5562
|
States.valid,
|
|
@@ -5519,12 +5566,12 @@ var states24 = [
|
|
|
5519
5566
|
States.loading,
|
|
5520
5567
|
States.readonly
|
|
5521
5568
|
];
|
|
5522
|
-
var
|
|
5569
|
+
var options24 = {
|
|
5523
5570
|
size: [Size.small, Size.medium, Size.large],
|
|
5524
5571
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5525
5572
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5526
5573
|
};
|
|
5527
|
-
var
|
|
5574
|
+
var defaultProps22 = {
|
|
5528
5575
|
showClearButton: true,
|
|
5529
5576
|
size: Input.defaultProps.size,
|
|
5530
5577
|
rounded: Input.defaultProps.rounded,
|
|
@@ -5547,10 +5594,10 @@ var Textbox = (props) => {
|
|
|
5547
5594
|
loading,
|
|
5548
5595
|
disabled,
|
|
5549
5596
|
readonly,
|
|
5550
|
-
showClearButton =
|
|
5597
|
+
showClearButton = defaultProps22.showClearButton,
|
|
5551
5598
|
...other
|
|
5552
5599
|
} = props;
|
|
5553
|
-
return /* @__PURE__ */ (0,
|
|
5600
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
5554
5601
|
Input,
|
|
5555
5602
|
{
|
|
5556
5603
|
...other,
|
|
@@ -5567,9 +5614,9 @@ var Textbox = (props) => {
|
|
|
5567
5614
|
readonly,
|
|
5568
5615
|
className: classNames(props.className, TEXTBOX_CLASSNAME),
|
|
5569
5616
|
children: [
|
|
5570
|
-
/* @__PURE__ */ (0,
|
|
5571
|
-
/* @__PURE__ */ (0,
|
|
5572
|
-
/* @__PURE__ */ (0,
|
|
5617
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputPrefix, { children: prefix }),
|
|
5618
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputInnerInput, { placeholder, value }),
|
|
5619
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5573
5620
|
InputValidationIcon,
|
|
5574
5621
|
{
|
|
5575
5622
|
valid,
|
|
@@ -5578,14 +5625,14 @@ var Textbox = (props) => {
|
|
|
5578
5625
|
disabled
|
|
5579
5626
|
}
|
|
5580
5627
|
),
|
|
5581
|
-
/* @__PURE__ */ (0,
|
|
5628
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5582
5629
|
InputLoadingIcon,
|
|
5583
5630
|
{
|
|
5584
5631
|
loading,
|
|
5585
5632
|
disabled
|
|
5586
5633
|
}
|
|
5587
5634
|
),
|
|
5588
|
-
showClearButton && /* @__PURE__ */ (0,
|
|
5635
|
+
showClearButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5589
5636
|
InputClearValue,
|
|
5590
5637
|
{
|
|
5591
5638
|
loading,
|
|
@@ -5594,30 +5641,30 @@ var Textbox = (props) => {
|
|
|
5594
5641
|
value
|
|
5595
5642
|
}
|
|
5596
5643
|
),
|
|
5597
|
-
/* @__PURE__ */ (0,
|
|
5644
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputSuffix, { children: suffix })
|
|
5598
5645
|
]
|
|
5599
5646
|
}
|
|
5600
5647
|
);
|
|
5601
5648
|
};
|
|
5602
|
-
Textbox.states =
|
|
5603
|
-
Textbox.options =
|
|
5649
|
+
Textbox.states = states25;
|
|
5650
|
+
Textbox.options = options24;
|
|
5604
5651
|
Textbox.className = TEXTBOX_CLASSNAME;
|
|
5605
|
-
Textbox.defaultProps =
|
|
5652
|
+
Textbox.defaultProps = defaultProps22;
|
|
5606
5653
|
|
|
5607
5654
|
// src/treeview/treeview.spec.tsx
|
|
5608
|
-
var
|
|
5655
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
5609
5656
|
var import_react = require("react");
|
|
5610
5657
|
var TREEVIEW_CLASSNAME = `k-treeview`;
|
|
5611
|
-
var
|
|
5612
|
-
var
|
|
5658
|
+
var states26 = [];
|
|
5659
|
+
var options25 = {
|
|
5613
5660
|
size: [Size.small, Size.medium, Size.large]
|
|
5614
5661
|
};
|
|
5615
|
-
var
|
|
5662
|
+
var defaultProps23 = {
|
|
5616
5663
|
size: Size.medium
|
|
5617
5664
|
};
|
|
5618
5665
|
var Treeview = (props) => {
|
|
5619
5666
|
const {
|
|
5620
|
-
size =
|
|
5667
|
+
size = defaultProps23.size,
|
|
5621
5668
|
children,
|
|
5622
5669
|
dir,
|
|
5623
5670
|
...other
|
|
@@ -5640,17 +5687,17 @@ var Treeview = (props) => {
|
|
|
5640
5687
|
} else {
|
|
5641
5688
|
if (children.type === TreeviewItem) {
|
|
5642
5689
|
listChildren.push(
|
|
5643
|
-
/* @__PURE__ */ (0,
|
|
5690
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(TreeviewItem, { ...children.props, dir })
|
|
5644
5691
|
);
|
|
5645
5692
|
}
|
|
5646
5693
|
if (children.type === TreeviewGroup) {
|
|
5647
5694
|
listChildren.push(
|
|
5648
|
-
/* @__PURE__ */ (0,
|
|
5695
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(TreeviewGroup, { ...children.props, dir })
|
|
5649
5696
|
);
|
|
5650
5697
|
}
|
|
5651
5698
|
}
|
|
5652
5699
|
}
|
|
5653
|
-
return /* @__PURE__ */ (0,
|
|
5700
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
5654
5701
|
"div",
|
|
5655
5702
|
{
|
|
5656
5703
|
...other,
|
|
@@ -5662,17 +5709,17 @@ var Treeview = (props) => {
|
|
|
5662
5709
|
size
|
|
5663
5710
|
})
|
|
5664
5711
|
),
|
|
5665
|
-
children: /* @__PURE__ */ (0,
|
|
5712
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
|
|
5666
5713
|
}
|
|
5667
5714
|
);
|
|
5668
5715
|
};
|
|
5669
|
-
Treeview.states =
|
|
5670
|
-
Treeview.options =
|
|
5716
|
+
Treeview.states = states26;
|
|
5717
|
+
Treeview.options = options25;
|
|
5671
5718
|
Treeview.className = TREEVIEW_CLASSNAME;
|
|
5672
|
-
Treeview.defaultProps =
|
|
5719
|
+
Treeview.defaultProps = defaultProps23;
|
|
5673
5720
|
|
|
5674
5721
|
// src/treeview/treeview-group.tsx
|
|
5675
|
-
var
|
|
5722
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
5676
5723
|
var import_react2 = require("react");
|
|
5677
5724
|
var className13 = `k-treeview-group`;
|
|
5678
5725
|
var TreeviewGroup = (props) => {
|
|
@@ -5693,23 +5740,23 @@ var TreeviewGroup = (props) => {
|
|
|
5693
5740
|
} else {
|
|
5694
5741
|
if (children.type === treeview_item_spec_default) {
|
|
5695
5742
|
listChildren.push(
|
|
5696
|
-
/* @__PURE__ */ (0,
|
|
5743
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(treeview_item_spec_default, { ...children.props, dir })
|
|
5697
5744
|
);
|
|
5698
5745
|
}
|
|
5699
5746
|
}
|
|
5700
5747
|
}
|
|
5701
|
-
return /* @__PURE__ */ (0,
|
|
5748
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("ul", { className: classNames(props.className, className13), children: listChildren });
|
|
5702
5749
|
};
|
|
5703
5750
|
|
|
5704
5751
|
// src/treeview/treeview-leaf.tsx
|
|
5705
|
-
var
|
|
5752
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
5706
5753
|
var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
|
|
5707
|
-
var
|
|
5754
|
+
var states27 = [
|
|
5708
5755
|
States.hover,
|
|
5709
5756
|
States.focus,
|
|
5710
5757
|
States.selected
|
|
5711
5758
|
];
|
|
5712
|
-
var
|
|
5759
|
+
var options26 = {};
|
|
5713
5760
|
var TreeviewLeaf = (props) => {
|
|
5714
5761
|
const {
|
|
5715
5762
|
text,
|
|
@@ -5720,7 +5767,7 @@ var TreeviewLeaf = (props) => {
|
|
|
5720
5767
|
selected,
|
|
5721
5768
|
...other
|
|
5722
5769
|
} = props;
|
|
5723
|
-
return /* @__PURE__ */ (0,
|
|
5770
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
5724
5771
|
"span",
|
|
5725
5772
|
{
|
|
5726
5773
|
...other,
|
|
@@ -5734,29 +5781,29 @@ var TreeviewLeaf = (props) => {
|
|
|
5734
5781
|
})
|
|
5735
5782
|
),
|
|
5736
5783
|
children: [
|
|
5737
|
-
showIcon && /* @__PURE__ */ (0,
|
|
5738
|
-
/* @__PURE__ */ (0,
|
|
5784
|
+
showIcon && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Icon, { icon }),
|
|
5785
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: "k-treeview-leaf-text", children: text })
|
|
5739
5786
|
]
|
|
5740
5787
|
}
|
|
5741
5788
|
);
|
|
5742
5789
|
};
|
|
5743
|
-
TreeviewLeaf.states =
|
|
5744
|
-
TreeviewLeaf.options =
|
|
5790
|
+
TreeviewLeaf.states = states27;
|
|
5791
|
+
TreeviewLeaf.options = options26;
|
|
5745
5792
|
TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
|
|
5746
5793
|
var treeview_leaf_default = TreeviewLeaf;
|
|
5747
5794
|
|
|
5748
5795
|
// src/treeview/treeview-item.spec.tsx
|
|
5749
|
-
var
|
|
5796
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
5750
5797
|
var import_react3 = require("react");
|
|
5751
5798
|
var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
|
|
5752
|
-
var
|
|
5799
|
+
var states28 = [
|
|
5753
5800
|
States.hover,
|
|
5754
5801
|
States.focus,
|
|
5755
5802
|
States.selected,
|
|
5756
5803
|
States.disabled
|
|
5757
5804
|
];
|
|
5758
|
-
var
|
|
5759
|
-
var
|
|
5805
|
+
var options27 = {};
|
|
5806
|
+
var defaultProps24 = {};
|
|
5760
5807
|
var TreeviewItem = (props) => {
|
|
5761
5808
|
const {
|
|
5762
5809
|
leafClassName,
|
|
@@ -5789,12 +5836,12 @@ var TreeviewItem = (props) => {
|
|
|
5789
5836
|
} else {
|
|
5790
5837
|
if (children.type === TreeviewGroup) {
|
|
5791
5838
|
listChildren.push(
|
|
5792
|
-
/* @__PURE__ */ (0,
|
|
5839
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(TreeviewGroup, { ...children.props, dir, children: children.props.children })
|
|
5793
5840
|
);
|
|
5794
5841
|
}
|
|
5795
5842
|
}
|
|
5796
5843
|
}
|
|
5797
|
-
return /* @__PURE__ */ (0,
|
|
5844
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
|
|
5798
5845
|
"li",
|
|
5799
5846
|
{
|
|
5800
5847
|
...other,
|
|
@@ -5803,19 +5850,19 @@ var TreeviewItem = (props) => {
|
|
|
5803
5850
|
TREEVIEWITEM_CLASSNAME
|
|
5804
5851
|
),
|
|
5805
5852
|
children: [
|
|
5806
|
-
/* @__PURE__ */ (0,
|
|
5807
|
-
_hasChildren && /* @__PURE__ */ (0,
|
|
5853
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("span", { className: "k-treeview-mid", children: [
|
|
5854
|
+
_hasChildren && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5808
5855
|
"span",
|
|
5809
5856
|
{
|
|
5810
5857
|
className: classNames(
|
|
5811
5858
|
"k-treeview-toggle",
|
|
5812
5859
|
stateClassNames("k-treeview-toggle", { disabled })
|
|
5813
5860
|
),
|
|
5814
|
-
children: /* @__PURE__ */ (0,
|
|
5861
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
|
|
5815
5862
|
}
|
|
5816
5863
|
),
|
|
5817
|
-
showCheckbox && /* @__PURE__ */ (0,
|
|
5818
|
-
/* @__PURE__ */ (0,
|
|
5864
|
+
showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Checkbox, { checked, disabled }),
|
|
5865
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
5819
5866
|
treeview_leaf_default,
|
|
5820
5867
|
{
|
|
5821
5868
|
className: classNames(
|
|
@@ -5831,446 +5878,446 @@ var TreeviewItem = (props) => {
|
|
|
5831
5878
|
}
|
|
5832
5879
|
)
|
|
5833
5880
|
] }),
|
|
5834
|
-
expanded && _hasChildren && /* @__PURE__ */ (0,
|
|
5881
|
+
expanded && _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_jsx_runtime46.Fragment, { children: listChildren })
|
|
5835
5882
|
]
|
|
5836
5883
|
}
|
|
5837
5884
|
);
|
|
5838
5885
|
};
|
|
5839
|
-
TreeviewItem.states =
|
|
5840
|
-
TreeviewItem.options =
|
|
5886
|
+
TreeviewItem.states = states28;
|
|
5887
|
+
TreeviewItem.options = options27;
|
|
5841
5888
|
TreeviewItem.className = TREEVIEWITEM_CLASSNAME;
|
|
5842
|
-
TreeviewItem.defaultProps =
|
|
5889
|
+
TreeviewItem.defaultProps = defaultProps24;
|
|
5843
5890
|
var treeview_item_spec_default = TreeviewItem;
|
|
5844
5891
|
|
|
5845
5892
|
// src/pivotgrid/tests/pivotgrid.tsx
|
|
5846
|
-
var
|
|
5847
|
-
var pivotgrid_default = () => /* @__PURE__ */ (0,
|
|
5848
|
-
/* @__PURE__ */ (0,
|
|
5849
|
-
/* @__PURE__ */ (0,
|
|
5850
|
-
/* @__PURE__ */ (0,
|
|
5851
|
-
/* @__PURE__ */ (0,
|
|
5852
|
-
/* @__PURE__ */ (0,
|
|
5853
|
-
/* @__PURE__ */ (0,
|
|
5854
|
-
/* @__PURE__ */ (0,
|
|
5855
|
-
/* @__PURE__ */ (0,
|
|
5856
|
-
/* @__PURE__ */ (0,
|
|
5857
|
-
/* @__PURE__ */ (0,
|
|
5858
|
-
/* @__PURE__ */ (0,
|
|
5859
|
-
/* @__PURE__ */ (0,
|
|
5860
|
-
/* @__PURE__ */ (0,
|
|
5861
|
-
/* @__PURE__ */ (0,
|
|
5893
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
5894
|
+
var pivotgrid_default = () => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_jsx_runtime47.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-d-flex k-flex-row k-pos-relative", children: [
|
|
5895
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-pivotgrid", style: { height: "550px", gridTemplateColumns: "150px auto", gridTemplateRows: "242px auto" }, children: [
|
|
5896
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-empty-cell" }),
|
|
5897
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-column-headers", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("table", { className: "k-pivotgrid-table", children: [
|
|
5898
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("colgroup", { children: [
|
|
5899
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
5900
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
5901
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
5902
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
5903
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
5904
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
5905
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
5906
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
5907
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
5908
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" })
|
|
5862
5909
|
] }),
|
|
5863
|
-
/* @__PURE__ */ (0,
|
|
5864
|
-
/* @__PURE__ */ (0,
|
|
5865
|
-
/* @__PURE__ */ (0,
|
|
5866
|
-
/* @__PURE__ */ (0,
|
|
5867
|
-
/* @__PURE__ */ (0,
|
|
5910
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
|
|
5911
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
|
|
5912
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
|
|
5913
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-up" }),
|
|
5914
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" })
|
|
5868
5915
|
] }),
|
|
5869
|
-
/* @__PURE__ */ (0,
|
|
5916
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, rowSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Periods" }) })
|
|
5870
5917
|
] }),
|
|
5871
|
-
/* @__PURE__ */ (0,
|
|
5872
|
-
/* @__PURE__ */ (0,
|
|
5873
|
-
/* @__PURE__ */ (0,
|
|
5874
|
-
/* @__PURE__ */ (0,
|
|
5918
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
|
|
5919
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 6, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
|
|
5920
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-up" }),
|
|
5921
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2010" })
|
|
5875
5922
|
] }),
|
|
5876
|
-
/* @__PURE__ */ (0,
|
|
5877
|
-
/* @__PURE__ */ (0,
|
|
5878
|
-
/* @__PURE__ */ (0,
|
|
5923
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
|
|
5924
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
|
|
5925
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2011" })
|
|
5879
5926
|
] }),
|
|
5880
|
-
/* @__PURE__ */ (0,
|
|
5881
|
-
/* @__PURE__ */ (0,
|
|
5882
|
-
/* @__PURE__ */ (0,
|
|
5927
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
|
|
5928
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
|
|
5929
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2012" })
|
|
5883
5930
|
] }),
|
|
5884
|
-
/* @__PURE__ */ (0,
|
|
5885
|
-
/* @__PURE__ */ (0,
|
|
5886
|
-
/* @__PURE__ */ (0,
|
|
5931
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 3, className: "k-pivotgrid-cell", children: [
|
|
5932
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
|
|
5933
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "CY 2013" })
|
|
5887
5934
|
] })
|
|
5888
5935
|
] }),
|
|
5889
|
-
/* @__PURE__ */ (0,
|
|
5890
|
-
/* @__PURE__ */ (0,
|
|
5891
|
-
/* @__PURE__ */ (0,
|
|
5892
|
-
/* @__PURE__ */ (0,
|
|
5936
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
|
|
5937
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-expanded", children: [
|
|
5938
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-up" }),
|
|
5939
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" })
|
|
5893
5940
|
] }),
|
|
5894
|
-
/* @__PURE__ */ (0,
|
|
5941
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 5, rowSpan: 2, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "H2 CY 2010" }) })
|
|
5895
5942
|
] }),
|
|
5896
|
-
/* @__PURE__ */ (0,
|
|
5897
|
-
/* @__PURE__ */ (0,
|
|
5898
|
-
/* @__PURE__ */ (0,
|
|
5943
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: [
|
|
5944
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
|
|
5945
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Q4 CY 2010" })
|
|
5899
5946
|
] }) }),
|
|
5900
|
-
/* @__PURE__ */ (0,
|
|
5901
|
-
/* @__PURE__ */ (0,
|
|
5902
|
-
/* @__PURE__ */ (0,
|
|
5903
|
-
/* @__PURE__ */ (0,
|
|
5947
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row k-pivotgrid-column-total", children: [
|
|
5948
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
|
|
5949
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
|
|
5950
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
|
|
5904
5951
|
] }),
|
|
5905
|
-
/* @__PURE__ */ (0,
|
|
5906
|
-
/* @__PURE__ */ (0,
|
|
5907
|
-
/* @__PURE__ */ (0,
|
|
5952
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 4, className: "k-pivotgrid-cell k-pivotgrid-expanded k-pivotgrid-header-root", children: [
|
|
5953
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-up" }),
|
|
5954
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
|
|
5908
5955
|
] }),
|
|
5909
|
-
/* @__PURE__ */ (0,
|
|
5910
|
-
/* @__PURE__ */ (0,
|
|
5911
|
-
/* @__PURE__ */ (0,
|
|
5912
|
-
/* @__PURE__ */ (0,
|
|
5956
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" }) }),
|
|
5957
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
|
|
5958
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
|
|
5959
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
|
|
5913
5960
|
] }),
|
|
5914
|
-
/* @__PURE__ */ (0,
|
|
5915
|
-
/* @__PURE__ */ (0,
|
|
5916
|
-
/* @__PURE__ */ (0,
|
|
5961
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
|
|
5962
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
|
|
5963
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
|
|
5917
5964
|
] }),
|
|
5918
|
-
/* @__PURE__ */ (0,
|
|
5919
|
-
/* @__PURE__ */ (0,
|
|
5920
|
-
/* @__PURE__ */ (0,
|
|
5965
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-root", children: [
|
|
5966
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
|
|
5967
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
|
|
5921
5968
|
] }),
|
|
5922
|
-
/* @__PURE__ */ (0,
|
|
5923
|
-
/* @__PURE__ */ (0,
|
|
5924
|
-
/* @__PURE__ */ (0,
|
|
5969
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total k-pivotgrid-header-root", children: [
|
|
5970
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-down" }),
|
|
5971
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Products" })
|
|
5925
5972
|
] })
|
|
5926
5973
|
] }),
|
|
5927
|
-
/* @__PURE__ */ (0,
|
|
5928
|
-
/* @__PURE__ */ (0,
|
|
5929
|
-
/* @__PURE__ */ (0,
|
|
5930
|
-
/* @__PURE__ */ (0,
|
|
5931
|
-
/* @__PURE__ */ (0,
|
|
5974
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
|
|
5975
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell k-first", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Accessories" }) }),
|
|
5976
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Bikes" }) }),
|
|
5977
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clothing" }) }),
|
|
5978
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Components" }) })
|
|
5932
5979
|
] })
|
|
5933
5980
|
] })
|
|
5934
5981
|
] }) }),
|
|
5935
|
-
/* @__PURE__ */ (0,
|
|
5936
|
-
/* @__PURE__ */ (0,
|
|
5937
|
-
/* @__PURE__ */ (0,
|
|
5938
|
-
/* @__PURE__ */ (0,
|
|
5982
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-row-headers", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("table", { className: "k-pivotgrid-table", children: [
|
|
5983
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("colgroup", { children: [
|
|
5984
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", {}),
|
|
5985
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", {})
|
|
5939
5986
|
] }),
|
|
5940
|
-
/* @__PURE__ */ (0,
|
|
5941
|
-
/* @__PURE__ */ (0,
|
|
5942
|
-
/* @__PURE__ */ (0,
|
|
5943
|
-
/* @__PURE__ */ (0,
|
|
5944
|
-
/* @__PURE__ */ (0,
|
|
5987
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
|
|
5988
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
|
|
5989
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("th", { colSpan: 1, rowSpan: 9, className: "k-pivotgrid-cell k-pivotgrid-row-total k-pivotgrid-expanded k-pivotgrid-header-root", children: [
|
|
5990
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "chevron-up" }),
|
|
5991
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" })
|
|
5945
5992
|
] }),
|
|
5946
|
-
/* @__PURE__ */ (0,
|
|
5993
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Austell" }) })
|
|
5947
5994
|
] }),
|
|
5948
|
-
/* @__PURE__ */ (0,
|
|
5949
|
-
/* @__PURE__ */ (0,
|
|
5950
|
-
/* @__PURE__ */ (0,
|
|
5951
|
-
/* @__PURE__ */ (0,
|
|
5952
|
-
/* @__PURE__ */ (0,
|
|
5953
|
-
/* @__PURE__ */ (0,
|
|
5954
|
-
/* @__PURE__ */ (0,
|
|
5955
|
-
/* @__PURE__ */ (0,
|
|
5956
|
-
/* @__PURE__ */ (0,
|
|
5995
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Biloxi" }) }) }),
|
|
5996
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Braintree" }) }) }),
|
|
5997
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Casper" }) }) }),
|
|
5998
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Clearwater" }) }) }),
|
|
5999
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Destin" }) }) }),
|
|
6000
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Euclid" }) }) }),
|
|
6001
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Everett" }) }) }),
|
|
6002
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "Fort Wayne" }) }) }),
|
|
6003
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("tr", { className: "k-pivotgrid-row", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("th", { colSpan: 2, className: "k-pivotgrid-cell k-pivotgrid-header-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-header-title", children: "All Geographies" }) }) })
|
|
5957
6004
|
] })
|
|
5958
6005
|
] }) }),
|
|
5959
|
-
/* @__PURE__ */ (0,
|
|
5960
|
-
/* @__PURE__ */ (0,
|
|
5961
|
-
/* @__PURE__ */ (0,
|
|
5962
|
-
/* @__PURE__ */ (0,
|
|
5963
|
-
/* @__PURE__ */ (0,
|
|
5964
|
-
/* @__PURE__ */ (0,
|
|
5965
|
-
/* @__PURE__ */ (0,
|
|
5966
|
-
/* @__PURE__ */ (0,
|
|
5967
|
-
/* @__PURE__ */ (0,
|
|
5968
|
-
/* @__PURE__ */ (0,
|
|
5969
|
-
/* @__PURE__ */ (0,
|
|
5970
|
-
/* @__PURE__ */ (0,
|
|
6006
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-values", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("table", { className: "k-pivotgrid-table", style: { width: "1200px" }, children: [
|
|
6007
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("colgroup", { children: [
|
|
6008
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
6009
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
6010
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
6011
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
6012
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
6013
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
6014
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
6015
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
6016
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" }),
|
|
6017
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("col", { width: "120" })
|
|
5971
6018
|
] }),
|
|
5972
|
-
/* @__PURE__ */ (0,
|
|
5973
|
-
/* @__PURE__ */ (0,
|
|
5974
|
-
/* @__PURE__ */ (0,
|
|
5975
|
-
/* @__PURE__ */ (0,
|
|
5976
|
-
/* @__PURE__ */ (0,
|
|
5977
|
-
/* @__PURE__ */ (0,
|
|
5978
|
-
/* @__PURE__ */ (0,
|
|
5979
|
-
/* @__PURE__ */ (0,
|
|
5980
|
-
/* @__PURE__ */ (0,
|
|
5981
|
-
/* @__PURE__ */ (0,
|
|
5982
|
-
/* @__PURE__ */ (0,
|
|
5983
|
-
/* @__PURE__ */ (0,
|
|
6019
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tbody", { className: "k-pivotgrid-tbody", children: [
|
|
6020
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
|
|
6021
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
|
|
6022
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
|
|
6023
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
|
|
6024
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
|
|
6025
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6026
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
|
|
6027
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
|
|
6028
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
|
|
6029
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
|
|
6030
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
|
|
5984
6031
|
] }),
|
|
5985
|
-
/* @__PURE__ */ (0,
|
|
5986
|
-
/* @__PURE__ */ (0,
|
|
5987
|
-
/* @__PURE__ */ (0,
|
|
5988
|
-
/* @__PURE__ */ (0,
|
|
5989
|
-
/* @__PURE__ */ (0,
|
|
5990
|
-
/* @__PURE__ */ (0,
|
|
5991
|
-
/* @__PURE__ */ (0,
|
|
5992
|
-
/* @__PURE__ */ (0,
|
|
5993
|
-
/* @__PURE__ */ (0,
|
|
5994
|
-
/* @__PURE__ */ (0,
|
|
5995
|
-
/* @__PURE__ */ (0,
|
|
6032
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row k-hover", children: [
|
|
6033
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
|
|
6034
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
|
|
6035
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
|
|
6036
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
|
|
6037
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
|
|
6038
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
|
|
6039
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
|
|
6040
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
|
|
6041
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6042
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
|
|
5996
6043
|
] }),
|
|
5997
|
-
/* @__PURE__ */ (0,
|
|
5998
|
-
/* @__PURE__ */ (0,
|
|
5999
|
-
/* @__PURE__ */ (0,
|
|
6000
|
-
/* @__PURE__ */ (0,
|
|
6001
|
-
/* @__PURE__ */ (0,
|
|
6002
|
-
/* @__PURE__ */ (0,
|
|
6003
|
-
/* @__PURE__ */ (0,
|
|
6004
|
-
/* @__PURE__ */ (0,
|
|
6005
|
-
/* @__PURE__ */ (0,
|
|
6006
|
-
/* @__PURE__ */ (0,
|
|
6007
|
-
/* @__PURE__ */ (0,
|
|
6044
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
|
|
6045
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-focus", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
|
|
6046
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6047
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
|
|
6048
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
|
|
6049
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6050
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
|
|
6051
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
|
|
6052
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6053
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6054
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
|
|
6008
6055
|
] }),
|
|
6009
|
-
/* @__PURE__ */ (0,
|
|
6010
|
-
/* @__PURE__ */ (0,
|
|
6011
|
-
/* @__PURE__ */ (0,
|
|
6012
|
-
/* @__PURE__ */ (0,
|
|
6013
|
-
/* @__PURE__ */ (0,
|
|
6014
|
-
/* @__PURE__ */ (0,
|
|
6015
|
-
/* @__PURE__ */ (0,
|
|
6016
|
-
/* @__PURE__ */ (0,
|
|
6017
|
-
/* @__PURE__ */ (0,
|
|
6018
|
-
/* @__PURE__ */ (0,
|
|
6019
|
-
/* @__PURE__ */ (0,
|
|
6056
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row k-selected", children: [
|
|
6057
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
|
|
6058
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
|
|
6059
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
|
|
6060
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
|
|
6061
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6062
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
|
|
6063
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
|
|
6064
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
|
|
6065
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
|
|
6066
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
|
|
6020
6067
|
] }),
|
|
6021
|
-
/* @__PURE__ */ (0,
|
|
6022
|
-
/* @__PURE__ */ (0,
|
|
6023
|
-
/* @__PURE__ */ (0,
|
|
6024
|
-
/* @__PURE__ */ (0,
|
|
6025
|
-
/* @__PURE__ */ (0,
|
|
6026
|
-
/* @__PURE__ */ (0,
|
|
6027
|
-
/* @__PURE__ */ (0,
|
|
6028
|
-
/* @__PURE__ */ (0,
|
|
6029
|
-
/* @__PURE__ */ (0,
|
|
6030
|
-
/* @__PURE__ */ (0,
|
|
6031
|
-
/* @__PURE__ */ (0,
|
|
6068
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
|
|
6069
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
|
|
6070
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2.02" }) }),
|
|
6071
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$508.12" }) }),
|
|
6072
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4.00" }) }),
|
|
6073
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6074
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$514.14" }) }),
|
|
6075
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$3682.86" }) }),
|
|
6076
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2451.14" }) }),
|
|
6077
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2919.53" }) }),
|
|
6078
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$10567.67" }) })
|
|
6032
6079
|
] }),
|
|
6033
|
-
/* @__PURE__ */ (0,
|
|
6034
|
-
/* @__PURE__ */ (0,
|
|
6035
|
-
/* @__PURE__ */ (0,
|
|
6036
|
-
/* @__PURE__ */ (0,
|
|
6037
|
-
/* @__PURE__ */ (0,
|
|
6038
|
-
/* @__PURE__ */ (0,
|
|
6039
|
-
/* @__PURE__ */ (0,
|
|
6040
|
-
/* @__PURE__ */ (0,
|
|
6041
|
-
/* @__PURE__ */ (0,
|
|
6042
|
-
/* @__PURE__ */ (0,
|
|
6043
|
-
/* @__PURE__ */ (0,
|
|
6080
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
|
|
6081
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
|
|
6082
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2.52" }) }),
|
|
6083
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$298.45" }) }),
|
|
6084
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$7.47" }) }),
|
|
6085
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$36.25" }) }),
|
|
6086
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$344.69" }) }),
|
|
6087
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1461.20" }) }),
|
|
6088
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$105.70" }) }),
|
|
6089
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6090
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1911.60" }) })
|
|
6044
6091
|
] }),
|
|
6045
|
-
/* @__PURE__ */ (0,
|
|
6046
|
-
/* @__PURE__ */ (0,
|
|
6047
|
-
/* @__PURE__ */ (0,
|
|
6048
|
-
/* @__PURE__ */ (0,
|
|
6049
|
-
/* @__PURE__ */ (0,
|
|
6050
|
-
/* @__PURE__ */ (0,
|
|
6051
|
-
/* @__PURE__ */ (0,
|
|
6052
|
-
/* @__PURE__ */ (0,
|
|
6053
|
-
/* @__PURE__ */ (0,
|
|
6054
|
-
/* @__PURE__ */ (0,
|
|
6055
|
-
/* @__PURE__ */ (0,
|
|
6092
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
|
|
6093
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
|
|
6094
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6095
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
|
|
6096
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
|
|
6097
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6098
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
|
|
6099
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
|
|
6100
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6101
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6102
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
|
|
6056
6103
|
] }),
|
|
6057
|
-
/* @__PURE__ */ (0,
|
|
6058
|
-
/* @__PURE__ */ (0,
|
|
6059
|
-
/* @__PURE__ */ (0,
|
|
6060
|
-
/* @__PURE__ */ (0,
|
|
6061
|
-
/* @__PURE__ */ (0,
|
|
6062
|
-
/* @__PURE__ */ (0,
|
|
6063
|
-
/* @__PURE__ */ (0,
|
|
6064
|
-
/* @__PURE__ */ (0,
|
|
6065
|
-
/* @__PURE__ */ (0,
|
|
6066
|
-
/* @__PURE__ */ (0,
|
|
6067
|
-
/* @__PURE__ */ (0,
|
|
6104
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
|
|
6105
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
|
|
6106
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$3.03" }) }),
|
|
6107
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1064.62" }) }),
|
|
6108
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$2.69" }) }),
|
|
6109
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6110
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$1070.34" }) }),
|
|
6111
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4671.39" }) }),
|
|
6112
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$6621.86" }) }),
|
|
6113
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$5156.51" }) }),
|
|
6114
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$17520.10" }) })
|
|
6068
6115
|
] }),
|
|
6069
|
-
/* @__PURE__ */ (0,
|
|
6070
|
-
/* @__PURE__ */ (0,
|
|
6071
|
-
/* @__PURE__ */ (0,
|
|
6072
|
-
/* @__PURE__ */ (0,
|
|
6073
|
-
/* @__PURE__ */ (0,
|
|
6074
|
-
/* @__PURE__ */ (0,
|
|
6075
|
-
/* @__PURE__ */ (0,
|
|
6076
|
-
/* @__PURE__ */ (0,
|
|
6077
|
-
/* @__PURE__ */ (0,
|
|
6078
|
-
/* @__PURE__ */ (0,
|
|
6079
|
-
/* @__PURE__ */ (0,
|
|
6116
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
|
|
6117
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
|
|
6118
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6119
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.17" }) }),
|
|
6120
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$0.72" }) }),
|
|
6121
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6122
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$96.89" }) }),
|
|
6123
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$719.27" }) }),
|
|
6124
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6125
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content" }) }),
|
|
6126
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$816.16" }) })
|
|
6080
6127
|
] }),
|
|
6081
|
-
/* @__PURE__ */ (0,
|
|
6082
|
-
/* @__PURE__ */ (0,
|
|
6083
|
-
/* @__PURE__ */ (0,
|
|
6084
|
-
/* @__PURE__ */ (0,
|
|
6085
|
-
/* @__PURE__ */ (0,
|
|
6086
|
-
/* @__PURE__ */ (0,
|
|
6087
|
-
/* @__PURE__ */ (0,
|
|
6088
|
-
/* @__PURE__ */ (0,
|
|
6089
|
-
/* @__PURE__ */ (0,
|
|
6090
|
-
/* @__PURE__ */ (0,
|
|
6091
|
-
/* @__PURE__ */ (0,
|
|
6128
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("tr", { className: "k-pivotgrid-row", children: [
|
|
6129
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$9336.89" }) }),
|
|
6130
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
|
|
6131
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$9687.17" }) }),
|
|
6132
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$7680.72" }) }),
|
|
6133
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
|
|
6134
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$9546.89" }) }),
|
|
6135
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
|
|
6136
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
|
|
6137
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$4719.27" }) }),
|
|
6138
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { colSpan: 1, className: "k-pivotgrid-cell k-pivotgrid-total", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-pivotgrid-content", children: "$88816.16" }) })
|
|
6092
6139
|
] })
|
|
6093
6140
|
] })
|
|
6094
6141
|
] }) })
|
|
6095
6142
|
] }),
|
|
6096
|
-
/* @__PURE__ */ (0,
|
|
6097
|
-
/* @__PURE__ */ (0,
|
|
6098
|
-
/* @__PURE__ */ (0,
|
|
6099
|
-
/* @__PURE__ */ (0,
|
|
6100
|
-
/* @__PURE__ */ (0,
|
|
6101
|
-
/* @__PURE__ */ (0,
|
|
6102
|
-
/* @__PURE__ */ (0,
|
|
6143
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-configurator k-pivotgrid-configurator-vertical k-pivotgrid-configurator-push", style: { height: "552px" }, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-pivotgrid-configurator-panel", children: [
|
|
6144
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-configurator-header", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-configurator-header-text", children: "Settings" }) }),
|
|
6145
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-configurator-content", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("form", { className: "k-form k-form-md k-form-horizontal", children: [
|
|
6146
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-form-field", children: [
|
|
6147
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("label", { className: "k-label", children: "Fields" }),
|
|
6148
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6149
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Searchbox, { placeholder: "Search..." })
|
|
6103
6150
|
] }),
|
|
6104
|
-
/* @__PURE__ */ (0,
|
|
6105
|
-
/* @__PURE__ */ (0,
|
|
6106
|
-
/* @__PURE__ */ (0,
|
|
6107
|
-
/* @__PURE__ */ (0,
|
|
6151
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-form-field", children: [
|
|
6152
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-select-all", children: [
|
|
6153
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Checkbox, {}),
|
|
6154
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { children: "Select all" })
|
|
6108
6155
|
] }),
|
|
6109
|
-
/* @__PURE__ */ (0,
|
|
6110
|
-
/* @__PURE__ */ (0,
|
|
6156
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6157
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { children: "5 fields selected" })
|
|
6111
6158
|
] }),
|
|
6112
|
-
/* @__PURE__ */ (0,
|
|
6113
|
-
/* @__PURE__ */ (0,
|
|
6114
|
-
/* @__PURE__ */ (0,
|
|
6115
|
-
/* @__PURE__ */ (0,
|
|
6116
|
-
/* @__PURE__ */ (0,
|
|
6117
|
-
/* @__PURE__ */ (0,
|
|
6118
|
-
/* @__PURE__ */ (0,
|
|
6119
|
-
/* @__PURE__ */ (0,
|
|
6159
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-fields-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(Treeview, { children: [
|
|
6160
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
|
|
6161
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
|
|
6162
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(TreeviewGroup, { children: [
|
|
6163
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
|
|
6164
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(TreeviewGroup, { children: [
|
|
6165
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
|
|
6166
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
|
|
6120
6167
|
] }) })
|
|
6121
6168
|
] }) }),
|
|
6122
|
-
/* @__PURE__ */ (0,
|
|
6123
|
-
/* @__PURE__ */ (0,
|
|
6124
|
-
/* @__PURE__ */ (0,
|
|
6125
|
-
/* @__PURE__ */ (0,
|
|
6169
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
|
|
6170
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
|
|
6171
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
|
|
6172
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
|
|
6126
6173
|
] }) }) }),
|
|
6127
|
-
/* @__PURE__ */ (0,
|
|
6128
|
-
/* @__PURE__ */ (0,
|
|
6129
|
-
/* @__PURE__ */ (0,
|
|
6174
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("label", { className: "k-label", children: "Columns" }) }),
|
|
6175
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(ChipList, { className: "k-column-fields", children: [
|
|
6176
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
6130
6177
|
Chip,
|
|
6131
6178
|
{
|
|
6132
6179
|
text: "Date.Calendar",
|
|
6133
|
-
actions: /* @__PURE__ */ (0,
|
|
6134
|
-
/* @__PURE__ */ (0,
|
|
6135
|
-
/* @__PURE__ */ (0,
|
|
6180
|
+
actions: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
|
|
6181
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "more" }),
|
|
6182
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "remove" })
|
|
6136
6183
|
] })
|
|
6137
6184
|
}
|
|
6138
6185
|
),
|
|
6139
|
-
/* @__PURE__ */ (0,
|
|
6186
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
6140
6187
|
Chip,
|
|
6141
6188
|
{
|
|
6142
6189
|
text: "Product.Category",
|
|
6143
|
-
actions: /* @__PURE__ */ (0,
|
|
6144
|
-
/* @__PURE__ */ (0,
|
|
6145
|
-
/* @__PURE__ */ (0,
|
|
6190
|
+
actions: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
|
|
6191
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "more" }),
|
|
6192
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "remove" })
|
|
6146
6193
|
] })
|
|
6147
6194
|
}
|
|
6148
6195
|
)
|
|
6149
6196
|
] }),
|
|
6150
|
-
/* @__PURE__ */ (0,
|
|
6151
|
-
/* @__PURE__ */ (0,
|
|
6197
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("label", { className: "k-label", children: "Rows" }) }),
|
|
6198
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipList, { className: "k-row-fields", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
6152
6199
|
Chip,
|
|
6153
6200
|
{
|
|
6154
6201
|
text: "Geography.City",
|
|
6155
|
-
actions: /* @__PURE__ */ (0,
|
|
6156
|
-
/* @__PURE__ */ (0,
|
|
6157
|
-
/* @__PURE__ */ (0,
|
|
6202
|
+
actions: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
|
|
6203
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "more" }),
|
|
6204
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "remove" })
|
|
6158
6205
|
] })
|
|
6159
6206
|
}
|
|
6160
6207
|
) }),
|
|
6161
|
-
/* @__PURE__ */ (0,
|
|
6162
|
-
/* @__PURE__ */ (0,
|
|
6208
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-form-field", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("label", { className: "k-label", children: "Filters" }) }),
|
|
6209
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipList, { className: "k-filter-fields", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
6163
6210
|
Chip,
|
|
6164
6211
|
{
|
|
6165
6212
|
text: "Sales Channel.Sales Channel",
|
|
6166
|
-
actions: /* @__PURE__ */ (0,
|
|
6167
|
-
/* @__PURE__ */ (0,
|
|
6168
|
-
/* @__PURE__ */ (0,
|
|
6213
|
+
actions: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
|
|
6214
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "more" }),
|
|
6215
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ChipAction, { type: "remove" })
|
|
6169
6216
|
] })
|
|
6170
6217
|
}
|
|
6171
6218
|
) }),
|
|
6172
|
-
/* @__PURE__ */ (0,
|
|
6173
|
-
/* @__PURE__ */ (0,
|
|
6174
|
-
/* @__PURE__ */ (0,
|
|
6175
|
-
/* @__PURE__ */ (0,
|
|
6219
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-form-field", children: [
|
|
6220
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("label", { className: "k-label", children: "Values" }),
|
|
6221
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6222
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { children: "Add Custom" })
|
|
6176
6223
|
] }),
|
|
6177
|
-
/* @__PURE__ */ (0,
|
|
6178
|
-
/* @__PURE__ */ (0,
|
|
6179
|
-
/* @__PURE__ */ (0,
|
|
6180
|
-
/* @__PURE__ */ (0,
|
|
6181
|
-
/* @__PURE__ */ (0,
|
|
6182
|
-
/* @__PURE__ */ (0,
|
|
6183
|
-
/* @__PURE__ */ (0,
|
|
6224
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-value-fields", children: [
|
|
6225
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field", children: [
|
|
6226
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-header", children: [
|
|
6227
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-text", children: "Calculated Field 1" }),
|
|
6228
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "pencil" }),
|
|
6229
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6230
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "x" }) })
|
|
6184
6231
|
] }),
|
|
6185
|
-
/* @__PURE__ */ (0,
|
|
6186
|
-
/* @__PURE__ */ (0,
|
|
6187
|
-
/* @__PURE__ */ (0,
|
|
6188
|
-
/* @__PURE__ */ (0,
|
|
6189
|
-
/* @__PURE__ */ (0,
|
|
6190
|
-
/* @__PURE__ */ (0,
|
|
6191
|
-
/* @__PURE__ */ (0,
|
|
6232
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Textbox, { showClearButton: false, placeholder: "Custom function" }) }),
|
|
6233
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-actions", children: [
|
|
6234
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "formula-fx" }),
|
|
6235
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Custom" }),
|
|
6236
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6237
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "eye" }),
|
|
6238
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Default" })
|
|
6192
6239
|
] })
|
|
6193
6240
|
] }),
|
|
6194
|
-
/* @__PURE__ */ (0,
|
|
6195
|
-
/* @__PURE__ */ (0,
|
|
6196
|
-
/* @__PURE__ */ (0,
|
|
6241
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field", children: [
|
|
6242
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-header", children: [
|
|
6243
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
6197
6244
|
Textbox,
|
|
6198
6245
|
{
|
|
6199
6246
|
showClearButton: false,
|
|
6200
6247
|
value: "Renamed Field",
|
|
6201
|
-
suffix: /* @__PURE__ */ (0,
|
|
6248
|
+
suffix: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "check" })
|
|
6202
6249
|
}
|
|
6203
6250
|
),
|
|
6204
|
-
/* @__PURE__ */ (0,
|
|
6205
|
-
/* @__PURE__ */ (0,
|
|
6251
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6252
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "x" }) })
|
|
6206
6253
|
] }),
|
|
6207
|
-
/* @__PURE__ */ (0,
|
|
6254
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-content", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
6208
6255
|
Textbox,
|
|
6209
6256
|
{
|
|
6210
6257
|
showClearButton: false,
|
|
6211
6258
|
value: "=IF(Amount>100, 3%*Amount)",
|
|
6212
|
-
prefix: /* @__PURE__ */ (0,
|
|
6259
|
+
prefix: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "formula-fx" })
|
|
6213
6260
|
}
|
|
6214
6261
|
) }),
|
|
6215
|
-
/* @__PURE__ */ (0,
|
|
6216
|
-
/* @__PURE__ */ (0,
|
|
6217
|
-
/* @__PURE__ */ (0,
|
|
6218
|
-
/* @__PURE__ */ (0,
|
|
6219
|
-
/* @__PURE__ */ (0,
|
|
6220
|
-
/* @__PURE__ */ (0,
|
|
6262
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-actions", children: [
|
|
6263
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "formula-fx" }),
|
|
6264
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Custom" }),
|
|
6265
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6266
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "eye" }),
|
|
6267
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Default" })
|
|
6221
6268
|
] })
|
|
6222
6269
|
] }),
|
|
6223
|
-
/* @__PURE__ */ (0,
|
|
6224
|
-
/* @__PURE__ */ (0,
|
|
6225
|
-
/* @__PURE__ */ (0,
|
|
6226
|
-
/* @__PURE__ */ (0,
|
|
6227
|
-
/* @__PURE__ */ (0,
|
|
6270
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field", children: [
|
|
6271
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-header", children: [
|
|
6272
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
|
|
6273
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6274
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "x" }) })
|
|
6228
6275
|
] }),
|
|
6229
|
-
/* @__PURE__ */ (0,
|
|
6230
|
-
/* @__PURE__ */ (0,
|
|
6231
|
-
/* @__PURE__ */ (0,
|
|
6232
|
-
/* @__PURE__ */ (0,
|
|
6233
|
-
/* @__PURE__ */ (0,
|
|
6234
|
-
/* @__PURE__ */ (0,
|
|
6276
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-actions", children: [
|
|
6277
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "sum" }),
|
|
6278
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "SUM" }),
|
|
6279
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6280
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "eye" }),
|
|
6281
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Default" })
|
|
6235
6282
|
] })
|
|
6236
6283
|
] }),
|
|
6237
|
-
/* @__PURE__ */ (0,
|
|
6238
|
-
/* @__PURE__ */ (0,
|
|
6239
|
-
/* @__PURE__ */ (0,
|
|
6240
|
-
/* @__PURE__ */ (0,
|
|
6241
|
-
/* @__PURE__ */ (0,
|
|
6284
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field", children: [
|
|
6285
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-header", children: [
|
|
6286
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
|
|
6287
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6288
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "x" }) })
|
|
6242
6289
|
] }),
|
|
6243
|
-
/* @__PURE__ */ (0,
|
|
6244
|
-
/* @__PURE__ */ (0,
|
|
6245
|
-
/* @__PURE__ */ (0,
|
|
6246
|
-
/* @__PURE__ */ (0,
|
|
6247
|
-
/* @__PURE__ */ (0,
|
|
6248
|
-
/* @__PURE__ */ (0,
|
|
6290
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-actions", children: [
|
|
6291
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "sum" }),
|
|
6292
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "SUM" }),
|
|
6293
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6294
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "eye" }),
|
|
6295
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Default" })
|
|
6249
6296
|
] })
|
|
6250
6297
|
] }),
|
|
6251
|
-
/* @__PURE__ */ (0,
|
|
6252
|
-
/* @__PURE__ */ (0,
|
|
6253
|
-
/* @__PURE__ */ (0,
|
|
6254
|
-
/* @__PURE__ */ (0,
|
|
6255
|
-
/* @__PURE__ */ (0,
|
|
6298
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field", children: [
|
|
6299
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-header", children: [
|
|
6300
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-text", children: "Date.Calendar" }),
|
|
6301
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6302
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-calculated-field-header-actions", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { fillMode: "flat", icon: "x" }) })
|
|
6256
6303
|
] }),
|
|
6257
|
-
/* @__PURE__ */ (0,
|
|
6258
|
-
/* @__PURE__ */ (0,
|
|
6259
|
-
/* @__PURE__ */ (0,
|
|
6260
|
-
/* @__PURE__ */ (0,
|
|
6261
|
-
/* @__PURE__ */ (0,
|
|
6262
|
-
/* @__PURE__ */ (0,
|
|
6304
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-calculated-field-actions", children: [
|
|
6305
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "sum" }),
|
|
6306
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "SUM" }),
|
|
6307
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-spacer" }),
|
|
6308
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "eye" }),
|
|
6309
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DropdownList, { value: "Default" })
|
|
6263
6310
|
] })
|
|
6264
6311
|
] })
|
|
6265
6312
|
] })
|
|
6266
6313
|
] }) }),
|
|
6267
|
-
/* @__PURE__ */ (0,
|
|
6268
|
-
/* @__PURE__ */ (0,
|
|
6269
|
-
/* @__PURE__ */ (0,
|
|
6314
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(ActionButtons, { alignment: "end", className: "k-pivotgrid-configurator-actions", children: [
|
|
6315
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { children: "Cancel" }),
|
|
6316
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { themeColor: "primary", children: "Apply" })
|
|
6270
6317
|
] })
|
|
6271
6318
|
] }) }),
|
|
6272
|
-
/* @__PURE__ */ (0,
|
|
6319
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-pivotgrid-configurator-button", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("span", { children: [
|
|
6273
6320
|
"Change settings",
|
|
6274
|
-
/* @__PURE__ */ (0,
|
|
6321
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "gear" })
|
|
6275
6322
|
] }) })
|
|
6276
6323
|
] }) }) }) });
|