@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
|
@@ -6535,7 +6535,7 @@ var Form = (props) => {
|
|
|
6535
6535
|
tag = defaultProps32.tag,
|
|
6536
6536
|
children
|
|
6537
6537
|
} = props;
|
|
6538
|
-
const Parent = ({ tag: tag2, className:
|
|
6538
|
+
const Parent = ({ tag: tag2, className: className32, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx88("form", { className: className32, children: children2 }) : /* @__PURE__ */ jsx88("div", { className: className32, children: children2 });
|
|
6539
6539
|
const formChildren = [];
|
|
6540
6540
|
if (children) {
|
|
6541
6541
|
if (Array.isArray(children)) {
|
|
@@ -7825,7 +7825,8 @@ var Slider = (props) => {
|
|
|
7825
7825
|
focus,
|
|
7826
7826
|
active,
|
|
7827
7827
|
trackStyle,
|
|
7828
|
-
dir
|
|
7828
|
+
dir,
|
|
7829
|
+
...other
|
|
7829
7830
|
} = props;
|
|
7830
7831
|
let iconIncrease;
|
|
7831
7832
|
let iconDecrease;
|
|
@@ -7836,46 +7837,54 @@ var Slider = (props) => {
|
|
|
7836
7837
|
iconIncrease = "caret-alt-up";
|
|
7837
7838
|
iconDecrease = "caret-alt-down";
|
|
7838
7839
|
}
|
|
7839
|
-
return /* @__PURE__ */ jsxs52(
|
|
7840
|
-
|
|
7841
|
-
props.className,
|
|
7842
|
-
stateClassNames(SLIDER_CLASSNAME, {
|
|
7843
|
-
readonly,
|
|
7844
|
-
disabled
|
|
7845
|
-
}),
|
|
7840
|
+
return /* @__PURE__ */ jsxs52(
|
|
7841
|
+
"div",
|
|
7846
7842
|
{
|
|
7847
|
-
|
|
7848
|
-
|
|
7849
|
-
|
|
7843
|
+
...other,
|
|
7844
|
+
className: classNames(
|
|
7845
|
+
SLIDER_CLASSNAME,
|
|
7846
|
+
props.className,
|
|
7847
|
+
stateClassNames(SLIDER_CLASSNAME, {
|
|
7848
|
+
readonly,
|
|
7849
|
+
disabled
|
|
7850
|
+
}),
|
|
7851
|
+
{
|
|
7852
|
+
[`k-slider-${orientation}`]: orientation,
|
|
7853
|
+
"k-colorgradient-slider": type === "gradient",
|
|
7854
|
+
"k-range-slider": type === "range"
|
|
7855
|
+
}
|
|
7856
|
+
),
|
|
7857
|
+
dir,
|
|
7858
|
+
children: [
|
|
7859
|
+
showButtons && /* @__PURE__ */ jsx137(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
|
|
7860
|
+
/* @__PURE__ */ jsxs52("div", { className: "k-slider-track-wrap", children: [
|
|
7861
|
+
showTicks && /* @__PURE__ */ jsx137("ul", { className: "k-reset k-slider-items", children: props.children }),
|
|
7862
|
+
/* @__PURE__ */ jsxs52("div", { className: "k-slider-track", style: trackStyle, children: [
|
|
7863
|
+
/* @__PURE__ */ jsx137("div", { className: "k-slider-selection" }),
|
|
7864
|
+
type === "range" && /* @__PURE__ */ jsx137("span", { className: classNames(
|
|
7865
|
+
"k-draghandle",
|
|
7866
|
+
"k-draghandle-start",
|
|
7867
|
+
stateClassNames(SLIDER_CLASSNAME, {
|
|
7868
|
+
hover,
|
|
7869
|
+
focus,
|
|
7870
|
+
active
|
|
7871
|
+
})
|
|
7872
|
+
) }),
|
|
7873
|
+
/* @__PURE__ */ jsx137("span", { className: classNames(
|
|
7874
|
+
"k-draghandle",
|
|
7875
|
+
`k-draghandle-${handlePosition}`,
|
|
7876
|
+
stateClassNames(SLIDER_CLASSNAME, {
|
|
7877
|
+
hover,
|
|
7878
|
+
focus,
|
|
7879
|
+
active
|
|
7880
|
+
})
|
|
7881
|
+
) })
|
|
7882
|
+
] })
|
|
7883
|
+
] }),
|
|
7884
|
+
showButtons && /* @__PURE__ */ jsx137(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
|
|
7885
|
+
]
|
|
7850
7886
|
}
|
|
7851
|
-
)
|
|
7852
|
-
showButtons && /* @__PURE__ */ jsx137(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
|
|
7853
|
-
/* @__PURE__ */ jsxs52("div", { className: "k-slider-track-wrap", children: [
|
|
7854
|
-
showTicks && /* @__PURE__ */ jsx137("ul", { className: "k-reset k-slider-items", children: props.children }),
|
|
7855
|
-
/* @__PURE__ */ jsxs52("div", { className: "k-slider-track", style: trackStyle, children: [
|
|
7856
|
-
/* @__PURE__ */ jsx137("div", { className: "k-slider-selection" }),
|
|
7857
|
-
type === "range" && /* @__PURE__ */ jsx137("span", { className: classNames(
|
|
7858
|
-
"k-draghandle",
|
|
7859
|
-
"k-draghandle-start",
|
|
7860
|
-
stateClassNames(SLIDER_CLASSNAME, {
|
|
7861
|
-
hover,
|
|
7862
|
-
focus,
|
|
7863
|
-
active
|
|
7864
|
-
})
|
|
7865
|
-
) }),
|
|
7866
|
-
/* @__PURE__ */ jsx137("span", { className: classNames(
|
|
7867
|
-
"k-draghandle",
|
|
7868
|
-
`k-draghandle-${handlePosition}`,
|
|
7869
|
-
stateClassNames(SLIDER_CLASSNAME, {
|
|
7870
|
-
hover,
|
|
7871
|
-
focus,
|
|
7872
|
-
active
|
|
7873
|
-
})
|
|
7874
|
-
) })
|
|
7875
|
-
] })
|
|
7876
|
-
] }),
|
|
7877
|
-
showButtons && /* @__PURE__ */ jsx137(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
|
|
7878
|
-
] });
|
|
7887
|
+
);
|
|
7879
7888
|
};
|
|
7880
7889
|
Slider.states = states51;
|
|
7881
7890
|
Slider.options = options48;
|
|
@@ -7896,16 +7905,25 @@ var SliderTick = (props) => {
|
|
|
7896
7905
|
label = defaultProps49.label,
|
|
7897
7906
|
orientation,
|
|
7898
7907
|
large,
|
|
7899
|
-
text
|
|
7908
|
+
text,
|
|
7909
|
+
...other
|
|
7900
7910
|
} = props;
|
|
7901
|
-
return /* @__PURE__ */ jsx138(
|
|
7902
|
-
|
|
7903
|
-
SLIDER_TICK_CLASSNAME,
|
|
7911
|
+
return /* @__PURE__ */ jsx138(
|
|
7912
|
+
"li",
|
|
7904
7913
|
{
|
|
7905
|
-
|
|
7906
|
-
|
|
7914
|
+
...other,
|
|
7915
|
+
className: classNames(
|
|
7916
|
+
props.className,
|
|
7917
|
+
SLIDER_TICK_CLASSNAME,
|
|
7918
|
+
{
|
|
7919
|
+
[`k-tick-${orientation}`]: orientation,
|
|
7920
|
+
"k-tick-large": large
|
|
7921
|
+
}
|
|
7922
|
+
),
|
|
7923
|
+
style,
|
|
7924
|
+
children: label && /* @__PURE__ */ jsx138("span", { className: "k-label", children: text })
|
|
7907
7925
|
}
|
|
7908
|
-
)
|
|
7926
|
+
);
|
|
7909
7927
|
};
|
|
7910
7928
|
SliderTick.states = states52;
|
|
7911
7929
|
SliderTick.options = options49;
|
|
@@ -14635,121 +14653,143 @@ ListViewItem.defaultProps = defaultProps119;
|
|
|
14635
14653
|
// src/listview/templates/listview-normal.tsx
|
|
14636
14654
|
import { Fragment as Fragment109, jsx as jsx392, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
14637
14655
|
|
|
14638
|
-
// src/
|
|
14656
|
+
// src/treelist/treelist.spec.tsx
|
|
14639
14657
|
import { jsx as jsx393 } from "react/jsx-runtime";
|
|
14640
|
-
var
|
|
14658
|
+
var TREELIST_CLASSNAME = "k-treelist";
|
|
14641
14659
|
var states131 = [];
|
|
14642
14660
|
var options121 = {};
|
|
14643
14661
|
var defaultProps120 = {};
|
|
14662
|
+
var TreeList = (props) => /* @__PURE__ */ jsx393(
|
|
14663
|
+
Grid,
|
|
14664
|
+
{
|
|
14665
|
+
...props,
|
|
14666
|
+
className: classNames(
|
|
14667
|
+
TREELIST_CLASSNAME,
|
|
14668
|
+
props.className
|
|
14669
|
+
),
|
|
14670
|
+
children: props.children
|
|
14671
|
+
}
|
|
14672
|
+
);
|
|
14673
|
+
TreeList.states = states131;
|
|
14674
|
+
TreeList.options = options121;
|
|
14675
|
+
TreeList.className = TREELIST_CLASSNAME;
|
|
14676
|
+
TreeList.defaultProps = defaultProps120;
|
|
14677
|
+
|
|
14678
|
+
// src/filter/filter-preview.tsx
|
|
14679
|
+
import { jsx as jsx394 } from "react/jsx-runtime";
|
|
14680
|
+
var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
|
|
14681
|
+
var states132 = [];
|
|
14682
|
+
var options122 = {};
|
|
14683
|
+
var defaultProps121 = {};
|
|
14644
14684
|
var FilterPreview = (props) => {
|
|
14645
14685
|
const { fields } = props;
|
|
14646
14686
|
const expressionPreview = [];
|
|
14647
14687
|
if (fields) {
|
|
14648
14688
|
fields.map(({ name, value }) => {
|
|
14649
14689
|
expressionPreview.push(
|
|
14650
|
-
/* @__PURE__ */
|
|
14690
|
+
/* @__PURE__ */ jsx394("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
|
|
14651
14691
|
);
|
|
14652
14692
|
});
|
|
14653
14693
|
}
|
|
14654
|
-
return /* @__PURE__ */
|
|
14694
|
+
return /* @__PURE__ */ jsx394("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
|
|
14655
14695
|
};
|
|
14656
|
-
FilterPreview.states =
|
|
14657
|
-
FilterPreview.options =
|
|
14658
|
-
FilterPreview.defaultProps =
|
|
14696
|
+
FilterPreview.states = states132;
|
|
14697
|
+
FilterPreview.options = options122;
|
|
14698
|
+
FilterPreview.defaultProps = defaultProps121;
|
|
14659
14699
|
FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
|
|
14660
14700
|
|
|
14661
14701
|
// src/filter/filter.spec.tsx
|
|
14662
|
-
import { Fragment as Fragment110, jsx as
|
|
14702
|
+
import { Fragment as Fragment110, jsx as jsx395, jsxs as jsxs156 } from "react/jsx-runtime";
|
|
14663
14703
|
var FILTER_CLASSNAME = "k-filter";
|
|
14664
|
-
var
|
|
14665
|
-
var
|
|
14666
|
-
var
|
|
14704
|
+
var states133 = [];
|
|
14705
|
+
var options123 = {};
|
|
14706
|
+
var defaultProps122 = {};
|
|
14667
14707
|
var Filter = (props) => {
|
|
14668
14708
|
const {
|
|
14669
14709
|
children,
|
|
14670
14710
|
showApplyButton
|
|
14671
14711
|
} = props;
|
|
14672
14712
|
const filterChildren = [];
|
|
14673
|
-
let expressionPreview = /* @__PURE__ */
|
|
14713
|
+
let expressionPreview = /* @__PURE__ */ jsx395(Fragment110, {});
|
|
14674
14714
|
if (children) {
|
|
14675
14715
|
if (Array.isArray(children)) {
|
|
14676
14716
|
children.map((child) => {
|
|
14677
14717
|
if (child.type !== FilterPreview) {
|
|
14678
14718
|
filterChildren.push(child);
|
|
14679
14719
|
} else {
|
|
14680
|
-
expressionPreview = /* @__PURE__ */
|
|
14720
|
+
expressionPreview = /* @__PURE__ */ jsx395(FilterPreview, { ...child.props });
|
|
14681
14721
|
}
|
|
14682
14722
|
});
|
|
14683
14723
|
}
|
|
14684
14724
|
}
|
|
14685
14725
|
return /* @__PURE__ */ jsxs156("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
|
|
14686
|
-
/* @__PURE__ */
|
|
14726
|
+
/* @__PURE__ */ jsx395("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx395("li", { className: "k-filter-group-main", children: filterChildren }) }),
|
|
14687
14727
|
expressionPreview,
|
|
14688
|
-
showApplyButton && /* @__PURE__ */
|
|
14728
|
+
showApplyButton && /* @__PURE__ */ jsx395(Button, { className: "k-filter-apply", children: "Apply" })
|
|
14689
14729
|
] });
|
|
14690
14730
|
};
|
|
14691
|
-
Filter.states =
|
|
14692
|
-
Filter.options =
|
|
14693
|
-
Filter.defaultProps =
|
|
14731
|
+
Filter.states = states133;
|
|
14732
|
+
Filter.options = options123;
|
|
14733
|
+
Filter.defaultProps = defaultProps122;
|
|
14694
14734
|
Filter.className = FILTER_CLASSNAME;
|
|
14695
14735
|
|
|
14696
14736
|
// src/filter/filter-toolbar.tsx
|
|
14697
|
-
import { jsx as
|
|
14737
|
+
import { jsx as jsx396 } from "react/jsx-runtime";
|
|
14698
14738
|
var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
|
|
14699
|
-
var
|
|
14700
|
-
var
|
|
14701
|
-
var
|
|
14739
|
+
var states134 = [];
|
|
14740
|
+
var options124 = {};
|
|
14741
|
+
var defaultProps123 = {};
|
|
14702
14742
|
var FilterToolbar = (props) => {
|
|
14703
14743
|
const { children } = props;
|
|
14704
|
-
return /* @__PURE__ */
|
|
14744
|
+
return /* @__PURE__ */ jsx396("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
|
|
14705
14745
|
};
|
|
14706
|
-
FilterToolbar.states =
|
|
14707
|
-
FilterToolbar.options =
|
|
14708
|
-
FilterToolbar.defaultProps =
|
|
14746
|
+
FilterToolbar.states = states134;
|
|
14747
|
+
FilterToolbar.options = options124;
|
|
14748
|
+
FilterToolbar.defaultProps = defaultProps123;
|
|
14709
14749
|
|
|
14710
14750
|
// src/filter/filter-lines.tsx
|
|
14711
|
-
import { jsx as
|
|
14751
|
+
import { jsx as jsx397 } from "react/jsx-runtime";
|
|
14712
14752
|
var FILTER_LINES_CLASSNAME = "k-filter-lines";
|
|
14713
|
-
var
|
|
14714
|
-
var
|
|
14715
|
-
var
|
|
14753
|
+
var states135 = [];
|
|
14754
|
+
var options125 = {};
|
|
14755
|
+
var defaultProps124 = {};
|
|
14716
14756
|
var FilterLines = (props) => {
|
|
14717
14757
|
const { children } = props;
|
|
14718
|
-
return /* @__PURE__ */
|
|
14758
|
+
return /* @__PURE__ */ jsx397("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
|
|
14719
14759
|
};
|
|
14720
|
-
FilterLines.states =
|
|
14721
|
-
FilterLines.options =
|
|
14722
|
-
FilterLines.defaultProps =
|
|
14760
|
+
FilterLines.states = states135;
|
|
14761
|
+
FilterLines.options = options125;
|
|
14762
|
+
FilterLines.defaultProps = defaultProps124;
|
|
14723
14763
|
|
|
14724
14764
|
// src/filter/filter-item.tsx
|
|
14725
|
-
import { jsx as
|
|
14765
|
+
import { jsx as jsx398 } from "react/jsx-runtime";
|
|
14726
14766
|
var FILTER_ITEM_CLASSNAME = "k-filter-item";
|
|
14727
|
-
var
|
|
14728
|
-
var
|
|
14729
|
-
var
|
|
14767
|
+
var states136 = [];
|
|
14768
|
+
var options126 = {};
|
|
14769
|
+
var defaultProps125 = {};
|
|
14730
14770
|
var FilterItem = (props) => {
|
|
14731
14771
|
const { children } = props;
|
|
14732
|
-
return /* @__PURE__ */
|
|
14772
|
+
return /* @__PURE__ */ jsx398("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
|
|
14733
14773
|
};
|
|
14734
|
-
FilterItem.states =
|
|
14735
|
-
FilterItem.options =
|
|
14736
|
-
FilterItem.defaultProps =
|
|
14774
|
+
FilterItem.states = states136;
|
|
14775
|
+
FilterItem.options = options126;
|
|
14776
|
+
FilterItem.defaultProps = defaultProps125;
|
|
14737
14777
|
|
|
14738
14778
|
// src/filter/templates/filter-normal.tsx
|
|
14739
|
-
import { jsx as
|
|
14779
|
+
import { jsx as jsx399, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
14740
14780
|
|
|
14741
14781
|
// src/filemanager/filemanager-toolbar.spec.tsx
|
|
14742
|
-
import { jsx as
|
|
14782
|
+
import { jsx as jsx400 } from "react/jsx-runtime";
|
|
14743
14783
|
var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
|
|
14744
|
-
var
|
|
14745
|
-
var
|
|
14746
|
-
var
|
|
14784
|
+
var states137 = [];
|
|
14785
|
+
var options127 = {};
|
|
14786
|
+
var defaultProps126 = {};
|
|
14747
14787
|
var FileManagerToolbar = (props) => {
|
|
14748
14788
|
const {
|
|
14749
14789
|
children,
|
|
14750
14790
|
...other
|
|
14751
14791
|
} = props;
|
|
14752
|
-
return /* @__PURE__ */
|
|
14792
|
+
return /* @__PURE__ */ jsx400(
|
|
14753
14793
|
Toolbar,
|
|
14754
14794
|
{
|
|
14755
14795
|
...other,
|
|
@@ -14761,44 +14801,44 @@ var FileManagerToolbar = (props) => {
|
|
|
14761
14801
|
}
|
|
14762
14802
|
);
|
|
14763
14803
|
};
|
|
14764
|
-
FileManagerToolbar.states =
|
|
14765
|
-
FileManagerToolbar.options =
|
|
14804
|
+
FileManagerToolbar.states = states137;
|
|
14805
|
+
FileManagerToolbar.options = options127;
|
|
14766
14806
|
FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
|
|
14767
|
-
FileManagerToolbar.defaultProps =
|
|
14807
|
+
FileManagerToolbar.defaultProps = defaultProps126;
|
|
14768
14808
|
|
|
14769
14809
|
// src/filemanager/filemanager.spec.tsx
|
|
14770
|
-
import { Fragment as Fragment111, jsx as
|
|
14810
|
+
import { Fragment as Fragment111, jsx as jsx401, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
14771
14811
|
var FILEMANAGER_CLASSNAME = "k-filemanager";
|
|
14772
|
-
var
|
|
14812
|
+
var states138 = [
|
|
14773
14813
|
States.disabled
|
|
14774
14814
|
];
|
|
14775
|
-
var
|
|
14776
|
-
var defaultToolbar = /* @__PURE__ */
|
|
14777
|
-
/* @__PURE__ */
|
|
14778
|
-
/* @__PURE__ */
|
|
14815
|
+
var options128 = {};
|
|
14816
|
+
var defaultToolbar = /* @__PURE__ */ jsx401(Fragment111, { children: /* @__PURE__ */ jsxs158(FileManagerToolbar, { children: [
|
|
14817
|
+
/* @__PURE__ */ jsx401(Button, { children: "New Folder" }),
|
|
14818
|
+
/* @__PURE__ */ jsx401(Button, { children: "Upload" }),
|
|
14779
14819
|
/* @__PURE__ */ jsxs158(ButtonGroup, { children: [
|
|
14780
|
-
/* @__PURE__ */
|
|
14781
|
-
/* @__PURE__ */
|
|
14820
|
+
/* @__PURE__ */ jsx401(Button, { icon: "sort-asc-small" }),
|
|
14821
|
+
/* @__PURE__ */ jsx401(Button, { icon: "sort-desc-small" })
|
|
14782
14822
|
] }),
|
|
14783
|
-
/* @__PURE__ */
|
|
14823
|
+
/* @__PURE__ */ jsx401(SplitButton, { text: "Sort By" }),
|
|
14784
14824
|
/* @__PURE__ */ jsxs158(ButtonGroup, { children: [
|
|
14785
|
-
/* @__PURE__ */
|
|
14786
|
-
/* @__PURE__ */
|
|
14825
|
+
/* @__PURE__ */ jsx401(Button, { icon: "grid-layout" }),
|
|
14826
|
+
/* @__PURE__ */ jsx401(Button, { icon: "grid" })
|
|
14787
14827
|
] }),
|
|
14788
|
-
/* @__PURE__ */
|
|
14828
|
+
/* @__PURE__ */ jsx401("div", { className: "k-spacer" }),
|
|
14789
14829
|
/* @__PURE__ */ jsxs158("div", { className: "k-filemanager-details-toggle", children: [
|
|
14790
|
-
/* @__PURE__ */
|
|
14791
|
-
/* @__PURE__ */
|
|
14830
|
+
/* @__PURE__ */ jsx401("label", { children: "View Details" }),
|
|
14831
|
+
/* @__PURE__ */ jsx401(Switch, {})
|
|
14792
14832
|
] }),
|
|
14793
|
-
/* @__PURE__ */
|
|
14833
|
+
/* @__PURE__ */ jsx401(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
|
|
14794
14834
|
] }) });
|
|
14795
|
-
var
|
|
14835
|
+
var defaultProps127 = {
|
|
14796
14836
|
toolbar: defaultToolbar
|
|
14797
14837
|
};
|
|
14798
14838
|
var FileManager = (props) => {
|
|
14799
14839
|
const {
|
|
14800
14840
|
disabled,
|
|
14801
|
-
toolbar =
|
|
14841
|
+
toolbar = defaultProps127.toolbar
|
|
14802
14842
|
} = props;
|
|
14803
14843
|
return /* @__PURE__ */ jsxs158("div", { className: classNames(
|
|
14804
14844
|
props.className,
|
|
@@ -14807,27 +14847,27 @@ var FileManager = (props) => {
|
|
|
14807
14847
|
disabled
|
|
14808
14848
|
})
|
|
14809
14849
|
), children: [
|
|
14810
|
-
/* @__PURE__ */
|
|
14811
|
-
/* @__PURE__ */
|
|
14850
|
+
/* @__PURE__ */ jsx401("div", { className: "k-filemanager-header", children: toolbar }),
|
|
14851
|
+
/* @__PURE__ */ jsx401("div", { className: "k-filemanager-content-container", children: props.children })
|
|
14812
14852
|
] });
|
|
14813
14853
|
};
|
|
14814
|
-
FileManager.states =
|
|
14815
|
-
FileManager.options =
|
|
14854
|
+
FileManager.states = states138;
|
|
14855
|
+
FileManager.options = options128;
|
|
14816
14856
|
FileManager.className = FILEMANAGER_CLASSNAME;
|
|
14817
|
-
FileManager.defaultProps =
|
|
14857
|
+
FileManager.defaultProps = defaultProps127;
|
|
14818
14858
|
|
|
14819
14859
|
// src/filemanager/filemanager-breadcrumb.spec.tsx
|
|
14820
|
-
import { jsx as
|
|
14860
|
+
import { jsx as jsx402 } from "react/jsx-runtime";
|
|
14821
14861
|
var FILEMANAGERBREADCRUMB_CLASSNAME = `k-filemanager-breadcrumb`;
|
|
14822
|
-
var
|
|
14823
|
-
var
|
|
14824
|
-
var
|
|
14862
|
+
var states139 = [];
|
|
14863
|
+
var options129 = {};
|
|
14864
|
+
var defaultProps128 = {};
|
|
14825
14865
|
var FileManagerBreadcrumb = (props) => {
|
|
14826
14866
|
const {
|
|
14827
14867
|
children,
|
|
14828
14868
|
...other
|
|
14829
14869
|
} = props;
|
|
14830
|
-
return /* @__PURE__ */
|
|
14870
|
+
return /* @__PURE__ */ jsx402(
|
|
14831
14871
|
Breadcrumb,
|
|
14832
14872
|
{
|
|
14833
14873
|
className: classNames(
|
|
@@ -14839,23 +14879,23 @@ var FileManagerBreadcrumb = (props) => {
|
|
|
14839
14879
|
}
|
|
14840
14880
|
);
|
|
14841
14881
|
};
|
|
14842
|
-
FileManagerBreadcrumb.states =
|
|
14843
|
-
FileManagerBreadcrumb.options =
|
|
14882
|
+
FileManagerBreadcrumb.states = states139;
|
|
14883
|
+
FileManagerBreadcrumb.options = options129;
|
|
14844
14884
|
FileManagerBreadcrumb.className = FILEMANAGERBREADCRUMB_CLASSNAME;
|
|
14845
|
-
FileManagerBreadcrumb.defaultProps =
|
|
14885
|
+
FileManagerBreadcrumb.defaultProps = defaultProps128;
|
|
14846
14886
|
|
|
14847
14887
|
// src/filemanager/filemanager-listview.spec.tsx
|
|
14848
|
-
import { jsx as
|
|
14888
|
+
import { jsx as jsx403 } from "react/jsx-runtime";
|
|
14849
14889
|
var FILEMANAGERLISTVIEW_CLASSNAME = `k-filemanager-listview`;
|
|
14850
|
-
var
|
|
14851
|
-
var
|
|
14852
|
-
var
|
|
14890
|
+
var states140 = [];
|
|
14891
|
+
var options130 = {};
|
|
14892
|
+
var defaultProps129 = {};
|
|
14853
14893
|
var FileManagerListView = (props) => {
|
|
14854
14894
|
const {
|
|
14855
14895
|
children,
|
|
14856
14896
|
...other
|
|
14857
14897
|
} = props;
|
|
14858
|
-
return /* @__PURE__ */
|
|
14898
|
+
return /* @__PURE__ */ jsx403(
|
|
14859
14899
|
ListView,
|
|
14860
14900
|
{
|
|
14861
14901
|
className: classNames(
|
|
@@ -14869,23 +14909,23 @@ var FileManagerListView = (props) => {
|
|
|
14869
14909
|
}
|
|
14870
14910
|
);
|
|
14871
14911
|
};
|
|
14872
|
-
FileManagerListView.states =
|
|
14873
|
-
FileManagerListView.options =
|
|
14912
|
+
FileManagerListView.states = states140;
|
|
14913
|
+
FileManagerListView.options = options130;
|
|
14874
14914
|
FileManagerListView.className = FILEMANAGERLISTVIEW_CLASSNAME;
|
|
14875
|
-
FileManagerListView.defaultProps =
|
|
14915
|
+
FileManagerListView.defaultProps = defaultProps129;
|
|
14876
14916
|
|
|
14877
14917
|
// src/filemanager/filemanager-treeview.spec.tsx
|
|
14878
|
-
import { jsx as
|
|
14918
|
+
import { jsx as jsx404 } from "react/jsx-runtime";
|
|
14879
14919
|
var FILEMANAGERTREEVIEW_CLASSNAME = `k-filemanager-treeview`;
|
|
14880
|
-
var
|
|
14881
|
-
var
|
|
14882
|
-
var
|
|
14920
|
+
var states141 = [];
|
|
14921
|
+
var options131 = {};
|
|
14922
|
+
var defaultProps130 = {};
|
|
14883
14923
|
var FileManagerTreeview = (props) => {
|
|
14884
14924
|
const {
|
|
14885
14925
|
children,
|
|
14886
14926
|
...other
|
|
14887
14927
|
} = props;
|
|
14888
|
-
return /* @__PURE__ */
|
|
14928
|
+
return /* @__PURE__ */ jsx404(
|
|
14889
14929
|
Treeview,
|
|
14890
14930
|
{
|
|
14891
14931
|
className: classNames(
|
|
@@ -14897,23 +14937,23 @@ var FileManagerTreeview = (props) => {
|
|
|
14897
14937
|
}
|
|
14898
14938
|
);
|
|
14899
14939
|
};
|
|
14900
|
-
FileManagerTreeview.states =
|
|
14901
|
-
FileManagerTreeview.options =
|
|
14940
|
+
FileManagerTreeview.states = states141;
|
|
14941
|
+
FileManagerTreeview.options = options131;
|
|
14902
14942
|
FileManagerTreeview.className = FILEMANAGERTREEVIEW_CLASSNAME;
|
|
14903
|
-
FileManagerTreeview.defaultProps =
|
|
14943
|
+
FileManagerTreeview.defaultProps = defaultProps130;
|
|
14904
14944
|
|
|
14905
14945
|
// src/filemanager/filemanager-drag-hint.tsx
|
|
14906
|
-
import { jsx as
|
|
14946
|
+
import { jsx as jsx405, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
14907
14947
|
var FILEMANAGERDRAGHINT_CLASSNAME = "k-filemanager-drag-hint";
|
|
14908
|
-
var
|
|
14909
|
-
var
|
|
14910
|
-
var
|
|
14948
|
+
var states142 = [];
|
|
14949
|
+
var options132 = {};
|
|
14950
|
+
var defaultProps131 = {
|
|
14911
14951
|
icon: "file"
|
|
14912
14952
|
};
|
|
14913
14953
|
var FileManagerDragHint = (props) => {
|
|
14914
14954
|
const {
|
|
14915
14955
|
hint,
|
|
14916
|
-
icon =
|
|
14956
|
+
icon = defaultProps131.icon,
|
|
14917
14957
|
...other
|
|
14918
14958
|
} = props;
|
|
14919
14959
|
return /* @__PURE__ */ jsxs159(
|
|
@@ -14926,31 +14966,31 @@ var FileManagerDragHint = (props) => {
|
|
|
14926
14966
|
),
|
|
14927
14967
|
...other,
|
|
14928
14968
|
children: [
|
|
14929
|
-
/* @__PURE__ */
|
|
14930
|
-
/* @__PURE__ */
|
|
14969
|
+
/* @__PURE__ */ jsx405(Icon, { icon }),
|
|
14970
|
+
/* @__PURE__ */ jsx405("span", { children: hint })
|
|
14931
14971
|
]
|
|
14932
14972
|
}
|
|
14933
14973
|
);
|
|
14934
14974
|
};
|
|
14935
|
-
FileManagerDragHint.states =
|
|
14936
|
-
FileManagerDragHint.options =
|
|
14975
|
+
FileManagerDragHint.states = states142;
|
|
14976
|
+
FileManagerDragHint.options = options132;
|
|
14937
14977
|
FileManagerDragHint.className = FILEMANAGERDRAGHINT_CLASSNAME;
|
|
14938
|
-
FileManagerDragHint.defaultProps =
|
|
14978
|
+
FileManagerDragHint.defaultProps = defaultProps131;
|
|
14939
14979
|
|
|
14940
14980
|
// src/filemanager/file-info.tsx
|
|
14941
|
-
import { Fragment as Fragment112, jsx as
|
|
14981
|
+
import { Fragment as Fragment112, jsx as jsx406, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
14942
14982
|
var FILEINFO_CLASSNAME = "k-file-info";
|
|
14943
|
-
var
|
|
14944
|
-
var
|
|
14945
|
-
var
|
|
14983
|
+
var states143 = [];
|
|
14984
|
+
var options133 = {};
|
|
14985
|
+
var defaultProps132 = {
|
|
14946
14986
|
name: "No File Selected",
|
|
14947
14987
|
icon: "file"
|
|
14948
14988
|
};
|
|
14949
14989
|
var FileInfo = (props) => {
|
|
14950
14990
|
const {
|
|
14951
14991
|
selection,
|
|
14952
|
-
name =
|
|
14953
|
-
icon =
|
|
14992
|
+
name = defaultProps132.name,
|
|
14993
|
+
icon = defaultProps132.icon,
|
|
14954
14994
|
fileType,
|
|
14955
14995
|
fileSize,
|
|
14956
14996
|
fileDateCreated,
|
|
@@ -14960,7 +15000,7 @@ var FileInfo = (props) => {
|
|
|
14960
15000
|
props.className,
|
|
14961
15001
|
FILEINFO_CLASSNAME
|
|
14962
15002
|
), children: [
|
|
14963
|
-
/* @__PURE__ */
|
|
15003
|
+
/* @__PURE__ */ jsx406(
|
|
14964
15004
|
FilePreview,
|
|
14965
15005
|
{
|
|
14966
15006
|
className: classNames(
|
|
@@ -14975,43 +15015,43 @@ var FileInfo = (props) => {
|
|
|
14975
15015
|
size: "xxxlarge"
|
|
14976
15016
|
}
|
|
14977
15017
|
),
|
|
14978
|
-
selection === "single" && /* @__PURE__ */
|
|
15018
|
+
selection === "single" && /* @__PURE__ */ jsx406(Fragment112, { children: /* @__PURE__ */ jsxs160("dl", { className: "k-file-meta", children: [
|
|
14979
15019
|
fileType && /* @__PURE__ */ jsxs160(Fragment112, { children: [
|
|
14980
|
-
/* @__PURE__ */
|
|
14981
|
-
/* @__PURE__ */
|
|
14982
|
-
/* @__PURE__ */
|
|
15020
|
+
/* @__PURE__ */ jsx406("dt", { className: "k-file-meta-label", children: "Type: " }),
|
|
15021
|
+
/* @__PURE__ */ jsx406("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
|
|
15022
|
+
/* @__PURE__ */ jsx406("dd", { className: "k-line-break" })
|
|
14983
15023
|
] }),
|
|
14984
15024
|
fileSize && /* @__PURE__ */ jsxs160(Fragment112, { children: [
|
|
14985
|
-
/* @__PURE__ */
|
|
14986
|
-
/* @__PURE__ */
|
|
14987
|
-
/* @__PURE__ */
|
|
15025
|
+
/* @__PURE__ */ jsx406("dt", { className: "k-file-meta-label", children: "Size: " }),
|
|
15026
|
+
/* @__PURE__ */ jsx406("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
|
|
15027
|
+
/* @__PURE__ */ jsx406("dd", { className: "k-line-break" })
|
|
14988
15028
|
] }),
|
|
14989
15029
|
fileDateCreated && /* @__PURE__ */ jsxs160(Fragment112, { children: [
|
|
14990
|
-
/* @__PURE__ */
|
|
14991
|
-
/* @__PURE__ */
|
|
14992
|
-
/* @__PURE__ */
|
|
15030
|
+
/* @__PURE__ */ jsx406("dt", { className: "k-file-meta-label", children: "Date Created: " }),
|
|
15031
|
+
/* @__PURE__ */ jsx406("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
|
|
15032
|
+
/* @__PURE__ */ jsx406("dd", { className: "k-line-break" })
|
|
14993
15033
|
] }),
|
|
14994
15034
|
fileDateModified && /* @__PURE__ */ jsxs160(Fragment112, { children: [
|
|
14995
|
-
/* @__PURE__ */
|
|
14996
|
-
/* @__PURE__ */
|
|
14997
|
-
/* @__PURE__ */
|
|
15035
|
+
/* @__PURE__ */ jsx406("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
|
|
15036
|
+
/* @__PURE__ */ jsx406("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
|
|
15037
|
+
/* @__PURE__ */ jsx406("dd", { className: "k-line-break" })
|
|
14998
15038
|
] })
|
|
14999
15039
|
] }) })
|
|
15000
15040
|
] });
|
|
15001
15041
|
};
|
|
15002
|
-
FileInfo.states =
|
|
15003
|
-
FileInfo.options =
|
|
15042
|
+
FileInfo.states = states143;
|
|
15043
|
+
FileInfo.options = options133;
|
|
15004
15044
|
FileInfo.className = FILEINFO_CLASSNAME;
|
|
15005
|
-
FileInfo.defaultProps =
|
|
15045
|
+
FileInfo.defaultProps = defaultProps132;
|
|
15006
15046
|
|
|
15007
15047
|
// src/filemanager/file-preview.tsx
|
|
15008
|
-
import { Fragment as Fragment113, jsx as
|
|
15048
|
+
import { Fragment as Fragment113, jsx as jsx407, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
15009
15049
|
var FILEPREVIEW_CLASSNAME = "k-file-preview";
|
|
15010
|
-
var
|
|
15011
|
-
var
|
|
15050
|
+
var states144 = [];
|
|
15051
|
+
var options134 = {
|
|
15012
15052
|
size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge]
|
|
15013
15053
|
};
|
|
15014
|
-
var
|
|
15054
|
+
var defaultProps133 = {};
|
|
15015
15055
|
var FilePreview = (props) => {
|
|
15016
15056
|
const {
|
|
15017
15057
|
size,
|
|
@@ -15019,9 +15059,9 @@ var FilePreview = (props) => {
|
|
|
15019
15059
|
name
|
|
15020
15060
|
} = props;
|
|
15021
15061
|
return /* @__PURE__ */ jsxs161(Fragment113, { children: [
|
|
15022
|
-
/* @__PURE__ */
|
|
15062
|
+
/* @__PURE__ */ jsx407("span", { className: classNames(
|
|
15023
15063
|
FILEPREVIEW_CLASSNAME
|
|
15024
|
-
), children: /* @__PURE__ */
|
|
15064
|
+
), children: /* @__PURE__ */ jsx407(
|
|
15025
15065
|
Icon,
|
|
15026
15066
|
{
|
|
15027
15067
|
className: "k-file-icon",
|
|
@@ -15029,41 +15069,41 @@ var FilePreview = (props) => {
|
|
|
15029
15069
|
size
|
|
15030
15070
|
}
|
|
15031
15071
|
) }),
|
|
15032
|
-
/* @__PURE__ */
|
|
15072
|
+
/* @__PURE__ */ jsx407("span", { className: classNames(
|
|
15033
15073
|
props.className,
|
|
15034
15074
|
"k-file-name"
|
|
15035
15075
|
), children: name })
|
|
15036
15076
|
] });
|
|
15037
15077
|
};
|
|
15038
|
-
FilePreview.states =
|
|
15039
|
-
FilePreview.options =
|
|
15078
|
+
FilePreview.states = states144;
|
|
15079
|
+
FilePreview.options = options134;
|
|
15040
15080
|
FilePreview.className = FILEPREVIEW_CLASSNAME;
|
|
15041
|
-
FilePreview.defaultProps =
|
|
15081
|
+
FilePreview.defaultProps = defaultProps133;
|
|
15042
15082
|
|
|
15043
15083
|
// src/filemanager/templates/filemanager-normal.tsx
|
|
15044
|
-
import { Fragment as Fragment114, jsx as
|
|
15084
|
+
import { Fragment as Fragment114, jsx as jsx408, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
15045
15085
|
|
|
15046
15086
|
// src/filemanager/templates/filemanager-preview.tsx
|
|
15047
|
-
import { Fragment as Fragment115, jsx as
|
|
15087
|
+
import { Fragment as Fragment115, jsx as jsx409, jsxs as jsxs163 } from "react/jsx-runtime";
|
|
15048
15088
|
|
|
15049
15089
|
// src/filemanager/templates/filemanager-grid.tsx
|
|
15050
|
-
import { Fragment as Fragment116, jsx as
|
|
15090
|
+
import { Fragment as Fragment116, jsx as jsx410, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
15051
15091
|
|
|
15052
15092
|
// src/filemanager/templates/filemanager-grid-preview.tsx
|
|
15053
|
-
import { Fragment as Fragment117, jsx as
|
|
15093
|
+
import { Fragment as Fragment117, jsx as jsx411, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
15054
15094
|
|
|
15055
15095
|
// src/taskboard/taskboard-toolbar.tsx
|
|
15056
|
-
import { jsx as
|
|
15096
|
+
import { jsx as jsx412 } from "react/jsx-runtime";
|
|
15057
15097
|
var TASKBOARDTOOLBAR_CLASSNAME = `k-taskboard-toolbar`;
|
|
15058
|
-
var
|
|
15059
|
-
var
|
|
15060
|
-
var
|
|
15098
|
+
var states145 = [];
|
|
15099
|
+
var options135 = {};
|
|
15100
|
+
var defaultProps134 = {};
|
|
15061
15101
|
var TaskBoardToolbar = (props) => {
|
|
15062
15102
|
const {
|
|
15063
15103
|
children,
|
|
15064
15104
|
...other
|
|
15065
15105
|
} = props;
|
|
15066
|
-
return /* @__PURE__ */
|
|
15106
|
+
return /* @__PURE__ */ jsx412(
|
|
15067
15107
|
Toolbar,
|
|
15068
15108
|
{
|
|
15069
15109
|
...other,
|
|
@@ -15075,27 +15115,27 @@ var TaskBoardToolbar = (props) => {
|
|
|
15075
15115
|
}
|
|
15076
15116
|
);
|
|
15077
15117
|
};
|
|
15078
|
-
TaskBoardToolbar.states =
|
|
15079
|
-
TaskBoardToolbar.options =
|
|
15118
|
+
TaskBoardToolbar.states = states145;
|
|
15119
|
+
TaskBoardToolbar.options = options135;
|
|
15080
15120
|
TaskBoardToolbar.className = TASKBOARDTOOLBAR_CLASSNAME;
|
|
15081
|
-
TaskBoardToolbar.defaultProps =
|
|
15121
|
+
TaskBoardToolbar.defaultProps = defaultProps134;
|
|
15082
15122
|
|
|
15083
15123
|
// src/taskboard/taskboard-pane.tsx
|
|
15084
|
-
import { Fragment as Fragment118, jsx as
|
|
15124
|
+
import { Fragment as Fragment118, jsx as jsx413, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
15085
15125
|
var TASKBOARDPANE_CLASSNAME = `k-taskboard-pane`;
|
|
15086
|
-
var
|
|
15087
|
-
var
|
|
15126
|
+
var states146 = [];
|
|
15127
|
+
var options136 = {};
|
|
15088
15128
|
var defaultHeader = /* @__PURE__ */ jsxs166(Fragment118, { children: [
|
|
15089
|
-
/* @__PURE__ */
|
|
15090
|
-
/* @__PURE__ */
|
|
15091
|
-
/* @__PURE__ */
|
|
15129
|
+
/* @__PURE__ */ jsx413("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
|
|
15130
|
+
/* @__PURE__ */ jsx413("span", { className: "k-spacer" }),
|
|
15131
|
+
/* @__PURE__ */ jsx413("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "x" }) })
|
|
15092
15132
|
] });
|
|
15093
|
-
var
|
|
15133
|
+
var defaultProps135 = {
|
|
15094
15134
|
header: defaultHeader
|
|
15095
15135
|
};
|
|
15096
15136
|
var TaskBoardPane = (props) => {
|
|
15097
15137
|
const {
|
|
15098
|
-
header =
|
|
15138
|
+
header = defaultProps135.header,
|
|
15099
15139
|
...other
|
|
15100
15140
|
} = props;
|
|
15101
15141
|
return /* @__PURE__ */ jsxs166(
|
|
@@ -15108,34 +15148,34 @@ var TaskBoardPane = (props) => {
|
|
|
15108
15148
|
"k-taskboard-edit-pane"
|
|
15109
15149
|
),
|
|
15110
15150
|
children: [
|
|
15111
|
-
/* @__PURE__ */
|
|
15112
|
-
/* @__PURE__ */
|
|
15151
|
+
/* @__PURE__ */ jsx413("div", { className: "k-taskboard-pane-header", children: header }),
|
|
15152
|
+
/* @__PURE__ */ jsx413("div", { className: "k-taskboard-pane-content", children: props.children }),
|
|
15113
15153
|
/* @__PURE__ */ jsxs166(ActionButtons, { alignment: "end", className: "k-taskboard-pane-actions", children: [
|
|
15114
|
-
/* @__PURE__ */
|
|
15115
|
-
/* @__PURE__ */
|
|
15154
|
+
/* @__PURE__ */ jsx413(Button, { icon: "trash", children: "Delete" }),
|
|
15155
|
+
/* @__PURE__ */ jsx413(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
|
|
15116
15156
|
] })
|
|
15117
15157
|
]
|
|
15118
15158
|
}
|
|
15119
15159
|
);
|
|
15120
15160
|
};
|
|
15121
|
-
TaskBoardPane.states =
|
|
15122
|
-
TaskBoardPane.options =
|
|
15161
|
+
TaskBoardPane.states = states146;
|
|
15162
|
+
TaskBoardPane.options = options136;
|
|
15123
15163
|
TaskBoardPane.className = TASKBOARDPANE_CLASSNAME;
|
|
15124
|
-
TaskBoardPane.defaultProps =
|
|
15164
|
+
TaskBoardPane.defaultProps = defaultProps135;
|
|
15125
15165
|
|
|
15126
15166
|
// src/taskboard/taskboard.spec.tsx
|
|
15127
|
-
import { Fragment as Fragment119, jsx as
|
|
15167
|
+
import { Fragment as Fragment119, jsx as jsx414, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
15128
15168
|
var TASKBOARD_CLASSNAME = `k-taskboard`;
|
|
15129
|
-
var
|
|
15169
|
+
var states147 = [
|
|
15130
15170
|
States.disabled
|
|
15131
15171
|
];
|
|
15132
|
-
var
|
|
15133
|
-
var defaultToolbar2 = /* @__PURE__ */
|
|
15134
|
-
/* @__PURE__ */
|
|
15135
|
-
/* @__PURE__ */
|
|
15136
|
-
/* @__PURE__ */
|
|
15172
|
+
var options137 = {};
|
|
15173
|
+
var defaultToolbar2 = /* @__PURE__ */ jsx414(Fragment119, { children: /* @__PURE__ */ jsxs167(TaskBoardToolbar, { children: [
|
|
15174
|
+
/* @__PURE__ */ jsx414(Button, { icon: "plus", children: "Add Column" }),
|
|
15175
|
+
/* @__PURE__ */ jsx414("span", { className: "k-spacer" }),
|
|
15176
|
+
/* @__PURE__ */ jsx414(Searchbox, { placeholder: "Search..." })
|
|
15137
15177
|
] }) });
|
|
15138
|
-
var
|
|
15178
|
+
var defaultProps136 = {
|
|
15139
15179
|
toolbar: defaultToolbar2,
|
|
15140
15180
|
pane: false,
|
|
15141
15181
|
panePosition: "end"
|
|
@@ -15143,8 +15183,8 @@ var defaultProps135 = {
|
|
|
15143
15183
|
var TaskBoard = (props) => {
|
|
15144
15184
|
const {
|
|
15145
15185
|
disabled,
|
|
15146
|
-
toolbar =
|
|
15147
|
-
panePosition =
|
|
15186
|
+
toolbar = defaultProps136.toolbar,
|
|
15187
|
+
panePosition = defaultProps136.panePosition,
|
|
15148
15188
|
pane,
|
|
15149
15189
|
...other
|
|
15150
15190
|
} = props;
|
|
@@ -15160,45 +15200,45 @@ var TaskBoard = (props) => {
|
|
|
15160
15200
|
})
|
|
15161
15201
|
),
|
|
15162
15202
|
children: [
|
|
15163
|
-
/* @__PURE__ */
|
|
15164
|
-
/* @__PURE__ */
|
|
15203
|
+
/* @__PURE__ */ jsx414("div", { className: "k-taskboard-header", children: toolbar }),
|
|
15204
|
+
/* @__PURE__ */ jsx414("div", { className: "k-taskboard-content", style: {
|
|
15165
15205
|
marginRight: pane && panePosition === "end" ? "304px" : void 0,
|
|
15166
15206
|
marginLeft: pane && panePosition === "start" ? "304px" : void 0
|
|
15167
|
-
}, children: /* @__PURE__ */
|
|
15168
|
-
pane && /* @__PURE__ */
|
|
15207
|
+
}, children: /* @__PURE__ */ jsx414("div", { className: "k-taskboard-columns-container", children: props.children }) }),
|
|
15208
|
+
pane && /* @__PURE__ */ jsx414(Fragment119, { children: /* @__PURE__ */ jsx414(TaskBoardPane, { className: classNames(
|
|
15169
15209
|
{
|
|
15170
15210
|
["k-taskboard-pane-start"]: panePosition === "start"
|
|
15171
15211
|
}
|
|
15172
|
-
), children: /* @__PURE__ */
|
|
15212
|
+
), children: /* @__PURE__ */ jsx414(FormNormal, { formButtons: null, children: /* @__PURE__ */ jsx414(FormField, { label: "Textbox:", editor: /* @__PURE__ */ jsx414(Textbox, {}) }) }) }) })
|
|
15173
15213
|
]
|
|
15174
15214
|
}
|
|
15175
15215
|
);
|
|
15176
15216
|
};
|
|
15177
|
-
TaskBoard.states =
|
|
15178
|
-
TaskBoard.options =
|
|
15217
|
+
TaskBoard.states = states147;
|
|
15218
|
+
TaskBoard.options = options137;
|
|
15179
15219
|
TaskBoard.className = TASKBOARD_CLASSNAME;
|
|
15180
|
-
TaskBoard.defaultProps =
|
|
15220
|
+
TaskBoard.defaultProps = defaultProps136;
|
|
15181
15221
|
|
|
15182
15222
|
// src/taskboard/taskboard-column.tsx
|
|
15183
|
-
import { Fragment as Fragment120, jsx as
|
|
15223
|
+
import { Fragment as Fragment120, jsx as jsx415, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
15184
15224
|
var TASKBOARDCOLUMN_CLASSNAME = `k-taskboard-column`;
|
|
15185
|
-
var
|
|
15186
|
-
var
|
|
15225
|
+
var states148 = [];
|
|
15226
|
+
var options138 = {};
|
|
15187
15227
|
var defaultHeader2 = /* @__PURE__ */ jsxs168(Fragment120, { children: [
|
|
15188
|
-
/* @__PURE__ */
|
|
15189
|
-
/* @__PURE__ */
|
|
15228
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
|
|
15229
|
+
/* @__PURE__ */ jsx415("span", { className: "k-spacer" }),
|
|
15190
15230
|
/* @__PURE__ */ jsxs168("div", { className: "k-taskboard-column-header-actions", children: [
|
|
15191
|
-
/* @__PURE__ */
|
|
15192
|
-
/* @__PURE__ */
|
|
15193
|
-
/* @__PURE__ */
|
|
15231
|
+
/* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "pencil" }),
|
|
15232
|
+
/* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "plus" }),
|
|
15233
|
+
/* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "x" })
|
|
15194
15234
|
] })
|
|
15195
15235
|
] });
|
|
15196
|
-
var
|
|
15236
|
+
var defaultProps137 = {
|
|
15197
15237
|
header: defaultHeader2
|
|
15198
15238
|
};
|
|
15199
15239
|
var TaskBoardColumn = (props) => {
|
|
15200
15240
|
const {
|
|
15201
|
-
header =
|
|
15241
|
+
header = defaultProps137.header,
|
|
15202
15242
|
edit,
|
|
15203
15243
|
...other
|
|
15204
15244
|
} = props;
|
|
@@ -15214,30 +15254,30 @@ var TaskBoardColumn = (props) => {
|
|
|
15214
15254
|
}
|
|
15215
15255
|
),
|
|
15216
15256
|
children: [
|
|
15217
|
-
/* @__PURE__ */
|
|
15218
|
-
/* @__PURE__ */
|
|
15257
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-column-header", children: header }),
|
|
15258
|
+
/* @__PURE__ */ jsx415("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ jsx415("div", { className: "k-taskboard-column-cards", children: props.children }) })
|
|
15219
15259
|
]
|
|
15220
15260
|
}
|
|
15221
15261
|
);
|
|
15222
15262
|
};
|
|
15223
|
-
TaskBoardColumn.states =
|
|
15224
|
-
TaskBoardColumn.options =
|
|
15263
|
+
TaskBoardColumn.states = states148;
|
|
15264
|
+
TaskBoardColumn.options = options138;
|
|
15225
15265
|
TaskBoardColumn.className = TASKBOARDCOLUMN_CLASSNAME;
|
|
15226
|
-
TaskBoardColumn.defaultProps =
|
|
15266
|
+
TaskBoardColumn.defaultProps = defaultProps137;
|
|
15227
15267
|
|
|
15228
15268
|
// src/taskboard/taskboard-card.tsx
|
|
15229
|
-
import { jsx as
|
|
15269
|
+
import { jsx as jsx416 } from "react/jsx-runtime";
|
|
15230
15270
|
var TASKBOARDCARD_CLASSNAME = `k-taskboard-card`;
|
|
15231
|
-
var
|
|
15232
|
-
var
|
|
15233
|
-
var
|
|
15271
|
+
var states149 = [];
|
|
15272
|
+
var options139 = {};
|
|
15273
|
+
var defaultProps138 = {};
|
|
15234
15274
|
var TaskBoardCard = (props) => {
|
|
15235
15275
|
const {
|
|
15236
15276
|
children,
|
|
15237
15277
|
category,
|
|
15238
15278
|
...other
|
|
15239
15279
|
} = props;
|
|
15240
|
-
return /* @__PURE__ */
|
|
15280
|
+
return /* @__PURE__ */ jsx416(
|
|
15241
15281
|
Card,
|
|
15242
15282
|
{
|
|
15243
15283
|
...other,
|
|
@@ -15252,19 +15292,205 @@ var TaskBoardCard = (props) => {
|
|
|
15252
15292
|
}
|
|
15253
15293
|
);
|
|
15254
15294
|
};
|
|
15255
|
-
TaskBoardCard.states =
|
|
15256
|
-
TaskBoardCard.options =
|
|
15295
|
+
TaskBoardCard.states = states149;
|
|
15296
|
+
TaskBoardCard.options = options139;
|
|
15257
15297
|
TaskBoardCard.className = TASKBOARDCARD_CLASSNAME;
|
|
15258
|
-
TaskBoardCard.defaultProps =
|
|
15298
|
+
TaskBoardCard.defaultProps = defaultProps138;
|
|
15259
15299
|
|
|
15260
15300
|
// src/taskboard/templates/taskboard-normal.tsx
|
|
15261
|
-
import { Fragment as Fragment121, jsx as
|
|
15301
|
+
import { Fragment as Fragment121, jsx as jsx417, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
15302
|
+
|
|
15303
|
+
// src/column-menu/column-menu.spec.tsx
|
|
15304
|
+
import { jsx as jsx418 } from "react/jsx-runtime";
|
|
15305
|
+
var COLUMNMENU_CLASSNAME = `k-column-menu`;
|
|
15306
|
+
var states150 = [];
|
|
15307
|
+
var options140 = {};
|
|
15308
|
+
var defaultProps139 = {
|
|
15309
|
+
view: "list"
|
|
15310
|
+
};
|
|
15311
|
+
var ColumnMenu = (props) => {
|
|
15312
|
+
const {
|
|
15313
|
+
view = defaultProps139.view,
|
|
15314
|
+
...other
|
|
15315
|
+
} = props;
|
|
15316
|
+
return /* @__PURE__ */ jsx418(
|
|
15317
|
+
"div",
|
|
15318
|
+
{
|
|
15319
|
+
...other,
|
|
15320
|
+
className: classNames(
|
|
15321
|
+
props.className,
|
|
15322
|
+
COLUMNMENU_CLASSNAME,
|
|
15323
|
+
{
|
|
15324
|
+
"k-column-menu-tabbed": view === "tabbed"
|
|
15325
|
+
}
|
|
15326
|
+
),
|
|
15327
|
+
children: props.children
|
|
15328
|
+
}
|
|
15329
|
+
);
|
|
15330
|
+
};
|
|
15331
|
+
ColumnMenu.states = states150;
|
|
15332
|
+
ColumnMenu.options = options140;
|
|
15333
|
+
ColumnMenu.className = COLUMNMENU_CLASSNAME;
|
|
15334
|
+
ColumnMenu.defaultProps = defaultProps139;
|
|
15335
|
+
|
|
15336
|
+
// src/column-menu/column-menu-item.spec.tsx
|
|
15337
|
+
import { jsx as jsx419, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
15338
|
+
var COLUMNMENUITEM_CLASSNAME = `k-columnmenu-item`;
|
|
15339
|
+
var states151 = [
|
|
15340
|
+
States.focus,
|
|
15341
|
+
States.selected
|
|
15342
|
+
];
|
|
15343
|
+
var options141 = {};
|
|
15344
|
+
var defaultProps140 = {};
|
|
15345
|
+
var ColumnMenuItem = (props) => {
|
|
15346
|
+
const {
|
|
15347
|
+
focus,
|
|
15348
|
+
selected,
|
|
15349
|
+
text,
|
|
15350
|
+
icon,
|
|
15351
|
+
...other
|
|
15352
|
+
} = props;
|
|
15353
|
+
return /* @__PURE__ */ jsxs170(
|
|
15354
|
+
"div",
|
|
15355
|
+
{
|
|
15356
|
+
...other,
|
|
15357
|
+
className: classNames(
|
|
15358
|
+
props.className,
|
|
15359
|
+
COLUMNMENUITEM_CLASSNAME,
|
|
15360
|
+
stateClassNames(COLUMNMENUITEM_CLASSNAME, {
|
|
15361
|
+
focus,
|
|
15362
|
+
selected
|
|
15363
|
+
})
|
|
15364
|
+
),
|
|
15365
|
+
children: [
|
|
15366
|
+
/* @__PURE__ */ jsx419(Icon, { icon }),
|
|
15367
|
+
text,
|
|
15368
|
+
props.children
|
|
15369
|
+
]
|
|
15370
|
+
}
|
|
15371
|
+
);
|
|
15372
|
+
};
|
|
15373
|
+
ColumnMenuItem.states = states151;
|
|
15374
|
+
ColumnMenuItem.options = options141;
|
|
15375
|
+
ColumnMenuItem.className = COLUMNMENUITEM_CLASSNAME;
|
|
15376
|
+
ColumnMenuItem.defaultProps = defaultProps140;
|
|
15377
|
+
|
|
15378
|
+
// src/column-menu/column-menu-item-wrapper.tsx
|
|
15379
|
+
import { jsx as jsx420 } from "react/jsx-runtime";
|
|
15380
|
+
|
|
15381
|
+
// src/column-menu/column-menu-item-content.tsx
|
|
15382
|
+
import { jsx as jsx421 } from "react/jsx-runtime";
|
|
15383
|
+
var className31 = `k-columnmenu-item-content`;
|
|
15384
|
+
var ColumnMenuItemContent = (props) => /* @__PURE__ */ jsx421(
|
|
15385
|
+
"div",
|
|
15386
|
+
{
|
|
15387
|
+
...props,
|
|
15388
|
+
className: classNames(
|
|
15389
|
+
props.className,
|
|
15390
|
+
className31,
|
|
15391
|
+
"k-columns-item"
|
|
15392
|
+
),
|
|
15393
|
+
children: props.children
|
|
15394
|
+
}
|
|
15395
|
+
);
|
|
15396
|
+
|
|
15397
|
+
// src/column-menu/filter-menu.spec.tsx
|
|
15398
|
+
import { jsx as jsx422 } from "react/jsx-runtime";
|
|
15399
|
+
var FILTERMENU_CLASSNAME = `k-filter-menu`;
|
|
15400
|
+
var states152 = [];
|
|
15401
|
+
var options142 = {};
|
|
15402
|
+
var defaultProps141 = {};
|
|
15403
|
+
var FilterMenu = (props) => {
|
|
15404
|
+
const {
|
|
15405
|
+
...other
|
|
15406
|
+
} = props;
|
|
15407
|
+
return /* @__PURE__ */ jsx422(
|
|
15408
|
+
"form",
|
|
15409
|
+
{
|
|
15410
|
+
...other,
|
|
15411
|
+
className: classNames(
|
|
15412
|
+
props.className,
|
|
15413
|
+
FILTERMENU_CLASSNAME
|
|
15414
|
+
),
|
|
15415
|
+
children: /* @__PURE__ */ jsx422("div", { className: "k-filter-menu-container", children: props.children })
|
|
15416
|
+
}
|
|
15417
|
+
);
|
|
15418
|
+
};
|
|
15419
|
+
FilterMenu.states = states152;
|
|
15420
|
+
FilterMenu.options = options142;
|
|
15421
|
+
FilterMenu.className = FILTERMENU_CLASSNAME;
|
|
15422
|
+
FilterMenu.defaultProps = defaultProps141;
|
|
15423
|
+
|
|
15424
|
+
// src/column-menu/column-menu-multicheck-wrap.tsx
|
|
15425
|
+
import { jsx as jsx423 } from "react/jsx-runtime";
|
|
15426
|
+
|
|
15427
|
+
// src/column-menu/column-menu-multicheck-item.tsx
|
|
15428
|
+
import { jsx as jsx424, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
15429
|
+
|
|
15430
|
+
// src/column-menu/column-menu-expander.spec.tsx
|
|
15431
|
+
import { Fragment as Fragment122, jsx as jsx425, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
15432
|
+
var COLUMNMENUEXPANDER_CLASSNAME = `k-expander`;
|
|
15433
|
+
var states153 = [];
|
|
15434
|
+
var options143 = {};
|
|
15435
|
+
var defaultProps142 = {};
|
|
15436
|
+
var ColumnMenuExpander = (props) => {
|
|
15437
|
+
const {
|
|
15438
|
+
itemText,
|
|
15439
|
+
itemIcon,
|
|
15440
|
+
expanded,
|
|
15441
|
+
itemContent,
|
|
15442
|
+
expanderIcon,
|
|
15443
|
+
...other
|
|
15444
|
+
} = props;
|
|
15445
|
+
let icon = /* @__PURE__ */ jsx425(Fragment122, {});
|
|
15446
|
+
if (!expanded && !expanderIcon) {
|
|
15447
|
+
icon = /* @__PURE__ */ jsx425(Icon, { icon: "chevron-down" });
|
|
15448
|
+
} else if (expanded && !expanderIcon) {
|
|
15449
|
+
icon = /* @__PURE__ */ jsx425(Icon, { icon: "chevron-up" });
|
|
15450
|
+
} else {
|
|
15451
|
+
icon = /* @__PURE__ */ jsx425(Icon, { icon: expanderIcon });
|
|
15452
|
+
}
|
|
15453
|
+
return /* @__PURE__ */ jsxs172(
|
|
15454
|
+
"div",
|
|
15455
|
+
{
|
|
15456
|
+
...other,
|
|
15457
|
+
className: classNames(
|
|
15458
|
+
props.className,
|
|
15459
|
+
COLUMNMENUEXPANDER_CLASSNAME
|
|
15460
|
+
),
|
|
15461
|
+
children: [
|
|
15462
|
+
/* @__PURE__ */ jsxs172(ColumnMenuItem, { text: itemText, icon: itemIcon, children: [
|
|
15463
|
+
/* @__PURE__ */ jsx425("span", { className: "k-spacer" }),
|
|
15464
|
+
/* @__PURE__ */ jsx425("span", { className: "k-expander-indicator", children: icon })
|
|
15465
|
+
] }),
|
|
15466
|
+
expanded && /* @__PURE__ */ jsx425(ColumnMenuItemContent, { children: itemContent }),
|
|
15467
|
+
props.children
|
|
15468
|
+
]
|
|
15469
|
+
}
|
|
15470
|
+
);
|
|
15471
|
+
};
|
|
15472
|
+
ColumnMenuExpander.states = states153;
|
|
15473
|
+
ColumnMenuExpander.options = options143;
|
|
15474
|
+
ColumnMenuExpander.className = COLUMNMENUEXPANDER_CLASSNAME;
|
|
15475
|
+
ColumnMenuExpander.defaultProps = defaultProps142;
|
|
15476
|
+
|
|
15477
|
+
// src/column-menu/templates/column-menu-normal.tsx
|
|
15478
|
+
import { jsx as jsx426, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
15479
|
+
|
|
15480
|
+
// src/column-menu/templates/column-menu-tabbed.tsx
|
|
15481
|
+
import { jsx as jsx427, jsxs as jsxs174 } from "react/jsx-runtime";
|
|
15482
|
+
|
|
15483
|
+
// src/column-menu/templates/filter-menu-normal.tsx
|
|
15484
|
+
import { jsx as jsx428, jsxs as jsxs175 } from "react/jsx-runtime";
|
|
15485
|
+
|
|
15486
|
+
// src/column-menu/templates/filter-menu-multi-check.tsx
|
|
15487
|
+
import { jsx as jsx429, jsxs as jsxs176 } from "react/jsx-runtime";
|
|
15262
15488
|
|
|
15263
15489
|
// src/chat/chat.spec.tsx
|
|
15264
|
-
import { Fragment as
|
|
15490
|
+
import { Fragment as Fragment123, jsx as jsx430, jsxs as jsxs177 } from "react/jsx-runtime";
|
|
15265
15491
|
var CHAT_CLASSNAME = "k-chat";
|
|
15266
|
-
var
|
|
15267
|
-
var
|
|
15492
|
+
var states154 = [];
|
|
15493
|
+
var options144 = {};
|
|
15268
15494
|
var defaultOptions = {
|
|
15269
15495
|
showToolbar: true,
|
|
15270
15496
|
showMessageBox: true,
|
|
@@ -15278,7 +15504,7 @@ var Chat = (props) => {
|
|
|
15278
15504
|
showMoreButton,
|
|
15279
15505
|
...other
|
|
15280
15506
|
} = props;
|
|
15281
|
-
return /* @__PURE__ */
|
|
15507
|
+
return /* @__PURE__ */ jsxs177(
|
|
15282
15508
|
"div",
|
|
15283
15509
|
{
|
|
15284
15510
|
...other,
|
|
@@ -15288,63 +15514,63 @@ var Chat = (props) => {
|
|
|
15288
15514
|
),
|
|
15289
15515
|
dir,
|
|
15290
15516
|
children: [
|
|
15291
|
-
/* @__PURE__ */
|
|
15292
|
-
showMessageBox && /* @__PURE__ */
|
|
15517
|
+
/* @__PURE__ */ jsx430("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx430("div", { className: "k-message-list-content", children: props.children }) }),
|
|
15518
|
+
showMessageBox && /* @__PURE__ */ jsx430(
|
|
15293
15519
|
Textbox,
|
|
15294
15520
|
{
|
|
15295
15521
|
className: "k-message-box",
|
|
15296
15522
|
placeholder: "Type a message...",
|
|
15297
|
-
suffix: /* @__PURE__ */
|
|
15298
|
-
showMoreButton && /* @__PURE__ */
|
|
15299
|
-
/* @__PURE__ */
|
|
15523
|
+
suffix: /* @__PURE__ */ jsxs177(Fragment123, { children: [
|
|
15524
|
+
showMoreButton && /* @__PURE__ */ jsx430(Button, { fillMode: "flat", icon: "more-horizontal" }),
|
|
15525
|
+
/* @__PURE__ */ jsx430(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
|
|
15300
15526
|
] })
|
|
15301
15527
|
}
|
|
15302
15528
|
),
|
|
15303
|
-
showToolbar && /* @__PURE__ */
|
|
15304
|
-
/* @__PURE__ */
|
|
15305
|
-
/* @__PURE__ */
|
|
15306
|
-
/* @__PURE__ */
|
|
15307
|
-
/* @__PURE__ */
|
|
15308
|
-
/* @__PURE__ */
|
|
15309
|
-
/* @__PURE__ */
|
|
15310
|
-
/* @__PURE__ */
|
|
15311
|
-
/* @__PURE__ */
|
|
15312
|
-
/* @__PURE__ */
|
|
15313
|
-
/* @__PURE__ */
|
|
15314
|
-
/* @__PURE__ */
|
|
15529
|
+
showToolbar && /* @__PURE__ */ jsxs177("div", { className: "k-chat-toolbar k-toolbar", children: [
|
|
15530
|
+
/* @__PURE__ */ jsx430(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
|
|
15531
|
+
/* @__PURE__ */ jsxs177("div", { className: "k-toolbar-group k-button-list", children: [
|
|
15532
|
+
/* @__PURE__ */ jsx430(Button, { icon: "arrow-rotate-cw" }),
|
|
15533
|
+
/* @__PURE__ */ jsx430(Button, { icon: "gear" }),
|
|
15534
|
+
/* @__PURE__ */ jsx430(Button, { icon: "wrench" }),
|
|
15535
|
+
/* @__PURE__ */ jsx430(Button, { icon: "plus" }),
|
|
15536
|
+
/* @__PURE__ */ jsx430(Button, { icon: "search" }),
|
|
15537
|
+
/* @__PURE__ */ jsx430(Button, { icon: "star" }),
|
|
15538
|
+
/* @__PURE__ */ jsx430(Button, { icon: "bell" }),
|
|
15539
|
+
/* @__PURE__ */ jsx430(Button, { icon: "question-circle" }),
|
|
15540
|
+
/* @__PURE__ */ jsx430(Button, { icon: "trash" })
|
|
15315
15541
|
] }),
|
|
15316
|
-
/* @__PURE__ */
|
|
15542
|
+
/* @__PURE__ */ jsx430(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
|
|
15317
15543
|
] })
|
|
15318
15544
|
]
|
|
15319
15545
|
}
|
|
15320
15546
|
);
|
|
15321
15547
|
};
|
|
15322
|
-
Chat.states =
|
|
15323
|
-
Chat.options =
|
|
15548
|
+
Chat.states = states154;
|
|
15549
|
+
Chat.options = options144;
|
|
15324
15550
|
Chat.className = CHAT_CLASSNAME;
|
|
15325
15551
|
Chat.defaultOptions = defaultOptions;
|
|
15326
15552
|
|
|
15327
15553
|
// src/chat/chat-message.tsx
|
|
15328
|
-
import { jsx as
|
|
15554
|
+
import { jsx as jsx431, jsxs as jsxs178 } from "react/jsx-runtime";
|
|
15329
15555
|
var CHATMESSAGE_CLASSNAME = "k-message";
|
|
15330
|
-
var
|
|
15556
|
+
var states155 = [
|
|
15331
15557
|
States.selected
|
|
15332
15558
|
];
|
|
15333
|
-
var
|
|
15334
|
-
var
|
|
15559
|
+
var options145 = {};
|
|
15560
|
+
var defaultProps143 = {
|
|
15335
15561
|
time: "Thu Feb 08 2018",
|
|
15336
15562
|
text: "How can I help you?",
|
|
15337
15563
|
status: "Seen"
|
|
15338
15564
|
};
|
|
15339
15565
|
var ChatMessage = (props) => {
|
|
15340
15566
|
const {
|
|
15341
|
-
time =
|
|
15342
|
-
text =
|
|
15343
|
-
status =
|
|
15567
|
+
time = defaultProps143.time,
|
|
15568
|
+
text = defaultProps143.text,
|
|
15569
|
+
status = defaultProps143.status,
|
|
15344
15570
|
selected,
|
|
15345
15571
|
...other
|
|
15346
15572
|
} = props;
|
|
15347
|
-
return /* @__PURE__ */
|
|
15573
|
+
return /* @__PURE__ */ jsxs178(
|
|
15348
15574
|
"div",
|
|
15349
15575
|
{
|
|
15350
15576
|
...other,
|
|
@@ -15354,39 +15580,39 @@ var ChatMessage = (props) => {
|
|
|
15354
15580
|
stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
|
|
15355
15581
|
),
|
|
15356
15582
|
children: [
|
|
15357
|
-
/* @__PURE__ */
|
|
15358
|
-
/* @__PURE__ */
|
|
15359
|
-
/* @__PURE__ */
|
|
15583
|
+
/* @__PURE__ */ jsx431("time", { className: "k-message-time", children: time }),
|
|
15584
|
+
/* @__PURE__ */ jsx431("div", { className: "k-chat-bubble", children: text }),
|
|
15585
|
+
/* @__PURE__ */ jsx431("span", { className: "k-message-status", children: status })
|
|
15360
15586
|
]
|
|
15361
15587
|
}
|
|
15362
15588
|
);
|
|
15363
15589
|
};
|
|
15364
|
-
ChatMessage.states =
|
|
15365
|
-
ChatMessage.options =
|
|
15590
|
+
ChatMessage.states = states155;
|
|
15591
|
+
ChatMessage.options = options145;
|
|
15366
15592
|
ChatMessage.className = CHATMESSAGE_CLASSNAME;
|
|
15367
|
-
ChatMessage.defaultProps =
|
|
15593
|
+
ChatMessage.defaultProps = defaultProps143;
|
|
15368
15594
|
|
|
15369
15595
|
// src/chat/chat-message-group.tsx
|
|
15370
|
-
import { jsx as
|
|
15596
|
+
import { jsx as jsx432, jsxs as jsxs179 } from "react/jsx-runtime";
|
|
15371
15597
|
var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
|
|
15372
|
-
var
|
|
15598
|
+
var states156 = [
|
|
15373
15599
|
States.selected
|
|
15374
15600
|
];
|
|
15375
|
-
var
|
|
15376
|
-
var
|
|
15601
|
+
var options146 = {};
|
|
15602
|
+
var defaultProps144 = {
|
|
15377
15603
|
author: "Bruv",
|
|
15378
15604
|
avatar: "/packages/html/assets/avatar.jpg",
|
|
15379
15605
|
alt: false
|
|
15380
15606
|
};
|
|
15381
15607
|
var ChatMessageGroup = (props) => {
|
|
15382
15608
|
const {
|
|
15383
|
-
alt =
|
|
15384
|
-
author =
|
|
15385
|
-
avatar =
|
|
15609
|
+
alt = defaultProps144.alt,
|
|
15610
|
+
author = defaultProps144.author,
|
|
15611
|
+
avatar = defaultProps144.avatar,
|
|
15386
15612
|
selected,
|
|
15387
15613
|
...other
|
|
15388
15614
|
} = props;
|
|
15389
|
-
return /* @__PURE__ */
|
|
15615
|
+
return /* @__PURE__ */ jsxs179(
|
|
15390
15616
|
"div",
|
|
15391
15617
|
{
|
|
15392
15618
|
...other,
|
|
@@ -15400,23 +15626,23 @@ var ChatMessageGroup = (props) => {
|
|
|
15400
15626
|
}
|
|
15401
15627
|
),
|
|
15402
15628
|
children: [
|
|
15403
|
-
author && /* @__PURE__ */
|
|
15404
|
-
avatar && /* @__PURE__ */
|
|
15629
|
+
author && /* @__PURE__ */ jsx432("p", { className: "k-author", children: author }),
|
|
15630
|
+
avatar && /* @__PURE__ */ jsx432(Avatar, { type: "image", children: /* @__PURE__ */ jsx432("img", { src: avatar }) }),
|
|
15405
15631
|
props.children
|
|
15406
15632
|
]
|
|
15407
15633
|
}
|
|
15408
15634
|
);
|
|
15409
15635
|
};
|
|
15410
|
-
ChatMessageGroup.states =
|
|
15411
|
-
ChatMessageGroup.options =
|
|
15636
|
+
ChatMessageGroup.states = states156;
|
|
15637
|
+
ChatMessageGroup.options = options146;
|
|
15412
15638
|
ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
|
|
15413
|
-
ChatMessageGroup.defaultProps =
|
|
15639
|
+
ChatMessageGroup.defaultProps = defaultProps144;
|
|
15414
15640
|
|
|
15415
15641
|
// src/chat/chat-quick-replies.tsx
|
|
15416
|
-
import { jsx as
|
|
15642
|
+
import { jsx as jsx433 } from "react/jsx-runtime";
|
|
15417
15643
|
var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
|
|
15418
|
-
var
|
|
15419
|
-
var
|
|
15644
|
+
var states157 = [];
|
|
15645
|
+
var options147 = {};
|
|
15420
15646
|
var defaultOptions2 = {
|
|
15421
15647
|
actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
|
|
15422
15648
|
};
|
|
@@ -15429,11 +15655,11 @@ var ChatQuickReply = (props) => {
|
|
|
15429
15655
|
if (actions) {
|
|
15430
15656
|
actions.map((action, index) => {
|
|
15431
15657
|
children.push(
|
|
15432
|
-
/* @__PURE__ */
|
|
15658
|
+
/* @__PURE__ */ jsx433("span", { className: "k-quick-reply", children: action }, index)
|
|
15433
15659
|
);
|
|
15434
15660
|
});
|
|
15435
15661
|
}
|
|
15436
|
-
return /* @__PURE__ */
|
|
15662
|
+
return /* @__PURE__ */ jsx433(
|
|
15437
15663
|
"div",
|
|
15438
15664
|
{
|
|
15439
15665
|
...other,
|
|
@@ -15445,26 +15671,26 @@ var ChatQuickReply = (props) => {
|
|
|
15445
15671
|
}
|
|
15446
15672
|
);
|
|
15447
15673
|
};
|
|
15448
|
-
ChatQuickReply.states =
|
|
15449
|
-
ChatQuickReply.options =
|
|
15674
|
+
ChatQuickReply.states = states157;
|
|
15675
|
+
ChatQuickReply.options = options147;
|
|
15450
15676
|
ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
|
|
15451
15677
|
ChatQuickReply.defaultOptions = defaultOptions2;
|
|
15452
15678
|
|
|
15453
15679
|
// src/chat/templates/chat-normal.tsx
|
|
15454
|
-
import { Fragment as
|
|
15680
|
+
import { Fragment as Fragment124, jsx as jsx434, jsxs as jsxs180 } from "react/jsx-runtime";
|
|
15455
15681
|
|
|
15456
15682
|
// src/chat/templates/chat-with-toolbar.tsx
|
|
15457
|
-
import { Fragment as
|
|
15683
|
+
import { Fragment as Fragment125, jsx as jsx435, jsxs as jsxs181 } from "react/jsx-runtime";
|
|
15458
15684
|
|
|
15459
15685
|
// src/chat/templates/chat-with-options.tsx
|
|
15460
|
-
import { Fragment as
|
|
15686
|
+
import { Fragment as Fragment126, jsx as jsx436, jsxs as jsxs182 } from "react/jsx-runtime";
|
|
15461
15687
|
|
|
15462
15688
|
// src/timeline/timeline.spec.tsx
|
|
15463
|
-
import { Fragment as
|
|
15689
|
+
import { Fragment as Fragment127, jsx as jsx437 } from "react/jsx-runtime";
|
|
15464
15690
|
var TIMELINE_CLASSNAME = `k-timeline`;
|
|
15465
|
-
var
|
|
15466
|
-
var
|
|
15467
|
-
var
|
|
15691
|
+
var states158 = [];
|
|
15692
|
+
var options148 = {};
|
|
15693
|
+
var defaultProps145 = {
|
|
15468
15694
|
orientation: "vertical"
|
|
15469
15695
|
};
|
|
15470
15696
|
var Timeline = (props) => {
|
|
@@ -15474,7 +15700,7 @@ var Timeline = (props) => {
|
|
|
15474
15700
|
alternatingMode,
|
|
15475
15701
|
...other
|
|
15476
15702
|
} = props;
|
|
15477
|
-
return /* @__PURE__ */
|
|
15703
|
+
return /* @__PURE__ */ jsx437(
|
|
15478
15704
|
"div",
|
|
15479
15705
|
{
|
|
15480
15706
|
...other,
|
|
@@ -15487,21 +15713,21 @@ var Timeline = (props) => {
|
|
|
15487
15713
|
[`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
|
|
15488
15714
|
}
|
|
15489
15715
|
),
|
|
15490
|
-
children: /* @__PURE__ */
|
|
15716
|
+
children: /* @__PURE__ */ jsx437(Fragment127, { children: props.children })
|
|
15491
15717
|
}
|
|
15492
15718
|
);
|
|
15493
15719
|
};
|
|
15494
|
-
Timeline.states =
|
|
15495
|
-
Timeline.options =
|
|
15720
|
+
Timeline.states = states158;
|
|
15721
|
+
Timeline.options = options148;
|
|
15496
15722
|
Timeline.className = TIMELINE_CLASSNAME;
|
|
15497
|
-
Timeline.defaultProps =
|
|
15723
|
+
Timeline.defaultProps = defaultProps145;
|
|
15498
15724
|
|
|
15499
15725
|
// src/timeline/vertical-timeline-event.spec.tsx
|
|
15500
|
-
import { jsx as
|
|
15726
|
+
import { jsx as jsx438, jsxs as jsxs183 } from "react/jsx-runtime";
|
|
15501
15727
|
var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
|
|
15502
|
-
var
|
|
15503
|
-
var
|
|
15504
|
-
var
|
|
15728
|
+
var states159 = [];
|
|
15729
|
+
var options149 = {};
|
|
15730
|
+
var defaultProps146 = {
|
|
15505
15731
|
collapsed: false,
|
|
15506
15732
|
reverse: false,
|
|
15507
15733
|
title: "Event title",
|
|
@@ -15511,15 +15737,15 @@ var defaultProps141 = {
|
|
|
15511
15737
|
var VerticalTimelineEvent = (props) => {
|
|
15512
15738
|
const {
|
|
15513
15739
|
date,
|
|
15514
|
-
content =
|
|
15515
|
-
collapsed =
|
|
15516
|
-
reverse =
|
|
15517
|
-
title =
|
|
15518
|
-
subtitle =
|
|
15740
|
+
content = defaultProps146.content,
|
|
15741
|
+
collapsed = defaultProps146.collapsed,
|
|
15742
|
+
reverse = defaultProps146.reverse,
|
|
15743
|
+
title = defaultProps146.title,
|
|
15744
|
+
subtitle = defaultProps146.subtitle,
|
|
15519
15745
|
showCollapseButton,
|
|
15520
15746
|
...other
|
|
15521
15747
|
} = props;
|
|
15522
|
-
return /* @__PURE__ */
|
|
15748
|
+
return /* @__PURE__ */ jsxs183(
|
|
15523
15749
|
"li",
|
|
15524
15750
|
{
|
|
15525
15751
|
...other,
|
|
@@ -15529,43 +15755,43 @@ var VerticalTimelineEvent = (props) => {
|
|
|
15529
15755
|
{ "k-reverse": reverse }
|
|
15530
15756
|
),
|
|
15531
15757
|
children: [
|
|
15532
|
-
date && /* @__PURE__ */
|
|
15533
|
-
/* @__PURE__ */
|
|
15534
|
-
content && /* @__PURE__ */
|
|
15535
|
-
/* @__PURE__ */
|
|
15536
|
-
/* @__PURE__ */
|
|
15537
|
-
/* @__PURE__ */
|
|
15758
|
+
date && /* @__PURE__ */ jsx438("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx438("span", { className: "k-timeline-date", children: date }) }),
|
|
15759
|
+
/* @__PURE__ */ jsx438(TimelineCircle, {}),
|
|
15760
|
+
content && /* @__PURE__ */ jsx438("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx438(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs183("div", { className: "k-card-inner", children: [
|
|
15761
|
+
/* @__PURE__ */ jsxs183(CardHeader, { children: [
|
|
15762
|
+
/* @__PURE__ */ jsx438(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
|
|
15763
|
+
/* @__PURE__ */ jsx438(CardSubtitle, { children: subtitle })
|
|
15538
15764
|
] }),
|
|
15539
|
-
/* @__PURE__ */
|
|
15765
|
+
/* @__PURE__ */ jsx438(CardBody, { children: /* @__PURE__ */ jsx438("div", { className: "k-card-description", children: content }) })
|
|
15540
15766
|
] }) }) }),
|
|
15541
15767
|
props.children
|
|
15542
15768
|
]
|
|
15543
15769
|
}
|
|
15544
15770
|
);
|
|
15545
15771
|
};
|
|
15546
|
-
VerticalTimelineEvent.states =
|
|
15547
|
-
VerticalTimelineEvent.options =
|
|
15772
|
+
VerticalTimelineEvent.states = states159;
|
|
15773
|
+
VerticalTimelineEvent.options = options149;
|
|
15548
15774
|
VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
|
|
15549
|
-
VerticalTimelineEvent.defaultProps =
|
|
15775
|
+
VerticalTimelineEvent.defaultProps = defaultProps146;
|
|
15550
15776
|
|
|
15551
15777
|
// src/timeline/horizontal-timeline-event.spec.tsx
|
|
15552
|
-
import { jsx as
|
|
15778
|
+
import { jsx as jsx439, jsxs as jsxs184 } from "react/jsx-runtime";
|
|
15553
15779
|
var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
|
|
15554
|
-
var
|
|
15555
|
-
var
|
|
15556
|
-
var
|
|
15780
|
+
var states160 = [];
|
|
15781
|
+
var options150 = {};
|
|
15782
|
+
var defaultProps147 = {
|
|
15557
15783
|
title: "Event title",
|
|
15558
15784
|
subtitle: "Event subtitle",
|
|
15559
15785
|
content: "Event content"
|
|
15560
15786
|
};
|
|
15561
15787
|
var HorizontalTimelineEvent = (props) => {
|
|
15562
15788
|
const {
|
|
15563
|
-
content =
|
|
15564
|
-
title =
|
|
15565
|
-
subtitle =
|
|
15789
|
+
content = defaultProps147.content,
|
|
15790
|
+
title = defaultProps147.title,
|
|
15791
|
+
subtitle = defaultProps147.subtitle,
|
|
15566
15792
|
...other
|
|
15567
15793
|
} = props;
|
|
15568
|
-
return /* @__PURE__ */
|
|
15794
|
+
return /* @__PURE__ */ jsxs184(
|
|
15569
15795
|
"li",
|
|
15570
15796
|
{
|
|
15571
15797
|
...other,
|
|
@@ -15574,35 +15800,35 @@ var HorizontalTimelineEvent = (props) => {
|
|
|
15574
15800
|
TIMELINEHORIZONTALEVENT_CLASSNAME
|
|
15575
15801
|
),
|
|
15576
15802
|
children: [
|
|
15577
|
-
content && /* @__PURE__ */
|
|
15578
|
-
/* @__PURE__ */
|
|
15579
|
-
/* @__PURE__ */
|
|
15580
|
-
/* @__PURE__ */
|
|
15803
|
+
content && /* @__PURE__ */ jsx439("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx439(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs184("div", { className: "k-card-inner", children: [
|
|
15804
|
+
/* @__PURE__ */ jsxs184(CardHeader, { children: [
|
|
15805
|
+
/* @__PURE__ */ jsx439(TimelineCardTitle, { children: title }),
|
|
15806
|
+
/* @__PURE__ */ jsx439(CardSubtitle, { children: subtitle })
|
|
15581
15807
|
] }),
|
|
15582
|
-
/* @__PURE__ */
|
|
15808
|
+
/* @__PURE__ */ jsx439(CardBody, { children: /* @__PURE__ */ jsx439("div", { className: "k-card-description", children: content }) })
|
|
15583
15809
|
] }) }) }),
|
|
15584
15810
|
props.children
|
|
15585
15811
|
]
|
|
15586
15812
|
}
|
|
15587
15813
|
);
|
|
15588
15814
|
};
|
|
15589
|
-
HorizontalTimelineEvent.states =
|
|
15590
|
-
HorizontalTimelineEvent.options =
|
|
15815
|
+
HorizontalTimelineEvent.states = states160;
|
|
15816
|
+
HorizontalTimelineEvent.options = options150;
|
|
15591
15817
|
HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
|
|
15592
|
-
HorizontalTimelineEvent.defaultProps =
|
|
15818
|
+
HorizontalTimelineEvent.defaultProps = defaultProps147;
|
|
15593
15819
|
|
|
15594
15820
|
// src/timeline/timeline-event-list.spec.tsx
|
|
15595
|
-
import { jsx as
|
|
15821
|
+
import { jsx as jsx440 } from "react/jsx-runtime";
|
|
15596
15822
|
|
|
15597
15823
|
// src/timeline/timeline-flag-wrap.spec.tsx
|
|
15598
|
-
import { jsx as
|
|
15824
|
+
import { jsx as jsx441, jsxs as jsxs185 } from "react/jsx-runtime";
|
|
15599
15825
|
var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
|
|
15600
|
-
var
|
|
15826
|
+
var states161 = [
|
|
15601
15827
|
States.focus,
|
|
15602
15828
|
States.selected
|
|
15603
15829
|
];
|
|
15604
|
-
var
|
|
15605
|
-
var
|
|
15830
|
+
var options151 = {};
|
|
15831
|
+
var defaultProps148 = {
|
|
15606
15832
|
year: "2020"
|
|
15607
15833
|
};
|
|
15608
15834
|
var TimelineFlagWrap = (props) => {
|
|
@@ -15610,7 +15836,7 @@ var TimelineFlagWrap = (props) => {
|
|
|
15610
15836
|
year,
|
|
15611
15837
|
...other
|
|
15612
15838
|
} = props;
|
|
15613
|
-
return /* @__PURE__ */
|
|
15839
|
+
return /* @__PURE__ */ jsxs185(
|
|
15614
15840
|
"li",
|
|
15615
15841
|
{
|
|
15616
15842
|
...other,
|
|
@@ -15619,25 +15845,25 @@ var TimelineFlagWrap = (props) => {
|
|
|
15619
15845
|
TIMELINEFLAGWRAP_CLASSNAME
|
|
15620
15846
|
),
|
|
15621
15847
|
children: [
|
|
15622
|
-
/* @__PURE__ */
|
|
15848
|
+
/* @__PURE__ */ jsx441("span", { className: "k-timeline-flag", children: year }),
|
|
15623
15849
|
props.children
|
|
15624
15850
|
]
|
|
15625
15851
|
}
|
|
15626
15852
|
);
|
|
15627
15853
|
};
|
|
15628
|
-
TimelineFlagWrap.states =
|
|
15629
|
-
TimelineFlagWrap.options =
|
|
15854
|
+
TimelineFlagWrap.states = states161;
|
|
15855
|
+
TimelineFlagWrap.options = options151;
|
|
15630
15856
|
TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
|
|
15631
|
-
TimelineFlagWrap.defaultProps =
|
|
15857
|
+
TimelineFlagWrap.defaultProps = defaultProps148;
|
|
15632
15858
|
|
|
15633
15859
|
// src/timeline/timeline-circle.spec.tsx
|
|
15634
|
-
import { jsx as
|
|
15860
|
+
import { jsx as jsx442 } from "react/jsx-runtime";
|
|
15635
15861
|
var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
|
|
15636
15862
|
var TimelineCircle = (props) => {
|
|
15637
15863
|
const {
|
|
15638
15864
|
...other
|
|
15639
15865
|
} = props;
|
|
15640
|
-
return /* @__PURE__ */
|
|
15866
|
+
return /* @__PURE__ */ jsx442(
|
|
15641
15867
|
"span",
|
|
15642
15868
|
{
|
|
15643
15869
|
...other,
|
|
@@ -15650,19 +15876,19 @@ var TimelineCircle = (props) => {
|
|
|
15650
15876
|
};
|
|
15651
15877
|
|
|
15652
15878
|
// src/timeline/timeline-flag.spec.tsx
|
|
15653
|
-
import { jsx as
|
|
15879
|
+
import { jsx as jsx443 } from "react/jsx-runtime";
|
|
15654
15880
|
|
|
15655
15881
|
// src/timeline/timeline-card.spec.tsx
|
|
15656
|
-
import { jsx as
|
|
15657
|
-
var
|
|
15658
|
-
var
|
|
15882
|
+
import { jsx as jsx444, jsxs as jsxs186 } from "react/jsx-runtime";
|
|
15883
|
+
var states162 = [];
|
|
15884
|
+
var defaultProps149 = {};
|
|
15659
15885
|
var TimelineCard = (props) => {
|
|
15660
15886
|
const {
|
|
15661
15887
|
callout,
|
|
15662
15888
|
children,
|
|
15663
15889
|
...other
|
|
15664
15890
|
} = props;
|
|
15665
|
-
return /* @__PURE__ */
|
|
15891
|
+
return /* @__PURE__ */ jsxs186(
|
|
15666
15892
|
Card,
|
|
15667
15893
|
{
|
|
15668
15894
|
className: classNames(
|
|
@@ -15672,27 +15898,27 @@ var TimelineCard = (props) => {
|
|
|
15672
15898
|
callout: "true",
|
|
15673
15899
|
...other,
|
|
15674
15900
|
children: [
|
|
15675
|
-
callout && /* @__PURE__ */
|
|
15901
|
+
callout && /* @__PURE__ */ jsx444(TimelineCardCallout, { callout }),
|
|
15676
15902
|
children
|
|
15677
15903
|
]
|
|
15678
15904
|
}
|
|
15679
15905
|
);
|
|
15680
15906
|
};
|
|
15681
|
-
TimelineCard.states =
|
|
15682
|
-
TimelineCard.defaultProps =
|
|
15907
|
+
TimelineCard.states = states162;
|
|
15908
|
+
TimelineCard.defaultProps = defaultProps149;
|
|
15683
15909
|
|
|
15684
15910
|
// src/timeline/timeline-card-title.tsx
|
|
15685
|
-
import { jsx as
|
|
15911
|
+
import { jsx as jsx445, jsxs as jsxs187 } from "react/jsx-runtime";
|
|
15686
15912
|
var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
|
|
15687
|
-
var
|
|
15688
|
-
var
|
|
15913
|
+
var states163 = [];
|
|
15914
|
+
var defaultProps150 = {};
|
|
15689
15915
|
var TimelineCardTitle = (props) => {
|
|
15690
15916
|
const {
|
|
15691
15917
|
collapsible,
|
|
15692
15918
|
children,
|
|
15693
15919
|
...other
|
|
15694
15920
|
} = props;
|
|
15695
|
-
return /* @__PURE__ */
|
|
15921
|
+
return /* @__PURE__ */ jsxs187(
|
|
15696
15922
|
"div",
|
|
15697
15923
|
{
|
|
15698
15924
|
className: classNames(
|
|
@@ -15701,26 +15927,26 @@ var TimelineCardTitle = (props) => {
|
|
|
15701
15927
|
),
|
|
15702
15928
|
...other,
|
|
15703
15929
|
children: [
|
|
15704
|
-
/* @__PURE__ */
|
|
15705
|
-
collapsible && /* @__PURE__ */
|
|
15930
|
+
/* @__PURE__ */ jsx445("span", { className: "k-event-title", children }),
|
|
15931
|
+
collapsible && /* @__PURE__ */ jsx445("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__ */ jsx445(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
|
|
15706
15932
|
]
|
|
15707
15933
|
}
|
|
15708
15934
|
);
|
|
15709
15935
|
};
|
|
15710
|
-
TimelineCardTitle.states =
|
|
15936
|
+
TimelineCardTitle.states = states163;
|
|
15711
15937
|
TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
|
|
15712
|
-
TimelineCardTitle.defaultProps =
|
|
15938
|
+
TimelineCardTitle.defaultProps = defaultProps150;
|
|
15713
15939
|
|
|
15714
15940
|
// src/timeline/timeline-card-callout.tsx
|
|
15715
|
-
import { jsx as
|
|
15941
|
+
import { jsx as jsx446 } from "react/jsx-runtime";
|
|
15716
15942
|
var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
|
|
15717
|
-
var
|
|
15718
|
-
var
|
|
15943
|
+
var states164 = [];
|
|
15944
|
+
var defaultProps151 = {};
|
|
15719
15945
|
var TimelineCardCallout = (props) => {
|
|
15720
15946
|
const {
|
|
15721
15947
|
...other
|
|
15722
15948
|
} = props;
|
|
15723
|
-
return /* @__PURE__ */
|
|
15949
|
+
return /* @__PURE__ */ jsx446(
|
|
15724
15950
|
CardCallout,
|
|
15725
15951
|
{
|
|
15726
15952
|
className: classNames(
|
|
@@ -15731,24 +15957,24 @@ var TimelineCardCallout = (props) => {
|
|
|
15731
15957
|
}
|
|
15732
15958
|
);
|
|
15733
15959
|
};
|
|
15734
|
-
TimelineCardCallout.states =
|
|
15960
|
+
TimelineCardCallout.states = states164;
|
|
15735
15961
|
TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
|
|
15736
|
-
TimelineCardCallout.defaultProps =
|
|
15962
|
+
TimelineCardCallout.defaultProps = defaultProps151;
|
|
15737
15963
|
|
|
15738
15964
|
// src/timeline/timeline-date-wrap.spec.tsx
|
|
15739
|
-
import { jsx as
|
|
15965
|
+
import { jsx as jsx447 } from "react/jsx-runtime";
|
|
15740
15966
|
var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
|
|
15741
|
-
var
|
|
15742
|
-
var
|
|
15743
|
-
var
|
|
15967
|
+
var states165 = [];
|
|
15968
|
+
var options152 = {};
|
|
15969
|
+
var defaultProps152 = {
|
|
15744
15970
|
date: "May 25, 2008"
|
|
15745
15971
|
};
|
|
15746
15972
|
var TimelineDateWrap = (props) => {
|
|
15747
15973
|
const {
|
|
15748
|
-
date =
|
|
15974
|
+
date = defaultProps152.date,
|
|
15749
15975
|
...other
|
|
15750
15976
|
} = props;
|
|
15751
|
-
return /* @__PURE__ */
|
|
15977
|
+
return /* @__PURE__ */ jsx447(
|
|
15752
15978
|
"div",
|
|
15753
15979
|
{
|
|
15754
15980
|
...other,
|
|
@@ -15756,52 +15982,52 @@ var TimelineDateWrap = (props) => {
|
|
|
15756
15982
|
props.className,
|
|
15757
15983
|
TIMELINEDATEWRAP_CLASSNAME
|
|
15758
15984
|
),
|
|
15759
|
-
children: /* @__PURE__ */
|
|
15985
|
+
children: /* @__PURE__ */ jsx447("span", { className: "k-timeline-date", children: date })
|
|
15760
15986
|
}
|
|
15761
15987
|
);
|
|
15762
15988
|
};
|
|
15763
|
-
TimelineDateWrap.states =
|
|
15764
|
-
TimelineDateWrap.options =
|
|
15989
|
+
TimelineDateWrap.states = states165;
|
|
15990
|
+
TimelineDateWrap.options = options152;
|
|
15765
15991
|
TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
|
|
15766
|
-
TimelineDateWrap.defaultProps =
|
|
15992
|
+
TimelineDateWrap.defaultProps = defaultProps152;
|
|
15767
15993
|
|
|
15768
15994
|
// src/timeline/timeline-track-wrap.spec.tsx
|
|
15769
|
-
import { jsx as
|
|
15995
|
+
import { jsx as jsx448, jsxs as jsxs188 } from "react/jsx-runtime";
|
|
15770
15996
|
|
|
15771
15997
|
// src/timeline/timeline-track.spec.tsx
|
|
15772
|
-
import { jsx as
|
|
15998
|
+
import { jsx as jsx449 } from "react/jsx-runtime";
|
|
15773
15999
|
|
|
15774
16000
|
// src/timeline/timeline-track-item.spec.tsx
|
|
15775
|
-
import { jsxs as
|
|
16001
|
+
import { jsxs as jsxs189 } from "react/jsx-runtime";
|
|
15776
16002
|
|
|
15777
16003
|
// src/timeline/templates/timeline-normal.tsx
|
|
15778
|
-
import { jsx as
|
|
16004
|
+
import { jsx as jsx450, jsxs as jsxs190 } from "react/jsx-runtime";
|
|
15779
16005
|
|
|
15780
16006
|
// src/timeline/templates/timeline-normal-collapsible.tsx
|
|
15781
|
-
import { jsx as
|
|
16007
|
+
import { jsx as jsx451, jsxs as jsxs191 } from "react/jsx-runtime";
|
|
15782
16008
|
|
|
15783
16009
|
// src/timeline/templates/timeline-normal-alternating.tsx
|
|
15784
|
-
import { jsx as
|
|
16010
|
+
import { jsx as jsx452, jsxs as jsxs192 } from "react/jsx-runtime";
|
|
15785
16011
|
|
|
15786
16012
|
// src/timeline/templates/timeline-horizontal.tsx
|
|
15787
|
-
import { Fragment as
|
|
16013
|
+
import { Fragment as Fragment128, jsx as jsx453, jsxs as jsxs193 } from "react/jsx-runtime";
|
|
15788
16014
|
|
|
15789
16015
|
// src/pdf-viewer/pdf-viewer.spec.tsx
|
|
15790
|
-
import { Fragment as
|
|
16016
|
+
import { Fragment as Fragment129, jsx as jsx454, jsxs as jsxs194 } from "react/jsx-runtime";
|
|
15791
16017
|
var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
|
|
15792
|
-
var
|
|
16018
|
+
var states166 = [
|
|
15793
16019
|
States.disabled
|
|
15794
16020
|
];
|
|
15795
|
-
var
|
|
15796
|
-
var defaultToolbar3 = /* @__PURE__ */
|
|
15797
|
-
/* @__PURE__ */
|
|
15798
|
-
/* @__PURE__ */
|
|
15799
|
-
/* @__PURE__ */
|
|
15800
|
-
/* @__PURE__ */
|
|
15801
|
-
/* @__PURE__ */
|
|
15802
|
-
/* @__PURE__ */
|
|
16021
|
+
var options153 = {};
|
|
16022
|
+
var defaultToolbar3 = /* @__PURE__ */ jsx454(Fragment129, { children: /* @__PURE__ */ jsxs194(Toolbar, { resizable: true, children: [
|
|
16023
|
+
/* @__PURE__ */ jsx454(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
|
|
16024
|
+
/* @__PURE__ */ jsx454("span", { className: "k-spacer" }),
|
|
16025
|
+
/* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "search" }),
|
|
16026
|
+
/* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "file-pdf" }),
|
|
16027
|
+
/* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "print" }),
|
|
16028
|
+
/* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "fullscreen" })
|
|
15803
16029
|
] }) });
|
|
15804
|
-
var
|
|
16030
|
+
var defaultProps153 = {
|
|
15805
16031
|
toolbar: defaultToolbar3,
|
|
15806
16032
|
showSearchPanel: false,
|
|
15807
16033
|
blank: false
|
|
@@ -15814,7 +16040,7 @@ var PDFViewer = (props) => {
|
|
|
15814
16040
|
blank,
|
|
15815
16041
|
...other
|
|
15816
16042
|
} = props;
|
|
15817
|
-
return /* @__PURE__ */
|
|
16043
|
+
return /* @__PURE__ */ jsxs194(
|
|
15818
16044
|
"div",
|
|
15819
16045
|
{
|
|
15820
16046
|
...other,
|
|
@@ -15825,42 +16051,42 @@ var PDFViewer = (props) => {
|
|
|
15825
16051
|
),
|
|
15826
16052
|
children: [
|
|
15827
16053
|
toolbar,
|
|
15828
|
-
/* @__PURE__ */
|
|
15829
|
-
showSearchPanel && /* @__PURE__ */
|
|
15830
|
-
/* @__PURE__ */
|
|
15831
|
-
/* @__PURE__ */
|
|
16054
|
+
/* @__PURE__ */ jsxs194("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
|
|
16055
|
+
showSearchPanel && /* @__PURE__ */ jsxs194("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
|
|
16056
|
+
/* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
|
|
16057
|
+
/* @__PURE__ */ jsx454(
|
|
15832
16058
|
Textbox,
|
|
15833
16059
|
{
|
|
15834
|
-
suffix: /* @__PURE__ */
|
|
16060
|
+
suffix: /* @__PURE__ */ jsx454(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
|
|
15835
16061
|
}
|
|
15836
16062
|
),
|
|
15837
|
-
/* @__PURE__ */
|
|
15838
|
-
/* @__PURE__ */
|
|
16063
|
+
/* @__PURE__ */ jsxs194("span", { className: "k-search-matches", children: [
|
|
16064
|
+
/* @__PURE__ */ jsx454("span", { children: "0" }),
|
|
15839
16065
|
" of ",
|
|
15840
|
-
/* @__PURE__ */
|
|
16066
|
+
/* @__PURE__ */ jsx454("span", { children: "1" })
|
|
15841
16067
|
] }),
|
|
15842
|
-
/* @__PURE__ */
|
|
15843
|
-
/* @__PURE__ */
|
|
15844
|
-
/* @__PURE__ */
|
|
16068
|
+
/* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "arrow-up" }),
|
|
16069
|
+
/* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "arrow-down" }),
|
|
16070
|
+
/* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "x" })
|
|
15845
16071
|
] }),
|
|
15846
|
-
/* @__PURE__ */
|
|
15847
|
-
/* @__PURE__ */
|
|
15848
|
-
/* @__PURE__ */
|
|
16072
|
+
/* @__PURE__ */ jsx454("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs194("div", { className: "k-page k-blank-page", children: [
|
|
16073
|
+
/* @__PURE__ */ jsx454(DropzoneNormal, {}),
|
|
16074
|
+
/* @__PURE__ */ jsx454(UploadNormal, { empty: true, status: "upload" })
|
|
15849
16075
|
] }) : props.children })
|
|
15850
16076
|
] })
|
|
15851
16077
|
]
|
|
15852
16078
|
}
|
|
15853
16079
|
);
|
|
15854
16080
|
};
|
|
15855
|
-
PDFViewer.states =
|
|
15856
|
-
PDFViewer.options =
|
|
16081
|
+
PDFViewer.states = states166;
|
|
16082
|
+
PDFViewer.options = options153;
|
|
15857
16083
|
PDFViewer.className = PDFVIEWER_CLASSNAME;
|
|
15858
|
-
PDFViewer.defaultProps =
|
|
16084
|
+
PDFViewer.defaultProps = defaultProps153;
|
|
15859
16085
|
|
|
15860
16086
|
// src/pdf-viewer/pdf-viewer-page.tsx
|
|
15861
|
-
import { jsx as
|
|
16087
|
+
import { jsx as jsx455 } from "react/jsx-runtime";
|
|
15862
16088
|
var PDFVIEWERPAGE_CLASSNAME = `k-page`;
|
|
15863
|
-
var
|
|
16089
|
+
var defaultProps154 = {
|
|
15864
16090
|
width: "720px",
|
|
15865
16091
|
height: "360px"
|
|
15866
16092
|
};
|
|
@@ -15870,7 +16096,7 @@ var PDFViewerPage = (props) => {
|
|
|
15870
16096
|
height,
|
|
15871
16097
|
...other
|
|
15872
16098
|
} = props;
|
|
15873
|
-
return /* @__PURE__ */
|
|
16099
|
+
return /* @__PURE__ */ jsx455(
|
|
15874
16100
|
"div",
|
|
15875
16101
|
{
|
|
15876
16102
|
...other,
|
|
@@ -15883,23 +16109,23 @@ var PDFViewerPage = (props) => {
|
|
|
15883
16109
|
);
|
|
15884
16110
|
};
|
|
15885
16111
|
PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
|
|
15886
|
-
PDFViewerPage.defaultProps =
|
|
16112
|
+
PDFViewerPage.defaultProps = defaultProps154;
|
|
15887
16113
|
|
|
15888
16114
|
// src/pdf-viewer/templates/pdf-viewer-normal.tsx
|
|
15889
|
-
import { Fragment as
|
|
16115
|
+
import { Fragment as Fragment130, jsx as jsx456, jsxs as jsxs195 } from "react/jsx-runtime";
|
|
15890
16116
|
|
|
15891
16117
|
// src/pdf-viewer/templates/pdf-viewer-blank.tsx
|
|
15892
|
-
import { jsx as
|
|
16118
|
+
import { jsx as jsx457 } from "react/jsx-runtime";
|
|
15893
16119
|
|
|
15894
16120
|
// src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
|
|
15895
|
-
import { Fragment as
|
|
16121
|
+
import { Fragment as Fragment131, jsx as jsx458, jsxs as jsxs196 } from "react/jsx-runtime";
|
|
15896
16122
|
|
|
15897
16123
|
// src/scrollview/scrollview-spec.tsx
|
|
15898
|
-
import { Fragment as
|
|
16124
|
+
import { Fragment as Fragment132, jsx as jsx459, jsxs as jsxs197 } from "react/jsx-runtime";
|
|
15899
16125
|
var SCROLLVIEW_CLASSNAME = "k-scrollview";
|
|
15900
|
-
var
|
|
15901
|
-
var
|
|
15902
|
-
var
|
|
16126
|
+
var states167 = [];
|
|
16127
|
+
var options154 = {};
|
|
16128
|
+
var defaultProps155 = {
|
|
15903
16129
|
mode: "normal",
|
|
15904
16130
|
views: 9,
|
|
15905
16131
|
animate: true,
|
|
@@ -15909,12 +16135,12 @@ var defaultProps150 = {
|
|
|
15909
16135
|
};
|
|
15910
16136
|
var ScrollView = (props) => {
|
|
15911
16137
|
const {
|
|
15912
|
-
mode =
|
|
15913
|
-
views =
|
|
15914
|
-
animate =
|
|
15915
|
-
arrows =
|
|
15916
|
-
pager =
|
|
15917
|
-
rtl =
|
|
16138
|
+
mode = defaultProps155.mode,
|
|
16139
|
+
views = defaultProps155.views,
|
|
16140
|
+
animate = defaultProps155.animate,
|
|
16141
|
+
arrows = defaultProps155.arrows,
|
|
16142
|
+
pager = defaultProps155.pager,
|
|
16143
|
+
rtl = defaultProps155.rtl,
|
|
15918
16144
|
...other
|
|
15919
16145
|
} = props;
|
|
15920
16146
|
const scrollviewViews = [];
|
|
@@ -15922,10 +16148,10 @@ var ScrollView = (props) => {
|
|
|
15922
16148
|
const iconNext = rtl ? "chevron-left" : "chevron-right";
|
|
15923
16149
|
for (let i = 0; i < views; i++) {
|
|
15924
16150
|
scrollviewViews.push(
|
|
15925
|
-
/* @__PURE__ */
|
|
16151
|
+
/* @__PURE__ */ jsx459("div", { className: "k-scrollview-view" }, i)
|
|
15926
16152
|
);
|
|
15927
16153
|
}
|
|
15928
|
-
return /* @__PURE__ */
|
|
16154
|
+
return /* @__PURE__ */ jsxs197(
|
|
15929
16155
|
"div",
|
|
15930
16156
|
{
|
|
15931
16157
|
...other,
|
|
@@ -15938,44 +16164,44 @@ var ScrollView = (props) => {
|
|
|
15938
16164
|
}
|
|
15939
16165
|
),
|
|
15940
16166
|
children: [
|
|
15941
|
-
/* @__PURE__ */
|
|
16167
|
+
/* @__PURE__ */ jsx459("div", { className: classNames(
|
|
15942
16168
|
"k-scrollview-wrap",
|
|
15943
16169
|
{
|
|
15944
16170
|
["k-scrollview-animate"]: animate
|
|
15945
16171
|
}
|
|
15946
16172
|
), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
|
|
15947
|
-
/* @__PURE__ */
|
|
15948
|
-
arrows && /* @__PURE__ */
|
|
15949
|
-
/* @__PURE__ */
|
|
15950
|
-
/* @__PURE__ */
|
|
16173
|
+
/* @__PURE__ */ jsxs197("div", { className: "k-scrollview-elements", children: [
|
|
16174
|
+
arrows && /* @__PURE__ */ jsxs197(Fragment132, { children: [
|
|
16175
|
+
/* @__PURE__ */ jsx459("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx459(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
|
|
16176
|
+
/* @__PURE__ */ jsx459("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx459(Icon, { icon: iconNext, size: "xxxlarge" }) })
|
|
15951
16177
|
] }),
|
|
15952
|
-
pager && /* @__PURE__ */
|
|
15953
|
-
mode === "light" && /* @__PURE__ */
|
|
15954
|
-
/* @__PURE__ */
|
|
15955
|
-
/* @__PURE__ */
|
|
15956
|
-
/* @__PURE__ */
|
|
15957
|
-
/* @__PURE__ */
|
|
15958
|
-
/* @__PURE__ */
|
|
16178
|
+
pager && /* @__PURE__ */ jsx459("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs197("div", { className: "k-scrollview-nav", children: [
|
|
16179
|
+
mode === "light" && /* @__PURE__ */ jsxs197(Fragment132, { children: [
|
|
16180
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link" }),
|
|
16181
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link k-primary" }),
|
|
16182
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link k-primary k-focus" }),
|
|
16183
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link k-focus" }),
|
|
16184
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link" })
|
|
15959
16185
|
] }),
|
|
15960
|
-
mode === "normal" && /* @__PURE__ */
|
|
15961
|
-
/* @__PURE__ */
|
|
15962
|
-
/* @__PURE__ */
|
|
15963
|
-
/* @__PURE__ */
|
|
15964
|
-
/* @__PURE__ */
|
|
15965
|
-
/* @__PURE__ */
|
|
15966
|
-
/* @__PURE__ */
|
|
15967
|
-
/* @__PURE__ */
|
|
15968
|
-
/* @__PURE__ */
|
|
15969
|
-
/* @__PURE__ */
|
|
16186
|
+
mode === "normal" && /* @__PURE__ */ jsxs197(Fragment132, { children: [
|
|
16187
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
|
|
16188
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16189
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
|
|
16190
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link" }),
|
|
16191
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link k-primary" }),
|
|
16192
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link" }),
|
|
16193
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
|
|
16194
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16195
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.5)" } })
|
|
15970
16196
|
] }),
|
|
15971
|
-
mode === "dark" && /* @__PURE__ */
|
|
15972
|
-
/* @__PURE__ */
|
|
15973
|
-
/* @__PURE__ */
|
|
15974
|
-
/* @__PURE__ */
|
|
15975
|
-
/* @__PURE__ */
|
|
15976
|
-
/* @__PURE__ */
|
|
15977
|
-
/* @__PURE__ */
|
|
15978
|
-
/* @__PURE__ */
|
|
16197
|
+
mode === "dark" && /* @__PURE__ */ jsxs197(Fragment132, { children: [
|
|
16198
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
|
|
16199
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16200
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link" }),
|
|
16201
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link k-primary" }),
|
|
16202
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link" }),
|
|
16203
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
16204
|
+
/* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.5)" } })
|
|
15979
16205
|
] })
|
|
15980
16206
|
] }) })
|
|
15981
16207
|
] })
|
|
@@ -15983,83 +16209,83 @@ var ScrollView = (props) => {
|
|
|
15983
16209
|
}
|
|
15984
16210
|
);
|
|
15985
16211
|
};
|
|
15986
|
-
ScrollView.states =
|
|
15987
|
-
ScrollView.options =
|
|
16212
|
+
ScrollView.states = states167;
|
|
16213
|
+
ScrollView.options = options154;
|
|
15988
16214
|
ScrollView.className = SCROLLVIEW_CLASSNAME;
|
|
15989
|
-
ScrollView.defaultProps =
|
|
16215
|
+
ScrollView.defaultProps = defaultProps155;
|
|
15990
16216
|
|
|
15991
16217
|
// src/scrollview/templates/scrollview-normal.tsx
|
|
15992
|
-
import { jsx as
|
|
16218
|
+
import { jsx as jsx460 } from "react/jsx-runtime";
|
|
15993
16219
|
|
|
15994
16220
|
// src/prompt/prompt.spec.tsx
|
|
15995
|
-
import { Fragment as
|
|
16221
|
+
import { Fragment as Fragment133, jsx as jsx461 } from "react/jsx-runtime";
|
|
15996
16222
|
var PROMPT_CLASSNAME = `k-prompt`;
|
|
15997
|
-
var
|
|
15998
|
-
var
|
|
15999
|
-
var
|
|
16223
|
+
var states168 = [];
|
|
16224
|
+
var options155 = {};
|
|
16225
|
+
var defaultProps156 = {};
|
|
16000
16226
|
var Prompt = (props) => {
|
|
16001
16227
|
const {
|
|
16002
16228
|
...other
|
|
16003
16229
|
} = props;
|
|
16004
|
-
return /* @__PURE__ */
|
|
16230
|
+
return /* @__PURE__ */ jsx461("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx461(Fragment133, { children: props.children }) });
|
|
16005
16231
|
};
|
|
16006
|
-
Prompt.states =
|
|
16007
|
-
Prompt.options =
|
|
16232
|
+
Prompt.states = states168;
|
|
16233
|
+
Prompt.options = options155;
|
|
16008
16234
|
Prompt.className = PROMPT_CLASSNAME;
|
|
16009
|
-
Prompt.defaultProps =
|
|
16235
|
+
Prompt.defaultProps = defaultProps156;
|
|
16010
16236
|
|
|
16011
16237
|
// src/prompt/prompt-header.tsx
|
|
16012
|
-
import { jsx as
|
|
16238
|
+
import { jsx as jsx462 } from "react/jsx-runtime";
|
|
16013
16239
|
|
|
16014
16240
|
// src/prompt/prompt-content.tsx
|
|
16015
|
-
import { Fragment as
|
|
16241
|
+
import { Fragment as Fragment134, jsx as jsx463 } from "react/jsx-runtime";
|
|
16016
16242
|
|
|
16017
16243
|
// src/prompt/prompt-view.tsx
|
|
16018
|
-
import { Fragment as
|
|
16244
|
+
import { Fragment as Fragment135, jsx as jsx464, jsxs as jsxs198 } from "react/jsx-runtime";
|
|
16019
16245
|
|
|
16020
16246
|
// src/prompt/prompt-footer.tsx
|
|
16021
|
-
import { jsx as
|
|
16247
|
+
import { jsx as jsx465 } from "react/jsx-runtime";
|
|
16022
16248
|
|
|
16023
16249
|
// src/prompt/prompt-suggestion.tsx
|
|
16024
|
-
import { jsx as
|
|
16250
|
+
import { jsx as jsx466 } from "react/jsx-runtime";
|
|
16025
16251
|
|
|
16026
16252
|
// src/prompt/prompt-setting.tsx
|
|
16027
|
-
import { jsx as
|
|
16253
|
+
import { jsx as jsx467 } from "react/jsx-runtime";
|
|
16028
16254
|
|
|
16029
16255
|
// src/prompt/templates/prompt-normal.tsx
|
|
16030
|
-
import { jsx as
|
|
16256
|
+
import { jsx as jsx468, jsxs as jsxs199 } from "react/jsx-runtime";
|
|
16031
16257
|
|
|
16032
16258
|
// src/prompt/templates/prompt-suggestions.tsx
|
|
16033
|
-
import { Fragment as
|
|
16259
|
+
import { Fragment as Fragment136, jsx as jsx469, jsxs as jsxs200 } from "react/jsx-runtime";
|
|
16034
16260
|
|
|
16035
16261
|
// src/prompt/templates/prompt-settings.tsx
|
|
16036
|
-
import { Fragment as
|
|
16262
|
+
import { Fragment as Fragment137, jsx as jsx470, jsxs as jsxs201 } from "react/jsx-runtime";
|
|
16037
16263
|
|
|
16038
16264
|
// src/prompt/templates/prompt-output.tsx
|
|
16039
|
-
import { jsx as
|
|
16265
|
+
import { jsx as jsx471, jsxs as jsxs202 } from "react/jsx-runtime";
|
|
16040
16266
|
|
|
16041
16267
|
// src/prompt/templates/prompt-more-actions.tsx
|
|
16042
|
-
import { jsx as
|
|
16268
|
+
import { jsx as jsx472, jsxs as jsxs203 } from "react/jsx-runtime";
|
|
16043
16269
|
|
|
16044
16270
|
// src/prompt/templates/prompt-popup.tsx
|
|
16045
|
-
import { jsx as
|
|
16271
|
+
import { jsx as jsx473, jsxs as jsxs204 } from "react/jsx-runtime";
|
|
16046
16272
|
|
|
16047
16273
|
// src/orgchart/orgchart.spec.tsx
|
|
16048
|
-
import { jsx as
|
|
16274
|
+
import { jsx as jsx474 } from "react/jsx-runtime";
|
|
16049
16275
|
var ORGCHART_CLASSNAME = `k-orgchart`;
|
|
16050
|
-
var
|
|
16051
|
-
var
|
|
16052
|
-
var
|
|
16276
|
+
var states169 = [];
|
|
16277
|
+
var options156 = {};
|
|
16278
|
+
var defaultProps157 = {
|
|
16053
16279
|
width: "100%",
|
|
16054
16280
|
height: "300px"
|
|
16055
16281
|
};
|
|
16056
16282
|
var Orgchart = (props) => {
|
|
16057
16283
|
const {
|
|
16058
|
-
width =
|
|
16059
|
-
height =
|
|
16284
|
+
width = defaultProps157.width,
|
|
16285
|
+
height = defaultProps157.height,
|
|
16060
16286
|
...other
|
|
16061
16287
|
} = props;
|
|
16062
|
-
return /* @__PURE__ */
|
|
16288
|
+
return /* @__PURE__ */ jsx474(
|
|
16063
16289
|
"div",
|
|
16064
16290
|
{
|
|
16065
16291
|
...other,
|
|
@@ -16067,19 +16293,19 @@ var Orgchart = (props) => {
|
|
|
16067
16293
|
props.className,
|
|
16068
16294
|
ORGCHART_CLASSNAME
|
|
16069
16295
|
),
|
|
16070
|
-
children: /* @__PURE__ */
|
|
16296
|
+
children: /* @__PURE__ */ jsx474("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
|
|
16071
16297
|
}
|
|
16072
16298
|
);
|
|
16073
16299
|
};
|
|
16074
|
-
Orgchart.states =
|
|
16075
|
-
Orgchart.options =
|
|
16300
|
+
Orgchart.states = states169;
|
|
16301
|
+
Orgchart.options = options156;
|
|
16076
16302
|
Orgchart.className = ORGCHART_CLASSNAME;
|
|
16077
|
-
Orgchart.defaultProps =
|
|
16303
|
+
Orgchart.defaultProps = defaultProps157;
|
|
16078
16304
|
|
|
16079
16305
|
// src/orgchart/orgchart-node.tsx
|
|
16080
|
-
import { jsx as
|
|
16306
|
+
import { jsx as jsx475, jsxs as jsxs205 } from "react/jsx-runtime";
|
|
16081
16307
|
var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
|
|
16082
|
-
var
|
|
16308
|
+
var defaultProps158 = {
|
|
16083
16309
|
buttonIcon: "plus"
|
|
16084
16310
|
};
|
|
16085
16311
|
var OrgchartNode = (props) => {
|
|
@@ -16091,12 +16317,12 @@ var OrgchartNode = (props) => {
|
|
|
16091
16317
|
lineBottom,
|
|
16092
16318
|
lineTop,
|
|
16093
16319
|
button,
|
|
16094
|
-
buttonIcon: buttonIcon2 =
|
|
16320
|
+
buttonIcon: buttonIcon2 = defaultProps158.buttonIcon,
|
|
16095
16321
|
avatar,
|
|
16096
16322
|
avatarType,
|
|
16097
16323
|
...other
|
|
16098
16324
|
} = props;
|
|
16099
|
-
return /* @__PURE__ */
|
|
16325
|
+
return /* @__PURE__ */ jsxs205(
|
|
16100
16326
|
"div",
|
|
16101
16327
|
{
|
|
16102
16328
|
...other,
|
|
@@ -16107,35 +16333,35 @@ var OrgchartNode = (props) => {
|
|
|
16107
16333
|
"k-align-items-center"
|
|
16108
16334
|
),
|
|
16109
16335
|
children: [
|
|
16110
|
-
lineTop && /* @__PURE__ */
|
|
16111
|
-
/* @__PURE__ */
|
|
16112
|
-
/* @__PURE__ */
|
|
16113
|
-
/* @__PURE__ */
|
|
16114
|
-
/* @__PURE__ */
|
|
16115
|
-
/* @__PURE__ */
|
|
16116
|
-
/* @__PURE__ */
|
|
16336
|
+
lineTop && /* @__PURE__ */ jsx475("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16337
|
+
/* @__PURE__ */ jsx475(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs205(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
|
|
16338
|
+
/* @__PURE__ */ jsx475(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx475("img", { src: avatar }) : avatar }),
|
|
16339
|
+
/* @__PURE__ */ jsxs205("div", { className: "k-card-title-wrap k-vstack", children: [
|
|
16340
|
+
/* @__PURE__ */ jsx475(CardTitle, { className: "k-text-ellipsis", children: title }),
|
|
16341
|
+
/* @__PURE__ */ jsx475("span", { className: "k-spacer" }),
|
|
16342
|
+
/* @__PURE__ */ jsx475(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
|
|
16117
16343
|
] }),
|
|
16118
|
-
/* @__PURE__ */
|
|
16344
|
+
/* @__PURE__ */ jsx475("span", { className: "k-spacer" })
|
|
16119
16345
|
] }) }),
|
|
16120
|
-
lineBottom && /* @__PURE__ */
|
|
16121
|
-
button && /* @__PURE__ */
|
|
16346
|
+
lineBottom && /* @__PURE__ */ jsx475("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16347
|
+
button && /* @__PURE__ */ jsx475(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
|
|
16122
16348
|
]
|
|
16123
16349
|
}
|
|
16124
16350
|
);
|
|
16125
16351
|
};
|
|
16126
16352
|
|
|
16127
16353
|
// src/orgchart/orgchart-group.tsx
|
|
16128
|
-
import { Fragment as
|
|
16354
|
+
import { Fragment as Fragment138, jsx as jsx476, jsxs as jsxs206 } from "react/jsx-runtime";
|
|
16129
16355
|
var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
|
|
16130
|
-
var
|
|
16131
|
-
var
|
|
16132
|
-
var
|
|
16356
|
+
var states170 = [];
|
|
16357
|
+
var options157 = {};
|
|
16358
|
+
var defaultProps159 = {
|
|
16133
16359
|
orientation: "horizontal"
|
|
16134
16360
|
};
|
|
16135
16361
|
var OrgchartGroup = (props) => {
|
|
16136
16362
|
const {
|
|
16137
16363
|
children,
|
|
16138
|
-
orientation =
|
|
16364
|
+
orientation = defaultProps159.orientation,
|
|
16139
16365
|
justifyContent,
|
|
16140
16366
|
...other
|
|
16141
16367
|
} = props;
|
|
@@ -16158,7 +16384,7 @@ var OrgchartGroup = (props) => {
|
|
|
16158
16384
|
}
|
|
16159
16385
|
}
|
|
16160
16386
|
}
|
|
16161
|
-
return /* @__PURE__ */
|
|
16387
|
+
return /* @__PURE__ */ jsxs206(
|
|
16162
16388
|
"div",
|
|
16163
16389
|
{
|
|
16164
16390
|
...other,
|
|
@@ -16172,7 +16398,7 @@ var OrgchartGroup = (props) => {
|
|
|
16172
16398
|
),
|
|
16173
16399
|
style: { width: "100%" },
|
|
16174
16400
|
children: [
|
|
16175
|
-
chartNodes.length > 0 && /* @__PURE__ */
|
|
16401
|
+
chartNodes.length > 0 && /* @__PURE__ */ jsx476(
|
|
16176
16402
|
"div",
|
|
16177
16403
|
{
|
|
16178
16404
|
className: classNames(
|
|
@@ -16182,26 +16408,26 @@ var OrgchartGroup = (props) => {
|
|
|
16182
16408
|
[`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
|
|
16183
16409
|
}
|
|
16184
16410
|
),
|
|
16185
|
-
children: /* @__PURE__ */
|
|
16411
|
+
children: /* @__PURE__ */ jsx476(Fragment138, { children: chartNodes })
|
|
16186
16412
|
}
|
|
16187
16413
|
),
|
|
16188
|
-
/* @__PURE__ */
|
|
16414
|
+
/* @__PURE__ */ jsx476(Fragment138, { children: chartGroups })
|
|
16189
16415
|
]
|
|
16190
16416
|
}
|
|
16191
16417
|
);
|
|
16192
16418
|
};
|
|
16193
|
-
OrgchartGroup.states =
|
|
16194
|
-
OrgchartGroup.options =
|
|
16419
|
+
OrgchartGroup.states = states170;
|
|
16420
|
+
OrgchartGroup.options = options157;
|
|
16195
16421
|
OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
|
|
16196
|
-
OrgchartGroup.defaultProps =
|
|
16422
|
+
OrgchartGroup.defaultProps = defaultProps159;
|
|
16197
16423
|
|
|
16198
16424
|
// src/orgchart/orgchart-node-group.tsx
|
|
16199
|
-
import { jsx as
|
|
16425
|
+
import { jsx as jsx477, jsxs as jsxs207 } from "react/jsx-runtime";
|
|
16200
16426
|
var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
|
|
16201
|
-
var
|
|
16427
|
+
var states171 = [
|
|
16202
16428
|
States.focus
|
|
16203
16429
|
];
|
|
16204
|
-
var
|
|
16430
|
+
var defaultProps160 = {
|
|
16205
16431
|
orientation: "horizontal",
|
|
16206
16432
|
buttonIcon: "plus"
|
|
16207
16433
|
};
|
|
@@ -16212,12 +16438,12 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16212
16438
|
lineBottom,
|
|
16213
16439
|
lineTop,
|
|
16214
16440
|
button,
|
|
16215
|
-
buttonIcon: buttonIcon2 =
|
|
16441
|
+
buttonIcon: buttonIcon2 = defaultProps160.buttonIcon,
|
|
16216
16442
|
focus,
|
|
16217
|
-
orientation =
|
|
16443
|
+
orientation = defaultProps160.orientation,
|
|
16218
16444
|
...other
|
|
16219
16445
|
} = props;
|
|
16220
|
-
return /* @__PURE__ */
|
|
16446
|
+
return /* @__PURE__ */ jsxs207(
|
|
16221
16447
|
"div",
|
|
16222
16448
|
{
|
|
16223
16449
|
...other,
|
|
@@ -16228,8 +16454,8 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16228
16454
|
"k-align-items-center"
|
|
16229
16455
|
),
|
|
16230
16456
|
children: [
|
|
16231
|
-
lineTop && /* @__PURE__ */
|
|
16232
|
-
/* @__PURE__ */
|
|
16457
|
+
lineTop && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16458
|
+
/* @__PURE__ */ jsxs207(
|
|
16233
16459
|
"div",
|
|
16234
16460
|
{
|
|
16235
16461
|
className: classNames(
|
|
@@ -16240,9 +16466,9 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16240
16466
|
})
|
|
16241
16467
|
),
|
|
16242
16468
|
children: [
|
|
16243
|
-
title && /* @__PURE__ */
|
|
16244
|
-
subtitle && /* @__PURE__ */
|
|
16245
|
-
/* @__PURE__ */
|
|
16469
|
+
title && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-node-group-title", children: title }),
|
|
16470
|
+
subtitle && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
|
|
16471
|
+
/* @__PURE__ */ jsx477(
|
|
16246
16472
|
"div",
|
|
16247
16473
|
{
|
|
16248
16474
|
className: classNames(
|
|
@@ -16257,51 +16483,51 @@ var OrgchartNodeGroup = (props) => {
|
|
|
16257
16483
|
]
|
|
16258
16484
|
}
|
|
16259
16485
|
),
|
|
16260
|
-
lineBottom && /* @__PURE__ */
|
|
16261
|
-
button && /* @__PURE__ */
|
|
16486
|
+
lineBottom && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
16487
|
+
button && /* @__PURE__ */ jsx477(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
|
|
16262
16488
|
]
|
|
16263
16489
|
}
|
|
16264
16490
|
);
|
|
16265
16491
|
};
|
|
16266
|
-
OrgchartNodeGroup.states =
|
|
16492
|
+
OrgchartNodeGroup.states = states171;
|
|
16267
16493
|
|
|
16268
16494
|
// src/orgchart/templates/orgchart-normal.tsx
|
|
16269
|
-
import { jsx as
|
|
16495
|
+
import { jsx as jsx478, jsxs as jsxs208 } from "react/jsx-runtime";
|
|
16270
16496
|
|
|
16271
16497
|
// src/orgchart/templates/orgchart-vertical.tsx
|
|
16272
|
-
import { jsx as
|
|
16498
|
+
import { jsx as jsx479, jsxs as jsxs209 } from "react/jsx-runtime";
|
|
16273
16499
|
|
|
16274
16500
|
// src/orgchart/templates/orgchart-group-normal.tsx
|
|
16275
|
-
import { jsx as
|
|
16501
|
+
import { jsx as jsx480, jsxs as jsxs210 } from "react/jsx-runtime";
|
|
16276
16502
|
|
|
16277
16503
|
// src/orgchart/templates/orgchart-group-vertical.tsx
|
|
16278
|
-
import { jsx as
|
|
16504
|
+
import { jsx as jsx481, jsxs as jsxs211 } from "react/jsx-runtime";
|
|
16279
16505
|
|
|
16280
16506
|
// src/signature/signature.spec.tsx
|
|
16281
|
-
import { jsx as
|
|
16507
|
+
import { jsx as jsx482, jsxs as jsxs212 } from "react/jsx-runtime";
|
|
16282
16508
|
var SIGNATURE_CLASSNAME = `k-signature`;
|
|
16283
|
-
var
|
|
16509
|
+
var states172 = [
|
|
16284
16510
|
States.hover,
|
|
16285
16511
|
States.focus,
|
|
16286
16512
|
States.valid,
|
|
16287
16513
|
States.invalid,
|
|
16288
16514
|
States.disabled
|
|
16289
16515
|
];
|
|
16290
|
-
var
|
|
16516
|
+
var options158 = {
|
|
16291
16517
|
size: [Size.small, Size.medium, Size.large],
|
|
16292
16518
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
16293
16519
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
16294
16520
|
};
|
|
16295
|
-
var
|
|
16521
|
+
var defaultProps161 = {
|
|
16296
16522
|
size: Size.medium,
|
|
16297
16523
|
rounded: Roundness.medium,
|
|
16298
16524
|
fillMode: FillMode.solid
|
|
16299
16525
|
};
|
|
16300
16526
|
var Signature = (props) => {
|
|
16301
16527
|
const {
|
|
16302
|
-
size =
|
|
16303
|
-
rounded =
|
|
16304
|
-
fillMode =
|
|
16528
|
+
size = defaultProps161.size,
|
|
16529
|
+
rounded = defaultProps161.rounded,
|
|
16530
|
+
fillMode = defaultProps161.fillMode,
|
|
16305
16531
|
hover,
|
|
16306
16532
|
focus,
|
|
16307
16533
|
valid,
|
|
@@ -16310,7 +16536,7 @@ var Signature = (props) => {
|
|
|
16310
16536
|
maximized,
|
|
16311
16537
|
...other
|
|
16312
16538
|
} = props;
|
|
16313
|
-
return /* @__PURE__ */
|
|
16539
|
+
return /* @__PURE__ */ jsxs212(
|
|
16314
16540
|
"div",
|
|
16315
16541
|
{
|
|
16316
16542
|
...other,
|
|
@@ -16338,8 +16564,8 @@ var Signature = (props) => {
|
|
|
16338
16564
|
}
|
|
16339
16565
|
),
|
|
16340
16566
|
children: [
|
|
16341
|
-
/* @__PURE__ */
|
|
16342
|
-
/* @__PURE__ */
|
|
16567
|
+
/* @__PURE__ */ jsx482("canvas", { className: "k-signature-canvas" }),
|
|
16568
|
+
/* @__PURE__ */ jsxs212(
|
|
16343
16569
|
"div",
|
|
16344
16570
|
{
|
|
16345
16571
|
className: classNames(
|
|
@@ -16347,7 +16573,7 @@ var Signature = (props) => {
|
|
|
16347
16573
|
"k-signature-actions-top"
|
|
16348
16574
|
),
|
|
16349
16575
|
children: [
|
|
16350
|
-
/* @__PURE__ */
|
|
16576
|
+
/* @__PURE__ */ jsx482(
|
|
16351
16577
|
Button,
|
|
16352
16578
|
{
|
|
16353
16579
|
className: classNames(
|
|
@@ -16361,7 +16587,7 @@ var Signature = (props) => {
|
|
|
16361
16587
|
fillMode: "flat"
|
|
16362
16588
|
}
|
|
16363
16589
|
),
|
|
16364
|
-
/* @__PURE__ */
|
|
16590
|
+
/* @__PURE__ */ jsx482(
|
|
16365
16591
|
Button,
|
|
16366
16592
|
{
|
|
16367
16593
|
className: classNames(
|
|
@@ -16378,15 +16604,15 @@ var Signature = (props) => {
|
|
|
16378
16604
|
]
|
|
16379
16605
|
}
|
|
16380
16606
|
),
|
|
16381
|
-
/* @__PURE__ */
|
|
16382
|
-
/* @__PURE__ */
|
|
16607
|
+
/* @__PURE__ */ jsx482("div", { className: "k-signature-line" }),
|
|
16608
|
+
/* @__PURE__ */ jsx482(
|
|
16383
16609
|
"div",
|
|
16384
16610
|
{
|
|
16385
16611
|
className: classNames(
|
|
16386
16612
|
"k-signature-actions",
|
|
16387
16613
|
"k-signature-actions-bottom"
|
|
16388
16614
|
),
|
|
16389
|
-
children: /* @__PURE__ */
|
|
16615
|
+
children: /* @__PURE__ */ jsx482(
|
|
16390
16616
|
Button,
|
|
16391
16617
|
{
|
|
16392
16618
|
className: classNames(
|
|
@@ -16405,27 +16631,27 @@ var Signature = (props) => {
|
|
|
16405
16631
|
}
|
|
16406
16632
|
);
|
|
16407
16633
|
};
|
|
16408
|
-
Signature.states =
|
|
16409
|
-
Signature.options =
|
|
16634
|
+
Signature.states = states172;
|
|
16635
|
+
Signature.options = options158;
|
|
16410
16636
|
Signature.className = SIGNATURE_CLASSNAME;
|
|
16411
|
-
Signature.defaultProps =
|
|
16637
|
+
Signature.defaultProps = defaultProps161;
|
|
16412
16638
|
|
|
16413
16639
|
// src/editor/editor.spec.tsx
|
|
16414
|
-
import { jsx as
|
|
16640
|
+
import { jsx as jsx483 } from "react/jsx-runtime";
|
|
16415
16641
|
var EDITOR_CLASSNAME = `k-editor`;
|
|
16416
|
-
var
|
|
16642
|
+
var states173 = [
|
|
16417
16643
|
States.readonly,
|
|
16418
16644
|
States.disabled
|
|
16419
16645
|
];
|
|
16420
|
-
var
|
|
16421
|
-
var
|
|
16646
|
+
var options159 = {};
|
|
16647
|
+
var defaultProps162 = {};
|
|
16422
16648
|
var Editor = (props) => {
|
|
16423
16649
|
const {
|
|
16424
16650
|
readonly,
|
|
16425
16651
|
disabled,
|
|
16426
16652
|
...other
|
|
16427
16653
|
} = props;
|
|
16428
|
-
return /* @__PURE__ */
|
|
16654
|
+
return /* @__PURE__ */ jsx483(
|
|
16429
16655
|
"div",
|
|
16430
16656
|
{
|
|
16431
16657
|
...other,
|
|
@@ -16441,706 +16667,706 @@ var Editor = (props) => {
|
|
|
16441
16667
|
}
|
|
16442
16668
|
);
|
|
16443
16669
|
};
|
|
16444
|
-
Editor.states =
|
|
16445
|
-
Editor.options =
|
|
16670
|
+
Editor.states = states173;
|
|
16671
|
+
Editor.options = options159;
|
|
16446
16672
|
Editor.className = EDITOR_CLASSNAME;
|
|
16447
|
-
Editor.defaultProps =
|
|
16673
|
+
Editor.defaultProps = defaultProps162;
|
|
16448
16674
|
|
|
16449
16675
|
// src/editor/editor-toolbar.tsx
|
|
16450
|
-
import { jsx as
|
|
16676
|
+
import { jsx as jsx484 } from "react/jsx-runtime";
|
|
16451
16677
|
|
|
16452
16678
|
// src/editor/editor-content.tsx
|
|
16453
|
-
import { jsx as
|
|
16454
|
-
var
|
|
16679
|
+
import { jsx as jsx485 } from "react/jsx-runtime";
|
|
16680
|
+
var states174 = [
|
|
16455
16681
|
States.focus
|
|
16456
16682
|
];
|
|
16457
16683
|
|
|
16458
16684
|
// src/editor/templates/editor-normal.tsx
|
|
16459
|
-
import { Fragment as
|
|
16685
|
+
import { Fragment as Fragment139, jsx as jsx486, jsxs as jsxs213 } from "react/jsx-runtime";
|
|
16460
16686
|
|
|
16461
16687
|
// src/utils/templates/background/background-clip/border-clip.tsx
|
|
16462
|
-
import { jsx as
|
|
16688
|
+
import { jsx as jsx487 } from "react/jsx-runtime";
|
|
16463
16689
|
|
|
16464
16690
|
// src/utils/templates/background/background-clip/content-clip.tsx
|
|
16465
|
-
import { jsx as
|
|
16691
|
+
import { jsx as jsx488 } from "react/jsx-runtime";
|
|
16466
16692
|
|
|
16467
16693
|
// src/utils/templates/background/background-clip/padding-clip.tsx
|
|
16468
|
-
import { jsx as
|
|
16694
|
+
import { jsx as jsx489 } from "react/jsx-runtime";
|
|
16469
16695
|
|
|
16470
16696
|
// src/utils/templates/background/background-clip/text-clip.tsx
|
|
16471
|
-
import { jsx as
|
|
16697
|
+
import { jsx as jsx490 } from "react/jsx-runtime";
|
|
16472
16698
|
|
|
16473
16699
|
// src/utils/templates/background/background-color/color.tsx
|
|
16474
|
-
import { jsx as
|
|
16700
|
+
import { jsx as jsx491, jsxs as jsxs214 } from "react/jsx-runtime";
|
|
16475
16701
|
|
|
16476
16702
|
// src/utils/templates/borders/border-color/all-sides.tsx
|
|
16477
|
-
import { jsx as
|
|
16703
|
+
import { jsx as jsx492, jsxs as jsxs215 } from "react/jsx-runtime";
|
|
16478
16704
|
|
|
16479
16705
|
// src/utils/templates/borders/border-color/individual.tsx
|
|
16480
|
-
import { jsx as
|
|
16706
|
+
import { jsx as jsx493, jsxs as jsxs216 } from "react/jsx-runtime";
|
|
16481
16707
|
|
|
16482
16708
|
// src/utils/templates/borders/border-color/left-right.tsx
|
|
16483
|
-
import { jsx as
|
|
16709
|
+
import { jsx as jsx494, jsxs as jsxs217 } from "react/jsx-runtime";
|
|
16484
16710
|
|
|
16485
16711
|
// src/utils/templates/borders/border-color/top-bottom.tsx
|
|
16486
|
-
import { jsx as
|
|
16712
|
+
import { jsx as jsx495, jsxs as jsxs218 } from "react/jsx-runtime";
|
|
16487
16713
|
|
|
16488
16714
|
// src/utils/templates/borders/border-radius/corners.tsx
|
|
16489
|
-
import { jsx as
|
|
16715
|
+
import { jsx as jsx496, jsxs as jsxs219 } from "react/jsx-runtime";
|
|
16490
16716
|
|
|
16491
16717
|
// src/utils/templates/borders/border-radius/no-rounding.tsx
|
|
16492
|
-
import { jsx as
|
|
16718
|
+
import { jsx as jsx497, jsxs as jsxs220 } from "react/jsx-runtime";
|
|
16493
16719
|
|
|
16494
16720
|
// src/utils/templates/borders/border-radius/rounding.tsx
|
|
16495
|
-
import { jsx as
|
|
16721
|
+
import { jsx as jsx498, jsxs as jsxs221 } from "react/jsx-runtime";
|
|
16496
16722
|
|
|
16497
16723
|
// src/utils/templates/borders/border-radius/sides.tsx
|
|
16498
|
-
import { jsx as
|
|
16724
|
+
import { jsx as jsx499, jsxs as jsxs222 } from "react/jsx-runtime";
|
|
16499
16725
|
|
|
16500
16726
|
// src/utils/templates/borders/border-style/all-sides.tsx
|
|
16501
|
-
import { jsx as
|
|
16727
|
+
import { jsx as jsx500, jsxs as jsxs223 } from "react/jsx-runtime";
|
|
16502
16728
|
|
|
16503
16729
|
// src/utils/templates/borders/border-style/individual.tsx
|
|
16504
|
-
import { jsx as
|
|
16730
|
+
import { jsx as jsx501, jsxs as jsxs224 } from "react/jsx-runtime";
|
|
16505
16731
|
|
|
16506
16732
|
// src/utils/templates/borders/border-style/left-right.tsx
|
|
16507
|
-
import { jsx as
|
|
16733
|
+
import { jsx as jsx502, jsxs as jsxs225 } from "react/jsx-runtime";
|
|
16508
16734
|
|
|
16509
16735
|
// src/utils/templates/borders/border-style/no-style.tsx
|
|
16510
|
-
import { jsx as
|
|
16736
|
+
import { jsx as jsx503 } from "react/jsx-runtime";
|
|
16511
16737
|
|
|
16512
16738
|
// src/utils/templates/borders/border-style/top-bottom.tsx
|
|
16513
|
-
import { jsx as
|
|
16739
|
+
import { jsx as jsx504, jsxs as jsxs226 } from "react/jsx-runtime";
|
|
16514
16740
|
|
|
16515
16741
|
// src/utils/templates/borders/border-width/all-sides.tsx
|
|
16516
|
-
import { jsx as
|
|
16742
|
+
import { jsx as jsx505, jsxs as jsxs227 } from "react/jsx-runtime";
|
|
16517
16743
|
|
|
16518
16744
|
// src/utils/templates/borders/border-width/individual.tsx
|
|
16519
|
-
import { jsx as
|
|
16745
|
+
import { jsx as jsx506, jsxs as jsxs228 } from "react/jsx-runtime";
|
|
16520
16746
|
|
|
16521
16747
|
// src/utils/templates/borders/border-width/left-right.tsx
|
|
16522
|
-
import { jsx as
|
|
16748
|
+
import { jsx as jsx507, jsxs as jsxs229 } from "react/jsx-runtime";
|
|
16523
16749
|
|
|
16524
16750
|
// src/utils/templates/borders/border-width/top-bottom.tsx
|
|
16525
|
-
import { jsx as
|
|
16751
|
+
import { jsx as jsx508, jsxs as jsxs230 } from "react/jsx-runtime";
|
|
16526
16752
|
|
|
16527
16753
|
// src/utils/templates/borders/outline-color/all-sides.tsx
|
|
16528
|
-
import { jsx as
|
|
16754
|
+
import { jsx as jsx509 } from "react/jsx-runtime";
|
|
16529
16755
|
|
|
16530
16756
|
// src/utils/templates/borders/outline-offset/all-sides.tsx
|
|
16531
|
-
import { jsx as
|
|
16757
|
+
import { jsx as jsx510, jsxs as jsxs231 } from "react/jsx-runtime";
|
|
16532
16758
|
|
|
16533
16759
|
// src/utils/templates/borders/outline-offset/no-offset.tsx
|
|
16534
|
-
import { jsx as
|
|
16760
|
+
import { jsx as jsx511 } from "react/jsx-runtime";
|
|
16535
16761
|
|
|
16536
16762
|
// src/utils/templates/borders/outline-style/all-sides.tsx
|
|
16537
|
-
import { jsx as
|
|
16763
|
+
import { jsx as jsx512, jsxs as jsxs232 } from "react/jsx-runtime";
|
|
16538
16764
|
|
|
16539
16765
|
// src/utils/templates/borders/outline-style/no-style.tsx
|
|
16540
|
-
import { jsx as
|
|
16766
|
+
import { jsx as jsx513 } from "react/jsx-runtime";
|
|
16541
16767
|
|
|
16542
16768
|
// src/utils/templates/borders/outline-width/all-sides.tsx
|
|
16543
|
-
import { jsx as
|
|
16769
|
+
import { jsx as jsx514, jsxs as jsxs233 } from "react/jsx-runtime";
|
|
16544
16770
|
|
|
16545
16771
|
// src/utils/templates/borders/outline-width/no-width.tsx
|
|
16546
|
-
import { jsx as
|
|
16772
|
+
import { jsx as jsx515 } from "react/jsx-runtime";
|
|
16547
16773
|
|
|
16548
16774
|
// src/utils/templates/effects/opacity/applying.tsx
|
|
16549
|
-
import { jsx as
|
|
16775
|
+
import { jsx as jsx516, jsxs as jsxs234 } from "react/jsx-runtime";
|
|
16550
16776
|
|
|
16551
16777
|
// src/utils/templates/filters/backdrop-blur/applying.tsx
|
|
16552
|
-
import { Fragment as
|
|
16778
|
+
import { Fragment as Fragment140, jsx as jsx517, jsxs as jsxs235 } from "react/jsx-runtime";
|
|
16553
16779
|
|
|
16554
16780
|
// src/utils/templates/flex-grid/align-content/around.tsx
|
|
16555
|
-
import { jsx as
|
|
16781
|
+
import { jsx as jsx518, jsxs as jsxs236 } from "react/jsx-runtime";
|
|
16556
16782
|
|
|
16557
16783
|
// src/utils/templates/flex-grid/align-content/between.tsx
|
|
16558
|
-
import { jsx as
|
|
16784
|
+
import { jsx as jsx519, jsxs as jsxs237 } from "react/jsx-runtime";
|
|
16559
16785
|
|
|
16560
16786
|
// src/utils/templates/flex-grid/align-content/center.tsx
|
|
16561
|
-
import { jsx as
|
|
16787
|
+
import { jsx as jsx520, jsxs as jsxs238 } from "react/jsx-runtime";
|
|
16562
16788
|
|
|
16563
16789
|
// src/utils/templates/flex-grid/align-content/end.tsx
|
|
16564
|
-
import { jsx as
|
|
16790
|
+
import { jsx as jsx521, jsxs as jsxs239 } from "react/jsx-runtime";
|
|
16565
16791
|
|
|
16566
16792
|
// src/utils/templates/flex-grid/align-content/evenly.tsx
|
|
16567
|
-
import { jsx as
|
|
16793
|
+
import { jsx as jsx522, jsxs as jsxs240 } from "react/jsx-runtime";
|
|
16568
16794
|
|
|
16569
16795
|
// src/utils/templates/flex-grid/align-content/normal.tsx
|
|
16570
|
-
import { jsx as
|
|
16796
|
+
import { jsx as jsx523, jsxs as jsxs241 } from "react/jsx-runtime";
|
|
16571
16797
|
|
|
16572
16798
|
// src/utils/templates/flex-grid/align-content/start.tsx
|
|
16573
|
-
import { jsx as
|
|
16799
|
+
import { jsx as jsx524, jsxs as jsxs242 } from "react/jsx-runtime";
|
|
16574
16800
|
|
|
16575
16801
|
// src/utils/templates/flex-grid/align-content/stretch.tsx
|
|
16576
|
-
import { jsx as
|
|
16802
|
+
import { jsx as jsx525, jsxs as jsxs243 } from "react/jsx-runtime";
|
|
16577
16803
|
|
|
16578
16804
|
// src/utils/templates/flex-grid/align-items/baseline.tsx
|
|
16579
|
-
import { jsx as
|
|
16805
|
+
import { jsx as jsx526, jsxs as jsxs244 } from "react/jsx-runtime";
|
|
16580
16806
|
|
|
16581
16807
|
// src/utils/templates/flex-grid/align-items/center.tsx
|
|
16582
|
-
import { jsx as
|
|
16808
|
+
import { jsx as jsx527, jsxs as jsxs245 } from "react/jsx-runtime";
|
|
16583
16809
|
|
|
16584
16810
|
// src/utils/templates/flex-grid/align-items/end.tsx
|
|
16585
|
-
import { jsx as
|
|
16811
|
+
import { jsx as jsx528, jsxs as jsxs246 } from "react/jsx-runtime";
|
|
16586
16812
|
|
|
16587
16813
|
// src/utils/templates/flex-grid/align-items/start.tsx
|
|
16588
|
-
import { jsx as
|
|
16814
|
+
import { jsx as jsx529, jsxs as jsxs247 } from "react/jsx-runtime";
|
|
16589
16815
|
|
|
16590
16816
|
// src/utils/templates/flex-grid/align-items/stretch.tsx
|
|
16591
|
-
import { jsx as
|
|
16817
|
+
import { jsx as jsx530, jsxs as jsxs248 } from "react/jsx-runtime";
|
|
16592
16818
|
|
|
16593
16819
|
// src/utils/templates/flex-grid/align-self/baseline.tsx
|
|
16594
|
-
import { jsx as
|
|
16820
|
+
import { jsx as jsx531, jsxs as jsxs249 } from "react/jsx-runtime";
|
|
16595
16821
|
|
|
16596
16822
|
// src/utils/templates/flex-grid/align-self/center.tsx
|
|
16597
|
-
import { jsx as
|
|
16823
|
+
import { jsx as jsx532, jsxs as jsxs250 } from "react/jsx-runtime";
|
|
16598
16824
|
|
|
16599
16825
|
// src/utils/templates/flex-grid/align-self/end.tsx
|
|
16600
|
-
import { jsx as
|
|
16826
|
+
import { jsx as jsx533, jsxs as jsxs251 } from "react/jsx-runtime";
|
|
16601
16827
|
|
|
16602
16828
|
// src/utils/templates/flex-grid/align-self/start.tsx
|
|
16603
|
-
import { jsx as
|
|
16829
|
+
import { jsx as jsx534, jsxs as jsxs252 } from "react/jsx-runtime";
|
|
16604
16830
|
|
|
16605
16831
|
// src/utils/templates/flex-grid/align-self/stretch.tsx
|
|
16606
|
-
import { jsx as
|
|
16832
|
+
import { jsx as jsx535, jsxs as jsxs253 } from "react/jsx-runtime";
|
|
16607
16833
|
|
|
16608
16834
|
// src/utils/templates/flex-grid/flex/auto.tsx
|
|
16609
|
-
import { jsx as
|
|
16835
|
+
import { jsx as jsx536, jsxs as jsxs254 } from "react/jsx-runtime";
|
|
16610
16836
|
|
|
16611
16837
|
// src/utils/templates/flex-grid/flex/flex-1.tsx
|
|
16612
|
-
import { jsx as
|
|
16838
|
+
import { jsx as jsx537, jsxs as jsxs255 } from "react/jsx-runtime";
|
|
16613
16839
|
|
|
16614
16840
|
// src/utils/templates/flex-grid/flex/initial.tsx
|
|
16615
|
-
import { jsx as
|
|
16841
|
+
import { jsx as jsx538, jsxs as jsxs256 } from "react/jsx-runtime";
|
|
16616
16842
|
|
|
16617
16843
|
// src/utils/templates/flex-grid/flex/none.tsx
|
|
16618
|
-
import { jsx as
|
|
16844
|
+
import { jsx as jsx539, jsxs as jsxs257 } from "react/jsx-runtime";
|
|
16619
16845
|
|
|
16620
16846
|
// src/utils/templates/flex-grid/flex-basis/auto.tsx
|
|
16621
|
-
import { jsx as
|
|
16847
|
+
import { jsx as jsx540, jsxs as jsxs258 } from "react/jsx-runtime";
|
|
16622
16848
|
|
|
16623
16849
|
// src/utils/templates/flex-grid/flex-basis/size.tsx
|
|
16624
|
-
import { jsx as
|
|
16850
|
+
import { jsx as jsx541, jsxs as jsxs259 } from "react/jsx-runtime";
|
|
16625
16851
|
|
|
16626
16852
|
// src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
|
|
16627
|
-
import { jsx as
|
|
16853
|
+
import { jsx as jsx542, jsxs as jsxs260 } from "react/jsx-runtime";
|
|
16628
16854
|
|
|
16629
16855
|
// src/utils/templates/flex-grid/flex-direction/column.tsx
|
|
16630
|
-
import { jsx as
|
|
16856
|
+
import { jsx as jsx543, jsxs as jsxs261 } from "react/jsx-runtime";
|
|
16631
16857
|
|
|
16632
16858
|
// src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
|
|
16633
|
-
import { jsx as
|
|
16859
|
+
import { jsx as jsx544, jsxs as jsxs262 } from "react/jsx-runtime";
|
|
16634
16860
|
|
|
16635
16861
|
// src/utils/templates/flex-grid/flex-direction/row.tsx
|
|
16636
|
-
import { jsx as
|
|
16862
|
+
import { jsx as jsx545, jsxs as jsxs263 } from "react/jsx-runtime";
|
|
16637
16863
|
|
|
16638
16864
|
// src/utils/templates/flex-grid/flex-grow/grow-0.tsx
|
|
16639
|
-
import { jsx as
|
|
16865
|
+
import { jsx as jsx546, jsxs as jsxs264 } from "react/jsx-runtime";
|
|
16640
16866
|
|
|
16641
16867
|
// src/utils/templates/flex-grid/flex-grow/grow-1.tsx
|
|
16642
|
-
import { jsx as
|
|
16868
|
+
import { jsx as jsx547, jsxs as jsxs265 } from "react/jsx-runtime";
|
|
16643
16869
|
|
|
16644
16870
|
// src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
|
|
16645
|
-
import { jsx as
|
|
16871
|
+
import { jsx as jsx548, jsxs as jsxs266 } from "react/jsx-runtime";
|
|
16646
16872
|
|
|
16647
16873
|
// src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
|
|
16648
|
-
import { jsx as
|
|
16874
|
+
import { jsx as jsx549, jsxs as jsxs267 } from "react/jsx-runtime";
|
|
16649
16875
|
|
|
16650
16876
|
// src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
|
|
16651
|
-
import { jsx as
|
|
16877
|
+
import { jsx as jsx550, jsxs as jsxs268 } from "react/jsx-runtime";
|
|
16652
16878
|
|
|
16653
16879
|
// src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
|
|
16654
|
-
import { jsx as
|
|
16880
|
+
import { jsx as jsx551, jsxs as jsxs269 } from "react/jsx-runtime";
|
|
16655
16881
|
|
|
16656
16882
|
// src/utils/templates/flex-grid/flex-wrap/wrap.tsx
|
|
16657
|
-
import { jsx as
|
|
16883
|
+
import { jsx as jsx552, jsxs as jsxs270 } from "react/jsx-runtime";
|
|
16658
16884
|
|
|
16659
16885
|
// src/utils/templates/flex-grid/gap/size-x-y.tsx
|
|
16660
|
-
import { jsx as
|
|
16886
|
+
import { jsx as jsx553, jsxs as jsxs271 } from "react/jsx-runtime";
|
|
16661
16887
|
|
|
16662
16888
|
// src/utils/templates/flex-grid/gap/size.tsx
|
|
16663
|
-
import { jsx as
|
|
16889
|
+
import { jsx as jsx554, jsxs as jsxs272 } from "react/jsx-runtime";
|
|
16664
16890
|
|
|
16665
16891
|
// src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
|
|
16666
|
-
import { jsx as
|
|
16892
|
+
import { jsx as jsx555, jsxs as jsxs273 } from "react/jsx-runtime";
|
|
16667
16893
|
|
|
16668
16894
|
// src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
|
|
16669
|
-
import { jsx as
|
|
16895
|
+
import { jsx as jsx556, jsxs as jsxs274 } from "react/jsx-runtime";
|
|
16670
16896
|
|
|
16671
16897
|
// src/utils/templates/flex-grid/grid-auto-cols/max.tsx
|
|
16672
|
-
import { jsx as
|
|
16898
|
+
import { jsx as jsx557, jsxs as jsxs275 } from "react/jsx-runtime";
|
|
16673
16899
|
|
|
16674
16900
|
// src/utils/templates/flex-grid/grid-auto-cols/min.tsx
|
|
16675
|
-
import { jsx as
|
|
16901
|
+
import { jsx as jsx558, jsxs as jsxs276 } from "react/jsx-runtime";
|
|
16676
16902
|
|
|
16677
16903
|
// src/utils/templates/flex-grid/grid-auto-flow/column.tsx
|
|
16678
|
-
import { jsx as
|
|
16904
|
+
import { jsx as jsx559, jsxs as jsxs277 } from "react/jsx-runtime";
|
|
16679
16905
|
|
|
16680
16906
|
// src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
|
|
16681
|
-
import { jsx as
|
|
16907
|
+
import { jsx as jsx560, jsxs as jsxs278 } from "react/jsx-runtime";
|
|
16682
16908
|
|
|
16683
16909
|
// src/utils/templates/flex-grid/grid-auto-flow/row.tsx
|
|
16684
|
-
import { jsx as
|
|
16910
|
+
import { jsx as jsx561, jsxs as jsxs279 } from "react/jsx-runtime";
|
|
16685
16911
|
|
|
16686
16912
|
// src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
|
|
16687
|
-
import { jsx as
|
|
16913
|
+
import { jsx as jsx562, jsxs as jsxs280 } from "react/jsx-runtime";
|
|
16688
16914
|
|
|
16689
16915
|
// src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
|
|
16690
|
-
import { jsx as
|
|
16916
|
+
import { jsx as jsx563, jsxs as jsxs281 } from "react/jsx-runtime";
|
|
16691
16917
|
|
|
16692
16918
|
// src/utils/templates/flex-grid/grid-auto-rows/min.tsx
|
|
16693
|
-
import { jsx as
|
|
16919
|
+
import { jsx as jsx564, jsxs as jsxs282 } from "react/jsx-runtime";
|
|
16694
16920
|
|
|
16695
16921
|
// src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
|
|
16696
|
-
import { jsx as
|
|
16922
|
+
import { jsx as jsx565, jsxs as jsxs283 } from "react/jsx-runtime";
|
|
16697
16923
|
|
|
16698
16924
|
// src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
|
|
16699
|
-
import { jsx as
|
|
16925
|
+
import { jsx as jsx566, jsxs as jsxs284 } from "react/jsx-runtime";
|
|
16700
16926
|
|
|
16701
16927
|
// src/utils/templates/flex-grid/grid-template-cols/integer.tsx
|
|
16702
|
-
import { jsx as
|
|
16928
|
+
import { jsx as jsx567, jsxs as jsxs285 } from "react/jsx-runtime";
|
|
16703
16929
|
|
|
16704
16930
|
// src/utils/templates/flex-grid/grid-template-rows/integer.tsx
|
|
16705
|
-
import { jsx as
|
|
16931
|
+
import { jsx as jsx568, jsxs as jsxs286 } from "react/jsx-runtime";
|
|
16706
16932
|
|
|
16707
16933
|
// src/utils/templates/flex-grid/justify-content/around.tsx
|
|
16708
|
-
import { jsx as
|
|
16934
|
+
import { jsx as jsx569, jsxs as jsxs287 } from "react/jsx-runtime";
|
|
16709
16935
|
|
|
16710
16936
|
// src/utils/templates/flex-grid/justify-content/between.tsx
|
|
16711
|
-
import { jsx as
|
|
16937
|
+
import { jsx as jsx570, jsxs as jsxs288 } from "react/jsx-runtime";
|
|
16712
16938
|
|
|
16713
16939
|
// src/utils/templates/flex-grid/justify-content/center.tsx
|
|
16714
|
-
import { jsx as
|
|
16940
|
+
import { jsx as jsx571, jsxs as jsxs289 } from "react/jsx-runtime";
|
|
16715
16941
|
|
|
16716
16942
|
// src/utils/templates/flex-grid/justify-content/end.tsx
|
|
16717
|
-
import { jsx as
|
|
16943
|
+
import { jsx as jsx572, jsxs as jsxs290 } from "react/jsx-runtime";
|
|
16718
16944
|
|
|
16719
16945
|
// src/utils/templates/flex-grid/justify-content/evenly.tsx
|
|
16720
|
-
import { jsx as
|
|
16946
|
+
import { jsx as jsx573, jsxs as jsxs291 } from "react/jsx-runtime";
|
|
16721
16947
|
|
|
16722
16948
|
// src/utils/templates/flex-grid/justify-content/normal.tsx
|
|
16723
|
-
import { jsx as
|
|
16949
|
+
import { jsx as jsx574, jsxs as jsxs292 } from "react/jsx-runtime";
|
|
16724
16950
|
|
|
16725
16951
|
// src/utils/templates/flex-grid/justify-content/start.tsx
|
|
16726
|
-
import { jsx as
|
|
16952
|
+
import { jsx as jsx575, jsxs as jsxs293 } from "react/jsx-runtime";
|
|
16727
16953
|
|
|
16728
16954
|
// src/utils/templates/flex-grid/justify-content/stretch.tsx
|
|
16729
|
-
import { jsx as
|
|
16955
|
+
import { jsx as jsx576, jsxs as jsxs294 } from "react/jsx-runtime";
|
|
16730
16956
|
|
|
16731
16957
|
// src/utils/templates/flex-grid/justify-items/center.tsx
|
|
16732
|
-
import { jsx as
|
|
16958
|
+
import { jsx as jsx577, jsxs as jsxs295 } from "react/jsx-runtime";
|
|
16733
16959
|
|
|
16734
16960
|
// src/utils/templates/flex-grid/justify-items/end.tsx
|
|
16735
|
-
import { jsx as
|
|
16961
|
+
import { jsx as jsx578, jsxs as jsxs296 } from "react/jsx-runtime";
|
|
16736
16962
|
|
|
16737
16963
|
// src/utils/templates/flex-grid/justify-items/start.tsx
|
|
16738
|
-
import { jsx as
|
|
16964
|
+
import { jsx as jsx579, jsxs as jsxs297 } from "react/jsx-runtime";
|
|
16739
16965
|
|
|
16740
16966
|
// src/utils/templates/flex-grid/justify-items/stretch.tsx
|
|
16741
|
-
import { jsx as
|
|
16967
|
+
import { jsx as jsx580, jsxs as jsxs298 } from "react/jsx-runtime";
|
|
16742
16968
|
|
|
16743
16969
|
// src/utils/templates/flex-grid/justify-self/center.tsx
|
|
16744
|
-
import { jsx as
|
|
16970
|
+
import { jsx as jsx581, jsxs as jsxs299 } from "react/jsx-runtime";
|
|
16745
16971
|
|
|
16746
16972
|
// src/utils/templates/flex-grid/justify-self/end.tsx
|
|
16747
|
-
import { jsx as
|
|
16973
|
+
import { jsx as jsx582, jsxs as jsxs300 } from "react/jsx-runtime";
|
|
16748
16974
|
|
|
16749
16975
|
// src/utils/templates/flex-grid/justify-self/start.tsx
|
|
16750
|
-
import { jsx as
|
|
16976
|
+
import { jsx as jsx583, jsxs as jsxs301 } from "react/jsx-runtime";
|
|
16751
16977
|
|
|
16752
16978
|
// src/utils/templates/flex-grid/justify-self/stretch.tsx
|
|
16753
|
-
import { jsx as
|
|
16979
|
+
import { jsx as jsx584, jsxs as jsxs302 } from "react/jsx-runtime";
|
|
16754
16980
|
|
|
16755
16981
|
// src/utils/templates/flex-grid/order/first.tsx
|
|
16756
|
-
import { jsx as
|
|
16982
|
+
import { jsx as jsx585, jsxs as jsxs303 } from "react/jsx-runtime";
|
|
16757
16983
|
|
|
16758
16984
|
// src/utils/templates/flex-grid/order/integer.tsx
|
|
16759
|
-
import { jsx as
|
|
16985
|
+
import { jsx as jsx586, jsxs as jsxs304 } from "react/jsx-runtime";
|
|
16760
16986
|
|
|
16761
16987
|
// src/utils/templates/flex-grid/order/last.tsx
|
|
16762
|
-
import { jsx as
|
|
16988
|
+
import { jsx as jsx587, jsxs as jsxs305 } from "react/jsx-runtime";
|
|
16763
16989
|
|
|
16764
16990
|
// src/utils/templates/flex-grid/place-content/around.tsx
|
|
16765
|
-
import { jsx as
|
|
16991
|
+
import { jsx as jsx588, jsxs as jsxs306 } from "react/jsx-runtime";
|
|
16766
16992
|
|
|
16767
16993
|
// src/utils/templates/flex-grid/place-content/between.tsx
|
|
16768
|
-
import { jsx as
|
|
16994
|
+
import { jsx as jsx589, jsxs as jsxs307 } from "react/jsx-runtime";
|
|
16769
16995
|
|
|
16770
16996
|
// src/utils/templates/flex-grid/place-content/center.tsx
|
|
16771
|
-
import { jsx as
|
|
16997
|
+
import { jsx as jsx590, jsxs as jsxs308 } from "react/jsx-runtime";
|
|
16772
16998
|
|
|
16773
16999
|
// src/utils/templates/flex-grid/place-content/end.tsx
|
|
16774
|
-
import { jsx as
|
|
17000
|
+
import { jsx as jsx591, jsxs as jsxs309 } from "react/jsx-runtime";
|
|
16775
17001
|
|
|
16776
17002
|
// src/utils/templates/flex-grid/place-content/evenly.tsx
|
|
16777
|
-
import { jsx as
|
|
17003
|
+
import { jsx as jsx592, jsxs as jsxs310 } from "react/jsx-runtime";
|
|
16778
17004
|
|
|
16779
17005
|
// src/utils/templates/flex-grid/place-content/normal.tsx
|
|
16780
|
-
import { jsx as
|
|
17006
|
+
import { jsx as jsx593, jsxs as jsxs311 } from "react/jsx-runtime";
|
|
16781
17007
|
|
|
16782
17008
|
// src/utils/templates/flex-grid/place-content/start.tsx
|
|
16783
|
-
import { jsx as
|
|
17009
|
+
import { jsx as jsx594, jsxs as jsxs312 } from "react/jsx-runtime";
|
|
16784
17010
|
|
|
16785
17011
|
// src/utils/templates/flex-grid/place-content/stretch.tsx
|
|
16786
|
-
import { jsx as
|
|
17012
|
+
import { jsx as jsx595, jsxs as jsxs313 } from "react/jsx-runtime";
|
|
16787
17013
|
|
|
16788
17014
|
// src/utils/templates/flex-grid/place-items/center.tsx
|
|
16789
|
-
import { jsx as
|
|
17015
|
+
import { jsx as jsx596, jsxs as jsxs314 } from "react/jsx-runtime";
|
|
16790
17016
|
|
|
16791
17017
|
// src/utils/templates/flex-grid/place-items/end.tsx
|
|
16792
|
-
import { jsx as
|
|
17018
|
+
import { jsx as jsx597, jsxs as jsxs315 } from "react/jsx-runtime";
|
|
16793
17019
|
|
|
16794
17020
|
// src/utils/templates/flex-grid/place-items/start.tsx
|
|
16795
|
-
import { jsx as
|
|
17021
|
+
import { jsx as jsx598, jsxs as jsxs316 } from "react/jsx-runtime";
|
|
16796
17022
|
|
|
16797
17023
|
// src/utils/templates/flex-grid/place-items/stretch.tsx
|
|
16798
|
-
import { jsx as
|
|
17024
|
+
import { jsx as jsx599, jsxs as jsxs317 } from "react/jsx-runtime";
|
|
16799
17025
|
|
|
16800
17026
|
// src/utils/templates/flex-grid/place-self/center.tsx
|
|
16801
|
-
import { jsx as
|
|
17027
|
+
import { jsx as jsx600, jsxs as jsxs318 } from "react/jsx-runtime";
|
|
16802
17028
|
|
|
16803
17029
|
// src/utils/templates/flex-grid/place-self/end.tsx
|
|
16804
|
-
import { jsx as
|
|
17030
|
+
import { jsx as jsx601, jsxs as jsxs319 } from "react/jsx-runtime";
|
|
16805
17031
|
|
|
16806
17032
|
// src/utils/templates/flex-grid/place-self/start.tsx
|
|
16807
|
-
import { jsx as
|
|
17033
|
+
import { jsx as jsx602, jsxs as jsxs320 } from "react/jsx-runtime";
|
|
16808
17034
|
|
|
16809
17035
|
// src/utils/templates/flex-grid/place-self/stretch.tsx
|
|
16810
|
-
import { jsx as
|
|
17036
|
+
import { jsx as jsx603, jsxs as jsxs321 } from "react/jsx-runtime";
|
|
16811
17037
|
|
|
16812
17038
|
// src/utils/templates/interactivity/appearance/applying.tsx
|
|
16813
|
-
import { jsx as
|
|
17039
|
+
import { jsx as jsx604, jsxs as jsxs322 } from "react/jsx-runtime";
|
|
16814
17040
|
|
|
16815
17041
|
// src/utils/templates/interactivity/appearance/none.tsx
|
|
16816
|
-
import { jsx as
|
|
17042
|
+
import { jsx as jsx605, jsxs as jsxs323 } from "react/jsx-runtime";
|
|
16817
17043
|
|
|
16818
17044
|
// src/utils/templates/interactivity/cursor/applying.tsx
|
|
16819
|
-
import { jsx as
|
|
17045
|
+
import { jsx as jsx606, jsxs as jsxs324 } from "react/jsx-runtime";
|
|
16820
17046
|
|
|
16821
17047
|
// src/utils/templates/interactivity/pointer-events/applying.tsx
|
|
16822
|
-
import { jsx as
|
|
17048
|
+
import { jsx as jsx607, jsxs as jsxs325 } from "react/jsx-runtime";
|
|
16823
17049
|
|
|
16824
17050
|
// src/utils/templates/interactivity/resize/all-directions.tsx
|
|
16825
|
-
import { jsx as
|
|
17051
|
+
import { jsx as jsx608 } from "react/jsx-runtime";
|
|
16826
17052
|
|
|
16827
17053
|
// src/utils/templates/interactivity/resize/horizontal.tsx
|
|
16828
|
-
import { jsx as
|
|
17054
|
+
import { jsx as jsx609 } from "react/jsx-runtime";
|
|
16829
17055
|
|
|
16830
17056
|
// src/utils/templates/interactivity/resize/no-resizing.tsx
|
|
16831
|
-
import { jsx as
|
|
17057
|
+
import { jsx as jsx610 } from "react/jsx-runtime";
|
|
16832
17058
|
|
|
16833
17059
|
// src/utils/templates/interactivity/resize/vertical.tsx
|
|
16834
|
-
import { jsx as
|
|
17060
|
+
import { jsx as jsx611 } from "react/jsx-runtime";
|
|
16835
17061
|
|
|
16836
17062
|
// src/utils/templates/interactivity/touch-action/auto.tsx
|
|
16837
|
-
import { jsx as
|
|
17063
|
+
import { jsx as jsx612 } from "react/jsx-runtime";
|
|
16838
17064
|
|
|
16839
17065
|
// src/utils/templates/interactivity/touch-action/horizontal.tsx
|
|
16840
|
-
import { jsx as
|
|
17066
|
+
import { jsx as jsx613 } from "react/jsx-runtime";
|
|
16841
17067
|
|
|
16842
17068
|
// src/utils/templates/interactivity/touch-action/none.tsx
|
|
16843
|
-
import { jsx as
|
|
17069
|
+
import { jsx as jsx614 } from "react/jsx-runtime";
|
|
16844
17070
|
|
|
16845
17071
|
// src/utils/templates/interactivity/touch-action/vertical.tsx
|
|
16846
|
-
import { jsx as
|
|
17072
|
+
import { jsx as jsx615 } from "react/jsx-runtime";
|
|
16847
17073
|
|
|
16848
17074
|
// src/utils/templates/interactivity/user-select/all.tsx
|
|
16849
|
-
import { jsx as
|
|
17075
|
+
import { jsx as jsx616 } from "react/jsx-runtime";
|
|
16850
17076
|
|
|
16851
17077
|
// src/utils/templates/interactivity/user-select/none.tsx
|
|
16852
|
-
import { jsx as
|
|
17078
|
+
import { jsx as jsx617 } from "react/jsx-runtime";
|
|
16853
17079
|
|
|
16854
17080
|
// src/utils/templates/interactivity/user-select/text.tsx
|
|
16855
|
-
import { jsx as
|
|
17081
|
+
import { jsx as jsx618 } from "react/jsx-runtime";
|
|
16856
17082
|
|
|
16857
17083
|
// src/utils/templates/layout/aspect-ratio/auto.tsx
|
|
16858
|
-
import { jsx as
|
|
17084
|
+
import { jsx as jsx619 } from "react/jsx-runtime";
|
|
16859
17085
|
|
|
16860
17086
|
// src/utils/templates/layout/aspect-ratio/one.tsx
|
|
16861
|
-
import { jsx as
|
|
17087
|
+
import { jsx as jsx620 } from "react/jsx-runtime";
|
|
16862
17088
|
|
|
16863
17089
|
// src/utils/templates/layout/aspect-ratio/sqaure.tsx
|
|
16864
|
-
import { jsx as
|
|
17090
|
+
import { jsx as jsx621 } from "react/jsx-runtime";
|
|
16865
17091
|
|
|
16866
17092
|
// src/utils/templates/layout/aspect-ratio/video.tsx
|
|
16867
|
-
import { jsx as
|
|
17093
|
+
import { jsx as jsx622 } from "react/jsx-runtime";
|
|
16868
17094
|
|
|
16869
17095
|
// src/utils/templates/layout/box-sizing/border.tsx
|
|
16870
|
-
import { jsx as
|
|
17096
|
+
import { jsx as jsx623 } from "react/jsx-runtime";
|
|
16871
17097
|
|
|
16872
17098
|
// src/utils/templates/layout/box-sizing/content.tsx
|
|
16873
|
-
import { jsx as
|
|
17099
|
+
import { jsx as jsx624 } from "react/jsx-runtime";
|
|
16874
17100
|
|
|
16875
17101
|
// src/utils/templates/layout/clear/both.tsx
|
|
16876
|
-
import { jsx as
|
|
17102
|
+
import { jsx as jsx625, jsxs as jsxs326 } from "react/jsx-runtime";
|
|
16877
17103
|
|
|
16878
17104
|
// src/utils/templates/layout/clear/left.tsx
|
|
16879
|
-
import { jsx as
|
|
17105
|
+
import { jsx as jsx626, jsxs as jsxs327 } from "react/jsx-runtime";
|
|
16880
17106
|
|
|
16881
17107
|
// src/utils/templates/layout/clear/no-clear.tsx
|
|
16882
|
-
import { jsx as
|
|
17108
|
+
import { jsx as jsx627, jsxs as jsxs328 } from "react/jsx-runtime";
|
|
16883
17109
|
|
|
16884
17110
|
// src/utils/templates/layout/clear/right.tsx
|
|
16885
|
-
import { jsx as
|
|
17111
|
+
import { jsx as jsx628, jsxs as jsxs329 } from "react/jsx-runtime";
|
|
16886
17112
|
|
|
16887
17113
|
// src/utils/templates/layout/columns/automatic.tsx
|
|
16888
|
-
import { jsx as
|
|
17114
|
+
import { jsx as jsx629, jsxs as jsxs330 } from "react/jsx-runtime";
|
|
16889
17115
|
|
|
16890
17116
|
// src/utils/templates/layout/columns/count.tsx
|
|
16891
|
-
import { jsx as
|
|
17117
|
+
import { jsx as jsx630, jsxs as jsxs331 } from "react/jsx-runtime";
|
|
16892
17118
|
|
|
16893
17119
|
// src/utils/templates/layout/display/block.tsx
|
|
16894
|
-
import { jsx as
|
|
17120
|
+
import { jsx as jsx631, jsxs as jsxs332 } from "react/jsx-runtime";
|
|
16895
17121
|
|
|
16896
17122
|
// src/utils/templates/layout/display/flex.tsx
|
|
16897
|
-
import { jsx as
|
|
17123
|
+
import { jsx as jsx632, jsxs as jsxs333 } from "react/jsx-runtime";
|
|
16898
17124
|
|
|
16899
17125
|
// src/utils/templates/layout/display/inline.tsx
|
|
16900
|
-
import { jsx as
|
|
17126
|
+
import { jsx as jsx633, jsxs as jsxs334 } from "react/jsx-runtime";
|
|
16901
17127
|
|
|
16902
17128
|
// src/utils/templates/layout/display/none.tsx
|
|
16903
|
-
import { Fragment as
|
|
17129
|
+
import { Fragment as Fragment141, jsx as jsx634, jsxs as jsxs335 } from "react/jsx-runtime";
|
|
16904
17130
|
|
|
16905
17131
|
// src/utils/templates/layout/float/left.tsx
|
|
16906
|
-
import { jsx as
|
|
17132
|
+
import { jsx as jsx635, jsxs as jsxs336 } from "react/jsx-runtime";
|
|
16907
17133
|
|
|
16908
17134
|
// src/utils/templates/layout/float/no-float.tsx
|
|
16909
|
-
import { jsx as
|
|
17135
|
+
import { jsx as jsx636, jsxs as jsxs337 } from "react/jsx-runtime";
|
|
16910
17136
|
|
|
16911
17137
|
// src/utils/templates/layout/float/right.tsx
|
|
16912
|
-
import { jsx as
|
|
17138
|
+
import { jsx as jsx637, jsxs as jsxs338 } from "react/jsx-runtime";
|
|
16913
17139
|
|
|
16914
17140
|
// src/utils/templates/layout/object-fit/contain.tsx
|
|
16915
|
-
import { jsx as
|
|
17141
|
+
import { jsx as jsx638 } from "react/jsx-runtime";
|
|
16916
17142
|
|
|
16917
17143
|
// src/utils/templates/layout/object-fit/cover.tsx
|
|
16918
|
-
import { jsx as
|
|
17144
|
+
import { jsx as jsx639 } from "react/jsx-runtime";
|
|
16919
17145
|
|
|
16920
17146
|
// src/utils/templates/layout/object-fit/fill.tsx
|
|
16921
|
-
import { jsx as
|
|
17147
|
+
import { jsx as jsx640 } from "react/jsx-runtime";
|
|
16922
17148
|
|
|
16923
17149
|
// src/utils/templates/layout/object-fit/scale-down.tsx
|
|
16924
|
-
import { jsx as
|
|
17150
|
+
import { jsx as jsx641 } from "react/jsx-runtime";
|
|
16925
17151
|
|
|
16926
17152
|
// src/utils/templates/layout/object-position/position.tsx
|
|
16927
|
-
import { jsx as
|
|
17153
|
+
import { jsx as jsx642, jsxs as jsxs339 } from "react/jsx-runtime";
|
|
16928
17154
|
|
|
16929
17155
|
// src/utils/templates/layout/overflow/hidden.tsx
|
|
16930
|
-
import { jsx as
|
|
17156
|
+
import { jsx as jsx643 } from "react/jsx-runtime";
|
|
16931
17157
|
|
|
16932
17158
|
// src/utils/templates/layout/overflow/horizontal.tsx
|
|
16933
|
-
import { jsx as
|
|
17159
|
+
import { jsx as jsx644 } from "react/jsx-runtime";
|
|
16934
17160
|
|
|
16935
17161
|
// src/utils/templates/layout/overflow/vertical.tsx
|
|
16936
|
-
import { jsx as
|
|
17162
|
+
import { jsx as jsx645 } from "react/jsx-runtime";
|
|
16937
17163
|
|
|
16938
17164
|
// src/utils/templates/layout/overflow/visible.tsx
|
|
16939
|
-
import { jsx as
|
|
17165
|
+
import { jsx as jsx646 } from "react/jsx-runtime";
|
|
16940
17166
|
|
|
16941
17167
|
// src/utils/templates/layout/placement/multiple.tsx
|
|
16942
|
-
import { jsx as
|
|
17168
|
+
import { jsx as jsx647, jsxs as jsxs340 } from "react/jsx-runtime";
|
|
16943
17169
|
|
|
16944
17170
|
// src/utils/templates/layout/placement/single.tsx
|
|
16945
|
-
import { jsx as
|
|
17171
|
+
import { jsx as jsx648, jsxs as jsxs341 } from "react/jsx-runtime";
|
|
16946
17172
|
|
|
16947
17173
|
// src/utils/templates/layout/position/applying.tsx
|
|
16948
|
-
import { jsx as
|
|
17174
|
+
import { jsx as jsx649, jsxs as jsxs342 } from "react/jsx-runtime";
|
|
16949
17175
|
|
|
16950
17176
|
// src/utils/templates/layout/visibility/invisible.tsx
|
|
16951
|
-
import { jsx as
|
|
17177
|
+
import { jsx as jsx650, jsxs as jsxs343 } from "react/jsx-runtime";
|
|
16952
17178
|
|
|
16953
17179
|
// src/utils/templates/layout/z-index/applying.tsx
|
|
16954
|
-
import { Fragment as
|
|
17180
|
+
import { Fragment as Fragment142, jsx as jsx651, jsxs as jsxs344 } from "react/jsx-runtime";
|
|
16955
17181
|
|
|
16956
17182
|
// src/utils/templates/sizing/height/fixed.tsx
|
|
16957
|
-
import { jsx as
|
|
17183
|
+
import { jsx as jsx652, jsxs as jsxs345 } from "react/jsx-runtime";
|
|
16958
17184
|
|
|
16959
17185
|
// src/utils/templates/sizing/height/full.tsx
|
|
16960
|
-
import { jsx as
|
|
17186
|
+
import { jsx as jsx653 } from "react/jsx-runtime";
|
|
16961
17187
|
|
|
16962
17188
|
// src/utils/templates/sizing/height/maximum.tsx
|
|
16963
|
-
import { jsx as
|
|
17189
|
+
import { jsx as jsx654 } from "react/jsx-runtime";
|
|
16964
17190
|
|
|
16965
17191
|
// src/utils/templates/sizing/height/minimum.tsx
|
|
16966
|
-
import { jsx as
|
|
17192
|
+
import { jsx as jsx655 } from "react/jsx-runtime";
|
|
16967
17193
|
|
|
16968
17194
|
// src/utils/templates/sizing/height/screen.tsx
|
|
16969
|
-
import { jsx as
|
|
17195
|
+
import { jsx as jsx656 } from "react/jsx-runtime";
|
|
16970
17196
|
|
|
16971
17197
|
// src/utils/templates/sizing/width/fixed.tsx
|
|
16972
|
-
import { jsx as
|
|
17198
|
+
import { jsx as jsx657, jsxs as jsxs346 } from "react/jsx-runtime";
|
|
16973
17199
|
|
|
16974
17200
|
// src/utils/templates/sizing/width/full.tsx
|
|
16975
|
-
import { jsx as
|
|
17201
|
+
import { jsx as jsx658 } from "react/jsx-runtime";
|
|
16976
17202
|
|
|
16977
17203
|
// src/utils/templates/sizing/width/maximum.tsx
|
|
16978
|
-
import { jsx as
|
|
17204
|
+
import { jsx as jsx659 } from "react/jsx-runtime";
|
|
16979
17205
|
|
|
16980
17206
|
// src/utils/templates/sizing/width/minimum.tsx
|
|
16981
|
-
import { jsx as
|
|
17207
|
+
import { jsx as jsx660 } from "react/jsx-runtime";
|
|
16982
17208
|
|
|
16983
17209
|
// src/utils/templates/sizing/width/screen.tsx
|
|
16984
|
-
import { jsx as
|
|
17210
|
+
import { jsx as jsx661 } from "react/jsx-runtime";
|
|
16985
17211
|
|
|
16986
17212
|
// src/utils/templates/spacing/margin/all.tsx
|
|
16987
|
-
import { jsx as
|
|
17213
|
+
import { jsx as jsx662 } from "react/jsx-runtime";
|
|
16988
17214
|
|
|
16989
17215
|
// src/utils/templates/spacing/margin/single.tsx
|
|
16990
|
-
import { Fragment as
|
|
17216
|
+
import { Fragment as Fragment143, jsx as jsx663, jsxs as jsxs347 } from "react/jsx-runtime";
|
|
16991
17217
|
|
|
16992
17218
|
// src/utils/templates/spacing/margin/x.tsx
|
|
16993
|
-
import { jsx as
|
|
17219
|
+
import { jsx as jsx664 } from "react/jsx-runtime";
|
|
16994
17220
|
|
|
16995
17221
|
// src/utils/templates/spacing/margin/y.tsx
|
|
16996
|
-
import { jsx as
|
|
17222
|
+
import { jsx as jsx665 } from "react/jsx-runtime";
|
|
16997
17223
|
|
|
16998
17224
|
// src/utils/templates/spacing/padding/all.tsx
|
|
16999
|
-
import { jsx as
|
|
17225
|
+
import { jsx as jsx666 } from "react/jsx-runtime";
|
|
17000
17226
|
|
|
17001
17227
|
// src/utils/templates/spacing/padding/single.tsx
|
|
17002
|
-
import { Fragment as
|
|
17228
|
+
import { Fragment as Fragment144, jsx as jsx667, jsxs as jsxs348 } from "react/jsx-runtime";
|
|
17003
17229
|
|
|
17004
17230
|
// src/utils/templates/spacing/padding/x.tsx
|
|
17005
|
-
import { jsx as
|
|
17231
|
+
import { jsx as jsx668 } from "react/jsx-runtime";
|
|
17006
17232
|
|
|
17007
17233
|
// src/utils/templates/spacing/padding/y.tsx
|
|
17008
|
-
import { jsx as
|
|
17234
|
+
import { jsx as jsx669 } from "react/jsx-runtime";
|
|
17009
17235
|
|
|
17010
17236
|
// src/utils/templates/svg/fill/color.tsx
|
|
17011
|
-
import { Fragment as
|
|
17237
|
+
import { Fragment as Fragment145, jsx as jsx670, jsxs as jsxs349 } from "react/jsx-runtime";
|
|
17012
17238
|
|
|
17013
17239
|
// src/utils/templates/svg/stroke/color.tsx
|
|
17014
|
-
import { Fragment as
|
|
17240
|
+
import { Fragment as Fragment146, jsx as jsx671, jsxs as jsxs350 } from "react/jsx-runtime";
|
|
17015
17241
|
|
|
17016
17242
|
// src/utils/templates/table/border-collapse/collapse.tsx
|
|
17017
|
-
import { jsx as
|
|
17243
|
+
import { jsx as jsx672, jsxs as jsxs351 } from "react/jsx-runtime";
|
|
17018
17244
|
|
|
17019
17245
|
// src/utils/templates/table/border-collapse/separate.tsx
|
|
17020
|
-
import { jsx as
|
|
17246
|
+
import { jsx as jsx673, jsxs as jsxs352 } from "react/jsx-runtime";
|
|
17021
17247
|
|
|
17022
17248
|
// src/utils/templates/table/table-layout/auto.tsx
|
|
17023
|
-
import { jsx as
|
|
17249
|
+
import { jsx as jsx674, jsxs as jsxs353 } from "react/jsx-runtime";
|
|
17024
17250
|
|
|
17025
17251
|
// src/utils/templates/table/table-layout/fixed.tsx
|
|
17026
|
-
import { jsx as
|
|
17252
|
+
import { jsx as jsx675, jsxs as jsxs354 } from "react/jsx-runtime";
|
|
17027
17253
|
|
|
17028
17254
|
// src/utils/templates/transform/flip/horizontal.tsx
|
|
17029
|
-
import { jsx as
|
|
17255
|
+
import { jsx as jsx676, jsxs as jsxs355 } from "react/jsx-runtime";
|
|
17030
17256
|
|
|
17031
17257
|
// src/utils/templates/transform/flip/vertical.tsx
|
|
17032
|
-
import { jsx as
|
|
17258
|
+
import { jsx as jsx677, jsxs as jsxs356 } from "react/jsx-runtime";
|
|
17033
17259
|
|
|
17034
17260
|
// src/utils/templates/transform/origin/applying.tsx
|
|
17035
|
-
import { jsx as
|
|
17261
|
+
import { jsx as jsx678, jsxs as jsxs357 } from "react/jsx-runtime";
|
|
17036
17262
|
|
|
17037
17263
|
// src/utils/templates/transform/rotate/applying.tsx
|
|
17038
|
-
import { jsx as
|
|
17264
|
+
import { jsx as jsx679, jsxs as jsxs358 } from "react/jsx-runtime";
|
|
17039
17265
|
|
|
17040
17266
|
// src/utils/templates/transform/scale/applying.tsx
|
|
17041
|
-
import { jsx as
|
|
17267
|
+
import { jsx as jsx680, jsxs as jsxs359 } from "react/jsx-runtime";
|
|
17042
17268
|
|
|
17043
17269
|
// src/utils/templates/transform/skew/applying.tsx
|
|
17044
|
-
import { jsx as
|
|
17270
|
+
import { jsx as jsx681, jsxs as jsxs360 } from "react/jsx-runtime";
|
|
17045
17271
|
|
|
17046
17272
|
// src/utils/templates/transform/translate/applying.tsx
|
|
17047
|
-
import { jsx as
|
|
17273
|
+
import { jsx as jsx682, jsxs as jsxs361 } from "react/jsx-runtime";
|
|
17048
17274
|
|
|
17049
17275
|
// src/utils/templates/typography/font-style/italic.tsx
|
|
17050
|
-
import { jsx as
|
|
17276
|
+
import { jsx as jsx683 } from "react/jsx-runtime";
|
|
17051
17277
|
|
|
17052
17278
|
// src/utils/templates/typography/font-weight/size.tsx
|
|
17053
|
-
import { Fragment as
|
|
17279
|
+
import { Fragment as Fragment147, jsx as jsx684, jsxs as jsxs362 } from "react/jsx-runtime";
|
|
17054
17280
|
|
|
17055
17281
|
// src/utils/templates/typography/list-style-type/decimal.tsx
|
|
17056
|
-
import { jsx as
|
|
17282
|
+
import { jsx as jsx685, jsxs as jsxs363 } from "react/jsx-runtime";
|
|
17057
17283
|
|
|
17058
17284
|
// src/utils/templates/typography/list-style-type/disc.tsx
|
|
17059
|
-
import { jsx as
|
|
17285
|
+
import { jsx as jsx686, jsxs as jsxs364 } from "react/jsx-runtime";
|
|
17060
17286
|
|
|
17061
17287
|
// src/utils/templates/typography/list-style-type/none.tsx
|
|
17062
|
-
import { jsx as
|
|
17288
|
+
import { jsx as jsx687, jsxs as jsxs365 } from "react/jsx-runtime";
|
|
17063
17289
|
|
|
17064
17290
|
// src/utils/templates/typography/text-align/center.tsx
|
|
17065
|
-
import { jsx as
|
|
17291
|
+
import { jsx as jsx688 } from "react/jsx-runtime";
|
|
17066
17292
|
|
|
17067
17293
|
// src/utils/templates/typography/text-align/justify.tsx
|
|
17068
|
-
import { jsx as
|
|
17294
|
+
import { jsx as jsx689 } from "react/jsx-runtime";
|
|
17069
17295
|
|
|
17070
17296
|
// src/utils/templates/typography/text-align/left.tsx
|
|
17071
|
-
import { jsx as
|
|
17297
|
+
import { jsx as jsx690 } from "react/jsx-runtime";
|
|
17072
17298
|
|
|
17073
17299
|
// src/utils/templates/typography/text-align/right.tsx
|
|
17074
|
-
import { jsx as
|
|
17300
|
+
import { jsx as jsx691 } from "react/jsx-runtime";
|
|
17075
17301
|
|
|
17076
17302
|
// src/utils/templates/typography/text-color/inherit.tsx
|
|
17077
|
-
import { jsx as
|
|
17303
|
+
import { jsx as jsx692 } from "react/jsx-runtime";
|
|
17078
17304
|
|
|
17079
17305
|
// src/utils/templates/typography/text-color/white.tsx
|
|
17080
|
-
import { jsx as
|
|
17306
|
+
import { jsx as jsx693 } from "react/jsx-runtime";
|
|
17081
17307
|
|
|
17082
17308
|
// src/utils/templates/typography/text-decoration/all.tsx
|
|
17083
|
-
import { Fragment as
|
|
17309
|
+
import { Fragment as Fragment148, jsx as jsx694, jsxs as jsxs366 } from "react/jsx-runtime";
|
|
17084
17310
|
|
|
17085
17311
|
// src/utils/templates/typography/text-overflow/clip.tsx
|
|
17086
|
-
import { jsx as
|
|
17312
|
+
import { jsx as jsx695 } from "react/jsx-runtime";
|
|
17087
17313
|
|
|
17088
17314
|
// src/utils/templates/typography/text-overflow/ellipsis.tsx
|
|
17089
|
-
import { jsx as
|
|
17315
|
+
import { jsx as jsx696 } from "react/jsx-runtime";
|
|
17090
17316
|
|
|
17091
17317
|
// src/utils/templates/typography/text-transform/all.tsx
|
|
17092
|
-
import { Fragment as
|
|
17318
|
+
import { Fragment as Fragment149, jsx as jsx697, jsxs as jsxs367 } from "react/jsx-runtime";
|
|
17093
17319
|
|
|
17094
17320
|
// src/utils/templates/typography/vertical-align/baseline.tsx
|
|
17095
|
-
import { jsx as
|
|
17321
|
+
import { jsx as jsx698, jsxs as jsxs368 } from "react/jsx-runtime";
|
|
17096
17322
|
|
|
17097
17323
|
// src/utils/templates/typography/vertical-align/bottom.tsx
|
|
17098
|
-
import { jsx as
|
|
17324
|
+
import { jsx as jsx699, jsxs as jsxs369 } from "react/jsx-runtime";
|
|
17099
17325
|
|
|
17100
17326
|
// src/utils/templates/typography/vertical-align/center.tsx
|
|
17101
|
-
import { jsx as
|
|
17327
|
+
import { jsx as jsx700, jsxs as jsxs370 } from "react/jsx-runtime";
|
|
17102
17328
|
|
|
17103
17329
|
// src/utils/templates/typography/vertical-align/top.tsx
|
|
17104
|
-
import { jsx as
|
|
17330
|
+
import { jsx as jsx701, jsxs as jsxs371 } from "react/jsx-runtime";
|
|
17105
17331
|
|
|
17106
17332
|
// src/utils/templates/typography/white-space/normal.tsx
|
|
17107
|
-
import { jsx as
|
|
17333
|
+
import { jsx as jsx702 } from "react/jsx-runtime";
|
|
17108
17334
|
|
|
17109
17335
|
// src/utils/templates/typography/white-space/nowrap.tsx
|
|
17110
|
-
import { jsx as
|
|
17336
|
+
import { jsx as jsx703 } from "react/jsx-runtime";
|
|
17111
17337
|
|
|
17112
17338
|
// src/utils/templates/typography/white-space/pre-line.tsx
|
|
17113
|
-
import { jsx as
|
|
17339
|
+
import { jsx as jsx704 } from "react/jsx-runtime";
|
|
17114
17340
|
|
|
17115
17341
|
// src/utils/templates/typography/white-space/pre-wrap.tsx
|
|
17116
|
-
import { jsx as
|
|
17342
|
+
import { jsx as jsx705 } from "react/jsx-runtime";
|
|
17117
17343
|
|
|
17118
17344
|
// src/utils/templates/typography/white-space/pre.tsx
|
|
17119
|
-
import { jsx as
|
|
17345
|
+
import { jsx as jsx706 } from "react/jsx-runtime";
|
|
17120
17346
|
|
|
17121
17347
|
// src/multiselect/templates/multiselect-prefix.tsx
|
|
17122
|
-
import { Fragment as
|
|
17348
|
+
import { Fragment as Fragment150, jsx as jsx707 } from "react/jsx-runtime";
|
|
17123
17349
|
|
|
17124
17350
|
// src/multiselect/templates/multiselect-suffix.tsx
|
|
17125
|
-
import { Fragment as
|
|
17351
|
+
import { Fragment as Fragment151, jsx as jsx708 } from "react/jsx-runtime";
|
|
17126
17352
|
|
|
17127
17353
|
// src/multiselect/tests/multiselect-size-rounded.tsx
|
|
17128
|
-
import { Fragment as
|
|
17354
|
+
import { Fragment as Fragment152, jsx as jsx709, jsxs as jsxs372 } from "react/jsx-runtime";
|
|
17129
17355
|
var styles = `
|
|
17130
17356
|
#test-area {
|
|
17131
17357
|
grid-template-columns: 120px repeat(3, 1fr);
|
|
17132
17358
|
}
|
|
17133
17359
|
`;
|
|
17134
|
-
var multiselect_size_rounded_default = () => /* @__PURE__ */
|
|
17135
|
-
/* @__PURE__ */
|
|
17136
|
-
/* @__PURE__ */
|
|
17137
|
-
/* @__PURE__ */
|
|
17138
|
-
/* @__PURE__ */
|
|
17139
|
-
/* @__PURE__ */
|
|
17140
|
-
/* @__PURE__ */
|
|
17141
|
-
MultiSelect.options.rounded.map((rounded) => /* @__PURE__ */
|
|
17142
|
-
/* @__PURE__ */
|
|
17143
|
-
MultiSelect.options.size.map((size) => /* @__PURE__ */
|
|
17360
|
+
var multiselect_size_rounded_default = () => /* @__PURE__ */ jsxs372(Fragment152, { children: [
|
|
17361
|
+
/* @__PURE__ */ jsx709("style", { children: styles }),
|
|
17362
|
+
/* @__PURE__ */ jsxs372("div", { id: "test-area", className: "k-d-grid", children: [
|
|
17363
|
+
/* @__PURE__ */ jsx709("span", { children: /* @__PURE__ */ jsx709("small", { children: "rounded / size" }) }),
|
|
17364
|
+
/* @__PURE__ */ jsx709("span", { children: "small" }),
|
|
17365
|
+
/* @__PURE__ */ jsx709("span", { children: "medium" }),
|
|
17366
|
+
/* @__PURE__ */ jsx709("span", { children: "large" }),
|
|
17367
|
+
MultiSelect.options.rounded.map((rounded) => /* @__PURE__ */ jsxs372(Fragment152, { children: [
|
|
17368
|
+
/* @__PURE__ */ jsx709("span", { children: rounded }),
|
|
17369
|
+
MultiSelect.options.size.map((size) => /* @__PURE__ */ jsx709(Fragment152, { children: /* @__PURE__ */ jsx709("div", { children: /* @__PURE__ */ jsx709(MultiSelectValue, { size, rounded, children: "Multiselect" }) }) }))
|
|
17144
17370
|
] }))
|
|
17145
17371
|
] })
|
|
17146
17372
|
] });
|