@progress/kendo-themes-html 7.2.1-dev.0 → 7.2.1-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +1130 -904
- 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/column-menu/column-menu-expander.spec.js +5933 -0
- package/dist/cjs/column-menu/column-menu-item-content.js +47 -0
- package/dist/cjs/column-menu/column-menu-item-wrapper.js +46 -0
- package/dist/cjs/column-menu/column-menu-item.spec.js +4396 -0
- package/dist/cjs/column-menu/column-menu-multicheck-item.js +261 -0
- package/dist/cjs/column-menu/column-menu-multicheck-wrap.js +46 -0
- package/dist/cjs/column-menu/column-menu.spec.js +67 -0
- package/dist/cjs/column-menu/filter-menu.spec.js +61 -0
- package/dist/cjs/column-menu/templates/column-menu-normal.js +5957 -0
- package/dist/cjs/column-menu/templates/column-menu-tabbed.js +5947 -0
- package/dist/cjs/column-menu/templates/filter-menu-multi-check.js +5984 -0
- package/dist/cjs/column-menu/templates/filter-menu-normal.js +5947 -0
- package/dist/cjs/column-menu/tests/column-menu-rtl.js +6038 -0
- package/dist/cjs/column-menu/tests/column-menu-tabbed.js +6026 -0
- package/dist/cjs/column-menu/tests/column-menu.js +6038 -0
- package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +1130 -904
- 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 +1100 -874
- package/dist/cjs/filemanager/tests/filemanager-gridview.js +64 -46
- package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +1054 -828
- 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 +1129 -903
- 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-menu-rtl.js +707 -603
- package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +841 -655
- package/dist/cjs/grid/tests/grid-column-menu.js +706 -602
- package/dist/cjs/grid/tests/grid-column-reordering-actions.js +366 -168
- package/dist/cjs/grid/tests/grid-column-reordering.js +372 -174
- package/dist/cjs/grid/tests/grid-column-resizing-actions.js +354 -153
- package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1202 -976
- 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 +336 -105
- 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 +2589 -2217
- package/dist/cjs/mediaplayer/tests/mediaplayer.js +64 -46
- package/dist/cjs/multiselect/templates/multiselect-prefix.js +1105 -879
- package/dist/cjs/multiselect/templates/multiselect-suffix.js +1105 -879
- package/dist/cjs/multiselect/tests/multiselect-adaptive.js +1111 -885
- package/dist/cjs/multiselect/tests/multiselect-flat.js +1135 -909
- package/dist/cjs/multiselect/tests/multiselect-grouping.js +1111 -885
- package/dist/cjs/multiselect/tests/multiselect-opened.js +1113 -887
- package/dist/cjs/multiselect/tests/multiselect-outline.js +1135 -909
- package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +1142 -916
- package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +1114 -888
- package/dist/cjs/multiselect/tests/multiselect-solid.js +1135 -909
- 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-column-menus.js +886 -739
- package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +64 -46
- package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +1172 -308
- 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 +1144 -918
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +1158 -932
- 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 +1105 -879
- package/dist/cjs/taskboard/taskboard-toolbar.js +64 -46
- package/dist/cjs/taskboard/taskboard.spec.js +1117 -891
- package/dist/cjs/taskboard/templates/taskboard-normal.js +1151 -925
- package/dist/cjs/taskboard/tests/taskboard-card-column-menu.js +1620 -64
- package/dist/cjs/taskboard/tests/taskboard-card.js +1133 -907
- package/dist/cjs/taskboard/tests/taskboard-column.js +1148 -922
- package/dist/cjs/taskboard/tests/taskboard-pane.js +1159 -933
- package/dist/cjs/taskboard/tests/taskboard-resources.js +1115 -889
- package/dist/cjs/taskboard/tests/taskboard-rtl.js +1157 -931
- package/dist/cjs/taskboard/tests/taskboard.js +1157 -931
- 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 +4295 -73
- package/dist/cjs/treelist/tests/treelist-aggregates.js +4537 -216
- package/dist/cjs/treelist/tests/treelist-react.js +2536 -98
- package/dist/cjs/treelist/tests/treelist-row-reordering.js +4389 -59
- package/dist/cjs/treelist/tests/treelist.js +4427 -112
- package/dist/cjs/treelist/treelist.spec.js +8433 -0
- package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +1075 -849
- 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/column-menu/column-menu-expander.spec.js +5917 -0
- package/dist/esm/column-menu/column-menu-item-content.js +25 -0
- package/dist/esm/column-menu/column-menu-item-wrapper.js +24 -0
- package/dist/esm/column-menu/column-menu-item.spec.js +4380 -0
- package/dist/esm/column-menu/column-menu-multicheck-item.js +239 -0
- package/dist/esm/column-menu/column-menu-multicheck-wrap.js +24 -0
- package/dist/esm/column-menu/column-menu.spec.js +45 -0
- package/dist/esm/column-menu/filter-menu.spec.js +39 -0
- package/dist/esm/column-menu/templates/column-menu-normal.js +5941 -0
- package/dist/esm/column-menu/templates/column-menu-tabbed.js +5931 -0
- package/dist/esm/column-menu/templates/filter-menu-multi-check.js +5968 -0
- package/dist/esm/column-menu/templates/filter-menu-normal.js +5931 -0
- package/dist/esm/column-menu/tests/column-menu-rtl.js +6022 -0
- package/dist/esm/column-menu/tests/column-menu-tabbed.js +6010 -0
- package/dist/esm/column-menu/tests/column-menu.js +6022 -0
- package/dist/esm/combobox/tests/combobox-prefix-suffix.js +1075 -849
- 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 +1013 -787
- package/dist/esm/filemanager/tests/filemanager-gridview.js +64 -46
- package/dist/esm/filemanager/tests/filemanager-listview-preview.js +967 -741
- 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 +1074 -848
- 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-menu-rtl.js +707 -603
- package/dist/esm/grid/tests/grid-column-menu-tabbed.js +852 -666
- package/dist/esm/grid/tests/grid-column-menu.js +706 -602
- package/dist/esm/grid/tests/grid-column-reordering-actions.js +366 -168
- package/dist/esm/grid/tests/grid-column-reordering.js +372 -174
- package/dist/esm/grid/tests/grid-column-resizing-actions.js +354 -153
- package/dist/esm/grid/tests/grid-editing-custom-editor.js +1147 -921
- 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 +336 -105
- 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 +2574 -2202
- package/dist/esm/mediaplayer/tests/mediaplayer.js +64 -46
- package/dist/esm/multiselect/templates/multiselect-prefix.js +1050 -824
- package/dist/esm/multiselect/templates/multiselect-suffix.js +1050 -824
- package/dist/esm/multiselect/tests/multiselect-adaptive.js +1056 -830
- package/dist/esm/multiselect/tests/multiselect-flat.js +1080 -854
- package/dist/esm/multiselect/tests/multiselect-grouping.js +1056 -830
- package/dist/esm/multiselect/tests/multiselect-opened.js +1058 -832
- package/dist/esm/multiselect/tests/multiselect-outline.js +1080 -854
- package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +1087 -861
- package/dist/esm/multiselect/tests/multiselect-size-rounded.js +1059 -833
- package/dist/esm/multiselect/tests/multiselect-solid.js +1080 -854
- 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-column-menus.js +886 -739
- package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +64 -46
- package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +1172 -308
- 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 +1089 -863
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +1103 -877
- 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 +1049 -823
- package/dist/esm/taskboard/taskboard-toolbar.js +64 -46
- package/dist/esm/taskboard/taskboard.spec.js +1045 -819
- package/dist/esm/taskboard/templates/taskboard-normal.js +1079 -853
- package/dist/esm/taskboard/tests/taskboard-card-column-menu.js +1620 -64
- package/dist/esm/taskboard/tests/taskboard-card.js +1078 -852
- package/dist/esm/taskboard/tests/taskboard-column.js +1093 -867
- package/dist/esm/taskboard/tests/taskboard-pane.js +1087 -861
- package/dist/esm/taskboard/tests/taskboard-resources.js +1060 -834
- package/dist/esm/taskboard/tests/taskboard-rtl.js +1085 -859
- package/dist/esm/taskboard/tests/taskboard.js +1085 -859
- 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 +4295 -73
- package/dist/esm/treelist/tests/treelist-aggregates.js +4538 -217
- package/dist/esm/treelist/tests/treelist-react.js +2536 -98
- package/dist/esm/treelist/tests/treelist-row-reordering.js +4389 -59
- package/dist/esm/treelist/tests/treelist.js +4428 -113
- package/dist/esm/treelist/treelist.spec.js +8417 -0
- package/dist/types/column-menu/column-menu-expander.spec.d.ts +17 -0
- package/dist/types/column-menu/column-menu-item-content.d.ts +1 -0
- package/dist/types/column-menu/column-menu-item-wrapper.d.ts +1 -0
- package/dist/types/column-menu/column-menu-item.spec.d.ts +17 -0
- package/dist/types/column-menu/column-menu-multicheck-item.d.ts +4 -0
- package/dist/types/column-menu/column-menu-multicheck-wrap.d.ts +1 -0
- package/dist/types/column-menu/column-menu.spec.d.ts +14 -0
- package/dist/types/column-menu/filter-menu.spec.d.ts +9 -0
- package/dist/types/column-menu/index.d.ts +12 -0
- package/dist/types/column-menu/templates/column-menu-normal.d.ts +1 -0
- package/dist/types/column-menu/templates/column-menu-tabbed.d.ts +1 -0
- package/dist/types/column-menu/templates/filter-menu-multi-check.d.ts +1 -0
- package/dist/types/column-menu/templates/filter-menu-normal.d.ts +1 -0
- package/dist/types/column-menu/tests/column-menu-rtl.d.ts +2 -0
- package/dist/types/column-menu/tests/column-menu-tabbed.d.ts +2 -0
- package/dist/types/column-menu/tests/column-menu.d.ts +2 -0
- 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/dist/types/index.d.ts +2 -0
- package/dist/types/treelist/index.d.ts +1 -0
- package/dist/types/treelist/treelist.spec.d.ts +9 -0
- package/package.json +2 -2
- package/src/column-menu/column-menu-expander.spec.tsx +66 -0
- package/src/column-menu/column-menu-item-content.tsx +18 -0
- package/src/column-menu/column-menu-item-wrapper.tsx +17 -0
- package/src/column-menu/column-menu-item.spec.tsx +56 -0
- package/src/column-menu/column-menu-multicheck-item.tsx +32 -0
- package/src/column-menu/column-menu-multicheck-wrap.tsx +17 -0
- package/src/column-menu/column-menu.spec.tsx +46 -0
- package/src/column-menu/filter-menu.spec.tsx +38 -0
- package/src/column-menu/index.ts +12 -0
- package/src/column-menu/templates/column-menu-normal.tsx +23 -0
- package/src/column-menu/templates/column-menu-tabbed.tsx +36 -0
- package/src/column-menu/templates/filter-menu-multi-check.tsx +26 -0
- package/src/column-menu/templates/filter-menu-normal.tsx +23 -0
- package/src/column-menu/tests/column-menu-rtl.tsx +119 -0
- package/src/column-menu/tests/column-menu-tabbed.tsx +113 -0
- package/src/column-menu/tests/column-menu.tsx +119 -0
- 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/grid/tests/grid-column-menu-rtl.tsx +194 -367
- package/src/grid/tests/grid-column-menu-tabbed.tsx +147 -260
- package/src/grid/tests/grid-column-menu.tsx +194 -366
- package/src/grid/tests/grid-column-reordering-actions.tsx +48 -77
- package/src/grid/tests/grid-column-reordering.tsx +60 -86
- package/src/grid/tests/grid-column-resizing-actions.tsx +25 -64
- package/src/grid/tests/grid-grouping-actions.tsx +15 -11
- package/src/index.ts +2 -1
- package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +141 -232
- package/src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx +17 -34
- 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
- package/src/taskboard/tests/taskboard-card-column-menu.tsx +12 -22
- package/src/treelist/index.ts +1 -0
- package/src/treelist/tests/treelist-aggregate-react.tsx +73 -71
- package/src/treelist/tests/treelist-aggregates.tsx +219 -242
- package/src/treelist/tests/treelist-react.tsx +98 -95
- package/src/treelist/tests/treelist-row-reordering.tsx +95 -74
- package/src/treelist/tests/treelist.tsx +110 -139
- package/src/treelist/treelist.spec.tsx +32 -0
|
@@ -5176,7 +5176,8 @@ var Slider = (props) => {
|
|
|
5176
5176
|
focus,
|
|
5177
5177
|
active,
|
|
5178
5178
|
trackStyle,
|
|
5179
|
-
dir
|
|
5179
|
+
dir,
|
|
5180
|
+
...other
|
|
5180
5181
|
} = props;
|
|
5181
5182
|
let iconIncrease;
|
|
5182
5183
|
let iconDecrease;
|
|
@@ -5187,46 +5188,54 @@ var Slider = (props) => {
|
|
|
5187
5188
|
iconIncrease = "caret-alt-up";
|
|
5188
5189
|
iconDecrease = "caret-alt-down";
|
|
5189
5190
|
}
|
|
5190
|
-
return /* @__PURE__ */ jsxs9(
|
|
5191
|
-
|
|
5192
|
-
props.className,
|
|
5193
|
-
stateClassNames(SLIDER_CLASSNAME, {
|
|
5194
|
-
readonly,
|
|
5195
|
-
disabled
|
|
5196
|
-
}),
|
|
5191
|
+
return /* @__PURE__ */ jsxs9(
|
|
5192
|
+
"div",
|
|
5197
5193
|
{
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5194
|
+
...other,
|
|
5195
|
+
className: classNames(
|
|
5196
|
+
SLIDER_CLASSNAME,
|
|
5197
|
+
props.className,
|
|
5198
|
+
stateClassNames(SLIDER_CLASSNAME, {
|
|
5199
|
+
readonly,
|
|
5200
|
+
disabled
|
|
5201
|
+
}),
|
|
5202
|
+
{
|
|
5203
|
+
[`k-slider-${orientation}`]: orientation,
|
|
5204
|
+
"k-colorgradient-slider": type === "gradient",
|
|
5205
|
+
"k-range-slider": type === "range"
|
|
5206
|
+
}
|
|
5207
|
+
),
|
|
5208
|
+
dir,
|
|
5209
|
+
children: [
|
|
5210
|
+
showButtons && /* @__PURE__ */ jsx32(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
|
|
5211
|
+
/* @__PURE__ */ jsxs9("div", { className: "k-slider-track-wrap", children: [
|
|
5212
|
+
showTicks && /* @__PURE__ */ jsx32("ul", { className: "k-reset k-slider-items", children: props.children }),
|
|
5213
|
+
/* @__PURE__ */ jsxs9("div", { className: "k-slider-track", style: trackStyle, children: [
|
|
5214
|
+
/* @__PURE__ */ jsx32("div", { className: "k-slider-selection" }),
|
|
5215
|
+
type === "range" && /* @__PURE__ */ jsx32("span", { className: classNames(
|
|
5216
|
+
"k-draghandle",
|
|
5217
|
+
"k-draghandle-start",
|
|
5218
|
+
stateClassNames(SLIDER_CLASSNAME, {
|
|
5219
|
+
hover,
|
|
5220
|
+
focus,
|
|
5221
|
+
active
|
|
5222
|
+
})
|
|
5223
|
+
) }),
|
|
5224
|
+
/* @__PURE__ */ jsx32("span", { className: classNames(
|
|
5225
|
+
"k-draghandle",
|
|
5226
|
+
`k-draghandle-${handlePosition}`,
|
|
5227
|
+
stateClassNames(SLIDER_CLASSNAME, {
|
|
5228
|
+
hover,
|
|
5229
|
+
focus,
|
|
5230
|
+
active
|
|
5231
|
+
})
|
|
5232
|
+
) })
|
|
5233
|
+
] })
|
|
5234
|
+
] }),
|
|
5235
|
+
showButtons && /* @__PURE__ */ jsx32(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
|
|
5236
|
+
]
|
|
5201
5237
|
}
|
|
5202
|
-
)
|
|
5203
|
-
showButtons && /* @__PURE__ */ jsx32(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
|
|
5204
|
-
/* @__PURE__ */ jsxs9("div", { className: "k-slider-track-wrap", children: [
|
|
5205
|
-
showTicks && /* @__PURE__ */ jsx32("ul", { className: "k-reset k-slider-items", children: props.children }),
|
|
5206
|
-
/* @__PURE__ */ jsxs9("div", { className: "k-slider-track", style: trackStyle, children: [
|
|
5207
|
-
/* @__PURE__ */ jsx32("div", { className: "k-slider-selection" }),
|
|
5208
|
-
type === "range" && /* @__PURE__ */ jsx32("span", { className: classNames(
|
|
5209
|
-
"k-draghandle",
|
|
5210
|
-
"k-draghandle-start",
|
|
5211
|
-
stateClassNames(SLIDER_CLASSNAME, {
|
|
5212
|
-
hover,
|
|
5213
|
-
focus,
|
|
5214
|
-
active
|
|
5215
|
-
})
|
|
5216
|
-
) }),
|
|
5217
|
-
/* @__PURE__ */ jsx32("span", { className: classNames(
|
|
5218
|
-
"k-draghandle",
|
|
5219
|
-
`k-draghandle-${handlePosition}`,
|
|
5220
|
-
stateClassNames(SLIDER_CLASSNAME, {
|
|
5221
|
-
hover,
|
|
5222
|
-
focus,
|
|
5223
|
-
active
|
|
5224
|
-
})
|
|
5225
|
-
) })
|
|
5226
|
-
] })
|
|
5227
|
-
] }),
|
|
5228
|
-
showButtons && /* @__PURE__ */ jsx32(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
|
|
5229
|
-
] });
|
|
5238
|
+
);
|
|
5230
5239
|
};
|
|
5231
5240
|
Slider.states = states18;
|
|
5232
5241
|
Slider.options = options17;
|
|
@@ -5247,16 +5256,25 @@ var SliderTick = (props) => {
|
|
|
5247
5256
|
label = defaultProps18.label,
|
|
5248
5257
|
orientation,
|
|
5249
5258
|
large,
|
|
5250
|
-
text
|
|
5259
|
+
text,
|
|
5260
|
+
...other
|
|
5251
5261
|
} = props;
|
|
5252
|
-
return /* @__PURE__ */ jsx33(
|
|
5253
|
-
|
|
5254
|
-
SLIDER_TICK_CLASSNAME,
|
|
5262
|
+
return /* @__PURE__ */ jsx33(
|
|
5263
|
+
"li",
|
|
5255
5264
|
{
|
|
5256
|
-
|
|
5257
|
-
|
|
5265
|
+
...other,
|
|
5266
|
+
className: classNames(
|
|
5267
|
+
props.className,
|
|
5268
|
+
SLIDER_TICK_CLASSNAME,
|
|
5269
|
+
{
|
|
5270
|
+
[`k-tick-${orientation}`]: orientation,
|
|
5271
|
+
"k-tick-large": large
|
|
5272
|
+
}
|
|
5273
|
+
),
|
|
5274
|
+
style,
|
|
5275
|
+
children: label && /* @__PURE__ */ jsx33("span", { className: "k-label", children: text })
|
|
5258
5276
|
}
|
|
5259
|
-
)
|
|
5277
|
+
);
|
|
5260
5278
|
};
|
|
5261
5279
|
SliderTick.states = states19;
|
|
5262
5280
|
SliderTick.options = options18;
|
|
@@ -10249,7 +10267,7 @@ var Form = (props) => {
|
|
|
10249
10267
|
tag = defaultProps76.tag,
|
|
10250
10268
|
children
|
|
10251
10269
|
} = props;
|
|
10252
|
-
const Parent = ({ tag: tag2, className:
|
|
10270
|
+
const Parent = ({ tag: tag2, className: className32, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx227("form", { className: className32, children: children2 }) : /* @__PURE__ */ jsx227("div", { className: className32, children: children2 });
|
|
10253
10271
|
const formChildren = [];
|
|
10254
10272
|
if (children) {
|
|
10255
10273
|
if (Array.isArray(children)) {
|
|
@@ -14999,121 +15017,143 @@ import { jsx as jsx405 } from "react/jsx-runtime";
|
|
|
14999
15017
|
// src/grid/grid-toolbar.spec.tsx
|
|
15000
15018
|
import { jsx as jsx406 } from "react/jsx-runtime";
|
|
15001
15019
|
|
|
15002
|
-
// src/
|
|
15020
|
+
// src/treelist/treelist.spec.tsx
|
|
15003
15021
|
import { jsx as jsx407 } from "react/jsx-runtime";
|
|
15004
|
-
var
|
|
15022
|
+
var TREELIST_CLASSNAME = "k-treelist";
|
|
15005
15023
|
var states139 = [];
|
|
15006
15024
|
var options129 = {};
|
|
15007
15025
|
var defaultProps129 = {};
|
|
15026
|
+
var TreeList = (props) => /* @__PURE__ */ jsx407(
|
|
15027
|
+
Grid,
|
|
15028
|
+
{
|
|
15029
|
+
...props,
|
|
15030
|
+
className: classNames(
|
|
15031
|
+
TREELIST_CLASSNAME,
|
|
15032
|
+
props.className
|
|
15033
|
+
),
|
|
15034
|
+
children: props.children
|
|
15035
|
+
}
|
|
15036
|
+
);
|
|
15037
|
+
TreeList.states = states139;
|
|
15038
|
+
TreeList.options = options129;
|
|
15039
|
+
TreeList.className = TREELIST_CLASSNAME;
|
|
15040
|
+
TreeList.defaultProps = defaultProps129;
|
|
15041
|
+
|
|
15042
|
+
// src/filter/filter-preview.tsx
|
|
15043
|
+
import { jsx as jsx408 } from "react/jsx-runtime";
|
|
15044
|
+
var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
|
|
15045
|
+
var states140 = [];
|
|
15046
|
+
var options130 = {};
|
|
15047
|
+
var defaultProps130 = {};
|
|
15008
15048
|
var FilterPreview = (props) => {
|
|
15009
15049
|
const { fields } = props;
|
|
15010
15050
|
const expressionPreview = [];
|
|
15011
15051
|
if (fields) {
|
|
15012
15052
|
fields.map(({ name, value }) => {
|
|
15013
15053
|
expressionPreview.push(
|
|
15014
|
-
/* @__PURE__ */
|
|
15054
|
+
/* @__PURE__ */ jsx408("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
|
|
15015
15055
|
);
|
|
15016
15056
|
});
|
|
15017
15057
|
}
|
|
15018
|
-
return /* @__PURE__ */
|
|
15058
|
+
return /* @__PURE__ */ jsx408("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
|
|
15019
15059
|
};
|
|
15020
|
-
FilterPreview.states =
|
|
15021
|
-
FilterPreview.options =
|
|
15022
|
-
FilterPreview.defaultProps =
|
|
15060
|
+
FilterPreview.states = states140;
|
|
15061
|
+
FilterPreview.options = options130;
|
|
15062
|
+
FilterPreview.defaultProps = defaultProps130;
|
|
15023
15063
|
FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
|
|
15024
15064
|
|
|
15025
15065
|
// src/filter/filter.spec.tsx
|
|
15026
|
-
import { Fragment as Fragment119, jsx as
|
|
15066
|
+
import { Fragment as Fragment119, jsx as jsx409, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
15027
15067
|
var FILTER_CLASSNAME = "k-filter";
|
|
15028
|
-
var
|
|
15029
|
-
var
|
|
15030
|
-
var
|
|
15068
|
+
var states141 = [];
|
|
15069
|
+
var options131 = {};
|
|
15070
|
+
var defaultProps131 = {};
|
|
15031
15071
|
var Filter = (props) => {
|
|
15032
15072
|
const {
|
|
15033
15073
|
children,
|
|
15034
15074
|
showApplyButton
|
|
15035
15075
|
} = props;
|
|
15036
15076
|
const filterChildren = [];
|
|
15037
|
-
let expressionPreview = /* @__PURE__ */
|
|
15077
|
+
let expressionPreview = /* @__PURE__ */ jsx409(Fragment119, {});
|
|
15038
15078
|
if (children) {
|
|
15039
15079
|
if (Array.isArray(children)) {
|
|
15040
15080
|
children.map((child) => {
|
|
15041
15081
|
if (child.type !== FilterPreview) {
|
|
15042
15082
|
filterChildren.push(child);
|
|
15043
15083
|
} else {
|
|
15044
|
-
expressionPreview = /* @__PURE__ */
|
|
15084
|
+
expressionPreview = /* @__PURE__ */ jsx409(FilterPreview, { ...child.props });
|
|
15045
15085
|
}
|
|
15046
15086
|
});
|
|
15047
15087
|
}
|
|
15048
15088
|
}
|
|
15049
15089
|
return /* @__PURE__ */ jsxs164("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
|
|
15050
|
-
/* @__PURE__ */
|
|
15090
|
+
/* @__PURE__ */ jsx409("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx409("li", { className: "k-filter-group-main", children: filterChildren }) }),
|
|
15051
15091
|
expressionPreview,
|
|
15052
|
-
showApplyButton && /* @__PURE__ */
|
|
15092
|
+
showApplyButton && /* @__PURE__ */ jsx409(Button, { className: "k-filter-apply", children: "Apply" })
|
|
15053
15093
|
] });
|
|
15054
15094
|
};
|
|
15055
|
-
Filter.states =
|
|
15056
|
-
Filter.options =
|
|
15057
|
-
Filter.defaultProps =
|
|
15095
|
+
Filter.states = states141;
|
|
15096
|
+
Filter.options = options131;
|
|
15097
|
+
Filter.defaultProps = defaultProps131;
|
|
15058
15098
|
Filter.className = FILTER_CLASSNAME;
|
|
15059
15099
|
|
|
15060
15100
|
// src/filter/filter-toolbar.tsx
|
|
15061
|
-
import { jsx as
|
|
15101
|
+
import { jsx as jsx410 } from "react/jsx-runtime";
|
|
15062
15102
|
var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
|
|
15063
|
-
var
|
|
15064
|
-
var
|
|
15065
|
-
var
|
|
15103
|
+
var states142 = [];
|
|
15104
|
+
var options132 = {};
|
|
15105
|
+
var defaultProps132 = {};
|
|
15066
15106
|
var FilterToolbar = (props) => {
|
|
15067
15107
|
const { children } = props;
|
|
15068
|
-
return /* @__PURE__ */
|
|
15108
|
+
return /* @__PURE__ */ jsx410("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
|
|
15069
15109
|
};
|
|
15070
|
-
FilterToolbar.states =
|
|
15071
|
-
FilterToolbar.options =
|
|
15072
|
-
FilterToolbar.defaultProps =
|
|
15110
|
+
FilterToolbar.states = states142;
|
|
15111
|
+
FilterToolbar.options = options132;
|
|
15112
|
+
FilterToolbar.defaultProps = defaultProps132;
|
|
15073
15113
|
|
|
15074
15114
|
// src/filter/filter-lines.tsx
|
|
15075
|
-
import { jsx as
|
|
15115
|
+
import { jsx as jsx411 } from "react/jsx-runtime";
|
|
15076
15116
|
var FILTER_LINES_CLASSNAME = "k-filter-lines";
|
|
15077
|
-
var
|
|
15078
|
-
var
|
|
15079
|
-
var
|
|
15117
|
+
var states143 = [];
|
|
15118
|
+
var options133 = {};
|
|
15119
|
+
var defaultProps133 = {};
|
|
15080
15120
|
var FilterLines = (props) => {
|
|
15081
15121
|
const { children } = props;
|
|
15082
|
-
return /* @__PURE__ */
|
|
15122
|
+
return /* @__PURE__ */ jsx411("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
|
|
15083
15123
|
};
|
|
15084
|
-
FilterLines.states =
|
|
15085
|
-
FilterLines.options =
|
|
15086
|
-
FilterLines.defaultProps =
|
|
15124
|
+
FilterLines.states = states143;
|
|
15125
|
+
FilterLines.options = options133;
|
|
15126
|
+
FilterLines.defaultProps = defaultProps133;
|
|
15087
15127
|
|
|
15088
15128
|
// src/filter/filter-item.tsx
|
|
15089
|
-
import { jsx as
|
|
15129
|
+
import { jsx as jsx412 } from "react/jsx-runtime";
|
|
15090
15130
|
var FILTER_ITEM_CLASSNAME = "k-filter-item";
|
|
15091
|
-
var
|
|
15092
|
-
var
|
|
15093
|
-
var
|
|
15131
|
+
var states144 = [];
|
|
15132
|
+
var options134 = {};
|
|
15133
|
+
var defaultProps134 = {};
|
|
15094
15134
|
var FilterItem = (props) => {
|
|
15095
15135
|
const { children } = props;
|
|
15096
|
-
return /* @__PURE__ */
|
|
15136
|
+
return /* @__PURE__ */ jsx412("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
|
|
15097
15137
|
};
|
|
15098
|
-
FilterItem.states =
|
|
15099
|
-
FilterItem.options =
|
|
15100
|
-
FilterItem.defaultProps =
|
|
15138
|
+
FilterItem.states = states144;
|
|
15139
|
+
FilterItem.options = options134;
|
|
15140
|
+
FilterItem.defaultProps = defaultProps134;
|
|
15101
15141
|
|
|
15102
15142
|
// src/filter/templates/filter-normal.tsx
|
|
15103
|
-
import { jsx as
|
|
15143
|
+
import { jsx as jsx413, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
15104
15144
|
|
|
15105
15145
|
// src/taskboard/taskboard-toolbar.tsx
|
|
15106
|
-
import { jsx as
|
|
15146
|
+
import { jsx as jsx414 } from "react/jsx-runtime";
|
|
15107
15147
|
var TASKBOARDTOOLBAR_CLASSNAME = `k-taskboard-toolbar`;
|
|
15108
|
-
var
|
|
15109
|
-
var
|
|
15110
|
-
var
|
|
15148
|
+
var states145 = [];
|
|
15149
|
+
var options135 = {};
|
|
15150
|
+
var defaultProps135 = {};
|
|
15111
15151
|
var TaskBoardToolbar = (props) => {
|
|
15112
15152
|
const {
|
|
15113
15153
|
children,
|
|
15114
15154
|
...other
|
|
15115
15155
|
} = props;
|
|
15116
|
-
return /* @__PURE__ */
|
|
15156
|
+
return /* @__PURE__ */ jsx414(
|
|
15117
15157
|
Toolbar,
|
|
15118
15158
|
{
|
|
15119
15159
|
...other,
|
|
@@ -15125,27 +15165,27 @@ var TaskBoardToolbar = (props) => {
|
|
|
15125
15165
|
}
|
|
15126
15166
|
);
|
|
15127
15167
|
};
|
|
15128
|
-
TaskBoardToolbar.states =
|
|
15129
|
-
TaskBoardToolbar.options =
|
|
15168
|
+
TaskBoardToolbar.states = states145;
|
|
15169
|
+
TaskBoardToolbar.options = options135;
|
|
15130
15170
|
TaskBoardToolbar.className = TASKBOARDTOOLBAR_CLASSNAME;
|
|
15131
|
-
TaskBoardToolbar.defaultProps =
|
|
15171
|
+
TaskBoardToolbar.defaultProps = defaultProps135;
|
|
15132
15172
|
|
|
15133
15173
|
// src/taskboard/taskboard-pane.tsx
|
|
15134
|
-
import { Fragment as Fragment120, jsx as
|
|
15174
|
+
import { Fragment as Fragment120, jsx as jsx415, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
15135
15175
|
var TASKBOARDPANE_CLASSNAME = `k-taskboard-pane`;
|
|
15136
|
-
var
|
|
15137
|
-
var
|
|
15176
|
+
var states146 = [];
|
|
15177
|
+
var options136 = {};
|
|
15138
15178
|
var defaultHeader = /* @__PURE__ */ jsxs166(Fragment120, { children: [
|
|
15139
|
-
/* @__PURE__ */
|
|
15140
|
-
/* @__PURE__ */
|
|
15141
|
-
/* @__PURE__ */
|
|
15179
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
|
|
15180
|
+
/* @__PURE__ */ jsx415("span", { className: "k-spacer" }),
|
|
15181
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "x" }) })
|
|
15142
15182
|
] });
|
|
15143
|
-
var
|
|
15183
|
+
var defaultProps136 = {
|
|
15144
15184
|
header: defaultHeader
|
|
15145
15185
|
};
|
|
15146
15186
|
var TaskBoardPane = (props) => {
|
|
15147
15187
|
const {
|
|
15148
|
-
header =
|
|
15188
|
+
header = defaultProps136.header,
|
|
15149
15189
|
...other
|
|
15150
15190
|
} = props;
|
|
15151
15191
|
return /* @__PURE__ */ jsxs166(
|
|
@@ -15158,34 +15198,34 @@ var TaskBoardPane = (props) => {
|
|
|
15158
15198
|
"k-taskboard-edit-pane"
|
|
15159
15199
|
),
|
|
15160
15200
|
children: [
|
|
15161
|
-
/* @__PURE__ */
|
|
15162
|
-
/* @__PURE__ */
|
|
15201
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-pane-header", children: header }),
|
|
15202
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-pane-content", children: props.children }),
|
|
15163
15203
|
/* @__PURE__ */ jsxs166(ActionButtons, { alignment: "end", className: "k-taskboard-pane-actions", children: [
|
|
15164
|
-
/* @__PURE__ */
|
|
15165
|
-
/* @__PURE__ */
|
|
15204
|
+
/* @__PURE__ */ jsx415(Button, { icon: "trash", children: "Delete" }),
|
|
15205
|
+
/* @__PURE__ */ jsx415(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
|
|
15166
15206
|
] })
|
|
15167
15207
|
]
|
|
15168
15208
|
}
|
|
15169
15209
|
);
|
|
15170
15210
|
};
|
|
15171
|
-
TaskBoardPane.states =
|
|
15172
|
-
TaskBoardPane.options =
|
|
15211
|
+
TaskBoardPane.states = states146;
|
|
15212
|
+
TaskBoardPane.options = options136;
|
|
15173
15213
|
TaskBoardPane.className = TASKBOARDPANE_CLASSNAME;
|
|
15174
|
-
TaskBoardPane.defaultProps =
|
|
15214
|
+
TaskBoardPane.defaultProps = defaultProps136;
|
|
15175
15215
|
|
|
15176
15216
|
// src/taskboard/taskboard.spec.tsx
|
|
15177
|
-
import { Fragment as Fragment121, jsx as
|
|
15217
|
+
import { Fragment as Fragment121, jsx as jsx416, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
15178
15218
|
var TASKBOARD_CLASSNAME = `k-taskboard`;
|
|
15179
|
-
var
|
|
15219
|
+
var states147 = [
|
|
15180
15220
|
States.disabled
|
|
15181
15221
|
];
|
|
15182
|
-
var
|
|
15183
|
-
var defaultToolbar2 = /* @__PURE__ */
|
|
15184
|
-
/* @__PURE__ */
|
|
15185
|
-
/* @__PURE__ */
|
|
15186
|
-
/* @__PURE__ */
|
|
15222
|
+
var options137 = {};
|
|
15223
|
+
var defaultToolbar2 = /* @__PURE__ */ jsx416(Fragment121, { children: /* @__PURE__ */ jsxs167(TaskBoardToolbar, { children: [
|
|
15224
|
+
/* @__PURE__ */ jsx416(Button, { icon: "plus", children: "Add Column" }),
|
|
15225
|
+
/* @__PURE__ */ jsx416("span", { className: "k-spacer" }),
|
|
15226
|
+
/* @__PURE__ */ jsx416(Searchbox, { placeholder: "Search..." })
|
|
15187
15227
|
] }) });
|
|
15188
|
-
var
|
|
15228
|
+
var defaultProps137 = {
|
|
15189
15229
|
toolbar: defaultToolbar2,
|
|
15190
15230
|
pane: false,
|
|
15191
15231
|
panePosition: "end"
|
|
@@ -15193,8 +15233,8 @@ var defaultProps136 = {
|
|
|
15193
15233
|
var TaskBoard = (props) => {
|
|
15194
15234
|
const {
|
|
15195
15235
|
disabled,
|
|
15196
|
-
toolbar =
|
|
15197
|
-
panePosition =
|
|
15236
|
+
toolbar = defaultProps137.toolbar,
|
|
15237
|
+
panePosition = defaultProps137.panePosition,
|
|
15198
15238
|
pane,
|
|
15199
15239
|
...other
|
|
15200
15240
|
} = props;
|
|
@@ -15210,45 +15250,45 @@ var TaskBoard = (props) => {
|
|
|
15210
15250
|
})
|
|
15211
15251
|
),
|
|
15212
15252
|
children: [
|
|
15213
|
-
/* @__PURE__ */
|
|
15214
|
-
/* @__PURE__ */
|
|
15253
|
+
/* @__PURE__ */ jsx416("div", { className: "k-taskboard-header", children: toolbar }),
|
|
15254
|
+
/* @__PURE__ */ jsx416("div", { className: "k-taskboard-content", style: {
|
|
15215
15255
|
marginRight: pane && panePosition === "end" ? "304px" : void 0,
|
|
15216
15256
|
marginLeft: pane && panePosition === "start" ? "304px" : void 0
|
|
15217
|
-
}, children: /* @__PURE__ */
|
|
15218
|
-
pane && /* @__PURE__ */
|
|
15257
|
+
}, children: /* @__PURE__ */ jsx416("div", { className: "k-taskboard-columns-container", children: props.children }) }),
|
|
15258
|
+
pane && /* @__PURE__ */ jsx416(Fragment121, { children: /* @__PURE__ */ jsx416(TaskBoardPane, { className: classNames(
|
|
15219
15259
|
{
|
|
15220
15260
|
["k-taskboard-pane-start"]: panePosition === "start"
|
|
15221
15261
|
}
|
|
15222
|
-
), children: /* @__PURE__ */
|
|
15262
|
+
), children: /* @__PURE__ */ jsx416(FormNormal, { formButtons: null, children: /* @__PURE__ */ jsx416(FormField, { label: "Textbox:", editor: /* @__PURE__ */ jsx416(Textbox, {}) }) }) }) })
|
|
15223
15263
|
]
|
|
15224
15264
|
}
|
|
15225
15265
|
);
|
|
15226
15266
|
};
|
|
15227
|
-
TaskBoard.states =
|
|
15228
|
-
TaskBoard.options =
|
|
15267
|
+
TaskBoard.states = states147;
|
|
15268
|
+
TaskBoard.options = options137;
|
|
15229
15269
|
TaskBoard.className = TASKBOARD_CLASSNAME;
|
|
15230
|
-
TaskBoard.defaultProps =
|
|
15270
|
+
TaskBoard.defaultProps = defaultProps137;
|
|
15231
15271
|
|
|
15232
15272
|
// src/taskboard/taskboard-column.tsx
|
|
15233
|
-
import { Fragment as Fragment122, jsx as
|
|
15273
|
+
import { Fragment as Fragment122, jsx as jsx417, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
15234
15274
|
var TASKBOARDCOLUMN_CLASSNAME = `k-taskboard-column`;
|
|
15235
|
-
var
|
|
15236
|
-
var
|
|
15275
|
+
var states148 = [];
|
|
15276
|
+
var options138 = {};
|
|
15237
15277
|
var defaultHeader2 = /* @__PURE__ */ jsxs168(Fragment122, { children: [
|
|
15238
|
-
/* @__PURE__ */
|
|
15239
|
-
/* @__PURE__ */
|
|
15278
|
+
/* @__PURE__ */ jsx417("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
|
|
15279
|
+
/* @__PURE__ */ jsx417("span", { className: "k-spacer" }),
|
|
15240
15280
|
/* @__PURE__ */ jsxs168("div", { className: "k-taskboard-column-header-actions", children: [
|
|
15241
|
-
/* @__PURE__ */
|
|
15242
|
-
/* @__PURE__ */
|
|
15243
|
-
/* @__PURE__ */
|
|
15281
|
+
/* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "pencil" }),
|
|
15282
|
+
/* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "plus" }),
|
|
15283
|
+
/* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "x" })
|
|
15244
15284
|
] })
|
|
15245
15285
|
] });
|
|
15246
|
-
var
|
|
15286
|
+
var defaultProps138 = {
|
|
15247
15287
|
header: defaultHeader2
|
|
15248
15288
|
};
|
|
15249
15289
|
var TaskBoardColumn = (props) => {
|
|
15250
15290
|
const {
|
|
15251
|
-
header =
|
|
15291
|
+
header = defaultProps138.header,
|
|
15252
15292
|
edit,
|
|
15253
15293
|
...other
|
|
15254
15294
|
} = props;
|
|
@@ -15264,30 +15304,30 @@ var TaskBoardColumn = (props) => {
|
|
|
15264
15304
|
}
|
|
15265
15305
|
),
|
|
15266
15306
|
children: [
|
|
15267
|
-
/* @__PURE__ */
|
|
15268
|
-
/* @__PURE__ */
|
|
15307
|
+
/* @__PURE__ */ jsx417("div", { className: "k-taskboard-column-header", children: header }),
|
|
15308
|
+
/* @__PURE__ */ jsx417("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ jsx417("div", { className: "k-taskboard-column-cards", children: props.children }) })
|
|
15269
15309
|
]
|
|
15270
15310
|
}
|
|
15271
15311
|
);
|
|
15272
15312
|
};
|
|
15273
|
-
TaskBoardColumn.states =
|
|
15274
|
-
TaskBoardColumn.options =
|
|
15313
|
+
TaskBoardColumn.states = states148;
|
|
15314
|
+
TaskBoardColumn.options = options138;
|
|
15275
15315
|
TaskBoardColumn.className = TASKBOARDCOLUMN_CLASSNAME;
|
|
15276
|
-
TaskBoardColumn.defaultProps =
|
|
15316
|
+
TaskBoardColumn.defaultProps = defaultProps138;
|
|
15277
15317
|
|
|
15278
15318
|
// src/taskboard/taskboard-card.tsx
|
|
15279
|
-
import { jsx as
|
|
15319
|
+
import { jsx as jsx418 } from "react/jsx-runtime";
|
|
15280
15320
|
var TASKBOARDCARD_CLASSNAME = `k-taskboard-card`;
|
|
15281
|
-
var
|
|
15282
|
-
var
|
|
15283
|
-
var
|
|
15321
|
+
var states149 = [];
|
|
15322
|
+
var options139 = {};
|
|
15323
|
+
var defaultProps139 = {};
|
|
15284
15324
|
var TaskBoardCard = (props) => {
|
|
15285
15325
|
const {
|
|
15286
15326
|
children,
|
|
15287
15327
|
category,
|
|
15288
15328
|
...other
|
|
15289
15329
|
} = props;
|
|
15290
|
-
return /* @__PURE__ */
|
|
15330
|
+
return /* @__PURE__ */ jsx418(
|
|
15291
15331
|
Card,
|
|
15292
15332
|
{
|
|
15293
15333
|
...other,
|
|
@@ -15302,19 +15342,205 @@ var TaskBoardCard = (props) => {
|
|
|
15302
15342
|
}
|
|
15303
15343
|
);
|
|
15304
15344
|
};
|
|
15305
|
-
TaskBoardCard.states =
|
|
15306
|
-
TaskBoardCard.options =
|
|
15345
|
+
TaskBoardCard.states = states149;
|
|
15346
|
+
TaskBoardCard.options = options139;
|
|
15307
15347
|
TaskBoardCard.className = TASKBOARDCARD_CLASSNAME;
|
|
15308
|
-
TaskBoardCard.defaultProps =
|
|
15348
|
+
TaskBoardCard.defaultProps = defaultProps139;
|
|
15309
15349
|
|
|
15310
15350
|
// src/taskboard/templates/taskboard-normal.tsx
|
|
15311
|
-
import { Fragment as Fragment123, jsx as
|
|
15351
|
+
import { Fragment as Fragment123, jsx as jsx419, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
15352
|
+
|
|
15353
|
+
// src/column-menu/column-menu.spec.tsx
|
|
15354
|
+
import { jsx as jsx420 } from "react/jsx-runtime";
|
|
15355
|
+
var COLUMNMENU_CLASSNAME = `k-column-menu`;
|
|
15356
|
+
var states150 = [];
|
|
15357
|
+
var options140 = {};
|
|
15358
|
+
var defaultProps140 = {
|
|
15359
|
+
view: "list"
|
|
15360
|
+
};
|
|
15361
|
+
var ColumnMenu = (props) => {
|
|
15362
|
+
const {
|
|
15363
|
+
view = defaultProps140.view,
|
|
15364
|
+
...other
|
|
15365
|
+
} = props;
|
|
15366
|
+
return /* @__PURE__ */ jsx420(
|
|
15367
|
+
"div",
|
|
15368
|
+
{
|
|
15369
|
+
...other,
|
|
15370
|
+
className: classNames(
|
|
15371
|
+
props.className,
|
|
15372
|
+
COLUMNMENU_CLASSNAME,
|
|
15373
|
+
{
|
|
15374
|
+
"k-column-menu-tabbed": view === "tabbed"
|
|
15375
|
+
}
|
|
15376
|
+
),
|
|
15377
|
+
children: props.children
|
|
15378
|
+
}
|
|
15379
|
+
);
|
|
15380
|
+
};
|
|
15381
|
+
ColumnMenu.states = states150;
|
|
15382
|
+
ColumnMenu.options = options140;
|
|
15383
|
+
ColumnMenu.className = COLUMNMENU_CLASSNAME;
|
|
15384
|
+
ColumnMenu.defaultProps = defaultProps140;
|
|
15385
|
+
|
|
15386
|
+
// src/column-menu/column-menu-item.spec.tsx
|
|
15387
|
+
import { jsx as jsx421, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
15388
|
+
var COLUMNMENUITEM_CLASSNAME = `k-columnmenu-item`;
|
|
15389
|
+
var states151 = [
|
|
15390
|
+
States.focus,
|
|
15391
|
+
States.selected
|
|
15392
|
+
];
|
|
15393
|
+
var options141 = {};
|
|
15394
|
+
var defaultProps141 = {};
|
|
15395
|
+
var ColumnMenuItem = (props) => {
|
|
15396
|
+
const {
|
|
15397
|
+
focus,
|
|
15398
|
+
selected,
|
|
15399
|
+
text,
|
|
15400
|
+
icon,
|
|
15401
|
+
...other
|
|
15402
|
+
} = props;
|
|
15403
|
+
return /* @__PURE__ */ jsxs170(
|
|
15404
|
+
"div",
|
|
15405
|
+
{
|
|
15406
|
+
...other,
|
|
15407
|
+
className: classNames(
|
|
15408
|
+
props.className,
|
|
15409
|
+
COLUMNMENUITEM_CLASSNAME,
|
|
15410
|
+
stateClassNames(COLUMNMENUITEM_CLASSNAME, {
|
|
15411
|
+
focus,
|
|
15412
|
+
selected
|
|
15413
|
+
})
|
|
15414
|
+
),
|
|
15415
|
+
children: [
|
|
15416
|
+
/* @__PURE__ */ jsx421(Icon, { icon }),
|
|
15417
|
+
text,
|
|
15418
|
+
props.children
|
|
15419
|
+
]
|
|
15420
|
+
}
|
|
15421
|
+
);
|
|
15422
|
+
};
|
|
15423
|
+
ColumnMenuItem.states = states151;
|
|
15424
|
+
ColumnMenuItem.options = options141;
|
|
15425
|
+
ColumnMenuItem.className = COLUMNMENUITEM_CLASSNAME;
|
|
15426
|
+
ColumnMenuItem.defaultProps = defaultProps141;
|
|
15427
|
+
|
|
15428
|
+
// src/column-menu/column-menu-item-wrapper.tsx
|
|
15429
|
+
import { jsx as jsx422 } from "react/jsx-runtime";
|
|
15430
|
+
|
|
15431
|
+
// src/column-menu/column-menu-item-content.tsx
|
|
15432
|
+
import { jsx as jsx423 } from "react/jsx-runtime";
|
|
15433
|
+
var className31 = `k-columnmenu-item-content`;
|
|
15434
|
+
var ColumnMenuItemContent = (props) => /* @__PURE__ */ jsx423(
|
|
15435
|
+
"div",
|
|
15436
|
+
{
|
|
15437
|
+
...props,
|
|
15438
|
+
className: classNames(
|
|
15439
|
+
props.className,
|
|
15440
|
+
className31,
|
|
15441
|
+
"k-columns-item"
|
|
15442
|
+
),
|
|
15443
|
+
children: props.children
|
|
15444
|
+
}
|
|
15445
|
+
);
|
|
15446
|
+
|
|
15447
|
+
// src/column-menu/filter-menu.spec.tsx
|
|
15448
|
+
import { jsx as jsx424 } from "react/jsx-runtime";
|
|
15449
|
+
var FILTERMENU_CLASSNAME = `k-filter-menu`;
|
|
15450
|
+
var states152 = [];
|
|
15451
|
+
var options142 = {};
|
|
15452
|
+
var defaultProps142 = {};
|
|
15453
|
+
var FilterMenu = (props) => {
|
|
15454
|
+
const {
|
|
15455
|
+
...other
|
|
15456
|
+
} = props;
|
|
15457
|
+
return /* @__PURE__ */ jsx424(
|
|
15458
|
+
"form",
|
|
15459
|
+
{
|
|
15460
|
+
...other,
|
|
15461
|
+
className: classNames(
|
|
15462
|
+
props.className,
|
|
15463
|
+
FILTERMENU_CLASSNAME
|
|
15464
|
+
),
|
|
15465
|
+
children: /* @__PURE__ */ jsx424("div", { className: "k-filter-menu-container", children: props.children })
|
|
15466
|
+
}
|
|
15467
|
+
);
|
|
15468
|
+
};
|
|
15469
|
+
FilterMenu.states = states152;
|
|
15470
|
+
FilterMenu.options = options142;
|
|
15471
|
+
FilterMenu.className = FILTERMENU_CLASSNAME;
|
|
15472
|
+
FilterMenu.defaultProps = defaultProps142;
|
|
15473
|
+
|
|
15474
|
+
// src/column-menu/column-menu-multicheck-wrap.tsx
|
|
15475
|
+
import { jsx as jsx425 } from "react/jsx-runtime";
|
|
15476
|
+
|
|
15477
|
+
// src/column-menu/column-menu-multicheck-item.tsx
|
|
15478
|
+
import { jsx as jsx426, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
15479
|
+
|
|
15480
|
+
// src/column-menu/column-menu-expander.spec.tsx
|
|
15481
|
+
import { Fragment as Fragment124, jsx as jsx427, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
15482
|
+
var COLUMNMENUEXPANDER_CLASSNAME = `k-expander`;
|
|
15483
|
+
var states153 = [];
|
|
15484
|
+
var options143 = {};
|
|
15485
|
+
var defaultProps143 = {};
|
|
15486
|
+
var ColumnMenuExpander = (props) => {
|
|
15487
|
+
const {
|
|
15488
|
+
itemText,
|
|
15489
|
+
itemIcon,
|
|
15490
|
+
expanded,
|
|
15491
|
+
itemContent,
|
|
15492
|
+
expanderIcon,
|
|
15493
|
+
...other
|
|
15494
|
+
} = props;
|
|
15495
|
+
let icon = /* @__PURE__ */ jsx427(Fragment124, {});
|
|
15496
|
+
if (!expanded && !expanderIcon) {
|
|
15497
|
+
icon = /* @__PURE__ */ jsx427(Icon, { icon: "chevron-down" });
|
|
15498
|
+
} else if (expanded && !expanderIcon) {
|
|
15499
|
+
icon = /* @__PURE__ */ jsx427(Icon, { icon: "chevron-up" });
|
|
15500
|
+
} else {
|
|
15501
|
+
icon = /* @__PURE__ */ jsx427(Icon, { icon: expanderIcon });
|
|
15502
|
+
}
|
|
15503
|
+
return /* @__PURE__ */ jsxs172(
|
|
15504
|
+
"div",
|
|
15505
|
+
{
|
|
15506
|
+
...other,
|
|
15507
|
+
className: classNames(
|
|
15508
|
+
props.className,
|
|
15509
|
+
COLUMNMENUEXPANDER_CLASSNAME
|
|
15510
|
+
),
|
|
15511
|
+
children: [
|
|
15512
|
+
/* @__PURE__ */ jsxs172(ColumnMenuItem, { text: itemText, icon: itemIcon, children: [
|
|
15513
|
+
/* @__PURE__ */ jsx427("span", { className: "k-spacer" }),
|
|
15514
|
+
/* @__PURE__ */ jsx427("span", { className: "k-expander-indicator", children: icon })
|
|
15515
|
+
] }),
|
|
15516
|
+
expanded && /* @__PURE__ */ jsx427(ColumnMenuItemContent, { children: itemContent }),
|
|
15517
|
+
props.children
|
|
15518
|
+
]
|
|
15519
|
+
}
|
|
15520
|
+
);
|
|
15521
|
+
};
|
|
15522
|
+
ColumnMenuExpander.states = states153;
|
|
15523
|
+
ColumnMenuExpander.options = options143;
|
|
15524
|
+
ColumnMenuExpander.className = COLUMNMENUEXPANDER_CLASSNAME;
|
|
15525
|
+
ColumnMenuExpander.defaultProps = defaultProps143;
|
|
15526
|
+
|
|
15527
|
+
// src/column-menu/templates/column-menu-normal.tsx
|
|
15528
|
+
import { jsx as jsx428, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
15529
|
+
|
|
15530
|
+
// src/column-menu/templates/column-menu-tabbed.tsx
|
|
15531
|
+
import { jsx as jsx429, jsxs as jsxs174 } from "react/jsx-runtime";
|
|
15532
|
+
|
|
15533
|
+
// src/column-menu/templates/filter-menu-normal.tsx
|
|
15534
|
+
import { jsx as jsx430, jsxs as jsxs175 } from "react/jsx-runtime";
|
|
15535
|
+
|
|
15536
|
+
// src/column-menu/templates/filter-menu-multi-check.tsx
|
|
15537
|
+
import { jsx as jsx431, jsxs as jsxs176 } from "react/jsx-runtime";
|
|
15312
15538
|
|
|
15313
15539
|
// src/chat/chat.spec.tsx
|
|
15314
|
-
import { Fragment as
|
|
15540
|
+
import { Fragment as Fragment125, jsx as jsx432, jsxs as jsxs177 } from "react/jsx-runtime";
|
|
15315
15541
|
var CHAT_CLASSNAME = "k-chat";
|
|
15316
|
-
var
|
|
15317
|
-
var
|
|
15542
|
+
var states154 = [];
|
|
15543
|
+
var options144 = {};
|
|
15318
15544
|
var defaultOptions = {
|
|
15319
15545
|
showToolbar: true,
|
|
15320
15546
|
showMessageBox: true,
|
|
@@ -15328,7 +15554,7 @@ var Chat = (props) => {
|
|
|
15328
15554
|
showMoreButton,
|
|
15329
15555
|
...other
|
|
15330
15556
|
} = props;
|
|
15331
|
-
return /* @__PURE__ */
|
|
15557
|
+
return /* @__PURE__ */ jsxs177(
|
|
15332
15558
|
"div",
|
|
15333
15559
|
{
|
|
15334
15560
|
...other,
|
|
@@ -15338,63 +15564,63 @@ var Chat = (props) => {
|
|
|
15338
15564
|
),
|
|
15339
15565
|
dir,
|
|
15340
15566
|
children: [
|
|
15341
|
-
/* @__PURE__ */
|
|
15342
|
-
showMessageBox && /* @__PURE__ */
|
|
15567
|
+
/* @__PURE__ */ jsx432("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx432("div", { className: "k-message-list-content", children: props.children }) }),
|
|
15568
|
+
showMessageBox && /* @__PURE__ */ jsx432(
|
|
15343
15569
|
Textbox,
|
|
15344
15570
|
{
|
|
15345
15571
|
className: "k-message-box",
|
|
15346
15572
|
placeholder: "Type a message...",
|
|
15347
|
-
suffix: /* @__PURE__ */
|
|
15348
|
-
showMoreButton && /* @__PURE__ */
|
|
15349
|
-
/* @__PURE__ */
|
|
15573
|
+
suffix: /* @__PURE__ */ jsxs177(Fragment125, { children: [
|
|
15574
|
+
showMoreButton && /* @__PURE__ */ jsx432(Button, { fillMode: "flat", icon: "more-horizontal" }),
|
|
15575
|
+
/* @__PURE__ */ jsx432(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
|
|
15350
15576
|
] })
|
|
15351
15577
|
}
|
|
15352
15578
|
),
|
|
15353
|
-
showToolbar && /* @__PURE__ */
|
|
15354
|
-
/* @__PURE__ */
|
|
15355
|
-
/* @__PURE__ */
|
|
15356
|
-
/* @__PURE__ */
|
|
15357
|
-
/* @__PURE__ */
|
|
15358
|
-
/* @__PURE__ */
|
|
15359
|
-
/* @__PURE__ */
|
|
15360
|
-
/* @__PURE__ */
|
|
15361
|
-
/* @__PURE__ */
|
|
15362
|
-
/* @__PURE__ */
|
|
15363
|
-
/* @__PURE__ */
|
|
15364
|
-
/* @__PURE__ */
|
|
15579
|
+
showToolbar && /* @__PURE__ */ jsxs177("div", { className: "k-chat-toolbar k-toolbar", children: [
|
|
15580
|
+
/* @__PURE__ */ jsx432(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
|
|
15581
|
+
/* @__PURE__ */ jsxs177("div", { className: "k-toolbar-group k-button-list", children: [
|
|
15582
|
+
/* @__PURE__ */ jsx432(Button, { icon: "arrow-rotate-cw" }),
|
|
15583
|
+
/* @__PURE__ */ jsx432(Button, { icon: "gear" }),
|
|
15584
|
+
/* @__PURE__ */ jsx432(Button, { icon: "wrench" }),
|
|
15585
|
+
/* @__PURE__ */ jsx432(Button, { icon: "plus" }),
|
|
15586
|
+
/* @__PURE__ */ jsx432(Button, { icon: "search" }),
|
|
15587
|
+
/* @__PURE__ */ jsx432(Button, { icon: "star" }),
|
|
15588
|
+
/* @__PURE__ */ jsx432(Button, { icon: "bell" }),
|
|
15589
|
+
/* @__PURE__ */ jsx432(Button, { icon: "question-circle" }),
|
|
15590
|
+
/* @__PURE__ */ jsx432(Button, { icon: "trash" })
|
|
15365
15591
|
] }),
|
|
15366
|
-
/* @__PURE__ */
|
|
15592
|
+
/* @__PURE__ */ jsx432(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
|
|
15367
15593
|
] })
|
|
15368
15594
|
]
|
|
15369
15595
|
}
|
|
15370
15596
|
);
|
|
15371
15597
|
};
|
|
15372
|
-
Chat.states =
|
|
15373
|
-
Chat.options =
|
|
15598
|
+
Chat.states = states154;
|
|
15599
|
+
Chat.options = options144;
|
|
15374
15600
|
Chat.className = CHAT_CLASSNAME;
|
|
15375
15601
|
Chat.defaultOptions = defaultOptions;
|
|
15376
15602
|
|
|
15377
15603
|
// src/chat/chat-message.tsx
|
|
15378
|
-
import { jsx as
|
|
15604
|
+
import { jsx as jsx433, jsxs as jsxs178 } from "react/jsx-runtime";
|
|
15379
15605
|
var CHATMESSAGE_CLASSNAME = "k-message";
|
|
15380
|
-
var
|
|
15606
|
+
var states155 = [
|
|
15381
15607
|
States.selected
|
|
15382
15608
|
];
|
|
15383
|
-
var
|
|
15384
|
-
var
|
|
15609
|
+
var options145 = {};
|
|
15610
|
+
var defaultProps144 = {
|
|
15385
15611
|
time: "Thu Feb 08 2018",
|
|
15386
15612
|
text: "How can I help you?",
|
|
15387
15613
|
status: "Seen"
|
|
15388
15614
|
};
|
|
15389
15615
|
var ChatMessage = (props) => {
|
|
15390
15616
|
const {
|
|
15391
|
-
time =
|
|
15392
|
-
text =
|
|
15393
|
-
status =
|
|
15617
|
+
time = defaultProps144.time,
|
|
15618
|
+
text = defaultProps144.text,
|
|
15619
|
+
status = defaultProps144.status,
|
|
15394
15620
|
selected,
|
|
15395
15621
|
...other
|
|
15396
15622
|
} = props;
|
|
15397
|
-
return /* @__PURE__ */
|
|
15623
|
+
return /* @__PURE__ */ jsxs178(
|
|
15398
15624
|
"div",
|
|
15399
15625
|
{
|
|
15400
15626
|
...other,
|
|
@@ -15404,39 +15630,39 @@ var ChatMessage = (props) => {
|
|
|
15404
15630
|
stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
|
|
15405
15631
|
),
|
|
15406
15632
|
children: [
|
|
15407
|
-
/* @__PURE__ */
|
|
15408
|
-
/* @__PURE__ */
|
|
15409
|
-
/* @__PURE__ */
|
|
15633
|
+
/* @__PURE__ */ jsx433("time", { className: "k-message-time", children: time }),
|
|
15634
|
+
/* @__PURE__ */ jsx433("div", { className: "k-chat-bubble", children: text }),
|
|
15635
|
+
/* @__PURE__ */ jsx433("span", { className: "k-message-status", children: status })
|
|
15410
15636
|
]
|
|
15411
15637
|
}
|
|
15412
15638
|
);
|
|
15413
15639
|
};
|
|
15414
|
-
ChatMessage.states =
|
|
15415
|
-
ChatMessage.options =
|
|
15640
|
+
ChatMessage.states = states155;
|
|
15641
|
+
ChatMessage.options = options145;
|
|
15416
15642
|
ChatMessage.className = CHATMESSAGE_CLASSNAME;
|
|
15417
|
-
ChatMessage.defaultProps =
|
|
15643
|
+
ChatMessage.defaultProps = defaultProps144;
|
|
15418
15644
|
|
|
15419
15645
|
// src/chat/chat-message-group.tsx
|
|
15420
|
-
import { jsx as
|
|
15646
|
+
import { jsx as jsx434, jsxs as jsxs179 } from "react/jsx-runtime";
|
|
15421
15647
|
var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
|
|
15422
|
-
var
|
|
15648
|
+
var states156 = [
|
|
15423
15649
|
States.selected
|
|
15424
15650
|
];
|
|
15425
|
-
var
|
|
15426
|
-
var
|
|
15651
|
+
var options146 = {};
|
|
15652
|
+
var defaultProps145 = {
|
|
15427
15653
|
author: "Bruv",
|
|
15428
15654
|
avatar: "/packages/html/assets/avatar.jpg",
|
|
15429
15655
|
alt: false
|
|
15430
15656
|
};
|
|
15431
15657
|
var ChatMessageGroup = (props) => {
|
|
15432
15658
|
const {
|
|
15433
|
-
alt =
|
|
15434
|
-
author =
|
|
15435
|
-
avatar =
|
|
15659
|
+
alt = defaultProps145.alt,
|
|
15660
|
+
author = defaultProps145.author,
|
|
15661
|
+
avatar = defaultProps145.avatar,
|
|
15436
15662
|
selected,
|
|
15437
15663
|
...other
|
|
15438
15664
|
} = props;
|
|
15439
|
-
return /* @__PURE__ */
|
|
15665
|
+
return /* @__PURE__ */ jsxs179(
|
|
15440
15666
|
"div",
|
|
15441
15667
|
{
|
|
15442
15668
|
...other,
|
|
@@ -15450,23 +15676,23 @@ var ChatMessageGroup = (props) => {
|
|
|
15450
15676
|
}
|
|
15451
15677
|
),
|
|
15452
15678
|
children: [
|
|
15453
|
-
author && /* @__PURE__ */
|
|
15454
|
-
avatar && /* @__PURE__ */
|
|
15679
|
+
author && /* @__PURE__ */ jsx434("p", { className: "k-author", children: author }),
|
|
15680
|
+
avatar && /* @__PURE__ */ jsx434(Avatar, { type: "image", children: /* @__PURE__ */ jsx434("img", { src: avatar }) }),
|
|
15455
15681
|
props.children
|
|
15456
15682
|
]
|
|
15457
15683
|
}
|
|
15458
15684
|
);
|
|
15459
15685
|
};
|
|
15460
|
-
ChatMessageGroup.states =
|
|
15461
|
-
ChatMessageGroup.options =
|
|
15686
|
+
ChatMessageGroup.states = states156;
|
|
15687
|
+
ChatMessageGroup.options = options146;
|
|
15462
15688
|
ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
|
|
15463
|
-
ChatMessageGroup.defaultProps =
|
|
15689
|
+
ChatMessageGroup.defaultProps = defaultProps145;
|
|
15464
15690
|
|
|
15465
15691
|
// src/chat/chat-quick-replies.tsx
|
|
15466
|
-
import { jsx as
|
|
15692
|
+
import { jsx as jsx435 } from "react/jsx-runtime";
|
|
15467
15693
|
var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
|
|
15468
|
-
var
|
|
15469
|
-
var
|
|
15694
|
+
var states157 = [];
|
|
15695
|
+
var options147 = {};
|
|
15470
15696
|
var defaultOptions2 = {
|
|
15471
15697
|
actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
|
|
15472
15698
|
};
|
|
@@ -15479,11 +15705,11 @@ var ChatQuickReply = (props) => {
|
|
|
15479
15705
|
if (actions) {
|
|
15480
15706
|
actions.map((action, index) => {
|
|
15481
15707
|
children.push(
|
|
15482
|
-
/* @__PURE__ */
|
|
15708
|
+
/* @__PURE__ */ jsx435("span", { className: "k-quick-reply", children: action }, index)
|
|
15483
15709
|
);
|
|
15484
15710
|
});
|
|
15485
15711
|
}
|
|
15486
|
-
return /* @__PURE__ */
|
|
15712
|
+
return /* @__PURE__ */ jsx435(
|
|
15487
15713
|
"div",
|
|
15488
15714
|
{
|
|
15489
15715
|
...other,
|
|
@@ -15495,26 +15721,26 @@ var ChatQuickReply = (props) => {
|
|
|
15495
15721
|
}
|
|
15496
15722
|
);
|
|
15497
15723
|
};
|
|
15498
|
-
ChatQuickReply.states =
|
|
15499
|
-
ChatQuickReply.options =
|
|
15724
|
+
ChatQuickReply.states = states157;
|
|
15725
|
+
ChatQuickReply.options = options147;
|
|
15500
15726
|
ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
|
|
15501
15727
|
ChatQuickReply.defaultOptions = defaultOptions2;
|
|
15502
15728
|
|
|
15503
15729
|
// src/chat/templates/chat-normal.tsx
|
|
15504
|
-
import { Fragment as
|
|
15730
|
+
import { Fragment as Fragment126, jsx as jsx436, jsxs as jsxs180 } from "react/jsx-runtime";
|
|
15505
15731
|
|
|
15506
15732
|
// src/chat/templates/chat-with-toolbar.tsx
|
|
15507
|
-
import { Fragment as
|
|
15733
|
+
import { Fragment as Fragment127, jsx as jsx437, jsxs as jsxs181 } from "react/jsx-runtime";
|
|
15508
15734
|
|
|
15509
15735
|
// src/chat/templates/chat-with-options.tsx
|
|
15510
|
-
import { Fragment as
|
|
15736
|
+
import { Fragment as Fragment128, jsx as jsx438, jsxs as jsxs182 } from "react/jsx-runtime";
|
|
15511
15737
|
|
|
15512
15738
|
// src/timeline/timeline.spec.tsx
|
|
15513
|
-
import { Fragment as
|
|
15739
|
+
import { Fragment as Fragment129, jsx as jsx439 } from "react/jsx-runtime";
|
|
15514
15740
|
var TIMELINE_CLASSNAME = `k-timeline`;
|
|
15515
|
-
var
|
|
15516
|
-
var
|
|
15517
|
-
var
|
|
15741
|
+
var states158 = [];
|
|
15742
|
+
var options148 = {};
|
|
15743
|
+
var defaultProps146 = {
|
|
15518
15744
|
orientation: "vertical"
|
|
15519
15745
|
};
|
|
15520
15746
|
var Timeline = (props) => {
|
|
@@ -15524,7 +15750,7 @@ var Timeline = (props) => {
|
|
|
15524
15750
|
alternatingMode,
|
|
15525
15751
|
...other
|
|
15526
15752
|
} = props;
|
|
15527
|
-
return /* @__PURE__ */
|
|
15753
|
+
return /* @__PURE__ */ jsx439(
|
|
15528
15754
|
"div",
|
|
15529
15755
|
{
|
|
15530
15756
|
...other,
|
|
@@ -15537,21 +15763,21 @@ var Timeline = (props) => {
|
|
|
15537
15763
|
[`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
|
|
15538
15764
|
}
|
|
15539
15765
|
),
|
|
15540
|
-
children: /* @__PURE__ */
|
|
15766
|
+
children: /* @__PURE__ */ jsx439(Fragment129, { children: props.children })
|
|
15541
15767
|
}
|
|
15542
15768
|
);
|
|
15543
15769
|
};
|
|
15544
|
-
Timeline.states =
|
|
15545
|
-
Timeline.options =
|
|
15770
|
+
Timeline.states = states158;
|
|
15771
|
+
Timeline.options = options148;
|
|
15546
15772
|
Timeline.className = TIMELINE_CLASSNAME;
|
|
15547
|
-
Timeline.defaultProps =
|
|
15773
|
+
Timeline.defaultProps = defaultProps146;
|
|
15548
15774
|
|
|
15549
15775
|
// src/timeline/vertical-timeline-event.spec.tsx
|
|
15550
|
-
import { jsx as
|
|
15776
|
+
import { jsx as jsx440, jsxs as jsxs183 } from "react/jsx-runtime";
|
|
15551
15777
|
var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
|
|
15552
|
-
var
|
|
15553
|
-
var
|
|
15554
|
-
var
|
|
15778
|
+
var states159 = [];
|
|
15779
|
+
var options149 = {};
|
|
15780
|
+
var defaultProps147 = {
|
|
15555
15781
|
collapsed: false,
|
|
15556
15782
|
reverse: false,
|
|
15557
15783
|
title: "Event title",
|
|
@@ -15561,15 +15787,15 @@ var defaultProps142 = {
|
|
|
15561
15787
|
var VerticalTimelineEvent = (props) => {
|
|
15562
15788
|
const {
|
|
15563
15789
|
date,
|
|
15564
|
-
content =
|
|
15565
|
-
collapsed =
|
|
15566
|
-
reverse =
|
|
15567
|
-
title =
|
|
15568
|
-
subtitle =
|
|
15790
|
+
content = defaultProps147.content,
|
|
15791
|
+
collapsed = defaultProps147.collapsed,
|
|
15792
|
+
reverse = defaultProps147.reverse,
|
|
15793
|
+
title = defaultProps147.title,
|
|
15794
|
+
subtitle = defaultProps147.subtitle,
|
|
15569
15795
|
showCollapseButton,
|
|
15570
15796
|
...other
|
|
15571
15797
|
} = props;
|
|
15572
|
-
return /* @__PURE__ */
|
|
15798
|
+
return /* @__PURE__ */ jsxs183(
|
|
15573
15799
|
"li",
|
|
15574
15800
|
{
|
|
15575
15801
|
...other,
|
|
@@ -15579,43 +15805,43 @@ var VerticalTimelineEvent = (props) => {
|
|
|
15579
15805
|
{ "k-reverse": reverse }
|
|
15580
15806
|
),
|
|
15581
15807
|
children: [
|
|
15582
|
-
date && /* @__PURE__ */
|
|
15583
|
-
/* @__PURE__ */
|
|
15584
|
-
content && /* @__PURE__ */
|
|
15585
|
-
/* @__PURE__ */
|
|
15586
|
-
/* @__PURE__ */
|
|
15587
|
-
/* @__PURE__ */
|
|
15808
|
+
date && /* @__PURE__ */ jsx440("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx440("span", { className: "k-timeline-date", children: date }) }),
|
|
15809
|
+
/* @__PURE__ */ jsx440(TimelineCircle, {}),
|
|
15810
|
+
content && /* @__PURE__ */ jsx440("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx440(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs183("div", { className: "k-card-inner", children: [
|
|
15811
|
+
/* @__PURE__ */ jsxs183(CardHeader, { children: [
|
|
15812
|
+
/* @__PURE__ */ jsx440(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
|
|
15813
|
+
/* @__PURE__ */ jsx440(CardSubtitle, { children: subtitle })
|
|
15588
15814
|
] }),
|
|
15589
|
-
/* @__PURE__ */
|
|
15815
|
+
/* @__PURE__ */ jsx440(CardBody, { children: /* @__PURE__ */ jsx440("div", { className: "k-card-description", children: content }) })
|
|
15590
15816
|
] }) }) }),
|
|
15591
15817
|
props.children
|
|
15592
15818
|
]
|
|
15593
15819
|
}
|
|
15594
15820
|
);
|
|
15595
15821
|
};
|
|
15596
|
-
VerticalTimelineEvent.states =
|
|
15597
|
-
VerticalTimelineEvent.options =
|
|
15822
|
+
VerticalTimelineEvent.states = states159;
|
|
15823
|
+
VerticalTimelineEvent.options = options149;
|
|
15598
15824
|
VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
|
|
15599
|
-
VerticalTimelineEvent.defaultProps =
|
|
15825
|
+
VerticalTimelineEvent.defaultProps = defaultProps147;
|
|
15600
15826
|
|
|
15601
15827
|
// src/timeline/horizontal-timeline-event.spec.tsx
|
|
15602
|
-
import { jsx as
|
|
15828
|
+
import { jsx as jsx441, jsxs as jsxs184 } from "react/jsx-runtime";
|
|
15603
15829
|
var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
|
|
15604
|
-
var
|
|
15605
|
-
var
|
|
15606
|
-
var
|
|
15830
|
+
var states160 = [];
|
|
15831
|
+
var options150 = {};
|
|
15832
|
+
var defaultProps148 = {
|
|
15607
15833
|
title: "Event title",
|
|
15608
15834
|
subtitle: "Event subtitle",
|
|
15609
15835
|
content: "Event content"
|
|
15610
15836
|
};
|
|
15611
15837
|
var HorizontalTimelineEvent = (props) => {
|
|
15612
15838
|
const {
|
|
15613
|
-
content =
|
|
15614
|
-
title =
|
|
15615
|
-
subtitle =
|
|
15839
|
+
content = defaultProps148.content,
|
|
15840
|
+
title = defaultProps148.title,
|
|
15841
|
+
subtitle = defaultProps148.subtitle,
|
|
15616
15842
|
...other
|
|
15617
15843
|
} = props;
|
|
15618
|
-
return /* @__PURE__ */
|
|
15844
|
+
return /* @__PURE__ */ jsxs184(
|
|
15619
15845
|
"li",
|
|
15620
15846
|
{
|
|
15621
15847
|
...other,
|
|
@@ -15624,35 +15850,35 @@ var HorizontalTimelineEvent = (props) => {
|
|
|
15624
15850
|
TIMELINEHORIZONTALEVENT_CLASSNAME
|
|
15625
15851
|
),
|
|
15626
15852
|
children: [
|
|
15627
|
-
content && /* @__PURE__ */
|
|
15628
|
-
/* @__PURE__ */
|
|
15629
|
-
/* @__PURE__ */
|
|
15630
|
-
/* @__PURE__ */
|
|
15853
|
+
content && /* @__PURE__ */ jsx441("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx441(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs184("div", { className: "k-card-inner", children: [
|
|
15854
|
+
/* @__PURE__ */ jsxs184(CardHeader, { children: [
|
|
15855
|
+
/* @__PURE__ */ jsx441(TimelineCardTitle, { children: title }),
|
|
15856
|
+
/* @__PURE__ */ jsx441(CardSubtitle, { children: subtitle })
|
|
15631
15857
|
] }),
|
|
15632
|
-
/* @__PURE__ */
|
|
15858
|
+
/* @__PURE__ */ jsx441(CardBody, { children: /* @__PURE__ */ jsx441("div", { className: "k-card-description", children: content }) })
|
|
15633
15859
|
] }) }) }),
|
|
15634
15860
|
props.children
|
|
15635
15861
|
]
|
|
15636
15862
|
}
|
|
15637
15863
|
);
|
|
15638
15864
|
};
|
|
15639
|
-
HorizontalTimelineEvent.states =
|
|
15640
|
-
HorizontalTimelineEvent.options =
|
|
15865
|
+
HorizontalTimelineEvent.states = states160;
|
|
15866
|
+
HorizontalTimelineEvent.options = options150;
|
|
15641
15867
|
HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
|
|
15642
|
-
HorizontalTimelineEvent.defaultProps =
|
|
15868
|
+
HorizontalTimelineEvent.defaultProps = defaultProps148;
|
|
15643
15869
|
|
|
15644
15870
|
// src/timeline/timeline-event-list.spec.tsx
|
|
15645
|
-
import { jsx as
|
|
15871
|
+
import { jsx as jsx442 } from "react/jsx-runtime";
|
|
15646
15872
|
|
|
15647
15873
|
// src/timeline/timeline-flag-wrap.spec.tsx
|
|
15648
|
-
import { jsx as
|
|
15874
|
+
import { jsx as jsx443, jsxs as jsxs185 } from "react/jsx-runtime";
|
|
15649
15875
|
var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
|
|
15650
|
-
var
|
|
15876
|
+
var states161 = [
|
|
15651
15877
|
States.focus,
|
|
15652
15878
|
States.selected
|
|
15653
15879
|
];
|
|
15654
|
-
var
|
|
15655
|
-
var
|
|
15880
|
+
var options151 = {};
|
|
15881
|
+
var defaultProps149 = {
|
|
15656
15882
|
year: "2020"
|
|
15657
15883
|
};
|
|
15658
15884
|
var TimelineFlagWrap = (props) => {
|
|
@@ -15660,7 +15886,7 @@ var TimelineFlagWrap = (props) => {
|
|
|
15660
15886
|
year,
|
|
15661
15887
|
...other
|
|
15662
15888
|
} = props;
|
|
15663
|
-
return /* @__PURE__ */
|
|
15889
|
+
return /* @__PURE__ */ jsxs185(
|
|
15664
15890
|
"li",
|
|
15665
15891
|
{
|
|
15666
15892
|
...other,
|
|
@@ -15669,25 +15895,25 @@ var TimelineFlagWrap = (props) => {
|
|
|
15669
15895
|
TIMELINEFLAGWRAP_CLASSNAME
|
|
15670
15896
|
),
|
|
15671
15897
|
children: [
|
|
15672
|
-
/* @__PURE__ */
|
|
15898
|
+
/* @__PURE__ */ jsx443("span", { className: "k-timeline-flag", children: year }),
|
|
15673
15899
|
props.children
|
|
15674
15900
|
]
|
|
15675
15901
|
}
|
|
15676
15902
|
);
|
|
15677
15903
|
};
|
|
15678
|
-
TimelineFlagWrap.states =
|
|
15679
|
-
TimelineFlagWrap.options =
|
|
15904
|
+
TimelineFlagWrap.states = states161;
|
|
15905
|
+
TimelineFlagWrap.options = options151;
|
|
15680
15906
|
TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
|
|
15681
|
-
TimelineFlagWrap.defaultProps =
|
|
15907
|
+
TimelineFlagWrap.defaultProps = defaultProps149;
|
|
15682
15908
|
|
|
15683
15909
|
// src/timeline/timeline-circle.spec.tsx
|
|
15684
|
-
import { jsx as
|
|
15910
|
+
import { jsx as jsx444 } from "react/jsx-runtime";
|
|
15685
15911
|
var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
|
|
15686
15912
|
var TimelineCircle = (props) => {
|
|
15687
15913
|
const {
|
|
15688
15914
|
...other
|
|
15689
15915
|
} = props;
|
|
15690
|
-
return /* @__PURE__ */
|
|
15916
|
+
return /* @__PURE__ */ jsx444(
|
|
15691
15917
|
"span",
|
|
15692
15918
|
{
|
|
15693
15919
|
...other,
|
|
@@ -15700,19 +15926,19 @@ var TimelineCircle = (props) => {
|
|
|
15700
15926
|
};
|
|
15701
15927
|
|
|
15702
15928
|
// src/timeline/timeline-flag.spec.tsx
|
|
15703
|
-
import { jsx as
|
|
15929
|
+
import { jsx as jsx445 } from "react/jsx-runtime";
|
|
15704
15930
|
|
|
15705
15931
|
// src/timeline/timeline-card.spec.tsx
|
|
15706
|
-
import { jsx as
|
|
15707
|
-
var
|
|
15708
|
-
var
|
|
15932
|
+
import { jsx as jsx446, jsxs as jsxs186 } from "react/jsx-runtime";
|
|
15933
|
+
var states162 = [];
|
|
15934
|
+
var defaultProps150 = {};
|
|
15709
15935
|
var TimelineCard = (props) => {
|
|
15710
15936
|
const {
|
|
15711
15937
|
callout,
|
|
15712
15938
|
children,
|
|
15713
15939
|
...other
|
|
15714
15940
|
} = props;
|
|
15715
|
-
return /* @__PURE__ */
|
|
15941
|
+
return /* @__PURE__ */ jsxs186(
|
|
15716
15942
|
Card,
|
|
15717
15943
|
{
|
|
15718
15944
|
className: classNames(
|
|
@@ -15722,27 +15948,27 @@ var TimelineCard = (props) => {
|
|
|
15722
15948
|
callout: "true",
|
|
15723
15949
|
...other,
|
|
15724
15950
|
children: [
|
|
15725
|
-
callout && /* @__PURE__ */
|
|
15951
|
+
callout && /* @__PURE__ */ jsx446(TimelineCardCallout, { callout }),
|
|
15726
15952
|
children
|
|
15727
15953
|
]
|
|
15728
15954
|
}
|
|
15729
15955
|
);
|
|
15730
15956
|
};
|
|
15731
|
-
TimelineCard.states =
|
|
15732
|
-
TimelineCard.defaultProps =
|
|
15957
|
+
TimelineCard.states = states162;
|
|
15958
|
+
TimelineCard.defaultProps = defaultProps150;
|
|
15733
15959
|
|
|
15734
15960
|
// src/timeline/timeline-card-title.tsx
|
|
15735
|
-
import { jsx as
|
|
15961
|
+
import { jsx as jsx447, jsxs as jsxs187 } from "react/jsx-runtime";
|
|
15736
15962
|
var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
|
|
15737
|
-
var
|
|
15738
|
-
var
|
|
15963
|
+
var states163 = [];
|
|
15964
|
+
var defaultProps151 = {};
|
|
15739
15965
|
var TimelineCardTitle = (props) => {
|
|
15740
15966
|
const {
|
|
15741
15967
|
collapsible,
|
|
15742
15968
|
children,
|
|
15743
15969
|
...other
|
|
15744
15970
|
} = props;
|
|
15745
|
-
return /* @__PURE__ */
|
|
15971
|
+
return /* @__PURE__ */ jsxs187(
|
|
15746
15972
|
"div",
|
|
15747
15973
|
{
|
|
15748
15974
|
className: classNames(
|
|
@@ -15751,26 +15977,26 @@ var TimelineCardTitle = (props) => {
|
|
|
15751
15977
|
),
|
|
15752
15978
|
...other,
|
|
15753
15979
|
children: [
|
|
15754
|
-
/* @__PURE__ */
|
|
15755
|
-
collapsible && /* @__PURE__ */
|
|
15980
|
+
/* @__PURE__ */ jsx447("span", { className: "k-event-title", children }),
|
|
15981
|
+
collapsible && /* @__PURE__ */ jsx447("span", { className: "k-event-collapse k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button", children: /* @__PURE__ */ jsx447(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
|
|
15756
15982
|
]
|
|
15757
15983
|
}
|
|
15758
15984
|
);
|
|
15759
15985
|
};
|
|
15760
|
-
TimelineCardTitle.states =
|
|
15986
|
+
TimelineCardTitle.states = states163;
|
|
15761
15987
|
TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
|
|
15762
|
-
TimelineCardTitle.defaultProps =
|
|
15988
|
+
TimelineCardTitle.defaultProps = defaultProps151;
|
|
15763
15989
|
|
|
15764
15990
|
// src/timeline/timeline-card-callout.tsx
|
|
15765
|
-
import { jsx as
|
|
15991
|
+
import { jsx as jsx448 } from "react/jsx-runtime";
|
|
15766
15992
|
var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
|
|
15767
|
-
var
|
|
15768
|
-
var
|
|
15993
|
+
var states164 = [];
|
|
15994
|
+
var defaultProps152 = {};
|
|
15769
15995
|
var TimelineCardCallout = (props) => {
|
|
15770
15996
|
const {
|
|
15771
15997
|
...other
|
|
15772
15998
|
} = props;
|
|
15773
|
-
return /* @__PURE__ */
|
|
15999
|
+
return /* @__PURE__ */ jsx448(
|
|
15774
16000
|
CardCallout,
|
|
15775
16001
|
{
|
|
15776
16002
|
className: classNames(
|
|
@@ -15781,24 +16007,24 @@ var TimelineCardCallout = (props) => {
|
|
|
15781
16007
|
}
|
|
15782
16008
|
);
|
|
15783
16009
|
};
|
|
15784
|
-
TimelineCardCallout.states =
|
|
16010
|
+
TimelineCardCallout.states = states164;
|
|
15785
16011
|
TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
|
|
15786
|
-
TimelineCardCallout.defaultProps =
|
|
16012
|
+
TimelineCardCallout.defaultProps = defaultProps152;
|
|
15787
16013
|
|
|
15788
16014
|
// src/timeline/timeline-date-wrap.spec.tsx
|
|
15789
|
-
import { jsx as
|
|
16015
|
+
import { jsx as jsx449 } from "react/jsx-runtime";
|
|
15790
16016
|
var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
|
|
15791
|
-
var
|
|
15792
|
-
var
|
|
15793
|
-
var
|
|
16017
|
+
var states165 = [];
|
|
16018
|
+
var options152 = {};
|
|
16019
|
+
var defaultProps153 = {
|
|
15794
16020
|
date: "May 25, 2008"
|
|
15795
16021
|
};
|
|
15796
16022
|
var TimelineDateWrap = (props) => {
|
|
15797
16023
|
const {
|
|
15798
|
-
date =
|
|
16024
|
+
date = defaultProps153.date,
|
|
15799
16025
|
...other
|
|
15800
16026
|
} = props;
|
|
15801
|
-
return /* @__PURE__ */
|
|
16027
|
+
return /* @__PURE__ */ jsx449(
|
|
15802
16028
|
"div",
|
|
15803
16029
|
{
|
|
15804
16030
|
...other,
|
|
@@ -15806,52 +16032,52 @@ var TimelineDateWrap = (props) => {
|
|
|
15806
16032
|
props.className,
|
|
15807
16033
|
TIMELINEDATEWRAP_CLASSNAME
|
|
15808
16034
|
),
|
|
15809
|
-
children: /* @__PURE__ */
|
|
16035
|
+
children: /* @__PURE__ */ jsx449("span", { className: "k-timeline-date", children: date })
|
|
15810
16036
|
}
|
|
15811
16037
|
);
|
|
15812
16038
|
};
|
|
15813
|
-
TimelineDateWrap.states =
|
|
15814
|
-
TimelineDateWrap.options =
|
|
16039
|
+
TimelineDateWrap.states = states165;
|
|
16040
|
+
TimelineDateWrap.options = options152;
|
|
15815
16041
|
TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
|
|
15816
|
-
TimelineDateWrap.defaultProps =
|
|
16042
|
+
TimelineDateWrap.defaultProps = defaultProps153;
|
|
15817
16043
|
|
|
15818
16044
|
// src/timeline/timeline-track-wrap.spec.tsx
|
|
15819
|
-
import { jsx as
|
|
16045
|
+
import { jsx as jsx450, jsxs as jsxs188 } from "react/jsx-runtime";
|
|
15820
16046
|
|
|
15821
16047
|
// src/timeline/timeline-track.spec.tsx
|
|
15822
|
-
import { jsx as
|
|
16048
|
+
import { jsx as jsx451 } from "react/jsx-runtime";
|
|
15823
16049
|
|
|
15824
16050
|
// src/timeline/timeline-track-item.spec.tsx
|
|
15825
|
-
import { jsxs as
|
|
16051
|
+
import { jsxs as jsxs189 } from "react/jsx-runtime";
|
|
15826
16052
|
|
|
15827
16053
|
// src/timeline/templates/timeline-normal.tsx
|
|
15828
|
-
import { jsx as
|
|
16054
|
+
import { jsx as jsx452, jsxs as jsxs190 } from "react/jsx-runtime";
|
|
15829
16055
|
|
|
15830
16056
|
// src/timeline/templates/timeline-normal-collapsible.tsx
|
|
15831
|
-
import { jsx as
|
|
16057
|
+
import { jsx as jsx453, jsxs as jsxs191 } from "react/jsx-runtime";
|
|
15832
16058
|
|
|
15833
16059
|
// src/timeline/templates/timeline-normal-alternating.tsx
|
|
15834
|
-
import { jsx as
|
|
16060
|
+
import { jsx as jsx454, jsxs as jsxs192 } from "react/jsx-runtime";
|
|
15835
16061
|
|
|
15836
16062
|
// src/timeline/templates/timeline-horizontal.tsx
|
|
15837
|
-
import { Fragment as
|
|
16063
|
+
import { Fragment as Fragment130, jsx as jsx455, jsxs as jsxs193 } from "react/jsx-runtime";
|
|
15838
16064
|
|
|
15839
16065
|
// src/pdf-viewer/pdf-viewer.spec.tsx
|
|
15840
|
-
import { Fragment as
|
|
16066
|
+
import { Fragment as Fragment131, jsx as jsx456, jsxs as jsxs194 } from "react/jsx-runtime";
|
|
15841
16067
|
var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
|
|
15842
|
-
var
|
|
16068
|
+
var states166 = [
|
|
15843
16069
|
States.disabled
|
|
15844
16070
|
];
|
|
15845
|
-
var
|
|
15846
|
-
var defaultToolbar3 = /* @__PURE__ */
|
|
15847
|
-
/* @__PURE__ */
|
|
15848
|
-
/* @__PURE__ */
|
|
15849
|
-
/* @__PURE__ */
|
|
15850
|
-
/* @__PURE__ */
|
|
15851
|
-
/* @__PURE__ */
|
|
15852
|
-
/* @__PURE__ */
|
|
16071
|
+
var options153 = {};
|
|
16072
|
+
var defaultToolbar3 = /* @__PURE__ */ jsx456(Fragment131, { children: /* @__PURE__ */ jsxs194(Toolbar, { resizable: true, children: [
|
|
16073
|
+
/* @__PURE__ */ jsx456(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
|
|
16074
|
+
/* @__PURE__ */ jsx456("span", { className: "k-spacer" }),
|
|
16075
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "search" }),
|
|
16076
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "file-pdf" }),
|
|
16077
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "print" }),
|
|
16078
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "fullscreen" })
|
|
15853
16079
|
] }) });
|
|
15854
|
-
var
|
|
16080
|
+
var defaultProps154 = {
|
|
15855
16081
|
toolbar: defaultToolbar3,
|
|
15856
16082
|
showSearchPanel: false,
|
|
15857
16083
|
blank: false
|
|
@@ -15864,7 +16090,7 @@ var PDFViewer = (props) => {
|
|
|
15864
16090
|
blank,
|
|
15865
16091
|
...other
|
|
15866
16092
|
} = props;
|
|
15867
|
-
return /* @__PURE__ */
|
|
16093
|
+
return /* @__PURE__ */ jsxs194(
|
|
15868
16094
|
"div",
|
|
15869
16095
|
{
|
|
15870
16096
|
...other,
|
|
@@ -15875,42 +16101,42 @@ var PDFViewer = (props) => {
|
|
|
15875
16101
|
),
|
|
15876
16102
|
children: [
|
|
15877
16103
|
toolbar,
|
|
15878
|
-
/* @__PURE__ */
|
|
15879
|
-
showSearchPanel && /* @__PURE__ */
|
|
15880
|
-
/* @__PURE__ */
|
|
15881
|
-
/* @__PURE__ */
|
|
16104
|
+
/* @__PURE__ */ jsxs194("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
|
|
16105
|
+
showSearchPanel && /* @__PURE__ */ jsxs194("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
|
|
16106
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
|
|
16107
|
+
/* @__PURE__ */ jsx456(
|
|
15882
16108
|
Textbox,
|
|
15883
16109
|
{
|
|
15884
|
-
suffix: /* @__PURE__ */
|
|
16110
|
+
suffix: /* @__PURE__ */ jsx456(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
|
|
15885
16111
|
}
|
|
15886
16112
|
),
|
|
15887
|
-
/* @__PURE__ */
|
|
15888
|
-
/* @__PURE__ */
|
|
16113
|
+
/* @__PURE__ */ jsxs194("span", { className: "k-search-matches", children: [
|
|
16114
|
+
/* @__PURE__ */ jsx456("span", { children: "0" }),
|
|
15889
16115
|
" of ",
|
|
15890
|
-
/* @__PURE__ */
|
|
16116
|
+
/* @__PURE__ */ jsx456("span", { children: "1" })
|
|
15891
16117
|
] }),
|
|
15892
|
-
/* @__PURE__ */
|
|
15893
|
-
/* @__PURE__ */
|
|
15894
|
-
/* @__PURE__ */
|
|
16118
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "arrow-up" }),
|
|
16119
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "arrow-down" }),
|
|
16120
|
+
/* @__PURE__ */ jsx456(Button, { fillMode: "flat", icon: "x" })
|
|
15895
16121
|
] }),
|
|
15896
|
-
/* @__PURE__ */
|
|
15897
|
-
/* @__PURE__ */
|
|
15898
|
-
/* @__PURE__ */
|
|
16122
|
+
/* @__PURE__ */ jsx456("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs194("div", { className: "k-page k-blank-page", children: [
|
|
16123
|
+
/* @__PURE__ */ jsx456(DropzoneNormal, {}),
|
|
16124
|
+
/* @__PURE__ */ jsx456(UploadNormal, { empty: true, status: "upload" })
|
|
15899
16125
|
] }) : props.children })
|
|
15900
16126
|
] })
|
|
15901
16127
|
]
|
|
15902
16128
|
}
|
|
15903
16129
|
);
|
|
15904
16130
|
};
|
|
15905
|
-
PDFViewer.states =
|
|
15906
|
-
PDFViewer.options =
|
|
16131
|
+
PDFViewer.states = states166;
|
|
16132
|
+
PDFViewer.options = options153;
|
|
15907
16133
|
PDFViewer.className = PDFVIEWER_CLASSNAME;
|
|
15908
|
-
PDFViewer.defaultProps =
|
|
16134
|
+
PDFViewer.defaultProps = defaultProps154;
|
|
15909
16135
|
|
|
15910
16136
|
// src/pdf-viewer/pdf-viewer-page.tsx
|
|
15911
|
-
import { jsx as
|
|
16137
|
+
import { jsx as jsx457 } from "react/jsx-runtime";
|
|
15912
16138
|
var PDFVIEWERPAGE_CLASSNAME = `k-page`;
|
|
15913
|
-
var
|
|
16139
|
+
var defaultProps155 = {
|
|
15914
16140
|
width: "720px",
|
|
15915
16141
|
height: "360px"
|
|
15916
16142
|
};
|
|
@@ -15920,7 +16146,7 @@ var PDFViewerPage = (props) => {
|
|
|
15920
16146
|
height,
|
|
15921
16147
|
...other
|
|
15922
16148
|
} = props;
|
|
15923
|
-
return /* @__PURE__ */
|
|
16149
|
+
return /* @__PURE__ */ jsx457(
|
|
15924
16150
|
"div",
|
|
15925
16151
|
{
|
|
15926
16152
|
...other,
|
|
@@ -15933,23 +16159,23 @@ var PDFViewerPage = (props) => {
|
|
|
15933
16159
|
);
|
|
15934
16160
|
};
|
|
15935
16161
|
PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
|
|
15936
|
-
PDFViewerPage.defaultProps =
|
|
16162
|
+
PDFViewerPage.defaultProps = defaultProps155;
|
|
15937
16163
|
|
|
15938
16164
|
// src/pdf-viewer/templates/pdf-viewer-normal.tsx
|
|
15939
|
-
import { Fragment as
|
|
16165
|
+
import { Fragment as Fragment132, jsx as jsx458, jsxs as jsxs195 } from "react/jsx-runtime";
|
|
15940
16166
|
|
|
15941
16167
|
// src/pdf-viewer/templates/pdf-viewer-blank.tsx
|
|
15942
|
-
import { jsx as
|
|
16168
|
+
import { jsx as jsx459 } from "react/jsx-runtime";
|
|
15943
16169
|
|
|
15944
16170
|
// src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
|
|
15945
|
-
import { Fragment as
|
|
16171
|
+
import { Fragment as Fragment133, jsx as jsx460, jsxs as jsxs196 } from "react/jsx-runtime";
|
|
15946
16172
|
|
|
15947
16173
|
// src/scrollview/scrollview-spec.tsx
|
|
15948
|
-
import { Fragment as
|
|
16174
|
+
import { Fragment as Fragment134, jsx as jsx461, jsxs as jsxs197 } from "react/jsx-runtime";
|
|
15949
16175
|
var SCROLLVIEW_CLASSNAME = "k-scrollview";
|
|
15950
|
-
var
|
|
15951
|
-
var
|
|
15952
|
-
var
|
|
16176
|
+
var states167 = [];
|
|
16177
|
+
var options154 = {};
|
|
16178
|
+
var defaultProps156 = {
|
|
15953
16179
|
mode: "normal",
|
|
15954
16180
|
views: 9,
|
|
15955
16181
|
animate: true,
|
|
@@ -15959,12 +16185,12 @@ var defaultProps151 = {
|
|
|
15959
16185
|
};
|
|
15960
16186
|
var ScrollView = (props) => {
|
|
15961
16187
|
const {
|
|
15962
|
-
mode =
|
|
15963
|
-
views =
|
|
15964
|
-
animate =
|
|
15965
|
-
arrows =
|
|
15966
|
-
pager =
|
|
15967
|
-
rtl =
|
|
16188
|
+
mode = defaultProps156.mode,
|
|
16189
|
+
views = defaultProps156.views,
|
|
16190
|
+
animate = defaultProps156.animate,
|
|
16191
|
+
arrows = defaultProps156.arrows,
|
|
16192
|
+
pager = defaultProps156.pager,
|
|
16193
|
+
rtl = defaultProps156.rtl,
|
|
15968
16194
|
...other
|
|
15969
16195
|
} = props;
|
|
15970
16196
|
const scrollviewViews = [];
|
|
@@ -15972,10 +16198,10 @@ var ScrollView = (props) => {
|
|
|
15972
16198
|
const iconNext = rtl ? "chevron-left" : "chevron-right";
|
|
15973
16199
|
for (let i = 0; i < views; i++) {
|
|
15974
16200
|
scrollviewViews.push(
|
|
15975
|
-
/* @__PURE__ */
|
|
16201
|
+
/* @__PURE__ */ jsx461("div", { className: "k-scrollview-view" }, i)
|
|
15976
16202
|
);
|
|
15977
16203
|
}
|
|
15978
|
-
return /* @__PURE__ */
|
|
16204
|
+
return /* @__PURE__ */ jsxs197(
|
|
15979
16205
|
"div",
|
|
15980
16206
|
{
|
|
15981
16207
|
...other,
|
|
@@ -15988,44 +16214,44 @@ var ScrollView = (props) => {
|
|
|
15988
16214
|
}
|
|
15989
16215
|
),
|
|
15990
16216
|
children: [
|
|
15991
|
-
/* @__PURE__ */
|
|
16217
|
+
/* @__PURE__ */ jsx461("div", { className: classNames(
|
|
15992
16218
|
"k-scrollview-wrap",
|
|
15993
16219
|
{
|
|
15994
16220
|
["k-scrollview-animate"]: animate
|
|
15995
16221
|
}
|
|
15996
16222
|
), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
|
|
15997
|
-
/* @__PURE__ */
|
|
15998
|
-
arrows && /* @__PURE__ */
|
|
15999
|
-
/* @__PURE__ */
|
|
16000
|
-
/* @__PURE__ */
|
|
16223
|
+
/* @__PURE__ */ jsxs197("div", { className: "k-scrollview-elements", children: [
|
|
16224
|
+
arrows && /* @__PURE__ */ jsxs197(Fragment134, { children: [
|
|
16225
|
+
/* @__PURE__ */ jsx461("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx461(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
|
|
16226
|
+
/* @__PURE__ */ jsx461("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx461(Icon, { icon: iconNext, size: "xxxlarge" }) })
|
|
16001
16227
|
] }),
|
|
16002
|
-
pager && /* @__PURE__ */
|
|
16003
|
-
mode === "light" && /* @__PURE__ */
|
|
16004
|
-
/* @__PURE__ */
|
|
16005
|
-
/* @__PURE__ */
|
|
16006
|
-
/* @__PURE__ */
|
|
16007
|
-
/* @__PURE__ */
|
|
16008
|
-
/* @__PURE__ */
|
|
16228
|
+
pager && /* @__PURE__ */ jsx461("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs197("div", { className: "k-scrollview-nav", children: [
|
|
16229
|
+
mode === "light" && /* @__PURE__ */ jsxs197(Fragment134, { children: [
|
|
16230
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16231
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-primary" }),
|
|
16232
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-primary k-focus" }),
|
|
16233
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-focus" }),
|
|
16234
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" })
|
|
16009
16235
|
] }),
|
|
16010
|
-
mode === "normal" && /* @__PURE__ */
|
|
16011
|
-
/* @__PURE__ */
|
|
16012
|
-
/* @__PURE__ */
|
|
16013
|
-
/* @__PURE__ */
|
|
16014
|
-
/* @__PURE__ */
|
|
16015
|
-
/* @__PURE__ */
|
|
16016
|
-
/* @__PURE__ */
|
|
16017
|
-
/* @__PURE__ */
|
|
16018
|
-
/* @__PURE__ */
|
|
16019
|
-
/* @__PURE__ */
|
|
16236
|
+
mode === "normal" && /* @__PURE__ */ jsxs197(Fragment134, { children: [
|
|
16237
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
|
|
16238
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16239
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
|
|
16240
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16241
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-primary" }),
|
|
16242
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16243
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
|
|
16244
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16245
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.5)" } })
|
|
16020
16246
|
] }),
|
|
16021
|
-
mode === "dark" && /* @__PURE__ */
|
|
16022
|
-
/* @__PURE__ */
|
|
16023
|
-
/* @__PURE__ */
|
|
16024
|
-
/* @__PURE__ */
|
|
16025
|
-
/* @__PURE__ */
|
|
16026
|
-
/* @__PURE__ */
|
|
16027
|
-
/* @__PURE__ */
|
|
16028
|
-
/* @__PURE__ */
|
|
16247
|
+
mode === "dark" && /* @__PURE__ */ jsxs197(Fragment134, { children: [
|
|
16248
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
|
|
16249
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16250
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16251
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link k-primary" }),
|
|
16252
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link" }),
|
|
16253
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16254
|
+
/* @__PURE__ */ jsx461("span", { className: "k-link", style: { transform: "scale(0.5)" } })
|
|
16029
16255
|
] })
|
|
16030
16256
|
] }) })
|
|
16031
16257
|
] })
|
|
@@ -16033,83 +16259,83 @@ var ScrollView = (props) => {
|
|
|
16033
16259
|
}
|
|
16034
16260
|
);
|
|
16035
16261
|
};
|
|
16036
|
-
ScrollView.states =
|
|
16037
|
-
ScrollView.options =
|
|
16262
|
+
ScrollView.states = states167;
|
|
16263
|
+
ScrollView.options = options154;
|
|
16038
16264
|
ScrollView.className = SCROLLVIEW_CLASSNAME;
|
|
16039
|
-
ScrollView.defaultProps =
|
|
16265
|
+
ScrollView.defaultProps = defaultProps156;
|
|
16040
16266
|
|
|
16041
16267
|
// src/scrollview/templates/scrollview-normal.tsx
|
|
16042
|
-
import { jsx as
|
|
16268
|
+
import { jsx as jsx462 } from "react/jsx-runtime";
|
|
16043
16269
|
|
|
16044
16270
|
// src/prompt/prompt.spec.tsx
|
|
16045
|
-
import { Fragment as
|
|
16271
|
+
import { Fragment as Fragment135, jsx as jsx463 } from "react/jsx-runtime";
|
|
16046
16272
|
var PROMPT_CLASSNAME = `k-prompt`;
|
|
16047
|
-
var
|
|
16048
|
-
var
|
|
16049
|
-
var
|
|
16273
|
+
var states168 = [];
|
|
16274
|
+
var options155 = {};
|
|
16275
|
+
var defaultProps157 = {};
|
|
16050
16276
|
var Prompt = (props) => {
|
|
16051
16277
|
const {
|
|
16052
16278
|
...other
|
|
16053
16279
|
} = props;
|
|
16054
|
-
return /* @__PURE__ */
|
|
16280
|
+
return /* @__PURE__ */ jsx463("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx463(Fragment135, { children: props.children }) });
|
|
16055
16281
|
};
|
|
16056
|
-
Prompt.states =
|
|
16057
|
-
Prompt.options =
|
|
16282
|
+
Prompt.states = states168;
|
|
16283
|
+
Prompt.options = options155;
|
|
16058
16284
|
Prompt.className = PROMPT_CLASSNAME;
|
|
16059
|
-
Prompt.defaultProps =
|
|
16285
|
+
Prompt.defaultProps = defaultProps157;
|
|
16060
16286
|
|
|
16061
16287
|
// src/prompt/prompt-header.tsx
|
|
16062
|
-
import { jsx as
|
|
16288
|
+
import { jsx as jsx464 } from "react/jsx-runtime";
|
|
16063
16289
|
|
|
16064
16290
|
// src/prompt/prompt-content.tsx
|
|
16065
|
-
import { Fragment as
|
|
16291
|
+
import { Fragment as Fragment136, jsx as jsx465 } from "react/jsx-runtime";
|
|
16066
16292
|
|
|
16067
16293
|
// src/prompt/prompt-view.tsx
|
|
16068
|
-
import { Fragment as
|
|
16294
|
+
import { Fragment as Fragment137, jsx as jsx466, jsxs as jsxs198 } from "react/jsx-runtime";
|
|
16069
16295
|
|
|
16070
16296
|
// src/prompt/prompt-footer.tsx
|
|
16071
|
-
import { jsx as
|
|
16297
|
+
import { jsx as jsx467 } from "react/jsx-runtime";
|
|
16072
16298
|
|
|
16073
16299
|
// src/prompt/prompt-suggestion.tsx
|
|
16074
|
-
import { jsx as
|
|
16300
|
+
import { jsx as jsx468 } from "react/jsx-runtime";
|
|
16075
16301
|
|
|
16076
16302
|
// src/prompt/prompt-setting.tsx
|
|
16077
|
-
import { jsx as
|
|
16303
|
+
import { jsx as jsx469 } from "react/jsx-runtime";
|
|
16078
16304
|
|
|
16079
16305
|
// src/prompt/templates/prompt-normal.tsx
|
|
16080
|
-
import { jsx as
|
|
16306
|
+
import { jsx as jsx470, jsxs as jsxs199 } from "react/jsx-runtime";
|
|
16081
16307
|
|
|
16082
16308
|
// src/prompt/templates/prompt-suggestions.tsx
|
|
16083
|
-
import { Fragment as
|
|
16309
|
+
import { Fragment as Fragment138, jsx as jsx471, jsxs as jsxs200 } from "react/jsx-runtime";
|
|
16084
16310
|
|
|
16085
16311
|
// src/prompt/templates/prompt-settings.tsx
|
|
16086
|
-
import { Fragment as
|
|
16312
|
+
import { Fragment as Fragment139, jsx as jsx472, jsxs as jsxs201 } from "react/jsx-runtime";
|
|
16087
16313
|
|
|
16088
16314
|
// src/prompt/templates/prompt-output.tsx
|
|
16089
|
-
import { jsx as
|
|
16315
|
+
import { jsx as jsx473, jsxs as jsxs202 } from "react/jsx-runtime";
|
|
16090
16316
|
|
|
16091
16317
|
// src/prompt/templates/prompt-more-actions.tsx
|
|
16092
|
-
import { jsx as
|
|
16318
|
+
import { jsx as jsx474, jsxs as jsxs203 } from "react/jsx-runtime";
|
|
16093
16319
|
|
|
16094
16320
|
// src/prompt/templates/prompt-popup.tsx
|
|
16095
|
-
import { jsx as
|
|
16321
|
+
import { jsx as jsx475, jsxs as jsxs204 } from "react/jsx-runtime";
|
|
16096
16322
|
|
|
16097
16323
|
// src/orgchart/orgchart.spec.tsx
|
|
16098
|
-
import { jsx as
|
|
16324
|
+
import { jsx as jsx476 } from "react/jsx-runtime";
|
|
16099
16325
|
var ORGCHART_CLASSNAME = `k-orgchart`;
|
|
16100
|
-
var
|
|
16101
|
-
var
|
|
16102
|
-
var
|
|
16326
|
+
var states169 = [];
|
|
16327
|
+
var options156 = {};
|
|
16328
|
+
var defaultProps158 = {
|
|
16103
16329
|
width: "100%",
|
|
16104
16330
|
height: "300px"
|
|
16105
16331
|
};
|
|
16106
16332
|
var Orgchart = (props) => {
|
|
16107
16333
|
const {
|
|
16108
|
-
width =
|
|
16109
|
-
height =
|
|
16334
|
+
width = defaultProps158.width,
|
|
16335
|
+
height = defaultProps158.height,
|
|
16110
16336
|
...other
|
|
16111
16337
|
} = props;
|
|
16112
|
-
return /* @__PURE__ */
|
|
16338
|
+
return /* @__PURE__ */ jsx476(
|
|
16113
16339
|
"div",
|
|
16114
16340
|
{
|
|
16115
16341
|
...other,
|
|
@@ -16117,19 +16343,19 @@ var Orgchart = (props) => {
|
|
|
16117
16343
|
props.className,
|
|
16118
16344
|
ORGCHART_CLASSNAME
|
|
16119
16345
|
),
|
|
16120
|
-
children: /* @__PURE__ */
|
|
16346
|
+
children: /* @__PURE__ */ jsx476("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
|
|
16121
16347
|
}
|
|
16122
16348
|
);
|
|
16123
16349
|
};
|
|
16124
|
-
Orgchart.states =
|
|
16125
|
-
Orgchart.options =
|
|
16350
|
+
Orgchart.states = states169;
|
|
16351
|
+
Orgchart.options = options156;
|
|
16126
16352
|
Orgchart.className = ORGCHART_CLASSNAME;
|
|
16127
|
-
Orgchart.defaultProps =
|
|
16353
|
+
Orgchart.defaultProps = defaultProps158;
|
|
16128
16354
|
|
|
16129
16355
|
// src/orgchart/orgchart-node.tsx
|
|
16130
|
-
import { jsx as
|
|
16356
|
+
import { jsx as jsx477, jsxs as jsxs205 } from "react/jsx-runtime";
|
|
16131
16357
|
var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
|
|
16132
|
-
var
|
|
16358
|
+
var defaultProps159 = {
|
|
16133
16359
|
buttonIcon: "plus"
|
|
16134
16360
|
};
|
|
16135
16361
|
var OrgchartNode = (props) => {
|
|
@@ -16141,12 +16367,12 @@ var OrgchartNode = (props) => {
|
|
|
16141
16367
|
lineBottom,
|
|
16142
16368
|
lineTop,
|
|
16143
16369
|
button,
|
|
16144
|
-
buttonIcon: buttonIcon2 =
|
|
16370
|
+
buttonIcon: buttonIcon2 = defaultProps159.buttonIcon,
|
|
16145
16371
|
avatar,
|
|
16146
16372
|
avatarType,
|
|
16147
16373
|
...other
|
|
16148
16374
|
} = props;
|
|
16149
|
-
return /* @__PURE__ */
|
|
16375
|
+
return /* @__PURE__ */ jsxs205(
|
|
16150
16376
|
"div",
|
|
16151
16377
|
{
|
|
16152
16378
|
...other,
|
|
@@ -16157,35 +16383,35 @@ var OrgchartNode = (props) => {
|
|
|
16157
16383
|
"k-align-items-center"
|
|
16158
16384
|
),
|
|
16159
16385
|
children: [
|
|
16160
|
-
lineTop && /* @__PURE__ */
|
|
16161
|
-
/* @__PURE__ */
|
|
16162
|
-
/* @__PURE__ */
|
|
16163
|
-
/* @__PURE__ */
|
|
16164
|
-
/* @__PURE__ */
|
|
16165
|
-
/* @__PURE__ */
|
|
16166
|
-
/* @__PURE__ */
|
|
16386
|
+
lineTop && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16387
|
+
/* @__PURE__ */ jsx477(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs205(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
|
|
16388
|
+
/* @__PURE__ */ jsx477(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx477("img", { src: avatar }) : avatar }),
|
|
16389
|
+
/* @__PURE__ */ jsxs205("div", { className: "k-card-title-wrap k-vstack", children: [
|
|
16390
|
+
/* @__PURE__ */ jsx477(CardTitle, { className: "k-text-ellipsis", children: title }),
|
|
16391
|
+
/* @__PURE__ */ jsx477("span", { className: "k-spacer" }),
|
|
16392
|
+
/* @__PURE__ */ jsx477(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
|
|
16167
16393
|
] }),
|
|
16168
|
-
/* @__PURE__ */
|
|
16394
|
+
/* @__PURE__ */ jsx477("span", { className: "k-spacer" })
|
|
16169
16395
|
] }) }),
|
|
16170
|
-
lineBottom && /* @__PURE__ */
|
|
16171
|
-
button && /* @__PURE__ */
|
|
16396
|
+
lineBottom && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16397
|
+
button && /* @__PURE__ */ jsx477(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
|
|
16172
16398
|
]
|
|
16173
16399
|
}
|
|
16174
16400
|
);
|
|
16175
16401
|
};
|
|
16176
16402
|
|
|
16177
16403
|
// src/orgchart/orgchart-group.tsx
|
|
16178
|
-
import { Fragment as
|
|
16404
|
+
import { Fragment as Fragment140, jsx as jsx478, jsxs as jsxs206 } from "react/jsx-runtime";
|
|
16179
16405
|
var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
|
|
16180
|
-
var
|
|
16181
|
-
var
|
|
16182
|
-
var
|
|
16406
|
+
var states170 = [];
|
|
16407
|
+
var options157 = {};
|
|
16408
|
+
var defaultProps160 = {
|
|
16183
16409
|
orientation: "horizontal"
|
|
16184
16410
|
};
|
|
16185
16411
|
var OrgchartGroup = (props) => {
|
|
16186
16412
|
const {
|
|
16187
16413
|
children,
|
|
16188
|
-
orientation =
|
|
16414
|
+
orientation = defaultProps160.orientation,
|
|
16189
16415
|
justifyContent,
|
|
16190
16416
|
...other
|
|
16191
16417
|
} = props;
|
|
@@ -16208,7 +16434,7 @@ var OrgchartGroup = (props) => {
|
|
|
16208
16434
|
}
|
|
16209
16435
|
}
|
|
16210
16436
|
}
|
|
16211
|
-
return /* @__PURE__ */
|
|
16437
|
+
return /* @__PURE__ */ jsxs206(
|
|
16212
16438
|
"div",
|
|
16213
16439
|
{
|
|
16214
16440
|
...other,
|
|
@@ -16222,7 +16448,7 @@ var OrgchartGroup = (props) => {
|
|
|
16222
16448
|
),
|
|
16223
16449
|
style: { width: "100%" },
|
|
16224
16450
|
children: [
|
|
16225
|
-
chartNodes.length > 0 && /* @__PURE__ */
|
|
16451
|
+
chartNodes.length > 0 && /* @__PURE__ */ jsx478(
|
|
16226
16452
|
"div",
|
|
16227
16453
|
{
|
|
16228
16454
|
className: classNames(
|
|
@@ -16232,26 +16458,26 @@ var OrgchartGroup = (props) => {
|
|
|
16232
16458
|
[`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
|
|
16233
16459
|
}
|
|
16234
16460
|
),
|
|
16235
|
-
children: /* @__PURE__ */
|
|
16461
|
+
children: /* @__PURE__ */ jsx478(Fragment140, { children: chartNodes })
|
|
16236
16462
|
}
|
|
16237
16463
|
),
|
|
16238
|
-
/* @__PURE__ */
|
|
16464
|
+
/* @__PURE__ */ jsx478(Fragment140, { children: chartGroups })
|
|
16239
16465
|
]
|
|
16240
16466
|
}
|
|
16241
16467
|
);
|
|
16242
16468
|
};
|
|
16243
|
-
OrgchartGroup.states =
|
|
16244
|
-
OrgchartGroup.options =
|
|
16469
|
+
OrgchartGroup.states = states170;
|
|
16470
|
+
OrgchartGroup.options = options157;
|
|
16245
16471
|
OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
|
|
16246
|
-
OrgchartGroup.defaultProps =
|
|
16472
|
+
OrgchartGroup.defaultProps = defaultProps160;
|
|
16247
16473
|
|
|
16248
16474
|
// src/orgchart/orgchart-node-group.tsx
|
|
16249
|
-
import { jsx as
|
|
16475
|
+
import { jsx as jsx479, jsxs as jsxs207 } from "react/jsx-runtime";
|
|
16250
16476
|
var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
|
|
16251
|
-
var
|
|
16477
|
+
var states171 = [
|
|
16252
16478
|
States.focus
|
|
16253
16479
|
];
|
|
16254
|
-
var
|
|
16480
|
+
var defaultProps161 = {
|
|
16255
16481
|
orientation: "horizontal",
|
|
16256
16482
|
buttonIcon: "plus"
|
|
16257
16483
|
};
|
|
@@ -16262,12 +16488,12 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16262
16488
|
lineBottom,
|
|
16263
16489
|
lineTop,
|
|
16264
16490
|
button,
|
|
16265
|
-
buttonIcon: buttonIcon2 =
|
|
16491
|
+
buttonIcon: buttonIcon2 = defaultProps161.buttonIcon,
|
|
16266
16492
|
focus,
|
|
16267
|
-
orientation =
|
|
16493
|
+
orientation = defaultProps161.orientation,
|
|
16268
16494
|
...other
|
|
16269
16495
|
} = props;
|
|
16270
|
-
return /* @__PURE__ */
|
|
16496
|
+
return /* @__PURE__ */ jsxs207(
|
|
16271
16497
|
"div",
|
|
16272
16498
|
{
|
|
16273
16499
|
...other,
|
|
@@ -16278,8 +16504,8 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16278
16504
|
"k-align-items-center"
|
|
16279
16505
|
),
|
|
16280
16506
|
children: [
|
|
16281
|
-
lineTop && /* @__PURE__ */
|
|
16282
|
-
/* @__PURE__ */
|
|
16507
|
+
lineTop && /* @__PURE__ */ jsx479("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16508
|
+
/* @__PURE__ */ jsxs207(
|
|
16283
16509
|
"div",
|
|
16284
16510
|
{
|
|
16285
16511
|
className: classNames(
|
|
@@ -16290,9 +16516,9 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16290
16516
|
})
|
|
16291
16517
|
),
|
|
16292
16518
|
children: [
|
|
16293
|
-
title && /* @__PURE__ */
|
|
16294
|
-
subtitle && /* @__PURE__ */
|
|
16295
|
-
/* @__PURE__ */
|
|
16519
|
+
title && /* @__PURE__ */ jsx479("div", { className: "k-orgchart-node-group-title", children: title }),
|
|
16520
|
+
subtitle && /* @__PURE__ */ jsx479("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
|
|
16521
|
+
/* @__PURE__ */ jsx479(
|
|
16296
16522
|
"div",
|
|
16297
16523
|
{
|
|
16298
16524
|
className: classNames(
|
|
@@ -16307,51 +16533,51 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16307
16533
|
]
|
|
16308
16534
|
}
|
|
16309
16535
|
),
|
|
16310
|
-
lineBottom && /* @__PURE__ */
|
|
16311
|
-
button && /* @__PURE__ */
|
|
16536
|
+
lineBottom && /* @__PURE__ */ jsx479("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16537
|
+
button && /* @__PURE__ */ jsx479(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
|
|
16312
16538
|
]
|
|
16313
16539
|
}
|
|
16314
16540
|
);
|
|
16315
16541
|
};
|
|
16316
|
-
OrgchartNodeGroup.states =
|
|
16542
|
+
OrgchartNodeGroup.states = states171;
|
|
16317
16543
|
|
|
16318
16544
|
// src/orgchart/templates/orgchart-normal.tsx
|
|
16319
|
-
import { jsx as
|
|
16545
|
+
import { jsx as jsx480, jsxs as jsxs208 } from "react/jsx-runtime";
|
|
16320
16546
|
|
|
16321
16547
|
// src/orgchart/templates/orgchart-vertical.tsx
|
|
16322
|
-
import { jsx as
|
|
16548
|
+
import { jsx as jsx481, jsxs as jsxs209 } from "react/jsx-runtime";
|
|
16323
16549
|
|
|
16324
16550
|
// src/orgchart/templates/orgchart-group-normal.tsx
|
|
16325
|
-
import { jsx as
|
|
16551
|
+
import { jsx as jsx482, jsxs as jsxs210 } from "react/jsx-runtime";
|
|
16326
16552
|
|
|
16327
16553
|
// src/orgchart/templates/orgchart-group-vertical.tsx
|
|
16328
|
-
import { jsx as
|
|
16554
|
+
import { jsx as jsx483, jsxs as jsxs211 } from "react/jsx-runtime";
|
|
16329
16555
|
|
|
16330
16556
|
// src/signature/signature.spec.tsx
|
|
16331
|
-
import { jsx as
|
|
16557
|
+
import { jsx as jsx484, jsxs as jsxs212 } from "react/jsx-runtime";
|
|
16332
16558
|
var SIGNATURE_CLASSNAME = `k-signature`;
|
|
16333
|
-
var
|
|
16559
|
+
var states172 = [
|
|
16334
16560
|
States.hover,
|
|
16335
16561
|
States.focus,
|
|
16336
16562
|
States.valid,
|
|
16337
16563
|
States.invalid,
|
|
16338
16564
|
States.disabled
|
|
16339
16565
|
];
|
|
16340
|
-
var
|
|
16566
|
+
var options158 = {
|
|
16341
16567
|
size: [Size.small, Size.medium, Size.large],
|
|
16342
16568
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
16343
16569
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
16344
16570
|
};
|
|
16345
|
-
var
|
|
16571
|
+
var defaultProps162 = {
|
|
16346
16572
|
size: Size.medium,
|
|
16347
16573
|
rounded: Roundness.medium,
|
|
16348
16574
|
fillMode: FillMode.solid
|
|
16349
16575
|
};
|
|
16350
16576
|
var Signature = (props) => {
|
|
16351
16577
|
const {
|
|
16352
|
-
size =
|
|
16353
|
-
rounded =
|
|
16354
|
-
fillMode =
|
|
16578
|
+
size = defaultProps162.size,
|
|
16579
|
+
rounded = defaultProps162.rounded,
|
|
16580
|
+
fillMode = defaultProps162.fillMode,
|
|
16355
16581
|
hover,
|
|
16356
16582
|
focus,
|
|
16357
16583
|
valid,
|
|
@@ -16360,7 +16586,7 @@ var Signature = (props) => {
|
|
|
16360
16586
|
maximized,
|
|
16361
16587
|
...other
|
|
16362
16588
|
} = props;
|
|
16363
|
-
return /* @__PURE__ */
|
|
16589
|
+
return /* @__PURE__ */ jsxs212(
|
|
16364
16590
|
"div",
|
|
16365
16591
|
{
|
|
16366
16592
|
...other,
|
|
@@ -16388,8 +16614,8 @@ var Signature = (props) => {
|
|
|
16388
16614
|
}
|
|
16389
16615
|
),
|
|
16390
16616
|
children: [
|
|
16391
|
-
/* @__PURE__ */
|
|
16392
|
-
/* @__PURE__ */
|
|
16617
|
+
/* @__PURE__ */ jsx484("canvas", { className: "k-signature-canvas" }),
|
|
16618
|
+
/* @__PURE__ */ jsxs212(
|
|
16393
16619
|
"div",
|
|
16394
16620
|
{
|
|
16395
16621
|
className: classNames(
|
|
@@ -16397,7 +16623,7 @@ var Signature = (props) => {
|
|
|
16397
16623
|
"k-signature-actions-top"
|
|
16398
16624
|
),
|
|
16399
16625
|
children: [
|
|
16400
|
-
/* @__PURE__ */
|
|
16626
|
+
/* @__PURE__ */ jsx484(
|
|
16401
16627
|
Button,
|
|
16402
16628
|
{
|
|
16403
16629
|
className: classNames(
|
|
@@ -16411,7 +16637,7 @@ var Signature = (props) => {
|
|
|
16411
16637
|
fillMode: "flat"
|
|
16412
16638
|
}
|
|
16413
16639
|
),
|
|
16414
|
-
/* @__PURE__ */
|
|
16640
|
+
/* @__PURE__ */ jsx484(
|
|
16415
16641
|
Button,
|
|
16416
16642
|
{
|
|
16417
16643
|
className: classNames(
|
|
@@ -16428,15 +16654,15 @@ var Signature = (props) => {
|
|
|
16428
16654
|
]
|
|
16429
16655
|
}
|
|
16430
16656
|
),
|
|
16431
|
-
/* @__PURE__ */
|
|
16432
|
-
/* @__PURE__ */
|
|
16657
|
+
/* @__PURE__ */ jsx484("div", { className: "k-signature-line" }),
|
|
16658
|
+
/* @__PURE__ */ jsx484(
|
|
16433
16659
|
"div",
|
|
16434
16660
|
{
|
|
16435
16661
|
className: classNames(
|
|
16436
16662
|
"k-signature-actions",
|
|
16437
16663
|
"k-signature-actions-bottom"
|
|
16438
16664
|
),
|
|
16439
|
-
children: /* @__PURE__ */
|
|
16665
|
+
children: /* @__PURE__ */ jsx484(
|
|
16440
16666
|
Button,
|
|
16441
16667
|
{
|
|
16442
16668
|
className: classNames(
|
|
@@ -16455,27 +16681,27 @@ var Signature = (props) => {
|
|
|
16455
16681
|
}
|
|
16456
16682
|
);
|
|
16457
16683
|
};
|
|
16458
|
-
Signature.states =
|
|
16459
|
-
Signature.options =
|
|
16684
|
+
Signature.states = states172;
|
|
16685
|
+
Signature.options = options158;
|
|
16460
16686
|
Signature.className = SIGNATURE_CLASSNAME;
|
|
16461
|
-
Signature.defaultProps =
|
|
16687
|
+
Signature.defaultProps = defaultProps162;
|
|
16462
16688
|
|
|
16463
16689
|
// src/editor/editor.spec.tsx
|
|
16464
|
-
import { jsx as
|
|
16690
|
+
import { jsx as jsx485 } from "react/jsx-runtime";
|
|
16465
16691
|
var EDITOR_CLASSNAME = `k-editor`;
|
|
16466
|
-
var
|
|
16692
|
+
var states173 = [
|
|
16467
16693
|
States.readonly,
|
|
16468
16694
|
States.disabled
|
|
16469
16695
|
];
|
|
16470
|
-
var
|
|
16471
|
-
var
|
|
16696
|
+
var options159 = {};
|
|
16697
|
+
var defaultProps163 = {};
|
|
16472
16698
|
var Editor = (props) => {
|
|
16473
16699
|
const {
|
|
16474
16700
|
readonly,
|
|
16475
16701
|
disabled,
|
|
16476
16702
|
...other
|
|
16477
16703
|
} = props;
|
|
16478
|
-
return /* @__PURE__ */
|
|
16704
|
+
return /* @__PURE__ */ jsx485(
|
|
16479
16705
|
"div",
|
|
16480
16706
|
{
|
|
16481
16707
|
...other,
|
|
@@ -16491,711 +16717,711 @@ var Editor = (props) => {
|
|
|
16491
16717
|
}
|
|
16492
16718
|
);
|
|
16493
16719
|
};
|
|
16494
|
-
Editor.states =
|
|
16495
|
-
Editor.options =
|
|
16720
|
+
Editor.states = states173;
|
|
16721
|
+
Editor.options = options159;
|
|
16496
16722
|
Editor.className = EDITOR_CLASSNAME;
|
|
16497
|
-
Editor.defaultProps =
|
|
16723
|
+
Editor.defaultProps = defaultProps163;
|
|
16498
16724
|
|
|
16499
16725
|
// src/editor/editor-toolbar.tsx
|
|
16500
|
-
import { jsx as
|
|
16726
|
+
import { jsx as jsx486 } from "react/jsx-runtime";
|
|
16501
16727
|
|
|
16502
16728
|
// src/editor/editor-content.tsx
|
|
16503
|
-
import { jsx as
|
|
16504
|
-
var
|
|
16729
|
+
import { jsx as jsx487 } from "react/jsx-runtime";
|
|
16730
|
+
var states174 = [
|
|
16505
16731
|
States.focus
|
|
16506
16732
|
];
|
|
16507
16733
|
|
|
16508
16734
|
// src/editor/templates/editor-normal.tsx
|
|
16509
|
-
import { Fragment as
|
|
16735
|
+
import { Fragment as Fragment141, jsx as jsx488, jsxs as jsxs213 } from "react/jsx-runtime";
|
|
16510
16736
|
|
|
16511
16737
|
// src/utils/templates/background/background-clip/border-clip.tsx
|
|
16512
|
-
import { jsx as
|
|
16738
|
+
import { jsx as jsx489 } from "react/jsx-runtime";
|
|
16513
16739
|
|
|
16514
16740
|
// src/utils/templates/background/background-clip/content-clip.tsx
|
|
16515
|
-
import { jsx as
|
|
16741
|
+
import { jsx as jsx490 } from "react/jsx-runtime";
|
|
16516
16742
|
|
|
16517
16743
|
// src/utils/templates/background/background-clip/padding-clip.tsx
|
|
16518
|
-
import { jsx as
|
|
16744
|
+
import { jsx as jsx491 } from "react/jsx-runtime";
|
|
16519
16745
|
|
|
16520
16746
|
// src/utils/templates/background/background-clip/text-clip.tsx
|
|
16521
|
-
import { jsx as
|
|
16747
|
+
import { jsx as jsx492 } from "react/jsx-runtime";
|
|
16522
16748
|
|
|
16523
16749
|
// src/utils/templates/background/background-color/color.tsx
|
|
16524
|
-
import { jsx as
|
|
16750
|
+
import { jsx as jsx493, jsxs as jsxs214 } from "react/jsx-runtime";
|
|
16525
16751
|
|
|
16526
16752
|
// src/utils/templates/borders/border-color/all-sides.tsx
|
|
16527
|
-
import { jsx as
|
|
16753
|
+
import { jsx as jsx494, jsxs as jsxs215 } from "react/jsx-runtime";
|
|
16528
16754
|
|
|
16529
16755
|
// src/utils/templates/borders/border-color/individual.tsx
|
|
16530
|
-
import { jsx as
|
|
16756
|
+
import { jsx as jsx495, jsxs as jsxs216 } from "react/jsx-runtime";
|
|
16531
16757
|
|
|
16532
16758
|
// src/utils/templates/borders/border-color/left-right.tsx
|
|
16533
|
-
import { jsx as
|
|
16759
|
+
import { jsx as jsx496, jsxs as jsxs217 } from "react/jsx-runtime";
|
|
16534
16760
|
|
|
16535
16761
|
// src/utils/templates/borders/border-color/top-bottom.tsx
|
|
16536
|
-
import { jsx as
|
|
16762
|
+
import { jsx as jsx497, jsxs as jsxs218 } from "react/jsx-runtime";
|
|
16537
16763
|
|
|
16538
16764
|
// src/utils/templates/borders/border-radius/corners.tsx
|
|
16539
|
-
import { jsx as
|
|
16765
|
+
import { jsx as jsx498, jsxs as jsxs219 } from "react/jsx-runtime";
|
|
16540
16766
|
|
|
16541
16767
|
// src/utils/templates/borders/border-radius/no-rounding.tsx
|
|
16542
|
-
import { jsx as
|
|
16768
|
+
import { jsx as jsx499, jsxs as jsxs220 } from "react/jsx-runtime";
|
|
16543
16769
|
|
|
16544
16770
|
// src/utils/templates/borders/border-radius/rounding.tsx
|
|
16545
|
-
import { jsx as
|
|
16771
|
+
import { jsx as jsx500, jsxs as jsxs221 } from "react/jsx-runtime";
|
|
16546
16772
|
|
|
16547
16773
|
// src/utils/templates/borders/border-radius/sides.tsx
|
|
16548
|
-
import { jsx as
|
|
16774
|
+
import { jsx as jsx501, jsxs as jsxs222 } from "react/jsx-runtime";
|
|
16549
16775
|
|
|
16550
16776
|
// src/utils/templates/borders/border-style/all-sides.tsx
|
|
16551
|
-
import { jsx as
|
|
16777
|
+
import { jsx as jsx502, jsxs as jsxs223 } from "react/jsx-runtime";
|
|
16552
16778
|
|
|
16553
16779
|
// src/utils/templates/borders/border-style/individual.tsx
|
|
16554
|
-
import { jsx as
|
|
16780
|
+
import { jsx as jsx503, jsxs as jsxs224 } from "react/jsx-runtime";
|
|
16555
16781
|
|
|
16556
16782
|
// src/utils/templates/borders/border-style/left-right.tsx
|
|
16557
|
-
import { jsx as
|
|
16783
|
+
import { jsx as jsx504, jsxs as jsxs225 } from "react/jsx-runtime";
|
|
16558
16784
|
|
|
16559
16785
|
// src/utils/templates/borders/border-style/no-style.tsx
|
|
16560
|
-
import { jsx as
|
|
16786
|
+
import { jsx as jsx505 } from "react/jsx-runtime";
|
|
16561
16787
|
|
|
16562
16788
|
// src/utils/templates/borders/border-style/top-bottom.tsx
|
|
16563
|
-
import { jsx as
|
|
16789
|
+
import { jsx as jsx506, jsxs as jsxs226 } from "react/jsx-runtime";
|
|
16564
16790
|
|
|
16565
16791
|
// src/utils/templates/borders/border-width/all-sides.tsx
|
|
16566
|
-
import { jsx as
|
|
16792
|
+
import { jsx as jsx507, jsxs as jsxs227 } from "react/jsx-runtime";
|
|
16567
16793
|
|
|
16568
16794
|
// src/utils/templates/borders/border-width/individual.tsx
|
|
16569
|
-
import { jsx as
|
|
16795
|
+
import { jsx as jsx508, jsxs as jsxs228 } from "react/jsx-runtime";
|
|
16570
16796
|
|
|
16571
16797
|
// src/utils/templates/borders/border-width/left-right.tsx
|
|
16572
|
-
import { jsx as
|
|
16798
|
+
import { jsx as jsx509, jsxs as jsxs229 } from "react/jsx-runtime";
|
|
16573
16799
|
|
|
16574
16800
|
// src/utils/templates/borders/border-width/top-bottom.tsx
|
|
16575
|
-
import { jsx as
|
|
16801
|
+
import { jsx as jsx510, jsxs as jsxs230 } from "react/jsx-runtime";
|
|
16576
16802
|
|
|
16577
16803
|
// src/utils/templates/borders/outline-color/all-sides.tsx
|
|
16578
|
-
import { jsx as
|
|
16804
|
+
import { jsx as jsx511 } from "react/jsx-runtime";
|
|
16579
16805
|
|
|
16580
16806
|
// src/utils/templates/borders/outline-offset/all-sides.tsx
|
|
16581
|
-
import { jsx as
|
|
16807
|
+
import { jsx as jsx512, jsxs as jsxs231 } from "react/jsx-runtime";
|
|
16582
16808
|
|
|
16583
16809
|
// src/utils/templates/borders/outline-offset/no-offset.tsx
|
|
16584
|
-
import { jsx as
|
|
16810
|
+
import { jsx as jsx513 } from "react/jsx-runtime";
|
|
16585
16811
|
|
|
16586
16812
|
// src/utils/templates/borders/outline-style/all-sides.tsx
|
|
16587
|
-
import { jsx as
|
|
16813
|
+
import { jsx as jsx514, jsxs as jsxs232 } from "react/jsx-runtime";
|
|
16588
16814
|
|
|
16589
16815
|
// src/utils/templates/borders/outline-style/no-style.tsx
|
|
16590
|
-
import { jsx as
|
|
16816
|
+
import { jsx as jsx515 } from "react/jsx-runtime";
|
|
16591
16817
|
|
|
16592
16818
|
// src/utils/templates/borders/outline-width/all-sides.tsx
|
|
16593
|
-
import { jsx as
|
|
16819
|
+
import { jsx as jsx516, jsxs as jsxs233 } from "react/jsx-runtime";
|
|
16594
16820
|
|
|
16595
16821
|
// src/utils/templates/borders/outline-width/no-width.tsx
|
|
16596
|
-
import { jsx as
|
|
16822
|
+
import { jsx as jsx517 } from "react/jsx-runtime";
|
|
16597
16823
|
|
|
16598
16824
|
// src/utils/templates/effects/opacity/applying.tsx
|
|
16599
|
-
import { jsx as
|
|
16825
|
+
import { jsx as jsx518, jsxs as jsxs234 } from "react/jsx-runtime";
|
|
16600
16826
|
|
|
16601
16827
|
// src/utils/templates/filters/backdrop-blur/applying.tsx
|
|
16602
|
-
import { Fragment as
|
|
16828
|
+
import { Fragment as Fragment142, jsx as jsx519, jsxs as jsxs235 } from "react/jsx-runtime";
|
|
16603
16829
|
|
|
16604
16830
|
// src/utils/templates/flex-grid/align-content/around.tsx
|
|
16605
|
-
import { jsx as
|
|
16831
|
+
import { jsx as jsx520, jsxs as jsxs236 } from "react/jsx-runtime";
|
|
16606
16832
|
|
|
16607
16833
|
// src/utils/templates/flex-grid/align-content/between.tsx
|
|
16608
|
-
import { jsx as
|
|
16834
|
+
import { jsx as jsx521, jsxs as jsxs237 } from "react/jsx-runtime";
|
|
16609
16835
|
|
|
16610
16836
|
// src/utils/templates/flex-grid/align-content/center.tsx
|
|
16611
|
-
import { jsx as
|
|
16837
|
+
import { jsx as jsx522, jsxs as jsxs238 } from "react/jsx-runtime";
|
|
16612
16838
|
|
|
16613
16839
|
// src/utils/templates/flex-grid/align-content/end.tsx
|
|
16614
|
-
import { jsx as
|
|
16840
|
+
import { jsx as jsx523, jsxs as jsxs239 } from "react/jsx-runtime";
|
|
16615
16841
|
|
|
16616
16842
|
// src/utils/templates/flex-grid/align-content/evenly.tsx
|
|
16617
|
-
import { jsx as
|
|
16843
|
+
import { jsx as jsx524, jsxs as jsxs240 } from "react/jsx-runtime";
|
|
16618
16844
|
|
|
16619
16845
|
// src/utils/templates/flex-grid/align-content/normal.tsx
|
|
16620
|
-
import { jsx as
|
|
16846
|
+
import { jsx as jsx525, jsxs as jsxs241 } from "react/jsx-runtime";
|
|
16621
16847
|
|
|
16622
16848
|
// src/utils/templates/flex-grid/align-content/start.tsx
|
|
16623
|
-
import { jsx as
|
|
16849
|
+
import { jsx as jsx526, jsxs as jsxs242 } from "react/jsx-runtime";
|
|
16624
16850
|
|
|
16625
16851
|
// src/utils/templates/flex-grid/align-content/stretch.tsx
|
|
16626
|
-
import { jsx as
|
|
16852
|
+
import { jsx as jsx527, jsxs as jsxs243 } from "react/jsx-runtime";
|
|
16627
16853
|
|
|
16628
16854
|
// src/utils/templates/flex-grid/align-items/baseline.tsx
|
|
16629
|
-
import { jsx as
|
|
16855
|
+
import { jsx as jsx528, jsxs as jsxs244 } from "react/jsx-runtime";
|
|
16630
16856
|
|
|
16631
16857
|
// src/utils/templates/flex-grid/align-items/center.tsx
|
|
16632
|
-
import { jsx as
|
|
16858
|
+
import { jsx as jsx529, jsxs as jsxs245 } from "react/jsx-runtime";
|
|
16633
16859
|
|
|
16634
16860
|
// src/utils/templates/flex-grid/align-items/end.tsx
|
|
16635
|
-
import { jsx as
|
|
16861
|
+
import { jsx as jsx530, jsxs as jsxs246 } from "react/jsx-runtime";
|
|
16636
16862
|
|
|
16637
16863
|
// src/utils/templates/flex-grid/align-items/start.tsx
|
|
16638
|
-
import { jsx as
|
|
16864
|
+
import { jsx as jsx531, jsxs as jsxs247 } from "react/jsx-runtime";
|
|
16639
16865
|
|
|
16640
16866
|
// src/utils/templates/flex-grid/align-items/stretch.tsx
|
|
16641
|
-
import { jsx as
|
|
16867
|
+
import { jsx as jsx532, jsxs as jsxs248 } from "react/jsx-runtime";
|
|
16642
16868
|
|
|
16643
16869
|
// src/utils/templates/flex-grid/align-self/baseline.tsx
|
|
16644
|
-
import { jsx as
|
|
16870
|
+
import { jsx as jsx533, jsxs as jsxs249 } from "react/jsx-runtime";
|
|
16645
16871
|
|
|
16646
16872
|
// src/utils/templates/flex-grid/align-self/center.tsx
|
|
16647
|
-
import { jsx as
|
|
16873
|
+
import { jsx as jsx534, jsxs as jsxs250 } from "react/jsx-runtime";
|
|
16648
16874
|
|
|
16649
16875
|
// src/utils/templates/flex-grid/align-self/end.tsx
|
|
16650
|
-
import { jsx as
|
|
16876
|
+
import { jsx as jsx535, jsxs as jsxs251 } from "react/jsx-runtime";
|
|
16651
16877
|
|
|
16652
16878
|
// src/utils/templates/flex-grid/align-self/start.tsx
|
|
16653
|
-
import { jsx as
|
|
16879
|
+
import { jsx as jsx536, jsxs as jsxs252 } from "react/jsx-runtime";
|
|
16654
16880
|
|
|
16655
16881
|
// src/utils/templates/flex-grid/align-self/stretch.tsx
|
|
16656
|
-
import { jsx as
|
|
16882
|
+
import { jsx as jsx537, jsxs as jsxs253 } from "react/jsx-runtime";
|
|
16657
16883
|
|
|
16658
16884
|
// src/utils/templates/flex-grid/flex/auto.tsx
|
|
16659
|
-
import { jsx as
|
|
16885
|
+
import { jsx as jsx538, jsxs as jsxs254 } from "react/jsx-runtime";
|
|
16660
16886
|
|
|
16661
16887
|
// src/utils/templates/flex-grid/flex/flex-1.tsx
|
|
16662
|
-
import { jsx as
|
|
16888
|
+
import { jsx as jsx539, jsxs as jsxs255 } from "react/jsx-runtime";
|
|
16663
16889
|
|
|
16664
16890
|
// src/utils/templates/flex-grid/flex/initial.tsx
|
|
16665
|
-
import { jsx as
|
|
16891
|
+
import { jsx as jsx540, jsxs as jsxs256 } from "react/jsx-runtime";
|
|
16666
16892
|
|
|
16667
16893
|
// src/utils/templates/flex-grid/flex/none.tsx
|
|
16668
|
-
import { jsx as
|
|
16894
|
+
import { jsx as jsx541, jsxs as jsxs257 } from "react/jsx-runtime";
|
|
16669
16895
|
|
|
16670
16896
|
// src/utils/templates/flex-grid/flex-basis/auto.tsx
|
|
16671
|
-
import { jsx as
|
|
16897
|
+
import { jsx as jsx542, jsxs as jsxs258 } from "react/jsx-runtime";
|
|
16672
16898
|
|
|
16673
16899
|
// src/utils/templates/flex-grid/flex-basis/size.tsx
|
|
16674
|
-
import { jsx as
|
|
16900
|
+
import { jsx as jsx543, jsxs as jsxs259 } from "react/jsx-runtime";
|
|
16675
16901
|
|
|
16676
16902
|
// src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
|
|
16677
|
-
import { jsx as
|
|
16903
|
+
import { jsx as jsx544, jsxs as jsxs260 } from "react/jsx-runtime";
|
|
16678
16904
|
|
|
16679
16905
|
// src/utils/templates/flex-grid/flex-direction/column.tsx
|
|
16680
|
-
import { jsx as
|
|
16906
|
+
import { jsx as jsx545, jsxs as jsxs261 } from "react/jsx-runtime";
|
|
16681
16907
|
|
|
16682
16908
|
// src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
|
|
16683
|
-
import { jsx as
|
|
16909
|
+
import { jsx as jsx546, jsxs as jsxs262 } from "react/jsx-runtime";
|
|
16684
16910
|
|
|
16685
16911
|
// src/utils/templates/flex-grid/flex-direction/row.tsx
|
|
16686
|
-
import { jsx as
|
|
16912
|
+
import { jsx as jsx547, jsxs as jsxs263 } from "react/jsx-runtime";
|
|
16687
16913
|
|
|
16688
16914
|
// src/utils/templates/flex-grid/flex-grow/grow-0.tsx
|
|
16689
|
-
import { jsx as
|
|
16915
|
+
import { jsx as jsx548, jsxs as jsxs264 } from "react/jsx-runtime";
|
|
16690
16916
|
|
|
16691
16917
|
// src/utils/templates/flex-grid/flex-grow/grow-1.tsx
|
|
16692
|
-
import { jsx as
|
|
16918
|
+
import { jsx as jsx549, jsxs as jsxs265 } from "react/jsx-runtime";
|
|
16693
16919
|
|
|
16694
16920
|
// src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
|
|
16695
|
-
import { jsx as
|
|
16921
|
+
import { jsx as jsx550, jsxs as jsxs266 } from "react/jsx-runtime";
|
|
16696
16922
|
|
|
16697
16923
|
// src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
|
|
16698
|
-
import { jsx as
|
|
16924
|
+
import { jsx as jsx551, jsxs as jsxs267 } from "react/jsx-runtime";
|
|
16699
16925
|
|
|
16700
16926
|
// src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
|
|
16701
|
-
import { jsx as
|
|
16927
|
+
import { jsx as jsx552, jsxs as jsxs268 } from "react/jsx-runtime";
|
|
16702
16928
|
|
|
16703
16929
|
// src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
|
|
16704
|
-
import { jsx as
|
|
16930
|
+
import { jsx as jsx553, jsxs as jsxs269 } from "react/jsx-runtime";
|
|
16705
16931
|
|
|
16706
16932
|
// src/utils/templates/flex-grid/flex-wrap/wrap.tsx
|
|
16707
|
-
import { jsx as
|
|
16933
|
+
import { jsx as jsx554, jsxs as jsxs270 } from "react/jsx-runtime";
|
|
16708
16934
|
|
|
16709
16935
|
// src/utils/templates/flex-grid/gap/size-x-y.tsx
|
|
16710
|
-
import { jsx as
|
|
16936
|
+
import { jsx as jsx555, jsxs as jsxs271 } from "react/jsx-runtime";
|
|
16711
16937
|
|
|
16712
16938
|
// src/utils/templates/flex-grid/gap/size.tsx
|
|
16713
|
-
import { jsx as
|
|
16939
|
+
import { jsx as jsx556, jsxs as jsxs272 } from "react/jsx-runtime";
|
|
16714
16940
|
|
|
16715
16941
|
// src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
|
|
16716
|
-
import { jsx as
|
|
16942
|
+
import { jsx as jsx557, jsxs as jsxs273 } from "react/jsx-runtime";
|
|
16717
16943
|
|
|
16718
16944
|
// src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
|
|
16719
|
-
import { jsx as
|
|
16945
|
+
import { jsx as jsx558, jsxs as jsxs274 } from "react/jsx-runtime";
|
|
16720
16946
|
|
|
16721
16947
|
// src/utils/templates/flex-grid/grid-auto-cols/max.tsx
|
|
16722
|
-
import { jsx as
|
|
16948
|
+
import { jsx as jsx559, jsxs as jsxs275 } from "react/jsx-runtime";
|
|
16723
16949
|
|
|
16724
16950
|
// src/utils/templates/flex-grid/grid-auto-cols/min.tsx
|
|
16725
|
-
import { jsx as
|
|
16951
|
+
import { jsx as jsx560, jsxs as jsxs276 } from "react/jsx-runtime";
|
|
16726
16952
|
|
|
16727
16953
|
// src/utils/templates/flex-grid/grid-auto-flow/column.tsx
|
|
16728
|
-
import { jsx as
|
|
16954
|
+
import { jsx as jsx561, jsxs as jsxs277 } from "react/jsx-runtime";
|
|
16729
16955
|
|
|
16730
16956
|
// src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
|
|
16731
|
-
import { jsx as
|
|
16957
|
+
import { jsx as jsx562, jsxs as jsxs278 } from "react/jsx-runtime";
|
|
16732
16958
|
|
|
16733
16959
|
// src/utils/templates/flex-grid/grid-auto-flow/row.tsx
|
|
16734
|
-
import { jsx as
|
|
16960
|
+
import { jsx as jsx563, jsxs as jsxs279 } from "react/jsx-runtime";
|
|
16735
16961
|
|
|
16736
16962
|
// src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
|
|
16737
|
-
import { jsx as
|
|
16963
|
+
import { jsx as jsx564, jsxs as jsxs280 } from "react/jsx-runtime";
|
|
16738
16964
|
|
|
16739
16965
|
// src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
|
|
16740
|
-
import { jsx as
|
|
16966
|
+
import { jsx as jsx565, jsxs as jsxs281 } from "react/jsx-runtime";
|
|
16741
16967
|
|
|
16742
16968
|
// src/utils/templates/flex-grid/grid-auto-rows/min.tsx
|
|
16743
|
-
import { jsx as
|
|
16969
|
+
import { jsx as jsx566, jsxs as jsxs282 } from "react/jsx-runtime";
|
|
16744
16970
|
|
|
16745
16971
|
// src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
|
|
16746
|
-
import { jsx as
|
|
16972
|
+
import { jsx as jsx567, jsxs as jsxs283 } from "react/jsx-runtime";
|
|
16747
16973
|
|
|
16748
16974
|
// src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
|
|
16749
|
-
import { jsx as
|
|
16975
|
+
import { jsx as jsx568, jsxs as jsxs284 } from "react/jsx-runtime";
|
|
16750
16976
|
|
|
16751
16977
|
// src/utils/templates/flex-grid/grid-template-cols/integer.tsx
|
|
16752
|
-
import { jsx as
|
|
16978
|
+
import { jsx as jsx569, jsxs as jsxs285 } from "react/jsx-runtime";
|
|
16753
16979
|
|
|
16754
16980
|
// src/utils/templates/flex-grid/grid-template-rows/integer.tsx
|
|
16755
|
-
import { jsx as
|
|
16981
|
+
import { jsx as jsx570, jsxs as jsxs286 } from "react/jsx-runtime";
|
|
16756
16982
|
|
|
16757
16983
|
// src/utils/templates/flex-grid/justify-content/around.tsx
|
|
16758
|
-
import { jsx as
|
|
16984
|
+
import { jsx as jsx571, jsxs as jsxs287 } from "react/jsx-runtime";
|
|
16759
16985
|
|
|
16760
16986
|
// src/utils/templates/flex-grid/justify-content/between.tsx
|
|
16761
|
-
import { jsx as
|
|
16987
|
+
import { jsx as jsx572, jsxs as jsxs288 } from "react/jsx-runtime";
|
|
16762
16988
|
|
|
16763
16989
|
// src/utils/templates/flex-grid/justify-content/center.tsx
|
|
16764
|
-
import { jsx as
|
|
16990
|
+
import { jsx as jsx573, jsxs as jsxs289 } from "react/jsx-runtime";
|
|
16765
16991
|
|
|
16766
16992
|
// src/utils/templates/flex-grid/justify-content/end.tsx
|
|
16767
|
-
import { jsx as
|
|
16993
|
+
import { jsx as jsx574, jsxs as jsxs290 } from "react/jsx-runtime";
|
|
16768
16994
|
|
|
16769
16995
|
// src/utils/templates/flex-grid/justify-content/evenly.tsx
|
|
16770
|
-
import { jsx as
|
|
16996
|
+
import { jsx as jsx575, jsxs as jsxs291 } from "react/jsx-runtime";
|
|
16771
16997
|
|
|
16772
16998
|
// src/utils/templates/flex-grid/justify-content/normal.tsx
|
|
16773
|
-
import { jsx as
|
|
16999
|
+
import { jsx as jsx576, jsxs as jsxs292 } from "react/jsx-runtime";
|
|
16774
17000
|
|
|
16775
17001
|
// src/utils/templates/flex-grid/justify-content/start.tsx
|
|
16776
|
-
import { jsx as
|
|
17002
|
+
import { jsx as jsx577, jsxs as jsxs293 } from "react/jsx-runtime";
|
|
16777
17003
|
|
|
16778
17004
|
// src/utils/templates/flex-grid/justify-content/stretch.tsx
|
|
16779
|
-
import { jsx as
|
|
17005
|
+
import { jsx as jsx578, jsxs as jsxs294 } from "react/jsx-runtime";
|
|
16780
17006
|
|
|
16781
17007
|
// src/utils/templates/flex-grid/justify-items/center.tsx
|
|
16782
|
-
import { jsx as
|
|
17008
|
+
import { jsx as jsx579, jsxs as jsxs295 } from "react/jsx-runtime";
|
|
16783
17009
|
|
|
16784
17010
|
// src/utils/templates/flex-grid/justify-items/end.tsx
|
|
16785
|
-
import { jsx as
|
|
17011
|
+
import { jsx as jsx580, jsxs as jsxs296 } from "react/jsx-runtime";
|
|
16786
17012
|
|
|
16787
17013
|
// src/utils/templates/flex-grid/justify-items/start.tsx
|
|
16788
|
-
import { jsx as
|
|
17014
|
+
import { jsx as jsx581, jsxs as jsxs297 } from "react/jsx-runtime";
|
|
16789
17015
|
|
|
16790
17016
|
// src/utils/templates/flex-grid/justify-items/stretch.tsx
|
|
16791
|
-
import { jsx as
|
|
17017
|
+
import { jsx as jsx582, jsxs as jsxs298 } from "react/jsx-runtime";
|
|
16792
17018
|
|
|
16793
17019
|
// src/utils/templates/flex-grid/justify-self/center.tsx
|
|
16794
|
-
import { jsx as
|
|
17020
|
+
import { jsx as jsx583, jsxs as jsxs299 } from "react/jsx-runtime";
|
|
16795
17021
|
|
|
16796
17022
|
// src/utils/templates/flex-grid/justify-self/end.tsx
|
|
16797
|
-
import { jsx as
|
|
17023
|
+
import { jsx as jsx584, jsxs as jsxs300 } from "react/jsx-runtime";
|
|
16798
17024
|
|
|
16799
17025
|
// src/utils/templates/flex-grid/justify-self/start.tsx
|
|
16800
|
-
import { jsx as
|
|
17026
|
+
import { jsx as jsx585, jsxs as jsxs301 } from "react/jsx-runtime";
|
|
16801
17027
|
|
|
16802
17028
|
// src/utils/templates/flex-grid/justify-self/stretch.tsx
|
|
16803
|
-
import { jsx as
|
|
17029
|
+
import { jsx as jsx586, jsxs as jsxs302 } from "react/jsx-runtime";
|
|
16804
17030
|
|
|
16805
17031
|
// src/utils/templates/flex-grid/order/first.tsx
|
|
16806
|
-
import { jsx as
|
|
17032
|
+
import { jsx as jsx587, jsxs as jsxs303 } from "react/jsx-runtime";
|
|
16807
17033
|
|
|
16808
17034
|
// src/utils/templates/flex-grid/order/integer.tsx
|
|
16809
|
-
import { jsx as
|
|
17035
|
+
import { jsx as jsx588, jsxs as jsxs304 } from "react/jsx-runtime";
|
|
16810
17036
|
|
|
16811
17037
|
// src/utils/templates/flex-grid/order/last.tsx
|
|
16812
|
-
import { jsx as
|
|
17038
|
+
import { jsx as jsx589, jsxs as jsxs305 } from "react/jsx-runtime";
|
|
16813
17039
|
|
|
16814
17040
|
// src/utils/templates/flex-grid/place-content/around.tsx
|
|
16815
|
-
import { jsx as
|
|
17041
|
+
import { jsx as jsx590, jsxs as jsxs306 } from "react/jsx-runtime";
|
|
16816
17042
|
|
|
16817
17043
|
// src/utils/templates/flex-grid/place-content/between.tsx
|
|
16818
|
-
import { jsx as
|
|
17044
|
+
import { jsx as jsx591, jsxs as jsxs307 } from "react/jsx-runtime";
|
|
16819
17045
|
|
|
16820
17046
|
// src/utils/templates/flex-grid/place-content/center.tsx
|
|
16821
|
-
import { jsx as
|
|
17047
|
+
import { jsx as jsx592, jsxs as jsxs308 } from "react/jsx-runtime";
|
|
16822
17048
|
|
|
16823
17049
|
// src/utils/templates/flex-grid/place-content/end.tsx
|
|
16824
|
-
import { jsx as
|
|
17050
|
+
import { jsx as jsx593, jsxs as jsxs309 } from "react/jsx-runtime";
|
|
16825
17051
|
|
|
16826
17052
|
// src/utils/templates/flex-grid/place-content/evenly.tsx
|
|
16827
|
-
import { jsx as
|
|
17053
|
+
import { jsx as jsx594, jsxs as jsxs310 } from "react/jsx-runtime";
|
|
16828
17054
|
|
|
16829
17055
|
// src/utils/templates/flex-grid/place-content/normal.tsx
|
|
16830
|
-
import { jsx as
|
|
17056
|
+
import { jsx as jsx595, jsxs as jsxs311 } from "react/jsx-runtime";
|
|
16831
17057
|
|
|
16832
17058
|
// src/utils/templates/flex-grid/place-content/start.tsx
|
|
16833
|
-
import { jsx as
|
|
17059
|
+
import { jsx as jsx596, jsxs as jsxs312 } from "react/jsx-runtime";
|
|
16834
17060
|
|
|
16835
17061
|
// src/utils/templates/flex-grid/place-content/stretch.tsx
|
|
16836
|
-
import { jsx as
|
|
17062
|
+
import { jsx as jsx597, jsxs as jsxs313 } from "react/jsx-runtime";
|
|
16837
17063
|
|
|
16838
17064
|
// src/utils/templates/flex-grid/place-items/center.tsx
|
|
16839
|
-
import { jsx as
|
|
17065
|
+
import { jsx as jsx598, jsxs as jsxs314 } from "react/jsx-runtime";
|
|
16840
17066
|
|
|
16841
17067
|
// src/utils/templates/flex-grid/place-items/end.tsx
|
|
16842
|
-
import { jsx as
|
|
17068
|
+
import { jsx as jsx599, jsxs as jsxs315 } from "react/jsx-runtime";
|
|
16843
17069
|
|
|
16844
17070
|
// src/utils/templates/flex-grid/place-items/start.tsx
|
|
16845
|
-
import { jsx as
|
|
17071
|
+
import { jsx as jsx600, jsxs as jsxs316 } from "react/jsx-runtime";
|
|
16846
17072
|
|
|
16847
17073
|
// src/utils/templates/flex-grid/place-items/stretch.tsx
|
|
16848
|
-
import { jsx as
|
|
17074
|
+
import { jsx as jsx601, jsxs as jsxs317 } from "react/jsx-runtime";
|
|
16849
17075
|
|
|
16850
17076
|
// src/utils/templates/flex-grid/place-self/center.tsx
|
|
16851
|
-
import { jsx as
|
|
17077
|
+
import { jsx as jsx602, jsxs as jsxs318 } from "react/jsx-runtime";
|
|
16852
17078
|
|
|
16853
17079
|
// src/utils/templates/flex-grid/place-self/end.tsx
|
|
16854
|
-
import { jsx as
|
|
17080
|
+
import { jsx as jsx603, jsxs as jsxs319 } from "react/jsx-runtime";
|
|
16855
17081
|
|
|
16856
17082
|
// src/utils/templates/flex-grid/place-self/start.tsx
|
|
16857
|
-
import { jsx as
|
|
17083
|
+
import { jsx as jsx604, jsxs as jsxs320 } from "react/jsx-runtime";
|
|
16858
17084
|
|
|
16859
17085
|
// src/utils/templates/flex-grid/place-self/stretch.tsx
|
|
16860
|
-
import { jsx as
|
|
17086
|
+
import { jsx as jsx605, jsxs as jsxs321 } from "react/jsx-runtime";
|
|
16861
17087
|
|
|
16862
17088
|
// src/utils/templates/interactivity/appearance/applying.tsx
|
|
16863
|
-
import { jsx as
|
|
17089
|
+
import { jsx as jsx606, jsxs as jsxs322 } from "react/jsx-runtime";
|
|
16864
17090
|
|
|
16865
17091
|
// src/utils/templates/interactivity/appearance/none.tsx
|
|
16866
|
-
import { jsx as
|
|
17092
|
+
import { jsx as jsx607, jsxs as jsxs323 } from "react/jsx-runtime";
|
|
16867
17093
|
|
|
16868
17094
|
// src/utils/templates/interactivity/cursor/applying.tsx
|
|
16869
|
-
import { jsx as
|
|
17095
|
+
import { jsx as jsx608, jsxs as jsxs324 } from "react/jsx-runtime";
|
|
16870
17096
|
|
|
16871
17097
|
// src/utils/templates/interactivity/pointer-events/applying.tsx
|
|
16872
|
-
import { jsx as
|
|
17098
|
+
import { jsx as jsx609, jsxs as jsxs325 } from "react/jsx-runtime";
|
|
16873
17099
|
|
|
16874
17100
|
// src/utils/templates/interactivity/resize/all-directions.tsx
|
|
16875
|
-
import { jsx as
|
|
17101
|
+
import { jsx as jsx610 } from "react/jsx-runtime";
|
|
16876
17102
|
|
|
16877
17103
|
// src/utils/templates/interactivity/resize/horizontal.tsx
|
|
16878
|
-
import { jsx as
|
|
17104
|
+
import { jsx as jsx611 } from "react/jsx-runtime";
|
|
16879
17105
|
|
|
16880
17106
|
// src/utils/templates/interactivity/resize/no-resizing.tsx
|
|
16881
|
-
import { jsx as
|
|
17107
|
+
import { jsx as jsx612 } from "react/jsx-runtime";
|
|
16882
17108
|
|
|
16883
17109
|
// src/utils/templates/interactivity/resize/vertical.tsx
|
|
16884
|
-
import { jsx as
|
|
17110
|
+
import { jsx as jsx613 } from "react/jsx-runtime";
|
|
16885
17111
|
|
|
16886
17112
|
// src/utils/templates/interactivity/touch-action/auto.tsx
|
|
16887
|
-
import { jsx as
|
|
17113
|
+
import { jsx as jsx614 } from "react/jsx-runtime";
|
|
16888
17114
|
|
|
16889
17115
|
// src/utils/templates/interactivity/touch-action/horizontal.tsx
|
|
16890
|
-
import { jsx as
|
|
17116
|
+
import { jsx as jsx615 } from "react/jsx-runtime";
|
|
16891
17117
|
|
|
16892
17118
|
// src/utils/templates/interactivity/touch-action/none.tsx
|
|
16893
|
-
import { jsx as
|
|
17119
|
+
import { jsx as jsx616 } from "react/jsx-runtime";
|
|
16894
17120
|
|
|
16895
17121
|
// src/utils/templates/interactivity/touch-action/vertical.tsx
|
|
16896
|
-
import { jsx as
|
|
17122
|
+
import { jsx as jsx617 } from "react/jsx-runtime";
|
|
16897
17123
|
|
|
16898
17124
|
// src/utils/templates/interactivity/user-select/all.tsx
|
|
16899
|
-
import { jsx as
|
|
17125
|
+
import { jsx as jsx618 } from "react/jsx-runtime";
|
|
16900
17126
|
|
|
16901
17127
|
// src/utils/templates/interactivity/user-select/none.tsx
|
|
16902
|
-
import { jsx as
|
|
17128
|
+
import { jsx as jsx619 } from "react/jsx-runtime";
|
|
16903
17129
|
|
|
16904
17130
|
// src/utils/templates/interactivity/user-select/text.tsx
|
|
16905
|
-
import { jsx as
|
|
17131
|
+
import { jsx as jsx620 } from "react/jsx-runtime";
|
|
16906
17132
|
|
|
16907
17133
|
// src/utils/templates/layout/aspect-ratio/auto.tsx
|
|
16908
|
-
import { jsx as
|
|
17134
|
+
import { jsx as jsx621 } from "react/jsx-runtime";
|
|
16909
17135
|
|
|
16910
17136
|
// src/utils/templates/layout/aspect-ratio/one.tsx
|
|
16911
|
-
import { jsx as
|
|
17137
|
+
import { jsx as jsx622 } from "react/jsx-runtime";
|
|
16912
17138
|
|
|
16913
17139
|
// src/utils/templates/layout/aspect-ratio/sqaure.tsx
|
|
16914
|
-
import { jsx as
|
|
17140
|
+
import { jsx as jsx623 } from "react/jsx-runtime";
|
|
16915
17141
|
|
|
16916
17142
|
// src/utils/templates/layout/aspect-ratio/video.tsx
|
|
16917
|
-
import { jsx as
|
|
17143
|
+
import { jsx as jsx624 } from "react/jsx-runtime";
|
|
16918
17144
|
|
|
16919
17145
|
// src/utils/templates/layout/box-sizing/border.tsx
|
|
16920
|
-
import { jsx as
|
|
17146
|
+
import { jsx as jsx625 } from "react/jsx-runtime";
|
|
16921
17147
|
|
|
16922
17148
|
// src/utils/templates/layout/box-sizing/content.tsx
|
|
16923
|
-
import { jsx as
|
|
17149
|
+
import { jsx as jsx626 } from "react/jsx-runtime";
|
|
16924
17150
|
|
|
16925
17151
|
// src/utils/templates/layout/clear/both.tsx
|
|
16926
|
-
import { jsx as
|
|
17152
|
+
import { jsx as jsx627, jsxs as jsxs326 } from "react/jsx-runtime";
|
|
16927
17153
|
|
|
16928
17154
|
// src/utils/templates/layout/clear/left.tsx
|
|
16929
|
-
import { jsx as
|
|
17155
|
+
import { jsx as jsx628, jsxs as jsxs327 } from "react/jsx-runtime";
|
|
16930
17156
|
|
|
16931
17157
|
// src/utils/templates/layout/clear/no-clear.tsx
|
|
16932
|
-
import { jsx as
|
|
17158
|
+
import { jsx as jsx629, jsxs as jsxs328 } from "react/jsx-runtime";
|
|
16933
17159
|
|
|
16934
17160
|
// src/utils/templates/layout/clear/right.tsx
|
|
16935
|
-
import { jsx as
|
|
17161
|
+
import { jsx as jsx630, jsxs as jsxs329 } from "react/jsx-runtime";
|
|
16936
17162
|
|
|
16937
17163
|
// src/utils/templates/layout/columns/automatic.tsx
|
|
16938
|
-
import { jsx as
|
|
17164
|
+
import { jsx as jsx631, jsxs as jsxs330 } from "react/jsx-runtime";
|
|
16939
17165
|
|
|
16940
17166
|
// src/utils/templates/layout/columns/count.tsx
|
|
16941
|
-
import { jsx as
|
|
17167
|
+
import { jsx as jsx632, jsxs as jsxs331 } from "react/jsx-runtime";
|
|
16942
17168
|
|
|
16943
17169
|
// src/utils/templates/layout/display/block.tsx
|
|
16944
|
-
import { jsx as
|
|
17170
|
+
import { jsx as jsx633, jsxs as jsxs332 } from "react/jsx-runtime";
|
|
16945
17171
|
|
|
16946
17172
|
// src/utils/templates/layout/display/flex.tsx
|
|
16947
|
-
import { jsx as
|
|
17173
|
+
import { jsx as jsx634, jsxs as jsxs333 } from "react/jsx-runtime";
|
|
16948
17174
|
|
|
16949
17175
|
// src/utils/templates/layout/display/inline.tsx
|
|
16950
|
-
import { jsx as
|
|
17176
|
+
import { jsx as jsx635, jsxs as jsxs334 } from "react/jsx-runtime";
|
|
16951
17177
|
|
|
16952
17178
|
// src/utils/templates/layout/display/none.tsx
|
|
16953
|
-
import { Fragment as
|
|
17179
|
+
import { Fragment as Fragment143, jsx as jsx636, jsxs as jsxs335 } from "react/jsx-runtime";
|
|
16954
17180
|
|
|
16955
17181
|
// src/utils/templates/layout/float/left.tsx
|
|
16956
|
-
import { jsx as
|
|
17182
|
+
import { jsx as jsx637, jsxs as jsxs336 } from "react/jsx-runtime";
|
|
16957
17183
|
|
|
16958
17184
|
// src/utils/templates/layout/float/no-float.tsx
|
|
16959
|
-
import { jsx as
|
|
17185
|
+
import { jsx as jsx638, jsxs as jsxs337 } from "react/jsx-runtime";
|
|
16960
17186
|
|
|
16961
17187
|
// src/utils/templates/layout/float/right.tsx
|
|
16962
|
-
import { jsx as
|
|
17188
|
+
import { jsx as jsx639, jsxs as jsxs338 } from "react/jsx-runtime";
|
|
16963
17189
|
|
|
16964
17190
|
// src/utils/templates/layout/object-fit/contain.tsx
|
|
16965
|
-
import { jsx as
|
|
17191
|
+
import { jsx as jsx640 } from "react/jsx-runtime";
|
|
16966
17192
|
|
|
16967
17193
|
// src/utils/templates/layout/object-fit/cover.tsx
|
|
16968
|
-
import { jsx as
|
|
17194
|
+
import { jsx as jsx641 } from "react/jsx-runtime";
|
|
16969
17195
|
|
|
16970
17196
|
// src/utils/templates/layout/object-fit/fill.tsx
|
|
16971
|
-
import { jsx as
|
|
17197
|
+
import { jsx as jsx642 } from "react/jsx-runtime";
|
|
16972
17198
|
|
|
16973
17199
|
// src/utils/templates/layout/object-fit/scale-down.tsx
|
|
16974
|
-
import { jsx as
|
|
17200
|
+
import { jsx as jsx643 } from "react/jsx-runtime";
|
|
16975
17201
|
|
|
16976
17202
|
// src/utils/templates/layout/object-position/position.tsx
|
|
16977
|
-
import { jsx as
|
|
17203
|
+
import { jsx as jsx644, jsxs as jsxs339 } from "react/jsx-runtime";
|
|
16978
17204
|
|
|
16979
17205
|
// src/utils/templates/layout/overflow/hidden.tsx
|
|
16980
|
-
import { jsx as
|
|
17206
|
+
import { jsx as jsx645 } from "react/jsx-runtime";
|
|
16981
17207
|
|
|
16982
17208
|
// src/utils/templates/layout/overflow/horizontal.tsx
|
|
16983
|
-
import { jsx as
|
|
17209
|
+
import { jsx as jsx646 } from "react/jsx-runtime";
|
|
16984
17210
|
|
|
16985
17211
|
// src/utils/templates/layout/overflow/vertical.tsx
|
|
16986
|
-
import { jsx as
|
|
17212
|
+
import { jsx as jsx647 } from "react/jsx-runtime";
|
|
16987
17213
|
|
|
16988
17214
|
// src/utils/templates/layout/overflow/visible.tsx
|
|
16989
|
-
import { jsx as
|
|
17215
|
+
import { jsx as jsx648 } from "react/jsx-runtime";
|
|
16990
17216
|
|
|
16991
17217
|
// src/utils/templates/layout/placement/multiple.tsx
|
|
16992
|
-
import { jsx as
|
|
17218
|
+
import { jsx as jsx649, jsxs as jsxs340 } from "react/jsx-runtime";
|
|
16993
17219
|
|
|
16994
17220
|
// src/utils/templates/layout/placement/single.tsx
|
|
16995
|
-
import { jsx as
|
|
17221
|
+
import { jsx as jsx650, jsxs as jsxs341 } from "react/jsx-runtime";
|
|
16996
17222
|
|
|
16997
17223
|
// src/utils/templates/layout/position/applying.tsx
|
|
16998
|
-
import { jsx as
|
|
17224
|
+
import { jsx as jsx651, jsxs as jsxs342 } from "react/jsx-runtime";
|
|
16999
17225
|
|
|
17000
17226
|
// src/utils/templates/layout/visibility/invisible.tsx
|
|
17001
|
-
import { jsx as
|
|
17227
|
+
import { jsx as jsx652, jsxs as jsxs343 } from "react/jsx-runtime";
|
|
17002
17228
|
|
|
17003
17229
|
// src/utils/templates/layout/z-index/applying.tsx
|
|
17004
|
-
import { Fragment as
|
|
17230
|
+
import { Fragment as Fragment144, jsx as jsx653, jsxs as jsxs344 } from "react/jsx-runtime";
|
|
17005
17231
|
|
|
17006
17232
|
// src/utils/templates/sizing/height/fixed.tsx
|
|
17007
|
-
import { jsx as
|
|
17233
|
+
import { jsx as jsx654, jsxs as jsxs345 } from "react/jsx-runtime";
|
|
17008
17234
|
|
|
17009
17235
|
// src/utils/templates/sizing/height/full.tsx
|
|
17010
|
-
import { jsx as
|
|
17236
|
+
import { jsx as jsx655 } from "react/jsx-runtime";
|
|
17011
17237
|
|
|
17012
17238
|
// src/utils/templates/sizing/height/maximum.tsx
|
|
17013
|
-
import { jsx as
|
|
17239
|
+
import { jsx as jsx656 } from "react/jsx-runtime";
|
|
17014
17240
|
|
|
17015
17241
|
// src/utils/templates/sizing/height/minimum.tsx
|
|
17016
|
-
import { jsx as
|
|
17242
|
+
import { jsx as jsx657 } from "react/jsx-runtime";
|
|
17017
17243
|
|
|
17018
17244
|
// src/utils/templates/sizing/height/screen.tsx
|
|
17019
|
-
import { jsx as
|
|
17245
|
+
import { jsx as jsx658 } from "react/jsx-runtime";
|
|
17020
17246
|
|
|
17021
17247
|
// src/utils/templates/sizing/width/fixed.tsx
|
|
17022
|
-
import { jsx as
|
|
17248
|
+
import { jsx as jsx659, jsxs as jsxs346 } from "react/jsx-runtime";
|
|
17023
17249
|
|
|
17024
17250
|
// src/utils/templates/sizing/width/full.tsx
|
|
17025
|
-
import { jsx as
|
|
17251
|
+
import { jsx as jsx660 } from "react/jsx-runtime";
|
|
17026
17252
|
|
|
17027
17253
|
// src/utils/templates/sizing/width/maximum.tsx
|
|
17028
|
-
import { jsx as
|
|
17254
|
+
import { jsx as jsx661 } from "react/jsx-runtime";
|
|
17029
17255
|
|
|
17030
17256
|
// src/utils/templates/sizing/width/minimum.tsx
|
|
17031
|
-
import { jsx as
|
|
17257
|
+
import { jsx as jsx662 } from "react/jsx-runtime";
|
|
17032
17258
|
|
|
17033
17259
|
// src/utils/templates/sizing/width/screen.tsx
|
|
17034
|
-
import { jsx as
|
|
17260
|
+
import { jsx as jsx663 } from "react/jsx-runtime";
|
|
17035
17261
|
|
|
17036
17262
|
// src/utils/templates/spacing/margin/all.tsx
|
|
17037
|
-
import { jsx as
|
|
17263
|
+
import { jsx as jsx664 } from "react/jsx-runtime";
|
|
17038
17264
|
|
|
17039
17265
|
// src/utils/templates/spacing/margin/single.tsx
|
|
17040
|
-
import { Fragment as
|
|
17266
|
+
import { Fragment as Fragment145, jsx as jsx665, jsxs as jsxs347 } from "react/jsx-runtime";
|
|
17041
17267
|
|
|
17042
17268
|
// src/utils/templates/spacing/margin/x.tsx
|
|
17043
|
-
import { jsx as
|
|
17269
|
+
import { jsx as jsx666 } from "react/jsx-runtime";
|
|
17044
17270
|
|
|
17045
17271
|
// src/utils/templates/spacing/margin/y.tsx
|
|
17046
|
-
import { jsx as
|
|
17272
|
+
import { jsx as jsx667 } from "react/jsx-runtime";
|
|
17047
17273
|
|
|
17048
17274
|
// src/utils/templates/spacing/padding/all.tsx
|
|
17049
|
-
import { jsx as
|
|
17275
|
+
import { jsx as jsx668 } from "react/jsx-runtime";
|
|
17050
17276
|
|
|
17051
17277
|
// src/utils/templates/spacing/padding/single.tsx
|
|
17052
|
-
import { Fragment as
|
|
17278
|
+
import { Fragment as Fragment146, jsx as jsx669, jsxs as jsxs348 } from "react/jsx-runtime";
|
|
17053
17279
|
|
|
17054
17280
|
// src/utils/templates/spacing/padding/x.tsx
|
|
17055
|
-
import { jsx as
|
|
17281
|
+
import { jsx as jsx670 } from "react/jsx-runtime";
|
|
17056
17282
|
|
|
17057
17283
|
// src/utils/templates/spacing/padding/y.tsx
|
|
17058
|
-
import { jsx as
|
|
17284
|
+
import { jsx as jsx671 } from "react/jsx-runtime";
|
|
17059
17285
|
|
|
17060
17286
|
// src/utils/templates/svg/fill/color.tsx
|
|
17061
|
-
import { Fragment as
|
|
17287
|
+
import { Fragment as Fragment147, jsx as jsx672, jsxs as jsxs349 } from "react/jsx-runtime";
|
|
17062
17288
|
|
|
17063
17289
|
// src/utils/templates/svg/stroke/color.tsx
|
|
17064
|
-
import { Fragment as
|
|
17290
|
+
import { Fragment as Fragment148, jsx as jsx673, jsxs as jsxs350 } from "react/jsx-runtime";
|
|
17065
17291
|
|
|
17066
17292
|
// src/utils/templates/table/border-collapse/collapse.tsx
|
|
17067
|
-
import { jsx as
|
|
17293
|
+
import { jsx as jsx674, jsxs as jsxs351 } from "react/jsx-runtime";
|
|
17068
17294
|
|
|
17069
17295
|
// src/utils/templates/table/border-collapse/separate.tsx
|
|
17070
|
-
import { jsx as
|
|
17296
|
+
import { jsx as jsx675, jsxs as jsxs352 } from "react/jsx-runtime";
|
|
17071
17297
|
|
|
17072
17298
|
// src/utils/templates/table/table-layout/auto.tsx
|
|
17073
|
-
import { jsx as
|
|
17299
|
+
import { jsx as jsx676, jsxs as jsxs353 } from "react/jsx-runtime";
|
|
17074
17300
|
|
|
17075
17301
|
// src/utils/templates/table/table-layout/fixed.tsx
|
|
17076
|
-
import { jsx as
|
|
17302
|
+
import { jsx as jsx677, jsxs as jsxs354 } from "react/jsx-runtime";
|
|
17077
17303
|
|
|
17078
17304
|
// src/utils/templates/transform/flip/horizontal.tsx
|
|
17079
|
-
import { jsx as
|
|
17305
|
+
import { jsx as jsx678, jsxs as jsxs355 } from "react/jsx-runtime";
|
|
17080
17306
|
|
|
17081
17307
|
// src/utils/templates/transform/flip/vertical.tsx
|
|
17082
|
-
import { jsx as
|
|
17308
|
+
import { jsx as jsx679, jsxs as jsxs356 } from "react/jsx-runtime";
|
|
17083
17309
|
|
|
17084
17310
|
// src/utils/templates/transform/origin/applying.tsx
|
|
17085
|
-
import { jsx as
|
|
17311
|
+
import { jsx as jsx680, jsxs as jsxs357 } from "react/jsx-runtime";
|
|
17086
17312
|
|
|
17087
17313
|
// src/utils/templates/transform/rotate/applying.tsx
|
|
17088
|
-
import { jsx as
|
|
17314
|
+
import { jsx as jsx681, jsxs as jsxs358 } from "react/jsx-runtime";
|
|
17089
17315
|
|
|
17090
17316
|
// src/utils/templates/transform/scale/applying.tsx
|
|
17091
|
-
import { jsx as
|
|
17317
|
+
import { jsx as jsx682, jsxs as jsxs359 } from "react/jsx-runtime";
|
|
17092
17318
|
|
|
17093
17319
|
// src/utils/templates/transform/skew/applying.tsx
|
|
17094
|
-
import { jsx as
|
|
17320
|
+
import { jsx as jsx683, jsxs as jsxs360 } from "react/jsx-runtime";
|
|
17095
17321
|
|
|
17096
17322
|
// src/utils/templates/transform/translate/applying.tsx
|
|
17097
|
-
import { jsx as
|
|
17323
|
+
import { jsx as jsx684, jsxs as jsxs361 } from "react/jsx-runtime";
|
|
17098
17324
|
|
|
17099
17325
|
// src/utils/templates/typography/font-style/italic.tsx
|
|
17100
|
-
import { jsx as
|
|
17326
|
+
import { jsx as jsx685 } from "react/jsx-runtime";
|
|
17101
17327
|
|
|
17102
17328
|
// src/utils/templates/typography/font-weight/size.tsx
|
|
17103
|
-
import { Fragment as
|
|
17329
|
+
import { Fragment as Fragment149, jsx as jsx686, jsxs as jsxs362 } from "react/jsx-runtime";
|
|
17104
17330
|
|
|
17105
17331
|
// src/utils/templates/typography/list-style-type/decimal.tsx
|
|
17106
|
-
import { jsx as
|
|
17332
|
+
import { jsx as jsx687, jsxs as jsxs363 } from "react/jsx-runtime";
|
|
17107
17333
|
|
|
17108
17334
|
// src/utils/templates/typography/list-style-type/disc.tsx
|
|
17109
|
-
import { jsx as
|
|
17335
|
+
import { jsx as jsx688, jsxs as jsxs364 } from "react/jsx-runtime";
|
|
17110
17336
|
|
|
17111
17337
|
// src/utils/templates/typography/list-style-type/none.tsx
|
|
17112
|
-
import { jsx as
|
|
17338
|
+
import { jsx as jsx689, jsxs as jsxs365 } from "react/jsx-runtime";
|
|
17113
17339
|
|
|
17114
17340
|
// src/utils/templates/typography/text-align/center.tsx
|
|
17115
|
-
import { jsx as
|
|
17341
|
+
import { jsx as jsx690 } from "react/jsx-runtime";
|
|
17116
17342
|
|
|
17117
17343
|
// src/utils/templates/typography/text-align/justify.tsx
|
|
17118
|
-
import { jsx as
|
|
17344
|
+
import { jsx as jsx691 } from "react/jsx-runtime";
|
|
17119
17345
|
|
|
17120
17346
|
// src/utils/templates/typography/text-align/left.tsx
|
|
17121
|
-
import { jsx as
|
|
17347
|
+
import { jsx as jsx692 } from "react/jsx-runtime";
|
|
17122
17348
|
|
|
17123
17349
|
// src/utils/templates/typography/text-align/right.tsx
|
|
17124
|
-
import { jsx as
|
|
17350
|
+
import { jsx as jsx693 } from "react/jsx-runtime";
|
|
17125
17351
|
|
|
17126
17352
|
// src/utils/templates/typography/text-color/inherit.tsx
|
|
17127
|
-
import { jsx as
|
|
17353
|
+
import { jsx as jsx694 } from "react/jsx-runtime";
|
|
17128
17354
|
|
|
17129
17355
|
// src/utils/templates/typography/text-color/white.tsx
|
|
17130
|
-
import { jsx as
|
|
17356
|
+
import { jsx as jsx695 } from "react/jsx-runtime";
|
|
17131
17357
|
|
|
17132
17358
|
// src/utils/templates/typography/text-decoration/all.tsx
|
|
17133
|
-
import { Fragment as
|
|
17359
|
+
import { Fragment as Fragment150, jsx as jsx696, jsxs as jsxs366 } from "react/jsx-runtime";
|
|
17134
17360
|
|
|
17135
17361
|
// src/utils/templates/typography/text-overflow/clip.tsx
|
|
17136
|
-
import { jsx as
|
|
17362
|
+
import { jsx as jsx697 } from "react/jsx-runtime";
|
|
17137
17363
|
|
|
17138
17364
|
// src/utils/templates/typography/text-overflow/ellipsis.tsx
|
|
17139
|
-
import { jsx as
|
|
17365
|
+
import { jsx as jsx698 } from "react/jsx-runtime";
|
|
17140
17366
|
|
|
17141
17367
|
// src/utils/templates/typography/text-transform/all.tsx
|
|
17142
|
-
import { Fragment as
|
|
17368
|
+
import { Fragment as Fragment151, jsx as jsx699, jsxs as jsxs367 } from "react/jsx-runtime";
|
|
17143
17369
|
|
|
17144
17370
|
// src/utils/templates/typography/vertical-align/baseline.tsx
|
|
17145
|
-
import { jsx as
|
|
17371
|
+
import { jsx as jsx700, jsxs as jsxs368 } from "react/jsx-runtime";
|
|
17146
17372
|
|
|
17147
17373
|
// src/utils/templates/typography/vertical-align/bottom.tsx
|
|
17148
|
-
import { jsx as
|
|
17374
|
+
import { jsx as jsx701, jsxs as jsxs369 } from "react/jsx-runtime";
|
|
17149
17375
|
|
|
17150
17376
|
// src/utils/templates/typography/vertical-align/center.tsx
|
|
17151
|
-
import { jsx as
|
|
17377
|
+
import { jsx as jsx702, jsxs as jsxs370 } from "react/jsx-runtime";
|
|
17152
17378
|
|
|
17153
17379
|
// src/utils/templates/typography/vertical-align/top.tsx
|
|
17154
|
-
import { jsx as
|
|
17380
|
+
import { jsx as jsx703, jsxs as jsxs371 } from "react/jsx-runtime";
|
|
17155
17381
|
|
|
17156
17382
|
// src/utils/templates/typography/white-space/normal.tsx
|
|
17157
|
-
import { jsx as
|
|
17383
|
+
import { jsx as jsx704 } from "react/jsx-runtime";
|
|
17158
17384
|
|
|
17159
17385
|
// src/utils/templates/typography/white-space/nowrap.tsx
|
|
17160
|
-
import { jsx as
|
|
17386
|
+
import { jsx as jsx705 } from "react/jsx-runtime";
|
|
17161
17387
|
|
|
17162
17388
|
// src/utils/templates/typography/white-space/pre-line.tsx
|
|
17163
|
-
import { jsx as
|
|
17389
|
+
import { jsx as jsx706 } from "react/jsx-runtime";
|
|
17164
17390
|
|
|
17165
17391
|
// src/utils/templates/typography/white-space/pre-wrap.tsx
|
|
17166
|
-
import { jsx as
|
|
17392
|
+
import { jsx as jsx707 } from "react/jsx-runtime";
|
|
17167
17393
|
|
|
17168
17394
|
// src/utils/templates/typography/white-space/pre.tsx
|
|
17169
|
-
import { jsx as
|
|
17395
|
+
import { jsx as jsx708 } from "react/jsx-runtime";
|
|
17170
17396
|
|
|
17171
17397
|
// src/filemanager/tests/filemanager-listview-preview.tsx
|
|
17172
|
-
import { Fragment as
|
|
17173
|
-
var filemanager_listview_preview_default = () => /* @__PURE__ */
|
|
17174
|
-
/* @__PURE__ */
|
|
17175
|
-
/* @__PURE__ */
|
|
17176
|
-
/* @__PURE__ */
|
|
17177
|
-
/* @__PURE__ */
|
|
17178
|
-
/* @__PURE__ */
|
|
17179
|
-
/* @__PURE__ */
|
|
17180
|
-
/* @__PURE__ */
|
|
17181
|
-
/* @__PURE__ */
|
|
17398
|
+
import { Fragment as Fragment152, jsx as jsx709, jsxs as jsxs372 } from "react/jsx-runtime";
|
|
17399
|
+
var filemanager_listview_preview_default = () => /* @__PURE__ */ jsx709(Fragment152, { children: /* @__PURE__ */ jsxs372("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
|
|
17400
|
+
/* @__PURE__ */ jsx709("span", { children: "Preview - File info" }),
|
|
17401
|
+
/* @__PURE__ */ jsx709(FileManagerPreview, { children: /* @__PURE__ */ jsxs372(Splitter, { className: "k-filemanager-splitter", children: [
|
|
17402
|
+
/* @__PURE__ */ jsx709(SplitterPane, { className: "k-filemanager-navigation", collapsible: true, scrollable: true, flexBasis: "25%", children: /* @__PURE__ */ jsx709(FileManagerTreeview, { children: /* @__PURE__ */ jsx709(TreeviewItem, { text: "Folder" }) }) }),
|
|
17403
|
+
/* @__PURE__ */ jsxs372(SplitterPane, { className: "k-filemanager-content", scrollable: true, children: [
|
|
17404
|
+
/* @__PURE__ */ jsx709(FileManagerBreadcrumb, { children: /* @__PURE__ */ jsx709(BreadcrumbContainer, { children: /* @__PURE__ */ jsx709(BreadcrumbItem, { root: true, children: /* @__PURE__ */ jsx709(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ jsx709(Icon, { icon: "home" }) }) }) }) }),
|
|
17405
|
+
/* @__PURE__ */ jsxs372(FileManagerListView, { children: [
|
|
17406
|
+
/* @__PURE__ */ jsx709(ListViewItem, { children: /* @__PURE__ */ jsx709(FilePreview, { name: "Folder", icon: "folder", size: "xxxlarge" }) }),
|
|
17407
|
+
/* @__PURE__ */ jsx709(ListViewItem, { selected: true, children: /* @__PURE__ */ jsx709(FilePreview, { name: "file.png", icon: "file-image", size: "xxxlarge" }) })
|
|
17182
17408
|
] })
|
|
17183
17409
|
] }),
|
|
17184
|
-
/* @__PURE__ */
|
|
17410
|
+
/* @__PURE__ */ jsx709(SplitterPane, { className: "k-filemanager-preview", collapsible: true, scrollable: true, flexBasis: "25%", children: /* @__PURE__ */ jsx709(FileInfo, { selection: "single", icon: "file-image", name: "file.png", fileType: "Image", fileSize: "72 KB", fileDateCreated: "13/12/2019 12:22:04 PM", fileDateModified: "13/12/2019 12:36:04 PM" }) })
|
|
17185
17411
|
] }) }),
|
|
17186
|
-
/* @__PURE__ */
|
|
17187
|
-
/* @__PURE__ */
|
|
17188
|
-
/* @__PURE__ */
|
|
17189
|
-
/* @__PURE__ */
|
|
17190
|
-
/* @__PURE__ */
|
|
17191
|
-
/* @__PURE__ */
|
|
17192
|
-
/* @__PURE__ */
|
|
17193
|
-
/* @__PURE__ */
|
|
17194
|
-
/* @__PURE__ */
|
|
17195
|
-
/* @__PURE__ */
|
|
17412
|
+
/* @__PURE__ */ jsx709("span", { children: "Preview - No file selected" }),
|
|
17413
|
+
/* @__PURE__ */ jsx709(FileManagerPreview, {}),
|
|
17414
|
+
/* @__PURE__ */ jsx709("span", { children: "Preview - Multiple files selected" }),
|
|
17415
|
+
/* @__PURE__ */ jsx709(FileManagerPreview, { children: /* @__PURE__ */ jsxs372(Splitter, { className: "k-filemanager-splitter", children: [
|
|
17416
|
+
/* @__PURE__ */ jsx709(SplitterPane, { className: "k-filemanager-navigation", collapsible: true, scrollable: true, flexBasis: "25%", children: /* @__PURE__ */ jsx709(FileManagerTreeview, { children: /* @__PURE__ */ jsx709(TreeviewItem, { text: "Folder" }) }) }),
|
|
17417
|
+
/* @__PURE__ */ jsxs372(SplitterPane, { className: "k-filemanager-content", scrollable: true, children: [
|
|
17418
|
+
/* @__PURE__ */ jsx709(FileManagerBreadcrumb, { children: /* @__PURE__ */ jsx709(BreadcrumbContainer, { children: /* @__PURE__ */ jsx709(BreadcrumbItem, { root: true, children: /* @__PURE__ */ jsx709(BreadcrumbLink, { root: true, icon: true, children: /* @__PURE__ */ jsx709(Icon, { icon: "home" }) }) }) }) }),
|
|
17419
|
+
/* @__PURE__ */ jsxs372(FileManagerListView, { children: [
|
|
17420
|
+
/* @__PURE__ */ jsx709(ListViewItem, { selected: true, children: /* @__PURE__ */ jsx709(FilePreview, { name: "Folder", icon: "folder", size: "xxxlarge" }) }),
|
|
17421
|
+
/* @__PURE__ */ jsx709(ListViewItem, { selected: true, children: /* @__PURE__ */ jsx709(FilePreview, { name: "file.png", icon: "file-image", size: "xxxlarge" }) })
|
|
17196
17422
|
] })
|
|
17197
17423
|
] }),
|
|
17198
|
-
/* @__PURE__ */
|
|
17424
|
+
/* @__PURE__ */ jsx709(SplitterPane, { className: "k-filemanager-preview", collapsible: true, scrollable: true, flexBasis: "25%", children: /* @__PURE__ */ jsx709(FileInfo, { selection: "multiple", name: "2 items" }) })
|
|
17199
17425
|
] }) })
|
|
17200
17426
|
] }) });
|
|
17201
17427
|
export {
|