@progress/kendo-themes-html 7.2.1-dev.1 → 7.2.1-dev.3
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/autocomplete/tests/autocomplete-prefix-suffix.js +64 -46
- package/dist/cjs/coloreditor/color-editor.spec.js +64 -46
- package/dist/cjs/coloreditor/templates/coloreditor-group.js +64 -46
- package/dist/cjs/coloreditor/templates/coloreditor-normal.js +64 -46
- package/dist/cjs/coloreditor/templates/coloreditor-palette-group.js +64 -46
- package/dist/cjs/coloreditor/templates/coloreditor-palette.js +64 -46
- package/dist/cjs/coloreditor/tests/coloreditor-focused-colorgradient.js +64 -46
- package/dist/cjs/coloreditor/tests/coloreditor-rtl.js +64 -46
- package/dist/cjs/coloreditor/tests/coloreditor-states.js +64 -46
- package/dist/cjs/coloreditor/tests/coloreditor.js +64 -46
- package/dist/cjs/colorgradient/color-gradient.spec.js +64 -46
- package/dist/cjs/colorgradient/templates/colorgradient-contrast.js +64 -46
- package/dist/cjs/colorgradient/templates/colorgradient-normal.js +64 -46
- package/dist/cjs/colorgradient/tests/colorgradient-contrast.js +64 -46
- package/dist/cjs/colorgradient/tests/colorgradient-draghandle.js +64 -46
- package/dist/cjs/colorgradient/tests/colorgradient-modes.js +64 -46
- package/dist/cjs/colorgradient/tests/colorgradient-rtl.js +64 -46
- package/dist/cjs/colorgradient/tests/colorgradient-states.js +64 -46
- package/dist/cjs/colorgradient/tests/colorgradient.js +64 -46
- package/dist/cjs/colorpicker/templates/colorpicker-popup-gradient.js +64 -46
- package/dist/cjs/colorpicker/templates/colorpicker-popup-palette.js +64 -46
- package/dist/cjs/colorpicker/tests/colorpicker-opened.js +64 -46
- package/dist/cjs/colorpicker/tests/colorpicker-size.js +64 -46
- package/dist/cjs/colorpicker/tests/colorpicker-states.js +64 -46
- package/dist/cjs/colorpicker/tests/colorpicker.js +64 -46
- package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +64 -46
- package/dist/cjs/dock-manager/tests/dock-manager-unpinned-pane.js +64 -46
- package/dist/cjs/dock-manager/tests/dock-manager.js +64 -46
- package/dist/cjs/editor/editor-toolbar.js +64 -46
- package/dist/cjs/editor/templates/editor-normal.js +64 -46
- package/dist/cjs/editor/tests/editor-find-replace.js +64 -46
- package/dist/cjs/editor/tests/editor-states.js +64 -46
- package/dist/cjs/editor/tests/editor-table-wizard.js +64 -46
- package/dist/cjs/editor/tests/editor.js +64 -46
- package/dist/cjs/filemanager/file-info.js +64 -46
- package/dist/cjs/filemanager/filemanager-toolbar.spec.js +64 -46
- package/dist/cjs/filemanager/filemanager.spec.js +64 -46
- package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +64 -46
- package/dist/cjs/filemanager/templates/filemanager-grid.js +64 -46
- package/dist/cjs/filemanager/templates/filemanager-normal.js +64 -46
- package/dist/cjs/filemanager/templates/filemanager-preview.js +64 -46
- package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +64 -46
- package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +64 -46
- package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +64 -46
- package/dist/cjs/filemanager/tests/filemanager-gridview.js +64 -46
- package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +64 -46
- package/dist/cjs/filemanager/tests/filemanager-listview.js +64 -46
- package/dist/cjs/filter/templates/filter-normal.js +64 -46
- package/dist/cjs/filter/templates/filter-preview.js +64 -46
- package/dist/cjs/filter/tests/filter-preview.js +64 -46
- package/dist/cjs/filter/tests/filter.js +64 -46
- package/dist/cjs/form/tests/form-field-dropdowns.js +64 -46
- package/dist/cjs/form/tests/form-field-inputs-rtl.js +64 -46
- package/dist/cjs/form/tests/form-field-inputs.js +64 -46
- package/dist/cjs/gantt/gantt-columns-table.spec.js +283 -0
- package/dist/cjs/gantt/gantt-content.spec.js +46 -0
- package/dist/cjs/gantt/gantt-footer-toolbar.spec.js +7895 -0
- package/dist/cjs/gantt/gantt-header-toolbar.spec.js +7895 -0
- package/dist/cjs/gantt/gantt-line.spec.js +67 -0
- package/dist/cjs/gantt/gantt-rows-table.spec.js +283 -0
- package/dist/cjs/gantt/gantt-tables-wrapper.spec.js +46 -0
- package/dist/cjs/gantt/gantt-task-content.spec.js +4355 -0
- package/dist/cjs/gantt/gantt-task-dot.spec.js +67 -0
- package/dist/cjs/gantt/gantt-task-wrap.spec.js +67 -0
- package/dist/cjs/gantt/gantt-task.spec.js +68 -0
- package/dist/cjs/gantt/gantt-tasks-table.spec.js +283 -0
- package/dist/cjs/gantt/gantt.spec.js +67 -0
- package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +64 -46
- package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +64 -46
- package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +64 -46
- package/dist/cjs/gantt/tests/gantt-react.js +2197 -1216
- package/dist/cjs/gantt/tests/gantt-row-reordering.js +2795 -1610
- package/dist/cjs/gantt/tests/gantt.js +2770 -1585
- package/dist/cjs/grid/grid-toolbar.spec.js +64 -46
- package/dist/cjs/grid/tests/grid-adaptive-pager.js +64 -46
- package/dist/cjs/grid/tests/grid-adaptive-search.js +64 -46
- package/dist/cjs/grid/tests/grid-angular.js +64 -46
- package/dist/cjs/grid/tests/grid-column-menu-angular.js +64 -46
- package/dist/cjs/grid/tests/grid-column-menu-blazor.js +64 -46
- package/dist/cjs/grid/tests/grid-column-reordering-actions.js +64 -46
- package/dist/cjs/grid/tests/grid-column-reordering.js +64 -46
- package/dist/cjs/grid/tests/grid-column-resizing-actions.js +64 -46
- package/dist/cjs/grid/tests/grid-editing-custom-editor.js +64 -46
- package/dist/cjs/grid/tests/grid-editing-inline-angular.js +64 -46
- package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +64 -46
- package/dist/cjs/grid/tests/grid-editing.js +64 -46
- package/dist/cjs/grid/tests/grid-filter-menu-angular.js +64 -46
- package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +64 -46
- package/dist/cjs/grid/tests/grid-filter-row-angular.js +64 -46
- package/dist/cjs/grid/tests/grid-filter-row-blazor.js +64 -46
- package/dist/cjs/grid/tests/grid-filter-row.js +64 -46
- package/dist/cjs/grid/tests/grid-grouping-actions.js +64 -46
- package/dist/cjs/grid/tests/grid-grouping-blazor.js +64 -46
- package/dist/cjs/grid/tests/grid-grouping-detail-template.js +64 -46
- package/dist/cjs/grid/tests/grid-grouping.js +64 -46
- package/dist/cjs/grid/tests/grid-hierarchy.js +64 -46
- package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +64 -46
- package/dist/cjs/grid/tests/grid-locked-columns.js +64 -46
- package/dist/cjs/grid/tests/grid-long-titles.js +64 -46
- package/dist/cjs/grid/tests/grid-multicolumn-headers.js +64 -46
- package/dist/cjs/grid/tests/grid-no-records.js +64 -46
- package/dist/cjs/grid/tests/grid-pager.js +64 -46
- package/dist/cjs/grid/tests/grid-react-basic.js +64 -46
- package/dist/cjs/grid/tests/grid-react.js +64 -46
- package/dist/cjs/grid/tests/grid-row-reordering.js +64 -46
- package/dist/cjs/grid/tests/grid-rows-resizing.js +64 -46
- package/dist/cjs/grid/tests/grid-rows-states.js +64 -46
- package/dist/cjs/grid/tests/grid-rtl-angular.js +64 -46
- package/dist/cjs/grid/tests/grid-rtl.js +64 -46
- package/dist/cjs/grid/tests/grid-selection-aggregates.js +64 -46
- package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +64 -46
- package/dist/cjs/grid/tests/grid-size-sm.js +64 -46
- package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +64 -46
- package/dist/cjs/grid/tests/grid-sticky-columns.js +64 -46
- package/dist/cjs/grid/tests/grid-sticky-multicolumn-headers.js +64 -46
- package/dist/cjs/grid/tests/grid-toolbar.js +64 -46
- package/dist/cjs/grid/tests/grid-virtualization.js +64 -46
- package/dist/cjs/grid/tests/grid.js +64 -46
- package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +64 -46
- package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +64 -46
- package/dist/cjs/imageeditor/tests/imageeditor.js +64 -46
- package/dist/cjs/index.js +87 -55
- package/dist/cjs/mediaplayer/tests/mediaplayer.js +64 -46
- package/dist/cjs/multiselect/templates/multiselect-prefix.js +64 -46
- package/dist/cjs/multiselect/templates/multiselect-suffix.js +64 -46
- package/dist/cjs/multiselect/tests/multiselect-adaptive.js +64 -46
- package/dist/cjs/multiselect/tests/multiselect-flat.js +64 -46
- package/dist/cjs/multiselect/tests/multiselect-grouping.js +64 -46
- package/dist/cjs/multiselect/tests/multiselect-opened.js +64 -46
- package/dist/cjs/multiselect/tests/multiselect-outline.js +64 -46
- package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +64 -46
- package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +64 -46
- package/dist/cjs/multiselect/tests/multiselect-solid.js +64 -46
- package/dist/cjs/pdf-viewer/pdf-viewer.spec.js +64 -46
- package/dist/cjs/pdf-viewer/templates/pdf-viewer-blank.js +64 -46
- package/dist/cjs/pdf-viewer/templates/pdf-viewer-normal.js +64 -46
- package/dist/cjs/pdf-viewer/templates/pdf-viewer-with-search-panel.js +64 -46
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -46
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +64 -46
- package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +64 -46
- package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +64 -46
- package/dist/cjs/prompt/templates/prompt-more-actions.js +87 -55
- package/dist/cjs/prompt/templates/prompt-normal.js +64 -46
- package/dist/cjs/prompt/templates/prompt-output.js +64 -46
- package/dist/cjs/prompt/templates/prompt-popup.js +64 -46
- package/dist/cjs/prompt/templates/prompt-settings.js +64 -46
- package/dist/cjs/prompt/templates/prompt-suggestions.js +64 -46
- package/dist/cjs/prompt/tests/prompt-more-actions.js +87 -55
- package/dist/cjs/prompt/tests/prompt-normal.js +64 -46
- package/dist/cjs/prompt/tests/prompt-output.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-angular-month.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-angular.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-react-day.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-react-month.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-react-week.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler-year.js +64 -46
- package/dist/cjs/scheduler/tests/scheduler.js +64 -46
- package/dist/cjs/slider/slider-tick.js +16 -7
- package/dist/cjs/slider/slider.spec.js +48 -39
- package/dist/cjs/slider/templates/slider-gradient-vertical.js +64 -46
- package/dist/cjs/slider/templates/slider-gradient.js +64 -46
- package/dist/cjs/slider/templates/slider-normal.js +64 -46
- package/dist/cjs/slider/templates/slider-range-vertical.js +64 -46
- package/dist/cjs/slider/templates/slider-range.js +64 -46
- package/dist/cjs/slider/templates/slider-vertical.js +64 -46
- package/dist/cjs/slider/tests/slider-css-vars.js +64 -46
- package/dist/cjs/slider/tests/slider-tick-absolute-position.js +64 -46
- package/dist/cjs/slider/tests/slider.js +64 -46
- package/dist/cjs/spreadsheet/tests/spreadsheet-borders-config.js +64 -46
- package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +64 -46
- package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +64 -46
- package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +64 -46
- package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +64 -46
- package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +64 -46
- package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +64 -46
- package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +64 -46
- package/dist/cjs/spreadsheet/tests/spreadsheet.js +64 -46
- package/dist/cjs/taskboard/taskboard-pane.js +64 -46
- package/dist/cjs/taskboard/taskboard-toolbar.js +64 -46
- package/dist/cjs/taskboard/taskboard.spec.js +64 -46
- package/dist/cjs/taskboard/templates/taskboard-normal.js +64 -46
- package/dist/cjs/taskboard/tests/taskboard-card.js +64 -46
- package/dist/cjs/taskboard/tests/taskboard-column.js +64 -46
- package/dist/cjs/taskboard/tests/taskboard-pane.js +64 -46
- package/dist/cjs/taskboard/tests/taskboard-resources.js +64 -46
- package/dist/cjs/taskboard/tests/taskboard-rtl.js +64 -46
- package/dist/cjs/taskboard/tests/taskboard.js +64 -46
- package/dist/cjs/toolbar/templates/toolbar-angular-normal.js +64 -46
- package/dist/cjs/toolbar/templates/toolbar-angular-resizable.js +64 -46
- package/dist/cjs/toolbar/templates/toolbar-normal.js +64 -46
- package/dist/cjs/toolbar/templates/toolbar-resizable.js +64 -46
- package/dist/cjs/toolbar/tests/toolbar-adaptive.js +64 -46
- package/dist/cjs/toolbar/tests/toolbar-angular.js +64 -46
- package/dist/cjs/toolbar/tests/toolbar-components.js +64 -46
- package/dist/cjs/toolbar/tests/toolbar-popup-size.js +64 -46
- package/dist/cjs/toolbar/tests/toolbar-popup.js +64 -46
- package/dist/cjs/toolbar/tests/toolbar-sizes.js +64 -46
- package/dist/cjs/toolbar/tests/toolbar.js +64 -46
- package/dist/cjs/toolbar/toolbar-angular.spec.js +64 -46
- package/dist/cjs/toolbar/toolbar.spec.js +64 -46
- package/dist/cjs/treelist/tests/treelist-aggregate-react.js +64 -46
- package/dist/cjs/treelist/tests/treelist-aggregates.js +64 -46
- package/dist/cjs/treelist/tests/treelist-react.js +64 -46
- package/dist/cjs/treelist/tests/treelist-row-reordering.js +64 -46
- package/dist/cjs/treelist/tests/treelist.js +64 -46
- package/dist/cjs/treelist/treelist.spec.js +64 -46
- package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +64 -46
- package/dist/esm/coloreditor/color-editor.spec.js +64 -46
- package/dist/esm/coloreditor/templates/coloreditor-group.js +64 -46
- package/dist/esm/coloreditor/templates/coloreditor-normal.js +64 -46
- package/dist/esm/coloreditor/templates/coloreditor-palette-group.js +64 -46
- package/dist/esm/coloreditor/templates/coloreditor-palette.js +64 -46
- package/dist/esm/coloreditor/tests/coloreditor-focused-colorgradient.js +64 -46
- package/dist/esm/coloreditor/tests/coloreditor-rtl.js +64 -46
- package/dist/esm/coloreditor/tests/coloreditor-states.js +64 -46
- package/dist/esm/coloreditor/tests/coloreditor.js +64 -46
- package/dist/esm/colorgradient/color-gradient.spec.js +64 -46
- package/dist/esm/colorgradient/templates/colorgradient-contrast.js +64 -46
- package/dist/esm/colorgradient/templates/colorgradient-normal.js +64 -46
- package/dist/esm/colorgradient/tests/colorgradient-contrast.js +64 -46
- package/dist/esm/colorgradient/tests/colorgradient-draghandle.js +64 -46
- package/dist/esm/colorgradient/tests/colorgradient-modes.js +64 -46
- package/dist/esm/colorgradient/tests/colorgradient-rtl.js +64 -46
- package/dist/esm/colorgradient/tests/colorgradient-states.js +64 -46
- package/dist/esm/colorgradient/tests/colorgradient.js +64 -46
- package/dist/esm/colorpicker/templates/colorpicker-popup-gradient.js +64 -46
- package/dist/esm/colorpicker/templates/colorpicker-popup-palette.js +64 -46
- package/dist/esm/colorpicker/tests/colorpicker-opened.js +64 -46
- package/dist/esm/colorpicker/tests/colorpicker-size.js +64 -46
- package/dist/esm/colorpicker/tests/colorpicker-states.js +64 -46
- package/dist/esm/colorpicker/tests/colorpicker.js +64 -46
- package/dist/esm/combobox/tests/combobox-prefix-suffix.js +64 -46
- package/dist/esm/dock-manager/tests/dock-manager-unpinned-pane.js +64 -46
- package/dist/esm/dock-manager/tests/dock-manager.js +64 -46
- package/dist/esm/editor/editor-toolbar.js +64 -46
- package/dist/esm/editor/templates/editor-normal.js +64 -46
- package/dist/esm/editor/tests/editor-find-replace.js +64 -46
- package/dist/esm/editor/tests/editor-states.js +64 -46
- package/dist/esm/editor/tests/editor-table-wizard.js +64 -46
- package/dist/esm/editor/tests/editor.js +64 -46
- package/dist/esm/filemanager/file-info.js +64 -46
- package/dist/esm/filemanager/filemanager-toolbar.spec.js +64 -46
- package/dist/esm/filemanager/filemanager.spec.js +64 -46
- package/dist/esm/filemanager/templates/filemanager-grid-preview.js +64 -46
- package/dist/esm/filemanager/templates/filemanager-grid.js +64 -46
- package/dist/esm/filemanager/templates/filemanager-normal.js +64 -46
- package/dist/esm/filemanager/templates/filemanager-preview.js +64 -46
- package/dist/esm/filemanager/tests/filemanager-contextmenu.js +64 -46
- package/dist/esm/filemanager/tests/filemanager-drag-hint.js +64 -46
- package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +64 -46
- package/dist/esm/filemanager/tests/filemanager-gridview.js +64 -46
- package/dist/esm/filemanager/tests/filemanager-listview-preview.js +64 -46
- package/dist/esm/filemanager/tests/filemanager-listview.js +64 -46
- package/dist/esm/filter/templates/filter-normal.js +64 -46
- package/dist/esm/filter/templates/filter-preview.js +64 -46
- package/dist/esm/filter/tests/filter-preview.js +64 -46
- package/dist/esm/filter/tests/filter.js +64 -46
- package/dist/esm/form/tests/form-field-dropdowns.js +64 -46
- package/dist/esm/form/tests/form-field-inputs-rtl.js +64 -46
- package/dist/esm/form/tests/form-field-inputs.js +64 -46
- package/dist/esm/gantt/gantt-columns-table.spec.js +261 -0
- package/dist/esm/gantt/gantt-content.spec.js +24 -0
- package/dist/esm/gantt/gantt-footer-toolbar.spec.js +7879 -0
- package/dist/esm/gantt/gantt-header-toolbar.spec.js +7879 -0
- package/dist/esm/gantt/gantt-line.spec.js +45 -0
- package/dist/esm/gantt/gantt-rows-table.spec.js +261 -0
- package/dist/esm/gantt/gantt-tables-wrapper.spec.js +24 -0
- package/dist/esm/gantt/gantt-task-content.spec.js +4339 -0
- package/dist/esm/gantt/gantt-task-dot.spec.js +45 -0
- package/dist/esm/gantt/gantt-task-wrap.spec.js +45 -0
- package/dist/esm/gantt/gantt-task.spec.js +46 -0
- package/dist/esm/gantt/gantt-tasks-table.spec.js +261 -0
- package/dist/esm/gantt/gantt.spec.js +45 -0
- package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +64 -46
- package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +64 -46
- package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +64 -46
- package/dist/esm/gantt/tests/gantt-react.js +1900 -919
- package/dist/esm/gantt/tests/gantt-row-reordering.js +2498 -1313
- package/dist/esm/gantt/tests/gantt.js +2473 -1288
- package/dist/esm/grid/grid-toolbar.spec.js +64 -46
- package/dist/esm/grid/tests/grid-adaptive-pager.js +64 -46
- package/dist/esm/grid/tests/grid-adaptive-search.js +64 -46
- package/dist/esm/grid/tests/grid-angular.js +64 -46
- package/dist/esm/grid/tests/grid-column-menu-angular.js +64 -46
- package/dist/esm/grid/tests/grid-column-menu-blazor.js +64 -46
- package/dist/esm/grid/tests/grid-column-reordering-actions.js +64 -46
- package/dist/esm/grid/tests/grid-column-reordering.js +64 -46
- package/dist/esm/grid/tests/grid-column-resizing-actions.js +64 -46
- package/dist/esm/grid/tests/grid-editing-custom-editor.js +64 -46
- package/dist/esm/grid/tests/grid-editing-inline-angular.js +64 -46
- package/dist/esm/grid/tests/grid-editing-inline-blazor.js +64 -46
- package/dist/esm/grid/tests/grid-editing.js +64 -46
- package/dist/esm/grid/tests/grid-filter-menu-angular.js +64 -46
- package/dist/esm/grid/tests/grid-filter-menu-blazor.js +64 -46
- package/dist/esm/grid/tests/grid-filter-row-angular.js +64 -46
- package/dist/esm/grid/tests/grid-filter-row-blazor.js +64 -46
- package/dist/esm/grid/tests/grid-filter-row.js +64 -46
- package/dist/esm/grid/tests/grid-grouping-actions.js +64 -46
- package/dist/esm/grid/tests/grid-grouping-blazor.js +64 -46
- package/dist/esm/grid/tests/grid-grouping-detail-template.js +64 -46
- package/dist/esm/grid/tests/grid-grouping.js +64 -46
- package/dist/esm/grid/tests/grid-hierarchy.js +64 -46
- package/dist/esm/grid/tests/grid-locked-columns-rtl.js +64 -46
- package/dist/esm/grid/tests/grid-locked-columns.js +64 -46
- package/dist/esm/grid/tests/grid-long-titles.js +64 -46
- package/dist/esm/grid/tests/grid-multicolumn-headers.js +64 -46
- package/dist/esm/grid/tests/grid-no-records.js +64 -46
- package/dist/esm/grid/tests/grid-pager.js +64 -46
- package/dist/esm/grid/tests/grid-react-basic.js +64 -46
- package/dist/esm/grid/tests/grid-react.js +64 -46
- package/dist/esm/grid/tests/grid-row-reordering.js +64 -46
- package/dist/esm/grid/tests/grid-rows-resizing.js +64 -46
- package/dist/esm/grid/tests/grid-rows-states.js +64 -46
- package/dist/esm/grid/tests/grid-rtl-angular.js +64 -46
- package/dist/esm/grid/tests/grid-rtl.js +64 -46
- package/dist/esm/grid/tests/grid-selection-aggregates.js +64 -46
- package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +64 -46
- package/dist/esm/grid/tests/grid-size-sm.js +64 -46
- package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +64 -46
- package/dist/esm/grid/tests/grid-sticky-columns.js +64 -46
- package/dist/esm/grid/tests/grid-sticky-multicolumn-headers.js +64 -46
- package/dist/esm/grid/tests/grid-toolbar.js +64 -46
- package/dist/esm/grid/tests/grid-virtualization.js +64 -46
- package/dist/esm/grid/tests/grid.js +64 -46
- package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +64 -46
- package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +64 -46
- package/dist/esm/imageeditor/tests/imageeditor.js +64 -46
- package/dist/esm/index.js +87 -55
- package/dist/esm/mediaplayer/tests/mediaplayer.js +64 -46
- package/dist/esm/multiselect/templates/multiselect-prefix.js +64 -46
- package/dist/esm/multiselect/templates/multiselect-suffix.js +64 -46
- package/dist/esm/multiselect/tests/multiselect-adaptive.js +64 -46
- package/dist/esm/multiselect/tests/multiselect-flat.js +64 -46
- package/dist/esm/multiselect/tests/multiselect-grouping.js +64 -46
- package/dist/esm/multiselect/tests/multiselect-opened.js +64 -46
- package/dist/esm/multiselect/tests/multiselect-outline.js +64 -46
- package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +64 -46
- package/dist/esm/multiselect/tests/multiselect-size-rounded.js +64 -46
- package/dist/esm/multiselect/tests/multiselect-solid.js +64 -46
- package/dist/esm/pdf-viewer/pdf-viewer.spec.js +64 -46
- package/dist/esm/pdf-viewer/templates/pdf-viewer-blank.js +64 -46
- package/dist/esm/pdf-viewer/templates/pdf-viewer-normal.js +64 -46
- package/dist/esm/pdf-viewer/templates/pdf-viewer-with-search-panel.js +64 -46
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +64 -46
- package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +64 -46
- package/dist/esm/pdf-viewer/tests/pdf-viewer.js +64 -46
- package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +64 -46
- package/dist/esm/prompt/templates/prompt-more-actions.js +87 -55
- package/dist/esm/prompt/templates/prompt-normal.js +64 -46
- package/dist/esm/prompt/templates/prompt-output.js +64 -46
- package/dist/esm/prompt/templates/prompt-popup.js +64 -46
- package/dist/esm/prompt/templates/prompt-settings.js +64 -46
- package/dist/esm/prompt/templates/prompt-suggestions.js +64 -46
- package/dist/esm/prompt/tests/prompt-more-actions.js +87 -55
- package/dist/esm/prompt/tests/prompt-normal.js +64 -46
- package/dist/esm/prompt/tests/prompt-output.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-angular-month.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-angular.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-flex-layout.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-jquery-month.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-react-agenda.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-react-day.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-react-month.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-react-timeline.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-react-week.js +64 -46
- package/dist/esm/scheduler/tests/scheduler-year.js +64 -46
- package/dist/esm/scheduler/tests/scheduler.js +64 -46
- package/dist/esm/slider/slider-tick.js +16 -7
- package/dist/esm/slider/slider.spec.js +48 -39
- package/dist/esm/slider/templates/slider-gradient-vertical.js +64 -46
- package/dist/esm/slider/templates/slider-gradient.js +64 -46
- package/dist/esm/slider/templates/slider-normal.js +64 -46
- package/dist/esm/slider/templates/slider-range-vertical.js +64 -46
- package/dist/esm/slider/templates/slider-range.js +64 -46
- package/dist/esm/slider/templates/slider-vertical.js +64 -46
- package/dist/esm/slider/tests/slider-css-vars.js +64 -46
- package/dist/esm/slider/tests/slider-tick-absolute-position.js +64 -46
- package/dist/esm/slider/tests/slider.js +64 -46
- package/dist/esm/spreadsheet/tests/spreadsheet-borders-config.js +64 -46
- package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +64 -46
- package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +64 -46
- package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +64 -46
- package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +64 -46
- package/dist/esm/spreadsheet/tests/spreadsheet-jquery.js +64 -46
- package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +64 -46
- package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +64 -46
- package/dist/esm/spreadsheet/tests/spreadsheet.js +64 -46
- package/dist/esm/taskboard/taskboard-pane.js +64 -46
- package/dist/esm/taskboard/taskboard-toolbar.js +64 -46
- package/dist/esm/taskboard/taskboard.spec.js +64 -46
- package/dist/esm/taskboard/templates/taskboard-normal.js +64 -46
- package/dist/esm/taskboard/tests/taskboard-card.js +64 -46
- package/dist/esm/taskboard/tests/taskboard-column.js +64 -46
- package/dist/esm/taskboard/tests/taskboard-pane.js +64 -46
- package/dist/esm/taskboard/tests/taskboard-resources.js +64 -46
- package/dist/esm/taskboard/tests/taskboard-rtl.js +64 -46
- package/dist/esm/taskboard/tests/taskboard.js +64 -46
- package/dist/esm/toolbar/templates/toolbar-angular-normal.js +64 -46
- package/dist/esm/toolbar/templates/toolbar-angular-resizable.js +64 -46
- package/dist/esm/toolbar/templates/toolbar-normal.js +64 -46
- package/dist/esm/toolbar/templates/toolbar-resizable.js +64 -46
- package/dist/esm/toolbar/tests/toolbar-adaptive.js +64 -46
- package/dist/esm/toolbar/tests/toolbar-angular.js +64 -46
- package/dist/esm/toolbar/tests/toolbar-components.js +64 -46
- package/dist/esm/toolbar/tests/toolbar-popup-size.js +64 -46
- package/dist/esm/toolbar/tests/toolbar-popup.js +64 -46
- package/dist/esm/toolbar/tests/toolbar-sizes.js +64 -46
- package/dist/esm/toolbar/tests/toolbar.js +64 -46
- package/dist/esm/toolbar/toolbar-angular.spec.js +64 -46
- package/dist/esm/toolbar/toolbar.spec.js +64 -46
- package/dist/esm/treelist/tests/treelist-aggregate-react.js +64 -46
- package/dist/esm/treelist/tests/treelist-aggregates.js +64 -46
- package/dist/esm/treelist/tests/treelist-react.js +64 -46
- package/dist/esm/treelist/tests/treelist-row-reordering.js +64 -46
- package/dist/esm/treelist/tests/treelist.js +64 -46
- package/dist/esm/treelist/treelist.spec.js +64 -46
- package/dist/types/gantt/gantt-columns-table.spec.d.ts +3 -0
- package/dist/types/gantt/gantt-content.spec.d.ts +1 -0
- package/dist/types/gantt/gantt-footer-toolbar.spec.d.ts +2 -0
- package/dist/types/gantt/gantt-header-toolbar.spec.d.ts +2 -0
- package/dist/types/gantt/gantt-line.spec.d.ts +14 -0
- package/dist/types/gantt/gantt-rows-table.spec.d.ts +3 -0
- package/dist/types/gantt/gantt-tables-wrapper.spec.d.ts +1 -0
- package/dist/types/gantt/gantt-task-content.spec.d.ts +13 -0
- package/dist/types/gantt/gantt-task-dot.spec.d.ts +14 -0
- package/dist/types/gantt/gantt-task-wrap.spec.d.ts +14 -0
- package/dist/types/gantt/gantt-task.spec.d.ts +14 -0
- package/dist/types/gantt/gantt-tasks-table.spec.d.ts +3 -0
- package/dist/types/gantt/gantt.spec.d.ts +14 -0
- package/dist/types/gantt/index.d.ts +13 -0
- package/package.json +2 -2
- package/src/gantt/gantt-columns-table.spec.tsx +20 -0
- package/src/gantt/gantt-content.spec.tsx +16 -0
- package/src/gantt/gantt-footer-toolbar.spec.tsx +20 -0
- package/src/gantt/gantt-header-toolbar.spec.tsx +20 -0
- package/src/gantt/gantt-line.spec.tsx +47 -0
- package/src/gantt/gantt-rows-table.spec.tsx +20 -0
- package/src/gantt/gantt-tables-wrapper.spec.tsx +16 -0
- package/src/gantt/gantt-task-content.spec.tsx +44 -0
- package/src/gantt/gantt-task-dot.spec.tsx +47 -0
- package/src/gantt/gantt-task-wrap.spec.tsx +47 -0
- package/src/gantt/gantt-task.spec.tsx +48 -0
- package/src/gantt/gantt-tasks-table.spec.tsx +20 -0
- package/src/gantt/gantt.spec.tsx +47 -0
- package/src/gantt/index.ts +13 -0
- package/src/gantt/tests/gantt-react.tsx +350 -347
- package/src/gantt/tests/gantt-row-reordering.tsx +701 -748
- package/src/gantt/tests/gantt.tsx +694 -742
- package/src/prompt/templates/prompt-more-actions.tsx +56 -13
- package/src/slider/slider-tick.tsx +12 -9
- package/src/slider/slider.spec.tsx +17 -14
|
@@ -4512,10 +4512,43 @@ import { jsx as jsx11, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
|
4512
4512
|
// src/button-group/templates/mixed-button-group.tsx
|
|
4513
4513
|
import { jsx as jsx12, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
4514
4514
|
|
|
4515
|
+
// src/gantt/gantt.spec.tsx
|
|
4516
|
+
import { jsxs as jsxs6 } from "react/jsx-runtime";
|
|
4517
|
+
var GANTT_CLASSNAME = "k-gantt";
|
|
4518
|
+
var states6 = [];
|
|
4519
|
+
var options6 = {};
|
|
4520
|
+
var defaultProps6 = {};
|
|
4521
|
+
var Gantt = (props) => {
|
|
4522
|
+
const {
|
|
4523
|
+
headerToolbar,
|
|
4524
|
+
footerToolbar,
|
|
4525
|
+
...other
|
|
4526
|
+
} = props;
|
|
4527
|
+
return /* @__PURE__ */ jsxs6(
|
|
4528
|
+
"div",
|
|
4529
|
+
{
|
|
4530
|
+
...other,
|
|
4531
|
+
className: classNames(
|
|
4532
|
+
props.className,
|
|
4533
|
+
GANTT_CLASSNAME
|
|
4534
|
+
),
|
|
4535
|
+
children: [
|
|
4536
|
+
headerToolbar,
|
|
4537
|
+
props.children,
|
|
4538
|
+
footerToolbar
|
|
4539
|
+
]
|
|
4540
|
+
}
|
|
4541
|
+
);
|
|
4542
|
+
};
|
|
4543
|
+
Gantt.states = states6;
|
|
4544
|
+
Gantt.options = options6;
|
|
4545
|
+
Gantt.className = GANTT_CLASSNAME;
|
|
4546
|
+
Gantt.defaultProps = defaultProps6;
|
|
4547
|
+
|
|
4515
4548
|
// src/input/input.spec.tsx
|
|
4516
4549
|
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
4517
4550
|
var INPUT_CLASSNAME = `k-input`;
|
|
4518
|
-
var
|
|
4551
|
+
var states7 = [
|
|
4519
4552
|
States.hover,
|
|
4520
4553
|
States.focus,
|
|
4521
4554
|
States.valid,
|
|
@@ -4525,12 +4558,12 @@ var states6 = [
|
|
|
4525
4558
|
States.loading,
|
|
4526
4559
|
States.readonly
|
|
4527
4560
|
];
|
|
4528
|
-
var
|
|
4561
|
+
var options7 = {
|
|
4529
4562
|
size: [Size.small, Size.medium, Size.large],
|
|
4530
4563
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4531
4564
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
4532
4565
|
};
|
|
4533
|
-
var
|
|
4566
|
+
var defaultProps7 = {
|
|
4534
4567
|
size: Size.medium,
|
|
4535
4568
|
rounded: Size.medium,
|
|
4536
4569
|
fillMode: FillMode.solid
|
|
@@ -4544,9 +4577,9 @@ var Input = (props) => {
|
|
|
4544
4577
|
valid,
|
|
4545
4578
|
loading,
|
|
4546
4579
|
readonly,
|
|
4547
|
-
size =
|
|
4548
|
-
rounded =
|
|
4549
|
-
fillMode =
|
|
4580
|
+
size = defaultProps7.size,
|
|
4581
|
+
rounded = defaultProps7.rounded,
|
|
4582
|
+
fillMode = defaultProps7.fillMode,
|
|
4550
4583
|
...other
|
|
4551
4584
|
} = props;
|
|
4552
4585
|
return /* @__PURE__ */ jsx13(
|
|
@@ -4562,10 +4595,10 @@ var Input = (props) => {
|
|
|
4562
4595
|
}
|
|
4563
4596
|
);
|
|
4564
4597
|
};
|
|
4565
|
-
Input.states =
|
|
4566
|
-
Input.options =
|
|
4598
|
+
Input.states = states7;
|
|
4599
|
+
Input.options = options7;
|
|
4567
4600
|
Input.className = INPUT_CLASSNAME;
|
|
4568
|
-
Input.defaultProps =
|
|
4601
|
+
Input.defaultProps = defaultProps7;
|
|
4569
4602
|
|
|
4570
4603
|
// src/input/picker.spec.tsx
|
|
4571
4604
|
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
@@ -4585,7 +4618,7 @@ var pickerOptions = {
|
|
|
4585
4618
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4586
4619
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
4587
4620
|
};
|
|
4588
|
-
var
|
|
4621
|
+
var defaultProps8 = {
|
|
4589
4622
|
size: Size.medium,
|
|
4590
4623
|
rounded: Roundness.medium,
|
|
4591
4624
|
fillMode: FillMode.solid
|
|
@@ -4599,9 +4632,9 @@ var Picker = (props) => {
|
|
|
4599
4632
|
valid,
|
|
4600
4633
|
loading,
|
|
4601
4634
|
readonly,
|
|
4602
|
-
size =
|
|
4603
|
-
rounded =
|
|
4604
|
-
fillMode =
|
|
4635
|
+
size = defaultProps8.size,
|
|
4636
|
+
rounded = defaultProps8.rounded,
|
|
4637
|
+
fillMode = defaultProps8.fillMode,
|
|
4605
4638
|
...other
|
|
4606
4639
|
} = props;
|
|
4607
4640
|
return /* @__PURE__ */ jsx14(
|
|
@@ -4621,17 +4654,17 @@ var Picker = (props) => {
|
|
|
4621
4654
|
Picker.states = pickerStates;
|
|
4622
4655
|
Picker.options = pickerOptions;
|
|
4623
4656
|
Picker.className = PICKER_CLASSNAME;
|
|
4624
|
-
Picker.defaultProps =
|
|
4657
|
+
Picker.defaultProps = defaultProps8;
|
|
4625
4658
|
|
|
4626
4659
|
// src/input/input-clear-value.tsx
|
|
4627
4660
|
import { Fragment as Fragment5, jsx as jsx15 } from "react/jsx-runtime";
|
|
4628
4661
|
var className = `k-clear-value`;
|
|
4629
|
-
var
|
|
4662
|
+
var states8 = [
|
|
4630
4663
|
States.disabled,
|
|
4631
4664
|
States.loading,
|
|
4632
4665
|
States.readonly
|
|
4633
4666
|
];
|
|
4634
|
-
var
|
|
4667
|
+
var options8 = {};
|
|
4635
4668
|
var InputClearValue = (props) => {
|
|
4636
4669
|
const {
|
|
4637
4670
|
disabled,
|
|
@@ -4644,16 +4677,16 @@ var InputClearValue = (props) => {
|
|
|
4644
4677
|
}
|
|
4645
4678
|
return /* @__PURE__ */ jsx15("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx15(Icon, { icon: "x" }) });
|
|
4646
4679
|
};
|
|
4647
|
-
InputClearValue.states =
|
|
4648
|
-
InputClearValue.options =
|
|
4680
|
+
InputClearValue.states = states8;
|
|
4681
|
+
InputClearValue.options = options8;
|
|
4649
4682
|
InputClearValue.className = className;
|
|
4650
4683
|
|
|
4651
4684
|
// src/input/input-inner-input.tsx
|
|
4652
4685
|
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
4653
4686
|
var className2 = `k-input-inner`;
|
|
4654
|
-
var
|
|
4655
|
-
var
|
|
4656
|
-
var
|
|
4687
|
+
var states9 = [];
|
|
4688
|
+
var options9 = {};
|
|
4689
|
+
var defaultProps9 = {
|
|
4657
4690
|
type: "text",
|
|
4658
4691
|
autocomplete: "off",
|
|
4659
4692
|
value: "",
|
|
@@ -4661,10 +4694,10 @@ var defaultProps8 = {
|
|
|
4661
4694
|
};
|
|
4662
4695
|
var InputInnerInput = (props) => {
|
|
4663
4696
|
const {
|
|
4664
|
-
value =
|
|
4665
|
-
type =
|
|
4666
|
-
placeholder =
|
|
4667
|
-
autocomplete =
|
|
4697
|
+
value = defaultProps9.value,
|
|
4698
|
+
type = defaultProps9.type,
|
|
4699
|
+
placeholder = defaultProps9.placeholder,
|
|
4700
|
+
autocomplete = defaultProps9.autocomplete,
|
|
4668
4701
|
...other
|
|
4669
4702
|
} = props;
|
|
4670
4703
|
return /* @__PURE__ */ jsx16(
|
|
@@ -4679,15 +4712,15 @@ var InputInnerInput = (props) => {
|
|
|
4679
4712
|
}
|
|
4680
4713
|
);
|
|
4681
4714
|
};
|
|
4682
|
-
InputInnerInput.states =
|
|
4683
|
-
InputInnerInput.options =
|
|
4715
|
+
InputInnerInput.states = states9;
|
|
4716
|
+
InputInnerInput.options = options9;
|
|
4684
4717
|
InputInnerInput.className = className2;
|
|
4685
4718
|
|
|
4686
4719
|
// src/input/input-inner-span.tsx
|
|
4687
|
-
import { jsx as jsx17, jsxs as
|
|
4720
|
+
import { jsx as jsx17, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
4688
4721
|
var className3 = `k-input-inner`;
|
|
4689
|
-
var
|
|
4690
|
-
var
|
|
4722
|
+
var states10 = [];
|
|
4723
|
+
var options10 = {};
|
|
4691
4724
|
var InputInnerSpan = (props) => {
|
|
4692
4725
|
const {
|
|
4693
4726
|
value,
|
|
@@ -4697,7 +4730,7 @@ var InputInnerSpan = (props) => {
|
|
|
4697
4730
|
valueIconName,
|
|
4698
4731
|
...other
|
|
4699
4732
|
} = props;
|
|
4700
|
-
return /* @__PURE__ */
|
|
4733
|
+
return /* @__PURE__ */ jsxs7(
|
|
4701
4734
|
"span",
|
|
4702
4735
|
{
|
|
4703
4736
|
...other,
|
|
@@ -4711,23 +4744,23 @@ var InputInnerSpan = (props) => {
|
|
|
4711
4744
|
}
|
|
4712
4745
|
);
|
|
4713
4746
|
};
|
|
4714
|
-
InputInnerSpan.states =
|
|
4715
|
-
InputInnerSpan.options =
|
|
4747
|
+
InputInnerSpan.states = states10;
|
|
4748
|
+
InputInnerSpan.options = options10;
|
|
4716
4749
|
InputInnerSpan.className = className3;
|
|
4717
4750
|
|
|
4718
4751
|
// src/input/input-inner-textarea.tsx
|
|
4719
4752
|
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
4720
|
-
var
|
|
4753
|
+
var defaultProps10 = {
|
|
4721
4754
|
value: "",
|
|
4722
4755
|
placeholder: ""
|
|
4723
4756
|
};
|
|
4724
4757
|
var className4 = `k-input-inner`;
|
|
4725
|
-
var
|
|
4726
|
-
var
|
|
4758
|
+
var states11 = [];
|
|
4759
|
+
var options11 = {};
|
|
4727
4760
|
var InputInnerTextarea = (props) => {
|
|
4728
4761
|
const {
|
|
4729
|
-
value =
|
|
4730
|
-
placeholder =
|
|
4762
|
+
value = defaultProps10.value,
|
|
4763
|
+
placeholder = defaultProps10.placeholder,
|
|
4731
4764
|
rows,
|
|
4732
4765
|
...other
|
|
4733
4766
|
} = props;
|
|
@@ -4742,14 +4775,14 @@ var InputInnerTextarea = (props) => {
|
|
|
4742
4775
|
}
|
|
4743
4776
|
);
|
|
4744
4777
|
};
|
|
4745
|
-
InputInnerTextarea.states =
|
|
4746
|
-
InputInnerTextarea.options =
|
|
4778
|
+
InputInnerTextarea.states = states11;
|
|
4779
|
+
InputInnerTextarea.options = options11;
|
|
4747
4780
|
InputInnerTextarea.className = className4;
|
|
4748
4781
|
|
|
4749
4782
|
// src/input/input-loading-icon.tsx
|
|
4750
4783
|
import { Fragment as Fragment6, jsx as jsx19 } from "react/jsx-runtime";
|
|
4751
4784
|
var className5 = `k-input-loading-icon`;
|
|
4752
|
-
var
|
|
4785
|
+
var states12 = [
|
|
4753
4786
|
States.disabled,
|
|
4754
4787
|
States.loading
|
|
4755
4788
|
];
|
|
@@ -4767,13 +4800,13 @@ var InputLoadingIcon = (props) => {
|
|
|
4767
4800
|
// src/input/input-validation-icon.tsx
|
|
4768
4801
|
import { Fragment as Fragment7, jsx as jsx20 } from "react/jsx-runtime";
|
|
4769
4802
|
var className6 = `k-input-validation-icon`;
|
|
4770
|
-
var
|
|
4803
|
+
var states13 = [
|
|
4771
4804
|
States.valid,
|
|
4772
4805
|
States.invalid,
|
|
4773
4806
|
States.disabled,
|
|
4774
4807
|
States.loading
|
|
4775
4808
|
];
|
|
4776
|
-
var
|
|
4809
|
+
var options12 = {};
|
|
4777
4810
|
var InputValidationIcon = (props) => {
|
|
4778
4811
|
const {
|
|
4779
4812
|
valid,
|
|
@@ -4788,19 +4821,19 @@ var InputValidationIcon = (props) => {
|
|
|
4788
4821
|
}
|
|
4789
4822
|
return /* @__PURE__ */ jsx20(Icon, { className: classNames(className6), icon: iconName });
|
|
4790
4823
|
};
|
|
4791
|
-
InputValidationIcon.states =
|
|
4792
|
-
InputValidationIcon.options =
|
|
4824
|
+
InputValidationIcon.states = states13;
|
|
4825
|
+
InputValidationIcon.options = options12;
|
|
4793
4826
|
InputValidationIcon.className = className6;
|
|
4794
4827
|
|
|
4795
4828
|
// src/input/input-prefix.tsx
|
|
4796
4829
|
import { Fragment as Fragment8, jsx as jsx21 } from "react/jsx-runtime";
|
|
4797
4830
|
var className7 = `k-input-prefix`;
|
|
4798
|
-
var
|
|
4831
|
+
var defaultProps11 = {
|
|
4799
4832
|
direction: "horizontal"
|
|
4800
4833
|
};
|
|
4801
4834
|
var InputPrefix = (props) => {
|
|
4802
4835
|
const {
|
|
4803
|
-
direction =
|
|
4836
|
+
direction = defaultProps11.direction,
|
|
4804
4837
|
...other
|
|
4805
4838
|
} = props;
|
|
4806
4839
|
if (!props.children) {
|
|
@@ -4825,12 +4858,12 @@ var InputPrefix = (props) => {
|
|
|
4825
4858
|
// src/input/input-suffix.tsx
|
|
4826
4859
|
import { Fragment as Fragment9, jsx as jsx22 } from "react/jsx-runtime";
|
|
4827
4860
|
var className8 = `k-input-suffix`;
|
|
4828
|
-
var
|
|
4861
|
+
var defaultProps12 = {
|
|
4829
4862
|
direction: "horizontal"
|
|
4830
4863
|
};
|
|
4831
4864
|
var InputSuffix = (props) => {
|
|
4832
4865
|
const {
|
|
4833
|
-
direction =
|
|
4866
|
+
direction = defaultProps12.direction,
|
|
4834
4867
|
...other
|
|
4835
4868
|
} = props;
|
|
4836
4869
|
if (!props.children) {
|
|
@@ -4861,12 +4894,12 @@ import { jsx as jsx24 } from "react/jsx-runtime";
|
|
|
4861
4894
|
// src/input/input-separator.tsx
|
|
4862
4895
|
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
4863
4896
|
var className9 = `k-input-separator`;
|
|
4864
|
-
var
|
|
4897
|
+
var defaultProps13 = {
|
|
4865
4898
|
direction: "vertical"
|
|
4866
4899
|
};
|
|
4867
4900
|
var InputSeparator = (props) => {
|
|
4868
4901
|
const {
|
|
4869
|
-
direction =
|
|
4902
|
+
direction = defaultProps13.direction,
|
|
4870
4903
|
...other
|
|
4871
4904
|
} = props;
|
|
4872
4905
|
return /* @__PURE__ */ jsx25(
|
|
@@ -4885,17 +4918,17 @@ var InputSeparator = (props) => {
|
|
|
4885
4918
|
};
|
|
4886
4919
|
|
|
4887
4920
|
// src/color-preview/color-preview.tsx
|
|
4888
|
-
import { jsx as jsx26, jsxs as
|
|
4921
|
+
import { jsx as jsx26, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
4889
4922
|
var COLORPREVIEW_CLASSNAME = `k-color-preview`;
|
|
4890
|
-
var
|
|
4891
|
-
var
|
|
4923
|
+
var states14 = [];
|
|
4924
|
+
var options13 = {};
|
|
4892
4925
|
var ColorPreview = (props) => {
|
|
4893
4926
|
const {
|
|
4894
4927
|
color,
|
|
4895
4928
|
iconName,
|
|
4896
4929
|
...other
|
|
4897
4930
|
} = props;
|
|
4898
|
-
return /* @__PURE__ */
|
|
4931
|
+
return /* @__PURE__ */ jsxs8(
|
|
4899
4932
|
"span",
|
|
4900
4933
|
{
|
|
4901
4934
|
...other,
|
|
@@ -4920,16 +4953,16 @@ var ColorPreview = (props) => {
|
|
|
4920
4953
|
}
|
|
4921
4954
|
);
|
|
4922
4955
|
};
|
|
4923
|
-
ColorPreview.states =
|
|
4924
|
-
ColorPreview.options =
|
|
4956
|
+
ColorPreview.states = states14;
|
|
4957
|
+
ColorPreview.options = options13;
|
|
4925
4958
|
ColorPreview.className = COLORPREVIEW_CLASSNAME;
|
|
4926
4959
|
|
|
4927
4960
|
// src/animation-container/animation-container.spec.tsx
|
|
4928
4961
|
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
4929
4962
|
var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
|
|
4930
|
-
var
|
|
4931
|
-
var
|
|
4932
|
-
var
|
|
4963
|
+
var states15 = [];
|
|
4964
|
+
var options14 = {};
|
|
4965
|
+
var defaultProps14 = {
|
|
4933
4966
|
positionMode: "absolute"
|
|
4934
4967
|
};
|
|
4935
4968
|
var AnimationContainer = (props) => {
|
|
@@ -4955,17 +4988,17 @@ var AnimationContainer = (props) => {
|
|
|
4955
4988
|
}
|
|
4956
4989
|
);
|
|
4957
4990
|
};
|
|
4958
|
-
AnimationContainer.states =
|
|
4959
|
-
AnimationContainer.options =
|
|
4991
|
+
AnimationContainer.states = states15;
|
|
4992
|
+
AnimationContainer.options = options14;
|
|
4960
4993
|
AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
|
|
4961
|
-
AnimationContainer.defaultProps =
|
|
4994
|
+
AnimationContainer.defaultProps = defaultProps14;
|
|
4962
4995
|
|
|
4963
4996
|
// src/popup/popup.spec.tsx
|
|
4964
4997
|
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
4965
4998
|
var POPUP_CLASSNAME = `k-popup`;
|
|
4966
|
-
var
|
|
4967
|
-
var
|
|
4968
|
-
var
|
|
4999
|
+
var states16 = [];
|
|
5000
|
+
var options15 = {};
|
|
5001
|
+
var defaultProps15 = {
|
|
4969
5002
|
positionMode: "absolute"
|
|
4970
5003
|
};
|
|
4971
5004
|
var Popup = (props) => {
|
|
@@ -4983,15 +5016,15 @@ var Popup = (props) => {
|
|
|
4983
5016
|
}
|
|
4984
5017
|
);
|
|
4985
5018
|
};
|
|
4986
|
-
Popup.states =
|
|
4987
|
-
Popup.options =
|
|
5019
|
+
Popup.states = states16;
|
|
5020
|
+
Popup.options = options15;
|
|
4988
5021
|
Popup.className = POPUP_CLASSNAME;
|
|
4989
|
-
Popup.defaultProps =
|
|
5022
|
+
Popup.defaultProps = defaultProps15;
|
|
4990
5023
|
|
|
4991
5024
|
// src/colorpicker/colorpicker.spec.tsx
|
|
4992
|
-
import { Fragment as Fragment10, jsx as jsx29, jsxs as
|
|
5025
|
+
import { Fragment as Fragment10, jsx as jsx29, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
4993
5026
|
var COLORPICKER_CLASSNAME = `k-colorpicker`;
|
|
4994
|
-
var
|
|
5027
|
+
var states17 = [
|
|
4995
5028
|
States.hover,
|
|
4996
5029
|
States.focus,
|
|
4997
5030
|
States.valid,
|
|
@@ -4999,12 +5032,12 @@ var states16 = [
|
|
|
4999
5032
|
States.required,
|
|
5000
5033
|
States.disabled
|
|
5001
5034
|
];
|
|
5002
|
-
var
|
|
5035
|
+
var options16 = {
|
|
5003
5036
|
size: [Size.small, Size.medium, Size.large],
|
|
5004
5037
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5005
5038
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5006
5039
|
};
|
|
5007
|
-
var
|
|
5040
|
+
var defaultProps16 = {
|
|
5008
5041
|
arrowIconName: "caret-alt-down",
|
|
5009
5042
|
size: Picker.defaultProps.size,
|
|
5010
5043
|
rounded: Picker.defaultProps.rounded,
|
|
@@ -5026,13 +5059,13 @@ var ColorPicker = (props) => {
|
|
|
5026
5059
|
required,
|
|
5027
5060
|
disabled,
|
|
5028
5061
|
valueIconName,
|
|
5029
|
-
arrowIconName =
|
|
5062
|
+
arrowIconName = defaultProps16.arrowIconName,
|
|
5030
5063
|
popup,
|
|
5031
5064
|
opened,
|
|
5032
5065
|
...other
|
|
5033
5066
|
} = props;
|
|
5034
|
-
return /* @__PURE__ */
|
|
5035
|
-
/* @__PURE__ */
|
|
5067
|
+
return /* @__PURE__ */ jsxs9(Fragment10, { children: [
|
|
5068
|
+
/* @__PURE__ */ jsxs9(
|
|
5036
5069
|
Picker,
|
|
5037
5070
|
{
|
|
5038
5071
|
...other,
|
|
@@ -5086,10 +5119,10 @@ var ColorPicker = (props) => {
|
|
|
5086
5119
|
opened && popup && /* @__PURE__ */ jsx29(Popup, { className: "k-color-picker-popup", children: popup })
|
|
5087
5120
|
] });
|
|
5088
5121
|
};
|
|
5089
|
-
ColorPicker.states =
|
|
5090
|
-
ColorPicker.options =
|
|
5122
|
+
ColorPicker.states = states17;
|
|
5123
|
+
ColorPicker.options = options16;
|
|
5091
5124
|
ColorPicker.className = COLORPICKER_CLASSNAME;
|
|
5092
|
-
ColorPicker.defaultProps =
|
|
5125
|
+
ColorPicker.defaultProps = defaultProps16;
|
|
5093
5126
|
|
|
5094
5127
|
// src/colorpicker/templates/colorpicker-normal.tsx
|
|
5095
5128
|
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
@@ -5097,16 +5130,16 @@ import { jsx as jsx30 } from "react/jsx-runtime";
|
|
|
5097
5130
|
// src/action-buttons/action-buttons.spec.tsx
|
|
5098
5131
|
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
5099
5132
|
var ACTIONBUTTONS_CLASSNAME = `k-actions`;
|
|
5100
|
-
var
|
|
5101
|
-
var
|
|
5102
|
-
var
|
|
5133
|
+
var states18 = [];
|
|
5134
|
+
var options17 = {};
|
|
5135
|
+
var defaultProps17 = {
|
|
5103
5136
|
alignment: "start",
|
|
5104
5137
|
orientation: "horizontal"
|
|
5105
5138
|
};
|
|
5106
5139
|
var ActionButtons = (props) => {
|
|
5107
5140
|
const {
|
|
5108
|
-
alignment =
|
|
5109
|
-
orientation =
|
|
5141
|
+
alignment = defaultProps17.alignment,
|
|
5142
|
+
orientation = defaultProps17.orientation,
|
|
5110
5143
|
...other
|
|
5111
5144
|
} = props;
|
|
5112
5145
|
return /* @__PURE__ */ jsx31(
|
|
@@ -5125,24 +5158,24 @@ var ActionButtons = (props) => {
|
|
|
5125
5158
|
}
|
|
5126
5159
|
);
|
|
5127
5160
|
};
|
|
5128
|
-
ActionButtons.states =
|
|
5129
|
-
ActionButtons.options =
|
|
5161
|
+
ActionButtons.states = states18;
|
|
5162
|
+
ActionButtons.options = options17;
|
|
5130
5163
|
ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
|
|
5131
|
-
ActionButtons.defaultProps =
|
|
5164
|
+
ActionButtons.defaultProps = defaultProps17;
|
|
5132
5165
|
var action_buttons_spec_default = ActionButtons;
|
|
5133
5166
|
|
|
5134
5167
|
// src/slider/slider.spec.tsx
|
|
5135
|
-
import { jsx as jsx32, jsxs as
|
|
5168
|
+
import { jsx as jsx32, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
5136
5169
|
var SLIDER_CLASSNAME = "k-slider";
|
|
5137
|
-
var
|
|
5170
|
+
var states19 = [
|
|
5138
5171
|
States.hover,
|
|
5139
5172
|
States.focus,
|
|
5140
5173
|
States.active,
|
|
5141
5174
|
States.disabled,
|
|
5142
5175
|
States.readonly
|
|
5143
5176
|
];
|
|
5144
|
-
var
|
|
5145
|
-
var
|
|
5177
|
+
var options18 = {};
|
|
5178
|
+
var defaultProps18 = {
|
|
5146
5179
|
type: "single",
|
|
5147
5180
|
orientation: "horizontal",
|
|
5148
5181
|
readonly: false,
|
|
@@ -5153,18 +5186,19 @@ var defaultProps17 = {
|
|
|
5153
5186
|
};
|
|
5154
5187
|
var Slider = (props) => {
|
|
5155
5188
|
const {
|
|
5156
|
-
type =
|
|
5157
|
-
orientation =
|
|
5158
|
-
readonly =
|
|
5159
|
-
disabled =
|
|
5160
|
-
handlePosition =
|
|
5161
|
-
showButtons =
|
|
5162
|
-
showTicks =
|
|
5189
|
+
type = defaultProps18.type,
|
|
5190
|
+
orientation = defaultProps18.orientation,
|
|
5191
|
+
readonly = defaultProps18.readonly,
|
|
5192
|
+
disabled = defaultProps18.disabled,
|
|
5193
|
+
handlePosition = defaultProps18.handlePosition,
|
|
5194
|
+
showButtons = defaultProps18.showButtons,
|
|
5195
|
+
showTicks = defaultProps18.showTicks,
|
|
5163
5196
|
hover,
|
|
5164
5197
|
focus,
|
|
5165
5198
|
active,
|
|
5166
5199
|
trackStyle,
|
|
5167
|
-
dir
|
|
5200
|
+
dir,
|
|
5201
|
+
...other
|
|
5168
5202
|
} = props;
|
|
5169
5203
|
let iconIncrease;
|
|
5170
5204
|
let iconDecrease;
|
|
@@ -5175,99 +5209,116 @@ var Slider = (props) => {
|
|
|
5175
5209
|
iconIncrease = "caret-alt-up";
|
|
5176
5210
|
iconDecrease = "caret-alt-down";
|
|
5177
5211
|
}
|
|
5178
|
-
return /* @__PURE__ */
|
|
5179
|
-
|
|
5180
|
-
props.className,
|
|
5181
|
-
stateClassNames(SLIDER_CLASSNAME, {
|
|
5182
|
-
readonly,
|
|
5183
|
-
disabled
|
|
5184
|
-
}),
|
|
5212
|
+
return /* @__PURE__ */ jsxs10(
|
|
5213
|
+
"div",
|
|
5185
5214
|
{
|
|
5186
|
-
|
|
5187
|
-
|
|
5188
|
-
|
|
5215
|
+
...other,
|
|
5216
|
+
className: classNames(
|
|
5217
|
+
SLIDER_CLASSNAME,
|
|
5218
|
+
props.className,
|
|
5219
|
+
stateClassNames(SLIDER_CLASSNAME, {
|
|
5220
|
+
readonly,
|
|
5221
|
+
disabled
|
|
5222
|
+
}),
|
|
5223
|
+
{
|
|
5224
|
+
[`k-slider-${orientation}`]: orientation,
|
|
5225
|
+
"k-colorgradient-slider": type === "gradient",
|
|
5226
|
+
"k-range-slider": type === "range"
|
|
5227
|
+
}
|
|
5228
|
+
),
|
|
5229
|
+
dir,
|
|
5230
|
+
children: [
|
|
5231
|
+
showButtons && /* @__PURE__ */ jsx32(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
|
|
5232
|
+
/* @__PURE__ */ jsxs10("div", { className: "k-slider-track-wrap", children: [
|
|
5233
|
+
showTicks && /* @__PURE__ */ jsx32("ul", { className: "k-reset k-slider-items", children: props.children }),
|
|
5234
|
+
/* @__PURE__ */ jsxs10("div", { className: "k-slider-track", style: trackStyle, children: [
|
|
5235
|
+
/* @__PURE__ */ jsx32("div", { className: "k-slider-selection" }),
|
|
5236
|
+
type === "range" && /* @__PURE__ */ jsx32("span", { className: classNames(
|
|
5237
|
+
"k-draghandle",
|
|
5238
|
+
"k-draghandle-start",
|
|
5239
|
+
stateClassNames(SLIDER_CLASSNAME, {
|
|
5240
|
+
hover,
|
|
5241
|
+
focus,
|
|
5242
|
+
active
|
|
5243
|
+
})
|
|
5244
|
+
) }),
|
|
5245
|
+
/* @__PURE__ */ jsx32("span", { className: classNames(
|
|
5246
|
+
"k-draghandle",
|
|
5247
|
+
`k-draghandle-${handlePosition}`,
|
|
5248
|
+
stateClassNames(SLIDER_CLASSNAME, {
|
|
5249
|
+
hover,
|
|
5250
|
+
focus,
|
|
5251
|
+
active
|
|
5252
|
+
})
|
|
5253
|
+
) })
|
|
5254
|
+
] })
|
|
5255
|
+
] }),
|
|
5256
|
+
showButtons && /* @__PURE__ */ jsx32(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
|
|
5257
|
+
]
|
|
5189
5258
|
}
|
|
5190
|
-
)
|
|
5191
|
-
showButtons && /* @__PURE__ */ jsx32(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
|
|
5192
|
-
/* @__PURE__ */ jsxs9("div", { className: "k-slider-track-wrap", children: [
|
|
5193
|
-
showTicks && /* @__PURE__ */ jsx32("ul", { className: "k-reset k-slider-items", children: props.children }),
|
|
5194
|
-
/* @__PURE__ */ jsxs9("div", { className: "k-slider-track", style: trackStyle, children: [
|
|
5195
|
-
/* @__PURE__ */ jsx32("div", { className: "k-slider-selection" }),
|
|
5196
|
-
type === "range" && /* @__PURE__ */ jsx32("span", { className: classNames(
|
|
5197
|
-
"k-draghandle",
|
|
5198
|
-
"k-draghandle-start",
|
|
5199
|
-
stateClassNames(SLIDER_CLASSNAME, {
|
|
5200
|
-
hover,
|
|
5201
|
-
focus,
|
|
5202
|
-
active
|
|
5203
|
-
})
|
|
5204
|
-
) }),
|
|
5205
|
-
/* @__PURE__ */ jsx32("span", { className: classNames(
|
|
5206
|
-
"k-draghandle",
|
|
5207
|
-
`k-draghandle-${handlePosition}`,
|
|
5208
|
-
stateClassNames(SLIDER_CLASSNAME, {
|
|
5209
|
-
hover,
|
|
5210
|
-
focus,
|
|
5211
|
-
active
|
|
5212
|
-
})
|
|
5213
|
-
) })
|
|
5214
|
-
] })
|
|
5215
|
-
] }),
|
|
5216
|
-
showButtons && /* @__PURE__ */ jsx32(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
|
|
5217
|
-
] });
|
|
5259
|
+
);
|
|
5218
5260
|
};
|
|
5219
|
-
Slider.states =
|
|
5220
|
-
Slider.options =
|
|
5261
|
+
Slider.states = states19;
|
|
5262
|
+
Slider.options = options18;
|
|
5221
5263
|
Slider.className = SLIDER_CLASSNAME;
|
|
5222
|
-
Slider.defaultProps =
|
|
5264
|
+
Slider.defaultProps = defaultProps18;
|
|
5223
5265
|
|
|
5224
5266
|
// src/slider/slider-tick.tsx
|
|
5225
5267
|
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
5226
5268
|
var SLIDER_TICK_CLASSNAME = "k-tick";
|
|
5227
|
-
var
|
|
5228
|
-
var
|
|
5229
|
-
var
|
|
5269
|
+
var states20 = [];
|
|
5270
|
+
var options19 = {};
|
|
5271
|
+
var defaultProps19 = {
|
|
5230
5272
|
label: false
|
|
5231
5273
|
};
|
|
5232
5274
|
var SliderTick = (props) => {
|
|
5233
5275
|
const {
|
|
5234
5276
|
style,
|
|
5235
|
-
label =
|
|
5277
|
+
label = defaultProps19.label,
|
|
5236
5278
|
orientation,
|
|
5237
5279
|
large,
|
|
5238
|
-
text
|
|
5280
|
+
text,
|
|
5281
|
+
...other
|
|
5239
5282
|
} = props;
|
|
5240
|
-
return /* @__PURE__ */ jsx33(
|
|
5241
|
-
|
|
5242
|
-
SLIDER_TICK_CLASSNAME,
|
|
5283
|
+
return /* @__PURE__ */ jsx33(
|
|
5284
|
+
"li",
|
|
5243
5285
|
{
|
|
5244
|
-
|
|
5245
|
-
|
|
5286
|
+
...other,
|
|
5287
|
+
className: classNames(
|
|
5288
|
+
props.className,
|
|
5289
|
+
SLIDER_TICK_CLASSNAME,
|
|
5290
|
+
{
|
|
5291
|
+
[`k-tick-${orientation}`]: orientation,
|
|
5292
|
+
"k-tick-large": large
|
|
5293
|
+
}
|
|
5294
|
+
),
|
|
5295
|
+
style,
|
|
5296
|
+
children: label && /* @__PURE__ */ jsx33("span", { className: "k-label", children: text })
|
|
5246
5297
|
}
|
|
5247
|
-
)
|
|
5298
|
+
);
|
|
5248
5299
|
};
|
|
5249
|
-
SliderTick.states =
|
|
5250
|
-
SliderTick.options =
|
|
5300
|
+
SliderTick.states = states20;
|
|
5301
|
+
SliderTick.options = options19;
|
|
5251
5302
|
SliderTick.className = SLIDER_TICK_CLASSNAME;
|
|
5252
|
-
SliderTick.defaultProps =
|
|
5303
|
+
SliderTick.defaultProps = defaultProps19;
|
|
5253
5304
|
|
|
5254
5305
|
// src/slider/templates/slider-normal.tsx
|
|
5255
|
-
import { Fragment as Fragment11, jsx as jsx34, jsxs as
|
|
5306
|
+
import { Fragment as Fragment11, jsx as jsx34, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
5256
5307
|
|
|
5257
5308
|
// src/slider/templates/slider-vertical.tsx
|
|
5258
|
-
import { Fragment as Fragment12, jsx as jsx35, jsxs as
|
|
5309
|
+
import { Fragment as Fragment12, jsx as jsx35, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
5259
5310
|
|
|
5260
5311
|
// src/slider/templates/slider-range.tsx
|
|
5261
|
-
import { Fragment as Fragment13, jsx as jsx36, jsxs as
|
|
5312
|
+
import { Fragment as Fragment13, jsx as jsx36, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
5262
5313
|
|
|
5263
5314
|
// src/slider/templates/slider-range-vertical.tsx
|
|
5264
|
-
import { Fragment as Fragment14, jsx as jsx37, jsxs as
|
|
5315
|
+
import { Fragment as Fragment14, jsx as jsx37, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
5265
5316
|
|
|
5266
5317
|
// src/slider/templates/slider-gradient.tsx
|
|
5267
|
-
import { Fragment as Fragment15, jsx as jsx38, jsxs as
|
|
5318
|
+
import { Fragment as Fragment15, jsx as jsx38, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
5268
5319
|
|
|
5269
5320
|
// src/slider/templates/slider-gradient-vertical.tsx
|
|
5270
|
-
import { Fragment as Fragment16, jsx as jsx39, jsxs as
|
|
5321
|
+
import { Fragment as Fragment16, jsx as jsx39, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
5271
5322
|
var SliderGradientVertical = (props) => /* @__PURE__ */ jsx39(
|
|
5272
5323
|
Slider,
|
|
5273
5324
|
{
|
|
@@ -5275,7 +5326,7 @@ var SliderGradientVertical = (props) => /* @__PURE__ */ jsx39(
|
|
|
5275
5326
|
orientation: "vertical",
|
|
5276
5327
|
showButtons: false,
|
|
5277
5328
|
showTicks: false,
|
|
5278
|
-
children: /* @__PURE__ */
|
|
5329
|
+
children: /* @__PURE__ */ jsxs16(Fragment16, { children: [
|
|
5279
5330
|
/* @__PURE__ */ jsx39(SliderTick, { label: true, large: true, text: "0" }),
|
|
5280
5331
|
/* @__PURE__ */ jsx39(SliderTick, {}),
|
|
5281
5332
|
/* @__PURE__ */ jsx39(SliderTick, {}),
|
|
@@ -5293,24 +5344,24 @@ var SliderGradientVertical = (props) => /* @__PURE__ */ jsx39(
|
|
|
5293
5344
|
);
|
|
5294
5345
|
|
|
5295
5346
|
// src/spinbutton/spinbutton.spec.tsx
|
|
5296
|
-
import { jsx as jsx40, jsxs as
|
|
5347
|
+
import { jsx as jsx40, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
5297
5348
|
var SPINBUTTON_CLASSNAME = `k-spin-button`;
|
|
5298
|
-
var
|
|
5299
|
-
var
|
|
5349
|
+
var states21 = [];
|
|
5350
|
+
var options20 = {
|
|
5300
5351
|
size: [Size.small, Size.medium, Size.large],
|
|
5301
5352
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
|
|
5302
5353
|
};
|
|
5303
|
-
var
|
|
5354
|
+
var defaultProps20 = {
|
|
5304
5355
|
size: Size.medium,
|
|
5305
5356
|
fillMode: FillMode.solid
|
|
5306
5357
|
};
|
|
5307
5358
|
var SpinButton = (props) => {
|
|
5308
5359
|
const {
|
|
5309
|
-
size =
|
|
5310
|
-
fillMode =
|
|
5360
|
+
size = defaultProps20.size,
|
|
5361
|
+
fillMode = defaultProps20.fillMode,
|
|
5311
5362
|
...other
|
|
5312
5363
|
} = props;
|
|
5313
|
-
return /* @__PURE__ */
|
|
5364
|
+
return /* @__PURE__ */ jsxs17(
|
|
5314
5365
|
"span",
|
|
5315
5366
|
{
|
|
5316
5367
|
...other,
|
|
@@ -5343,15 +5394,15 @@ var SpinButton = (props) => {
|
|
|
5343
5394
|
}
|
|
5344
5395
|
);
|
|
5345
5396
|
};
|
|
5346
|
-
SpinButton.states =
|
|
5347
|
-
SpinButton.options =
|
|
5397
|
+
SpinButton.states = states21;
|
|
5398
|
+
SpinButton.options = options20;
|
|
5348
5399
|
SpinButton.className = SPINBUTTON_CLASSNAME;
|
|
5349
|
-
SpinButton.defaultProps =
|
|
5400
|
+
SpinButton.defaultProps = defaultProps20;
|
|
5350
5401
|
|
|
5351
5402
|
// src/numerictextbox/numerictextbox.spec.tsx
|
|
5352
|
-
import { Fragment as Fragment17, jsx as jsx41, jsxs as
|
|
5403
|
+
import { Fragment as Fragment17, jsx as jsx41, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
5353
5404
|
var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
|
|
5354
|
-
var
|
|
5405
|
+
var states22 = [
|
|
5355
5406
|
States.hover,
|
|
5356
5407
|
States.focus,
|
|
5357
5408
|
States.valid,
|
|
@@ -5361,12 +5412,12 @@ var states21 = [
|
|
|
5361
5412
|
States.disabled,
|
|
5362
5413
|
States.readonly
|
|
5363
5414
|
];
|
|
5364
|
-
var
|
|
5415
|
+
var options21 = {
|
|
5365
5416
|
size: [Size.small, Size.medium, Size.large],
|
|
5366
5417
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5367
5418
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5368
5419
|
};
|
|
5369
|
-
var
|
|
5420
|
+
var defaultProps21 = {
|
|
5370
5421
|
showSpinButton: true,
|
|
5371
5422
|
showClearButton: true,
|
|
5372
5423
|
size: Input.defaultProps.size,
|
|
@@ -5390,11 +5441,11 @@ var NumericTextbox = (props) => {
|
|
|
5390
5441
|
loading,
|
|
5391
5442
|
disabled,
|
|
5392
5443
|
readonly,
|
|
5393
|
-
showClearButton =
|
|
5394
|
-
showSpinButton =
|
|
5444
|
+
showClearButton = defaultProps21.showClearButton,
|
|
5445
|
+
showSpinButton = defaultProps21.showSpinButton,
|
|
5395
5446
|
...other
|
|
5396
5447
|
} = props;
|
|
5397
|
-
return /* @__PURE__ */
|
|
5448
|
+
return /* @__PURE__ */ jsxs18(
|
|
5398
5449
|
Input,
|
|
5399
5450
|
{
|
|
5400
5451
|
...other,
|
|
@@ -5411,7 +5462,7 @@ var NumericTextbox = (props) => {
|
|
|
5411
5462
|
readonly,
|
|
5412
5463
|
className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
|
|
5413
5464
|
children: [
|
|
5414
|
-
prefix && /* @__PURE__ */
|
|
5465
|
+
prefix && /* @__PURE__ */ jsxs18(Fragment17, { children: [
|
|
5415
5466
|
/* @__PURE__ */ jsx41(InputPrefix, { children: prefix }),
|
|
5416
5467
|
/* @__PURE__ */ jsx41(InputSeparator, {})
|
|
5417
5468
|
] }),
|
|
@@ -5441,7 +5492,7 @@ var NumericTextbox = (props) => {
|
|
|
5441
5492
|
value
|
|
5442
5493
|
}
|
|
5443
5494
|
),
|
|
5444
|
-
suffix && /* @__PURE__ */
|
|
5495
|
+
suffix && /* @__PURE__ */ jsxs18(Fragment17, { children: [
|
|
5445
5496
|
/* @__PURE__ */ jsx41(InputSeparator, {}),
|
|
5446
5497
|
/* @__PURE__ */ jsx41(InputSuffix, { children: suffix })
|
|
5447
5498
|
] }),
|
|
@@ -5457,18 +5508,18 @@ var NumericTextbox = (props) => {
|
|
|
5457
5508
|
}
|
|
5458
5509
|
);
|
|
5459
5510
|
};
|
|
5460
|
-
NumericTextbox.states =
|
|
5461
|
-
NumericTextbox.options =
|
|
5511
|
+
NumericTextbox.states = states22;
|
|
5512
|
+
NumericTextbox.options = options21;
|
|
5462
5513
|
NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
|
|
5463
|
-
NumericTextbox.defaultProps =
|
|
5514
|
+
NumericTextbox.defaultProps = defaultProps21;
|
|
5464
5515
|
|
|
5465
5516
|
// src/numerictextbox/templates/numerictextbox-normal.tsx
|
|
5466
5517
|
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
5467
5518
|
|
|
5468
5519
|
// src/dropdownlist/dropdownlist.spec.tsx
|
|
5469
|
-
import { Fragment as Fragment18, jsx as jsx43, jsxs as
|
|
5520
|
+
import { Fragment as Fragment18, jsx as jsx43, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
5470
5521
|
var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
|
|
5471
|
-
var
|
|
5522
|
+
var states23 = [
|
|
5472
5523
|
States.hover,
|
|
5473
5524
|
States.focus,
|
|
5474
5525
|
States.valid,
|
|
@@ -5478,12 +5529,12 @@ var states22 = [
|
|
|
5478
5529
|
States.loading,
|
|
5479
5530
|
States.readonly
|
|
5480
5531
|
];
|
|
5481
|
-
var
|
|
5532
|
+
var options22 = {
|
|
5482
5533
|
size: [Size.small, Size.medium, Size.large],
|
|
5483
5534
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5484
5535
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5485
5536
|
};
|
|
5486
|
-
var
|
|
5537
|
+
var defaultProps22 = {
|
|
5487
5538
|
showValue: true,
|
|
5488
5539
|
arrowIconName: "caret-alt-down",
|
|
5489
5540
|
size: Size.medium,
|
|
@@ -5493,7 +5544,7 @@ var defaultProps21 = {
|
|
|
5493
5544
|
var DropdownList = (props) => {
|
|
5494
5545
|
const {
|
|
5495
5546
|
valueIconName,
|
|
5496
|
-
arrowIconName =
|
|
5547
|
+
arrowIconName = defaultProps22.arrowIconName,
|
|
5497
5548
|
prefix,
|
|
5498
5549
|
suffix,
|
|
5499
5550
|
value,
|
|
@@ -5509,13 +5560,13 @@ var DropdownList = (props) => {
|
|
|
5509
5560
|
loading,
|
|
5510
5561
|
disabled,
|
|
5511
5562
|
readonly,
|
|
5512
|
-
showValue =
|
|
5563
|
+
showValue = defaultProps22.showValue,
|
|
5513
5564
|
popup,
|
|
5514
5565
|
opened,
|
|
5515
5566
|
...other
|
|
5516
5567
|
} = props;
|
|
5517
|
-
return /* @__PURE__ */
|
|
5518
|
-
/* @__PURE__ */
|
|
5568
|
+
return /* @__PURE__ */ jsxs19(Fragment18, { children: [
|
|
5569
|
+
/* @__PURE__ */ jsxs19(
|
|
5519
5570
|
Picker,
|
|
5520
5571
|
{
|
|
5521
5572
|
...other,
|
|
@@ -5581,10 +5632,10 @@ var DropdownList = (props) => {
|
|
|
5581
5632
|
opened && popup && /* @__PURE__ */ jsx43(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
|
|
5582
5633
|
] });
|
|
5583
5634
|
};
|
|
5584
|
-
DropdownList.states =
|
|
5585
|
-
DropdownList.options =
|
|
5635
|
+
DropdownList.states = states23;
|
|
5636
|
+
DropdownList.options = options22;
|
|
5586
5637
|
DropdownList.className = DROPDOWNLIST_CLASSNAME;
|
|
5587
|
-
DropdownList.defaultProps =
|
|
5638
|
+
DropdownList.defaultProps = defaultProps22;
|
|
5588
5639
|
|
|
5589
5640
|
// src/dropdownlist/templates/dropdownlist-normal.tsx
|
|
5590
5641
|
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
@@ -5595,18 +5646,18 @@ var className10 = `k-nodata`;
|
|
|
5595
5646
|
var NoData = (props) => /* @__PURE__ */ jsx45("span", { className: classNames(className10, props.className), children: props.children });
|
|
5596
5647
|
|
|
5597
5648
|
// src/list/list.spec.tsx
|
|
5598
|
-
import { jsx as jsx46, jsxs as
|
|
5649
|
+
import { jsx as jsx46, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
5599
5650
|
var LIST_CLASSNAME = `k-list`;
|
|
5600
|
-
var
|
|
5601
|
-
var
|
|
5651
|
+
var states24 = [];
|
|
5652
|
+
var options23 = {
|
|
5602
5653
|
size: [Size.small, Size.medium, Size.large]
|
|
5603
5654
|
};
|
|
5604
|
-
var
|
|
5655
|
+
var defaultProps23 = {
|
|
5605
5656
|
size: Size.medium
|
|
5606
5657
|
};
|
|
5607
5658
|
var List = (props) => {
|
|
5608
5659
|
const {
|
|
5609
|
-
size =
|
|
5660
|
+
size = defaultProps23.size,
|
|
5610
5661
|
virtualization,
|
|
5611
5662
|
children,
|
|
5612
5663
|
optionLabel,
|
|
@@ -5660,7 +5711,7 @@ var List = (props) => {
|
|
|
5660
5711
|
} else {
|
|
5661
5712
|
listContent = /* @__PURE__ */ jsx46(NoData, { children: "No data found." });
|
|
5662
5713
|
}
|
|
5663
|
-
return /* @__PURE__ */
|
|
5714
|
+
return /* @__PURE__ */ jsxs20(
|
|
5664
5715
|
"div",
|
|
5665
5716
|
{
|
|
5666
5717
|
...other,
|
|
@@ -5682,24 +5733,24 @@ var List = (props) => {
|
|
|
5682
5733
|
}
|
|
5683
5734
|
);
|
|
5684
5735
|
};
|
|
5685
|
-
List.states =
|
|
5686
|
-
List.options =
|
|
5736
|
+
List.states = states24;
|
|
5737
|
+
List.options = options23;
|
|
5687
5738
|
List.className = LIST_CLASSNAME;
|
|
5688
|
-
List.defaultProps =
|
|
5739
|
+
List.defaultProps = defaultProps23;
|
|
5689
5740
|
|
|
5690
5741
|
// src/list/list-angular.spec.tsx
|
|
5691
|
-
import { jsx as jsx47, jsxs as
|
|
5742
|
+
import { jsx as jsx47, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
5692
5743
|
var LISTANGULAR_CLASSNAME = `k-list`;
|
|
5693
|
-
var
|
|
5694
|
-
var
|
|
5744
|
+
var states25 = [];
|
|
5745
|
+
var options24 = {
|
|
5695
5746
|
size: [Size.small, Size.medium, Size.large]
|
|
5696
5747
|
};
|
|
5697
|
-
var
|
|
5748
|
+
var defaultProps24 = {
|
|
5698
5749
|
size: Size.medium
|
|
5699
5750
|
};
|
|
5700
5751
|
var ListAngular = (props) => {
|
|
5701
5752
|
const {
|
|
5702
|
-
size =
|
|
5753
|
+
size = defaultProps24.size,
|
|
5703
5754
|
virtualization,
|
|
5704
5755
|
children,
|
|
5705
5756
|
...other
|
|
@@ -5756,7 +5807,7 @@ var ListAngular = (props) => {
|
|
|
5756
5807
|
} else {
|
|
5757
5808
|
listContent = /* @__PURE__ */ jsx47(NoData, { children: "No data found." });
|
|
5758
5809
|
}
|
|
5759
|
-
return /* @__PURE__ */
|
|
5810
|
+
return /* @__PURE__ */ jsxs21(
|
|
5760
5811
|
"div",
|
|
5761
5812
|
{
|
|
5762
5813
|
...other,
|
|
@@ -5777,15 +5828,15 @@ var ListAngular = (props) => {
|
|
|
5777
5828
|
}
|
|
5778
5829
|
);
|
|
5779
5830
|
};
|
|
5780
|
-
ListAngular.states =
|
|
5781
|
-
ListAngular.options =
|
|
5831
|
+
ListAngular.states = states25;
|
|
5832
|
+
ListAngular.options = options24;
|
|
5782
5833
|
ListAngular.className = LISTANGULAR_CLASSNAME;
|
|
5783
|
-
ListAngular.defaultProps =
|
|
5834
|
+
ListAngular.defaultProps = defaultProps24;
|
|
5784
5835
|
|
|
5785
5836
|
// src/checkbox/checkbox.spec.tsx
|
|
5786
5837
|
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
5787
5838
|
var CHECKBOX_CLASSNAME = `k-checkbox`;
|
|
5788
|
-
var
|
|
5839
|
+
var states26 = [
|
|
5789
5840
|
States.hover,
|
|
5790
5841
|
States.focus,
|
|
5791
5842
|
States.valid,
|
|
@@ -5795,11 +5846,11 @@ var states25 = [
|
|
|
5795
5846
|
States.checked,
|
|
5796
5847
|
States.indeterminate
|
|
5797
5848
|
];
|
|
5798
|
-
var
|
|
5849
|
+
var options25 = {
|
|
5799
5850
|
size: [Size.small, Size.medium, Size.large],
|
|
5800
5851
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
|
|
5801
5852
|
};
|
|
5802
|
-
var
|
|
5853
|
+
var defaultProps25 = {
|
|
5803
5854
|
size: Size.medium,
|
|
5804
5855
|
rounded: Roundness.medium
|
|
5805
5856
|
};
|
|
@@ -5814,8 +5865,8 @@ var Checkbox = (props) => {
|
|
|
5814
5865
|
invalid,
|
|
5815
5866
|
valid,
|
|
5816
5867
|
required,
|
|
5817
|
-
size =
|
|
5818
|
-
rounded =
|
|
5868
|
+
size = defaultProps25.size,
|
|
5869
|
+
rounded = defaultProps25.rounded,
|
|
5819
5870
|
...other
|
|
5820
5871
|
} = props;
|
|
5821
5872
|
return /* @__PURE__ */ jsx48("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx48(
|
|
@@ -5835,22 +5886,22 @@ var Checkbox = (props) => {
|
|
|
5835
5886
|
}
|
|
5836
5887
|
) });
|
|
5837
5888
|
};
|
|
5838
|
-
Checkbox.states =
|
|
5839
|
-
Checkbox.options =
|
|
5889
|
+
Checkbox.states = states26;
|
|
5890
|
+
Checkbox.options = options25;
|
|
5840
5891
|
Checkbox.className = CHECKBOX_CLASSNAME;
|
|
5841
|
-
Checkbox.defaultProps =
|
|
5892
|
+
Checkbox.defaultProps = defaultProps25;
|
|
5842
5893
|
|
|
5843
5894
|
// src/checkbox/checkbox-group.spec.tsx
|
|
5844
5895
|
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
5845
5896
|
var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
|
|
5846
|
-
var
|
|
5847
|
-
var
|
|
5848
|
-
var
|
|
5897
|
+
var states27 = [];
|
|
5898
|
+
var options26 = {};
|
|
5899
|
+
var defaultProps26 = {
|
|
5849
5900
|
layout: "vertical"
|
|
5850
5901
|
};
|
|
5851
5902
|
var CheckboxGroup = (props) => {
|
|
5852
5903
|
const {
|
|
5853
|
-
layout =
|
|
5904
|
+
layout = defaultProps26.layout,
|
|
5854
5905
|
...other
|
|
5855
5906
|
} = props;
|
|
5856
5907
|
return /* @__PURE__ */ jsx49(
|
|
@@ -5868,17 +5919,17 @@ var CheckboxGroup = (props) => {
|
|
|
5868
5919
|
}
|
|
5869
5920
|
);
|
|
5870
5921
|
};
|
|
5871
|
-
CheckboxGroup.states =
|
|
5872
|
-
CheckboxGroup.options =
|
|
5922
|
+
CheckboxGroup.states = states27;
|
|
5923
|
+
CheckboxGroup.options = options26;
|
|
5873
5924
|
CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
|
|
5874
|
-
CheckboxGroup.defaultProps =
|
|
5925
|
+
CheckboxGroup.defaultProps = defaultProps26;
|
|
5875
5926
|
|
|
5876
5927
|
// src/checkbox/checkbox-item.spec.tsx
|
|
5877
5928
|
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
5878
5929
|
var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
|
|
5879
|
-
var
|
|
5880
|
-
var
|
|
5881
|
-
var
|
|
5930
|
+
var states28 = [];
|
|
5931
|
+
var options27 = {};
|
|
5932
|
+
var defaultProps27 = {};
|
|
5882
5933
|
var CheckboxItem = (props) => {
|
|
5883
5934
|
const {
|
|
5884
5935
|
...other
|
|
@@ -5895,31 +5946,31 @@ var CheckboxItem = (props) => {
|
|
|
5895
5946
|
}
|
|
5896
5947
|
);
|
|
5897
5948
|
};
|
|
5898
|
-
CheckboxItem.states =
|
|
5899
|
-
CheckboxItem.options =
|
|
5949
|
+
CheckboxItem.states = states28;
|
|
5950
|
+
CheckboxItem.options = options27;
|
|
5900
5951
|
CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
|
|
5901
|
-
CheckboxItem.defaultProps =
|
|
5952
|
+
CheckboxItem.defaultProps = defaultProps27;
|
|
5902
5953
|
|
|
5903
5954
|
// src/checkbox/templates/checkbox-with-label-after.tsx
|
|
5904
|
-
import { Fragment as Fragment19, jsx as jsx51, jsxs as
|
|
5955
|
+
import { Fragment as Fragment19, jsx as jsx51, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
5905
5956
|
|
|
5906
5957
|
// src/checkbox/templates/checkbox-with-label-before.tsx
|
|
5907
|
-
import { Fragment as Fragment20, jsx as jsx52, jsxs as
|
|
5958
|
+
import { Fragment as Fragment20, jsx as jsx52, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
5908
5959
|
|
|
5909
5960
|
// src/checkbox/templates/checkbox-normal.tsx
|
|
5910
5961
|
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
5911
5962
|
|
|
5912
5963
|
// src/list/list-item.spec.tsx
|
|
5913
|
-
import { jsx as jsx54, jsxs as
|
|
5964
|
+
import { jsx as jsx54, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
5914
5965
|
var LISTITEM_CLASSNAME = `k-list-item`;
|
|
5915
|
-
var
|
|
5966
|
+
var states29 = [
|
|
5916
5967
|
States.hover,
|
|
5917
5968
|
States.focus,
|
|
5918
5969
|
States.selected,
|
|
5919
5970
|
States.disabled
|
|
5920
5971
|
];
|
|
5921
|
-
var
|
|
5922
|
-
var
|
|
5972
|
+
var options28 = {};
|
|
5973
|
+
var defaultProps28 = {};
|
|
5923
5974
|
var ListItem = (props) => {
|
|
5924
5975
|
const {
|
|
5925
5976
|
text,
|
|
@@ -5935,7 +5986,7 @@ var ListItem = (props) => {
|
|
|
5935
5986
|
...other
|
|
5936
5987
|
} = props;
|
|
5937
5988
|
const textOrChildren = text ? text : props.children;
|
|
5938
|
-
return /* @__PURE__ */
|
|
5989
|
+
return /* @__PURE__ */ jsxs24(
|
|
5939
5990
|
"li",
|
|
5940
5991
|
{
|
|
5941
5992
|
...other,
|
|
@@ -5958,19 +6009,19 @@ var ListItem = (props) => {
|
|
|
5958
6009
|
}
|
|
5959
6010
|
);
|
|
5960
6011
|
};
|
|
5961
|
-
ListItem.states =
|
|
5962
|
-
ListItem.options =
|
|
6012
|
+
ListItem.states = states29;
|
|
6013
|
+
ListItem.options = options28;
|
|
5963
6014
|
ListItem.className = LISTITEM_CLASSNAME;
|
|
5964
|
-
ListItem.defaultProps =
|
|
6015
|
+
ListItem.defaultProps = defaultProps28;
|
|
5965
6016
|
|
|
5966
6017
|
// src/list/list-content.tsx
|
|
5967
|
-
import { jsx as jsx55, jsxs as
|
|
6018
|
+
import { jsx as jsx55, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
5968
6019
|
var className11 = `k-list-content`;
|
|
5969
6020
|
var ListContent = (props) => {
|
|
5970
6021
|
const {
|
|
5971
6022
|
virtualization
|
|
5972
6023
|
} = props;
|
|
5973
|
-
return /* @__PURE__ */
|
|
6024
|
+
return /* @__PURE__ */ jsxs25("div", { className: classNames(className11, props.className), children: [
|
|
5974
6025
|
/* @__PURE__ */ jsx55("ul", { className: classNames("k-list-ul"), children: props.children }),
|
|
5975
6026
|
virtualization && /* @__PURE__ */ jsx55("div", { className: "k-height-container", children: /* @__PURE__ */ jsx55("div", {}) })
|
|
5976
6027
|
] });
|
|
@@ -5982,13 +6033,13 @@ var className12 = `k-list-group-sticky-header`;
|
|
|
5982
6033
|
var ListHeader = (props) => /* @__PURE__ */ jsx56("div", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx56("div", { className: "k-list-header-text", children: props.children }) });
|
|
5983
6034
|
|
|
5984
6035
|
// src/list/list-group.tsx
|
|
5985
|
-
import { Fragment as Fragment21, jsx as jsx57, jsxs as
|
|
6036
|
+
import { Fragment as Fragment21, jsx as jsx57, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
5986
6037
|
var ListGroup = (props) => {
|
|
5987
6038
|
const {
|
|
5988
6039
|
virtualization,
|
|
5989
6040
|
label
|
|
5990
6041
|
} = props;
|
|
5991
|
-
return /* @__PURE__ */
|
|
6042
|
+
return /* @__PURE__ */ jsxs26(Fragment21, { children: [
|
|
5992
6043
|
label && /* @__PURE__ */ jsx57(ListHeader, { children: label }),
|
|
5993
6044
|
props.children && /* @__PURE__ */ jsx57(ListContent, { virtualization, children: props.children })
|
|
5994
6045
|
] });
|
|
@@ -6002,14 +6053,14 @@ var ListGroupItem = (props) => /* @__PURE__ */ jsx58("li", { className: classNam
|
|
|
6002
6053
|
// src/list/list-option-label.tsx
|
|
6003
6054
|
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
6004
6055
|
var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
|
|
6005
|
-
var
|
|
6056
|
+
var states30 = [
|
|
6006
6057
|
States.hover,
|
|
6007
6058
|
States.focus,
|
|
6008
6059
|
States.selected,
|
|
6009
6060
|
States.disabled
|
|
6010
6061
|
];
|
|
6011
|
-
var
|
|
6012
|
-
var
|
|
6062
|
+
var options29 = {};
|
|
6063
|
+
var defaultProps29 = {};
|
|
6013
6064
|
var ListOptionLabel = (props) => {
|
|
6014
6065
|
const {
|
|
6015
6066
|
text,
|
|
@@ -6036,10 +6087,10 @@ var ListOptionLabel = (props) => {
|
|
|
6036
6087
|
}
|
|
6037
6088
|
);
|
|
6038
6089
|
};
|
|
6039
|
-
ListOptionLabel.states =
|
|
6040
|
-
ListOptionLabel.options =
|
|
6090
|
+
ListOptionLabel.states = states30;
|
|
6091
|
+
ListOptionLabel.options = options29;
|
|
6041
6092
|
ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
|
|
6042
|
-
ListOptionLabel.defaultProps =
|
|
6093
|
+
ListOptionLabel.defaultProps = defaultProps29;
|
|
6043
6094
|
|
|
6044
6095
|
// src/list/templates/list-normal.tsx
|
|
6045
6096
|
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
@@ -6048,27 +6099,27 @@ import { jsx as jsx60 } from "react/jsx-runtime";
|
|
|
6048
6099
|
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
6049
6100
|
|
|
6050
6101
|
// src/list/templates/list-grouping.tsx
|
|
6051
|
-
import { jsx as jsx62, jsxs as
|
|
6102
|
+
import { jsx as jsx62, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
6052
6103
|
|
|
6053
6104
|
// src/list/templates/list-virualization-grouping.tsx
|
|
6054
|
-
import { jsx as jsx63, jsxs as
|
|
6105
|
+
import { jsx as jsx63, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
6055
6106
|
|
|
6056
6107
|
// src/list/templates/list-virtualization-angular.tsx
|
|
6057
6108
|
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
6058
6109
|
|
|
6059
6110
|
// src/list/templates/list-grouping-angular.tsx
|
|
6060
|
-
import { jsx as jsx65, jsxs as
|
|
6111
|
+
import { jsx as jsx65, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
6061
6112
|
|
|
6062
6113
|
// src/list/templates/list-virualization-grouping-angular.tsx
|
|
6063
|
-
import { jsx as jsx66, jsxs as
|
|
6114
|
+
import { jsx as jsx66, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
6064
6115
|
|
|
6065
6116
|
// src/dropdownlist/templates/dropdownlist-popup.tsx
|
|
6066
|
-
import { jsx as jsx67, jsxs as
|
|
6117
|
+
import { jsx as jsx67, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
6067
6118
|
|
|
6068
6119
|
// src/searchbox/searchbox.spec.tsx
|
|
6069
|
-
import { jsx as jsx68, jsxs as
|
|
6120
|
+
import { jsx as jsx68, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
6070
6121
|
var SEARCHBOX_CLASSNAME = `k-searchbox`;
|
|
6071
|
-
var
|
|
6122
|
+
var states31 = [
|
|
6072
6123
|
States.hover,
|
|
6073
6124
|
States.focus,
|
|
6074
6125
|
States.valid,
|
|
@@ -6077,12 +6128,12 @@ var states30 = [
|
|
|
6077
6128
|
States.disabled,
|
|
6078
6129
|
States.loading
|
|
6079
6130
|
];
|
|
6080
|
-
var
|
|
6131
|
+
var options30 = {
|
|
6081
6132
|
size: [Size.small, Size.medium, Size.large],
|
|
6082
6133
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
6083
6134
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
6084
6135
|
};
|
|
6085
|
-
var
|
|
6136
|
+
var defaultProps30 = {
|
|
6086
6137
|
showIcon: true,
|
|
6087
6138
|
icon: "search",
|
|
6088
6139
|
size: Input.defaultProps.size,
|
|
@@ -6103,11 +6154,11 @@ var Searchbox = (props) => {
|
|
|
6103
6154
|
required,
|
|
6104
6155
|
loading,
|
|
6105
6156
|
disabled,
|
|
6106
|
-
showIcon =
|
|
6107
|
-
icon =
|
|
6157
|
+
showIcon = defaultProps30.showIcon,
|
|
6158
|
+
icon = defaultProps30.icon,
|
|
6108
6159
|
...other
|
|
6109
6160
|
} = props;
|
|
6110
|
-
return /* @__PURE__ */
|
|
6161
|
+
return /* @__PURE__ */ jsxs32(
|
|
6111
6162
|
Input,
|
|
6112
6163
|
{
|
|
6113
6164
|
...other,
|
|
@@ -6132,22 +6183,22 @@ var Searchbox = (props) => {
|
|
|
6132
6183
|
}
|
|
6133
6184
|
);
|
|
6134
6185
|
};
|
|
6135
|
-
Searchbox.states =
|
|
6136
|
-
Searchbox.options =
|
|
6186
|
+
Searchbox.states = states31;
|
|
6187
|
+
Searchbox.options = options30;
|
|
6137
6188
|
Searchbox.className = SEARCHBOX_CLASSNAME;
|
|
6138
|
-
Searchbox.defaultProps =
|
|
6189
|
+
Searchbox.defaultProps = defaultProps30;
|
|
6139
6190
|
|
|
6140
6191
|
// src/searchbox/templates/searchbox-normal.tsx
|
|
6141
6192
|
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
6142
6193
|
|
|
6143
6194
|
// src/dropdownlist/templates/dropdownlist-filtering.tsx
|
|
6144
|
-
import { Fragment as Fragment22, jsx as jsx70, jsxs as
|
|
6195
|
+
import { Fragment as Fragment22, jsx as jsx70, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
6145
6196
|
|
|
6146
6197
|
// src/dropdownlist/templates/dropdownlist-grouping.tsx
|
|
6147
|
-
import { jsx as jsx71, jsxs as
|
|
6198
|
+
import { jsx as jsx71, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
6148
6199
|
|
|
6149
6200
|
// src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
|
|
6150
|
-
import { Fragment as Fragment23, jsx as jsx72, jsxs as
|
|
6201
|
+
import { Fragment as Fragment23, jsx as jsx72, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
6151
6202
|
|
|
6152
6203
|
// src/numerictextbox/templates/numerictextbox-prefix.tsx
|
|
6153
6204
|
import { Fragment as Fragment24, jsx as jsx73 } from "react/jsx-runtime";
|
|
@@ -6156,9 +6207,9 @@ import { Fragment as Fragment24, jsx as jsx73 } from "react/jsx-runtime";
|
|
|
6156
6207
|
import { Fragment as Fragment25, jsx as jsx74 } from "react/jsx-runtime";
|
|
6157
6208
|
|
|
6158
6209
|
// src/textbox/textbox.spec.tsx
|
|
6159
|
-
import { Fragment as Fragment26, jsx as jsx75, jsxs as
|
|
6210
|
+
import { Fragment as Fragment26, jsx as jsx75, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
6160
6211
|
var TEXTBOX_CLASSNAME = `k-textbox`;
|
|
6161
|
-
var
|
|
6212
|
+
var states32 = [
|
|
6162
6213
|
States.hover,
|
|
6163
6214
|
States.focus,
|
|
6164
6215
|
States.valid,
|
|
@@ -6168,12 +6219,12 @@ var states31 = [
|
|
|
6168
6219
|
States.loading,
|
|
6169
6220
|
States.readonly
|
|
6170
6221
|
];
|
|
6171
|
-
var
|
|
6222
|
+
var options31 = {
|
|
6172
6223
|
size: [Size.small, Size.medium, Size.large],
|
|
6173
6224
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
6174
6225
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
6175
6226
|
};
|
|
6176
|
-
var
|
|
6227
|
+
var defaultProps31 = {
|
|
6177
6228
|
showClearButton: true,
|
|
6178
6229
|
size: Input.defaultProps.size,
|
|
6179
6230
|
rounded: Input.defaultProps.rounded,
|
|
@@ -6196,10 +6247,10 @@ var Textbox = (props) => {
|
|
|
6196
6247
|
loading,
|
|
6197
6248
|
disabled,
|
|
6198
6249
|
readonly,
|
|
6199
|
-
showClearButton =
|
|
6250
|
+
showClearButton = defaultProps31.showClearButton,
|
|
6200
6251
|
...other
|
|
6201
6252
|
} = props;
|
|
6202
|
-
return /* @__PURE__ */
|
|
6253
|
+
return /* @__PURE__ */ jsxs36(
|
|
6203
6254
|
Input,
|
|
6204
6255
|
{
|
|
6205
6256
|
...other,
|
|
@@ -6216,7 +6267,7 @@ var Textbox = (props) => {
|
|
|
6216
6267
|
readonly,
|
|
6217
6268
|
className: classNames(props.className, TEXTBOX_CLASSNAME),
|
|
6218
6269
|
children: [
|
|
6219
|
-
prefix && /* @__PURE__ */
|
|
6270
|
+
prefix && /* @__PURE__ */ jsxs36(Fragment26, { children: [
|
|
6220
6271
|
/* @__PURE__ */ jsx75(InputPrefix, { children: prefix }),
|
|
6221
6272
|
/* @__PURE__ */ jsx75(InputSeparator, {})
|
|
6222
6273
|
] }),
|
|
@@ -6246,7 +6297,7 @@ var Textbox = (props) => {
|
|
|
6246
6297
|
value
|
|
6247
6298
|
}
|
|
6248
6299
|
),
|
|
6249
|
-
suffix && /* @__PURE__ */
|
|
6300
|
+
suffix && /* @__PURE__ */ jsxs36(Fragment26, { children: [
|
|
6250
6301
|
/* @__PURE__ */ jsx75(InputSeparator, {}),
|
|
6251
6302
|
/* @__PURE__ */ jsx75(InputSuffix, { children: suffix })
|
|
6252
6303
|
] })
|
|
@@ -6254,10 +6305,10 @@ var Textbox = (props) => {
|
|
|
6254
6305
|
}
|
|
6255
6306
|
);
|
|
6256
6307
|
};
|
|
6257
|
-
Textbox.states =
|
|
6258
|
-
Textbox.options =
|
|
6308
|
+
Textbox.states = states32;
|
|
6309
|
+
Textbox.options = options31;
|
|
6259
6310
|
Textbox.className = TEXTBOX_CLASSNAME;
|
|
6260
|
-
Textbox.defaultProps =
|
|
6311
|
+
Textbox.defaultProps = defaultProps31;
|
|
6261
6312
|
|
|
6262
6313
|
// src/textbox/templates/textbox-normal.tsx
|
|
6263
6314
|
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
@@ -6269,139 +6320,139 @@ import { Fragment as Fragment27, jsx as jsx77 } from "react/jsx-runtime";
|
|
|
6269
6320
|
import { Fragment as Fragment28, jsx as jsx78 } from "react/jsx-runtime";
|
|
6270
6321
|
|
|
6271
6322
|
// src/colorgradient/color-input.tsx
|
|
6272
|
-
import { Fragment as Fragment29, jsx as jsx79, jsxs as
|
|
6323
|
+
import { Fragment as Fragment29, jsx as jsx79, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
6273
6324
|
var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
|
|
6274
|
-
var
|
|
6275
|
-
var
|
|
6276
|
-
var
|
|
6325
|
+
var states33 = [];
|
|
6326
|
+
var options32 = {};
|
|
6327
|
+
var defaultProps32 = {
|
|
6277
6328
|
mode: "rgba"
|
|
6278
6329
|
};
|
|
6279
6330
|
var ColorInput = (props) => {
|
|
6280
6331
|
const {
|
|
6281
|
-
mode =
|
|
6332
|
+
mode = defaultProps32.mode
|
|
6282
6333
|
} = props;
|
|
6283
|
-
return /* @__PURE__ */
|
|
6334
|
+
return /* @__PURE__ */ jsxs37("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
|
|
6284
6335
|
/* @__PURE__ */ jsx79("div", { className: "k-vstack", children: /* @__PURE__ */ jsx79(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
|
|
6285
|
-
mode === "rgba" && /* @__PURE__ */
|
|
6286
|
-
/* @__PURE__ */
|
|
6336
|
+
mode === "rgba" && /* @__PURE__ */ jsxs37(Fragment29, { children: [
|
|
6337
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6287
6338
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
|
|
6288
6339
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "R" })
|
|
6289
6340
|
] }),
|
|
6290
|
-
/* @__PURE__ */
|
|
6341
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6291
6342
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
|
|
6292
6343
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "G" })
|
|
6293
6344
|
] }),
|
|
6294
|
-
/* @__PURE__ */
|
|
6345
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6295
6346
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
|
|
6296
6347
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "B" })
|
|
6297
6348
|
] }),
|
|
6298
|
-
/* @__PURE__ */
|
|
6349
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6299
6350
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
|
|
6300
6351
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "A" })
|
|
6301
6352
|
] })
|
|
6302
6353
|
] }),
|
|
6303
|
-
mode === "rgb" && /* @__PURE__ */
|
|
6304
|
-
/* @__PURE__ */
|
|
6354
|
+
mode === "rgb" && /* @__PURE__ */ jsxs37(Fragment29, { children: [
|
|
6355
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6305
6356
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
|
|
6306
6357
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "R" })
|
|
6307
6358
|
] }),
|
|
6308
|
-
/* @__PURE__ */
|
|
6359
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6309
6360
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
|
|
6310
6361
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "G" })
|
|
6311
6362
|
] }),
|
|
6312
|
-
/* @__PURE__ */
|
|
6363
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6313
6364
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
|
|
6314
6365
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "B" })
|
|
6315
6366
|
] })
|
|
6316
6367
|
] }),
|
|
6317
|
-
mode === "hsva" && /* @__PURE__ */
|
|
6318
|
-
/* @__PURE__ */
|
|
6368
|
+
mode === "hsva" && /* @__PURE__ */ jsxs37(Fragment29, { children: [
|
|
6369
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6319
6370
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
|
|
6320
6371
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "H" })
|
|
6321
6372
|
] }),
|
|
6322
|
-
/* @__PURE__ */
|
|
6373
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6323
6374
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
|
|
6324
6375
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "S" })
|
|
6325
6376
|
] }),
|
|
6326
|
-
/* @__PURE__ */
|
|
6377
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6327
6378
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
|
|
6328
6379
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "V" })
|
|
6329
6380
|
] }),
|
|
6330
|
-
/* @__PURE__ */
|
|
6381
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6331
6382
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
|
|
6332
6383
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "A" })
|
|
6333
6384
|
] })
|
|
6334
6385
|
] }),
|
|
6335
|
-
mode === "hsv" && /* @__PURE__ */
|
|
6336
|
-
/* @__PURE__ */
|
|
6386
|
+
mode === "hsv" && /* @__PURE__ */ jsxs37(Fragment29, { children: [
|
|
6387
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6337
6388
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
|
|
6338
6389
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "H" })
|
|
6339
6390
|
] }),
|
|
6340
|
-
/* @__PURE__ */
|
|
6391
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6341
6392
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
|
|
6342
6393
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "S" })
|
|
6343
6394
|
] }),
|
|
6344
|
-
/* @__PURE__ */
|
|
6395
|
+
/* @__PURE__ */ jsxs37("div", { className: "k-vstack", children: [
|
|
6345
6396
|
/* @__PURE__ */ jsx79(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
|
|
6346
6397
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "V" })
|
|
6347
6398
|
] })
|
|
6348
6399
|
] }),
|
|
6349
|
-
mode === "hex" && /* @__PURE__ */ jsx79(Fragment29, { children: /* @__PURE__ */
|
|
6400
|
+
mode === "hex" && /* @__PURE__ */ jsx79(Fragment29, { children: /* @__PURE__ */ jsxs37("div", { className: "k-vstack k-flex-1", children: [
|
|
6350
6401
|
/* @__PURE__ */ jsx79(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
|
|
6351
6402
|
/* @__PURE__ */ jsx79("label", { className: "k-colorgradient-input-label", children: "HEX" })
|
|
6352
6403
|
] }) })
|
|
6353
6404
|
] });
|
|
6354
6405
|
};
|
|
6355
|
-
ColorInput.states =
|
|
6356
|
-
ColorInput.options =
|
|
6406
|
+
ColorInput.states = states33;
|
|
6407
|
+
ColorInput.options = options32;
|
|
6357
6408
|
ColorInput.className = COLOR_INPUT_CLASSNAME;
|
|
6358
|
-
ColorInput.defaultProps =
|
|
6409
|
+
ColorInput.defaultProps = defaultProps32;
|
|
6359
6410
|
|
|
6360
6411
|
// src/colorgradient/color-contrast.tsx
|
|
6361
|
-
import { jsx as jsx80, jsxs as
|
|
6412
|
+
import { jsx as jsx80, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
6362
6413
|
var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
|
|
6363
|
-
var
|
|
6364
|
-
var
|
|
6365
|
-
var
|
|
6366
|
-
var ColorContrast = () => /* @__PURE__ */
|
|
6367
|
-
/* @__PURE__ */
|
|
6414
|
+
var states34 = [];
|
|
6415
|
+
var options33 = {};
|
|
6416
|
+
var defaultProps33 = {};
|
|
6417
|
+
var ColorContrast = () => /* @__PURE__ */ jsxs38("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
|
|
6418
|
+
/* @__PURE__ */ jsxs38("div", { className: "k-contrast-ratio", children: [
|
|
6368
6419
|
/* @__PURE__ */ jsx80("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
|
|
6369
|
-
/* @__PURE__ */
|
|
6420
|
+
/* @__PURE__ */ jsxs38("span", { className: "k-contrast-validation !k-text-success", children: [
|
|
6370
6421
|
/* @__PURE__ */ jsx80(Icon, { icon: "check" }),
|
|
6371
6422
|
/* @__PURE__ */ jsx80(Icon, { icon: "check" })
|
|
6372
6423
|
] })
|
|
6373
6424
|
] }),
|
|
6374
|
-
/* @__PURE__ */
|
|
6425
|
+
/* @__PURE__ */ jsxs38("div", { children: [
|
|
6375
6426
|
/* @__PURE__ */ jsx80("span", { children: "AA: 4.5" }),
|
|
6376
|
-
/* @__PURE__ */
|
|
6427
|
+
/* @__PURE__ */ jsxs38("span", { className: "k-contrast-validation !k-text-success", children: [
|
|
6377
6428
|
"Pass",
|
|
6378
6429
|
/* @__PURE__ */ jsx80(Icon, { icon: "check" })
|
|
6379
6430
|
] })
|
|
6380
6431
|
] }),
|
|
6381
|
-
/* @__PURE__ */
|
|
6432
|
+
/* @__PURE__ */ jsxs38("div", { children: [
|
|
6382
6433
|
/* @__PURE__ */ jsx80("span", { children: "AAA: 7.0" }),
|
|
6383
|
-
/* @__PURE__ */
|
|
6434
|
+
/* @__PURE__ */ jsxs38("span", { className: "k-contrast-validation !k-text-error", children: [
|
|
6384
6435
|
"Fail",
|
|
6385
6436
|
/* @__PURE__ */ jsx80(Icon, { icon: "x" })
|
|
6386
6437
|
] })
|
|
6387
6438
|
] })
|
|
6388
6439
|
] });
|
|
6389
|
-
ColorContrast.states =
|
|
6390
|
-
ColorContrast.options =
|
|
6440
|
+
ColorContrast.states = states34;
|
|
6441
|
+
ColorContrast.options = options33;
|
|
6391
6442
|
ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
|
|
6392
|
-
ColorContrast.defaultProps =
|
|
6443
|
+
ColorContrast.defaultProps = defaultProps33;
|
|
6393
6444
|
|
|
6394
6445
|
// src/colorgradient/color-gradient.spec.tsx
|
|
6395
|
-
import { jsx as jsx81, jsxs as
|
|
6446
|
+
import { jsx as jsx81, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
6396
6447
|
var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
|
|
6397
|
-
var
|
|
6448
|
+
var states35 = [
|
|
6398
6449
|
States.hover,
|
|
6399
6450
|
States.focus,
|
|
6400
6451
|
States.readonly,
|
|
6401
6452
|
States.disabled
|
|
6402
6453
|
];
|
|
6403
|
-
var
|
|
6404
|
-
var
|
|
6454
|
+
var options34 = {};
|
|
6455
|
+
var defaultProps34 = {
|
|
6405
6456
|
mode: "rgba",
|
|
6406
6457
|
readonly: false,
|
|
6407
6458
|
disabled: false,
|
|
@@ -6412,20 +6463,20 @@ var defaultProps33 = {
|
|
|
6412
6463
|
};
|
|
6413
6464
|
var ColorGradient = (props) => {
|
|
6414
6465
|
const {
|
|
6415
|
-
mode =
|
|
6416
|
-
readonly =
|
|
6417
|
-
disabled =
|
|
6466
|
+
mode = defaultProps34.mode,
|
|
6467
|
+
readonly = defaultProps34.readonly,
|
|
6468
|
+
disabled = defaultProps34.disabled,
|
|
6418
6469
|
dir,
|
|
6419
|
-
contrast =
|
|
6470
|
+
contrast = defaultProps34.contrast,
|
|
6420
6471
|
hover,
|
|
6421
6472
|
focus,
|
|
6422
6473
|
hoverHandle,
|
|
6423
6474
|
focusHandle,
|
|
6424
|
-
gradientStyle =
|
|
6425
|
-
dragHandleStyle =
|
|
6426
|
-
alphaStyle =
|
|
6475
|
+
gradientStyle = defaultProps34.gradientStyle,
|
|
6476
|
+
dragHandleStyle = defaultProps34.dragHandleStyle,
|
|
6477
|
+
alphaStyle = defaultProps34.alphaStyle
|
|
6427
6478
|
} = props;
|
|
6428
|
-
return /* @__PURE__ */
|
|
6479
|
+
return /* @__PURE__ */ jsxs39("div", { className: classNames(
|
|
6429
6480
|
props.className,
|
|
6430
6481
|
COLOR_GRADIENT_CLASSNAME,
|
|
6431
6482
|
stateClassNames(COLOR_GRADIENT_CLASSNAME, {
|
|
@@ -6435,7 +6486,7 @@ var ColorGradient = (props) => {
|
|
|
6435
6486
|
disabled
|
|
6436
6487
|
})
|
|
6437
6488
|
), dir, children: [
|
|
6438
|
-
/* @__PURE__ */
|
|
6489
|
+
/* @__PURE__ */ jsxs39("div", { className: "k-colorgradient-canvas k-hstack", children: [
|
|
6439
6490
|
/* @__PURE__ */ jsx81("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ jsx81("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ jsx81("div", { className: classNames(
|
|
6440
6491
|
"k-hsv-draghandle",
|
|
6441
6492
|
"k-draghandle",
|
|
@@ -6444,7 +6495,7 @@ var ColorGradient = (props) => {
|
|
|
6444
6495
|
"k-focus": focusHandle
|
|
6445
6496
|
}
|
|
6446
6497
|
), style: dragHandleStyle }) }) }),
|
|
6447
|
-
/* @__PURE__ */
|
|
6498
|
+
/* @__PURE__ */ jsxs39("div", { className: "k-hsv-controls k-hstack", children: [
|
|
6448
6499
|
/* @__PURE__ */ jsx81(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
|
|
6449
6500
|
mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ jsx81(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
|
|
6450
6501
|
] })
|
|
@@ -6453,10 +6504,10 @@ var ColorGradient = (props) => {
|
|
|
6453
6504
|
contrast && /* @__PURE__ */ jsx81(ColorContrast, {})
|
|
6454
6505
|
] });
|
|
6455
6506
|
};
|
|
6456
|
-
ColorGradient.states =
|
|
6457
|
-
ColorGradient.options =
|
|
6507
|
+
ColorGradient.states = states35;
|
|
6508
|
+
ColorGradient.options = options34;
|
|
6458
6509
|
ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
|
|
6459
|
-
ColorGradient.defaultProps =
|
|
6510
|
+
ColorGradient.defaultProps = defaultProps34;
|
|
6460
6511
|
|
|
6461
6512
|
// src/colorgradient/templates/colorgradient-normal.tsx
|
|
6462
6513
|
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
@@ -6471,12 +6522,12 @@ var ColorPaletteRow = (props) => /* @__PURE__ */ jsx84("tr", { children: props.c
|
|
|
6471
6522
|
// src/colorpalette/colorpalette-tile.tsx
|
|
6472
6523
|
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
6473
6524
|
var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
|
|
6474
|
-
var
|
|
6525
|
+
var states36 = [
|
|
6475
6526
|
States.hover,
|
|
6476
6527
|
States.focus,
|
|
6477
6528
|
States.selected
|
|
6478
6529
|
];
|
|
6479
|
-
var
|
|
6530
|
+
var options35 = {};
|
|
6480
6531
|
var ColorPaletteTile = (props) => {
|
|
6481
6532
|
const {
|
|
6482
6533
|
color,
|
|
@@ -6508,24 +6559,24 @@ var ColorPaletteTile = (props) => {
|
|
|
6508
6559
|
}
|
|
6509
6560
|
);
|
|
6510
6561
|
};
|
|
6511
|
-
ColorPaletteTile.states =
|
|
6512
|
-
ColorPaletteTile.options =
|
|
6562
|
+
ColorPaletteTile.states = states36;
|
|
6563
|
+
ColorPaletteTile.options = options35;
|
|
6513
6564
|
ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
|
|
6514
6565
|
|
|
6515
6566
|
// src/colorpalette/colorpalette.spec.tsx
|
|
6516
6567
|
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
6517
6568
|
var COLORPALETTE_CLASSNAME = `k-colorpalette`;
|
|
6518
|
-
var
|
|
6569
|
+
var states37 = [
|
|
6519
6570
|
States.disabled
|
|
6520
6571
|
];
|
|
6521
|
-
var
|
|
6522
|
-
var
|
|
6572
|
+
var options36 = {};
|
|
6573
|
+
var defaultProps35 = {
|
|
6523
6574
|
columns: 10
|
|
6524
6575
|
};
|
|
6525
6576
|
var ColorPalette = (props) => {
|
|
6526
6577
|
const {
|
|
6527
6578
|
palette,
|
|
6528
|
-
columns =
|
|
6579
|
+
columns = defaultProps35.columns,
|
|
6529
6580
|
tileSize,
|
|
6530
6581
|
disabled,
|
|
6531
6582
|
...other
|
|
@@ -6560,10 +6611,10 @@ var ColorPalette = (props) => {
|
|
|
6560
6611
|
}
|
|
6561
6612
|
);
|
|
6562
6613
|
};
|
|
6563
|
-
ColorPalette.states =
|
|
6564
|
-
ColorPalette.options =
|
|
6614
|
+
ColorPalette.states = states37;
|
|
6615
|
+
ColorPalette.options = options36;
|
|
6565
6616
|
ColorPalette.className = COLORPALETTE_CLASSNAME;
|
|
6566
|
-
ColorPalette.defaultProps =
|
|
6617
|
+
ColorPalette.defaultProps = defaultProps35;
|
|
6567
6618
|
|
|
6568
6619
|
// src/colorpalette/templates/colorpalette-normal.tsx
|
|
6569
6620
|
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
@@ -6621,59 +6672,59 @@ var PALETTEPRESETS = {
|
|
|
6621
6672
|
};
|
|
6622
6673
|
|
|
6623
6674
|
// src/coloreditor/color-editor.spec.tsx
|
|
6624
|
-
import { jsx as jsx88, jsxs as
|
|
6675
|
+
import { jsx as jsx88, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
6625
6676
|
var COLOREDITOR_CLASSNAME = "k-coloreditor";
|
|
6626
|
-
var
|
|
6677
|
+
var states38 = [
|
|
6627
6678
|
States.focus
|
|
6628
6679
|
];
|
|
6629
|
-
var
|
|
6630
|
-
var
|
|
6680
|
+
var options37 = {};
|
|
6681
|
+
var defaultProps36 = {
|
|
6631
6682
|
view: "gradient",
|
|
6632
6683
|
currentColor: "fuchsia",
|
|
6633
6684
|
palette: PALETTEPRESETS.office
|
|
6634
6685
|
};
|
|
6635
6686
|
var ColorEditor = (props) => {
|
|
6636
6687
|
const {
|
|
6637
|
-
view =
|
|
6688
|
+
view = defaultProps36.view,
|
|
6638
6689
|
color,
|
|
6639
|
-
currentColor =
|
|
6690
|
+
currentColor = defaultProps36.currentColor,
|
|
6640
6691
|
focus,
|
|
6641
6692
|
focusView,
|
|
6642
6693
|
dir,
|
|
6643
6694
|
group,
|
|
6644
|
-
palette =
|
|
6695
|
+
palette = defaultProps36.palette
|
|
6645
6696
|
} = props;
|
|
6646
|
-
return /* @__PURE__ */
|
|
6697
|
+
return /* @__PURE__ */ jsxs40("div", { className: classNames(
|
|
6647
6698
|
props.className,
|
|
6648
6699
|
"k-flatcolorpicker",
|
|
6649
6700
|
COLOREDITOR_CLASSNAME,
|
|
6650
6701
|
stateClassNames(COLOREDITOR_CLASSNAME, { focus })
|
|
6651
6702
|
), dir, children: [
|
|
6652
|
-
/* @__PURE__ */
|
|
6653
|
-
/* @__PURE__ */ jsx88("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */
|
|
6703
|
+
/* @__PURE__ */ jsxs40("div", { className: "k-coloreditor-header k-hstack", children: [
|
|
6704
|
+
/* @__PURE__ */ jsx88("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ jsxs40(ButtonGroup, { children: [
|
|
6654
6705
|
/* @__PURE__ */ jsx88(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
|
|
6655
6706
|
/* @__PURE__ */ jsx88(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
|
|
6656
6707
|
] }) }),
|
|
6657
6708
|
/* @__PURE__ */ jsx88("div", { className: "k-spacer" }),
|
|
6658
|
-
/* @__PURE__ */
|
|
6709
|
+
/* @__PURE__ */ jsxs40("div", { className: "k-coloreditor-header-actions k-hstack", children: [
|
|
6659
6710
|
/* @__PURE__ */ jsx88(Button, { fillMode: "flat", icon: "droplet-slash" }),
|
|
6660
|
-
/* @__PURE__ */
|
|
6711
|
+
/* @__PURE__ */ jsxs40("div", { className: "k-coloreditor-preview k-vstack", children: [
|
|
6661
6712
|
/* @__PURE__ */ jsx88(ColorPreview, { className: "k-coloreditor-preview-color", color }),
|
|
6662
6713
|
/* @__PURE__ */ jsx88(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
|
|
6663
6714
|
] })
|
|
6664
6715
|
] })
|
|
6665
6716
|
] }),
|
|
6666
6717
|
/* @__PURE__ */ jsx88("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ jsx88(ColorGradient, { focus: focusView }) : /* @__PURE__ */ jsx88(ColorPalette, { palette }) }),
|
|
6667
|
-
/* @__PURE__ */
|
|
6718
|
+
/* @__PURE__ */ jsxs40(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
|
|
6668
6719
|
/* @__PURE__ */ jsx88(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
|
|
6669
6720
|
/* @__PURE__ */ jsx88(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
|
|
6670
6721
|
] })
|
|
6671
6722
|
] });
|
|
6672
6723
|
};
|
|
6673
|
-
ColorEditor.states =
|
|
6674
|
-
ColorEditor.options =
|
|
6724
|
+
ColorEditor.states = states38;
|
|
6725
|
+
ColorEditor.options = options37;
|
|
6675
6726
|
ColorEditor.className = COLOREDITOR_CLASSNAME;
|
|
6676
|
-
ColorEditor.defaultProps =
|
|
6727
|
+
ColorEditor.defaultProps = defaultProps36;
|
|
6677
6728
|
|
|
6678
6729
|
// src/coloreditor/templates/coloreditor-normal.tsx
|
|
6679
6730
|
import { jsx as jsx89 } from "react/jsx-runtime";
|
|
@@ -6694,11 +6745,11 @@ import { jsx as jsx93 } from "react/jsx-runtime";
|
|
|
6694
6745
|
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
6695
6746
|
|
|
6696
6747
|
// src/action-sheet/action-sheet.spec.tsx
|
|
6697
|
-
import { Fragment as Fragment30, jsx as jsx95, jsxs as
|
|
6748
|
+
import { Fragment as Fragment30, jsx as jsx95, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
6698
6749
|
var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
|
|
6699
|
-
var
|
|
6700
|
-
var
|
|
6701
|
-
var
|
|
6750
|
+
var states39 = [];
|
|
6751
|
+
var options38 = {};
|
|
6752
|
+
var defaultProps37 = {
|
|
6702
6753
|
side: "bottom",
|
|
6703
6754
|
fullscreen: false,
|
|
6704
6755
|
adaptive: false,
|
|
@@ -6711,10 +6762,10 @@ var ActionSheet = (props) => {
|
|
|
6711
6762
|
header,
|
|
6712
6763
|
footer,
|
|
6713
6764
|
actions,
|
|
6714
|
-
side =
|
|
6715
|
-
fullscreen =
|
|
6716
|
-
adaptive =
|
|
6717
|
-
overlay =
|
|
6765
|
+
side = defaultProps37.side,
|
|
6766
|
+
fullscreen = defaultProps37.fullscreen,
|
|
6767
|
+
adaptive = defaultProps37.adaptive,
|
|
6768
|
+
overlay = defaultProps37.overlay,
|
|
6718
6769
|
...other
|
|
6719
6770
|
} = props;
|
|
6720
6771
|
const _ActionSheetHeader = title ? /* @__PURE__ */ jsx95(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
|
|
@@ -6729,7 +6780,7 @@ var ActionSheet = (props) => {
|
|
|
6729
6780
|
}
|
|
6730
6781
|
return true;
|
|
6731
6782
|
}) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx95(Fragment30, {});
|
|
6732
|
-
return /* @__PURE__ */
|
|
6783
|
+
return /* @__PURE__ */ jsxs41("div", { className: "k-actionsheet-container", children: [
|
|
6733
6784
|
overlay && /* @__PURE__ */ jsx95("div", { className: "k-overlay" }),
|
|
6734
6785
|
/* @__PURE__ */ jsx95(
|
|
6735
6786
|
AnimationContainer,
|
|
@@ -6754,7 +6805,7 @@ var ActionSheet = (props) => {
|
|
|
6754
6805
|
"k-adaptive-actionsheet": adaptive
|
|
6755
6806
|
}
|
|
6756
6807
|
),
|
|
6757
|
-
children: /* @__PURE__ */
|
|
6808
|
+
children: /* @__PURE__ */ jsxs41(Fragment30, { children: [
|
|
6758
6809
|
_ActionSheetHeader,
|
|
6759
6810
|
/* @__PURE__ */ jsx95("div", { className: classNames(
|
|
6760
6811
|
"k-actionsheet-content",
|
|
@@ -6770,13 +6821,13 @@ var ActionSheet = (props) => {
|
|
|
6770
6821
|
)
|
|
6771
6822
|
] });
|
|
6772
6823
|
};
|
|
6773
|
-
ActionSheet.states =
|
|
6774
|
-
ActionSheet.options =
|
|
6824
|
+
ActionSheet.states = states39;
|
|
6825
|
+
ActionSheet.options = options38;
|
|
6775
6826
|
ActionSheet.className = ACTIONSHEET_CLASSNAME;
|
|
6776
|
-
ActionSheet.defaultProps =
|
|
6827
|
+
ActionSheet.defaultProps = defaultProps37;
|
|
6777
6828
|
|
|
6778
6829
|
// src/action-sheet/actionsheet-header.tsx
|
|
6779
|
-
import { Fragment as Fragment31, jsx as jsx96, jsxs as
|
|
6830
|
+
import { Fragment as Fragment31, jsx as jsx96, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
6780
6831
|
var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
|
|
6781
6832
|
var ActionSheetHeader = (props) => {
|
|
6782
6833
|
const {
|
|
@@ -6794,9 +6845,9 @@ var ActionSheetHeader = (props) => {
|
|
|
6794
6845
|
props.className,
|
|
6795
6846
|
ACTIONSHEETHEADER_CLASSNAME
|
|
6796
6847
|
),
|
|
6797
|
-
children: /* @__PURE__ */
|
|
6798
|
-
/* @__PURE__ */
|
|
6799
|
-
!props.children && (title || subTitle) && /* @__PURE__ */ jsx96(Fragment31, { children: /* @__PURE__ */
|
|
6848
|
+
children: /* @__PURE__ */ jsxs42(Fragment31, { children: [
|
|
6849
|
+
/* @__PURE__ */ jsxs42("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
|
|
6850
|
+
!props.children && (title || subTitle) && /* @__PURE__ */ jsx96(Fragment31, { children: /* @__PURE__ */ jsxs42("div", { className: "k-actionsheet-title", children: [
|
|
6800
6851
|
title !== "" && /* @__PURE__ */ jsx96("div", { className: "k-text-center", children: title }),
|
|
6801
6852
|
subTitle !== "" && /* @__PURE__ */ jsx96("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
|
|
6802
6853
|
] }) }),
|
|
@@ -6810,7 +6861,7 @@ var ActionSheetHeader = (props) => {
|
|
|
6810
6861
|
};
|
|
6811
6862
|
|
|
6812
6863
|
// src/action-sheet/actionsheet-footer.tsx
|
|
6813
|
-
import { Fragment as Fragment32, jsx as jsx97, jsxs as
|
|
6864
|
+
import { Fragment as Fragment32, jsx as jsx97, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
6814
6865
|
var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
|
|
6815
6866
|
var ActionSheetFooter = (props) => {
|
|
6816
6867
|
const {
|
|
@@ -6826,7 +6877,7 @@ var ActionSheetFooter = (props) => {
|
|
|
6826
6877
|
ACTIONSHEETFOOTER_CLASSNAME
|
|
6827
6878
|
),
|
|
6828
6879
|
alignment: "stretched",
|
|
6829
|
-
children: /* @__PURE__ */
|
|
6880
|
+
children: /* @__PURE__ */ jsxs43(Fragment32, { children: [
|
|
6830
6881
|
actions && actions.map((action, index) => {
|
|
6831
6882
|
if (action === "|") {
|
|
6832
6883
|
return /* @__PURE__ */ jsx97("span", { className: "k-separator" }, index);
|
|
@@ -6864,8 +6915,8 @@ var ActionSheetItems = (props) => {
|
|
|
6864
6915
|
};
|
|
6865
6916
|
|
|
6866
6917
|
// src/action-sheet/actionsheet-item.tsx
|
|
6867
|
-
import { Fragment as Fragment33, jsx as jsx99, jsxs as
|
|
6868
|
-
var
|
|
6918
|
+
import { Fragment as Fragment33, jsx as jsx99, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
6919
|
+
var states40 = [
|
|
6869
6920
|
States.hover,
|
|
6870
6921
|
States.focus,
|
|
6871
6922
|
States.selected,
|
|
@@ -6873,9 +6924,9 @@ var states39 = [
|
|
|
6873
6924
|
];
|
|
6874
6925
|
|
|
6875
6926
|
// src/combobox/combobox.spec.tsx
|
|
6876
|
-
import { Fragment as Fragment34, jsx as jsx100, jsxs as
|
|
6927
|
+
import { Fragment as Fragment34, jsx as jsx100, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
6877
6928
|
var COMBOBOX_CLASSNAME = `k-combobox`;
|
|
6878
|
-
var
|
|
6929
|
+
var states41 = [
|
|
6879
6930
|
States.hover,
|
|
6880
6931
|
States.focus,
|
|
6881
6932
|
States.valid,
|
|
@@ -6885,12 +6936,12 @@ var states40 = [
|
|
|
6885
6936
|
States.disabled,
|
|
6886
6937
|
States.readonly
|
|
6887
6938
|
];
|
|
6888
|
-
var
|
|
6939
|
+
var defaultProps38 = {
|
|
6889
6940
|
size: Input.defaultProps.size,
|
|
6890
6941
|
rounded: Input.defaultProps.rounded,
|
|
6891
6942
|
fillMode: Input.defaultProps.fillMode
|
|
6892
6943
|
};
|
|
6893
|
-
var
|
|
6944
|
+
var options39 = {
|
|
6894
6945
|
size: [Size.small, Size.medium, Size.large],
|
|
6895
6946
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
6896
6947
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
@@ -6918,8 +6969,8 @@ var Combobox = (props) => {
|
|
|
6918
6969
|
adaptiveSettings,
|
|
6919
6970
|
...other
|
|
6920
6971
|
} = props;
|
|
6921
|
-
return /* @__PURE__ */
|
|
6922
|
-
/* @__PURE__ */
|
|
6972
|
+
return /* @__PURE__ */ jsxs45(Fragment34, { children: [
|
|
6973
|
+
/* @__PURE__ */ jsxs45(
|
|
6923
6974
|
Input,
|
|
6924
6975
|
{
|
|
6925
6976
|
...other,
|
|
@@ -6936,7 +6987,7 @@ var Combobox = (props) => {
|
|
|
6936
6987
|
readonly,
|
|
6937
6988
|
className: classNames(props.className, COMBOBOX_CLASSNAME),
|
|
6938
6989
|
children: [
|
|
6939
|
-
prefix && /* @__PURE__ */
|
|
6990
|
+
prefix && /* @__PURE__ */ jsxs45(Fragment34, { children: [
|
|
6940
6991
|
/* @__PURE__ */ jsx100(InputPrefix, { children: prefix }),
|
|
6941
6992
|
/* @__PURE__ */ jsx100(InputSeparator, {})
|
|
6942
6993
|
] }),
|
|
@@ -6966,7 +7017,7 @@ var Combobox = (props) => {
|
|
|
6966
7017
|
value
|
|
6967
7018
|
}
|
|
6968
7019
|
),
|
|
6969
|
-
suffix && /* @__PURE__ */
|
|
7020
|
+
suffix && /* @__PURE__ */ jsxs45(Fragment34, { children: [
|
|
6970
7021
|
/* @__PURE__ */ jsx100(InputSeparator, {}),
|
|
6971
7022
|
/* @__PURE__ */ jsx100(InputSuffix, { children: suffix })
|
|
6972
7023
|
] }),
|
|
@@ -6984,7 +7035,7 @@ var Combobox = (props) => {
|
|
|
6984
7035
|
}
|
|
6985
7036
|
),
|
|
6986
7037
|
opened && popup && /* @__PURE__ */ jsx100(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
|
|
6987
|
-
adaptive && /* @__PURE__ */
|
|
7038
|
+
adaptive && /* @__PURE__ */ jsxs45(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
6988
7039
|
/* @__PURE__ */ jsx100(
|
|
6989
7040
|
ActionSheetHeader,
|
|
6990
7041
|
{
|
|
@@ -6993,7 +7044,7 @@ var Combobox = (props) => {
|
|
|
6993
7044
|
title: "Select Item"
|
|
6994
7045
|
}
|
|
6995
7046
|
),
|
|
6996
|
-
/* @__PURE__ */ jsx100("div", { className: "k-list-container", children: /* @__PURE__ */
|
|
7047
|
+
/* @__PURE__ */ jsx100("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs45(List, { size: "large", children: [
|
|
6997
7048
|
/* @__PURE__ */ jsx100(ListItem, { text: "List item" }),
|
|
6998
7049
|
/* @__PURE__ */ jsx100(ListItem, { text: "List item" }),
|
|
6999
7050
|
/* @__PURE__ */ jsx100(ListItem, { text: "List item" })
|
|
@@ -7001,19 +7052,19 @@ var Combobox = (props) => {
|
|
|
7001
7052
|
] })
|
|
7002
7053
|
] });
|
|
7003
7054
|
};
|
|
7004
|
-
Combobox.states =
|
|
7005
|
-
Combobox.options =
|
|
7055
|
+
Combobox.states = states41;
|
|
7056
|
+
Combobox.options = options39;
|
|
7006
7057
|
Combobox.className = COMBOBOX_CLASSNAME;
|
|
7007
|
-
Combobox.defaultProps =
|
|
7058
|
+
Combobox.defaultProps = defaultProps38;
|
|
7008
7059
|
|
|
7009
7060
|
// src/combobox/templates/combobox-normal.tsx
|
|
7010
7061
|
import { jsx as jsx101 } from "react/jsx-runtime";
|
|
7011
7062
|
|
|
7012
7063
|
// src/combobox/templates/combobox-popup.tsx
|
|
7013
|
-
import { jsx as jsx102, jsxs as
|
|
7064
|
+
import { jsx as jsx102, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
7014
7065
|
|
|
7015
7066
|
// src/combobox/templates/combobox-grouping.tsx
|
|
7016
|
-
import { jsx as jsx103, jsxs as
|
|
7067
|
+
import { jsx as jsx103, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
7017
7068
|
|
|
7018
7069
|
// src/combobox/templates/combobox-adaptive.tsx
|
|
7019
7070
|
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
@@ -7025,16 +7076,16 @@ import { Fragment as Fragment35, jsx as jsx105 } from "react/jsx-runtime";
|
|
|
7025
7076
|
import { Fragment as Fragment36, jsx as jsx106 } from "react/jsx-runtime";
|
|
7026
7077
|
|
|
7027
7078
|
// src/menu-button/menu-button.spec.tsx
|
|
7028
|
-
import { Fragment as Fragment37, jsx as jsx107, jsxs as
|
|
7079
|
+
import { Fragment as Fragment37, jsx as jsx107, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7029
7080
|
var MENUBUTTON_CLASSNAME = `k-menu-button`;
|
|
7030
|
-
var
|
|
7081
|
+
var states42 = [
|
|
7031
7082
|
States.hover,
|
|
7032
7083
|
States.focus,
|
|
7033
7084
|
States.active,
|
|
7034
7085
|
States.selected,
|
|
7035
7086
|
States.disabled
|
|
7036
7087
|
];
|
|
7037
|
-
var
|
|
7088
|
+
var options40 = {
|
|
7038
7089
|
size: [Size.small, Size.medium, Size.large],
|
|
7039
7090
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
7040
7091
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
|
|
@@ -7052,7 +7103,7 @@ var options39 = {
|
|
|
7052
7103
|
ThemeColor.inverse
|
|
7053
7104
|
]
|
|
7054
7105
|
};
|
|
7055
|
-
var
|
|
7106
|
+
var defaultProps39 = {
|
|
7056
7107
|
size: Size.medium,
|
|
7057
7108
|
rounded: Roundness.medium,
|
|
7058
7109
|
fillMode: FillMode.solid,
|
|
@@ -7062,10 +7113,10 @@ var defaultProps38 = {
|
|
|
7062
7113
|
};
|
|
7063
7114
|
var MenuButton = (props) => {
|
|
7064
7115
|
const {
|
|
7065
|
-
size =
|
|
7066
|
-
rounded =
|
|
7067
|
-
fillMode =
|
|
7068
|
-
themeColor =
|
|
7116
|
+
size = defaultProps39.size,
|
|
7117
|
+
rounded = defaultProps39.rounded,
|
|
7118
|
+
fillMode = defaultProps39.fillMode,
|
|
7119
|
+
themeColor = defaultProps39.themeColor,
|
|
7069
7120
|
hover,
|
|
7070
7121
|
focus,
|
|
7071
7122
|
active,
|
|
@@ -7073,13 +7124,13 @@ var MenuButton = (props) => {
|
|
|
7073
7124
|
disabled,
|
|
7074
7125
|
icon,
|
|
7075
7126
|
text,
|
|
7076
|
-
showArrow =
|
|
7077
|
-
arrowIconName =
|
|
7127
|
+
showArrow = defaultProps39.showArrow,
|
|
7128
|
+
arrowIconName = defaultProps39.arrowIconName,
|
|
7078
7129
|
popup,
|
|
7079
7130
|
opened,
|
|
7080
7131
|
...other
|
|
7081
7132
|
} = props;
|
|
7082
|
-
return /* @__PURE__ */
|
|
7133
|
+
return /* @__PURE__ */ jsxs48(Fragment37, { children: [
|
|
7083
7134
|
/* @__PURE__ */ jsx107(
|
|
7084
7135
|
Button,
|
|
7085
7136
|
{
|
|
@@ -7106,10 +7157,10 @@ var MenuButton = (props) => {
|
|
|
7106
7157
|
opened && popup && /* @__PURE__ */ jsx107(Popup, { className: "k-menu-popup", children: popup })
|
|
7107
7158
|
] });
|
|
7108
7159
|
};
|
|
7109
|
-
MenuButton.states =
|
|
7110
|
-
MenuButton.options =
|
|
7160
|
+
MenuButton.states = states42;
|
|
7161
|
+
MenuButton.options = options40;
|
|
7111
7162
|
MenuButton.className = MENUBUTTON_CLASSNAME;
|
|
7112
|
-
MenuButton.defaultProps =
|
|
7163
|
+
MenuButton.defaultProps = defaultProps39;
|
|
7113
7164
|
|
|
7114
7165
|
// src/menu-button/templates/icon-menu-button.tsx
|
|
7115
7166
|
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
@@ -7121,17 +7172,17 @@ import { jsx as jsx109 } from "react/jsx-runtime";
|
|
|
7121
7172
|
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
7122
7173
|
|
|
7123
7174
|
// src/menu/menu-item.spec.tsx
|
|
7124
|
-
import { Fragment as Fragment38, jsx as jsx111, jsxs as
|
|
7175
|
+
import { Fragment as Fragment38, jsx as jsx111, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7125
7176
|
var MENUITEM_CLASSNAME = `k-menu-item`;
|
|
7126
|
-
var
|
|
7177
|
+
var states43 = [
|
|
7127
7178
|
States.hover,
|
|
7128
7179
|
States.focus,
|
|
7129
7180
|
States.active,
|
|
7130
7181
|
States.selected,
|
|
7131
7182
|
States.disabled
|
|
7132
7183
|
];
|
|
7133
|
-
var
|
|
7134
|
-
var
|
|
7184
|
+
var options41 = {};
|
|
7185
|
+
var defaultProps40 = {
|
|
7135
7186
|
dir: "ltr"
|
|
7136
7187
|
};
|
|
7137
7188
|
var MenuItem = (props) => {
|
|
@@ -7145,7 +7196,7 @@ var MenuItem = (props) => {
|
|
|
7145
7196
|
text,
|
|
7146
7197
|
showArrow,
|
|
7147
7198
|
arrowIconName,
|
|
7148
|
-
dir =
|
|
7199
|
+
dir = defaultProps40.dir,
|
|
7149
7200
|
children,
|
|
7150
7201
|
...other
|
|
7151
7202
|
} = props;
|
|
@@ -7163,7 +7214,7 @@ var MenuItem = (props) => {
|
|
|
7163
7214
|
if (!expandArrowName) {
|
|
7164
7215
|
expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
|
|
7165
7216
|
}
|
|
7166
|
-
return /* @__PURE__ */
|
|
7217
|
+
return /* @__PURE__ */ jsxs49(
|
|
7167
7218
|
"li",
|
|
7168
7219
|
{
|
|
7169
7220
|
...other,
|
|
@@ -7178,7 +7229,7 @@ var MenuItem = (props) => {
|
|
|
7178
7229
|
})
|
|
7179
7230
|
),
|
|
7180
7231
|
children: [
|
|
7181
|
-
/* @__PURE__ */
|
|
7232
|
+
/* @__PURE__ */ jsxs49(
|
|
7182
7233
|
"span",
|
|
7183
7234
|
{
|
|
7184
7235
|
className: classNames(
|
|
@@ -7202,21 +7253,21 @@ var MenuItem = (props) => {
|
|
|
7202
7253
|
}
|
|
7203
7254
|
);
|
|
7204
7255
|
};
|
|
7205
|
-
MenuItem.states =
|
|
7206
|
-
MenuItem.options =
|
|
7256
|
+
MenuItem.states = states43;
|
|
7257
|
+
MenuItem.options = options41;
|
|
7207
7258
|
MenuItem.className = MENUITEM_CLASSNAME;
|
|
7208
|
-
MenuItem.defaultProps =
|
|
7259
|
+
MenuItem.defaultProps = defaultProps40;
|
|
7209
7260
|
var menu_item_spec_default = MenuItem;
|
|
7210
7261
|
|
|
7211
7262
|
// src/menu/menu-separator.spec.tsx
|
|
7212
7263
|
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
7213
7264
|
var SEPARATOR_CLASSNAME = `k-separator`;
|
|
7214
|
-
var
|
|
7265
|
+
var defaultProps41 = {
|
|
7215
7266
|
orientation: "horizontal"
|
|
7216
7267
|
};
|
|
7217
7268
|
var MenuSeparator = (props) => {
|
|
7218
7269
|
const {
|
|
7219
|
-
orientation =
|
|
7270
|
+
orientation = defaultProps41.orientation,
|
|
7220
7271
|
...other
|
|
7221
7272
|
} = props;
|
|
7222
7273
|
return /* @__PURE__ */ jsx112(
|
|
@@ -7243,19 +7294,19 @@ import { Fragment as Fragment39, jsx as jsx113 } from "react/jsx-runtime";
|
|
|
7243
7294
|
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
7244
7295
|
import { createElement } from "react";
|
|
7245
7296
|
var MENULIST_CLASSNAME = `k-menu-group`;
|
|
7246
|
-
var
|
|
7247
|
-
var
|
|
7297
|
+
var states44 = [];
|
|
7298
|
+
var options42 = {
|
|
7248
7299
|
size: [Size.small, Size.medium, Size.large]
|
|
7249
7300
|
};
|
|
7250
|
-
var
|
|
7301
|
+
var defaultProps42 = {
|
|
7251
7302
|
size: Size.medium,
|
|
7252
7303
|
dir: "ltr"
|
|
7253
7304
|
};
|
|
7254
7305
|
var MenuList = (props) => {
|
|
7255
7306
|
const {
|
|
7256
7307
|
children,
|
|
7257
|
-
size =
|
|
7258
|
-
dir =
|
|
7308
|
+
size = defaultProps42.size,
|
|
7309
|
+
dir = defaultProps42.dir,
|
|
7259
7310
|
...other
|
|
7260
7311
|
} = props;
|
|
7261
7312
|
const listChildren = [];
|
|
@@ -7291,25 +7342,25 @@ var MenuList = (props) => {
|
|
|
7291
7342
|
}
|
|
7292
7343
|
);
|
|
7293
7344
|
};
|
|
7294
|
-
MenuList.states =
|
|
7295
|
-
MenuList.options =
|
|
7345
|
+
MenuList.states = states44;
|
|
7346
|
+
MenuList.options = options42;
|
|
7296
7347
|
MenuList.className = MENULIST_CLASSNAME;
|
|
7297
|
-
MenuList.defaultProps =
|
|
7348
|
+
MenuList.defaultProps = defaultProps42;
|
|
7298
7349
|
|
|
7299
7350
|
// src/menu-button/templates/menu-button-popup.tsx
|
|
7300
|
-
import { jsx as jsx115, jsxs as
|
|
7351
|
+
import { jsx as jsx115, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
7301
7352
|
|
|
7302
7353
|
// src/split-button/split-button.spec.tsx
|
|
7303
|
-
import { Fragment as Fragment40, jsx as jsx116, jsxs as
|
|
7354
|
+
import { Fragment as Fragment40, jsx as jsx116, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
7304
7355
|
var SPLITBUTTON_CLASSNAME = `k-split-button`;
|
|
7305
|
-
var
|
|
7356
|
+
var states45 = [
|
|
7306
7357
|
States.hover,
|
|
7307
7358
|
States.focus,
|
|
7308
7359
|
States.active,
|
|
7309
7360
|
States.selected,
|
|
7310
7361
|
States.disabled
|
|
7311
7362
|
];
|
|
7312
|
-
var
|
|
7363
|
+
var options43 = {
|
|
7313
7364
|
size: [Size.small, Size.medium, Size.large],
|
|
7314
7365
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
7315
7366
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
|
|
@@ -7327,7 +7378,7 @@ var options42 = {
|
|
|
7327
7378
|
ThemeColor.inverse
|
|
7328
7379
|
]
|
|
7329
7380
|
};
|
|
7330
|
-
var
|
|
7381
|
+
var defaultProps43 = {
|
|
7331
7382
|
size: Size.medium,
|
|
7332
7383
|
rounded: Roundness.medium,
|
|
7333
7384
|
fillMode: FillMode.solid,
|
|
@@ -7336,10 +7387,10 @@ var defaultProps42 = {
|
|
|
7336
7387
|
};
|
|
7337
7388
|
var SplitButton = (props) => {
|
|
7338
7389
|
const {
|
|
7339
|
-
size =
|
|
7340
|
-
rounded =
|
|
7341
|
-
fillMode =
|
|
7342
|
-
themeColor =
|
|
7390
|
+
size = defaultProps43.size,
|
|
7391
|
+
rounded = defaultProps43.rounded,
|
|
7392
|
+
fillMode = defaultProps43.fillMode,
|
|
7393
|
+
themeColor = defaultProps43.themeColor,
|
|
7343
7394
|
hover,
|
|
7344
7395
|
focus,
|
|
7345
7396
|
active,
|
|
@@ -7347,13 +7398,13 @@ var SplitButton = (props) => {
|
|
|
7347
7398
|
disabled,
|
|
7348
7399
|
icon,
|
|
7349
7400
|
text,
|
|
7350
|
-
arrowIconName =
|
|
7401
|
+
arrowIconName = defaultProps43.arrowIconName,
|
|
7351
7402
|
popup,
|
|
7352
7403
|
opened,
|
|
7353
7404
|
...other
|
|
7354
7405
|
} = props;
|
|
7355
|
-
return /* @__PURE__ */
|
|
7356
|
-
/* @__PURE__ */
|
|
7406
|
+
return /* @__PURE__ */ jsxs51(Fragment40, { children: [
|
|
7407
|
+
/* @__PURE__ */ jsxs51(
|
|
7357
7408
|
"div",
|
|
7358
7409
|
{
|
|
7359
7410
|
...other,
|
|
@@ -7400,27 +7451,27 @@ var SplitButton = (props) => {
|
|
|
7400
7451
|
opened && popup && /* @__PURE__ */ jsx116(Popup, { className: "k-menu-popup", children: popup })
|
|
7401
7452
|
] });
|
|
7402
7453
|
};
|
|
7403
|
-
SplitButton.states =
|
|
7404
|
-
SplitButton.options =
|
|
7454
|
+
SplitButton.states = states45;
|
|
7455
|
+
SplitButton.options = options43;
|
|
7405
7456
|
SplitButton.className = SPLITBUTTON_CLASSNAME;
|
|
7406
|
-
SplitButton.defaultProps =
|
|
7457
|
+
SplitButton.defaultProps = defaultProps43;
|
|
7407
7458
|
var split_button_spec_default = SplitButton;
|
|
7408
7459
|
|
|
7409
7460
|
// src/toolbar/toolbar.spec.tsx
|
|
7410
7461
|
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
7411
7462
|
var TOOLBAR_CLASSNAME = `k-toolbar`;
|
|
7412
|
-
var
|
|
7463
|
+
var states46 = [
|
|
7413
7464
|
States.focus
|
|
7414
7465
|
];
|
|
7415
|
-
var
|
|
7466
|
+
var options44 = {
|
|
7416
7467
|
size: [Size.small, Size.medium, Size.large]
|
|
7417
7468
|
};
|
|
7418
|
-
var
|
|
7469
|
+
var defaultProps44 = {
|
|
7419
7470
|
size: Size.medium
|
|
7420
7471
|
};
|
|
7421
7472
|
var Toolbar = (props) => {
|
|
7422
7473
|
const {
|
|
7423
|
-
size =
|
|
7474
|
+
size = defaultProps44.size,
|
|
7424
7475
|
focus,
|
|
7425
7476
|
resizable,
|
|
7426
7477
|
...other
|
|
@@ -7576,26 +7627,26 @@ var Toolbar = (props) => {
|
|
|
7576
7627
|
}
|
|
7577
7628
|
);
|
|
7578
7629
|
};
|
|
7579
|
-
Toolbar.states =
|
|
7580
|
-
Toolbar.options =
|
|
7630
|
+
Toolbar.states = states46;
|
|
7631
|
+
Toolbar.options = options44;
|
|
7581
7632
|
Toolbar.className = TOOLBAR_CLASSNAME;
|
|
7582
|
-
Toolbar.defaultProps =
|
|
7633
|
+
Toolbar.defaultProps = defaultProps44;
|
|
7583
7634
|
|
|
7584
7635
|
// src/toolbar/toolbar-angular.spec.tsx
|
|
7585
7636
|
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
7586
7637
|
var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
|
|
7587
|
-
var
|
|
7638
|
+
var states47 = [
|
|
7588
7639
|
States.focus
|
|
7589
7640
|
];
|
|
7590
|
-
var
|
|
7641
|
+
var options45 = {
|
|
7591
7642
|
size: [Size.small, Size.medium, Size.large]
|
|
7592
7643
|
};
|
|
7593
|
-
var
|
|
7644
|
+
var defaultProps45 = {
|
|
7594
7645
|
size: Size.medium
|
|
7595
7646
|
};
|
|
7596
7647
|
var ToolbarAngular = (props) => {
|
|
7597
7648
|
const {
|
|
7598
|
-
size =
|
|
7649
|
+
size = defaultProps45.size,
|
|
7599
7650
|
focus,
|
|
7600
7651
|
resizable,
|
|
7601
7652
|
...other
|
|
@@ -7751,10 +7802,10 @@ var ToolbarAngular = (props) => {
|
|
|
7751
7802
|
}
|
|
7752
7803
|
);
|
|
7753
7804
|
};
|
|
7754
|
-
ToolbarAngular.states =
|
|
7755
|
-
ToolbarAngular.options =
|
|
7805
|
+
ToolbarAngular.states = states47;
|
|
7806
|
+
ToolbarAngular.options = options45;
|
|
7756
7807
|
ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
|
|
7757
|
-
ToolbarAngular.defaultProps =
|
|
7808
|
+
ToolbarAngular.defaultProps = defaultProps45;
|
|
7758
7809
|
|
|
7759
7810
|
// src/toolbar/toolbar-separator.tsx
|
|
7760
7811
|
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
@@ -7762,11 +7813,11 @@ import { jsx as jsx119 } from "react/jsx-runtime";
|
|
|
7762
7813
|
// src/toolbar/toolbar-item.spec.tsx
|
|
7763
7814
|
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
7764
7815
|
var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
|
|
7765
|
-
var
|
|
7816
|
+
var states48 = [
|
|
7766
7817
|
States.focus
|
|
7767
7818
|
];
|
|
7768
|
-
var
|
|
7769
|
-
var
|
|
7819
|
+
var options46 = {};
|
|
7820
|
+
var defaultProps46 = {};
|
|
7770
7821
|
var ToolbarItem = (props) => {
|
|
7771
7822
|
const {
|
|
7772
7823
|
focus,
|
|
@@ -7787,17 +7838,17 @@ var ToolbarItem = (props) => {
|
|
|
7787
7838
|
}
|
|
7788
7839
|
);
|
|
7789
7840
|
};
|
|
7790
|
-
ToolbarItem.states =
|
|
7791
|
-
ToolbarItem.options =
|
|
7841
|
+
ToolbarItem.states = states48;
|
|
7842
|
+
ToolbarItem.options = options46;
|
|
7792
7843
|
ToolbarItem.className = TOOLBARITEM_CLASSNAME;
|
|
7793
|
-
ToolbarItem.defaultProps =
|
|
7844
|
+
ToolbarItem.defaultProps = defaultProps46;
|
|
7794
7845
|
|
|
7795
7846
|
// src/toolbar/toolbar-popup.spec.tsx
|
|
7796
7847
|
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
7797
7848
|
var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
|
|
7798
|
-
var
|
|
7799
|
-
var
|
|
7800
|
-
var
|
|
7849
|
+
var states49 = [];
|
|
7850
|
+
var options47 = {};
|
|
7851
|
+
var defaultProps47 = {};
|
|
7801
7852
|
var ToolbarPopup = (props) => {
|
|
7802
7853
|
const { ...other } = props;
|
|
7803
7854
|
return /* @__PURE__ */ jsx121(
|
|
@@ -7812,10 +7863,10 @@ var ToolbarPopup = (props) => {
|
|
|
7812
7863
|
}
|
|
7813
7864
|
);
|
|
7814
7865
|
};
|
|
7815
|
-
ToolbarPopup.states =
|
|
7816
|
-
ToolbarPopup.options =
|
|
7866
|
+
ToolbarPopup.states = states49;
|
|
7867
|
+
ToolbarPopup.options = options47;
|
|
7817
7868
|
ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
|
|
7818
|
-
ToolbarPopup.defaultProps =
|
|
7869
|
+
ToolbarPopup.defaultProps = defaultProps47;
|
|
7819
7870
|
|
|
7820
7871
|
// src/split-button/templates/icon-split-button.tsx
|
|
7821
7872
|
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
@@ -7827,10 +7878,10 @@ import { jsx as jsx123 } from "react/jsx-runtime";
|
|
|
7827
7878
|
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
7828
7879
|
|
|
7829
7880
|
// src/split-button/templates/split-button-popup.tsx
|
|
7830
|
-
import { jsx as jsx125, jsxs as
|
|
7881
|
+
import { jsx as jsx125, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
7831
7882
|
|
|
7832
7883
|
// src/toolbar/templates/toolbar-normal.tsx
|
|
7833
|
-
import { Fragment as Fragment41, jsx as jsx126, jsxs as
|
|
7884
|
+
import { Fragment as Fragment41, jsx as jsx126, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
7834
7885
|
|
|
7835
7886
|
// src/toolbar/templates/toolbar-resizable.tsx
|
|
7836
7887
|
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
@@ -7841,473 +7892,1403 @@ import { jsx as jsx128 } from "react/jsx-runtime";
|
|
|
7841
7892
|
// src/toolbar/templates/toolbar-angular-resizable.tsx
|
|
7842
7893
|
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
7843
7894
|
|
|
7895
|
+
// src/gantt/gantt-header-toolbar.spec.tsx
|
|
7896
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
7897
|
+
var className14 = `k-gantt-header`;
|
|
7898
|
+
var GanttHeaderToolbar = (props) => /* @__PURE__ */ jsx130(
|
|
7899
|
+
Toolbar,
|
|
7900
|
+
{
|
|
7901
|
+
...props,
|
|
7902
|
+
className: classNames(
|
|
7903
|
+
props.className,
|
|
7904
|
+
className14,
|
|
7905
|
+
`k-gantt-toolbar`
|
|
7906
|
+
),
|
|
7907
|
+
children: props.children
|
|
7908
|
+
}
|
|
7909
|
+
);
|
|
7910
|
+
|
|
7911
|
+
// src/gantt/gantt-footer-toolbar.spec.tsx
|
|
7912
|
+
import { jsx as jsx131 } from "react/jsx-runtime";
|
|
7913
|
+
|
|
7914
|
+
// src/gantt/gantt-content.spec.tsx
|
|
7915
|
+
import { jsx as jsx132 } from "react/jsx-runtime";
|
|
7916
|
+
var className15 = `k-gantt-content`;
|
|
7917
|
+
var GanttContent = (props) => /* @__PURE__ */ jsx132(
|
|
7918
|
+
"div",
|
|
7919
|
+
{
|
|
7920
|
+
...props,
|
|
7921
|
+
className: classNames(
|
|
7922
|
+
props.className,
|
|
7923
|
+
className15
|
|
7924
|
+
),
|
|
7925
|
+
children: props.children
|
|
7926
|
+
}
|
|
7927
|
+
);
|
|
7928
|
+
|
|
7929
|
+
// src/gantt/gantt-tables-wrapper.spec.tsx
|
|
7930
|
+
import { jsx as jsx133 } from "react/jsx-runtime";
|
|
7931
|
+
|
|
7932
|
+
// src/table/data-table.spec.tsx
|
|
7933
|
+
import { jsx as jsx134 } from "react/jsx-runtime";
|
|
7934
|
+
var DATATABLE_CLASSNAME = `k-data-table`;
|
|
7935
|
+
var states50 = [];
|
|
7936
|
+
var options48 = {
|
|
7937
|
+
size: [Size.small, Size.medium, Size.large]
|
|
7938
|
+
};
|
|
7939
|
+
var defaultProps48 = {
|
|
7940
|
+
size: Size.medium
|
|
7941
|
+
};
|
|
7942
|
+
var DataTable = (props) => {
|
|
7943
|
+
const {
|
|
7944
|
+
size = defaultProps48.size,
|
|
7945
|
+
...other
|
|
7946
|
+
} = props;
|
|
7947
|
+
return /* @__PURE__ */ jsx134(
|
|
7948
|
+
"div",
|
|
7949
|
+
{
|
|
7950
|
+
...other,
|
|
7951
|
+
className: classNames(
|
|
7952
|
+
props.className,
|
|
7953
|
+
DATATABLE_CLASSNAME,
|
|
7954
|
+
optionClassNames("k-table", {
|
|
7955
|
+
size
|
|
7956
|
+
})
|
|
7957
|
+
),
|
|
7958
|
+
children: props.children
|
|
7959
|
+
}
|
|
7960
|
+
);
|
|
7961
|
+
};
|
|
7962
|
+
DataTable.states = states50;
|
|
7963
|
+
DataTable.options = options48;
|
|
7964
|
+
DataTable.className = DATATABLE_CLASSNAME;
|
|
7965
|
+
DataTable.defaultProps = defaultProps48;
|
|
7966
|
+
|
|
7967
|
+
// src/table/table-header.tsx
|
|
7968
|
+
import { jsx as jsx135 } from "react/jsx-runtime";
|
|
7969
|
+
|
|
7970
|
+
// src/table/table-body.tsx
|
|
7971
|
+
import { jsx as jsx136 } from "react/jsx-runtime";
|
|
7972
|
+
|
|
7973
|
+
// src/table/table-footer.tsx
|
|
7974
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
7975
|
+
|
|
7976
|
+
// src/table/table.spec.tsx
|
|
7977
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
7978
|
+
var TABLE_CLASSNAME = `k-table`;
|
|
7979
|
+
var states51 = [];
|
|
7980
|
+
var options49 = {
|
|
7981
|
+
size: [Size.small, Size.medium, Size.large]
|
|
7982
|
+
};
|
|
7983
|
+
var defaultProps49 = {};
|
|
7984
|
+
var Table = (props) => {
|
|
7985
|
+
const {
|
|
7986
|
+
size,
|
|
7987
|
+
...other
|
|
7988
|
+
} = props;
|
|
7989
|
+
return /* @__PURE__ */ jsx138(
|
|
7990
|
+
"table",
|
|
7991
|
+
{
|
|
7992
|
+
...other,
|
|
7993
|
+
className: classNames(
|
|
7994
|
+
props.className,
|
|
7995
|
+
TABLE_CLASSNAME,
|
|
7996
|
+
optionClassNames(TABLE_CLASSNAME, {
|
|
7997
|
+
size
|
|
7998
|
+
})
|
|
7999
|
+
),
|
|
8000
|
+
children: props.children
|
|
8001
|
+
}
|
|
8002
|
+
);
|
|
8003
|
+
};
|
|
8004
|
+
Table.states = states51;
|
|
8005
|
+
Table.options = options49;
|
|
8006
|
+
Table.className = TABLE_CLASSNAME;
|
|
8007
|
+
Table.defaultProps = defaultProps49;
|
|
8008
|
+
|
|
8009
|
+
// src/table/table-list.spec.tsx
|
|
8010
|
+
import { jsx as jsx139 } from "react/jsx-runtime";
|
|
8011
|
+
var TABLELIST_CLASSNAME = `k-table-list`;
|
|
8012
|
+
var states52 = [];
|
|
8013
|
+
var options50 = {
|
|
8014
|
+
size: [Size.small, Size.medium, Size.large]
|
|
8015
|
+
};
|
|
8016
|
+
var defaultProps50 = {};
|
|
8017
|
+
var TableList = (props) => {
|
|
8018
|
+
const {
|
|
8019
|
+
size,
|
|
8020
|
+
virtualization,
|
|
8021
|
+
...other
|
|
8022
|
+
} = props;
|
|
8023
|
+
return /* @__PURE__ */ jsx139(
|
|
8024
|
+
"ul",
|
|
8025
|
+
{
|
|
8026
|
+
...other,
|
|
8027
|
+
className: classNames(
|
|
8028
|
+
props.className,
|
|
8029
|
+
"k-table",
|
|
8030
|
+
TABLELIST_CLASSNAME,
|
|
8031
|
+
optionClassNames(TABLELIST_CLASSNAME, {
|
|
8032
|
+
size
|
|
8033
|
+
}),
|
|
8034
|
+
{
|
|
8035
|
+
"k-virtual-table": virtualization
|
|
8036
|
+
}
|
|
8037
|
+
),
|
|
8038
|
+
children: props.children
|
|
8039
|
+
}
|
|
8040
|
+
);
|
|
8041
|
+
};
|
|
8042
|
+
TableList.states = states52;
|
|
8043
|
+
TableList.options = options50;
|
|
8044
|
+
TableList.className = TABLELIST_CLASSNAME;
|
|
8045
|
+
TableList.defaultProps = defaultProps50;
|
|
8046
|
+
|
|
8047
|
+
// src/table/table-thead.tsx
|
|
8048
|
+
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
8049
|
+
var className16 = `k-table-thead`;
|
|
8050
|
+
var TableThead = (props) => /* @__PURE__ */ jsx140(
|
|
8051
|
+
"thead",
|
|
8052
|
+
{
|
|
8053
|
+
className: classNames(
|
|
8054
|
+
props.className,
|
|
8055
|
+
className16
|
|
8056
|
+
),
|
|
8057
|
+
children: props.children
|
|
8058
|
+
}
|
|
8059
|
+
);
|
|
8060
|
+
|
|
8061
|
+
// src/table/table-tbody.tsx
|
|
8062
|
+
import { jsx as jsx141 } from "react/jsx-runtime";
|
|
8063
|
+
var className17 = `k-table-tbody`;
|
|
8064
|
+
var TableTbody = (props) => /* @__PURE__ */ jsx141(
|
|
8065
|
+
"tbody",
|
|
8066
|
+
{
|
|
8067
|
+
className: classNames(
|
|
8068
|
+
props.className,
|
|
8069
|
+
className17
|
|
8070
|
+
),
|
|
8071
|
+
children: props.children
|
|
8072
|
+
}
|
|
8073
|
+
);
|
|
8074
|
+
|
|
8075
|
+
// src/table/table-tfoot.tsx
|
|
8076
|
+
import { jsx as jsx142 } from "react/jsx-runtime";
|
|
8077
|
+
|
|
8078
|
+
// src/table/table-row.tsx
|
|
8079
|
+
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
8080
|
+
var TABLEROW_CLASSNAME = `k-table-row`;
|
|
8081
|
+
var states53 = [
|
|
8082
|
+
States.hover,
|
|
8083
|
+
States.focus,
|
|
8084
|
+
States.selected,
|
|
8085
|
+
States.disabled
|
|
8086
|
+
];
|
|
8087
|
+
var TableRow = (props) => {
|
|
8088
|
+
const {
|
|
8089
|
+
hover,
|
|
8090
|
+
focus,
|
|
8091
|
+
selected,
|
|
8092
|
+
disabled,
|
|
8093
|
+
alt,
|
|
8094
|
+
...other
|
|
8095
|
+
} = props;
|
|
8096
|
+
return /* @__PURE__ */ jsx143(
|
|
8097
|
+
"tr",
|
|
8098
|
+
{
|
|
8099
|
+
...other,
|
|
8100
|
+
className: classNames(
|
|
8101
|
+
props.className,
|
|
8102
|
+
TABLEROW_CLASSNAME,
|
|
8103
|
+
{
|
|
8104
|
+
["k-table-alt-row"]: alt
|
|
8105
|
+
},
|
|
8106
|
+
stateClassNames(TABLEROW_CLASSNAME, {
|
|
8107
|
+
hover,
|
|
8108
|
+
focus,
|
|
8109
|
+
disabled,
|
|
8110
|
+
selected
|
|
8111
|
+
})
|
|
8112
|
+
),
|
|
8113
|
+
children: props.children
|
|
8114
|
+
}
|
|
8115
|
+
);
|
|
8116
|
+
};
|
|
8117
|
+
|
|
8118
|
+
// src/table/table-list-row.tsx
|
|
8119
|
+
import { jsx as jsx144 } from "react/jsx-runtime";
|
|
8120
|
+
var states54 = [
|
|
8121
|
+
States.hover,
|
|
8122
|
+
States.focus,
|
|
8123
|
+
States.selected,
|
|
8124
|
+
States.disabled
|
|
8125
|
+
];
|
|
8126
|
+
|
|
8127
|
+
// src/table/table-th.tsx
|
|
8128
|
+
import { jsx as jsx145 } from "react/jsx-runtime";
|
|
8129
|
+
var className18 = `k-table-th`;
|
|
8130
|
+
var TableTh = (props) => {
|
|
8131
|
+
const {
|
|
8132
|
+
text,
|
|
8133
|
+
colspan,
|
|
8134
|
+
rowspan,
|
|
8135
|
+
...other
|
|
8136
|
+
} = props;
|
|
8137
|
+
const textOrChildren = text ? text : props.children;
|
|
8138
|
+
return /* @__PURE__ */ jsx145(
|
|
8139
|
+
"th",
|
|
8140
|
+
{
|
|
8141
|
+
colSpan: colspan,
|
|
8142
|
+
rowSpan: rowspan,
|
|
8143
|
+
...other,
|
|
8144
|
+
className: classNames(
|
|
8145
|
+
props.className,
|
|
8146
|
+
className18
|
|
8147
|
+
),
|
|
8148
|
+
children: textOrChildren
|
|
8149
|
+
}
|
|
8150
|
+
);
|
|
8151
|
+
};
|
|
8152
|
+
|
|
8153
|
+
// src/table/table-list-th.tsx
|
|
8154
|
+
import { jsx as jsx146 } from "react/jsx-runtime";
|
|
8155
|
+
|
|
8156
|
+
// src/table/table-td.tsx
|
|
8157
|
+
import { jsx as jsx147 } from "react/jsx-runtime";
|
|
8158
|
+
var className19 = `k-table-td`;
|
|
8159
|
+
var TableTd = (props) => {
|
|
8160
|
+
const {
|
|
8161
|
+
text,
|
|
8162
|
+
colspan,
|
|
8163
|
+
...other
|
|
8164
|
+
} = props;
|
|
8165
|
+
const textOrChildren = text ? text : props.children;
|
|
8166
|
+
return /* @__PURE__ */ jsx147(
|
|
8167
|
+
"td",
|
|
8168
|
+
{
|
|
8169
|
+
colSpan: colspan,
|
|
8170
|
+
...other,
|
|
8171
|
+
className: classNames(
|
|
8172
|
+
props.className,
|
|
8173
|
+
className19
|
|
8174
|
+
),
|
|
8175
|
+
children: textOrChildren
|
|
8176
|
+
}
|
|
8177
|
+
);
|
|
8178
|
+
};
|
|
8179
|
+
|
|
8180
|
+
// src/table/table-list-td.tsx
|
|
8181
|
+
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
8182
|
+
|
|
8183
|
+
// src/table/table-group-header.tsx
|
|
8184
|
+
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
8185
|
+
|
|
8186
|
+
// src/table/table-group-sticky-header.tsx
|
|
8187
|
+
import { jsx as jsx150 } from "react/jsx-runtime";
|
|
8188
|
+
|
|
8189
|
+
// src/table/table-group-row.tsx
|
|
8190
|
+
import { jsx as jsx151 } from "react/jsx-runtime";
|
|
8191
|
+
|
|
8192
|
+
// src/table/table-list-group-row.tsx
|
|
8193
|
+
import { jsx as jsx152 } from "react/jsx-runtime";
|
|
8194
|
+
|
|
8195
|
+
// src/table/templates/table-list.tsx
|
|
8196
|
+
import { jsx as jsx153, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
8197
|
+
|
|
8198
|
+
// src/table/templates/table-list-virtualization.tsx
|
|
8199
|
+
import { jsx as jsx154, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
8200
|
+
|
|
8201
|
+
// src/table/templates/data-table-normal.tsx
|
|
8202
|
+
import { jsx as jsx155, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
8203
|
+
|
|
8204
|
+
// src/table/templates/table-native.tsx
|
|
8205
|
+
import { jsx as jsx156, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
8206
|
+
|
|
8207
|
+
// src/gantt/gantt-columns-table.spec.tsx
|
|
8208
|
+
import { jsx as jsx157 } from "react/jsx-runtime";
|
|
8209
|
+
var GANTTCOLUMNSTABLE_CLASSNAME = `k-gantt-columns`;
|
|
8210
|
+
var GanttColumnsTable = (props) => /* @__PURE__ */ jsx157(
|
|
8211
|
+
Table,
|
|
8212
|
+
{
|
|
8213
|
+
size: "medium",
|
|
8214
|
+
...props,
|
|
8215
|
+
className: classNames(
|
|
8216
|
+
props.className,
|
|
8217
|
+
GANTTCOLUMNSTABLE_CLASSNAME
|
|
8218
|
+
),
|
|
8219
|
+
children: props.children
|
|
8220
|
+
}
|
|
8221
|
+
);
|
|
8222
|
+
|
|
8223
|
+
// src/gantt/gantt-rows-table.spec.tsx
|
|
8224
|
+
import { jsx as jsx158 } from "react/jsx-runtime";
|
|
8225
|
+
|
|
8226
|
+
// src/gantt/gantt-tasks-table.spec.tsx
|
|
8227
|
+
import { jsx as jsx159 } from "react/jsx-runtime";
|
|
8228
|
+
|
|
8229
|
+
// src/gantt/gantt-task.spec.tsx
|
|
8230
|
+
import { jsx as jsx160 } from "react/jsx-runtime";
|
|
8231
|
+
var GANTTTASK_CLASSNAME = "k-task";
|
|
8232
|
+
var states55 = [];
|
|
8233
|
+
var options51 = {};
|
|
8234
|
+
var defaultProps51 = {
|
|
8235
|
+
type: "single"
|
|
8236
|
+
};
|
|
8237
|
+
var GanttTask = (props) => {
|
|
8238
|
+
const {
|
|
8239
|
+
type = defaultProps51.type,
|
|
8240
|
+
...other
|
|
8241
|
+
} = props;
|
|
8242
|
+
return /* @__PURE__ */ jsx160(
|
|
8243
|
+
"div",
|
|
8244
|
+
{
|
|
8245
|
+
...other,
|
|
8246
|
+
className: classNames(
|
|
8247
|
+
props.className,
|
|
8248
|
+
GANTTTASK_CLASSNAME,
|
|
8249
|
+
{
|
|
8250
|
+
[`k-task-single`]: type === "single",
|
|
8251
|
+
[`k-task-milestone`]: type === "milestone",
|
|
8252
|
+
[`k-task-summary`]: type === "summary"
|
|
8253
|
+
}
|
|
8254
|
+
)
|
|
8255
|
+
}
|
|
8256
|
+
);
|
|
8257
|
+
};
|
|
8258
|
+
GanttTask.states = states55;
|
|
8259
|
+
GanttTask.options = options51;
|
|
8260
|
+
GanttTask.className = GANTTTASK_CLASSNAME;
|
|
8261
|
+
GanttTask.defaultProps = defaultProps51;
|
|
8262
|
+
|
|
8263
|
+
// src/gantt/gantt-task-wrap.spec.tsx
|
|
8264
|
+
import { jsx as jsx161 } from "react/jsx-runtime";
|
|
8265
|
+
var GANTTTASKWRAP_CLASSNAME = "k-task-wrap";
|
|
8266
|
+
var states56 = [];
|
|
8267
|
+
var options52 = {};
|
|
8268
|
+
var defaultProps52 = {
|
|
8269
|
+
type: "single"
|
|
8270
|
+
};
|
|
8271
|
+
var GanttTaskWrap = (props) => {
|
|
8272
|
+
const {
|
|
8273
|
+
type = defaultProps52.type,
|
|
8274
|
+
...other
|
|
8275
|
+
} = props;
|
|
8276
|
+
return /* @__PURE__ */ jsx161(
|
|
8277
|
+
"div",
|
|
8278
|
+
{
|
|
8279
|
+
...other,
|
|
8280
|
+
className: classNames(
|
|
8281
|
+
props.className,
|
|
8282
|
+
GANTTTASKWRAP_CLASSNAME,
|
|
8283
|
+
{
|
|
8284
|
+
[`k-milestone-wrap`]: type === "milestone",
|
|
8285
|
+
[`k-summary-wrap`]: type === "summary"
|
|
8286
|
+
}
|
|
8287
|
+
)
|
|
8288
|
+
}
|
|
8289
|
+
);
|
|
8290
|
+
};
|
|
8291
|
+
GanttTaskWrap.states = states56;
|
|
8292
|
+
GanttTaskWrap.options = options52;
|
|
8293
|
+
GanttTaskWrap.className = GANTTTASKWRAP_CLASSNAME;
|
|
8294
|
+
GanttTaskWrap.defaultProps = defaultProps52;
|
|
8295
|
+
|
|
8296
|
+
// src/gantt/gantt-task-dot.spec.tsx
|
|
8297
|
+
import { jsx as jsx162 } from "react/jsx-runtime";
|
|
8298
|
+
var GANTTTASKWDOT_CLASSNAME = "k-task-dot";
|
|
8299
|
+
var states57 = [];
|
|
8300
|
+
var options53 = {};
|
|
8301
|
+
var defaultProps53 = {
|
|
8302
|
+
position: "start"
|
|
8303
|
+
};
|
|
8304
|
+
var GanttTaskDot = (props) => {
|
|
8305
|
+
const {
|
|
8306
|
+
position = defaultProps53.position,
|
|
8307
|
+
...other
|
|
8308
|
+
} = props;
|
|
8309
|
+
return /* @__PURE__ */ jsx162(
|
|
8310
|
+
"div",
|
|
8311
|
+
{
|
|
8312
|
+
...other,
|
|
8313
|
+
className: classNames(
|
|
8314
|
+
props.className,
|
|
8315
|
+
GANTTTASKWDOT_CLASSNAME,
|
|
8316
|
+
{
|
|
8317
|
+
[`k-task-start`]: position === "start",
|
|
8318
|
+
[`k-task-end`]: position === "end"
|
|
8319
|
+
}
|
|
8320
|
+
)
|
|
8321
|
+
}
|
|
8322
|
+
);
|
|
8323
|
+
};
|
|
8324
|
+
GanttTaskDot.states = states57;
|
|
8325
|
+
GanttTaskDot.options = options53;
|
|
8326
|
+
GanttTaskDot.className = GANTTTASKWDOT_CLASSNAME;
|
|
8327
|
+
GanttTaskDot.defaultProps = defaultProps53;
|
|
8328
|
+
|
|
8329
|
+
// src/gantt/gantt-task-content.spec.tsx
|
|
8330
|
+
import { jsx as jsx163, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
8331
|
+
var GANTTTASKCONTENT_CLASSNAME = "k-task-content";
|
|
8332
|
+
var states58 = [];
|
|
8333
|
+
var options54 = {};
|
|
8334
|
+
var defaultProps54 = {};
|
|
8335
|
+
var GanttTaskContent = (props) => {
|
|
8336
|
+
const {
|
|
8337
|
+
content,
|
|
8338
|
+
...other
|
|
8339
|
+
} = props;
|
|
8340
|
+
return /* @__PURE__ */ jsxs58(
|
|
8341
|
+
"div",
|
|
8342
|
+
{
|
|
8343
|
+
...other,
|
|
8344
|
+
className: classNames(
|
|
8345
|
+
props.className,
|
|
8346
|
+
GANTTTASKCONTENT_CLASSNAME
|
|
8347
|
+
),
|
|
8348
|
+
children: [
|
|
8349
|
+
content && /* @__PURE__ */ jsx163("div", { className: "k-task-template", children: content }),
|
|
8350
|
+
/* @__PURE__ */ jsx163("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx163("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx163(Icon, { icon: "x" }) }) }),
|
|
8351
|
+
/* @__PURE__ */ jsx163("span", { className: "k-resize-handle k-resize-w" }),
|
|
8352
|
+
/* @__PURE__ */ jsx163("span", { className: "k-resize-handle k-resize-e" })
|
|
8353
|
+
]
|
|
8354
|
+
}
|
|
8355
|
+
);
|
|
8356
|
+
};
|
|
8357
|
+
GanttTaskContent.states = states58;
|
|
8358
|
+
GanttTaskContent.options = options54;
|
|
8359
|
+
GanttTaskContent.className = GANTTTASKCONTENT_CLASSNAME;
|
|
8360
|
+
GanttTaskContent.defaultProps = defaultProps54;
|
|
8361
|
+
|
|
8362
|
+
// src/gantt/gantt-line.spec.tsx
|
|
8363
|
+
import { jsx as jsx164 } from "react/jsx-runtime";
|
|
8364
|
+
var GANTTLINE_CLASSNAME = "k-gantt-line";
|
|
8365
|
+
var states59 = [];
|
|
8366
|
+
var options55 = {};
|
|
8367
|
+
var defaultProps55 = {
|
|
8368
|
+
orientation: "horizontal"
|
|
8369
|
+
};
|
|
8370
|
+
var GanttLine = (props) => {
|
|
8371
|
+
const {
|
|
8372
|
+
orientation = defaultProps55.orientation,
|
|
8373
|
+
...other
|
|
8374
|
+
} = props;
|
|
8375
|
+
return /* @__PURE__ */ jsx164(
|
|
8376
|
+
"div",
|
|
8377
|
+
{
|
|
8378
|
+
...other,
|
|
8379
|
+
className: classNames(
|
|
8380
|
+
props.className,
|
|
8381
|
+
GANTTLINE_CLASSNAME,
|
|
8382
|
+
{
|
|
8383
|
+
[`k-gantt-line-h`]: orientation === "horizontal",
|
|
8384
|
+
[`k-gantt-line-v`]: orientation === "vertical"
|
|
8385
|
+
}
|
|
8386
|
+
)
|
|
8387
|
+
}
|
|
8388
|
+
);
|
|
8389
|
+
};
|
|
8390
|
+
GanttLine.states = states59;
|
|
8391
|
+
GanttLine.options = options55;
|
|
8392
|
+
GanttLine.className = GANTTLINE_CLASSNAME;
|
|
8393
|
+
GanttLine.defaultProps = defaultProps55;
|
|
8394
|
+
|
|
8395
|
+
// src/grid/grid.spec.tsx
|
|
8396
|
+
import { jsx as jsx165, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
8397
|
+
var GRID_CLASSNAME = "k-grid";
|
|
8398
|
+
var states60 = [];
|
|
8399
|
+
var options56 = {
|
|
8400
|
+
size: [Size.small, Size.medium, Size.large]
|
|
8401
|
+
};
|
|
8402
|
+
var defaultProps56 = {
|
|
8403
|
+
size: Size.medium,
|
|
8404
|
+
pagerPosition: "bottom"
|
|
8405
|
+
};
|
|
8406
|
+
var Grid = (props) => {
|
|
8407
|
+
const {
|
|
8408
|
+
size = defaultProps56.size,
|
|
8409
|
+
toolbar,
|
|
8410
|
+
pager,
|
|
8411
|
+
pagerPosition,
|
|
8412
|
+
groupingHeader,
|
|
8413
|
+
_renderAriaRoot,
|
|
8414
|
+
...other
|
|
8415
|
+
} = props;
|
|
8416
|
+
return /* @__PURE__ */ jsxs59(
|
|
8417
|
+
"div",
|
|
8418
|
+
{
|
|
8419
|
+
...other,
|
|
8420
|
+
className: classNames(
|
|
8421
|
+
props.className,
|
|
8422
|
+
GRID_CLASSNAME,
|
|
8423
|
+
optionClassNames(GRID_CLASSNAME, { size })
|
|
8424
|
+
),
|
|
8425
|
+
children: [
|
|
8426
|
+
toolbar,
|
|
8427
|
+
pagerPosition === "top" && pager,
|
|
8428
|
+
groupingHeader,
|
|
8429
|
+
props.children && _renderAriaRoot ? /* @__PURE__ */ jsx165("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
|
|
8430
|
+
pagerPosition === "bottom" && pager
|
|
8431
|
+
]
|
|
8432
|
+
}
|
|
8433
|
+
);
|
|
8434
|
+
};
|
|
8435
|
+
Grid.states = states60;
|
|
8436
|
+
Grid.options = options56;
|
|
8437
|
+
Grid.className = GRID_CLASSNAME;
|
|
8438
|
+
Grid.defaultProps = defaultProps56;
|
|
8439
|
+
|
|
8440
|
+
// src/grid/grid-header.spec.tsx
|
|
8441
|
+
import { jsx as jsx166 } from "react/jsx-runtime";
|
|
8442
|
+
|
|
8443
|
+
// src/grid/grid-grouping-header.spec.tsx
|
|
8444
|
+
import { jsx as jsx167, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
8445
|
+
|
|
8446
|
+
// src/grid/grid-header-table.spec.tsx
|
|
8447
|
+
import { jsx as jsx168 } from "react/jsx-runtime";
|
|
8448
|
+
|
|
8449
|
+
// src/grid/grid-header-cell.spec.tsx
|
|
8450
|
+
import { jsx as jsx169, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
8451
|
+
var className20 = `k-header`;
|
|
8452
|
+
var states61 = [
|
|
8453
|
+
States.hover,
|
|
8454
|
+
States.focus,
|
|
8455
|
+
States.active
|
|
8456
|
+
];
|
|
8457
|
+
var defaultProps57 = {
|
|
8458
|
+
sortIcon: "sort-asc-small"
|
|
8459
|
+
};
|
|
8460
|
+
var GridHeaderCell = (props) => {
|
|
8461
|
+
const {
|
|
8462
|
+
menu,
|
|
8463
|
+
sortable,
|
|
8464
|
+
sticky,
|
|
8465
|
+
resizable,
|
|
8466
|
+
columnTitle,
|
|
8467
|
+
hover,
|
|
8468
|
+
focus,
|
|
8469
|
+
active,
|
|
8470
|
+
sortIcon = defaultProps57.sortIcon,
|
|
8471
|
+
sortOrder,
|
|
8472
|
+
...others
|
|
8473
|
+
} = props;
|
|
8474
|
+
return /* @__PURE__ */ jsxs61(
|
|
8475
|
+
TableTh,
|
|
8476
|
+
{
|
|
8477
|
+
...others,
|
|
8478
|
+
className: classNames(
|
|
8479
|
+
props.className,
|
|
8480
|
+
className20,
|
|
8481
|
+
{
|
|
8482
|
+
[`k-filterable`]: menu === "filter",
|
|
8483
|
+
[`k-sorted`]: sortable,
|
|
8484
|
+
[`k-grid-header-sticky`]: sticky,
|
|
8485
|
+
[`k-touch-action-none`]: resizable
|
|
8486
|
+
},
|
|
8487
|
+
stateClassNames(className20, {
|
|
8488
|
+
hover,
|
|
8489
|
+
focus,
|
|
8490
|
+
active
|
|
8491
|
+
})
|
|
8492
|
+
),
|
|
8493
|
+
children: [
|
|
8494
|
+
columnTitle && /* @__PURE__ */ jsxs61("span", { className: "k-cell-inner", children: [
|
|
8495
|
+
/* @__PURE__ */ jsxs61("span", { className: "k-link", children: [
|
|
8496
|
+
/* @__PURE__ */ jsx169("span", { className: "k-column-title", children: columnTitle }),
|
|
8497
|
+
sortable && /* @__PURE__ */ jsx169("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx169(Icon, { icon: sortIcon }) }),
|
|
8498
|
+
sortOrder && /* @__PURE__ */ jsx169("span", { className: "k-sort-order", children: sortOrder })
|
|
8499
|
+
] }),
|
|
8500
|
+
menu && /* @__PURE__ */ jsx169("a", { href: "#", className: classNames(
|
|
8501
|
+
"k-grid-header-menu",
|
|
8502
|
+
{
|
|
8503
|
+
[`k-active`]: active,
|
|
8504
|
+
[`k-grid-filter-menu`]: menu === "filter",
|
|
8505
|
+
[`k-grid-column-menu`]: menu === "column"
|
|
8506
|
+
}
|
|
8507
|
+
), children: /* @__PURE__ */ jsx169(Icon, { icon: menu === "filter" ? "filter" : "more-vertical" }) })
|
|
8508
|
+
] }),
|
|
8509
|
+
props.children,
|
|
8510
|
+
resizable && /* @__PURE__ */ jsx169("span", { className: "k-column-resizer k-touch-action-none" })
|
|
8511
|
+
]
|
|
8512
|
+
}
|
|
8513
|
+
);
|
|
8514
|
+
};
|
|
8515
|
+
|
|
8516
|
+
// src/grid/grid-container.spec.tsx
|
|
8517
|
+
import { jsx as jsx170 } from "react/jsx-runtime";
|
|
8518
|
+
|
|
8519
|
+
// src/grid/grid-content.spec.tsx
|
|
8520
|
+
import { jsx as jsx171 } from "react/jsx-runtime";
|
|
8521
|
+
|
|
8522
|
+
// src/grid/grid-table.spec.tsx
|
|
8523
|
+
import { jsx as jsx172 } from "react/jsx-runtime";
|
|
8524
|
+
|
|
8525
|
+
// src/grid/grid-footer.spec.tsx
|
|
8526
|
+
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
8527
|
+
|
|
8528
|
+
// src/grid/grid-footer-table.spec.tsx
|
|
8529
|
+
import { jsx as jsx174 } from "react/jsx-runtime";
|
|
8530
|
+
|
|
8531
|
+
// src/pager/pager.spec.tsx
|
|
8532
|
+
import { jsx as jsx175, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
8533
|
+
var PAGER_CLASSNAME = `k-pager`;
|
|
8534
|
+
var states62 = [
|
|
8535
|
+
States.focus,
|
|
8536
|
+
States.disabled
|
|
8537
|
+
];
|
|
8538
|
+
var options57 = {
|
|
8539
|
+
size: [Size.small, Size.medium, Size.large]
|
|
8540
|
+
};
|
|
8541
|
+
var defaultProps58 = {
|
|
8542
|
+
size: Size.medium,
|
|
8543
|
+
adaptive: false,
|
|
8544
|
+
itemsPerPage: true,
|
|
8545
|
+
type: "numeric",
|
|
8546
|
+
pageSizes: true,
|
|
8547
|
+
refresh: true,
|
|
8548
|
+
info: true
|
|
8549
|
+
};
|
|
8550
|
+
var Pager = (props) => {
|
|
8551
|
+
const {
|
|
8552
|
+
size = defaultProps58.size,
|
|
8553
|
+
adaptive = defaultProps58.adaptive,
|
|
8554
|
+
itemsPerPage = defaultProps58.itemsPerPage,
|
|
8555
|
+
type = defaultProps58.type,
|
|
8556
|
+
pageSizes = defaultProps58.pageSizes,
|
|
8557
|
+
refresh = defaultProps58.refresh,
|
|
8558
|
+
info = defaultProps58.info,
|
|
8559
|
+
focus,
|
|
8560
|
+
disabled,
|
|
8561
|
+
dir,
|
|
8562
|
+
...other
|
|
8563
|
+
} = props;
|
|
8564
|
+
return /* @__PURE__ */ jsxs62(
|
|
8565
|
+
"div",
|
|
8566
|
+
{
|
|
8567
|
+
dir,
|
|
8568
|
+
...other,
|
|
8569
|
+
className: classNames(
|
|
8570
|
+
props.className,
|
|
8571
|
+
PAGER_CLASSNAME,
|
|
8572
|
+
optionClassNames(PAGER_CLASSNAME, {
|
|
8573
|
+
size
|
|
8574
|
+
}),
|
|
8575
|
+
stateClassNames(PAGER_CLASSNAME, {
|
|
8576
|
+
focus,
|
|
8577
|
+
disabled
|
|
8578
|
+
})
|
|
8579
|
+
),
|
|
8580
|
+
children: [
|
|
8581
|
+
/* @__PURE__ */ jsxs62(
|
|
8582
|
+
"div",
|
|
8583
|
+
{
|
|
8584
|
+
className: classNames(
|
|
8585
|
+
"k-pager-numbers-wrap"
|
|
8586
|
+
),
|
|
8587
|
+
children: [
|
|
8588
|
+
/* @__PURE__ */ jsx175(
|
|
8589
|
+
Button,
|
|
8590
|
+
{
|
|
8591
|
+
className: classNames(
|
|
8592
|
+
"k-pager-nav",
|
|
8593
|
+
"k-pager-first"
|
|
8594
|
+
),
|
|
8595
|
+
disabled: true,
|
|
8596
|
+
fillMode: "flat",
|
|
8597
|
+
size,
|
|
8598
|
+
rounded: null,
|
|
8599
|
+
icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
|
|
8600
|
+
}
|
|
8601
|
+
),
|
|
8602
|
+
/* @__PURE__ */ jsx175(
|
|
8603
|
+
Button,
|
|
8604
|
+
{
|
|
8605
|
+
className: classNames(
|
|
8606
|
+
"k-pager-nav"
|
|
8607
|
+
),
|
|
8608
|
+
disabled: true,
|
|
8609
|
+
fillMode: "flat",
|
|
8610
|
+
size,
|
|
8611
|
+
rounded: null,
|
|
8612
|
+
icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
|
|
8613
|
+
}
|
|
8614
|
+
),
|
|
8615
|
+
type === "numeric" && !adaptive && /* @__PURE__ */ jsxs62(
|
|
8616
|
+
"div",
|
|
8617
|
+
{
|
|
8618
|
+
className: classNames(
|
|
8619
|
+
"k-pager-numbers"
|
|
8620
|
+
),
|
|
8621
|
+
children: [
|
|
8622
|
+
/* @__PURE__ */ jsx175(
|
|
8623
|
+
Button,
|
|
8624
|
+
{
|
|
8625
|
+
selected: true,
|
|
8626
|
+
fillMode: "flat",
|
|
8627
|
+
themeColor: "primary",
|
|
8628
|
+
size,
|
|
8629
|
+
rounded: null,
|
|
8630
|
+
children: "1"
|
|
8631
|
+
}
|
|
8632
|
+
),
|
|
8633
|
+
/* @__PURE__ */ jsx175(
|
|
8634
|
+
Button,
|
|
8635
|
+
{
|
|
8636
|
+
fillMode: "flat",
|
|
8637
|
+
themeColor: "primary",
|
|
8638
|
+
size,
|
|
8639
|
+
rounded: null,
|
|
8640
|
+
children: "2"
|
|
8641
|
+
}
|
|
8642
|
+
),
|
|
8643
|
+
/* @__PURE__ */ jsx175(
|
|
8644
|
+
Button,
|
|
8645
|
+
{
|
|
8646
|
+
fillMode: "flat",
|
|
8647
|
+
themeColor: "primary",
|
|
8648
|
+
size,
|
|
8649
|
+
rounded: null,
|
|
8650
|
+
children: "3"
|
|
8651
|
+
}
|
|
8652
|
+
),
|
|
8653
|
+
/* @__PURE__ */ jsx175(
|
|
8654
|
+
Button,
|
|
8655
|
+
{
|
|
8656
|
+
fillMode: "flat",
|
|
8657
|
+
themeColor: "primary",
|
|
8658
|
+
size,
|
|
8659
|
+
rounded: null,
|
|
8660
|
+
children: "4"
|
|
8661
|
+
}
|
|
8662
|
+
),
|
|
8663
|
+
/* @__PURE__ */ jsx175(
|
|
8664
|
+
Button,
|
|
8665
|
+
{
|
|
8666
|
+
fillMode: "flat",
|
|
8667
|
+
themeColor: "primary",
|
|
8668
|
+
size,
|
|
8669
|
+
rounded: null,
|
|
8670
|
+
children: "5"
|
|
8671
|
+
}
|
|
8672
|
+
),
|
|
8673
|
+
/* @__PURE__ */ jsx175(
|
|
8674
|
+
Button,
|
|
8675
|
+
{
|
|
8676
|
+
fillMode: "flat",
|
|
8677
|
+
themeColor: "primary",
|
|
8678
|
+
size,
|
|
8679
|
+
rounded: null,
|
|
8680
|
+
children: "6"
|
|
8681
|
+
}
|
|
8682
|
+
)
|
|
8683
|
+
]
|
|
8684
|
+
}
|
|
8685
|
+
),
|
|
8686
|
+
type === "numeric" && /* @__PURE__ */ jsx175(
|
|
8687
|
+
"select",
|
|
8688
|
+
{
|
|
8689
|
+
className: classNames(
|
|
8690
|
+
"k-picker",
|
|
8691
|
+
"k-picker-solid",
|
|
8692
|
+
"k-dropdown-list",
|
|
8693
|
+
"k-dropdown",
|
|
8694
|
+
"k-rounded-md",
|
|
8695
|
+
optionClassNames("k-picker", {
|
|
8696
|
+
size
|
|
8697
|
+
}),
|
|
8698
|
+
{
|
|
8699
|
+
["k-hidden"]: !adaptive
|
|
8700
|
+
}
|
|
8701
|
+
),
|
|
8702
|
+
children: /* @__PURE__ */ jsx175("option", { children: "99" })
|
|
8703
|
+
}
|
|
8704
|
+
),
|
|
8705
|
+
type === "input" && /* @__PURE__ */ jsxs62(
|
|
8706
|
+
"span",
|
|
8707
|
+
{
|
|
8708
|
+
className: classNames(
|
|
8709
|
+
"k-pager-input"
|
|
8710
|
+
),
|
|
8711
|
+
children: [
|
|
8712
|
+
!adaptive && /* @__PURE__ */ jsx175("span", { children: "Page" }),
|
|
8713
|
+
/* @__PURE__ */ jsx175(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
|
|
8714
|
+
!adaptive && /* @__PURE__ */ jsx175("span", { children: "of 8" })
|
|
8715
|
+
]
|
|
8716
|
+
}
|
|
8717
|
+
),
|
|
8718
|
+
/* @__PURE__ */ jsx175(
|
|
8719
|
+
Button,
|
|
8720
|
+
{
|
|
8721
|
+
className: classNames(
|
|
8722
|
+
"k-pager-nav"
|
|
8723
|
+
),
|
|
8724
|
+
fillMode: "flat",
|
|
8725
|
+
size,
|
|
8726
|
+
rounded: null,
|
|
8727
|
+
icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
|
|
8728
|
+
}
|
|
8729
|
+
),
|
|
8730
|
+
/* @__PURE__ */ jsx175(
|
|
8731
|
+
Button,
|
|
8732
|
+
{
|
|
8733
|
+
className: classNames(
|
|
8734
|
+
"k-pager-nav",
|
|
8735
|
+
"k-pager-last"
|
|
8736
|
+
),
|
|
8737
|
+
fillMode: "flat",
|
|
8738
|
+
size,
|
|
8739
|
+
rounded: null,
|
|
8740
|
+
icon: dir === "rtl" ? "caret-alt-to-left" : "caret-alt-to-right"
|
|
8741
|
+
}
|
|
8742
|
+
)
|
|
8743
|
+
]
|
|
8744
|
+
}
|
|
8745
|
+
),
|
|
8746
|
+
pageSizes && /* @__PURE__ */ jsxs62(
|
|
8747
|
+
"span",
|
|
8748
|
+
{
|
|
8749
|
+
className: classNames(
|
|
8750
|
+
"k-pager-sizes"
|
|
8751
|
+
),
|
|
8752
|
+
children: [
|
|
8753
|
+
/* @__PURE__ */ jsx175(DropdownList, { value: "99", size }),
|
|
8754
|
+
itemsPerPage && /* @__PURE__ */ jsx175("span", { children: "items per page" })
|
|
8755
|
+
]
|
|
8756
|
+
}
|
|
8757
|
+
),
|
|
8758
|
+
refresh && /* @__PURE__ */ jsx175(
|
|
8759
|
+
Button,
|
|
8760
|
+
{
|
|
8761
|
+
className: classNames(
|
|
8762
|
+
"k-pager-refresh"
|
|
8763
|
+
),
|
|
8764
|
+
fillMode: "flat",
|
|
8765
|
+
size,
|
|
8766
|
+
rounded: null,
|
|
8767
|
+
icon: "arrow-rotate-cw"
|
|
8768
|
+
}
|
|
8769
|
+
),
|
|
8770
|
+
info && /* @__PURE__ */ jsx175(
|
|
8771
|
+
"span",
|
|
8772
|
+
{
|
|
8773
|
+
className: classNames(
|
|
8774
|
+
"k-pager-info"
|
|
8775
|
+
),
|
|
8776
|
+
children: "1 - 20 of 91 items"
|
|
8777
|
+
}
|
|
8778
|
+
)
|
|
8779
|
+
]
|
|
8780
|
+
}
|
|
8781
|
+
);
|
|
8782
|
+
};
|
|
8783
|
+
Pager.states = states62;
|
|
8784
|
+
Pager.options = options57;
|
|
8785
|
+
Pager.className = PAGER_CLASSNAME;
|
|
8786
|
+
Pager.defaultProps = defaultProps58;
|
|
8787
|
+
|
|
8788
|
+
// src/pager/templates/pager-normal.tsx
|
|
8789
|
+
import { jsx as jsx176 } from "react/jsx-runtime";
|
|
8790
|
+
|
|
8791
|
+
// src/pager/templates/pager-input.tsx
|
|
8792
|
+
import { jsx as jsx177 } from "react/jsx-runtime";
|
|
8793
|
+
|
|
8794
|
+
// src/pager/templates/pager-adaptive.tsx
|
|
8795
|
+
import { jsx as jsx178 } from "react/jsx-runtime";
|
|
8796
|
+
|
|
8797
|
+
// src/pager/templates/pager-adaptive-input.tsx
|
|
8798
|
+
import { jsx as jsx179 } from "react/jsx-runtime";
|
|
8799
|
+
|
|
8800
|
+
// src/grid/grid-pager.spec.tsx
|
|
8801
|
+
import { jsx as jsx180 } from "react/jsx-runtime";
|
|
8802
|
+
|
|
8803
|
+
// src/grid/grid-toolbar.spec.tsx
|
|
8804
|
+
import { jsx as jsx181 } from "react/jsx-runtime";
|
|
8805
|
+
|
|
8806
|
+
// src/treelist/treelist.spec.tsx
|
|
8807
|
+
import { jsx as jsx182 } from "react/jsx-runtime";
|
|
8808
|
+
var TREELIST_CLASSNAME = "k-treelist";
|
|
8809
|
+
var states63 = [];
|
|
8810
|
+
var options58 = {};
|
|
8811
|
+
var defaultProps59 = {};
|
|
8812
|
+
var TreeList = (props) => /* @__PURE__ */ jsx182(
|
|
8813
|
+
Grid,
|
|
8814
|
+
{
|
|
8815
|
+
...props,
|
|
8816
|
+
className: classNames(
|
|
8817
|
+
TREELIST_CLASSNAME,
|
|
8818
|
+
props.className
|
|
8819
|
+
),
|
|
8820
|
+
children: props.children
|
|
8821
|
+
}
|
|
8822
|
+
);
|
|
8823
|
+
TreeList.states = states63;
|
|
8824
|
+
TreeList.options = options58;
|
|
8825
|
+
TreeList.className = TREELIST_CLASSNAME;
|
|
8826
|
+
TreeList.defaultProps = defaultProps59;
|
|
8827
|
+
|
|
7844
8828
|
// src/gantt/tests/gantt-react.tsx
|
|
7845
|
-
import { Fragment as Fragment42, jsx as
|
|
8829
|
+
import { Fragment as Fragment42, jsx as jsx183, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
7846
8830
|
var styles = `
|
|
7847
8831
|
.k-gantt {
|
|
7848
8832
|
height: 700px;
|
|
7849
8833
|
}
|
|
7850
8834
|
`;
|
|
7851
|
-
var gantt_react_default = () => /* @__PURE__ */
|
|
7852
|
-
/* @__PURE__ */
|
|
7853
|
-
/* @__PURE__ */
|
|
7854
|
-
/* @__PURE__ */
|
|
7855
|
-
|
|
7856
|
-
/* @__PURE__ */
|
|
7857
|
-
/* @__PURE__ */
|
|
7858
|
-
|
|
7859
|
-
|
|
7860
|
-
|
|
8835
|
+
var gantt_react_default = () => /* @__PURE__ */ jsxs63(Fragment42, { children: [
|
|
8836
|
+
/* @__PURE__ */ jsx183("style", { children: styles }),
|
|
8837
|
+
/* @__PURE__ */ jsx183("div", { id: "test-area", children: /* @__PURE__ */ jsx183(Gantt, { headerToolbar: /* @__PURE__ */ jsxs63(GanttHeaderToolbar, { children: [
|
|
8838
|
+
/* @__PURE__ */ jsx183("span", { className: "k-spacer" }),
|
|
8839
|
+
/* @__PURE__ */ jsx183("span", { className: "k-gantt-views", children: /* @__PURE__ */ jsxs63("div", { className: "k-gantt-views-wrapper", children: [
|
|
8840
|
+
/* @__PURE__ */ jsxs63(ButtonGroup, { className: "k-gantt-views", children: [
|
|
8841
|
+
/* @__PURE__ */ jsx183(Button, { children: "Day" }),
|
|
8842
|
+
/* @__PURE__ */ jsx183(Button, { selected: true, children: "Week" }),
|
|
8843
|
+
/* @__PURE__ */ jsx183(Button, { children: "Month" })
|
|
8844
|
+
] }),
|
|
8845
|
+
/* @__PURE__ */ jsxs63("select", { className: "k-picker k-picker-solid k-dropdown-list k-dropdown k-views-dropdown k-rounded-md", children: [
|
|
8846
|
+
/* @__PURE__ */ jsx183("option", { value: "day", children: "Day" }),
|
|
8847
|
+
/* @__PURE__ */ jsx183("option", { value: "week", children: "Week" }),
|
|
8848
|
+
/* @__PURE__ */ jsx183("option", { value: "month", children: "Month" })
|
|
8849
|
+
] })
|
|
8850
|
+
] }) })
|
|
8851
|
+
] }), children: /* @__PURE__ */ jsx183(GanttContent, { children: /* @__PURE__ */ jsxs63(TreeList, { className: "k-treelist-scrollable", children: [
|
|
8852
|
+
/* @__PURE__ */ jsxs63(Table, { size: "medium", className: "k-table-layout-fixed", style: { width: "4500px" }, children: [
|
|
8853
|
+
/* @__PURE__ */ jsxs63("colgroup", { children: [
|
|
8854
|
+
/* @__PURE__ */ jsx183("col", { style: { width: "100px" } }),
|
|
8855
|
+
/* @__PURE__ */ jsx183("col", { style: { width: "200px" } }),
|
|
8856
|
+
/* @__PURE__ */ jsx183("col", { style: { width: "4200px" } })
|
|
8857
|
+
] }),
|
|
8858
|
+
/* @__PURE__ */ jsxs63(TableThead, { className: "k-grid-header", children: [
|
|
8859
|
+
/* @__PURE__ */ jsxs63(TableRow, { children: [
|
|
8860
|
+
/* @__PURE__ */ jsx183(GridHeaderCell, { colspan: 2, rowspan: 1, sticky: true, style: { left: "0px", right: "0px", borderRightWidth: "1px; top: 0px" }, children: /* @__PURE__ */ jsx183("a", { className: "k-link", children: "summary" }) }),
|
|
8861
|
+
/* @__PURE__ */ jsx183(GridHeaderCell, { colspan: 1, rowspan: 2, style: { top: "0px" }, children: /* @__PURE__ */ jsx183(Table, { size: "medium", children: /* @__PURE__ */ jsxs63(TableTbody, { children: [
|
|
8862
|
+
/* @__PURE__ */ jsxs63(TableRow, { children: [
|
|
8863
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 7, className: "k-header k-nonwork-hour", children: "Sun, 6/1 - Sun, 6/8" }),
|
|
8864
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 7, className: "k-header k-nonwork-hour", children: "Sun, 6/8 - Sun, 6/15" }),
|
|
8865
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 7, className: "k-header k-nonwork-hour", children: "Sun, 6/15 - Sun, 6/22" }),
|
|
8866
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 7, className: "k-header k-nonwork-hour", children: "Sun, 6/22 - Sun, 6/29" }),
|
|
8867
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 7, className: "k-header k-nonwork-hour", children: "Sun, 6/29 - Sun, 7/6" }),
|
|
8868
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 7, className: "k-header k-nonwork-hour", children: "Sun, 7/6 - Sun, 7/13" })
|
|
8869
|
+
] }),
|
|
8870
|
+
/* @__PURE__ */ jsxs63(TableRow, { children: [
|
|
8871
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sun, 6/1" }),
|
|
8872
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Mon, 6/2" }),
|
|
8873
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Tue, 6/3" }),
|
|
8874
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Wed, 6/4" }),
|
|
8875
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Thu, 6/5" }),
|
|
8876
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Fri, 6/6" }),
|
|
8877
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sat, 6/7" }),
|
|
8878
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sun, 6/8" }),
|
|
8879
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Mon, 6/9" }),
|
|
8880
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Tue, 6/10" }),
|
|
8881
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Wed, 6/11" }),
|
|
8882
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Thu, 6/12" }),
|
|
8883
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Fri, 6/13" }),
|
|
8884
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sat, 6/14" }),
|
|
8885
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sun, 6/15" }),
|
|
8886
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Mon, 6/16" }),
|
|
8887
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Tue, 6/17" }),
|
|
8888
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Wed, 6/18" }),
|
|
8889
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Thu, 6/19" }),
|
|
8890
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Fri, 6/20" }),
|
|
8891
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sat, 6/21" }),
|
|
8892
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sun, 6/22" }),
|
|
8893
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Mon, 6/23" }),
|
|
8894
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Tue, 6/24" }),
|
|
8895
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Wed, 6/25" }),
|
|
8896
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Thu, 6/26" }),
|
|
8897
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Fri, 6/27" }),
|
|
8898
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sat, 6/28" }),
|
|
8899
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sun, 6/29" }),
|
|
8900
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Mon, 6/30" }),
|
|
8901
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Tue, 7/1" }),
|
|
8902
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Wed, 7/2" }),
|
|
8903
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Thu, 7/3" }),
|
|
8904
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Fri, 7/4" }),
|
|
8905
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sat, 7/5" }),
|
|
8906
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sun, 7/6" }),
|
|
8907
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Mon, 7/7" }),
|
|
8908
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Tue, 7/8" }),
|
|
8909
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Wed, 7/9" }),
|
|
8910
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Thu, 7/10" }),
|
|
8911
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header", children: "Fri, 7/11" }),
|
|
8912
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-header k-nonwork-hour", children: "Sat, 7/12" })
|
|
8913
|
+
] })
|
|
8914
|
+
] }) }) })
|
|
7861
8915
|
] }),
|
|
7862
|
-
/* @__PURE__ */
|
|
7863
|
-
/* @__PURE__ */
|
|
7864
|
-
/* @__PURE__ */
|
|
7865
|
-
/* @__PURE__ */ jsx130("option", { value: "month", children: "Month" })
|
|
8916
|
+
/* @__PURE__ */ jsxs63(TableRow, { children: [
|
|
8917
|
+
/* @__PURE__ */ jsx183(GridHeaderCell, { colspan: 1, rowspan: 1, sticky: true, style: { left: "0px", right: "200px; top: 37px" }, children: /* @__PURE__ */ jsx183("a", { className: "k-link", children: "id title" }) }),
|
|
8918
|
+
/* @__PURE__ */ jsx183(GridHeaderCell, { colspan: 1, rowspan: 1, sticky: true, style: { left: "100px", right: "0px", borderRightWidth: "1px; top: 37px" }, children: /* @__PURE__ */ jsx183("a", { className: "k-link", children: "title" }) })
|
|
7866
8919
|
] })
|
|
7867
|
-
] })
|
|
7868
|
-
|
|
7869
|
-
|
|
7870
|
-
|
|
7871
|
-
|
|
7872
|
-
|
|
7873
|
-
/* @__PURE__ */ jsx130("col", { style: { width: "200px" } }),
|
|
7874
|
-
/* @__PURE__ */ jsx130("col", { style: { width: "4200px" } })
|
|
7875
|
-
] }),
|
|
7876
|
-
/* @__PURE__ */ jsxs53("thead", { className: "k-table-thead k-grid-header", children: [
|
|
7877
|
-
/* @__PURE__ */ jsxs53("tr", { className: "k-table-row", children: [
|
|
7878
|
-
/* @__PURE__ */ jsx130("th", { colSpan: 2, rowSpan: 1, className: "k-table-th k-header k-grid-header-sticky", style: { left: "0px", right: "0px", borderRightWidth: "1px; top: 0px" }, children: /* @__PURE__ */ jsx130("a", { className: "k-link", children: "summary" }) }),
|
|
7879
|
-
/* @__PURE__ */ jsx130("th", { colSpan: 1, rowSpan: 2, className: "k-table-th k-header", style: { top: "0px" }, children: /* @__PURE__ */ jsx130("table", { className: "k-table k-table-md", children: /* @__PURE__ */ jsxs53("tbody", { className: "k-table-tbody", children: [
|
|
7880
|
-
/* @__PURE__ */ jsxs53("tr", { className: "k-table-row", children: [
|
|
7881
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 7, className: "k-table-td k-header k-nonwork-hour", children: "Sun, 6/1 - Sun, 6/8" }),
|
|
7882
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 7, className: "k-table-td k-header k-nonwork-hour", children: "Sun, 6/8 - Sun, 6/15" }),
|
|
7883
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 7, className: "k-table-td k-header k-nonwork-hour", children: "Sun, 6/15 - Sun, 6/22" }),
|
|
7884
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 7, className: "k-table-td k-header k-nonwork-hour", children: "Sun, 6/22 - Sun, 6/29" }),
|
|
7885
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 7, className: "k-table-td k-header k-nonwork-hour", children: "Sun, 6/29 - Sun, 7/6" }),
|
|
7886
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 7, className: "k-table-td k-header k-nonwork-hour", children: "Sun, 7/6 - Sun, 7/13" })
|
|
7887
|
-
] }),
|
|
7888
|
-
/* @__PURE__ */ jsxs53("tr", { className: "k-table-row", children: [
|
|
7889
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sun, 6/1" }),
|
|
7890
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Mon, 6/2" }),
|
|
7891
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Tue, 6/3" }),
|
|
7892
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Wed, 6/4" }),
|
|
7893
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Thu, 6/5" }),
|
|
7894
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Fri, 6/6" }),
|
|
7895
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sat, 6/7" }),
|
|
7896
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sun, 6/8" }),
|
|
7897
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Mon, 6/9" }),
|
|
7898
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Tue, 6/10" }),
|
|
7899
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Wed, 6/11" }),
|
|
7900
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Thu, 6/12" }),
|
|
7901
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Fri, 6/13" }),
|
|
7902
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sat, 6/14" }),
|
|
7903
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sun, 6/15" }),
|
|
7904
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Mon, 6/16" }),
|
|
7905
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Tue, 6/17" }),
|
|
7906
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Wed, 6/18" }),
|
|
7907
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Thu, 6/19" }),
|
|
7908
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Fri, 6/20" }),
|
|
7909
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sat, 6/21" }),
|
|
7910
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sun, 6/22" }),
|
|
7911
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Mon, 6/23" }),
|
|
7912
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Tue, 6/24" }),
|
|
7913
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Wed, 6/25" }),
|
|
7914
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Thu, 6/26" }),
|
|
7915
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Fri, 6/27" }),
|
|
7916
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sat, 6/28" }),
|
|
7917
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sun, 6/29" }),
|
|
7918
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Mon, 6/30" }),
|
|
7919
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Tue, 7/1" }),
|
|
7920
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Wed, 7/2" }),
|
|
7921
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Thu, 7/3" }),
|
|
7922
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Fri, 7/4" }),
|
|
7923
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sat, 7/5" }),
|
|
7924
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sun, 7/6" }),
|
|
7925
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Mon, 7/7" }),
|
|
7926
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Tue, 7/8" }),
|
|
7927
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Wed, 7/9" }),
|
|
7928
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Thu, 7/10" }),
|
|
7929
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header", children: "Fri, 7/11" }),
|
|
7930
|
-
/* @__PURE__ */ jsx130("td", { colSpan: 1, className: "k-table-td k-header k-nonwork-hour", children: "Sat, 7/12" })
|
|
7931
|
-
] })
|
|
7932
|
-
] }) }) })
|
|
8920
|
+
] }),
|
|
8921
|
+
/* @__PURE__ */ jsxs63(TableTbody, { children: [
|
|
8922
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row", style: { height: "40px" }, children: [
|
|
8923
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
8924
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
8925
|
+
"7"
|
|
7933
8926
|
] }),
|
|
7934
|
-
/* @__PURE__ */
|
|
7935
|
-
|
|
7936
|
-
/* @__PURE__ */
|
|
7937
|
-
|
|
8927
|
+
/* @__PURE__ */ jsx183(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Software validation, research and implementation" }),
|
|
8928
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "summary", style: { left: "83px", top: "15px", width: "4000px" }, children: [
|
|
8929
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-summary-progress", style: { width: "1828px" }, children: /* @__PURE__ */ jsx183("div", { className: "k-task-summary-complete" }) }),
|
|
8930
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
8931
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
8932
|
+
] }) })
|
|
7938
8933
|
] }),
|
|
7939
|
-
/* @__PURE__ */
|
|
7940
|
-
/* @__PURE__ */
|
|
7941
|
-
/* @__PURE__ */
|
|
7942
|
-
|
|
7943
|
-
|
|
7944
|
-
] }),
|
|
7945
|
-
/* @__PURE__ */ jsx130("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Software validation, research and implementation" }),
|
|
7946
|
-
/* @__PURE__ */ jsx130("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs53("div", { className: "k-task k-task-summary", style: { left: "83px", top: "15px", width: "4000px" }, children: [
|
|
7947
|
-
/* @__PURE__ */ jsx130("div", { className: "k-task-summary-progress", style: { width: "1828px" }, children: /* @__PURE__ */ jsx130("div", { className: "k-task-summary-complete" }) }),
|
|
7948
|
-
/* @__PURE__ */ jsx130("div", { className: "k-task-dot k-task-start" }),
|
|
7949
|
-
/* @__PURE__ */ jsx130("div", { className: "k-task-dot k-task-end" })
|
|
7950
|
-
] }) })
|
|
8934
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row k-alt", style: { height: "40px" }, alt: true, children: [
|
|
8935
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
8936
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
8937
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
8938
|
+
"18"
|
|
7951
8939
|
] }),
|
|
7952
|
-
/* @__PURE__ */
|
|
7953
|
-
|
|
7954
|
-
|
|
7955
|
-
|
|
7956
|
-
|
|
7957
|
-
|
|
7958
|
-
|
|
7959
|
-
|
|
7960
|
-
|
|
7961
|
-
|
|
7962
|
-
|
|
7963
|
-
|
|
8940
|
+
/* @__PURE__ */ jsx183(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Project Kickoff" }),
|
|
8941
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "milestone", style: { left: "77px", top: "13px" }, children: [
|
|
8942
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-milestone-content" }),
|
|
8943
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
8944
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
8945
|
+
] }) })
|
|
8946
|
+
] }),
|
|
8947
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row", style: { height: "40px" }, children: [
|
|
8948
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
8949
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
8950
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
8951
|
+
"11"
|
|
7964
8952
|
] }),
|
|
7965
|
-
/* @__PURE__ */
|
|
7966
|
-
|
|
7967
|
-
|
|
7968
|
-
|
|
7969
|
-
|
|
7970
|
-
|
|
7971
|
-
|
|
7972
|
-
|
|
7973
|
-
|
|
7974
|
-
|
|
7975
|
-
|
|
7976
|
-
|
|
8953
|
+
/* @__PURE__ */ jsx183(TableTd, { className: " k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Research" }),
|
|
8954
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "summary", style: { left: "83px", top: "15px", width: "500px" }, children: [
|
|
8955
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-summary-progress", style: { width: "288px" }, children: /* @__PURE__ */ jsx183("div", { className: "k-task-summary-complete" }) }),
|
|
8956
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
8957
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
8958
|
+
] }) })
|
|
8959
|
+
] }),
|
|
8960
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row k-alt", style: { height: "40px" }, alt: true, children: [
|
|
8961
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: " k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
8962
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
8963
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
8964
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
8965
|
+
"19"
|
|
7977
8966
|
] }),
|
|
7978
|
-
/* @__PURE__ */
|
|
7979
|
-
|
|
7980
|
-
|
|
7981
|
-
|
|
7982
|
-
|
|
7983
|
-
|
|
7984
|
-
|
|
7985
|
-
/* @__PURE__ */
|
|
7986
|
-
/* @__PURE__ */
|
|
7987
|
-
|
|
7988
|
-
|
|
7989
|
-
|
|
7990
|
-
|
|
7991
|
-
|
|
7992
|
-
|
|
7993
|
-
|
|
7994
|
-
|
|
7995
|
-
|
|
8967
|
+
/* @__PURE__ */ jsx183(TableTd, { className: " k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Validation with Customers" }),
|
|
8968
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "single", style: { left: "83px", top: "8px", width: "200px" }, children: [
|
|
8969
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-complete", style: { width: "50px" } }),
|
|
8970
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-content", children: "Validation with Customers" }),
|
|
8971
|
+
/* @__PURE__ */ jsx183("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx183("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx183(Icon, { icon: "x" }) }) }),
|
|
8972
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-w" }),
|
|
8973
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-e" }),
|
|
8974
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-draghandle" }),
|
|
8975
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
8976
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
8977
|
+
] }) })
|
|
8978
|
+
] }),
|
|
8979
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row", style: { height: "40px" }, children: [
|
|
8980
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
8981
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
8982
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
8983
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
8984
|
+
"20"
|
|
7996
8985
|
] }),
|
|
7997
|
-
/* @__PURE__ */
|
|
7998
|
-
|
|
7999
|
-
|
|
8000
|
-
|
|
8001
|
-
|
|
8002
|
-
|
|
8003
|
-
|
|
8004
|
-
/* @__PURE__ */
|
|
8005
|
-
/* @__PURE__ */
|
|
8006
|
-
|
|
8007
|
-
|
|
8008
|
-
|
|
8009
|
-
|
|
8010
|
-
|
|
8011
|
-
|
|
8012
|
-
|
|
8013
|
-
|
|
8014
|
-
|
|
8986
|
+
/* @__PURE__ */ jsx183(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Market Research" }),
|
|
8987
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "single", style: { left: "83px", top: "8px", width: "200px" }, children: [
|
|
8988
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-complete", style: { width: "50px" } }),
|
|
8989
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-content", children: "Market Research" }),
|
|
8990
|
+
/* @__PURE__ */ jsx183("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx183("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx183(Icon, { icon: "x" }) }) }),
|
|
8991
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-w" }),
|
|
8992
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-e" }),
|
|
8993
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-draghandle" }),
|
|
8994
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
8995
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
8996
|
+
] }) })
|
|
8997
|
+
] }),
|
|
8998
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row k-alt", style: { height: "40px" }, alt: true, children: [
|
|
8999
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9000
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9001
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9002
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9003
|
+
"39"
|
|
8015
9004
|
] }),
|
|
8016
|
-
/* @__PURE__ */
|
|
8017
|
-
|
|
8018
|
-
|
|
8019
|
-
|
|
8020
|
-
|
|
8021
|
-
|
|
8022
|
-
|
|
8023
|
-
/* @__PURE__ */
|
|
8024
|
-
/* @__PURE__ */
|
|
8025
|
-
|
|
8026
|
-
|
|
8027
|
-
|
|
8028
|
-
|
|
8029
|
-
|
|
8030
|
-
|
|
8031
|
-
|
|
8032
|
-
|
|
8033
|
-
] }) })
|
|
9005
|
+
/* @__PURE__ */ jsx183(TableTd, { className: " k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Functional and Technical Specification" }),
|
|
9006
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "single", style: { left: "283px", top: "8px", width: "300px" }, children: [
|
|
9007
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-complete", style: { width: "198px" } }),
|
|
9008
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-content", children: "Functional and Technical Specification" }),
|
|
9009
|
+
/* @__PURE__ */ jsx183("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx183("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx183(Icon, { icon: "x" }) }) }),
|
|
9010
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-w" }),
|
|
9011
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-e" }),
|
|
9012
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-draghandle" }),
|
|
9013
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9014
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9015
|
+
] }) })
|
|
9016
|
+
] }),
|
|
9017
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row", style: { height: "40px" }, children: [
|
|
9018
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9019
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9020
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
9021
|
+
"12"
|
|
8034
9022
|
] }),
|
|
8035
|
-
/* @__PURE__ */
|
|
8036
|
-
|
|
8037
|
-
|
|
8038
|
-
|
|
8039
|
-
|
|
8040
|
-
|
|
8041
|
-
|
|
8042
|
-
|
|
8043
|
-
|
|
8044
|
-
|
|
8045
|
-
|
|
8046
|
-
|
|
9023
|
+
/* @__PURE__ */ jsx183(TableTd, { className: " k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Design" }),
|
|
9024
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "summary", style: { left: "783px", top: "15px", width: "500px" }, children: [
|
|
9025
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-summary-progress", style: { width: "300px" }, children: /* @__PURE__ */ jsx183("div", { className: "k-task-summary-complete" }) }),
|
|
9026
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9027
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9028
|
+
] }) })
|
|
9029
|
+
] }),
|
|
9030
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row k-alt", style: { height: "40px" }, alt: true, children: [
|
|
9031
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9032
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9033
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9034
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9035
|
+
"22"
|
|
8047
9036
|
] }),
|
|
8048
|
-
/* @__PURE__ */
|
|
8049
|
-
|
|
8050
|
-
|
|
8051
|
-
|
|
8052
|
-
|
|
8053
|
-
|
|
8054
|
-
|
|
8055
|
-
/* @__PURE__ */
|
|
8056
|
-
/* @__PURE__ */
|
|
8057
|
-
|
|
8058
|
-
|
|
8059
|
-
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
|
|
8063
|
-
|
|
8064
|
-
|
|
8065
|
-
|
|
9037
|
+
/* @__PURE__ */ jsx183(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "UI Design" }),
|
|
9038
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "single", style: { left: "783px", top: "8px", width: "200px" }, children: [
|
|
9039
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-complete", style: { width: "112px" } }),
|
|
9040
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-content", children: "UI Design" }),
|
|
9041
|
+
/* @__PURE__ */ jsx183("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx183("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx183(Icon, { icon: "x" }) }) }),
|
|
9042
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-w" }),
|
|
9043
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-e" }),
|
|
9044
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-draghandle" }),
|
|
9045
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9046
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9047
|
+
] }) })
|
|
9048
|
+
] }),
|
|
9049
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row k-selected", style: { height: "40px" }, children: [
|
|
9050
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9051
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9052
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9053
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9054
|
+
"23"
|
|
8066
9055
|
] }),
|
|
8067
|
-
/* @__PURE__ */
|
|
8068
|
-
|
|
8069
|
-
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
|
-
|
|
8073
|
-
|
|
8074
|
-
/* @__PURE__ */
|
|
8075
|
-
/* @__PURE__ */
|
|
8076
|
-
|
|
8077
|
-
|
|
8078
|
-
|
|
8079
|
-
|
|
8080
|
-
|
|
8081
|
-
|
|
8082
|
-
|
|
8083
|
-
|
|
8084
|
-
] }) })
|
|
9056
|
+
/* @__PURE__ */ jsx183(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "HTML Prototype" }),
|
|
9057
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "single", style: { left: "983px", top: "8px", width: "300px" }, children: [
|
|
9058
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-complete", style: { width: "192px" } }),
|
|
9059
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-content", children: "HTML Prototype" }),
|
|
9060
|
+
/* @__PURE__ */ jsx183("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx183("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx183(Icon, { icon: "x" }) }) }),
|
|
9061
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-w" }),
|
|
9062
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-e" }),
|
|
9063
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-draghandle" }),
|
|
9064
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9065
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9066
|
+
] }) })
|
|
9067
|
+
] }),
|
|
9068
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row k-alt", style: { height: "40px" }, alt: true, children: [
|
|
9069
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9070
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9071
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
9072
|
+
"13"
|
|
8085
9073
|
] }),
|
|
8086
|
-
/* @__PURE__ */
|
|
8087
|
-
|
|
8088
|
-
|
|
8089
|
-
|
|
8090
|
-
|
|
8091
|
-
|
|
8092
|
-
|
|
8093
|
-
|
|
8094
|
-
|
|
8095
|
-
|
|
8096
|
-
|
|
8097
|
-
|
|
9074
|
+
/* @__PURE__ */ jsx183(TableTd, { className: " k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Implementation" }),
|
|
9075
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "summary", style: { left: "983px", top: "15px", width: "2100px" }, children: [
|
|
9076
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-summary-progress", style: { width: "1617px" }, children: /* @__PURE__ */ jsx183("div", { className: "k-task-summary-complete" }) }),
|
|
9077
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9078
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9079
|
+
] }) })
|
|
9080
|
+
] }),
|
|
9081
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row", style: { height: "40px" }, children: [
|
|
9082
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9083
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9084
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9085
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9086
|
+
"24"
|
|
8098
9087
|
] }),
|
|
8099
|
-
/* @__PURE__ */
|
|
8100
|
-
|
|
8101
|
-
|
|
8102
|
-
|
|
8103
|
-
|
|
8104
|
-
|
|
8105
|
-
|
|
8106
|
-
/* @__PURE__ */
|
|
8107
|
-
/* @__PURE__ */
|
|
8108
|
-
|
|
8109
|
-
|
|
8110
|
-
|
|
8111
|
-
|
|
8112
|
-
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
9088
|
+
/* @__PURE__ */ jsx183(TableTd, { className: " k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Prototype" }),
|
|
9089
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "single", style: { left: "983px", top: "8px", width: "600px" }, children: [
|
|
9090
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-complete", style: { width: "462px" } }),
|
|
9091
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-content", children: "Prototype" }),
|
|
9092
|
+
/* @__PURE__ */ jsx183("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx183("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx183(Icon, { icon: "x" }) }) }),
|
|
9093
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-w" }),
|
|
9094
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-e" }),
|
|
9095
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-draghandle" }),
|
|
9096
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9097
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9098
|
+
] }) })
|
|
9099
|
+
] }),
|
|
9100
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row k-alt", style: { height: "40px" }, alt: true, children: [
|
|
9101
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9102
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9103
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9104
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9105
|
+
"26"
|
|
8117
9106
|
] }),
|
|
8118
|
-
/* @__PURE__ */
|
|
8119
|
-
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
|
|
8123
|
-
|
|
8124
|
-
|
|
8125
|
-
/* @__PURE__ */
|
|
8126
|
-
/* @__PURE__ */
|
|
8127
|
-
|
|
8128
|
-
|
|
8129
|
-
|
|
8130
|
-
|
|
8131
|
-
|
|
8132
|
-
|
|
8133
|
-
|
|
8134
|
-
|
|
8135
|
-
|
|
9107
|
+
/* @__PURE__ */ jsx183(TableTd, { className: " k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Architecture" }),
|
|
9108
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "single", style: { left: "1583px", top: "8px", width: "100px" }, children: [
|
|
9109
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-complete", style: { width: "82px" } }),
|
|
9110
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-content", children: "Architecture" }),
|
|
9111
|
+
/* @__PURE__ */ jsx183("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx183("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx183(Icon, { icon: "x" }) }) }),
|
|
9112
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-w" }),
|
|
9113
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-e" }),
|
|
9114
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-draghandle" }),
|
|
9115
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9116
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9117
|
+
] }) })
|
|
9118
|
+
] }),
|
|
9119
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row", style: { height: "40px" }, children: [
|
|
9120
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9121
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9122
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9123
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9124
|
+
"27"
|
|
8136
9125
|
] }),
|
|
8137
|
-
/* @__PURE__ */
|
|
8138
|
-
|
|
8139
|
-
|
|
8140
|
-
|
|
8141
|
-
|
|
8142
|
-
|
|
8143
|
-
|
|
8144
|
-
/* @__PURE__ */
|
|
8145
|
-
/* @__PURE__ */
|
|
8146
|
-
|
|
8147
|
-
|
|
8148
|
-
|
|
8149
|
-
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8153
|
-
|
|
8154
|
-
|
|
9126
|
+
/* @__PURE__ */ jsx183(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Data Layer" }),
|
|
9127
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "single", style: { left: "1683px", top: "8px", width: "600px" }, children: [
|
|
9128
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-complete", style: { width: "300px" } }),
|
|
9129
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-content", children: "Data Layer" }),
|
|
9130
|
+
/* @__PURE__ */ jsx183("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx183("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx183(Icon, { icon: "x" }) }) }),
|
|
9131
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-w" }),
|
|
9132
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-e" }),
|
|
9133
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-draghandle" }),
|
|
9134
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9135
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9136
|
+
] }) })
|
|
9137
|
+
] }),
|
|
9138
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row k-alt", style: { height: "40px" }, alt: true, children: [
|
|
9139
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9140
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9141
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9142
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9143
|
+
"29"
|
|
8155
9144
|
] }),
|
|
8156
|
-
/* @__PURE__ */
|
|
8157
|
-
|
|
8158
|
-
|
|
8159
|
-
|
|
8160
|
-
|
|
8161
|
-
|
|
8162
|
-
|
|
8163
|
-
/* @__PURE__ */
|
|
8164
|
-
/* @__PURE__ */
|
|
8165
|
-
|
|
8166
|
-
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8171
|
-
|
|
8172
|
-
|
|
8173
|
-
|
|
9145
|
+
/* @__PURE__ */ jsx183(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "UI and Interaction" }),
|
|
9146
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "single", style: { left: "2583px", top: "8px", width: "500px" }, children: [
|
|
9147
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-complete", style: { width: "300px" } }),
|
|
9148
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-content", children: "UI and Interaction" }),
|
|
9149
|
+
/* @__PURE__ */ jsx183("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx183("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx183(Icon, { icon: "x" }) }) }),
|
|
9150
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-w" }),
|
|
9151
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-e" }),
|
|
9152
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-draghandle" }),
|
|
9153
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9154
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9155
|
+
] }) })
|
|
9156
|
+
] }),
|
|
9157
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row", style: { height: "40px" }, children: [
|
|
9158
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9159
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9160
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9161
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9162
|
+
"28"
|
|
8174
9163
|
] }),
|
|
8175
|
-
/* @__PURE__ */
|
|
8176
|
-
|
|
8177
|
-
|
|
8178
|
-
|
|
8179
|
-
|
|
8180
|
-
|
|
8181
|
-
|
|
8182
|
-
/* @__PURE__ */
|
|
8183
|
-
/* @__PURE__ */
|
|
8184
|
-
|
|
8185
|
-
|
|
8186
|
-
|
|
8187
|
-
|
|
8188
|
-
|
|
8189
|
-
|
|
8190
|
-
|
|
8191
|
-
|
|
8192
|
-
] }) })
|
|
9164
|
+
/* @__PURE__ */ jsx183(TableTd, { className: " k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Unit Tests" }),
|
|
9165
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "single", style: { left: "1683px", top: "8px", width: "900px" }, children: [
|
|
9166
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-complete", style: { width: "612px" } }),
|
|
9167
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-content", children: "Unit Tests" }),
|
|
9168
|
+
/* @__PURE__ */ jsx183("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx183("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx183(Icon, { icon: "x" }) }) }),
|
|
9169
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-w" }),
|
|
9170
|
+
/* @__PURE__ */ jsx183("span", { className: "k-resize-handle k-resize-e" }),
|
|
9171
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-draghandle" }),
|
|
9172
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9173
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9174
|
+
] }) })
|
|
9175
|
+
] }),
|
|
9176
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row k-alt", style: { height: "40px" }, alt: true, children: [
|
|
9177
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9178
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9179
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
9180
|
+
"14"
|
|
8193
9181
|
] }),
|
|
8194
|
-
/* @__PURE__ */
|
|
8195
|
-
|
|
8196
|
-
|
|
8197
|
-
|
|
8198
|
-
|
|
8199
|
-
|
|
8200
|
-
|
|
8201
|
-
|
|
8202
|
-
|
|
8203
|
-
|
|
8204
|
-
|
|
8205
|
-
|
|
9182
|
+
/* @__PURE__ */ jsx183(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Testing" }),
|
|
9183
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "summary", style: { left: "2883px", top: "15px", width: "500px" }, children: [
|
|
9184
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-summary-progress", style: { width: "260px" }, children: /* @__PURE__ */ jsx183("div", { className: "k-task-summary-complete" }) }),
|
|
9185
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9186
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9187
|
+
] }) })
|
|
9188
|
+
] }),
|
|
9189
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row", style: { height: "40px" }, children: [
|
|
9190
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9191
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9192
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
9193
|
+
"30"
|
|
8206
9194
|
] }),
|
|
8207
|
-
/* @__PURE__ */
|
|
8208
|
-
|
|
8209
|
-
|
|
8210
|
-
|
|
8211
|
-
|
|
8212
|
-
|
|
8213
|
-
|
|
8214
|
-
|
|
8215
|
-
|
|
8216
|
-
|
|
8217
|
-
|
|
8218
|
-
|
|
9195
|
+
/* @__PURE__ */ jsx183(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Documentation" }),
|
|
9196
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "summary", style: { left: "2183px", top: "15px", width: "1200px" }, children: [
|
|
9197
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-summary-progress", style: { width: "168px" }, children: /* @__PURE__ */ jsx183("div", { className: "k-task-summary-complete" }) }),
|
|
9198
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9199
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9200
|
+
] }) })
|
|
9201
|
+
] }),
|
|
9202
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row k-alt", style: { height: "40px" }, alt: true, children: [
|
|
9203
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9204
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9205
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
9206
|
+
"31"
|
|
8219
9207
|
] }),
|
|
8220
|
-
/* @__PURE__ */
|
|
8221
|
-
|
|
8222
|
-
|
|
8223
|
-
|
|
8224
|
-
|
|
8225
|
-
|
|
8226
|
-
|
|
8227
|
-
|
|
8228
|
-
|
|
8229
|
-
|
|
8230
|
-
|
|
8231
|
-
|
|
9208
|
+
/* @__PURE__ */ jsx183(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Demos" }),
|
|
9209
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "summary", style: { left: "2883px", top: "15px", width: "1200px" }, children: [
|
|
9210
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-summary-progress", style: { width: "984px" }, children: /* @__PURE__ */ jsx183("div", { className: "k-task-summary-complete" }) }),
|
|
9211
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9212
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9213
|
+
] }) })
|
|
9214
|
+
] }),
|
|
9215
|
+
/* @__PURE__ */ jsxs63(TableRow, { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
|
|
9216
|
+
/* @__PURE__ */ jsxs63(TableTd, { className: "k-grid-content-sticky k-text-nowrap", colspan: 1, style: { left: "0px", right: "200px" }, children: [
|
|
9217
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9218
|
+
/* @__PURE__ */ jsx183(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
9219
|
+
"17"
|
|
8232
9220
|
] }),
|
|
8233
|
-
/* @__PURE__ */
|
|
8234
|
-
|
|
8235
|
-
|
|
8236
|
-
|
|
8237
|
-
|
|
8238
|
-
|
|
8239
|
-
/* @__PURE__ */ jsx130("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Release" }),
|
|
8240
|
-
/* @__PURE__ */ jsx130("td", { className: "k-table-td", children: /* @__PURE__ */ jsxs53("div", { className: "k-task k-task-milestone", style: { left: "4077px", top: "13px" }, children: [
|
|
8241
|
-
/* @__PURE__ */ jsx130("div", { className: "k-task-milestone-content" }),
|
|
8242
|
-
/* @__PURE__ */ jsx130("div", { className: "k-task-dot k-task-start" }),
|
|
8243
|
-
/* @__PURE__ */ jsx130("div", { className: "k-task-dot k-task-end" })
|
|
8244
|
-
] }) })
|
|
8245
|
-
] })
|
|
9221
|
+
/* @__PURE__ */ jsx183(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Release" }),
|
|
9222
|
+
/* @__PURE__ */ jsx183(TableTd, { children: /* @__PURE__ */ jsxs63(GanttTask, { type: "milestone", style: { left: "4077px", top: "13px" }, children: [
|
|
9223
|
+
/* @__PURE__ */ jsx183("div", { className: "k-task-milestone-content" }),
|
|
9224
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, {}),
|
|
9225
|
+
/* @__PURE__ */ jsx183(GanttTaskDot, { position: "end" })
|
|
9226
|
+
] }) })
|
|
8246
9227
|
] })
|
|
8247
|
-
] })
|
|
8248
|
-
|
|
8249
|
-
|
|
8250
|
-
|
|
8251
|
-
|
|
8252
|
-
|
|
8253
|
-
|
|
8254
|
-
|
|
8255
|
-
|
|
8256
|
-
|
|
8257
|
-
|
|
8258
|
-
|
|
8259
|
-
|
|
8260
|
-
|
|
8261
|
-
|
|
8262
|
-
|
|
8263
|
-
|
|
8264
|
-
|
|
8265
|
-
|
|
8266
|
-
|
|
8267
|
-
|
|
8268
|
-
|
|
8269
|
-
|
|
8270
|
-
|
|
8271
|
-
|
|
8272
|
-
|
|
8273
|
-
|
|
8274
|
-
|
|
8275
|
-
|
|
8276
|
-
|
|
8277
|
-
|
|
8278
|
-
|
|
8279
|
-
|
|
8280
|
-
|
|
8281
|
-
|
|
8282
|
-
|
|
8283
|
-
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
|
|
8288
|
-
|
|
8289
|
-
|
|
8290
|
-
|
|
8291
|
-
|
|
8292
|
-
|
|
8293
|
-
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
|
|
8297
|
-
|
|
8298
|
-
|
|
8299
|
-
|
|
8300
|
-
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8304
|
-
|
|
8305
|
-
|
|
8306
|
-
|
|
8307
|
-
|
|
8308
|
-
|
|
8309
|
-
] }) })
|
|
8310
|
-
] }) })
|
|
9228
|
+
] })
|
|
9229
|
+
] }),
|
|
9230
|
+
/* @__PURE__ */ jsxs63("svg", { className: "k-gantt-dependencies-svg", children: [
|
|
9231
|
+
/* @__PURE__ */ jsx183("polyline", { points: "391,135 401,135 401,155 373,155 373,214 379,214 379,216 382,214 379,212 379,214" }),
|
|
9232
|
+
/* @__PURE__ */ jsx183("polyline", { points: "1283,374 1293,374 1293,394 1273,394 1273,414 1279,414 1279,416 1282,414 1279,412 1279,414" }),
|
|
9233
|
+
/* @__PURE__ */ jsx183("polyline", { points: "1583,414 1593,414 1593,434 1273,434 1273,494 1279,494 1279,496 1282,494 1279,492 1279,494" }),
|
|
9234
|
+
/* @__PURE__ */ jsx183("polyline", { points: "1883,494 1893,494 1893,514 1873,514 1873,534 1879,534 1879,536 1882,534 1879,532 1879,534" }),
|
|
9235
|
+
/* @__PURE__ */ jsx183("polyline", { points: "1983,534 1993,534 1993,554 1973,554 1973,574 1979,574 1979,576 1982,574 1979,572 1979,574" }),
|
|
9236
|
+
/* @__PURE__ */ jsx183("polyline", { points: "1983,534 1993,534 1993,554 1973,554 1973,654 1979,654 1979,656 1982,654 1979,652 1979,654" }),
|
|
9237
|
+
/* @__PURE__ */ jsx183("polyline", { points: "2583,574 2593,574 2593,614 2879,614 2879,616 2882,614 2879,612 2879,614" }),
|
|
9238
|
+
/* @__PURE__ */ jsx183("polyline", { points: "2883,654 3393,654 3393,614 3387,614 3387,612 3384,614 3387,616 3387,614" }),
|
|
9239
|
+
/* @__PURE__ */ jsx183("polyline", { points: "3383,454 3393,454 3393,614 3387,614 3387,612 3384,614 3387,616 3387,614" }),
|
|
9240
|
+
/* @__PURE__ */ jsx183("polyline", { points: "391,135 401,135 401,155 373,155 373,254 379,254 379,256 382,254 379,252 379,254" }),
|
|
9241
|
+
/* @__PURE__ */ jsx183("polyline", { points: "391,254 401,254 401,294 579,294 579,296 582,294 579,292 579,294" }),
|
|
9242
|
+
/* @__PURE__ */ jsx183("polyline", { points: "583,214 593,214 593,234 573,234 573,294 579,294 579,296 582,294 579,292 579,294" }),
|
|
9243
|
+
/* @__PURE__ */ jsx183("polyline", { points: "883,294 893,294 893,374 1079,374 1079,376 1082,374 1079,372 1079,374" }),
|
|
9244
|
+
/* @__PURE__ */ jsx183("polyline", { points: "2883,614 1973,614 1973,654 1979,654 1979,656 1982,654 1979,652 1979,654" }),
|
|
9245
|
+
/* @__PURE__ */ jsx183("polyline", { points: "383,94 373,94 373,114 893,114 893,174 887,174 887,172 884,174 887,176 887,174" })
|
|
9246
|
+
] }),
|
|
9247
|
+
/* @__PURE__ */ jsx183(GanttColumnsTable, { style: { top: "74px", left: "300px", width: "4200px", height: "760px" }, children: /* @__PURE__ */ jsx183(TableTbody, { children: /* @__PURE__ */ jsxs63(TableRow, { children: [
|
|
9248
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-nonwork-hour" }),
|
|
9249
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9250
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9251
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9252
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9253
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9254
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-nonwork-hour" }),
|
|
9255
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-nonwork-hour" }),
|
|
9256
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9257
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9258
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9259
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9260
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9261
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-nonwork-hour" }),
|
|
9262
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-nonwork-hour" }),
|
|
9263
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9264
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9265
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9266
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9267
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9268
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-nonwork-hour" }),
|
|
9269
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-nonwork-hour" }),
|
|
9270
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9271
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9272
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9273
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9274
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9275
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-nonwork-hour" }),
|
|
9276
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-nonwork-hour" }),
|
|
9277
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9278
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9279
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9280
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9281
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9282
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-nonwork-hour" }),
|
|
9283
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-nonwork-hour" }),
|
|
9284
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9285
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9286
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9287
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9288
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1 }),
|
|
9289
|
+
/* @__PURE__ */ jsx183(TableTd, { colspan: 1, className: "k-nonwork-hour" })
|
|
9290
|
+
] }) }) })
|
|
9291
|
+
] }) }) }) })
|
|
8311
9292
|
] });
|
|
8312
9293
|
export {
|
|
8313
9294
|
gantt_react_default as default
|