@progress/kendo-themes-html 7.1.1-dev.0 → 7.2.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +2 -0
- package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +863 -778
- package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +863 -778
- package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +2 -0
- package/dist/cjs/dropdowngrid/templates/dropdowngrid-adaptive.js +2 -0
- package/dist/cjs/dropdowngrid/templates/dropdowngrid-normal.js +2 -0
- package/dist/cjs/dropdowngrid/templates/dropdowngrid-popup.js +2 -0
- package/dist/cjs/dropdowngrid/templates/dropdowngrid-prefix.js +2 -0
- package/dist/cjs/dropdowngrid/templates/dropdowngrid-suffix.js +2 -0
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-adaptive.js +2 -0
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +2 -0
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +2 -0
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +2 -0
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-prefix-suffix.js +2 -0
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-size-rounded.js +2 -0
- package/dist/cjs/dropdowngrid/tests/dropdowngrid-solid.js +2 -0
- package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +2 -0
- package/dist/cjs/filemanager/templates/filemanager-grid.js +2 -0
- package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +763 -678
- package/dist/cjs/filemanager/tests/filemanager-gridview.js +2 -0
- package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +717 -632
- package/dist/cjs/form/tests/form-field-dropdowns.js +862 -777
- package/dist/cjs/grid/grid-container.spec.js +46 -0
- package/dist/cjs/grid/grid-content.spec.js +46 -0
- package/dist/cjs/grid/grid-footer-table.spec.js +283 -0
- package/dist/cjs/grid/grid-footer.spec.js +46 -0
- package/dist/cjs/grid/grid-grouping-header.spec.js +57 -0
- package/dist/cjs/grid/grid-header-cell.spec.js +4446 -0
- package/dist/cjs/grid/grid-header-table.spec.js +283 -0
- package/dist/cjs/grid/grid-header.spec.js +46 -0
- package/dist/cjs/grid/grid-pager.spec.js +6058 -0
- package/dist/cjs/grid/grid-table.spec.js +283 -0
- package/dist/cjs/grid/grid-toolbar.spec.js +7876 -0
- package/dist/cjs/grid/grid.spec.js +120 -0
- package/dist/cjs/grid/tests/grid-adaptive-pager.js +2740 -380
- package/dist/cjs/grid/tests/grid-adaptive-search.js +1745 -1203
- package/dist/cjs/grid/tests/grid-angular.js +3787 -1267
- package/dist/cjs/grid/tests/grid-column-menu-angular.js +4095 -115
- package/dist/cjs/grid/tests/grid-column-menu-blazor.js +4095 -116
- package/dist/cjs/grid/tests/grid-column-reordering-actions.js +1484 -1280
- package/dist/cjs/grid/tests/grid-column-reordering.js +1489 -1285
- package/dist/cjs/grid/tests/grid-column-resizing-actions.js +2119 -1915
- package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1107 -869
- package/dist/cjs/grid/tests/grid-editing-inline-angular.js +1972 -1218
- package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +1959 -1201
- package/dist/cjs/grid/tests/grid-editing.js +1391 -635
- package/dist/cjs/grid/tests/grid-filter-menu-angular.js +4092 -100
- package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +4089 -101
- package/dist/cjs/grid/tests/grid-filter-row-angular.js +1327 -576
- package/dist/cjs/grid/tests/grid-filter-row-blazor.js +1313 -554
- package/dist/cjs/grid/tests/grid-filter-row.js +1496 -59
- package/dist/cjs/grid/tests/grid-grouping-actions.js +1450 -1246
- package/dist/cjs/grid/tests/grid-grouping-blazor.js +4162 -141
- package/dist/cjs/grid/tests/grid-grouping-detail-template.js +4297 -288
- package/dist/cjs/grid/tests/grid-grouping.js +2725 -1934
- package/dist/cjs/grid/tests/grid-hierarchy.js +4333 -43
- package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +4365 -207
- package/dist/cjs/grid/tests/grid-locked-columns.js +4563 -424
- package/dist/cjs/grid/tests/grid-long-titles.js +4315 -124
- package/dist/cjs/grid/tests/grid-multicolumn-headers.js +4407 -135
- package/dist/cjs/grid/tests/grid-no-records.js +8627 -48
- package/dist/cjs/grid/tests/grid-pager.js +3120 -550
- package/dist/cjs/grid/tests/grid-react-basic.js +8500 -128
- package/dist/cjs/grid/tests/grid-react.js +4516 -190
- package/dist/cjs/grid/tests/grid-row-reordering.js +1711 -1499
- package/dist/cjs/grid/tests/grid-rows-resizing.js +2066 -1308
- package/dist/cjs/grid/tests/grid-rows-states.js +8369 -105
- package/dist/cjs/grid/tests/grid-rtl-angular.js +3987 -1430
- package/dist/cjs/grid/tests/grid-rtl.js +4028 -1469
- package/dist/cjs/grid/tests/grid-selection-aggregates.js +3318 -742
- package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +2038 -1537
- package/dist/cjs/grid/tests/grid-size-sm.js +1447 -946
- package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +4118 -1505
- package/dist/cjs/grid/tests/grid-sticky-columns.js +4445 -177
- package/dist/cjs/grid/tests/grid-sticky-multicolumn-headers.js +8571 -53
- package/dist/cjs/grid/tests/grid-toolbar.js +1896 -1349
- package/dist/cjs/grid/tests/grid-virtualization.js +8968 -450
- package/dist/cjs/grid/tests/grid.js +4055 -1496
- package/dist/cjs/index.js +2442 -2148
- package/dist/cjs/multiselect/templates/multiselect-prefix.js +838 -753
- package/dist/cjs/multiselect/templates/multiselect-suffix.js +838 -753
- package/dist/cjs/multiselect/tests/multiselect-adaptive.js +844 -759
- package/dist/cjs/multiselect/tests/multiselect-flat.js +868 -783
- package/dist/cjs/multiselect/tests/multiselect-grouping.js +844 -759
- package/dist/cjs/multiselect/tests/multiselect-opened.js +846 -761
- package/dist/cjs/multiselect/tests/multiselect-outline.js +868 -783
- package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +875 -790
- package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +847 -762
- package/dist/cjs/multiselect/tests/multiselect-solid.js +868 -783
- package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +877 -792
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +891 -806
- package/dist/cjs/table/table-th.js +2 -0
- package/dist/cjs/table/templates/data-table-normal.js +2 -0
- package/dist/cjs/table/templates/table-list-virtualization.js +2 -0
- package/dist/cjs/table/templates/table-list.js +2 -0
- package/dist/cjs/table/templates/table-native.js +2 -0
- package/dist/cjs/table/tests/table-data-sizes.js +2 -0
- package/dist/cjs/table/tests/table-list-jquery.js +2 -0
- package/dist/cjs/table/tests/table-list-sizes.js +2 -0
- package/dist/cjs/table/tests/table-list-virtual.js +2 -0
- package/dist/cjs/table/tests/table-native-sizes.js +2 -0
- package/dist/cjs/table/tests/table-native-states.js +2 -0
- package/dist/esm/action-sheet/tests/action-sheet-data-table.js +2 -0
- package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +863 -778
- package/dist/esm/combobox/tests/combobox-prefix-suffix.js +863 -778
- package/dist/esm/dropdowngrid/dropdowngrid.spec.js +2 -0
- package/dist/esm/dropdowngrid/templates/dropdowngrid-adaptive.js +2 -0
- package/dist/esm/dropdowngrid/templates/dropdowngrid-normal.js +2 -0
- package/dist/esm/dropdowngrid/templates/dropdowngrid-popup.js +2 -0
- package/dist/esm/dropdowngrid/templates/dropdowngrid-prefix.js +2 -0
- package/dist/esm/dropdowngrid/templates/dropdowngrid-suffix.js +2 -0
- package/dist/esm/dropdowngrid/tests/dropdowngrid-adaptive.js +2 -0
- package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +2 -0
- package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +2 -0
- package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +2 -0
- package/dist/esm/dropdowngrid/tests/dropdowngrid-prefix-suffix.js +2 -0
- package/dist/esm/dropdowngrid/tests/dropdowngrid-size-rounded.js +2 -0
- package/dist/esm/dropdowngrid/tests/dropdowngrid-solid.js +2 -0
- package/dist/esm/filemanager/templates/filemanager-grid-preview.js +2 -0
- package/dist/esm/filemanager/templates/filemanager-grid.js +2 -0
- package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +763 -678
- package/dist/esm/filemanager/tests/filemanager-gridview.js +2 -0
- package/dist/esm/filemanager/tests/filemanager-listview-preview.js +717 -632
- package/dist/esm/form/tests/form-field-dropdowns.js +862 -777
- package/dist/esm/grid/grid-container.spec.js +24 -0
- package/dist/esm/grid/grid-content.spec.js +24 -0
- package/dist/esm/grid/grid-footer-table.spec.js +261 -0
- package/dist/esm/grid/grid-footer.spec.js +24 -0
- package/dist/esm/grid/grid-grouping-header.spec.js +35 -0
- package/dist/esm/grid/grid-header-cell.spec.js +4430 -0
- package/dist/esm/grid/grid-header-table.spec.js +261 -0
- package/dist/esm/grid/grid-header.spec.js +24 -0
- package/dist/esm/grid/grid-pager.spec.js +6042 -0
- package/dist/esm/grid/grid-table.spec.js +261 -0
- package/dist/esm/grid/grid-toolbar.spec.js +7860 -0
- package/dist/esm/grid/grid.spec.js +98 -0
- package/dist/esm/grid/tests/grid-adaptive-pager.js +2740 -380
- package/dist/esm/grid/tests/grid-adaptive-search.js +1865 -1323
- package/dist/esm/grid/tests/grid-angular.js +3831 -1311
- package/dist/esm/grid/tests/grid-column-menu-angular.js +4095 -115
- package/dist/esm/grid/tests/grid-column-menu-blazor.js +4095 -116
- package/dist/esm/grid/tests/grid-column-reordering-actions.js +2314 -2110
- package/dist/esm/grid/tests/grid-column-reordering.js +2320 -2116
- package/dist/esm/grid/tests/grid-column-resizing-actions.js +2863 -2659
- package/dist/esm/grid/tests/grid-editing-custom-editor.js +1107 -869
- package/dist/esm/grid/tests/grid-editing-inline-angular.js +1905 -1151
- package/dist/esm/grid/tests/grid-editing-inline-blazor.js +1914 -1156
- package/dist/esm/grid/tests/grid-editing.js +1391 -635
- package/dist/esm/grid/tests/grid-filter-menu-angular.js +4092 -100
- package/dist/esm/grid/tests/grid-filter-menu-blazor.js +4089 -101
- package/dist/esm/grid/tests/grid-filter-row-angular.js +1327 -576
- package/dist/esm/grid/tests/grid-filter-row-blazor.js +1313 -554
- package/dist/esm/grid/tests/grid-filter-row.js +1496 -59
- package/dist/esm/grid/tests/grid-grouping-actions.js +2280 -2076
- package/dist/esm/grid/tests/grid-grouping-blazor.js +4162 -141
- package/dist/esm/grid/tests/grid-grouping-detail-template.js +4297 -288
- package/dist/esm/grid/tests/grid-grouping.js +2679 -1888
- package/dist/esm/grid/tests/grid-hierarchy.js +4333 -43
- package/dist/esm/grid/tests/grid-locked-columns-rtl.js +4366 -208
- package/dist/esm/grid/tests/grid-locked-columns.js +4564 -425
- package/dist/esm/grid/tests/grid-long-titles.js +4316 -125
- package/dist/esm/grid/tests/grid-multicolumn-headers.js +4407 -135
- package/dist/esm/grid/tests/grid-no-records.js +8632 -49
- package/dist/esm/grid/tests/grid-pager.js +3139 -569
- package/dist/esm/grid/tests/grid-react-basic.js +8506 -128
- package/dist/esm/grid/tests/grid-react.js +4516 -190
- package/dist/esm/grid/tests/grid-row-reordering.js +1385 -1173
- package/dist/esm/grid/tests/grid-rows-resizing.js +2145 -1387
- package/dist/esm/grid/tests/grid-rows-states.js +8375 -105
- package/dist/esm/grid/tests/grid-rtl-angular.js +3974 -1417
- package/dist/esm/grid/tests/grid-rtl.js +4022 -1463
- package/dist/esm/grid/tests/grid-selection-aggregates.js +3143 -567
- package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +2100 -1599
- package/dist/esm/grid/tests/grid-size-sm.js +1513 -1012
- package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +4113 -1500
- package/dist/esm/grid/tests/grid-sticky-columns.js +4445 -177
- package/dist/esm/grid/tests/grid-sticky-multicolumn-headers.js +8576 -54
- package/dist/esm/grid/tests/grid-toolbar.js +1906 -1359
- package/dist/esm/grid/tests/grid-virtualization.js +8975 -451
- package/dist/esm/grid/tests/grid.js +4052 -1493
- package/dist/esm/index.js +2442 -2148
- package/dist/esm/multiselect/templates/multiselect-prefix.js +838 -753
- package/dist/esm/multiselect/templates/multiselect-suffix.js +838 -753
- package/dist/esm/multiselect/tests/multiselect-adaptive.js +844 -759
- package/dist/esm/multiselect/tests/multiselect-flat.js +868 -783
- package/dist/esm/multiselect/tests/multiselect-grouping.js +844 -759
- package/dist/esm/multiselect/tests/multiselect-opened.js +846 -761
- package/dist/esm/multiselect/tests/multiselect-outline.js +868 -783
- package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +875 -790
- package/dist/esm/multiselect/tests/multiselect-size-rounded.js +847 -762
- package/dist/esm/multiselect/tests/multiselect-solid.js +868 -783
- package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +877 -792
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +891 -806
- package/dist/esm/table/table-th.js +2 -0
- package/dist/esm/table/templates/data-table-normal.js +2 -0
- package/dist/esm/table/templates/table-list-virtualization.js +2 -0
- package/dist/esm/table/templates/table-list.js +2 -0
- package/dist/esm/table/templates/table-native.js +2 -0
- package/dist/esm/table/tests/table-data-sizes.js +2 -0
- package/dist/esm/table/tests/table-list-jquery.js +2 -0
- package/dist/esm/table/tests/table-list-sizes.js +2 -0
- package/dist/esm/table/tests/table-list-virtual.js +2 -0
- package/dist/esm/table/tests/table-native-sizes.js +2 -0
- package/dist/esm/table/tests/table-native-states.js +2 -0
- package/dist/types/grid/grid-container.spec.d.ts +1 -0
- package/dist/types/grid/grid-content.spec.d.ts +1 -0
- package/dist/types/grid/grid-footer-table.spec.d.ts +3 -0
- package/dist/types/grid/grid-footer.spec.d.ts +1 -0
- package/dist/types/grid/grid-grouping-header.spec.d.ts +5 -0
- package/dist/types/grid/grid-header-cell.spec.d.ts +17 -0
- package/dist/types/grid/grid-header-table.spec.d.ts +3 -0
- package/dist/types/grid/grid-header.spec.d.ts +1 -0
- package/dist/types/grid/grid-pager.spec.d.ts +2 -0
- package/dist/types/grid/grid-table.spec.d.ts +3 -0
- package/dist/types/grid/grid-toolbar.spec.d.ts +2 -0
- package/dist/types/grid/grid.spec.d.ts +28 -0
- package/dist/types/grid/index.d.ts +12 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/table/table-th.d.ts +1 -0
- package/package.json +2 -2
- package/src/grid/grid-container.spec.tsx +17 -0
- package/src/grid/grid-content.spec.tsx +16 -0
- package/src/grid/grid-footer-table.spec.tsx +20 -0
- package/src/grid/grid-footer.spec.tsx +17 -0
- package/src/grid/grid-grouping-header.spec.tsx +33 -0
- package/src/grid/grid-header-cell.spec.tsx +104 -0
- package/src/grid/grid-header-table.spec.tsx +20 -0
- package/src/grid/grid-header.spec.tsx +19 -0
- package/src/grid/grid-pager.spec.tsx +19 -0
- package/src/grid/grid-table.spec.tsx +20 -0
- package/src/grid/grid-toolbar.spec.tsx +19 -0
- package/src/grid/grid.spec.tsx +67 -0
- package/src/grid/index.ts +12 -0
- package/src/grid/tests/grid-adaptive-pager.tsx +9 -7
- package/src/grid/tests/grid-adaptive-search.tsx +11 -9
- package/src/grid/tests/grid-angular.tsx +154 -237
- package/src/grid/tests/grid-column-menu-angular.tsx +150 -181
- package/src/grid/tests/grid-column-menu-blazor.tsx +121 -189
- package/src/grid/tests/grid-column-reordering-actions.tsx +60 -97
- package/src/grid/tests/grid-column-reordering.tsx +60 -99
- package/src/grid/tests/grid-column-resizing-actions.tsx +60 -97
- package/src/grid/tests/grid-editing-custom-editor.tsx +168 -201
- package/src/grid/tests/grid-editing-inline-angular.tsx +132 -140
- package/src/grid/tests/grid-editing-inline-blazor.tsx +97 -118
- package/src/grid/tests/grid-editing.tsx +133 -163
- package/src/grid/tests/grid-filter-menu-angular.tsx +171 -174
- package/src/grid/tests/grid-filter-menu-blazor.tsx +114 -171
- package/src/grid/tests/grid-filter-row-angular.tsx +171 -182
- package/src/grid/tests/grid-filter-row-blazor.tsx +116 -153
- package/src/grid/tests/grid-filter-row.tsx +110 -109
- package/src/grid/tests/grid-grouping-actions.tsx +60 -98
- package/src/grid/tests/grid-grouping-blazor.tsx +162 -241
- package/src/grid/tests/grid-grouping-detail-template.tsx +383 -375
- package/src/grid/tests/grid-grouping.tsx +195 -293
- package/src/grid/tests/grid-hierarchy.tsx +82 -93
- package/src/grid/tests/grid-locked-columns-rtl.tsx +224 -312
- package/src/grid/tests/grid-locked-columns.tsx +414 -572
- package/src/grid/tests/grid-long-titles.tsx +122 -210
- package/src/grid/tests/grid-multicolumn-headers.tsx +114 -208
- package/src/grid/tests/grid-no-records.tsx +60 -82
- package/src/grid/tests/grid-pager.tsx +144 -197
- package/src/grid/tests/grid-react-basic.tsx +138 -172
- package/src/grid/tests/grid-react.tsx +224 -235
- package/src/grid/tests/grid-row-reordering.tsx +69 -104
- package/src/grid/tests/grid-rows-resizing.tsx +130 -159
- package/src/grid/tests/grid-rows-states.tsx +106 -104
- package/src/grid/tests/grid-rtl-angular.tsx +114 -168
- package/src/grid/tests/grid-rtl.tsx +104 -149
- package/src/grid/tests/grid-selection-aggregates.tsx +96 -115
- package/src/grid/tests/grid-size-sm-comp-sm.tsx +239 -323
- package/src/grid/tests/grid-size-sm.tsx +239 -326
- package/src/grid/tests/grid-sticky-columns-rtl.tsx +112 -140
- package/src/grid/tests/grid-sticky-columns.tsx +208 -312
- package/src/grid/tests/grid-sticky-multicolumn-headers.tsx +52 -159
- package/src/grid/tests/grid-toolbar.tsx +43 -43
- package/src/grid/tests/grid-virtualization.tsx +614 -758
- package/src/grid/tests/grid.tsx +141 -196
- package/src/index.ts +1 -1
- package/src/table/table-th.tsx +3 -0
|
@@ -10748,6 +10748,7 @@ var TableTh = (props) => {
|
|
|
10748
10748
|
const {
|
|
10749
10749
|
text,
|
|
10750
10750
|
colspan,
|
|
10751
|
+
rowspan,
|
|
10751
10752
|
...other
|
|
10752
10753
|
} = props;
|
|
10753
10754
|
const textOrChildren = text ? text : props.children;
|
|
@@ -10755,6 +10756,7 @@ var TableTh = (props) => {
|
|
|
10755
10756
|
"th",
|
|
10756
10757
|
{
|
|
10757
10758
|
colSpan: colspan,
|
|
10759
|
+
rowSpan: rowspan,
|
|
10758
10760
|
...other,
|
|
10759
10761
|
className: classNames(
|
|
10760
10762
|
props.className,
|
|
@@ -14117,15 +14119,98 @@ TileLayoutItemHint.defaultProps = defaultProps110;
|
|
|
14117
14119
|
// src/tilelayout/templates/tilelayout-normal.tsx
|
|
14118
14120
|
import { jsx as jsx367 } from "react/jsx-runtime";
|
|
14119
14121
|
|
|
14122
|
+
// src/grid/grid.spec.tsx
|
|
14123
|
+
import { jsx as jsx368, jsxs as jsxs145 } from "react/jsx-runtime";
|
|
14124
|
+
var GRID_CLASSNAME = "k-grid";
|
|
14125
|
+
var states121 = [];
|
|
14126
|
+
var options112 = {
|
|
14127
|
+
size: [Size.small, Size.medium, Size.large]
|
|
14128
|
+
};
|
|
14129
|
+
var defaultProps111 = {
|
|
14130
|
+
size: Size.medium,
|
|
14131
|
+
pagerPosition: "bottom"
|
|
14132
|
+
};
|
|
14133
|
+
var Grid = (props) => {
|
|
14134
|
+
const {
|
|
14135
|
+
size = defaultProps111.size,
|
|
14136
|
+
toolbar,
|
|
14137
|
+
pager,
|
|
14138
|
+
pagerPosition,
|
|
14139
|
+
groupingHeader,
|
|
14140
|
+
_renderAriaRoot,
|
|
14141
|
+
...other
|
|
14142
|
+
} = props;
|
|
14143
|
+
return /* @__PURE__ */ jsxs145(
|
|
14144
|
+
"div",
|
|
14145
|
+
{
|
|
14146
|
+
...other,
|
|
14147
|
+
className: classNames(
|
|
14148
|
+
props.className,
|
|
14149
|
+
GRID_CLASSNAME,
|
|
14150
|
+
optionClassNames(GRID_CLASSNAME, { size })
|
|
14151
|
+
),
|
|
14152
|
+
children: [
|
|
14153
|
+
toolbar,
|
|
14154
|
+
pagerPosition === "top" && pager,
|
|
14155
|
+
groupingHeader,
|
|
14156
|
+
props.children && _renderAriaRoot ? /* @__PURE__ */ jsx368("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
|
|
14157
|
+
pagerPosition === "bottom" && pager
|
|
14158
|
+
]
|
|
14159
|
+
}
|
|
14160
|
+
);
|
|
14161
|
+
};
|
|
14162
|
+
Grid.states = states121;
|
|
14163
|
+
Grid.options = options112;
|
|
14164
|
+
Grid.className = GRID_CLASSNAME;
|
|
14165
|
+
Grid.defaultProps = defaultProps111;
|
|
14166
|
+
|
|
14167
|
+
// src/grid/grid-header.spec.tsx
|
|
14168
|
+
import { jsx as jsx369 } from "react/jsx-runtime";
|
|
14169
|
+
|
|
14170
|
+
// src/grid/grid-grouping-header.spec.tsx
|
|
14171
|
+
import { jsx as jsx370, jsxs as jsxs146 } from "react/jsx-runtime";
|
|
14172
|
+
|
|
14173
|
+
// src/grid/grid-header-table.spec.tsx
|
|
14174
|
+
import { jsx as jsx371 } from "react/jsx-runtime";
|
|
14175
|
+
|
|
14176
|
+
// src/grid/grid-header-cell.spec.tsx
|
|
14177
|
+
import { jsx as jsx372, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
14178
|
+
var states122 = [
|
|
14179
|
+
States.hover,
|
|
14180
|
+
States.focus,
|
|
14181
|
+
States.active
|
|
14182
|
+
];
|
|
14183
|
+
|
|
14184
|
+
// src/grid/grid-container.spec.tsx
|
|
14185
|
+
import { jsx as jsx373 } from "react/jsx-runtime";
|
|
14186
|
+
|
|
14187
|
+
// src/grid/grid-content.spec.tsx
|
|
14188
|
+
import { jsx as jsx374 } from "react/jsx-runtime";
|
|
14189
|
+
|
|
14190
|
+
// src/grid/grid-table.spec.tsx
|
|
14191
|
+
import { jsx as jsx375 } from "react/jsx-runtime";
|
|
14192
|
+
|
|
14193
|
+
// src/grid/grid-footer.spec.tsx
|
|
14194
|
+
import { jsx as jsx376 } from "react/jsx-runtime";
|
|
14195
|
+
|
|
14196
|
+
// src/grid/grid-footer-table.spec.tsx
|
|
14197
|
+
import { jsx as jsx377 } from "react/jsx-runtime";
|
|
14198
|
+
|
|
14199
|
+
// src/grid/grid-pager.spec.tsx
|
|
14200
|
+
import { jsx as jsx378 } from "react/jsx-runtime";
|
|
14201
|
+
|
|
14202
|
+
// src/grid/grid-toolbar.spec.tsx
|
|
14203
|
+
import { jsx as jsx379 } from "react/jsx-runtime";
|
|
14204
|
+
|
|
14120
14205
|
// src/listview/listview.spec.tsx
|
|
14121
|
-
import { Fragment as Fragment103, jsx as
|
|
14206
|
+
import { Fragment as Fragment103, jsx as jsx380, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
14122
14207
|
var LISTVIEW_CLASSNAME = `k-listview`;
|
|
14123
|
-
var
|
|
14208
|
+
var states123 = [
|
|
14124
14209
|
States.loading,
|
|
14125
14210
|
States.disabled
|
|
14126
14211
|
];
|
|
14127
|
-
var
|
|
14128
|
-
var
|
|
14212
|
+
var options113 = {};
|
|
14213
|
+
var defaultProps112 = {
|
|
14129
14214
|
pagerPosition: "bottom",
|
|
14130
14215
|
layout: "flex",
|
|
14131
14216
|
flexDirection: "row"
|
|
@@ -14135,23 +14220,23 @@ var ListView = (props) => {
|
|
|
14135
14220
|
header,
|
|
14136
14221
|
footer,
|
|
14137
14222
|
pageable,
|
|
14138
|
-
pagerPosition =
|
|
14223
|
+
pagerPosition = defaultProps112.pagerPosition,
|
|
14139
14224
|
bordered,
|
|
14140
|
-
layout =
|
|
14141
|
-
flexDirection =
|
|
14225
|
+
layout = defaultProps112.layout,
|
|
14226
|
+
flexDirection = defaultProps112.flexDirection,
|
|
14142
14227
|
flexWrap,
|
|
14143
14228
|
gridColumns,
|
|
14144
14229
|
loading,
|
|
14145
14230
|
disabled,
|
|
14146
14231
|
...other
|
|
14147
14232
|
} = props;
|
|
14148
|
-
const pager = /* @__PURE__ */
|
|
14149
|
-
const loader = /* @__PURE__ */
|
|
14150
|
-
/* @__PURE__ */
|
|
14151
|
-
/* @__PURE__ */
|
|
14152
|
-
/* @__PURE__ */
|
|
14233
|
+
const pager = /* @__PURE__ */ jsx380(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
|
|
14234
|
+
const loader = /* @__PURE__ */ jsx380(Fragment103, { children: /* @__PURE__ */ jsxs148("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
|
|
14235
|
+
/* @__PURE__ */ jsx380("span", { className: "k-loading-text", children: "Loading..." }),
|
|
14236
|
+
/* @__PURE__ */ jsx380("div", { className: "k-loading-image" }),
|
|
14237
|
+
/* @__PURE__ */ jsx380("div", { className: "k-loading-color" })
|
|
14153
14238
|
] }) });
|
|
14154
|
-
return /* @__PURE__ */
|
|
14239
|
+
return /* @__PURE__ */ jsxs148(
|
|
14155
14240
|
"div",
|
|
14156
14241
|
{
|
|
14157
14242
|
...other,
|
|
@@ -14168,8 +14253,8 @@ var ListView = (props) => {
|
|
|
14168
14253
|
),
|
|
14169
14254
|
children: [
|
|
14170
14255
|
pageable && pagerPosition === "top" && pager,
|
|
14171
|
-
header && /* @__PURE__ */
|
|
14172
|
-
/* @__PURE__ */
|
|
14256
|
+
header && /* @__PURE__ */ jsx380("div", { className: "k-listview-header", children: "Header" }),
|
|
14257
|
+
/* @__PURE__ */ jsxs148("div", { className: classNames(
|
|
14173
14258
|
"k-listview-content",
|
|
14174
14259
|
{
|
|
14175
14260
|
[`k-d-${layout}`]: layout,
|
|
@@ -14181,33 +14266,33 @@ var ListView = (props) => {
|
|
|
14181
14266
|
loading && loader,
|
|
14182
14267
|
props.children
|
|
14183
14268
|
] }),
|
|
14184
|
-
footer && /* @__PURE__ */
|
|
14269
|
+
footer && /* @__PURE__ */ jsx380("div", { className: "k-listview-footer", children: "Footer" }),
|
|
14185
14270
|
pageable && pagerPosition === "bottom" && pager
|
|
14186
14271
|
]
|
|
14187
14272
|
}
|
|
14188
14273
|
);
|
|
14189
14274
|
};
|
|
14190
|
-
ListView.states =
|
|
14191
|
-
ListView.options =
|
|
14275
|
+
ListView.states = states123;
|
|
14276
|
+
ListView.options = options113;
|
|
14192
14277
|
ListView.className = LISTVIEW_CLASSNAME;
|
|
14193
|
-
ListView.defaultProps =
|
|
14278
|
+
ListView.defaultProps = defaultProps112;
|
|
14194
14279
|
|
|
14195
14280
|
// src/listview/listview-item.spec.tsx
|
|
14196
|
-
import { jsx as
|
|
14281
|
+
import { jsx as jsx381 } from "react/jsx-runtime";
|
|
14197
14282
|
var LISTVIEWITEM_CLASSNAME = `k-listview-item`;
|
|
14198
|
-
var
|
|
14283
|
+
var states124 = [
|
|
14199
14284
|
States.focus,
|
|
14200
14285
|
States.selected
|
|
14201
14286
|
];
|
|
14202
|
-
var
|
|
14203
|
-
var
|
|
14287
|
+
var options114 = {};
|
|
14288
|
+
var defaultProps113 = {};
|
|
14204
14289
|
var ListViewItem = (props) => {
|
|
14205
14290
|
const {
|
|
14206
14291
|
focus,
|
|
14207
14292
|
selected,
|
|
14208
14293
|
...other
|
|
14209
14294
|
} = props;
|
|
14210
|
-
return /* @__PURE__ */
|
|
14295
|
+
return /* @__PURE__ */ jsx381(
|
|
14211
14296
|
"div",
|
|
14212
14297
|
{
|
|
14213
14298
|
...other,
|
|
@@ -14223,129 +14308,129 @@ var ListViewItem = (props) => {
|
|
|
14223
14308
|
}
|
|
14224
14309
|
);
|
|
14225
14310
|
};
|
|
14226
|
-
ListViewItem.states =
|
|
14227
|
-
ListViewItem.options =
|
|
14311
|
+
ListViewItem.states = states124;
|
|
14312
|
+
ListViewItem.options = options114;
|
|
14228
14313
|
ListViewItem.className = LISTVIEWITEM_CLASSNAME;
|
|
14229
|
-
ListViewItem.defaultProps =
|
|
14314
|
+
ListViewItem.defaultProps = defaultProps113;
|
|
14230
14315
|
|
|
14231
14316
|
// src/listview/templates/listview-normal.tsx
|
|
14232
|
-
import { Fragment as Fragment104, jsx as
|
|
14317
|
+
import { Fragment as Fragment104, jsx as jsx382, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
14233
14318
|
|
|
14234
14319
|
// src/filter/filter-preview.tsx
|
|
14235
|
-
import { jsx as
|
|
14320
|
+
import { jsx as jsx383 } from "react/jsx-runtime";
|
|
14236
14321
|
var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
|
|
14237
|
-
var
|
|
14238
|
-
var
|
|
14239
|
-
var
|
|
14322
|
+
var states125 = [];
|
|
14323
|
+
var options115 = {};
|
|
14324
|
+
var defaultProps114 = {};
|
|
14240
14325
|
var FilterPreview = (props) => {
|
|
14241
14326
|
const { fields } = props;
|
|
14242
14327
|
const expressionPreview = [];
|
|
14243
14328
|
if (fields) {
|
|
14244
14329
|
fields.map(({ name, value }) => {
|
|
14245
14330
|
expressionPreview.push(
|
|
14246
|
-
/* @__PURE__ */
|
|
14331
|
+
/* @__PURE__ */ jsx383("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
|
|
14247
14332
|
);
|
|
14248
14333
|
});
|
|
14249
14334
|
}
|
|
14250
|
-
return /* @__PURE__ */
|
|
14335
|
+
return /* @__PURE__ */ jsx383("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
|
|
14251
14336
|
};
|
|
14252
|
-
FilterPreview.states =
|
|
14253
|
-
FilterPreview.options =
|
|
14254
|
-
FilterPreview.defaultProps =
|
|
14337
|
+
FilterPreview.states = states125;
|
|
14338
|
+
FilterPreview.options = options115;
|
|
14339
|
+
FilterPreview.defaultProps = defaultProps114;
|
|
14255
14340
|
FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
|
|
14256
14341
|
|
|
14257
14342
|
// src/filter/filter.spec.tsx
|
|
14258
|
-
import { Fragment as Fragment105, jsx as
|
|
14343
|
+
import { Fragment as Fragment105, jsx as jsx384, jsxs as jsxs150 } from "react/jsx-runtime";
|
|
14259
14344
|
var FILTER_CLASSNAME = "k-filter";
|
|
14260
|
-
var
|
|
14261
|
-
var
|
|
14262
|
-
var
|
|
14345
|
+
var states126 = [];
|
|
14346
|
+
var options116 = {};
|
|
14347
|
+
var defaultProps115 = {};
|
|
14263
14348
|
var Filter = (props) => {
|
|
14264
14349
|
const {
|
|
14265
14350
|
children,
|
|
14266
14351
|
showApplyButton
|
|
14267
14352
|
} = props;
|
|
14268
14353
|
const filterChildren = [];
|
|
14269
|
-
let expressionPreview = /* @__PURE__ */
|
|
14354
|
+
let expressionPreview = /* @__PURE__ */ jsx384(Fragment105, {});
|
|
14270
14355
|
if (children) {
|
|
14271
14356
|
if (Array.isArray(children)) {
|
|
14272
14357
|
children.map((child) => {
|
|
14273
14358
|
if (child.type !== FilterPreview) {
|
|
14274
14359
|
filterChildren.push(child);
|
|
14275
14360
|
} else {
|
|
14276
|
-
expressionPreview = /* @__PURE__ */
|
|
14361
|
+
expressionPreview = /* @__PURE__ */ jsx384(FilterPreview, { ...child.props });
|
|
14277
14362
|
}
|
|
14278
14363
|
});
|
|
14279
14364
|
}
|
|
14280
14365
|
}
|
|
14281
|
-
return /* @__PURE__ */
|
|
14282
|
-
/* @__PURE__ */
|
|
14366
|
+
return /* @__PURE__ */ jsxs150("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
|
|
14367
|
+
/* @__PURE__ */ jsx384("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx384("li", { className: "k-filter-group-main", children: filterChildren }) }),
|
|
14283
14368
|
expressionPreview,
|
|
14284
|
-
showApplyButton && /* @__PURE__ */
|
|
14369
|
+
showApplyButton && /* @__PURE__ */ jsx384(Button, { className: "k-filter-apply", children: "Apply" })
|
|
14285
14370
|
] });
|
|
14286
14371
|
};
|
|
14287
|
-
Filter.states =
|
|
14288
|
-
Filter.options =
|
|
14289
|
-
Filter.defaultProps =
|
|
14372
|
+
Filter.states = states126;
|
|
14373
|
+
Filter.options = options116;
|
|
14374
|
+
Filter.defaultProps = defaultProps115;
|
|
14290
14375
|
Filter.className = FILTER_CLASSNAME;
|
|
14291
14376
|
|
|
14292
14377
|
// src/filter/filter-toolbar.tsx
|
|
14293
|
-
import { jsx as
|
|
14378
|
+
import { jsx as jsx385 } from "react/jsx-runtime";
|
|
14294
14379
|
var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
|
|
14295
|
-
var
|
|
14296
|
-
var
|
|
14297
|
-
var
|
|
14380
|
+
var states127 = [];
|
|
14381
|
+
var options117 = {};
|
|
14382
|
+
var defaultProps116 = {};
|
|
14298
14383
|
var FilterToolbar = (props) => {
|
|
14299
14384
|
const { children } = props;
|
|
14300
|
-
return /* @__PURE__ */
|
|
14385
|
+
return /* @__PURE__ */ jsx385("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
|
|
14301
14386
|
};
|
|
14302
|
-
FilterToolbar.states =
|
|
14303
|
-
FilterToolbar.options =
|
|
14304
|
-
FilterToolbar.defaultProps =
|
|
14387
|
+
FilterToolbar.states = states127;
|
|
14388
|
+
FilterToolbar.options = options117;
|
|
14389
|
+
FilterToolbar.defaultProps = defaultProps116;
|
|
14305
14390
|
|
|
14306
14391
|
// src/filter/filter-lines.tsx
|
|
14307
|
-
import { jsx as
|
|
14392
|
+
import { jsx as jsx386 } from "react/jsx-runtime";
|
|
14308
14393
|
var FILTER_LINES_CLASSNAME = "k-filter-lines";
|
|
14309
|
-
var
|
|
14310
|
-
var
|
|
14311
|
-
var
|
|
14394
|
+
var states128 = [];
|
|
14395
|
+
var options118 = {};
|
|
14396
|
+
var defaultProps117 = {};
|
|
14312
14397
|
var FilterLines = (props) => {
|
|
14313
14398
|
const { children } = props;
|
|
14314
|
-
return /* @__PURE__ */
|
|
14399
|
+
return /* @__PURE__ */ jsx386("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
|
|
14315
14400
|
};
|
|
14316
|
-
FilterLines.states =
|
|
14317
|
-
FilterLines.options =
|
|
14318
|
-
FilterLines.defaultProps =
|
|
14401
|
+
FilterLines.states = states128;
|
|
14402
|
+
FilterLines.options = options118;
|
|
14403
|
+
FilterLines.defaultProps = defaultProps117;
|
|
14319
14404
|
|
|
14320
14405
|
// src/filter/filter-item.tsx
|
|
14321
|
-
import { jsx as
|
|
14406
|
+
import { jsx as jsx387 } from "react/jsx-runtime";
|
|
14322
14407
|
var FILTER_ITEM_CLASSNAME = "k-filter-item";
|
|
14323
|
-
var
|
|
14324
|
-
var
|
|
14325
|
-
var
|
|
14408
|
+
var states129 = [];
|
|
14409
|
+
var options119 = {};
|
|
14410
|
+
var defaultProps118 = {};
|
|
14326
14411
|
var FilterItem = (props) => {
|
|
14327
14412
|
const { children } = props;
|
|
14328
|
-
return /* @__PURE__ */
|
|
14413
|
+
return /* @__PURE__ */ jsx387("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
|
|
14329
14414
|
};
|
|
14330
|
-
FilterItem.states =
|
|
14331
|
-
FilterItem.options =
|
|
14332
|
-
FilterItem.defaultProps =
|
|
14415
|
+
FilterItem.states = states129;
|
|
14416
|
+
FilterItem.options = options119;
|
|
14417
|
+
FilterItem.defaultProps = defaultProps118;
|
|
14333
14418
|
|
|
14334
14419
|
// src/filter/templates/filter-normal.tsx
|
|
14335
|
-
import { jsx as
|
|
14420
|
+
import { jsx as jsx388, jsxs as jsxs151 } from "react/jsx-runtime";
|
|
14336
14421
|
|
|
14337
14422
|
// src/filemanager/filemanager-toolbar.spec.tsx
|
|
14338
|
-
import { jsx as
|
|
14423
|
+
import { jsx as jsx389 } from "react/jsx-runtime";
|
|
14339
14424
|
var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
|
|
14340
|
-
var
|
|
14341
|
-
var
|
|
14342
|
-
var
|
|
14425
|
+
var states130 = [];
|
|
14426
|
+
var options120 = {};
|
|
14427
|
+
var defaultProps119 = {};
|
|
14343
14428
|
var FileManagerToolbar = (props) => {
|
|
14344
14429
|
const {
|
|
14345
14430
|
children,
|
|
14346
14431
|
...other
|
|
14347
14432
|
} = props;
|
|
14348
|
-
return /* @__PURE__ */
|
|
14433
|
+
return /* @__PURE__ */ jsx389(
|
|
14349
14434
|
Toolbar,
|
|
14350
14435
|
{
|
|
14351
14436
|
className: classNames(
|
|
@@ -14357,39 +14442,39 @@ var FileManagerToolbar = (props) => {
|
|
|
14357
14442
|
}
|
|
14358
14443
|
);
|
|
14359
14444
|
};
|
|
14360
|
-
FileManagerToolbar.states =
|
|
14361
|
-
FileManagerToolbar.options =
|
|
14445
|
+
FileManagerToolbar.states = states130;
|
|
14446
|
+
FileManagerToolbar.options = options120;
|
|
14362
14447
|
FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
|
|
14363
|
-
FileManagerToolbar.defaultProps =
|
|
14448
|
+
FileManagerToolbar.defaultProps = defaultProps119;
|
|
14364
14449
|
var filemanager_toolbar_spec_default = FileManagerToolbar;
|
|
14365
14450
|
|
|
14366
14451
|
// src/filemanager/filemanager.spec.tsx
|
|
14367
|
-
import { Fragment as Fragment106, jsx as
|
|
14452
|
+
import { Fragment as Fragment106, jsx as jsx390, jsxs as jsxs152 } from "react/jsx-runtime";
|
|
14368
14453
|
var FILEMANAGER_CLASSNAME = "k-filemanager";
|
|
14369
|
-
var
|
|
14454
|
+
var states131 = [
|
|
14370
14455
|
States.disabled
|
|
14371
14456
|
];
|
|
14372
|
-
var
|
|
14373
|
-
var defaultToolbar = /* @__PURE__ */
|
|
14374
|
-
/* @__PURE__ */
|
|
14375
|
-
/* @__PURE__ */
|
|
14376
|
-
/* @__PURE__ */
|
|
14377
|
-
/* @__PURE__ */
|
|
14378
|
-
/* @__PURE__ */
|
|
14457
|
+
var options121 = {};
|
|
14458
|
+
var defaultToolbar = /* @__PURE__ */ jsx390(Fragment106, { children: /* @__PURE__ */ jsxs152(filemanager_toolbar_spec_default, { children: [
|
|
14459
|
+
/* @__PURE__ */ jsx390(Button, { children: "New Folder" }),
|
|
14460
|
+
/* @__PURE__ */ jsx390(Button, { children: "Upload" }),
|
|
14461
|
+
/* @__PURE__ */ jsxs152(ButtonGroup, { children: [
|
|
14462
|
+
/* @__PURE__ */ jsx390(Button, { icon: "sort-asc-small" }),
|
|
14463
|
+
/* @__PURE__ */ jsx390(Button, { icon: "sort-desc-small" })
|
|
14379
14464
|
] }),
|
|
14380
|
-
/* @__PURE__ */
|
|
14381
|
-
/* @__PURE__ */
|
|
14382
|
-
/* @__PURE__ */
|
|
14383
|
-
/* @__PURE__ */
|
|
14465
|
+
/* @__PURE__ */ jsx390(SplitButton, { text: "Sort By" }),
|
|
14466
|
+
/* @__PURE__ */ jsxs152(ButtonGroup, { children: [
|
|
14467
|
+
/* @__PURE__ */ jsx390(Button, { icon: "grid-layout" }),
|
|
14468
|
+
/* @__PURE__ */ jsx390(Button, { icon: "grid" })
|
|
14384
14469
|
] }),
|
|
14385
|
-
/* @__PURE__ */
|
|
14386
|
-
/* @__PURE__ */
|
|
14387
|
-
/* @__PURE__ */
|
|
14388
|
-
/* @__PURE__ */
|
|
14470
|
+
/* @__PURE__ */ jsx390("div", { className: "k-spacer" }),
|
|
14471
|
+
/* @__PURE__ */ jsxs152("div", { className: "k-filemanager-details-toggle", children: [
|
|
14472
|
+
/* @__PURE__ */ jsx390("label", { children: "View Details" }),
|
|
14473
|
+
/* @__PURE__ */ jsx390(Switch, {})
|
|
14389
14474
|
] }),
|
|
14390
|
-
/* @__PURE__ */
|
|
14475
|
+
/* @__PURE__ */ jsx390(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
|
|
14391
14476
|
] }) });
|
|
14392
|
-
var
|
|
14477
|
+
var defaultProps120 = {
|
|
14393
14478
|
toolbar: defaultToolbar
|
|
14394
14479
|
};
|
|
14395
14480
|
var FileManager = (props) => {
|
|
@@ -14397,34 +14482,34 @@ var FileManager = (props) => {
|
|
|
14397
14482
|
disabled,
|
|
14398
14483
|
toolbar
|
|
14399
14484
|
} = props;
|
|
14400
|
-
return /* @__PURE__ */
|
|
14485
|
+
return /* @__PURE__ */ jsxs152("div", { className: classNames(
|
|
14401
14486
|
props.className,
|
|
14402
14487
|
FILEMANAGER_CLASSNAME,
|
|
14403
14488
|
stateClassNames(FILEMANAGER_CLASSNAME, {
|
|
14404
14489
|
disabled
|
|
14405
14490
|
})
|
|
14406
14491
|
), children: [
|
|
14407
|
-
/* @__PURE__ */
|
|
14408
|
-
/* @__PURE__ */
|
|
14492
|
+
/* @__PURE__ */ jsx390("div", { className: "k-filemanager-header", children: toolbar }),
|
|
14493
|
+
/* @__PURE__ */ jsx390("div", { className: "k-filemanager-content-container", children: props.children })
|
|
14409
14494
|
] });
|
|
14410
14495
|
};
|
|
14411
|
-
FileManager.states =
|
|
14412
|
-
FileManager.options =
|
|
14496
|
+
FileManager.states = states131;
|
|
14497
|
+
FileManager.options = options121;
|
|
14413
14498
|
FileManager.className = FILEMANAGER_CLASSNAME;
|
|
14414
|
-
FileManager.defaultProps =
|
|
14499
|
+
FileManager.defaultProps = defaultProps120;
|
|
14415
14500
|
|
|
14416
14501
|
// src/filemanager/filemanager-breadcrumb.spec.tsx
|
|
14417
|
-
import { jsx as
|
|
14502
|
+
import { jsx as jsx391 } from "react/jsx-runtime";
|
|
14418
14503
|
var FILEMANAGERBREADCRUMB_CLASSNAME = `k-filemanager-breadcrumb`;
|
|
14419
|
-
var
|
|
14420
|
-
var
|
|
14421
|
-
var
|
|
14504
|
+
var states132 = [];
|
|
14505
|
+
var options122 = {};
|
|
14506
|
+
var defaultProps121 = {};
|
|
14422
14507
|
var FileManagerBreadcrumb = (props) => {
|
|
14423
14508
|
const {
|
|
14424
14509
|
children,
|
|
14425
14510
|
...other
|
|
14426
14511
|
} = props;
|
|
14427
|
-
return /* @__PURE__ */
|
|
14512
|
+
return /* @__PURE__ */ jsx391(
|
|
14428
14513
|
Breadcrumb,
|
|
14429
14514
|
{
|
|
14430
14515
|
className: classNames(
|
|
@@ -14436,23 +14521,23 @@ var FileManagerBreadcrumb = (props) => {
|
|
|
14436
14521
|
}
|
|
14437
14522
|
);
|
|
14438
14523
|
};
|
|
14439
|
-
FileManagerBreadcrumb.states =
|
|
14440
|
-
FileManagerBreadcrumb.options =
|
|
14524
|
+
FileManagerBreadcrumb.states = states132;
|
|
14525
|
+
FileManagerBreadcrumb.options = options122;
|
|
14441
14526
|
FileManagerBreadcrumb.className = FILEMANAGERBREADCRUMB_CLASSNAME;
|
|
14442
|
-
FileManagerBreadcrumb.defaultProps =
|
|
14527
|
+
FileManagerBreadcrumb.defaultProps = defaultProps121;
|
|
14443
14528
|
|
|
14444
14529
|
// src/filemanager/filemanager-listview.spec.tsx
|
|
14445
|
-
import { jsx as
|
|
14530
|
+
import { jsx as jsx392 } from "react/jsx-runtime";
|
|
14446
14531
|
var FILEMANAGERLISTVIEW_CLASSNAME = `k-filemanager-listview`;
|
|
14447
|
-
var
|
|
14448
|
-
var
|
|
14449
|
-
var
|
|
14532
|
+
var states133 = [];
|
|
14533
|
+
var options123 = {};
|
|
14534
|
+
var defaultProps122 = {};
|
|
14450
14535
|
var FileManagerListView = (props) => {
|
|
14451
14536
|
const {
|
|
14452
14537
|
children,
|
|
14453
14538
|
...other
|
|
14454
14539
|
} = props;
|
|
14455
|
-
return /* @__PURE__ */
|
|
14540
|
+
return /* @__PURE__ */ jsx392(
|
|
14456
14541
|
ListView,
|
|
14457
14542
|
{
|
|
14458
14543
|
className: classNames(
|
|
@@ -14466,23 +14551,23 @@ var FileManagerListView = (props) => {
|
|
|
14466
14551
|
}
|
|
14467
14552
|
);
|
|
14468
14553
|
};
|
|
14469
|
-
FileManagerListView.states =
|
|
14470
|
-
FileManagerListView.options =
|
|
14554
|
+
FileManagerListView.states = states133;
|
|
14555
|
+
FileManagerListView.options = options123;
|
|
14471
14556
|
FileManagerListView.className = FILEMANAGERLISTVIEW_CLASSNAME;
|
|
14472
|
-
FileManagerListView.defaultProps =
|
|
14557
|
+
FileManagerListView.defaultProps = defaultProps122;
|
|
14473
14558
|
|
|
14474
14559
|
// src/filemanager/filemanager-treeview.spec.tsx
|
|
14475
|
-
import { jsx as
|
|
14560
|
+
import { jsx as jsx393 } from "react/jsx-runtime";
|
|
14476
14561
|
var FILEMANAGERTREEVIEW_CLASSNAME = `k-filemanager-treeview`;
|
|
14477
|
-
var
|
|
14478
|
-
var
|
|
14479
|
-
var
|
|
14562
|
+
var states134 = [];
|
|
14563
|
+
var options124 = {};
|
|
14564
|
+
var defaultProps123 = {};
|
|
14480
14565
|
var FileManagerTreeview = (props) => {
|
|
14481
14566
|
const {
|
|
14482
14567
|
children,
|
|
14483
14568
|
...other
|
|
14484
14569
|
} = props;
|
|
14485
|
-
return /* @__PURE__ */
|
|
14570
|
+
return /* @__PURE__ */ jsx393(
|
|
14486
14571
|
Treeview,
|
|
14487
14572
|
{
|
|
14488
14573
|
className: classNames(
|
|
@@ -14494,26 +14579,26 @@ var FileManagerTreeview = (props) => {
|
|
|
14494
14579
|
}
|
|
14495
14580
|
);
|
|
14496
14581
|
};
|
|
14497
|
-
FileManagerTreeview.states =
|
|
14498
|
-
FileManagerTreeview.options =
|
|
14582
|
+
FileManagerTreeview.states = states134;
|
|
14583
|
+
FileManagerTreeview.options = options124;
|
|
14499
14584
|
FileManagerTreeview.className = FILEMANAGERTREEVIEW_CLASSNAME;
|
|
14500
|
-
FileManagerTreeview.defaultProps =
|
|
14585
|
+
FileManagerTreeview.defaultProps = defaultProps123;
|
|
14501
14586
|
|
|
14502
14587
|
// src/filemanager/filemanager-drag-hint.tsx
|
|
14503
|
-
import { jsx as
|
|
14588
|
+
import { jsx as jsx394, jsxs as jsxs153 } from "react/jsx-runtime";
|
|
14504
14589
|
var FILEMANAGERDRAGHINT_CLASSNAME = "k-filemanager-drag-hint";
|
|
14505
|
-
var
|
|
14506
|
-
var
|
|
14507
|
-
var
|
|
14590
|
+
var states135 = [];
|
|
14591
|
+
var options125 = {};
|
|
14592
|
+
var defaultProps124 = {
|
|
14508
14593
|
icon: "file"
|
|
14509
14594
|
};
|
|
14510
14595
|
var FileManagerDragHint = (props) => {
|
|
14511
14596
|
const {
|
|
14512
14597
|
hint,
|
|
14513
|
-
icon =
|
|
14598
|
+
icon = defaultProps124.icon,
|
|
14514
14599
|
...other
|
|
14515
14600
|
} = props;
|
|
14516
|
-
return /* @__PURE__ */
|
|
14601
|
+
return /* @__PURE__ */ jsxs153(
|
|
14517
14602
|
"div",
|
|
14518
14603
|
{
|
|
14519
14604
|
className: classNames(
|
|
@@ -14523,41 +14608,41 @@ var FileManagerDragHint = (props) => {
|
|
|
14523
14608
|
),
|
|
14524
14609
|
...other,
|
|
14525
14610
|
children: [
|
|
14526
|
-
/* @__PURE__ */
|
|
14527
|
-
/* @__PURE__ */
|
|
14611
|
+
/* @__PURE__ */ jsx394(Icon, { icon }),
|
|
14612
|
+
/* @__PURE__ */ jsx394("span", { children: hint })
|
|
14528
14613
|
]
|
|
14529
14614
|
}
|
|
14530
14615
|
);
|
|
14531
14616
|
};
|
|
14532
|
-
FileManagerDragHint.states =
|
|
14533
|
-
FileManagerDragHint.options =
|
|
14617
|
+
FileManagerDragHint.states = states135;
|
|
14618
|
+
FileManagerDragHint.options = options125;
|
|
14534
14619
|
FileManagerDragHint.className = FILEMANAGERDRAGHINT_CLASSNAME;
|
|
14535
|
-
FileManagerDragHint.defaultProps =
|
|
14620
|
+
FileManagerDragHint.defaultProps = defaultProps124;
|
|
14536
14621
|
|
|
14537
14622
|
// src/filemanager/file-info.tsx
|
|
14538
|
-
import { Fragment as Fragment107, jsx as
|
|
14623
|
+
import { Fragment as Fragment107, jsx as jsx395, jsxs as jsxs154 } from "react/jsx-runtime";
|
|
14539
14624
|
var FILEINFO_CLASSNAME = "k-file-info";
|
|
14540
|
-
var
|
|
14541
|
-
var
|
|
14542
|
-
var
|
|
14625
|
+
var states136 = [];
|
|
14626
|
+
var options126 = {};
|
|
14627
|
+
var defaultProps125 = {
|
|
14543
14628
|
name: "No File Selected",
|
|
14544
14629
|
icon: "file"
|
|
14545
14630
|
};
|
|
14546
14631
|
var FileInfo = (props) => {
|
|
14547
14632
|
const {
|
|
14548
14633
|
selection,
|
|
14549
|
-
name =
|
|
14550
|
-
icon =
|
|
14634
|
+
name = defaultProps125.name,
|
|
14635
|
+
icon = defaultProps125.icon,
|
|
14551
14636
|
fileType,
|
|
14552
14637
|
fileSize,
|
|
14553
14638
|
fileDateCreated,
|
|
14554
14639
|
fileDateModified
|
|
14555
14640
|
} = props;
|
|
14556
|
-
return /* @__PURE__ */
|
|
14641
|
+
return /* @__PURE__ */ jsxs154("div", { className: classNames(
|
|
14557
14642
|
props.className,
|
|
14558
14643
|
FILEINFO_CLASSNAME
|
|
14559
14644
|
), children: [
|
|
14560
|
-
/* @__PURE__ */
|
|
14645
|
+
/* @__PURE__ */ jsx395(
|
|
14561
14646
|
FilePreview,
|
|
14562
14647
|
{
|
|
14563
14648
|
className: classNames(
|
|
@@ -14572,53 +14657,53 @@ var FileInfo = (props) => {
|
|
|
14572
14657
|
size: "xxxlarge"
|
|
14573
14658
|
}
|
|
14574
14659
|
),
|
|
14575
|
-
selection === "single" && /* @__PURE__ */
|
|
14576
|
-
fileType && /* @__PURE__ */
|
|
14577
|
-
/* @__PURE__ */
|
|
14578
|
-
/* @__PURE__ */
|
|
14579
|
-
/* @__PURE__ */
|
|
14660
|
+
selection === "single" && /* @__PURE__ */ jsx395(Fragment107, { children: /* @__PURE__ */ jsxs154("dl", { className: "k-file-meta", children: [
|
|
14661
|
+
fileType && /* @__PURE__ */ jsxs154(Fragment107, { children: [
|
|
14662
|
+
/* @__PURE__ */ jsx395("dt", { className: "k-file-meta-label", children: "Type: " }),
|
|
14663
|
+
/* @__PURE__ */ jsx395("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
|
|
14664
|
+
/* @__PURE__ */ jsx395("dd", { className: "k-line-break" })
|
|
14580
14665
|
] }),
|
|
14581
|
-
fileSize && /* @__PURE__ */
|
|
14582
|
-
/* @__PURE__ */
|
|
14583
|
-
/* @__PURE__ */
|
|
14584
|
-
/* @__PURE__ */
|
|
14666
|
+
fileSize && /* @__PURE__ */ jsxs154(Fragment107, { children: [
|
|
14667
|
+
/* @__PURE__ */ jsx395("dt", { className: "k-file-meta-label", children: "Size: " }),
|
|
14668
|
+
/* @__PURE__ */ jsx395("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
|
|
14669
|
+
/* @__PURE__ */ jsx395("dd", { className: "k-line-break" })
|
|
14585
14670
|
] }),
|
|
14586
|
-
fileDateCreated && /* @__PURE__ */
|
|
14587
|
-
/* @__PURE__ */
|
|
14588
|
-
/* @__PURE__ */
|
|
14589
|
-
/* @__PURE__ */
|
|
14671
|
+
fileDateCreated && /* @__PURE__ */ jsxs154(Fragment107, { children: [
|
|
14672
|
+
/* @__PURE__ */ jsx395("dt", { className: "k-file-meta-label", children: "Date Created: " }),
|
|
14673
|
+
/* @__PURE__ */ jsx395("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
|
|
14674
|
+
/* @__PURE__ */ jsx395("dd", { className: "k-line-break" })
|
|
14590
14675
|
] }),
|
|
14591
|
-
fileDateModified && /* @__PURE__ */
|
|
14592
|
-
/* @__PURE__ */
|
|
14593
|
-
/* @__PURE__ */
|
|
14594
|
-
/* @__PURE__ */
|
|
14676
|
+
fileDateModified && /* @__PURE__ */ jsxs154(Fragment107, { children: [
|
|
14677
|
+
/* @__PURE__ */ jsx395("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
|
|
14678
|
+
/* @__PURE__ */ jsx395("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
|
|
14679
|
+
/* @__PURE__ */ jsx395("dd", { className: "k-line-break" })
|
|
14595
14680
|
] })
|
|
14596
14681
|
] }) })
|
|
14597
14682
|
] });
|
|
14598
14683
|
};
|
|
14599
|
-
FileInfo.states =
|
|
14600
|
-
FileInfo.options =
|
|
14684
|
+
FileInfo.states = states136;
|
|
14685
|
+
FileInfo.options = options126;
|
|
14601
14686
|
FileInfo.className = FILEINFO_CLASSNAME;
|
|
14602
|
-
FileInfo.defaultProps =
|
|
14687
|
+
FileInfo.defaultProps = defaultProps125;
|
|
14603
14688
|
|
|
14604
14689
|
// src/filemanager/file-preview.tsx
|
|
14605
|
-
import { Fragment as Fragment108, jsx as
|
|
14690
|
+
import { Fragment as Fragment108, jsx as jsx396, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
14606
14691
|
var FILEPREVIEW_CLASSNAME = "k-file-preview";
|
|
14607
|
-
var
|
|
14608
|
-
var
|
|
14692
|
+
var states137 = [];
|
|
14693
|
+
var options127 = {
|
|
14609
14694
|
size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge]
|
|
14610
14695
|
};
|
|
14611
|
-
var
|
|
14696
|
+
var defaultProps126 = {};
|
|
14612
14697
|
var FilePreview = (props) => {
|
|
14613
14698
|
const {
|
|
14614
14699
|
size,
|
|
14615
14700
|
icon,
|
|
14616
14701
|
name
|
|
14617
14702
|
} = props;
|
|
14618
|
-
return /* @__PURE__ */
|
|
14619
|
-
/* @__PURE__ */
|
|
14703
|
+
return /* @__PURE__ */ jsxs155(Fragment108, { children: [
|
|
14704
|
+
/* @__PURE__ */ jsx396("span", { className: classNames(
|
|
14620
14705
|
FILEPREVIEW_CLASSNAME
|
|
14621
|
-
), children: /* @__PURE__ */
|
|
14706
|
+
), children: /* @__PURE__ */ jsx396(
|
|
14622
14707
|
Icon,
|
|
14623
14708
|
{
|
|
14624
14709
|
className: "k-file-icon",
|
|
@@ -14626,34 +14711,34 @@ var FilePreview = (props) => {
|
|
|
14626
14711
|
size
|
|
14627
14712
|
}
|
|
14628
14713
|
) }),
|
|
14629
|
-
/* @__PURE__ */
|
|
14714
|
+
/* @__PURE__ */ jsx396("span", { className: classNames(
|
|
14630
14715
|
props.className,
|
|
14631
14716
|
"k-file-name"
|
|
14632
14717
|
), children: name })
|
|
14633
14718
|
] });
|
|
14634
14719
|
};
|
|
14635
|
-
FilePreview.states =
|
|
14636
|
-
FilePreview.options =
|
|
14720
|
+
FilePreview.states = states137;
|
|
14721
|
+
FilePreview.options = options127;
|
|
14637
14722
|
FilePreview.className = FILEPREVIEW_CLASSNAME;
|
|
14638
|
-
FilePreview.defaultProps =
|
|
14723
|
+
FilePreview.defaultProps = defaultProps126;
|
|
14639
14724
|
|
|
14640
14725
|
// src/filemanager/templates/filemanager-normal.tsx
|
|
14641
|
-
import { Fragment as Fragment109, jsx as
|
|
14726
|
+
import { Fragment as Fragment109, jsx as jsx397, jsxs as jsxs156 } from "react/jsx-runtime";
|
|
14642
14727
|
|
|
14643
14728
|
// src/filemanager/templates/filemanager-preview.tsx
|
|
14644
|
-
import { Fragment as Fragment110, jsx as
|
|
14729
|
+
import { Fragment as Fragment110, jsx as jsx398, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
14645
14730
|
|
|
14646
14731
|
// src/filemanager/templates/filemanager-grid.tsx
|
|
14647
|
-
import { Fragment as Fragment111, jsx as
|
|
14732
|
+
import { Fragment as Fragment111, jsx as jsx399, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
14648
14733
|
|
|
14649
14734
|
// src/filemanager/templates/filemanager-grid-preview.tsx
|
|
14650
|
-
import { Fragment as Fragment112, jsx as
|
|
14735
|
+
import { Fragment as Fragment112, jsx as jsx400, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
14651
14736
|
|
|
14652
14737
|
// src/chat/chat.spec.tsx
|
|
14653
|
-
import { Fragment as Fragment113, jsx as
|
|
14738
|
+
import { Fragment as Fragment113, jsx as jsx401, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
14654
14739
|
var CHAT_CLASSNAME = "k-chat";
|
|
14655
|
-
var
|
|
14656
|
-
var
|
|
14740
|
+
var states138 = [];
|
|
14741
|
+
var options128 = {};
|
|
14657
14742
|
var defaultOptions = {
|
|
14658
14743
|
showToolbar: true,
|
|
14659
14744
|
showMessageBox: true,
|
|
@@ -14667,7 +14752,7 @@ var Chat = (props) => {
|
|
|
14667
14752
|
showMoreButton,
|
|
14668
14753
|
...other
|
|
14669
14754
|
} = props;
|
|
14670
|
-
return /* @__PURE__ */
|
|
14755
|
+
return /* @__PURE__ */ jsxs160(
|
|
14671
14756
|
"div",
|
|
14672
14757
|
{
|
|
14673
14758
|
...other,
|
|
@@ -14677,63 +14762,63 @@ var Chat = (props) => {
|
|
|
14677
14762
|
),
|
|
14678
14763
|
dir,
|
|
14679
14764
|
children: [
|
|
14680
|
-
/* @__PURE__ */
|
|
14681
|
-
showMessageBox && /* @__PURE__ */
|
|
14765
|
+
/* @__PURE__ */ jsx401("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx401("div", { className: "k-message-list-content", children: props.children }) }),
|
|
14766
|
+
showMessageBox && /* @__PURE__ */ jsx401(
|
|
14682
14767
|
Textbox,
|
|
14683
14768
|
{
|
|
14684
14769
|
className: "k-message-box",
|
|
14685
14770
|
placeholder: "Type a message...",
|
|
14686
|
-
suffix: /* @__PURE__ */
|
|
14687
|
-
showMoreButton && /* @__PURE__ */
|
|
14688
|
-
/* @__PURE__ */
|
|
14771
|
+
suffix: /* @__PURE__ */ jsxs160(Fragment113, { children: [
|
|
14772
|
+
showMoreButton && /* @__PURE__ */ jsx401(Button, { fillMode: "flat", icon: "more-horizontal" }),
|
|
14773
|
+
/* @__PURE__ */ jsx401(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
|
|
14689
14774
|
] })
|
|
14690
14775
|
}
|
|
14691
14776
|
),
|
|
14692
|
-
showToolbar && /* @__PURE__ */
|
|
14693
|
-
/* @__PURE__ */
|
|
14694
|
-
/* @__PURE__ */
|
|
14695
|
-
/* @__PURE__ */
|
|
14696
|
-
/* @__PURE__ */
|
|
14697
|
-
/* @__PURE__ */
|
|
14698
|
-
/* @__PURE__ */
|
|
14699
|
-
/* @__PURE__ */
|
|
14700
|
-
/* @__PURE__ */
|
|
14701
|
-
/* @__PURE__ */
|
|
14702
|
-
/* @__PURE__ */
|
|
14703
|
-
/* @__PURE__ */
|
|
14777
|
+
showToolbar && /* @__PURE__ */ jsxs160("div", { className: "k-chat-toolbar k-toolbar", children: [
|
|
14778
|
+
/* @__PURE__ */ jsx401(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
|
|
14779
|
+
/* @__PURE__ */ jsxs160("div", { className: "k-toolbar-group k-button-list", children: [
|
|
14780
|
+
/* @__PURE__ */ jsx401(Button, { icon: "arrow-rotate-cw" }),
|
|
14781
|
+
/* @__PURE__ */ jsx401(Button, { icon: "gear" }),
|
|
14782
|
+
/* @__PURE__ */ jsx401(Button, { icon: "wrench" }),
|
|
14783
|
+
/* @__PURE__ */ jsx401(Button, { icon: "plus" }),
|
|
14784
|
+
/* @__PURE__ */ jsx401(Button, { icon: "search" }),
|
|
14785
|
+
/* @__PURE__ */ jsx401(Button, { icon: "star" }),
|
|
14786
|
+
/* @__PURE__ */ jsx401(Button, { icon: "bell" }),
|
|
14787
|
+
/* @__PURE__ */ jsx401(Button, { icon: "question-circle" }),
|
|
14788
|
+
/* @__PURE__ */ jsx401(Button, { icon: "trash" })
|
|
14704
14789
|
] }),
|
|
14705
|
-
/* @__PURE__ */
|
|
14790
|
+
/* @__PURE__ */ jsx401(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
|
|
14706
14791
|
] })
|
|
14707
14792
|
]
|
|
14708
14793
|
}
|
|
14709
14794
|
);
|
|
14710
14795
|
};
|
|
14711
|
-
Chat.states =
|
|
14712
|
-
Chat.options =
|
|
14796
|
+
Chat.states = states138;
|
|
14797
|
+
Chat.options = options128;
|
|
14713
14798
|
Chat.className = CHAT_CLASSNAME;
|
|
14714
14799
|
Chat.defaultOptions = defaultOptions;
|
|
14715
14800
|
|
|
14716
14801
|
// src/chat/chat-message.tsx
|
|
14717
|
-
import { jsx as
|
|
14802
|
+
import { jsx as jsx402, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
14718
14803
|
var CHATMESSAGE_CLASSNAME = "k-message";
|
|
14719
|
-
var
|
|
14804
|
+
var states139 = [
|
|
14720
14805
|
States.selected
|
|
14721
14806
|
];
|
|
14722
|
-
var
|
|
14723
|
-
var
|
|
14807
|
+
var options129 = {};
|
|
14808
|
+
var defaultProps127 = {
|
|
14724
14809
|
time: "Thu Feb 08 2018",
|
|
14725
14810
|
text: "How can I help you?",
|
|
14726
14811
|
status: "Seen"
|
|
14727
14812
|
};
|
|
14728
14813
|
var ChatMessage = (props) => {
|
|
14729
14814
|
const {
|
|
14730
|
-
time =
|
|
14731
|
-
text =
|
|
14732
|
-
status =
|
|
14815
|
+
time = defaultProps127.time,
|
|
14816
|
+
text = defaultProps127.text,
|
|
14817
|
+
status = defaultProps127.status,
|
|
14733
14818
|
selected,
|
|
14734
14819
|
...other
|
|
14735
14820
|
} = props;
|
|
14736
|
-
return /* @__PURE__ */
|
|
14821
|
+
return /* @__PURE__ */ jsxs161(
|
|
14737
14822
|
"div",
|
|
14738
14823
|
{
|
|
14739
14824
|
...other,
|
|
@@ -14743,39 +14828,39 @@ var ChatMessage = (props) => {
|
|
|
14743
14828
|
stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
|
|
14744
14829
|
),
|
|
14745
14830
|
children: [
|
|
14746
|
-
/* @__PURE__ */
|
|
14747
|
-
/* @__PURE__ */
|
|
14748
|
-
/* @__PURE__ */
|
|
14831
|
+
/* @__PURE__ */ jsx402("time", { className: "k-message-time", children: time }),
|
|
14832
|
+
/* @__PURE__ */ jsx402("div", { className: "k-chat-bubble", children: text }),
|
|
14833
|
+
/* @__PURE__ */ jsx402("span", { className: "k-message-status", children: status })
|
|
14749
14834
|
]
|
|
14750
14835
|
}
|
|
14751
14836
|
);
|
|
14752
14837
|
};
|
|
14753
|
-
ChatMessage.states =
|
|
14754
|
-
ChatMessage.options =
|
|
14838
|
+
ChatMessage.states = states139;
|
|
14839
|
+
ChatMessage.options = options129;
|
|
14755
14840
|
ChatMessage.className = CHATMESSAGE_CLASSNAME;
|
|
14756
|
-
ChatMessage.defaultProps =
|
|
14841
|
+
ChatMessage.defaultProps = defaultProps127;
|
|
14757
14842
|
|
|
14758
14843
|
// src/chat/chat-message-group.tsx
|
|
14759
|
-
import { jsx as
|
|
14844
|
+
import { jsx as jsx403, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
14760
14845
|
var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
|
|
14761
|
-
var
|
|
14846
|
+
var states140 = [
|
|
14762
14847
|
States.selected
|
|
14763
14848
|
];
|
|
14764
|
-
var
|
|
14765
|
-
var
|
|
14849
|
+
var options130 = {};
|
|
14850
|
+
var defaultProps128 = {
|
|
14766
14851
|
author: "Bruv",
|
|
14767
14852
|
avatar: "/packages/html/assets/avatar.jpg",
|
|
14768
14853
|
alt: false
|
|
14769
14854
|
};
|
|
14770
14855
|
var ChatMessageGroup = (props) => {
|
|
14771
14856
|
const {
|
|
14772
|
-
alt =
|
|
14773
|
-
author =
|
|
14774
|
-
avatar =
|
|
14857
|
+
alt = defaultProps128.alt,
|
|
14858
|
+
author = defaultProps128.author,
|
|
14859
|
+
avatar = defaultProps128.avatar,
|
|
14775
14860
|
selected,
|
|
14776
14861
|
...other
|
|
14777
14862
|
} = props;
|
|
14778
|
-
return /* @__PURE__ */
|
|
14863
|
+
return /* @__PURE__ */ jsxs162(
|
|
14779
14864
|
"div",
|
|
14780
14865
|
{
|
|
14781
14866
|
...other,
|
|
@@ -14789,23 +14874,23 @@ var ChatMessageGroup = (props) => {
|
|
|
14789
14874
|
}
|
|
14790
14875
|
),
|
|
14791
14876
|
children: [
|
|
14792
|
-
author && /* @__PURE__ */
|
|
14793
|
-
avatar && /* @__PURE__ */
|
|
14877
|
+
author && /* @__PURE__ */ jsx403("p", { className: "k-author", children: author }),
|
|
14878
|
+
avatar && /* @__PURE__ */ jsx403(Avatar, { type: "image", children: /* @__PURE__ */ jsx403("img", { src: avatar }) }),
|
|
14794
14879
|
props.children
|
|
14795
14880
|
]
|
|
14796
14881
|
}
|
|
14797
14882
|
);
|
|
14798
14883
|
};
|
|
14799
|
-
ChatMessageGroup.states =
|
|
14800
|
-
ChatMessageGroup.options =
|
|
14884
|
+
ChatMessageGroup.states = states140;
|
|
14885
|
+
ChatMessageGroup.options = options130;
|
|
14801
14886
|
ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
|
|
14802
|
-
ChatMessageGroup.defaultProps =
|
|
14887
|
+
ChatMessageGroup.defaultProps = defaultProps128;
|
|
14803
14888
|
|
|
14804
14889
|
// src/chat/chat-quick-replies.tsx
|
|
14805
|
-
import { jsx as
|
|
14890
|
+
import { jsx as jsx404 } from "react/jsx-runtime";
|
|
14806
14891
|
var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
|
|
14807
|
-
var
|
|
14808
|
-
var
|
|
14892
|
+
var states141 = [];
|
|
14893
|
+
var options131 = {};
|
|
14809
14894
|
var defaultOptions2 = {
|
|
14810
14895
|
actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
|
|
14811
14896
|
};
|
|
@@ -14818,11 +14903,11 @@ var ChatQuickReply = (props) => {
|
|
|
14818
14903
|
if (actions) {
|
|
14819
14904
|
actions.map((action, index) => {
|
|
14820
14905
|
children.push(
|
|
14821
|
-
/* @__PURE__ */
|
|
14906
|
+
/* @__PURE__ */ jsx404("span", { className: "k-quick-reply", children: action }, index)
|
|
14822
14907
|
);
|
|
14823
14908
|
});
|
|
14824
14909
|
}
|
|
14825
|
-
return /* @__PURE__ */
|
|
14910
|
+
return /* @__PURE__ */ jsx404(
|
|
14826
14911
|
"div",
|
|
14827
14912
|
{
|
|
14828
14913
|
...other,
|
|
@@ -14834,26 +14919,26 @@ var ChatQuickReply = (props) => {
|
|
|
14834
14919
|
}
|
|
14835
14920
|
);
|
|
14836
14921
|
};
|
|
14837
|
-
ChatQuickReply.states =
|
|
14838
|
-
ChatQuickReply.options =
|
|
14922
|
+
ChatQuickReply.states = states141;
|
|
14923
|
+
ChatQuickReply.options = options131;
|
|
14839
14924
|
ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
|
|
14840
14925
|
ChatQuickReply.defaultOptions = defaultOptions2;
|
|
14841
14926
|
|
|
14842
14927
|
// src/chat/templates/chat-normal.tsx
|
|
14843
|
-
import { Fragment as Fragment114, jsx as
|
|
14928
|
+
import { Fragment as Fragment114, jsx as jsx405, jsxs as jsxs163 } from "react/jsx-runtime";
|
|
14844
14929
|
|
|
14845
14930
|
// src/chat/templates/chat-with-toolbar.tsx
|
|
14846
|
-
import { Fragment as Fragment115, jsx as
|
|
14931
|
+
import { Fragment as Fragment115, jsx as jsx406, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
14847
14932
|
|
|
14848
14933
|
// src/chat/templates/chat-with-options.tsx
|
|
14849
|
-
import { Fragment as Fragment116, jsx as
|
|
14934
|
+
import { Fragment as Fragment116, jsx as jsx407, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
14850
14935
|
|
|
14851
14936
|
// src/timeline/timeline.spec.tsx
|
|
14852
|
-
import { Fragment as Fragment117, jsx as
|
|
14937
|
+
import { Fragment as Fragment117, jsx as jsx408 } from "react/jsx-runtime";
|
|
14853
14938
|
var TIMELINE_CLASSNAME = `k-timeline`;
|
|
14854
|
-
var
|
|
14855
|
-
var
|
|
14856
|
-
var
|
|
14939
|
+
var states142 = [];
|
|
14940
|
+
var options132 = {};
|
|
14941
|
+
var defaultProps129 = {
|
|
14857
14942
|
orientation: "vertical"
|
|
14858
14943
|
};
|
|
14859
14944
|
var Timeline = (props) => {
|
|
@@ -14863,7 +14948,7 @@ var Timeline = (props) => {
|
|
|
14863
14948
|
alternatingMode,
|
|
14864
14949
|
...other
|
|
14865
14950
|
} = props;
|
|
14866
|
-
return /* @__PURE__ */
|
|
14951
|
+
return /* @__PURE__ */ jsx408(
|
|
14867
14952
|
"div",
|
|
14868
14953
|
{
|
|
14869
14954
|
...other,
|
|
@@ -14876,21 +14961,21 @@ var Timeline = (props) => {
|
|
|
14876
14961
|
[`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
|
|
14877
14962
|
}
|
|
14878
14963
|
),
|
|
14879
|
-
children: /* @__PURE__ */
|
|
14964
|
+
children: /* @__PURE__ */ jsx408(Fragment117, { children: props.children })
|
|
14880
14965
|
}
|
|
14881
14966
|
);
|
|
14882
14967
|
};
|
|
14883
|
-
Timeline.states =
|
|
14884
|
-
Timeline.options =
|
|
14968
|
+
Timeline.states = states142;
|
|
14969
|
+
Timeline.options = options132;
|
|
14885
14970
|
Timeline.className = TIMELINE_CLASSNAME;
|
|
14886
|
-
Timeline.defaultProps =
|
|
14971
|
+
Timeline.defaultProps = defaultProps129;
|
|
14887
14972
|
|
|
14888
14973
|
// src/timeline/vertical-timeline-event.spec.tsx
|
|
14889
|
-
import { jsx as
|
|
14974
|
+
import { jsx as jsx409, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
14890
14975
|
var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
|
|
14891
|
-
var
|
|
14892
|
-
var
|
|
14893
|
-
var
|
|
14976
|
+
var states143 = [];
|
|
14977
|
+
var options133 = {};
|
|
14978
|
+
var defaultProps130 = {
|
|
14894
14979
|
collapsed: false,
|
|
14895
14980
|
reverse: false,
|
|
14896
14981
|
title: "Event title",
|
|
@@ -14900,15 +14985,15 @@ var defaultProps129 = {
|
|
|
14900
14985
|
var VerticalTimelineEvent = (props) => {
|
|
14901
14986
|
const {
|
|
14902
14987
|
date,
|
|
14903
|
-
content =
|
|
14904
|
-
collapsed =
|
|
14905
|
-
reverse =
|
|
14906
|
-
title =
|
|
14907
|
-
subtitle =
|
|
14988
|
+
content = defaultProps130.content,
|
|
14989
|
+
collapsed = defaultProps130.collapsed,
|
|
14990
|
+
reverse = defaultProps130.reverse,
|
|
14991
|
+
title = defaultProps130.title,
|
|
14992
|
+
subtitle = defaultProps130.subtitle,
|
|
14908
14993
|
showCollapseButton,
|
|
14909
14994
|
...other
|
|
14910
14995
|
} = props;
|
|
14911
|
-
return /* @__PURE__ */
|
|
14996
|
+
return /* @__PURE__ */ jsxs166(
|
|
14912
14997
|
"li",
|
|
14913
14998
|
{
|
|
14914
14999
|
...other,
|
|
@@ -14918,43 +15003,43 @@ var VerticalTimelineEvent = (props) => {
|
|
|
14918
15003
|
{ "k-reverse": reverse }
|
|
14919
15004
|
),
|
|
14920
15005
|
children: [
|
|
14921
|
-
date && /* @__PURE__ */
|
|
14922
|
-
/* @__PURE__ */
|
|
14923
|
-
content && /* @__PURE__ */
|
|
14924
|
-
/* @__PURE__ */
|
|
14925
|
-
/* @__PURE__ */
|
|
14926
|
-
/* @__PURE__ */
|
|
15006
|
+
date && /* @__PURE__ */ jsx409("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx409("span", { className: "k-timeline-date", children: date }) }),
|
|
15007
|
+
/* @__PURE__ */ jsx409(TimelineCircle, {}),
|
|
15008
|
+
content && /* @__PURE__ */ jsx409("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx409(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs166("div", { className: "k-card-inner", children: [
|
|
15009
|
+
/* @__PURE__ */ jsxs166(CardHeader, { children: [
|
|
15010
|
+
/* @__PURE__ */ jsx409(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
|
|
15011
|
+
/* @__PURE__ */ jsx409(CardSubtitle, { children: subtitle })
|
|
14927
15012
|
] }),
|
|
14928
|
-
/* @__PURE__ */
|
|
15013
|
+
/* @__PURE__ */ jsx409(CardBody, { children: /* @__PURE__ */ jsx409("div", { className: "k-card-description", children: content }) })
|
|
14929
15014
|
] }) }) }),
|
|
14930
15015
|
props.children
|
|
14931
15016
|
]
|
|
14932
15017
|
}
|
|
14933
15018
|
);
|
|
14934
15019
|
};
|
|
14935
|
-
VerticalTimelineEvent.states =
|
|
14936
|
-
VerticalTimelineEvent.options =
|
|
15020
|
+
VerticalTimelineEvent.states = states143;
|
|
15021
|
+
VerticalTimelineEvent.options = options133;
|
|
14937
15022
|
VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
|
|
14938
|
-
VerticalTimelineEvent.defaultProps =
|
|
15023
|
+
VerticalTimelineEvent.defaultProps = defaultProps130;
|
|
14939
15024
|
|
|
14940
15025
|
// src/timeline/horizontal-timeline-event.spec.tsx
|
|
14941
|
-
import { jsx as
|
|
15026
|
+
import { jsx as jsx410, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
14942
15027
|
var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
|
|
14943
|
-
var
|
|
14944
|
-
var
|
|
14945
|
-
var
|
|
15028
|
+
var states144 = [];
|
|
15029
|
+
var options134 = {};
|
|
15030
|
+
var defaultProps131 = {
|
|
14946
15031
|
title: "Event title",
|
|
14947
15032
|
subtitle: "Event subtitle",
|
|
14948
15033
|
content: "Event content"
|
|
14949
15034
|
};
|
|
14950
15035
|
var HorizontalTimelineEvent = (props) => {
|
|
14951
15036
|
const {
|
|
14952
|
-
content =
|
|
14953
|
-
title =
|
|
14954
|
-
subtitle =
|
|
15037
|
+
content = defaultProps131.content,
|
|
15038
|
+
title = defaultProps131.title,
|
|
15039
|
+
subtitle = defaultProps131.subtitle,
|
|
14955
15040
|
...other
|
|
14956
15041
|
} = props;
|
|
14957
|
-
return /* @__PURE__ */
|
|
15042
|
+
return /* @__PURE__ */ jsxs167(
|
|
14958
15043
|
"li",
|
|
14959
15044
|
{
|
|
14960
15045
|
...other,
|
|
@@ -14963,35 +15048,35 @@ var HorizontalTimelineEvent = (props) => {
|
|
|
14963
15048
|
TIMELINEHORIZONTALEVENT_CLASSNAME
|
|
14964
15049
|
),
|
|
14965
15050
|
children: [
|
|
14966
|
-
content && /* @__PURE__ */
|
|
14967
|
-
/* @__PURE__ */
|
|
14968
|
-
/* @__PURE__ */
|
|
14969
|
-
/* @__PURE__ */
|
|
15051
|
+
content && /* @__PURE__ */ jsx410("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx410(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs167("div", { className: "k-card-inner", children: [
|
|
15052
|
+
/* @__PURE__ */ jsxs167(CardHeader, { children: [
|
|
15053
|
+
/* @__PURE__ */ jsx410(TimelineCardTitle, { children: title }),
|
|
15054
|
+
/* @__PURE__ */ jsx410(CardSubtitle, { children: subtitle })
|
|
14970
15055
|
] }),
|
|
14971
|
-
/* @__PURE__ */
|
|
15056
|
+
/* @__PURE__ */ jsx410(CardBody, { children: /* @__PURE__ */ jsx410("div", { className: "k-card-description", children: content }) })
|
|
14972
15057
|
] }) }) }),
|
|
14973
15058
|
props.children
|
|
14974
15059
|
]
|
|
14975
15060
|
}
|
|
14976
15061
|
);
|
|
14977
15062
|
};
|
|
14978
|
-
HorizontalTimelineEvent.states =
|
|
14979
|
-
HorizontalTimelineEvent.options =
|
|
15063
|
+
HorizontalTimelineEvent.states = states144;
|
|
15064
|
+
HorizontalTimelineEvent.options = options134;
|
|
14980
15065
|
HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
|
|
14981
|
-
HorizontalTimelineEvent.defaultProps =
|
|
15066
|
+
HorizontalTimelineEvent.defaultProps = defaultProps131;
|
|
14982
15067
|
|
|
14983
15068
|
// src/timeline/timeline-event-list.spec.tsx
|
|
14984
|
-
import { jsx as
|
|
15069
|
+
import { jsx as jsx411 } from "react/jsx-runtime";
|
|
14985
15070
|
|
|
14986
15071
|
// src/timeline/timeline-flag-wrap.spec.tsx
|
|
14987
|
-
import { jsx as
|
|
15072
|
+
import { jsx as jsx412, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
14988
15073
|
var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
|
|
14989
|
-
var
|
|
15074
|
+
var states145 = [
|
|
14990
15075
|
States.focus,
|
|
14991
15076
|
States.selected
|
|
14992
15077
|
];
|
|
14993
|
-
var
|
|
14994
|
-
var
|
|
15078
|
+
var options135 = {};
|
|
15079
|
+
var defaultProps132 = {
|
|
14995
15080
|
year: "2020"
|
|
14996
15081
|
};
|
|
14997
15082
|
var TimelineFlagWrap = (props) => {
|
|
@@ -14999,7 +15084,7 @@ var TimelineFlagWrap = (props) => {
|
|
|
14999
15084
|
year,
|
|
15000
15085
|
...other
|
|
15001
15086
|
} = props;
|
|
15002
|
-
return /* @__PURE__ */
|
|
15087
|
+
return /* @__PURE__ */ jsxs168(
|
|
15003
15088
|
"li",
|
|
15004
15089
|
{
|
|
15005
15090
|
...other,
|
|
@@ -15008,25 +15093,25 @@ var TimelineFlagWrap = (props) => {
|
|
|
15008
15093
|
TIMELINEFLAGWRAP_CLASSNAME
|
|
15009
15094
|
),
|
|
15010
15095
|
children: [
|
|
15011
|
-
/* @__PURE__ */
|
|
15096
|
+
/* @__PURE__ */ jsx412("span", { className: "k-timeline-flag", children: year }),
|
|
15012
15097
|
props.children
|
|
15013
15098
|
]
|
|
15014
15099
|
}
|
|
15015
15100
|
);
|
|
15016
15101
|
};
|
|
15017
|
-
TimelineFlagWrap.states =
|
|
15018
|
-
TimelineFlagWrap.options =
|
|
15102
|
+
TimelineFlagWrap.states = states145;
|
|
15103
|
+
TimelineFlagWrap.options = options135;
|
|
15019
15104
|
TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
|
|
15020
|
-
TimelineFlagWrap.defaultProps =
|
|
15105
|
+
TimelineFlagWrap.defaultProps = defaultProps132;
|
|
15021
15106
|
|
|
15022
15107
|
// src/timeline/timeline-circle.spec.tsx
|
|
15023
|
-
import { jsx as
|
|
15108
|
+
import { jsx as jsx413 } from "react/jsx-runtime";
|
|
15024
15109
|
var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
|
|
15025
15110
|
var TimelineCircle = (props) => {
|
|
15026
15111
|
const {
|
|
15027
15112
|
...other
|
|
15028
15113
|
} = props;
|
|
15029
|
-
return /* @__PURE__ */
|
|
15114
|
+
return /* @__PURE__ */ jsx413(
|
|
15030
15115
|
"span",
|
|
15031
15116
|
{
|
|
15032
15117
|
...other,
|
|
@@ -15039,19 +15124,19 @@ var TimelineCircle = (props) => {
|
|
|
15039
15124
|
};
|
|
15040
15125
|
|
|
15041
15126
|
// src/timeline/timeline-flag.spec.tsx
|
|
15042
|
-
import { jsx as
|
|
15127
|
+
import { jsx as jsx414 } from "react/jsx-runtime";
|
|
15043
15128
|
|
|
15044
15129
|
// src/timeline/timeline-card.spec.tsx
|
|
15045
|
-
import { jsx as
|
|
15046
|
-
var
|
|
15047
|
-
var
|
|
15130
|
+
import { jsx as jsx415, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
15131
|
+
var states146 = [];
|
|
15132
|
+
var defaultProps133 = {};
|
|
15048
15133
|
var TimelineCard = (props) => {
|
|
15049
15134
|
const {
|
|
15050
15135
|
callout,
|
|
15051
15136
|
children,
|
|
15052
15137
|
...other
|
|
15053
15138
|
} = props;
|
|
15054
|
-
return /* @__PURE__ */
|
|
15139
|
+
return /* @__PURE__ */ jsxs169(
|
|
15055
15140
|
Card,
|
|
15056
15141
|
{
|
|
15057
15142
|
className: classNames(
|
|
@@ -15061,27 +15146,27 @@ var TimelineCard = (props) => {
|
|
|
15061
15146
|
callout: "true",
|
|
15062
15147
|
...other,
|
|
15063
15148
|
children: [
|
|
15064
|
-
callout && /* @__PURE__ */
|
|
15149
|
+
callout && /* @__PURE__ */ jsx415(TimelineCardCallout, { callout }),
|
|
15065
15150
|
children
|
|
15066
15151
|
]
|
|
15067
15152
|
}
|
|
15068
15153
|
);
|
|
15069
15154
|
};
|
|
15070
|
-
TimelineCard.states =
|
|
15071
|
-
TimelineCard.defaultProps =
|
|
15155
|
+
TimelineCard.states = states146;
|
|
15156
|
+
TimelineCard.defaultProps = defaultProps133;
|
|
15072
15157
|
|
|
15073
15158
|
// src/timeline/timeline-card-title.tsx
|
|
15074
|
-
import { jsx as
|
|
15159
|
+
import { jsx as jsx416, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
15075
15160
|
var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
|
|
15076
|
-
var
|
|
15077
|
-
var
|
|
15161
|
+
var states147 = [];
|
|
15162
|
+
var defaultProps134 = {};
|
|
15078
15163
|
var TimelineCardTitle = (props) => {
|
|
15079
15164
|
const {
|
|
15080
15165
|
collapsible,
|
|
15081
15166
|
children,
|
|
15082
15167
|
...other
|
|
15083
15168
|
} = props;
|
|
15084
|
-
return /* @__PURE__ */
|
|
15169
|
+
return /* @__PURE__ */ jsxs170(
|
|
15085
15170
|
"div",
|
|
15086
15171
|
{
|
|
15087
15172
|
className: classNames(
|
|
@@ -15090,26 +15175,26 @@ var TimelineCardTitle = (props) => {
|
|
|
15090
15175
|
),
|
|
15091
15176
|
...other,
|
|
15092
15177
|
children: [
|
|
15093
|
-
/* @__PURE__ */
|
|
15094
|
-
collapsible && /* @__PURE__ */
|
|
15178
|
+
/* @__PURE__ */ jsx416("span", { className: "k-event-title", children }),
|
|
15179
|
+
collapsible && /* @__PURE__ */ jsx416("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__ */ jsx416(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
|
|
15095
15180
|
]
|
|
15096
15181
|
}
|
|
15097
15182
|
);
|
|
15098
15183
|
};
|
|
15099
|
-
TimelineCardTitle.states =
|
|
15184
|
+
TimelineCardTitle.states = states147;
|
|
15100
15185
|
TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
|
|
15101
|
-
TimelineCardTitle.defaultProps =
|
|
15186
|
+
TimelineCardTitle.defaultProps = defaultProps134;
|
|
15102
15187
|
|
|
15103
15188
|
// src/timeline/timeline-card-callout.tsx
|
|
15104
|
-
import { jsx as
|
|
15189
|
+
import { jsx as jsx417 } from "react/jsx-runtime";
|
|
15105
15190
|
var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
|
|
15106
|
-
var
|
|
15107
|
-
var
|
|
15191
|
+
var states148 = [];
|
|
15192
|
+
var defaultProps135 = {};
|
|
15108
15193
|
var TimelineCardCallout = (props) => {
|
|
15109
15194
|
const {
|
|
15110
15195
|
...other
|
|
15111
15196
|
} = props;
|
|
15112
|
-
return /* @__PURE__ */
|
|
15197
|
+
return /* @__PURE__ */ jsx417(
|
|
15113
15198
|
CardCallout,
|
|
15114
15199
|
{
|
|
15115
15200
|
className: classNames(
|
|
@@ -15120,24 +15205,24 @@ var TimelineCardCallout = (props) => {
|
|
|
15120
15205
|
}
|
|
15121
15206
|
);
|
|
15122
15207
|
};
|
|
15123
|
-
TimelineCardCallout.states =
|
|
15208
|
+
TimelineCardCallout.states = states148;
|
|
15124
15209
|
TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
|
|
15125
|
-
TimelineCardCallout.defaultProps =
|
|
15210
|
+
TimelineCardCallout.defaultProps = defaultProps135;
|
|
15126
15211
|
|
|
15127
15212
|
// src/timeline/timeline-date-wrap.spec.tsx
|
|
15128
|
-
import { jsx as
|
|
15213
|
+
import { jsx as jsx418 } from "react/jsx-runtime";
|
|
15129
15214
|
var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
|
|
15130
|
-
var
|
|
15131
|
-
var
|
|
15132
|
-
var
|
|
15215
|
+
var states149 = [];
|
|
15216
|
+
var options136 = {};
|
|
15217
|
+
var defaultProps136 = {
|
|
15133
15218
|
date: "May 25, 2008"
|
|
15134
15219
|
};
|
|
15135
15220
|
var TimelineDateWrap = (props) => {
|
|
15136
15221
|
const {
|
|
15137
|
-
date =
|
|
15222
|
+
date = defaultProps136.date,
|
|
15138
15223
|
...other
|
|
15139
15224
|
} = props;
|
|
15140
|
-
return /* @__PURE__ */
|
|
15225
|
+
return /* @__PURE__ */ jsx418(
|
|
15141
15226
|
"div",
|
|
15142
15227
|
{
|
|
15143
15228
|
...other,
|
|
@@ -15145,52 +15230,52 @@ var TimelineDateWrap = (props) => {
|
|
|
15145
15230
|
props.className,
|
|
15146
15231
|
TIMELINEDATEWRAP_CLASSNAME
|
|
15147
15232
|
),
|
|
15148
|
-
children: /* @__PURE__ */
|
|
15233
|
+
children: /* @__PURE__ */ jsx418("span", { className: "k-timeline-date", children: date })
|
|
15149
15234
|
}
|
|
15150
15235
|
);
|
|
15151
15236
|
};
|
|
15152
|
-
TimelineDateWrap.states =
|
|
15153
|
-
TimelineDateWrap.options =
|
|
15237
|
+
TimelineDateWrap.states = states149;
|
|
15238
|
+
TimelineDateWrap.options = options136;
|
|
15154
15239
|
TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
|
|
15155
|
-
TimelineDateWrap.defaultProps =
|
|
15240
|
+
TimelineDateWrap.defaultProps = defaultProps136;
|
|
15156
15241
|
|
|
15157
15242
|
// src/timeline/timeline-track-wrap.spec.tsx
|
|
15158
|
-
import { jsx as
|
|
15243
|
+
import { jsx as jsx419, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
15159
15244
|
|
|
15160
15245
|
// src/timeline/timeline-track.spec.tsx
|
|
15161
|
-
import { jsx as
|
|
15246
|
+
import { jsx as jsx420 } from "react/jsx-runtime";
|
|
15162
15247
|
|
|
15163
15248
|
// src/timeline/timeline-track-item.spec.tsx
|
|
15164
|
-
import { jsxs as
|
|
15249
|
+
import { jsxs as jsxs172 } from "react/jsx-runtime";
|
|
15165
15250
|
|
|
15166
15251
|
// src/timeline/templates/timeline-normal.tsx
|
|
15167
|
-
import { jsx as
|
|
15252
|
+
import { jsx as jsx421, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
15168
15253
|
|
|
15169
15254
|
// src/timeline/templates/timeline-normal-collapsible.tsx
|
|
15170
|
-
import { jsx as
|
|
15255
|
+
import { jsx as jsx422, jsxs as jsxs174 } from "react/jsx-runtime";
|
|
15171
15256
|
|
|
15172
15257
|
// src/timeline/templates/timeline-normal-alternating.tsx
|
|
15173
|
-
import { jsx as
|
|
15258
|
+
import { jsx as jsx423, jsxs as jsxs175 } from "react/jsx-runtime";
|
|
15174
15259
|
|
|
15175
15260
|
// src/timeline/templates/timeline-horizontal.tsx
|
|
15176
|
-
import { Fragment as Fragment118, jsx as
|
|
15261
|
+
import { Fragment as Fragment118, jsx as jsx424, jsxs as jsxs176 } from "react/jsx-runtime";
|
|
15177
15262
|
|
|
15178
15263
|
// src/pdf-viewer/pdf-viewer.spec.tsx
|
|
15179
|
-
import { Fragment as Fragment119, jsx as
|
|
15264
|
+
import { Fragment as Fragment119, jsx as jsx425, jsxs as jsxs177 } from "react/jsx-runtime";
|
|
15180
15265
|
var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
|
|
15181
|
-
var
|
|
15266
|
+
var states150 = [
|
|
15182
15267
|
States.disabled
|
|
15183
15268
|
];
|
|
15184
|
-
var
|
|
15185
|
-
var defaultToolbar2 = /* @__PURE__ */
|
|
15186
|
-
/* @__PURE__ */
|
|
15187
|
-
/* @__PURE__ */
|
|
15188
|
-
/* @__PURE__ */
|
|
15189
|
-
/* @__PURE__ */
|
|
15190
|
-
/* @__PURE__ */
|
|
15191
|
-
/* @__PURE__ */
|
|
15269
|
+
var options137 = {};
|
|
15270
|
+
var defaultToolbar2 = /* @__PURE__ */ jsx425(Fragment119, { children: /* @__PURE__ */ jsxs177(Toolbar, { resizable: true, children: [
|
|
15271
|
+
/* @__PURE__ */ jsx425(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
|
|
15272
|
+
/* @__PURE__ */ jsx425("span", { className: "k-spacer" }),
|
|
15273
|
+
/* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "search" }),
|
|
15274
|
+
/* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "file-pdf" }),
|
|
15275
|
+
/* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "print" }),
|
|
15276
|
+
/* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "fullscreen" })
|
|
15192
15277
|
] }) });
|
|
15193
|
-
var
|
|
15278
|
+
var defaultProps137 = {
|
|
15194
15279
|
toolbar: defaultToolbar2,
|
|
15195
15280
|
showSearchPanel: false,
|
|
15196
15281
|
blank: false
|
|
@@ -15203,7 +15288,7 @@ var PDFViewer = (props) => {
|
|
|
15203
15288
|
blank,
|
|
15204
15289
|
...other
|
|
15205
15290
|
} = props;
|
|
15206
|
-
return /* @__PURE__ */
|
|
15291
|
+
return /* @__PURE__ */ jsxs177(
|
|
15207
15292
|
"div",
|
|
15208
15293
|
{
|
|
15209
15294
|
...other,
|
|
@@ -15214,42 +15299,42 @@ var PDFViewer = (props) => {
|
|
|
15214
15299
|
),
|
|
15215
15300
|
children: [
|
|
15216
15301
|
toolbar,
|
|
15217
|
-
/* @__PURE__ */
|
|
15218
|
-
showSearchPanel && /* @__PURE__ */
|
|
15219
|
-
/* @__PURE__ */
|
|
15220
|
-
/* @__PURE__ */
|
|
15302
|
+
/* @__PURE__ */ jsxs177("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
|
|
15303
|
+
showSearchPanel && /* @__PURE__ */ jsxs177("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
|
|
15304
|
+
/* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
|
|
15305
|
+
/* @__PURE__ */ jsx425(
|
|
15221
15306
|
Textbox,
|
|
15222
15307
|
{
|
|
15223
|
-
suffix: /* @__PURE__ */
|
|
15308
|
+
suffix: /* @__PURE__ */ jsx425(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
|
|
15224
15309
|
}
|
|
15225
15310
|
),
|
|
15226
|
-
/* @__PURE__ */
|
|
15227
|
-
/* @__PURE__ */
|
|
15311
|
+
/* @__PURE__ */ jsxs177("span", { className: "k-search-matches", children: [
|
|
15312
|
+
/* @__PURE__ */ jsx425("span", { children: "0" }),
|
|
15228
15313
|
" of ",
|
|
15229
|
-
/* @__PURE__ */
|
|
15314
|
+
/* @__PURE__ */ jsx425("span", { children: "1" })
|
|
15230
15315
|
] }),
|
|
15231
|
-
/* @__PURE__ */
|
|
15232
|
-
/* @__PURE__ */
|
|
15233
|
-
/* @__PURE__ */
|
|
15316
|
+
/* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "arrow-up" }),
|
|
15317
|
+
/* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "arrow-down" }),
|
|
15318
|
+
/* @__PURE__ */ jsx425(Button, { fillMode: "flat", icon: "x" })
|
|
15234
15319
|
] }),
|
|
15235
|
-
/* @__PURE__ */
|
|
15236
|
-
/* @__PURE__ */
|
|
15237
|
-
/* @__PURE__ */
|
|
15320
|
+
/* @__PURE__ */ jsx425("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs177("div", { className: "k-page k-blank-page", children: [
|
|
15321
|
+
/* @__PURE__ */ jsx425(DropzoneNormal, {}),
|
|
15322
|
+
/* @__PURE__ */ jsx425(UploadNormal, { empty: true, status: "upload" })
|
|
15238
15323
|
] }) : props.children })
|
|
15239
15324
|
] })
|
|
15240
15325
|
]
|
|
15241
15326
|
}
|
|
15242
15327
|
);
|
|
15243
15328
|
};
|
|
15244
|
-
PDFViewer.states =
|
|
15245
|
-
PDFViewer.options =
|
|
15329
|
+
PDFViewer.states = states150;
|
|
15330
|
+
PDFViewer.options = options137;
|
|
15246
15331
|
PDFViewer.className = PDFVIEWER_CLASSNAME;
|
|
15247
|
-
PDFViewer.defaultProps =
|
|
15332
|
+
PDFViewer.defaultProps = defaultProps137;
|
|
15248
15333
|
|
|
15249
15334
|
// src/pdf-viewer/pdf-viewer-page.tsx
|
|
15250
|
-
import { jsx as
|
|
15335
|
+
import { jsx as jsx426 } from "react/jsx-runtime";
|
|
15251
15336
|
var PDFVIEWERPAGE_CLASSNAME = `k-page`;
|
|
15252
|
-
var
|
|
15337
|
+
var defaultProps138 = {
|
|
15253
15338
|
width: "720px",
|
|
15254
15339
|
height: "360px"
|
|
15255
15340
|
};
|
|
@@ -15259,7 +15344,7 @@ var PDFViewerPage = (props) => {
|
|
|
15259
15344
|
height,
|
|
15260
15345
|
...other
|
|
15261
15346
|
} = props;
|
|
15262
|
-
return /* @__PURE__ */
|
|
15347
|
+
return /* @__PURE__ */ jsx426(
|
|
15263
15348
|
"div",
|
|
15264
15349
|
{
|
|
15265
15350
|
...other,
|
|
@@ -15272,23 +15357,23 @@ var PDFViewerPage = (props) => {
|
|
|
15272
15357
|
);
|
|
15273
15358
|
};
|
|
15274
15359
|
PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
|
|
15275
|
-
PDFViewerPage.defaultProps =
|
|
15360
|
+
PDFViewerPage.defaultProps = defaultProps138;
|
|
15276
15361
|
|
|
15277
15362
|
// src/pdf-viewer/templates/pdf-viewer-normal.tsx
|
|
15278
|
-
import { Fragment as Fragment120, jsx as
|
|
15363
|
+
import { Fragment as Fragment120, jsx as jsx427, jsxs as jsxs178 } from "react/jsx-runtime";
|
|
15279
15364
|
|
|
15280
15365
|
// src/pdf-viewer/templates/pdf-viewer-blank.tsx
|
|
15281
|
-
import { jsx as
|
|
15366
|
+
import { jsx as jsx428 } from "react/jsx-runtime";
|
|
15282
15367
|
|
|
15283
15368
|
// src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
|
|
15284
|
-
import { Fragment as Fragment121, jsx as
|
|
15369
|
+
import { Fragment as Fragment121, jsx as jsx429, jsxs as jsxs179 } from "react/jsx-runtime";
|
|
15285
15370
|
|
|
15286
15371
|
// src/scrollview/scrollview-spec.tsx
|
|
15287
|
-
import { Fragment as Fragment122, jsx as
|
|
15372
|
+
import { Fragment as Fragment122, jsx as jsx430, jsxs as jsxs180 } from "react/jsx-runtime";
|
|
15288
15373
|
var SCROLLVIEW_CLASSNAME = "k-scrollview";
|
|
15289
|
-
var
|
|
15290
|
-
var
|
|
15291
|
-
var
|
|
15374
|
+
var states151 = [];
|
|
15375
|
+
var options138 = {};
|
|
15376
|
+
var defaultProps139 = {
|
|
15292
15377
|
mode: "normal",
|
|
15293
15378
|
views: 9,
|
|
15294
15379
|
animate: true,
|
|
@@ -15298,12 +15383,12 @@ var defaultProps138 = {
|
|
|
15298
15383
|
};
|
|
15299
15384
|
var ScrollView = (props) => {
|
|
15300
15385
|
const {
|
|
15301
|
-
mode =
|
|
15302
|
-
views =
|
|
15303
|
-
animate =
|
|
15304
|
-
arrows =
|
|
15305
|
-
pager =
|
|
15306
|
-
rtl =
|
|
15386
|
+
mode = defaultProps139.mode,
|
|
15387
|
+
views = defaultProps139.views,
|
|
15388
|
+
animate = defaultProps139.animate,
|
|
15389
|
+
arrows = defaultProps139.arrows,
|
|
15390
|
+
pager = defaultProps139.pager,
|
|
15391
|
+
rtl = defaultProps139.rtl,
|
|
15307
15392
|
...other
|
|
15308
15393
|
} = props;
|
|
15309
15394
|
const scrollviewViews = [];
|
|
@@ -15311,10 +15396,10 @@ var ScrollView = (props) => {
|
|
|
15311
15396
|
const iconNext = rtl ? "chevron-left" : "chevron-right";
|
|
15312
15397
|
for (let i = 0; i < views; i++) {
|
|
15313
15398
|
scrollviewViews.push(
|
|
15314
|
-
/* @__PURE__ */
|
|
15399
|
+
/* @__PURE__ */ jsx430("div", { className: "k-scrollview-view" }, i)
|
|
15315
15400
|
);
|
|
15316
15401
|
}
|
|
15317
|
-
return /* @__PURE__ */
|
|
15402
|
+
return /* @__PURE__ */ jsxs180(
|
|
15318
15403
|
"div",
|
|
15319
15404
|
{
|
|
15320
15405
|
...other,
|
|
@@ -15327,44 +15412,44 @@ var ScrollView = (props) => {
|
|
|
15327
15412
|
}
|
|
15328
15413
|
),
|
|
15329
15414
|
children: [
|
|
15330
|
-
/* @__PURE__ */
|
|
15415
|
+
/* @__PURE__ */ jsx430("div", { className: classNames(
|
|
15331
15416
|
"k-scrollview-wrap",
|
|
15332
15417
|
{
|
|
15333
15418
|
["k-scrollview-animate"]: animate
|
|
15334
15419
|
}
|
|
15335
15420
|
), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
|
|
15336
|
-
/* @__PURE__ */
|
|
15337
|
-
arrows && /* @__PURE__ */
|
|
15338
|
-
/* @__PURE__ */
|
|
15339
|
-
/* @__PURE__ */
|
|
15421
|
+
/* @__PURE__ */ jsxs180("div", { className: "k-scrollview-elements", children: [
|
|
15422
|
+
arrows && /* @__PURE__ */ jsxs180(Fragment122, { children: [
|
|
15423
|
+
/* @__PURE__ */ jsx430("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx430(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
|
|
15424
|
+
/* @__PURE__ */ jsx430("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx430(Icon, { icon: iconNext, size: "xxxlarge" }) })
|
|
15340
15425
|
] }),
|
|
15341
|
-
pager && /* @__PURE__ */
|
|
15342
|
-
mode === "light" && /* @__PURE__ */
|
|
15343
|
-
/* @__PURE__ */
|
|
15344
|
-
/* @__PURE__ */
|
|
15345
|
-
/* @__PURE__ */
|
|
15346
|
-
/* @__PURE__ */
|
|
15347
|
-
/* @__PURE__ */
|
|
15426
|
+
pager && /* @__PURE__ */ jsx430("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs180("div", { className: "k-scrollview-nav", children: [
|
|
15427
|
+
mode === "light" && /* @__PURE__ */ jsxs180(Fragment122, { children: [
|
|
15428
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link" }),
|
|
15429
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link k-primary" }),
|
|
15430
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link k-primary k-focus" }),
|
|
15431
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link k-focus" }),
|
|
15432
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link" })
|
|
15348
15433
|
] }),
|
|
15349
|
-
mode === "normal" && /* @__PURE__ */
|
|
15350
|
-
/* @__PURE__ */
|
|
15351
|
-
/* @__PURE__ */
|
|
15352
|
-
/* @__PURE__ */
|
|
15353
|
-
/* @__PURE__ */
|
|
15354
|
-
/* @__PURE__ */
|
|
15355
|
-
/* @__PURE__ */
|
|
15356
|
-
/* @__PURE__ */
|
|
15357
|
-
/* @__PURE__ */
|
|
15358
|
-
/* @__PURE__ */
|
|
15434
|
+
mode === "normal" && /* @__PURE__ */ jsxs180(Fragment122, { children: [
|
|
15435
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
|
|
15436
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
15437
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
|
|
15438
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link" }),
|
|
15439
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link k-primary" }),
|
|
15440
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link" }),
|
|
15441
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
|
|
15442
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
15443
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.5)" } })
|
|
15359
15444
|
] }),
|
|
15360
|
-
mode === "dark" && /* @__PURE__ */
|
|
15361
|
-
/* @__PURE__ */
|
|
15362
|
-
/* @__PURE__ */
|
|
15363
|
-
/* @__PURE__ */
|
|
15364
|
-
/* @__PURE__ */
|
|
15365
|
-
/* @__PURE__ */
|
|
15366
|
-
/* @__PURE__ */
|
|
15367
|
-
/* @__PURE__ */
|
|
15445
|
+
mode === "dark" && /* @__PURE__ */ jsxs180(Fragment122, { children: [
|
|
15446
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
|
|
15447
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
15448
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link" }),
|
|
15449
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link k-primary" }),
|
|
15450
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link" }),
|
|
15451
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
|
|
15452
|
+
/* @__PURE__ */ jsx430("span", { className: "k-link", style: { transform: "scale(0.5)" } })
|
|
15368
15453
|
] })
|
|
15369
15454
|
] }) })
|
|
15370
15455
|
] })
|
|
@@ -15372,83 +15457,83 @@ var ScrollView = (props) => {
|
|
|
15372
15457
|
}
|
|
15373
15458
|
);
|
|
15374
15459
|
};
|
|
15375
|
-
ScrollView.states =
|
|
15376
|
-
ScrollView.options =
|
|
15460
|
+
ScrollView.states = states151;
|
|
15461
|
+
ScrollView.options = options138;
|
|
15377
15462
|
ScrollView.className = SCROLLVIEW_CLASSNAME;
|
|
15378
|
-
ScrollView.defaultProps =
|
|
15463
|
+
ScrollView.defaultProps = defaultProps139;
|
|
15379
15464
|
|
|
15380
15465
|
// src/scrollview/templates/scrollview-normal.tsx
|
|
15381
|
-
import { jsx as
|
|
15466
|
+
import { jsx as jsx431 } from "react/jsx-runtime";
|
|
15382
15467
|
|
|
15383
15468
|
// src/prompt/prompt.spec.tsx
|
|
15384
|
-
import { Fragment as Fragment123, jsx as
|
|
15469
|
+
import { Fragment as Fragment123, jsx as jsx432 } from "react/jsx-runtime";
|
|
15385
15470
|
var PROMPT_CLASSNAME = `k-prompt`;
|
|
15386
|
-
var
|
|
15387
|
-
var
|
|
15388
|
-
var
|
|
15471
|
+
var states152 = [];
|
|
15472
|
+
var options139 = {};
|
|
15473
|
+
var defaultProps140 = {};
|
|
15389
15474
|
var Prompt = (props) => {
|
|
15390
15475
|
const {
|
|
15391
15476
|
...other
|
|
15392
15477
|
} = props;
|
|
15393
|
-
return /* @__PURE__ */
|
|
15478
|
+
return /* @__PURE__ */ jsx432("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx432(Fragment123, { children: props.children }) });
|
|
15394
15479
|
};
|
|
15395
|
-
Prompt.states =
|
|
15396
|
-
Prompt.options =
|
|
15480
|
+
Prompt.states = states152;
|
|
15481
|
+
Prompt.options = options139;
|
|
15397
15482
|
Prompt.className = PROMPT_CLASSNAME;
|
|
15398
|
-
Prompt.defaultProps =
|
|
15483
|
+
Prompt.defaultProps = defaultProps140;
|
|
15399
15484
|
|
|
15400
15485
|
// src/prompt/prompt-header.tsx
|
|
15401
|
-
import { jsx as
|
|
15486
|
+
import { jsx as jsx433 } from "react/jsx-runtime";
|
|
15402
15487
|
|
|
15403
15488
|
// src/prompt/prompt-content.tsx
|
|
15404
|
-
import { Fragment as Fragment124, jsx as
|
|
15489
|
+
import { Fragment as Fragment124, jsx as jsx434 } from "react/jsx-runtime";
|
|
15405
15490
|
|
|
15406
15491
|
// src/prompt/prompt-view.tsx
|
|
15407
|
-
import { Fragment as Fragment125, jsx as
|
|
15492
|
+
import { Fragment as Fragment125, jsx as jsx435, jsxs as jsxs181 } from "react/jsx-runtime";
|
|
15408
15493
|
|
|
15409
15494
|
// src/prompt/prompt-footer.tsx
|
|
15410
|
-
import { jsx as
|
|
15495
|
+
import { jsx as jsx436 } from "react/jsx-runtime";
|
|
15411
15496
|
|
|
15412
15497
|
// src/prompt/prompt-suggestion.tsx
|
|
15413
|
-
import { jsx as
|
|
15498
|
+
import { jsx as jsx437 } from "react/jsx-runtime";
|
|
15414
15499
|
|
|
15415
15500
|
// src/prompt/prompt-setting.tsx
|
|
15416
|
-
import { jsx as
|
|
15501
|
+
import { jsx as jsx438 } from "react/jsx-runtime";
|
|
15417
15502
|
|
|
15418
15503
|
// src/prompt/templates/prompt-normal.tsx
|
|
15419
|
-
import { jsx as
|
|
15504
|
+
import { jsx as jsx439, jsxs as jsxs182 } from "react/jsx-runtime";
|
|
15420
15505
|
|
|
15421
15506
|
// src/prompt/templates/prompt-suggestions.tsx
|
|
15422
|
-
import { Fragment as Fragment126, jsx as
|
|
15507
|
+
import { Fragment as Fragment126, jsx as jsx440, jsxs as jsxs183 } from "react/jsx-runtime";
|
|
15423
15508
|
|
|
15424
15509
|
// src/prompt/templates/prompt-settings.tsx
|
|
15425
|
-
import { Fragment as Fragment127, jsx as
|
|
15510
|
+
import { Fragment as Fragment127, jsx as jsx441, jsxs as jsxs184 } from "react/jsx-runtime";
|
|
15426
15511
|
|
|
15427
15512
|
// src/prompt/templates/prompt-output.tsx
|
|
15428
|
-
import { jsx as
|
|
15513
|
+
import { jsx as jsx442, jsxs as jsxs185 } from "react/jsx-runtime";
|
|
15429
15514
|
|
|
15430
15515
|
// src/prompt/templates/prompt-more-actions.tsx
|
|
15431
|
-
import { jsx as
|
|
15516
|
+
import { jsx as jsx443, jsxs as jsxs186 } from "react/jsx-runtime";
|
|
15432
15517
|
|
|
15433
15518
|
// src/prompt/templates/prompt-popup.tsx
|
|
15434
|
-
import { jsx as
|
|
15519
|
+
import { jsx as jsx444, jsxs as jsxs187 } from "react/jsx-runtime";
|
|
15435
15520
|
|
|
15436
15521
|
// src/orgchart/orgchart.spec.tsx
|
|
15437
|
-
import { jsx as
|
|
15522
|
+
import { jsx as jsx445 } from "react/jsx-runtime";
|
|
15438
15523
|
var ORGCHART_CLASSNAME = `k-orgchart`;
|
|
15439
|
-
var
|
|
15440
|
-
var
|
|
15441
|
-
var
|
|
15524
|
+
var states153 = [];
|
|
15525
|
+
var options140 = {};
|
|
15526
|
+
var defaultProps141 = {
|
|
15442
15527
|
width: "100%",
|
|
15443
15528
|
height: "300px"
|
|
15444
15529
|
};
|
|
15445
15530
|
var Orgchart = (props) => {
|
|
15446
15531
|
const {
|
|
15447
|
-
width =
|
|
15448
|
-
height =
|
|
15532
|
+
width = defaultProps141.width,
|
|
15533
|
+
height = defaultProps141.height,
|
|
15449
15534
|
...other
|
|
15450
15535
|
} = props;
|
|
15451
|
-
return /* @__PURE__ */
|
|
15536
|
+
return /* @__PURE__ */ jsx445(
|
|
15452
15537
|
"div",
|
|
15453
15538
|
{
|
|
15454
15539
|
...other,
|
|
@@ -15456,19 +15541,19 @@ var Orgchart = (props) => {
|
|
|
15456
15541
|
props.className,
|
|
15457
15542
|
ORGCHART_CLASSNAME
|
|
15458
15543
|
),
|
|
15459
|
-
children: /* @__PURE__ */
|
|
15544
|
+
children: /* @__PURE__ */ jsx445("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
|
|
15460
15545
|
}
|
|
15461
15546
|
);
|
|
15462
15547
|
};
|
|
15463
|
-
Orgchart.states =
|
|
15464
|
-
Orgchart.options =
|
|
15548
|
+
Orgchart.states = states153;
|
|
15549
|
+
Orgchart.options = options140;
|
|
15465
15550
|
Orgchart.className = ORGCHART_CLASSNAME;
|
|
15466
|
-
Orgchart.defaultProps =
|
|
15551
|
+
Orgchart.defaultProps = defaultProps141;
|
|
15467
15552
|
|
|
15468
15553
|
// src/orgchart/orgchart-node.tsx
|
|
15469
|
-
import { jsx as
|
|
15554
|
+
import { jsx as jsx446, jsxs as jsxs188 } from "react/jsx-runtime";
|
|
15470
15555
|
var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
|
|
15471
|
-
var
|
|
15556
|
+
var defaultProps142 = {
|
|
15472
15557
|
buttonIcon: "plus"
|
|
15473
15558
|
};
|
|
15474
15559
|
var OrgchartNode = (props) => {
|
|
@@ -15480,12 +15565,12 @@ var OrgchartNode = (props) => {
|
|
|
15480
15565
|
lineBottom,
|
|
15481
15566
|
lineTop,
|
|
15482
15567
|
button,
|
|
15483
|
-
buttonIcon: buttonIcon2 =
|
|
15568
|
+
buttonIcon: buttonIcon2 = defaultProps142.buttonIcon,
|
|
15484
15569
|
avatar,
|
|
15485
15570
|
avatarType,
|
|
15486
15571
|
...other
|
|
15487
15572
|
} = props;
|
|
15488
|
-
return /* @__PURE__ */
|
|
15573
|
+
return /* @__PURE__ */ jsxs188(
|
|
15489
15574
|
"div",
|
|
15490
15575
|
{
|
|
15491
15576
|
...other,
|
|
@@ -15496,35 +15581,35 @@ var OrgchartNode = (props) => {
|
|
|
15496
15581
|
"k-align-items-center"
|
|
15497
15582
|
),
|
|
15498
15583
|
children: [
|
|
15499
|
-
lineTop && /* @__PURE__ */
|
|
15500
|
-
/* @__PURE__ */
|
|
15501
|
-
/* @__PURE__ */
|
|
15502
|
-
/* @__PURE__ */
|
|
15503
|
-
/* @__PURE__ */
|
|
15504
|
-
/* @__PURE__ */
|
|
15505
|
-
/* @__PURE__ */
|
|
15584
|
+
lineTop && /* @__PURE__ */ jsx446("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
15585
|
+
/* @__PURE__ */ jsx446(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs188(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
|
|
15586
|
+
/* @__PURE__ */ jsx446(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx446("img", { src: avatar }) : avatar }),
|
|
15587
|
+
/* @__PURE__ */ jsxs188("div", { className: "k-card-title-wrap k-vstack", children: [
|
|
15588
|
+
/* @__PURE__ */ jsx446(CardTitle, { className: "k-text-ellipsis", children: title }),
|
|
15589
|
+
/* @__PURE__ */ jsx446("span", { className: "k-spacer" }),
|
|
15590
|
+
/* @__PURE__ */ jsx446(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
|
|
15506
15591
|
] }),
|
|
15507
|
-
/* @__PURE__ */
|
|
15592
|
+
/* @__PURE__ */ jsx446("span", { className: "k-spacer" })
|
|
15508
15593
|
] }) }),
|
|
15509
|
-
lineBottom && /* @__PURE__ */
|
|
15510
|
-
button && /* @__PURE__ */
|
|
15594
|
+
lineBottom && /* @__PURE__ */ jsx446("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
15595
|
+
button && /* @__PURE__ */ jsx446(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
|
|
15511
15596
|
]
|
|
15512
15597
|
}
|
|
15513
15598
|
);
|
|
15514
15599
|
};
|
|
15515
15600
|
|
|
15516
15601
|
// src/orgchart/orgchart-group.tsx
|
|
15517
|
-
import { Fragment as Fragment128, jsx as
|
|
15602
|
+
import { Fragment as Fragment128, jsx as jsx447, jsxs as jsxs189 } from "react/jsx-runtime";
|
|
15518
15603
|
var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
|
|
15519
|
-
var
|
|
15520
|
-
var
|
|
15521
|
-
var
|
|
15604
|
+
var states154 = [];
|
|
15605
|
+
var options141 = {};
|
|
15606
|
+
var defaultProps143 = {
|
|
15522
15607
|
orientation: "horizontal"
|
|
15523
15608
|
};
|
|
15524
15609
|
var OrgchartGroup = (props) => {
|
|
15525
15610
|
const {
|
|
15526
15611
|
children,
|
|
15527
|
-
orientation =
|
|
15612
|
+
orientation = defaultProps143.orientation,
|
|
15528
15613
|
justifyContent,
|
|
15529
15614
|
...other
|
|
15530
15615
|
} = props;
|
|
@@ -15547,7 +15632,7 @@ var OrgchartGroup = (props) => {
|
|
|
15547
15632
|
}
|
|
15548
15633
|
}
|
|
15549
15634
|
}
|
|
15550
|
-
return /* @__PURE__ */
|
|
15635
|
+
return /* @__PURE__ */ jsxs189(
|
|
15551
15636
|
"div",
|
|
15552
15637
|
{
|
|
15553
15638
|
...other,
|
|
@@ -15561,7 +15646,7 @@ var OrgchartGroup = (props) => {
|
|
|
15561
15646
|
),
|
|
15562
15647
|
style: { width: "100%" },
|
|
15563
15648
|
children: [
|
|
15564
|
-
chartNodes.length > 0 && /* @__PURE__ */
|
|
15649
|
+
chartNodes.length > 0 && /* @__PURE__ */ jsx447(
|
|
15565
15650
|
"div",
|
|
15566
15651
|
{
|
|
15567
15652
|
className: classNames(
|
|
@@ -15571,26 +15656,26 @@ var OrgchartGroup = (props) => {
|
|
|
15571
15656
|
[`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
|
|
15572
15657
|
}
|
|
15573
15658
|
),
|
|
15574
|
-
children: /* @__PURE__ */
|
|
15659
|
+
children: /* @__PURE__ */ jsx447(Fragment128, { children: chartNodes })
|
|
15575
15660
|
}
|
|
15576
15661
|
),
|
|
15577
|
-
/* @__PURE__ */
|
|
15662
|
+
/* @__PURE__ */ jsx447(Fragment128, { children: chartGroups })
|
|
15578
15663
|
]
|
|
15579
15664
|
}
|
|
15580
15665
|
);
|
|
15581
15666
|
};
|
|
15582
|
-
OrgchartGroup.states =
|
|
15583
|
-
OrgchartGroup.options =
|
|
15667
|
+
OrgchartGroup.states = states154;
|
|
15668
|
+
OrgchartGroup.options = options141;
|
|
15584
15669
|
OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
|
|
15585
|
-
OrgchartGroup.defaultProps =
|
|
15670
|
+
OrgchartGroup.defaultProps = defaultProps143;
|
|
15586
15671
|
|
|
15587
15672
|
// src/orgchart/orgchart-node-group.tsx
|
|
15588
|
-
import { jsx as
|
|
15673
|
+
import { jsx as jsx448, jsxs as jsxs190 } from "react/jsx-runtime";
|
|
15589
15674
|
var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
|
|
15590
|
-
var
|
|
15675
|
+
var states155 = [
|
|
15591
15676
|
States.focus
|
|
15592
15677
|
];
|
|
15593
|
-
var
|
|
15678
|
+
var defaultProps144 = {
|
|
15594
15679
|
orientation: "horizontal",
|
|
15595
15680
|
buttonIcon: "plus"
|
|
15596
15681
|
};
|
|
@@ -15601,12 +15686,12 @@ var OrgchartNodeGroup = (props) => {
|
|
|
15601
15686
|
lineBottom,
|
|
15602
15687
|
lineTop,
|
|
15603
15688
|
button,
|
|
15604
|
-
buttonIcon: buttonIcon2 =
|
|
15689
|
+
buttonIcon: buttonIcon2 = defaultProps144.buttonIcon,
|
|
15605
15690
|
focus,
|
|
15606
|
-
orientation =
|
|
15691
|
+
orientation = defaultProps144.orientation,
|
|
15607
15692
|
...other
|
|
15608
15693
|
} = props;
|
|
15609
|
-
return /* @__PURE__ */
|
|
15694
|
+
return /* @__PURE__ */ jsxs190(
|
|
15610
15695
|
"div",
|
|
15611
15696
|
{
|
|
15612
15697
|
...other,
|
|
@@ -15617,8 +15702,8 @@ var OrgchartNodeGroup = (props) => {
|
|
|
15617
15702
|
"k-align-items-center"
|
|
15618
15703
|
),
|
|
15619
15704
|
children: [
|
|
15620
|
-
lineTop && /* @__PURE__ */
|
|
15621
|
-
/* @__PURE__ */
|
|
15705
|
+
lineTop && /* @__PURE__ */ jsx448("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
15706
|
+
/* @__PURE__ */ jsxs190(
|
|
15622
15707
|
"div",
|
|
15623
15708
|
{
|
|
15624
15709
|
className: classNames(
|
|
@@ -15629,9 +15714,9 @@ var OrgchartNodeGroup = (props) => {
|
|
|
15629
15714
|
})
|
|
15630
15715
|
),
|
|
15631
15716
|
children: [
|
|
15632
|
-
title && /* @__PURE__ */
|
|
15633
|
-
subtitle && /* @__PURE__ */
|
|
15634
|
-
/* @__PURE__ */
|
|
15717
|
+
title && /* @__PURE__ */ jsx448("div", { className: "k-orgchart-node-group-title", children: title }),
|
|
15718
|
+
subtitle && /* @__PURE__ */ jsx448("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
|
|
15719
|
+
/* @__PURE__ */ jsx448(
|
|
15635
15720
|
"div",
|
|
15636
15721
|
{
|
|
15637
15722
|
className: classNames(
|
|
@@ -15646,51 +15731,51 @@ var OrgchartNodeGroup = (props) => {
|
|
|
15646
15731
|
]
|
|
15647
15732
|
}
|
|
15648
15733
|
),
|
|
15649
|
-
lineBottom && /* @__PURE__ */
|
|
15650
|
-
button && /* @__PURE__ */
|
|
15734
|
+
lineBottom && /* @__PURE__ */ jsx448("div", { className: "k-orgchart-line k-orgchart-line-v" }),
|
|
15735
|
+
button && /* @__PURE__ */ jsx448(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
|
|
15651
15736
|
]
|
|
15652
15737
|
}
|
|
15653
15738
|
);
|
|
15654
15739
|
};
|
|
15655
|
-
OrgchartNodeGroup.states =
|
|
15740
|
+
OrgchartNodeGroup.states = states155;
|
|
15656
15741
|
|
|
15657
15742
|
// src/orgchart/templates/orgchart-normal.tsx
|
|
15658
|
-
import { jsx as
|
|
15743
|
+
import { jsx as jsx449, jsxs as jsxs191 } from "react/jsx-runtime";
|
|
15659
15744
|
|
|
15660
15745
|
// src/orgchart/templates/orgchart-vertical.tsx
|
|
15661
|
-
import { jsx as
|
|
15746
|
+
import { jsx as jsx450, jsxs as jsxs192 } from "react/jsx-runtime";
|
|
15662
15747
|
|
|
15663
15748
|
// src/orgchart/templates/orgchart-group-normal.tsx
|
|
15664
|
-
import { jsx as
|
|
15749
|
+
import { jsx as jsx451, jsxs as jsxs193 } from "react/jsx-runtime";
|
|
15665
15750
|
|
|
15666
15751
|
// src/orgchart/templates/orgchart-group-vertical.tsx
|
|
15667
|
-
import { jsx as
|
|
15752
|
+
import { jsx as jsx452, jsxs as jsxs194 } from "react/jsx-runtime";
|
|
15668
15753
|
|
|
15669
15754
|
// src/signature/signature.spec.tsx
|
|
15670
|
-
import { jsx as
|
|
15755
|
+
import { jsx as jsx453, jsxs as jsxs195 } from "react/jsx-runtime";
|
|
15671
15756
|
var SIGNATURE_CLASSNAME = `k-signature`;
|
|
15672
|
-
var
|
|
15757
|
+
var states156 = [
|
|
15673
15758
|
States.hover,
|
|
15674
15759
|
States.focus,
|
|
15675
15760
|
States.valid,
|
|
15676
15761
|
States.invalid,
|
|
15677
15762
|
States.disabled
|
|
15678
15763
|
];
|
|
15679
|
-
var
|
|
15764
|
+
var options142 = {
|
|
15680
15765
|
size: [Size.small, Size.medium, Size.large],
|
|
15681
15766
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
15682
15767
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
15683
15768
|
};
|
|
15684
|
-
var
|
|
15769
|
+
var defaultProps145 = {
|
|
15685
15770
|
size: Size.medium,
|
|
15686
15771
|
rounded: Roundness.medium,
|
|
15687
15772
|
fillMode: FillMode.solid
|
|
15688
15773
|
};
|
|
15689
15774
|
var Signature = (props) => {
|
|
15690
15775
|
const {
|
|
15691
|
-
size =
|
|
15692
|
-
rounded =
|
|
15693
|
-
fillMode =
|
|
15776
|
+
size = defaultProps145.size,
|
|
15777
|
+
rounded = defaultProps145.rounded,
|
|
15778
|
+
fillMode = defaultProps145.fillMode,
|
|
15694
15779
|
hover,
|
|
15695
15780
|
focus,
|
|
15696
15781
|
valid,
|
|
@@ -15699,7 +15784,7 @@ var Signature = (props) => {
|
|
|
15699
15784
|
maximized,
|
|
15700
15785
|
...other
|
|
15701
15786
|
} = props;
|
|
15702
|
-
return /* @__PURE__ */
|
|
15787
|
+
return /* @__PURE__ */ jsxs195(
|
|
15703
15788
|
"div",
|
|
15704
15789
|
{
|
|
15705
15790
|
...other,
|
|
@@ -15727,8 +15812,8 @@ var Signature = (props) => {
|
|
|
15727
15812
|
}
|
|
15728
15813
|
),
|
|
15729
15814
|
children: [
|
|
15730
|
-
/* @__PURE__ */
|
|
15731
|
-
/* @__PURE__ */
|
|
15815
|
+
/* @__PURE__ */ jsx453("canvas", { className: "k-signature-canvas" }),
|
|
15816
|
+
/* @__PURE__ */ jsxs195(
|
|
15732
15817
|
"div",
|
|
15733
15818
|
{
|
|
15734
15819
|
className: classNames(
|
|
@@ -15736,7 +15821,7 @@ var Signature = (props) => {
|
|
|
15736
15821
|
"k-signature-actions-top"
|
|
15737
15822
|
),
|
|
15738
15823
|
children: [
|
|
15739
|
-
/* @__PURE__ */
|
|
15824
|
+
/* @__PURE__ */ jsx453(
|
|
15740
15825
|
Button,
|
|
15741
15826
|
{
|
|
15742
15827
|
className: classNames(
|
|
@@ -15750,7 +15835,7 @@ var Signature = (props) => {
|
|
|
15750
15835
|
fillMode: "flat"
|
|
15751
15836
|
}
|
|
15752
15837
|
),
|
|
15753
|
-
/* @__PURE__ */
|
|
15838
|
+
/* @__PURE__ */ jsx453(
|
|
15754
15839
|
Button,
|
|
15755
15840
|
{
|
|
15756
15841
|
className: classNames(
|
|
@@ -15767,15 +15852,15 @@ var Signature = (props) => {
|
|
|
15767
15852
|
]
|
|
15768
15853
|
}
|
|
15769
15854
|
),
|
|
15770
|
-
/* @__PURE__ */
|
|
15771
|
-
/* @__PURE__ */
|
|
15855
|
+
/* @__PURE__ */ jsx453("div", { className: "k-signature-line" }),
|
|
15856
|
+
/* @__PURE__ */ jsx453(
|
|
15772
15857
|
"div",
|
|
15773
15858
|
{
|
|
15774
15859
|
className: classNames(
|
|
15775
15860
|
"k-signature-actions",
|
|
15776
15861
|
"k-signature-actions-bottom"
|
|
15777
15862
|
),
|
|
15778
|
-
children: /* @__PURE__ */
|
|
15863
|
+
children: /* @__PURE__ */ jsx453(
|
|
15779
15864
|
Button,
|
|
15780
15865
|
{
|
|
15781
15866
|
className: classNames(
|
|
@@ -15794,27 +15879,27 @@ var Signature = (props) => {
|
|
|
15794
15879
|
}
|
|
15795
15880
|
);
|
|
15796
15881
|
};
|
|
15797
|
-
Signature.states =
|
|
15798
|
-
Signature.options =
|
|
15882
|
+
Signature.states = states156;
|
|
15883
|
+
Signature.options = options142;
|
|
15799
15884
|
Signature.className = SIGNATURE_CLASSNAME;
|
|
15800
|
-
Signature.defaultProps =
|
|
15885
|
+
Signature.defaultProps = defaultProps145;
|
|
15801
15886
|
|
|
15802
15887
|
// src/editor/editor.spec.tsx
|
|
15803
|
-
import { jsx as
|
|
15888
|
+
import { jsx as jsx454 } from "react/jsx-runtime";
|
|
15804
15889
|
var EDITOR_CLASSNAME = `k-editor`;
|
|
15805
|
-
var
|
|
15890
|
+
var states157 = [
|
|
15806
15891
|
States.readonly,
|
|
15807
15892
|
States.disabled
|
|
15808
15893
|
];
|
|
15809
|
-
var
|
|
15810
|
-
var
|
|
15894
|
+
var options143 = {};
|
|
15895
|
+
var defaultProps146 = {};
|
|
15811
15896
|
var Editor = (props) => {
|
|
15812
15897
|
const {
|
|
15813
15898
|
readonly,
|
|
15814
15899
|
disabled,
|
|
15815
15900
|
...other
|
|
15816
15901
|
} = props;
|
|
15817
|
-
return /* @__PURE__ */
|
|
15902
|
+
return /* @__PURE__ */ jsx454(
|
|
15818
15903
|
"div",
|
|
15819
15904
|
{
|
|
15820
15905
|
...other,
|
|
@@ -15830,691 +15915,691 @@ var Editor = (props) => {
|
|
|
15830
15915
|
}
|
|
15831
15916
|
);
|
|
15832
15917
|
};
|
|
15833
|
-
Editor.states =
|
|
15834
|
-
Editor.options =
|
|
15918
|
+
Editor.states = states157;
|
|
15919
|
+
Editor.options = options143;
|
|
15835
15920
|
Editor.className = EDITOR_CLASSNAME;
|
|
15836
|
-
Editor.defaultProps =
|
|
15921
|
+
Editor.defaultProps = defaultProps146;
|
|
15837
15922
|
|
|
15838
15923
|
// src/editor/editor-toolbar.tsx
|
|
15839
|
-
import { jsx as
|
|
15924
|
+
import { jsx as jsx455 } from "react/jsx-runtime";
|
|
15840
15925
|
|
|
15841
15926
|
// src/editor/editor-content.tsx
|
|
15842
|
-
import { jsx as
|
|
15843
|
-
var
|
|
15927
|
+
import { jsx as jsx456 } from "react/jsx-runtime";
|
|
15928
|
+
var states158 = [
|
|
15844
15929
|
States.focus
|
|
15845
15930
|
];
|
|
15846
15931
|
|
|
15847
15932
|
// src/editor/templates/editor-normal.tsx
|
|
15848
|
-
import { Fragment as Fragment129, jsx as
|
|
15933
|
+
import { Fragment as Fragment129, jsx as jsx457, jsxs as jsxs196 } from "react/jsx-runtime";
|
|
15849
15934
|
|
|
15850
15935
|
// src/utils/templates/background/background-clip/border-clip.tsx
|
|
15851
|
-
import { jsx as
|
|
15936
|
+
import { jsx as jsx458 } from "react/jsx-runtime";
|
|
15852
15937
|
|
|
15853
15938
|
// src/utils/templates/background/background-clip/content-clip.tsx
|
|
15854
|
-
import { jsx as
|
|
15939
|
+
import { jsx as jsx459 } from "react/jsx-runtime";
|
|
15855
15940
|
|
|
15856
15941
|
// src/utils/templates/background/background-clip/padding-clip.tsx
|
|
15857
|
-
import { jsx as
|
|
15942
|
+
import { jsx as jsx460 } from "react/jsx-runtime";
|
|
15858
15943
|
|
|
15859
15944
|
// src/utils/templates/background/background-clip/text-clip.tsx
|
|
15860
|
-
import { jsx as
|
|
15945
|
+
import { jsx as jsx461 } from "react/jsx-runtime";
|
|
15861
15946
|
|
|
15862
15947
|
// src/utils/templates/background/background-color/color.tsx
|
|
15863
|
-
import { jsx as
|
|
15948
|
+
import { jsx as jsx462, jsxs as jsxs197 } from "react/jsx-runtime";
|
|
15864
15949
|
|
|
15865
15950
|
// src/utils/templates/borders/border-color/all-sides.tsx
|
|
15866
|
-
import { jsx as
|
|
15951
|
+
import { jsx as jsx463, jsxs as jsxs198 } from "react/jsx-runtime";
|
|
15867
15952
|
|
|
15868
15953
|
// src/utils/templates/borders/border-color/individual.tsx
|
|
15869
|
-
import { jsx as
|
|
15954
|
+
import { jsx as jsx464, jsxs as jsxs199 } from "react/jsx-runtime";
|
|
15870
15955
|
|
|
15871
15956
|
// src/utils/templates/borders/border-color/left-right.tsx
|
|
15872
|
-
import { jsx as
|
|
15957
|
+
import { jsx as jsx465, jsxs as jsxs200 } from "react/jsx-runtime";
|
|
15873
15958
|
|
|
15874
15959
|
// src/utils/templates/borders/border-color/top-bottom.tsx
|
|
15875
|
-
import { jsx as
|
|
15960
|
+
import { jsx as jsx466, jsxs as jsxs201 } from "react/jsx-runtime";
|
|
15876
15961
|
|
|
15877
15962
|
// src/utils/templates/borders/border-radius/corners.tsx
|
|
15878
|
-
import { jsx as
|
|
15963
|
+
import { jsx as jsx467, jsxs as jsxs202 } from "react/jsx-runtime";
|
|
15879
15964
|
|
|
15880
15965
|
// src/utils/templates/borders/border-radius/no-rounding.tsx
|
|
15881
|
-
import { jsx as
|
|
15966
|
+
import { jsx as jsx468, jsxs as jsxs203 } from "react/jsx-runtime";
|
|
15882
15967
|
|
|
15883
15968
|
// src/utils/templates/borders/border-radius/rounding.tsx
|
|
15884
|
-
import { jsx as
|
|
15969
|
+
import { jsx as jsx469, jsxs as jsxs204 } from "react/jsx-runtime";
|
|
15885
15970
|
|
|
15886
15971
|
// src/utils/templates/borders/border-radius/sides.tsx
|
|
15887
|
-
import { jsx as
|
|
15972
|
+
import { jsx as jsx470, jsxs as jsxs205 } from "react/jsx-runtime";
|
|
15888
15973
|
|
|
15889
15974
|
// src/utils/templates/borders/border-style/all-sides.tsx
|
|
15890
|
-
import { jsx as
|
|
15975
|
+
import { jsx as jsx471, jsxs as jsxs206 } from "react/jsx-runtime";
|
|
15891
15976
|
|
|
15892
15977
|
// src/utils/templates/borders/border-style/individual.tsx
|
|
15893
|
-
import { jsx as
|
|
15978
|
+
import { jsx as jsx472, jsxs as jsxs207 } from "react/jsx-runtime";
|
|
15894
15979
|
|
|
15895
15980
|
// src/utils/templates/borders/border-style/left-right.tsx
|
|
15896
|
-
import { jsx as
|
|
15981
|
+
import { jsx as jsx473, jsxs as jsxs208 } from "react/jsx-runtime";
|
|
15897
15982
|
|
|
15898
15983
|
// src/utils/templates/borders/border-style/no-style.tsx
|
|
15899
|
-
import { jsx as
|
|
15984
|
+
import { jsx as jsx474 } from "react/jsx-runtime";
|
|
15900
15985
|
|
|
15901
15986
|
// src/utils/templates/borders/border-style/top-bottom.tsx
|
|
15902
|
-
import { jsx as
|
|
15987
|
+
import { jsx as jsx475, jsxs as jsxs209 } from "react/jsx-runtime";
|
|
15903
15988
|
|
|
15904
15989
|
// src/utils/templates/borders/border-width/all-sides.tsx
|
|
15905
|
-
import { jsx as
|
|
15990
|
+
import { jsx as jsx476, jsxs as jsxs210 } from "react/jsx-runtime";
|
|
15906
15991
|
|
|
15907
15992
|
// src/utils/templates/borders/border-width/individual.tsx
|
|
15908
|
-
import { jsx as
|
|
15993
|
+
import { jsx as jsx477, jsxs as jsxs211 } from "react/jsx-runtime";
|
|
15909
15994
|
|
|
15910
15995
|
// src/utils/templates/borders/border-width/left-right.tsx
|
|
15911
|
-
import { jsx as
|
|
15996
|
+
import { jsx as jsx478, jsxs as jsxs212 } from "react/jsx-runtime";
|
|
15912
15997
|
|
|
15913
15998
|
// src/utils/templates/borders/border-width/top-bottom.tsx
|
|
15914
|
-
import { jsx as
|
|
15999
|
+
import { jsx as jsx479, jsxs as jsxs213 } from "react/jsx-runtime";
|
|
15915
16000
|
|
|
15916
16001
|
// src/utils/templates/borders/outline-color/all-sides.tsx
|
|
15917
|
-
import { jsx as
|
|
16002
|
+
import { jsx as jsx480 } from "react/jsx-runtime";
|
|
15918
16003
|
|
|
15919
16004
|
// src/utils/templates/borders/outline-offset/all-sides.tsx
|
|
15920
|
-
import { jsx as
|
|
16005
|
+
import { jsx as jsx481, jsxs as jsxs214 } from "react/jsx-runtime";
|
|
15921
16006
|
|
|
15922
16007
|
// src/utils/templates/borders/outline-offset/no-offset.tsx
|
|
15923
|
-
import { jsx as
|
|
16008
|
+
import { jsx as jsx482 } from "react/jsx-runtime";
|
|
15924
16009
|
|
|
15925
16010
|
// src/utils/templates/borders/outline-style/all-sides.tsx
|
|
15926
|
-
import { jsx as
|
|
16011
|
+
import { jsx as jsx483, jsxs as jsxs215 } from "react/jsx-runtime";
|
|
15927
16012
|
|
|
15928
16013
|
// src/utils/templates/borders/outline-style/no-style.tsx
|
|
15929
|
-
import { jsx as
|
|
16014
|
+
import { jsx as jsx484 } from "react/jsx-runtime";
|
|
15930
16015
|
|
|
15931
16016
|
// src/utils/templates/borders/outline-width/all-sides.tsx
|
|
15932
|
-
import { jsx as
|
|
16017
|
+
import { jsx as jsx485, jsxs as jsxs216 } from "react/jsx-runtime";
|
|
15933
16018
|
|
|
15934
16019
|
// src/utils/templates/borders/outline-width/no-width.tsx
|
|
15935
|
-
import { jsx as
|
|
16020
|
+
import { jsx as jsx486 } from "react/jsx-runtime";
|
|
15936
16021
|
|
|
15937
16022
|
// src/utils/templates/effects/opacity/applying.tsx
|
|
15938
|
-
import { jsx as
|
|
16023
|
+
import { jsx as jsx487, jsxs as jsxs217 } from "react/jsx-runtime";
|
|
15939
16024
|
|
|
15940
16025
|
// src/utils/templates/filters/backdrop-blur/applying.tsx
|
|
15941
|
-
import { Fragment as Fragment130, jsx as
|
|
16026
|
+
import { Fragment as Fragment130, jsx as jsx488, jsxs as jsxs218 } from "react/jsx-runtime";
|
|
15942
16027
|
|
|
15943
16028
|
// src/utils/templates/flex-grid/align-content/around.tsx
|
|
15944
|
-
import { jsx as
|
|
16029
|
+
import { jsx as jsx489, jsxs as jsxs219 } from "react/jsx-runtime";
|
|
15945
16030
|
|
|
15946
16031
|
// src/utils/templates/flex-grid/align-content/between.tsx
|
|
15947
|
-
import { jsx as
|
|
16032
|
+
import { jsx as jsx490, jsxs as jsxs220 } from "react/jsx-runtime";
|
|
15948
16033
|
|
|
15949
16034
|
// src/utils/templates/flex-grid/align-content/center.tsx
|
|
15950
|
-
import { jsx as
|
|
16035
|
+
import { jsx as jsx491, jsxs as jsxs221 } from "react/jsx-runtime";
|
|
15951
16036
|
|
|
15952
16037
|
// src/utils/templates/flex-grid/align-content/end.tsx
|
|
15953
|
-
import { jsx as
|
|
16038
|
+
import { jsx as jsx492, jsxs as jsxs222 } from "react/jsx-runtime";
|
|
15954
16039
|
|
|
15955
16040
|
// src/utils/templates/flex-grid/align-content/evenly.tsx
|
|
15956
|
-
import { jsx as
|
|
16041
|
+
import { jsx as jsx493, jsxs as jsxs223 } from "react/jsx-runtime";
|
|
15957
16042
|
|
|
15958
16043
|
// src/utils/templates/flex-grid/align-content/normal.tsx
|
|
15959
|
-
import { jsx as
|
|
16044
|
+
import { jsx as jsx494, jsxs as jsxs224 } from "react/jsx-runtime";
|
|
15960
16045
|
|
|
15961
16046
|
// src/utils/templates/flex-grid/align-content/start.tsx
|
|
15962
|
-
import { jsx as
|
|
16047
|
+
import { jsx as jsx495, jsxs as jsxs225 } from "react/jsx-runtime";
|
|
15963
16048
|
|
|
15964
16049
|
// src/utils/templates/flex-grid/align-content/stretch.tsx
|
|
15965
|
-
import { jsx as
|
|
16050
|
+
import { jsx as jsx496, jsxs as jsxs226 } from "react/jsx-runtime";
|
|
15966
16051
|
|
|
15967
16052
|
// src/utils/templates/flex-grid/align-items/baseline.tsx
|
|
15968
|
-
import { jsx as
|
|
16053
|
+
import { jsx as jsx497, jsxs as jsxs227 } from "react/jsx-runtime";
|
|
15969
16054
|
|
|
15970
16055
|
// src/utils/templates/flex-grid/align-items/center.tsx
|
|
15971
|
-
import { jsx as
|
|
16056
|
+
import { jsx as jsx498, jsxs as jsxs228 } from "react/jsx-runtime";
|
|
15972
16057
|
|
|
15973
16058
|
// src/utils/templates/flex-grid/align-items/end.tsx
|
|
15974
|
-
import { jsx as
|
|
16059
|
+
import { jsx as jsx499, jsxs as jsxs229 } from "react/jsx-runtime";
|
|
15975
16060
|
|
|
15976
16061
|
// src/utils/templates/flex-grid/align-items/start.tsx
|
|
15977
|
-
import { jsx as
|
|
16062
|
+
import { jsx as jsx500, jsxs as jsxs230 } from "react/jsx-runtime";
|
|
15978
16063
|
|
|
15979
16064
|
// src/utils/templates/flex-grid/align-items/stretch.tsx
|
|
15980
|
-
import { jsx as
|
|
16065
|
+
import { jsx as jsx501, jsxs as jsxs231 } from "react/jsx-runtime";
|
|
15981
16066
|
|
|
15982
16067
|
// src/utils/templates/flex-grid/align-self/baseline.tsx
|
|
15983
|
-
import { jsx as
|
|
16068
|
+
import { jsx as jsx502, jsxs as jsxs232 } from "react/jsx-runtime";
|
|
15984
16069
|
|
|
15985
16070
|
// src/utils/templates/flex-grid/align-self/center.tsx
|
|
15986
|
-
import { jsx as
|
|
16071
|
+
import { jsx as jsx503, jsxs as jsxs233 } from "react/jsx-runtime";
|
|
15987
16072
|
|
|
15988
16073
|
// src/utils/templates/flex-grid/align-self/end.tsx
|
|
15989
|
-
import { jsx as
|
|
16074
|
+
import { jsx as jsx504, jsxs as jsxs234 } from "react/jsx-runtime";
|
|
15990
16075
|
|
|
15991
16076
|
// src/utils/templates/flex-grid/align-self/start.tsx
|
|
15992
|
-
import { jsx as
|
|
16077
|
+
import { jsx as jsx505, jsxs as jsxs235 } from "react/jsx-runtime";
|
|
15993
16078
|
|
|
15994
16079
|
// src/utils/templates/flex-grid/align-self/stretch.tsx
|
|
15995
|
-
import { jsx as
|
|
16080
|
+
import { jsx as jsx506, jsxs as jsxs236 } from "react/jsx-runtime";
|
|
15996
16081
|
|
|
15997
16082
|
// src/utils/templates/flex-grid/flex/auto.tsx
|
|
15998
|
-
import { jsx as
|
|
16083
|
+
import { jsx as jsx507, jsxs as jsxs237 } from "react/jsx-runtime";
|
|
15999
16084
|
|
|
16000
16085
|
// src/utils/templates/flex-grid/flex/flex-1.tsx
|
|
16001
|
-
import { jsx as
|
|
16086
|
+
import { jsx as jsx508, jsxs as jsxs238 } from "react/jsx-runtime";
|
|
16002
16087
|
|
|
16003
16088
|
// src/utils/templates/flex-grid/flex/initial.tsx
|
|
16004
|
-
import { jsx as
|
|
16089
|
+
import { jsx as jsx509, jsxs as jsxs239 } from "react/jsx-runtime";
|
|
16005
16090
|
|
|
16006
16091
|
// src/utils/templates/flex-grid/flex/none.tsx
|
|
16007
|
-
import { jsx as
|
|
16092
|
+
import { jsx as jsx510, jsxs as jsxs240 } from "react/jsx-runtime";
|
|
16008
16093
|
|
|
16009
16094
|
// src/utils/templates/flex-grid/flex-basis/auto.tsx
|
|
16010
|
-
import { jsx as
|
|
16095
|
+
import { jsx as jsx511, jsxs as jsxs241 } from "react/jsx-runtime";
|
|
16011
16096
|
|
|
16012
16097
|
// src/utils/templates/flex-grid/flex-basis/size.tsx
|
|
16013
|
-
import { jsx as
|
|
16098
|
+
import { jsx as jsx512, jsxs as jsxs242 } from "react/jsx-runtime";
|
|
16014
16099
|
|
|
16015
16100
|
// src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
|
|
16016
|
-
import { jsx as
|
|
16101
|
+
import { jsx as jsx513, jsxs as jsxs243 } from "react/jsx-runtime";
|
|
16017
16102
|
|
|
16018
16103
|
// src/utils/templates/flex-grid/flex-direction/column.tsx
|
|
16019
|
-
import { jsx as
|
|
16104
|
+
import { jsx as jsx514, jsxs as jsxs244 } from "react/jsx-runtime";
|
|
16020
16105
|
|
|
16021
16106
|
// src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
|
|
16022
|
-
import { jsx as
|
|
16107
|
+
import { jsx as jsx515, jsxs as jsxs245 } from "react/jsx-runtime";
|
|
16023
16108
|
|
|
16024
16109
|
// src/utils/templates/flex-grid/flex-direction/row.tsx
|
|
16025
|
-
import { jsx as
|
|
16110
|
+
import { jsx as jsx516, jsxs as jsxs246 } from "react/jsx-runtime";
|
|
16026
16111
|
|
|
16027
16112
|
// src/utils/templates/flex-grid/flex-grow/grow-0.tsx
|
|
16028
|
-
import { jsx as
|
|
16113
|
+
import { jsx as jsx517, jsxs as jsxs247 } from "react/jsx-runtime";
|
|
16029
16114
|
|
|
16030
16115
|
// src/utils/templates/flex-grid/flex-grow/grow-1.tsx
|
|
16031
|
-
import { jsx as
|
|
16116
|
+
import { jsx as jsx518, jsxs as jsxs248 } from "react/jsx-runtime";
|
|
16032
16117
|
|
|
16033
16118
|
// src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
|
|
16034
|
-
import { jsx as
|
|
16119
|
+
import { jsx as jsx519, jsxs as jsxs249 } from "react/jsx-runtime";
|
|
16035
16120
|
|
|
16036
16121
|
// src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
|
|
16037
|
-
import { jsx as
|
|
16122
|
+
import { jsx as jsx520, jsxs as jsxs250 } from "react/jsx-runtime";
|
|
16038
16123
|
|
|
16039
16124
|
// src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
|
|
16040
|
-
import { jsx as
|
|
16125
|
+
import { jsx as jsx521, jsxs as jsxs251 } from "react/jsx-runtime";
|
|
16041
16126
|
|
|
16042
16127
|
// src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
|
|
16043
|
-
import { jsx as
|
|
16128
|
+
import { jsx as jsx522, jsxs as jsxs252 } from "react/jsx-runtime";
|
|
16044
16129
|
|
|
16045
16130
|
// src/utils/templates/flex-grid/flex-wrap/wrap.tsx
|
|
16046
|
-
import { jsx as
|
|
16131
|
+
import { jsx as jsx523, jsxs as jsxs253 } from "react/jsx-runtime";
|
|
16047
16132
|
|
|
16048
16133
|
// src/utils/templates/flex-grid/gap/size-x-y.tsx
|
|
16049
|
-
import { jsx as
|
|
16134
|
+
import { jsx as jsx524, jsxs as jsxs254 } from "react/jsx-runtime";
|
|
16050
16135
|
|
|
16051
16136
|
// src/utils/templates/flex-grid/gap/size.tsx
|
|
16052
|
-
import { jsx as
|
|
16137
|
+
import { jsx as jsx525, jsxs as jsxs255 } from "react/jsx-runtime";
|
|
16053
16138
|
|
|
16054
16139
|
// src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
|
|
16055
|
-
import { jsx as
|
|
16140
|
+
import { jsx as jsx526, jsxs as jsxs256 } from "react/jsx-runtime";
|
|
16056
16141
|
|
|
16057
16142
|
// src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
|
|
16058
|
-
import { jsx as
|
|
16143
|
+
import { jsx as jsx527, jsxs as jsxs257 } from "react/jsx-runtime";
|
|
16059
16144
|
|
|
16060
16145
|
// src/utils/templates/flex-grid/grid-auto-cols/max.tsx
|
|
16061
|
-
import { jsx as
|
|
16146
|
+
import { jsx as jsx528, jsxs as jsxs258 } from "react/jsx-runtime";
|
|
16062
16147
|
|
|
16063
16148
|
// src/utils/templates/flex-grid/grid-auto-cols/min.tsx
|
|
16064
|
-
import { jsx as
|
|
16149
|
+
import { jsx as jsx529, jsxs as jsxs259 } from "react/jsx-runtime";
|
|
16065
16150
|
|
|
16066
16151
|
// src/utils/templates/flex-grid/grid-auto-flow/column.tsx
|
|
16067
|
-
import { jsx as
|
|
16152
|
+
import { jsx as jsx530, jsxs as jsxs260 } from "react/jsx-runtime";
|
|
16068
16153
|
|
|
16069
16154
|
// src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
|
|
16070
|
-
import { jsx as
|
|
16155
|
+
import { jsx as jsx531, jsxs as jsxs261 } from "react/jsx-runtime";
|
|
16071
16156
|
|
|
16072
16157
|
// src/utils/templates/flex-grid/grid-auto-flow/row.tsx
|
|
16073
|
-
import { jsx as
|
|
16158
|
+
import { jsx as jsx532, jsxs as jsxs262 } from "react/jsx-runtime";
|
|
16074
16159
|
|
|
16075
16160
|
// src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
|
|
16076
|
-
import { jsx as
|
|
16161
|
+
import { jsx as jsx533, jsxs as jsxs263 } from "react/jsx-runtime";
|
|
16077
16162
|
|
|
16078
16163
|
// src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
|
|
16079
|
-
import { jsx as
|
|
16164
|
+
import { jsx as jsx534, jsxs as jsxs264 } from "react/jsx-runtime";
|
|
16080
16165
|
|
|
16081
16166
|
// src/utils/templates/flex-grid/grid-auto-rows/min.tsx
|
|
16082
|
-
import { jsx as
|
|
16167
|
+
import { jsx as jsx535, jsxs as jsxs265 } from "react/jsx-runtime";
|
|
16083
16168
|
|
|
16084
16169
|
// src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
|
|
16085
|
-
import { jsx as
|
|
16170
|
+
import { jsx as jsx536, jsxs as jsxs266 } from "react/jsx-runtime";
|
|
16086
16171
|
|
|
16087
16172
|
// src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
|
|
16088
|
-
import { jsx as
|
|
16173
|
+
import { jsx as jsx537, jsxs as jsxs267 } from "react/jsx-runtime";
|
|
16089
16174
|
|
|
16090
16175
|
// src/utils/templates/flex-grid/grid-template-cols/integer.tsx
|
|
16091
|
-
import { jsx as
|
|
16176
|
+
import { jsx as jsx538, jsxs as jsxs268 } from "react/jsx-runtime";
|
|
16092
16177
|
|
|
16093
16178
|
// src/utils/templates/flex-grid/grid-template-rows/integer.tsx
|
|
16094
|
-
import { jsx as
|
|
16179
|
+
import { jsx as jsx539, jsxs as jsxs269 } from "react/jsx-runtime";
|
|
16095
16180
|
|
|
16096
16181
|
// src/utils/templates/flex-grid/justify-content/around.tsx
|
|
16097
|
-
import { jsx as
|
|
16182
|
+
import { jsx as jsx540, jsxs as jsxs270 } from "react/jsx-runtime";
|
|
16098
16183
|
|
|
16099
16184
|
// src/utils/templates/flex-grid/justify-content/between.tsx
|
|
16100
|
-
import { jsx as
|
|
16185
|
+
import { jsx as jsx541, jsxs as jsxs271 } from "react/jsx-runtime";
|
|
16101
16186
|
|
|
16102
16187
|
// src/utils/templates/flex-grid/justify-content/center.tsx
|
|
16103
|
-
import { jsx as
|
|
16188
|
+
import { jsx as jsx542, jsxs as jsxs272 } from "react/jsx-runtime";
|
|
16104
16189
|
|
|
16105
16190
|
// src/utils/templates/flex-grid/justify-content/end.tsx
|
|
16106
|
-
import { jsx as
|
|
16191
|
+
import { jsx as jsx543, jsxs as jsxs273 } from "react/jsx-runtime";
|
|
16107
16192
|
|
|
16108
16193
|
// src/utils/templates/flex-grid/justify-content/evenly.tsx
|
|
16109
|
-
import { jsx as
|
|
16194
|
+
import { jsx as jsx544, jsxs as jsxs274 } from "react/jsx-runtime";
|
|
16110
16195
|
|
|
16111
16196
|
// src/utils/templates/flex-grid/justify-content/normal.tsx
|
|
16112
|
-
import { jsx as
|
|
16197
|
+
import { jsx as jsx545, jsxs as jsxs275 } from "react/jsx-runtime";
|
|
16113
16198
|
|
|
16114
16199
|
// src/utils/templates/flex-grid/justify-content/start.tsx
|
|
16115
|
-
import { jsx as
|
|
16200
|
+
import { jsx as jsx546, jsxs as jsxs276 } from "react/jsx-runtime";
|
|
16116
16201
|
|
|
16117
16202
|
// src/utils/templates/flex-grid/justify-content/stretch.tsx
|
|
16118
|
-
import { jsx as
|
|
16203
|
+
import { jsx as jsx547, jsxs as jsxs277 } from "react/jsx-runtime";
|
|
16119
16204
|
|
|
16120
16205
|
// src/utils/templates/flex-grid/justify-items/center.tsx
|
|
16121
|
-
import { jsx as
|
|
16206
|
+
import { jsx as jsx548, jsxs as jsxs278 } from "react/jsx-runtime";
|
|
16122
16207
|
|
|
16123
16208
|
// src/utils/templates/flex-grid/justify-items/end.tsx
|
|
16124
|
-
import { jsx as
|
|
16209
|
+
import { jsx as jsx549, jsxs as jsxs279 } from "react/jsx-runtime";
|
|
16125
16210
|
|
|
16126
16211
|
// src/utils/templates/flex-grid/justify-items/start.tsx
|
|
16127
|
-
import { jsx as
|
|
16212
|
+
import { jsx as jsx550, jsxs as jsxs280 } from "react/jsx-runtime";
|
|
16128
16213
|
|
|
16129
16214
|
// src/utils/templates/flex-grid/justify-items/stretch.tsx
|
|
16130
|
-
import { jsx as
|
|
16215
|
+
import { jsx as jsx551, jsxs as jsxs281 } from "react/jsx-runtime";
|
|
16131
16216
|
|
|
16132
16217
|
// src/utils/templates/flex-grid/justify-self/center.tsx
|
|
16133
|
-
import { jsx as
|
|
16218
|
+
import { jsx as jsx552, jsxs as jsxs282 } from "react/jsx-runtime";
|
|
16134
16219
|
|
|
16135
16220
|
// src/utils/templates/flex-grid/justify-self/end.tsx
|
|
16136
|
-
import { jsx as
|
|
16221
|
+
import { jsx as jsx553, jsxs as jsxs283 } from "react/jsx-runtime";
|
|
16137
16222
|
|
|
16138
16223
|
// src/utils/templates/flex-grid/justify-self/start.tsx
|
|
16139
|
-
import { jsx as
|
|
16224
|
+
import { jsx as jsx554, jsxs as jsxs284 } from "react/jsx-runtime";
|
|
16140
16225
|
|
|
16141
16226
|
// src/utils/templates/flex-grid/justify-self/stretch.tsx
|
|
16142
|
-
import { jsx as
|
|
16227
|
+
import { jsx as jsx555, jsxs as jsxs285 } from "react/jsx-runtime";
|
|
16143
16228
|
|
|
16144
16229
|
// src/utils/templates/flex-grid/order/first.tsx
|
|
16145
|
-
import { jsx as
|
|
16230
|
+
import { jsx as jsx556, jsxs as jsxs286 } from "react/jsx-runtime";
|
|
16146
16231
|
|
|
16147
16232
|
// src/utils/templates/flex-grid/order/integer.tsx
|
|
16148
|
-
import { jsx as
|
|
16233
|
+
import { jsx as jsx557, jsxs as jsxs287 } from "react/jsx-runtime";
|
|
16149
16234
|
|
|
16150
16235
|
// src/utils/templates/flex-grid/order/last.tsx
|
|
16151
|
-
import { jsx as
|
|
16236
|
+
import { jsx as jsx558, jsxs as jsxs288 } from "react/jsx-runtime";
|
|
16152
16237
|
|
|
16153
16238
|
// src/utils/templates/flex-grid/place-content/around.tsx
|
|
16154
|
-
import { jsx as
|
|
16239
|
+
import { jsx as jsx559, jsxs as jsxs289 } from "react/jsx-runtime";
|
|
16155
16240
|
|
|
16156
16241
|
// src/utils/templates/flex-grid/place-content/between.tsx
|
|
16157
|
-
import { jsx as
|
|
16242
|
+
import { jsx as jsx560, jsxs as jsxs290 } from "react/jsx-runtime";
|
|
16158
16243
|
|
|
16159
16244
|
// src/utils/templates/flex-grid/place-content/center.tsx
|
|
16160
|
-
import { jsx as
|
|
16245
|
+
import { jsx as jsx561, jsxs as jsxs291 } from "react/jsx-runtime";
|
|
16161
16246
|
|
|
16162
16247
|
// src/utils/templates/flex-grid/place-content/end.tsx
|
|
16163
|
-
import { jsx as
|
|
16248
|
+
import { jsx as jsx562, jsxs as jsxs292 } from "react/jsx-runtime";
|
|
16164
16249
|
|
|
16165
16250
|
// src/utils/templates/flex-grid/place-content/evenly.tsx
|
|
16166
|
-
import { jsx as
|
|
16251
|
+
import { jsx as jsx563, jsxs as jsxs293 } from "react/jsx-runtime";
|
|
16167
16252
|
|
|
16168
16253
|
// src/utils/templates/flex-grid/place-content/normal.tsx
|
|
16169
|
-
import { jsx as
|
|
16254
|
+
import { jsx as jsx564, jsxs as jsxs294 } from "react/jsx-runtime";
|
|
16170
16255
|
|
|
16171
16256
|
// src/utils/templates/flex-grid/place-content/start.tsx
|
|
16172
|
-
import { jsx as
|
|
16257
|
+
import { jsx as jsx565, jsxs as jsxs295 } from "react/jsx-runtime";
|
|
16173
16258
|
|
|
16174
16259
|
// src/utils/templates/flex-grid/place-content/stretch.tsx
|
|
16175
|
-
import { jsx as
|
|
16260
|
+
import { jsx as jsx566, jsxs as jsxs296 } from "react/jsx-runtime";
|
|
16176
16261
|
|
|
16177
16262
|
// src/utils/templates/flex-grid/place-items/center.tsx
|
|
16178
|
-
import { jsx as
|
|
16263
|
+
import { jsx as jsx567, jsxs as jsxs297 } from "react/jsx-runtime";
|
|
16179
16264
|
|
|
16180
16265
|
// src/utils/templates/flex-grid/place-items/end.tsx
|
|
16181
|
-
import { jsx as
|
|
16266
|
+
import { jsx as jsx568, jsxs as jsxs298 } from "react/jsx-runtime";
|
|
16182
16267
|
|
|
16183
16268
|
// src/utils/templates/flex-grid/place-items/start.tsx
|
|
16184
|
-
import { jsx as
|
|
16269
|
+
import { jsx as jsx569, jsxs as jsxs299 } from "react/jsx-runtime";
|
|
16185
16270
|
|
|
16186
16271
|
// src/utils/templates/flex-grid/place-items/stretch.tsx
|
|
16187
|
-
import { jsx as
|
|
16272
|
+
import { jsx as jsx570, jsxs as jsxs300 } from "react/jsx-runtime";
|
|
16188
16273
|
|
|
16189
16274
|
// src/utils/templates/flex-grid/place-self/center.tsx
|
|
16190
|
-
import { jsx as
|
|
16275
|
+
import { jsx as jsx571, jsxs as jsxs301 } from "react/jsx-runtime";
|
|
16191
16276
|
|
|
16192
16277
|
// src/utils/templates/flex-grid/place-self/end.tsx
|
|
16193
|
-
import { jsx as
|
|
16278
|
+
import { jsx as jsx572, jsxs as jsxs302 } from "react/jsx-runtime";
|
|
16194
16279
|
|
|
16195
16280
|
// src/utils/templates/flex-grid/place-self/start.tsx
|
|
16196
|
-
import { jsx as
|
|
16281
|
+
import { jsx as jsx573, jsxs as jsxs303 } from "react/jsx-runtime";
|
|
16197
16282
|
|
|
16198
16283
|
// src/utils/templates/flex-grid/place-self/stretch.tsx
|
|
16199
|
-
import { jsx as
|
|
16284
|
+
import { jsx as jsx574, jsxs as jsxs304 } from "react/jsx-runtime";
|
|
16200
16285
|
|
|
16201
16286
|
// src/utils/templates/interactivity/appearance/applying.tsx
|
|
16202
|
-
import { jsx as
|
|
16287
|
+
import { jsx as jsx575, jsxs as jsxs305 } from "react/jsx-runtime";
|
|
16203
16288
|
|
|
16204
16289
|
// src/utils/templates/interactivity/appearance/none.tsx
|
|
16205
|
-
import { jsx as
|
|
16290
|
+
import { jsx as jsx576, jsxs as jsxs306 } from "react/jsx-runtime";
|
|
16206
16291
|
|
|
16207
16292
|
// src/utils/templates/interactivity/cursor/applying.tsx
|
|
16208
|
-
import { jsx as
|
|
16293
|
+
import { jsx as jsx577, jsxs as jsxs307 } from "react/jsx-runtime";
|
|
16209
16294
|
|
|
16210
16295
|
// src/utils/templates/interactivity/pointer-events/applying.tsx
|
|
16211
|
-
import { jsx as
|
|
16296
|
+
import { jsx as jsx578, jsxs as jsxs308 } from "react/jsx-runtime";
|
|
16212
16297
|
|
|
16213
16298
|
// src/utils/templates/interactivity/resize/all-directions.tsx
|
|
16214
|
-
import { jsx as
|
|
16299
|
+
import { jsx as jsx579 } from "react/jsx-runtime";
|
|
16215
16300
|
|
|
16216
16301
|
// src/utils/templates/interactivity/resize/horizontal.tsx
|
|
16217
|
-
import { jsx as
|
|
16302
|
+
import { jsx as jsx580 } from "react/jsx-runtime";
|
|
16218
16303
|
|
|
16219
16304
|
// src/utils/templates/interactivity/resize/no-resizing.tsx
|
|
16220
|
-
import { jsx as
|
|
16305
|
+
import { jsx as jsx581 } from "react/jsx-runtime";
|
|
16221
16306
|
|
|
16222
16307
|
// src/utils/templates/interactivity/resize/vertical.tsx
|
|
16223
|
-
import { jsx as
|
|
16308
|
+
import { jsx as jsx582 } from "react/jsx-runtime";
|
|
16224
16309
|
|
|
16225
16310
|
// src/utils/templates/interactivity/touch-action/auto.tsx
|
|
16226
|
-
import { jsx as
|
|
16311
|
+
import { jsx as jsx583 } from "react/jsx-runtime";
|
|
16227
16312
|
|
|
16228
16313
|
// src/utils/templates/interactivity/touch-action/horizontal.tsx
|
|
16229
|
-
import { jsx as
|
|
16314
|
+
import { jsx as jsx584 } from "react/jsx-runtime";
|
|
16230
16315
|
|
|
16231
16316
|
// src/utils/templates/interactivity/touch-action/none.tsx
|
|
16232
|
-
import { jsx as
|
|
16317
|
+
import { jsx as jsx585 } from "react/jsx-runtime";
|
|
16233
16318
|
|
|
16234
16319
|
// src/utils/templates/interactivity/touch-action/vertical.tsx
|
|
16235
|
-
import { jsx as
|
|
16320
|
+
import { jsx as jsx586 } from "react/jsx-runtime";
|
|
16236
16321
|
|
|
16237
16322
|
// src/utils/templates/interactivity/user-select/all.tsx
|
|
16238
|
-
import { jsx as
|
|
16323
|
+
import { jsx as jsx587 } from "react/jsx-runtime";
|
|
16239
16324
|
|
|
16240
16325
|
// src/utils/templates/interactivity/user-select/none.tsx
|
|
16241
|
-
import { jsx as
|
|
16326
|
+
import { jsx as jsx588 } from "react/jsx-runtime";
|
|
16242
16327
|
|
|
16243
16328
|
// src/utils/templates/interactivity/user-select/text.tsx
|
|
16244
|
-
import { jsx as
|
|
16329
|
+
import { jsx as jsx589 } from "react/jsx-runtime";
|
|
16245
16330
|
|
|
16246
16331
|
// src/utils/templates/layout/aspect-ratio/auto.tsx
|
|
16247
|
-
import { jsx as
|
|
16332
|
+
import { jsx as jsx590 } from "react/jsx-runtime";
|
|
16248
16333
|
|
|
16249
16334
|
// src/utils/templates/layout/aspect-ratio/one.tsx
|
|
16250
|
-
import { jsx as
|
|
16335
|
+
import { jsx as jsx591 } from "react/jsx-runtime";
|
|
16251
16336
|
|
|
16252
16337
|
// src/utils/templates/layout/aspect-ratio/sqaure.tsx
|
|
16253
|
-
import { jsx as
|
|
16338
|
+
import { jsx as jsx592 } from "react/jsx-runtime";
|
|
16254
16339
|
|
|
16255
16340
|
// src/utils/templates/layout/aspect-ratio/video.tsx
|
|
16256
|
-
import { jsx as
|
|
16341
|
+
import { jsx as jsx593 } from "react/jsx-runtime";
|
|
16257
16342
|
|
|
16258
16343
|
// src/utils/templates/layout/box-sizing/border.tsx
|
|
16259
|
-
import { jsx as
|
|
16344
|
+
import { jsx as jsx594 } from "react/jsx-runtime";
|
|
16260
16345
|
|
|
16261
16346
|
// src/utils/templates/layout/box-sizing/content.tsx
|
|
16262
|
-
import { jsx as
|
|
16347
|
+
import { jsx as jsx595 } from "react/jsx-runtime";
|
|
16263
16348
|
|
|
16264
16349
|
// src/utils/templates/layout/clear/both.tsx
|
|
16265
|
-
import { jsx as
|
|
16350
|
+
import { jsx as jsx596, jsxs as jsxs309 } from "react/jsx-runtime";
|
|
16266
16351
|
|
|
16267
16352
|
// src/utils/templates/layout/clear/left.tsx
|
|
16268
|
-
import { jsx as
|
|
16353
|
+
import { jsx as jsx597, jsxs as jsxs310 } from "react/jsx-runtime";
|
|
16269
16354
|
|
|
16270
16355
|
// src/utils/templates/layout/clear/no-clear.tsx
|
|
16271
|
-
import { jsx as
|
|
16356
|
+
import { jsx as jsx598, jsxs as jsxs311 } from "react/jsx-runtime";
|
|
16272
16357
|
|
|
16273
16358
|
// src/utils/templates/layout/clear/right.tsx
|
|
16274
|
-
import { jsx as
|
|
16359
|
+
import { jsx as jsx599, jsxs as jsxs312 } from "react/jsx-runtime";
|
|
16275
16360
|
|
|
16276
16361
|
// src/utils/templates/layout/columns/automatic.tsx
|
|
16277
|
-
import { jsx as
|
|
16362
|
+
import { jsx as jsx600, jsxs as jsxs313 } from "react/jsx-runtime";
|
|
16278
16363
|
|
|
16279
16364
|
// src/utils/templates/layout/columns/count.tsx
|
|
16280
|
-
import { jsx as
|
|
16365
|
+
import { jsx as jsx601, jsxs as jsxs314 } from "react/jsx-runtime";
|
|
16281
16366
|
|
|
16282
16367
|
// src/utils/templates/layout/display/block.tsx
|
|
16283
|
-
import { jsx as
|
|
16368
|
+
import { jsx as jsx602, jsxs as jsxs315 } from "react/jsx-runtime";
|
|
16284
16369
|
|
|
16285
16370
|
// src/utils/templates/layout/display/flex.tsx
|
|
16286
|
-
import { jsx as
|
|
16371
|
+
import { jsx as jsx603, jsxs as jsxs316 } from "react/jsx-runtime";
|
|
16287
16372
|
|
|
16288
16373
|
// src/utils/templates/layout/display/inline.tsx
|
|
16289
|
-
import { jsx as
|
|
16374
|
+
import { jsx as jsx604, jsxs as jsxs317 } from "react/jsx-runtime";
|
|
16290
16375
|
|
|
16291
16376
|
// src/utils/templates/layout/display/none.tsx
|
|
16292
|
-
import { Fragment as Fragment131, jsx as
|
|
16377
|
+
import { Fragment as Fragment131, jsx as jsx605, jsxs as jsxs318 } from "react/jsx-runtime";
|
|
16293
16378
|
|
|
16294
16379
|
// src/utils/templates/layout/float/left.tsx
|
|
16295
|
-
import { jsx as
|
|
16380
|
+
import { jsx as jsx606, jsxs as jsxs319 } from "react/jsx-runtime";
|
|
16296
16381
|
|
|
16297
16382
|
// src/utils/templates/layout/float/no-float.tsx
|
|
16298
|
-
import { jsx as
|
|
16383
|
+
import { jsx as jsx607, jsxs as jsxs320 } from "react/jsx-runtime";
|
|
16299
16384
|
|
|
16300
16385
|
// src/utils/templates/layout/float/right.tsx
|
|
16301
|
-
import { jsx as
|
|
16386
|
+
import { jsx as jsx608, jsxs as jsxs321 } from "react/jsx-runtime";
|
|
16302
16387
|
|
|
16303
16388
|
// src/utils/templates/layout/object-fit/contain.tsx
|
|
16304
|
-
import { jsx as
|
|
16389
|
+
import { jsx as jsx609 } from "react/jsx-runtime";
|
|
16305
16390
|
|
|
16306
16391
|
// src/utils/templates/layout/object-fit/cover.tsx
|
|
16307
|
-
import { jsx as
|
|
16392
|
+
import { jsx as jsx610 } from "react/jsx-runtime";
|
|
16308
16393
|
|
|
16309
16394
|
// src/utils/templates/layout/object-fit/fill.tsx
|
|
16310
|
-
import { jsx as
|
|
16395
|
+
import { jsx as jsx611 } from "react/jsx-runtime";
|
|
16311
16396
|
|
|
16312
16397
|
// src/utils/templates/layout/object-fit/scale-down.tsx
|
|
16313
|
-
import { jsx as
|
|
16398
|
+
import { jsx as jsx612 } from "react/jsx-runtime";
|
|
16314
16399
|
|
|
16315
16400
|
// src/utils/templates/layout/object-position/position.tsx
|
|
16316
|
-
import { jsx as
|
|
16401
|
+
import { jsx as jsx613, jsxs as jsxs322 } from "react/jsx-runtime";
|
|
16317
16402
|
|
|
16318
16403
|
// src/utils/templates/layout/overflow/hidden.tsx
|
|
16319
|
-
import { jsx as
|
|
16404
|
+
import { jsx as jsx614 } from "react/jsx-runtime";
|
|
16320
16405
|
|
|
16321
16406
|
// src/utils/templates/layout/overflow/horizontal.tsx
|
|
16322
|
-
import { jsx as
|
|
16407
|
+
import { jsx as jsx615 } from "react/jsx-runtime";
|
|
16323
16408
|
|
|
16324
16409
|
// src/utils/templates/layout/overflow/vertical.tsx
|
|
16325
|
-
import { jsx as
|
|
16410
|
+
import { jsx as jsx616 } from "react/jsx-runtime";
|
|
16326
16411
|
|
|
16327
16412
|
// src/utils/templates/layout/overflow/visible.tsx
|
|
16328
|
-
import { jsx as
|
|
16413
|
+
import { jsx as jsx617 } from "react/jsx-runtime";
|
|
16329
16414
|
|
|
16330
16415
|
// src/utils/templates/layout/placement/multiple.tsx
|
|
16331
|
-
import { jsx as
|
|
16416
|
+
import { jsx as jsx618, jsxs as jsxs323 } from "react/jsx-runtime";
|
|
16332
16417
|
|
|
16333
16418
|
// src/utils/templates/layout/placement/single.tsx
|
|
16334
|
-
import { jsx as
|
|
16419
|
+
import { jsx as jsx619, jsxs as jsxs324 } from "react/jsx-runtime";
|
|
16335
16420
|
|
|
16336
16421
|
// src/utils/templates/layout/position/applying.tsx
|
|
16337
|
-
import { jsx as
|
|
16422
|
+
import { jsx as jsx620, jsxs as jsxs325 } from "react/jsx-runtime";
|
|
16338
16423
|
|
|
16339
16424
|
// src/utils/templates/layout/visibility/invisible.tsx
|
|
16340
|
-
import { jsx as
|
|
16425
|
+
import { jsx as jsx621, jsxs as jsxs326 } from "react/jsx-runtime";
|
|
16341
16426
|
|
|
16342
16427
|
// src/utils/templates/layout/z-index/applying.tsx
|
|
16343
|
-
import { Fragment as Fragment132, jsx as
|
|
16428
|
+
import { Fragment as Fragment132, jsx as jsx622, jsxs as jsxs327 } from "react/jsx-runtime";
|
|
16344
16429
|
|
|
16345
16430
|
// src/utils/templates/sizing/height/fixed.tsx
|
|
16346
|
-
import { jsx as
|
|
16431
|
+
import { jsx as jsx623, jsxs as jsxs328 } from "react/jsx-runtime";
|
|
16347
16432
|
|
|
16348
16433
|
// src/utils/templates/sizing/height/full.tsx
|
|
16349
|
-
import { jsx as
|
|
16434
|
+
import { jsx as jsx624 } from "react/jsx-runtime";
|
|
16350
16435
|
|
|
16351
16436
|
// src/utils/templates/sizing/height/maximum.tsx
|
|
16352
|
-
import { jsx as
|
|
16437
|
+
import { jsx as jsx625 } from "react/jsx-runtime";
|
|
16353
16438
|
|
|
16354
16439
|
// src/utils/templates/sizing/height/minimum.tsx
|
|
16355
|
-
import { jsx as
|
|
16440
|
+
import { jsx as jsx626 } from "react/jsx-runtime";
|
|
16356
16441
|
|
|
16357
16442
|
// src/utils/templates/sizing/height/screen.tsx
|
|
16358
|
-
import { jsx as
|
|
16443
|
+
import { jsx as jsx627 } from "react/jsx-runtime";
|
|
16359
16444
|
|
|
16360
16445
|
// src/utils/templates/sizing/width/fixed.tsx
|
|
16361
|
-
import { jsx as
|
|
16446
|
+
import { jsx as jsx628, jsxs as jsxs329 } from "react/jsx-runtime";
|
|
16362
16447
|
|
|
16363
16448
|
// src/utils/templates/sizing/width/full.tsx
|
|
16364
|
-
import { jsx as
|
|
16449
|
+
import { jsx as jsx629 } from "react/jsx-runtime";
|
|
16365
16450
|
|
|
16366
16451
|
// src/utils/templates/sizing/width/maximum.tsx
|
|
16367
|
-
import { jsx as
|
|
16452
|
+
import { jsx as jsx630 } from "react/jsx-runtime";
|
|
16368
16453
|
|
|
16369
16454
|
// src/utils/templates/sizing/width/minimum.tsx
|
|
16370
|
-
import { jsx as
|
|
16455
|
+
import { jsx as jsx631 } from "react/jsx-runtime";
|
|
16371
16456
|
|
|
16372
16457
|
// src/utils/templates/sizing/width/screen.tsx
|
|
16373
|
-
import { jsx as
|
|
16458
|
+
import { jsx as jsx632 } from "react/jsx-runtime";
|
|
16374
16459
|
|
|
16375
16460
|
// src/utils/templates/spacing/margin/all.tsx
|
|
16376
|
-
import { jsx as
|
|
16461
|
+
import { jsx as jsx633 } from "react/jsx-runtime";
|
|
16377
16462
|
|
|
16378
16463
|
// src/utils/templates/spacing/margin/single.tsx
|
|
16379
|
-
import { Fragment as Fragment133, jsx as
|
|
16464
|
+
import { Fragment as Fragment133, jsx as jsx634, jsxs as jsxs330 } from "react/jsx-runtime";
|
|
16380
16465
|
|
|
16381
16466
|
// src/utils/templates/spacing/margin/x.tsx
|
|
16382
|
-
import { jsx as
|
|
16467
|
+
import { jsx as jsx635 } from "react/jsx-runtime";
|
|
16383
16468
|
|
|
16384
16469
|
// src/utils/templates/spacing/margin/y.tsx
|
|
16385
|
-
import { jsx as
|
|
16470
|
+
import { jsx as jsx636 } from "react/jsx-runtime";
|
|
16386
16471
|
|
|
16387
16472
|
// src/utils/templates/spacing/padding/all.tsx
|
|
16388
|
-
import { jsx as
|
|
16473
|
+
import { jsx as jsx637 } from "react/jsx-runtime";
|
|
16389
16474
|
|
|
16390
16475
|
// src/utils/templates/spacing/padding/single.tsx
|
|
16391
|
-
import { Fragment as Fragment134, jsx as
|
|
16476
|
+
import { Fragment as Fragment134, jsx as jsx638, jsxs as jsxs331 } from "react/jsx-runtime";
|
|
16392
16477
|
|
|
16393
16478
|
// src/utils/templates/spacing/padding/x.tsx
|
|
16394
|
-
import { jsx as
|
|
16479
|
+
import { jsx as jsx639 } from "react/jsx-runtime";
|
|
16395
16480
|
|
|
16396
16481
|
// src/utils/templates/spacing/padding/y.tsx
|
|
16397
|
-
import { jsx as
|
|
16482
|
+
import { jsx as jsx640 } from "react/jsx-runtime";
|
|
16398
16483
|
|
|
16399
16484
|
// src/utils/templates/svg/fill/color.tsx
|
|
16400
|
-
import { Fragment as Fragment135, jsx as
|
|
16485
|
+
import { Fragment as Fragment135, jsx as jsx641, jsxs as jsxs332 } from "react/jsx-runtime";
|
|
16401
16486
|
|
|
16402
16487
|
// src/utils/templates/svg/stroke/color.tsx
|
|
16403
|
-
import { Fragment as Fragment136, jsx as
|
|
16488
|
+
import { Fragment as Fragment136, jsx as jsx642, jsxs as jsxs333 } from "react/jsx-runtime";
|
|
16404
16489
|
|
|
16405
16490
|
// src/utils/templates/table/border-collapse/collapse.tsx
|
|
16406
|
-
import { jsx as
|
|
16491
|
+
import { jsx as jsx643, jsxs as jsxs334 } from "react/jsx-runtime";
|
|
16407
16492
|
|
|
16408
16493
|
// src/utils/templates/table/border-collapse/separate.tsx
|
|
16409
|
-
import { jsx as
|
|
16494
|
+
import { jsx as jsx644, jsxs as jsxs335 } from "react/jsx-runtime";
|
|
16410
16495
|
|
|
16411
16496
|
// src/utils/templates/table/table-layout/auto.tsx
|
|
16412
|
-
import { jsx as
|
|
16497
|
+
import { jsx as jsx645, jsxs as jsxs336 } from "react/jsx-runtime";
|
|
16413
16498
|
|
|
16414
16499
|
// src/utils/templates/table/table-layout/fixed.tsx
|
|
16415
|
-
import { jsx as
|
|
16500
|
+
import { jsx as jsx646, jsxs as jsxs337 } from "react/jsx-runtime";
|
|
16416
16501
|
|
|
16417
16502
|
// src/utils/templates/transform/flip/horizontal.tsx
|
|
16418
|
-
import { jsx as
|
|
16503
|
+
import { jsx as jsx647, jsxs as jsxs338 } from "react/jsx-runtime";
|
|
16419
16504
|
|
|
16420
16505
|
// src/utils/templates/transform/flip/vertical.tsx
|
|
16421
|
-
import { jsx as
|
|
16506
|
+
import { jsx as jsx648, jsxs as jsxs339 } from "react/jsx-runtime";
|
|
16422
16507
|
|
|
16423
16508
|
// src/utils/templates/transform/origin/applying.tsx
|
|
16424
|
-
import { jsx as
|
|
16509
|
+
import { jsx as jsx649, jsxs as jsxs340 } from "react/jsx-runtime";
|
|
16425
16510
|
|
|
16426
16511
|
// src/utils/templates/transform/rotate/applying.tsx
|
|
16427
|
-
import { jsx as
|
|
16512
|
+
import { jsx as jsx650, jsxs as jsxs341 } from "react/jsx-runtime";
|
|
16428
16513
|
|
|
16429
16514
|
// src/utils/templates/transform/scale/applying.tsx
|
|
16430
|
-
import { jsx as
|
|
16515
|
+
import { jsx as jsx651, jsxs as jsxs342 } from "react/jsx-runtime";
|
|
16431
16516
|
|
|
16432
16517
|
// src/utils/templates/transform/skew/applying.tsx
|
|
16433
|
-
import { jsx as
|
|
16518
|
+
import { jsx as jsx652, jsxs as jsxs343 } from "react/jsx-runtime";
|
|
16434
16519
|
|
|
16435
16520
|
// src/utils/templates/transform/translate/applying.tsx
|
|
16436
|
-
import { jsx as
|
|
16521
|
+
import { jsx as jsx653, jsxs as jsxs344 } from "react/jsx-runtime";
|
|
16437
16522
|
|
|
16438
16523
|
// src/utils/templates/typography/font-style/italic.tsx
|
|
16439
|
-
import { jsx as
|
|
16524
|
+
import { jsx as jsx654 } from "react/jsx-runtime";
|
|
16440
16525
|
|
|
16441
16526
|
// src/utils/templates/typography/font-weight/size.tsx
|
|
16442
|
-
import { Fragment as Fragment137, jsx as
|
|
16527
|
+
import { Fragment as Fragment137, jsx as jsx655, jsxs as jsxs345 } from "react/jsx-runtime";
|
|
16443
16528
|
|
|
16444
16529
|
// src/utils/templates/typography/list-style-type/decimal.tsx
|
|
16445
|
-
import { jsx as
|
|
16530
|
+
import { jsx as jsx656, jsxs as jsxs346 } from "react/jsx-runtime";
|
|
16446
16531
|
|
|
16447
16532
|
// src/utils/templates/typography/list-style-type/disc.tsx
|
|
16448
|
-
import { jsx as
|
|
16533
|
+
import { jsx as jsx657, jsxs as jsxs347 } from "react/jsx-runtime";
|
|
16449
16534
|
|
|
16450
16535
|
// src/utils/templates/typography/list-style-type/none.tsx
|
|
16451
|
-
import { jsx as
|
|
16536
|
+
import { jsx as jsx658, jsxs as jsxs348 } from "react/jsx-runtime";
|
|
16452
16537
|
|
|
16453
16538
|
// src/utils/templates/typography/text-align/center.tsx
|
|
16454
|
-
import { jsx as
|
|
16539
|
+
import { jsx as jsx659 } from "react/jsx-runtime";
|
|
16455
16540
|
|
|
16456
16541
|
// src/utils/templates/typography/text-align/justify.tsx
|
|
16457
|
-
import { jsx as
|
|
16542
|
+
import { jsx as jsx660 } from "react/jsx-runtime";
|
|
16458
16543
|
|
|
16459
16544
|
// src/utils/templates/typography/text-align/left.tsx
|
|
16460
|
-
import { jsx as
|
|
16545
|
+
import { jsx as jsx661 } from "react/jsx-runtime";
|
|
16461
16546
|
|
|
16462
16547
|
// src/utils/templates/typography/text-align/right.tsx
|
|
16463
|
-
import { jsx as
|
|
16548
|
+
import { jsx as jsx662 } from "react/jsx-runtime";
|
|
16464
16549
|
|
|
16465
16550
|
// src/utils/templates/typography/text-color/inherit.tsx
|
|
16466
|
-
import { jsx as
|
|
16551
|
+
import { jsx as jsx663 } from "react/jsx-runtime";
|
|
16467
16552
|
|
|
16468
16553
|
// src/utils/templates/typography/text-color/white.tsx
|
|
16469
|
-
import { jsx as
|
|
16554
|
+
import { jsx as jsx664 } from "react/jsx-runtime";
|
|
16470
16555
|
|
|
16471
16556
|
// src/utils/templates/typography/text-decoration/all.tsx
|
|
16472
|
-
import { Fragment as Fragment138, jsx as
|
|
16557
|
+
import { Fragment as Fragment138, jsx as jsx665, jsxs as jsxs349 } from "react/jsx-runtime";
|
|
16473
16558
|
|
|
16474
16559
|
// src/utils/templates/typography/text-overflow/clip.tsx
|
|
16475
|
-
import { jsx as
|
|
16560
|
+
import { jsx as jsx666 } from "react/jsx-runtime";
|
|
16476
16561
|
|
|
16477
16562
|
// src/utils/templates/typography/text-overflow/ellipsis.tsx
|
|
16478
|
-
import { jsx as
|
|
16563
|
+
import { jsx as jsx667 } from "react/jsx-runtime";
|
|
16479
16564
|
|
|
16480
16565
|
// src/utils/templates/typography/text-transform/all.tsx
|
|
16481
|
-
import { Fragment as Fragment139, jsx as
|
|
16566
|
+
import { Fragment as Fragment139, jsx as jsx668, jsxs as jsxs350 } from "react/jsx-runtime";
|
|
16482
16567
|
|
|
16483
16568
|
// src/utils/templates/typography/vertical-align/baseline.tsx
|
|
16484
|
-
import { jsx as
|
|
16569
|
+
import { jsx as jsx669, jsxs as jsxs351 } from "react/jsx-runtime";
|
|
16485
16570
|
|
|
16486
16571
|
// src/utils/templates/typography/vertical-align/bottom.tsx
|
|
16487
|
-
import { jsx as
|
|
16572
|
+
import { jsx as jsx670, jsxs as jsxs352 } from "react/jsx-runtime";
|
|
16488
16573
|
|
|
16489
16574
|
// src/utils/templates/typography/vertical-align/center.tsx
|
|
16490
|
-
import { jsx as
|
|
16575
|
+
import { jsx as jsx671, jsxs as jsxs353 } from "react/jsx-runtime";
|
|
16491
16576
|
|
|
16492
16577
|
// src/utils/templates/typography/vertical-align/top.tsx
|
|
16493
|
-
import { jsx as
|
|
16578
|
+
import { jsx as jsx672, jsxs as jsxs354 } from "react/jsx-runtime";
|
|
16494
16579
|
|
|
16495
16580
|
// src/utils/templates/typography/white-space/normal.tsx
|
|
16496
|
-
import { jsx as
|
|
16581
|
+
import { jsx as jsx673 } from "react/jsx-runtime";
|
|
16497
16582
|
|
|
16498
16583
|
// src/utils/templates/typography/white-space/nowrap.tsx
|
|
16499
|
-
import { jsx as
|
|
16584
|
+
import { jsx as jsx674 } from "react/jsx-runtime";
|
|
16500
16585
|
|
|
16501
16586
|
// src/utils/templates/typography/white-space/pre-line.tsx
|
|
16502
|
-
import { jsx as
|
|
16587
|
+
import { jsx as jsx675 } from "react/jsx-runtime";
|
|
16503
16588
|
|
|
16504
16589
|
// src/utils/templates/typography/white-space/pre-wrap.tsx
|
|
16505
|
-
import { jsx as
|
|
16590
|
+
import { jsx as jsx676 } from "react/jsx-runtime";
|
|
16506
16591
|
|
|
16507
16592
|
// src/utils/templates/typography/white-space/pre.tsx
|
|
16508
|
-
import { jsx as
|
|
16593
|
+
import { jsx as jsx677 } from "react/jsx-runtime";
|
|
16509
16594
|
|
|
16510
16595
|
// src/multiselect/templates/multiselect-prefix.tsx
|
|
16511
|
-
import { Fragment as Fragment140, jsx as
|
|
16596
|
+
import { Fragment as Fragment140, jsx as jsx678 } from "react/jsx-runtime";
|
|
16512
16597
|
|
|
16513
16598
|
// src/multiselect/templates/multiselect-suffix.tsx
|
|
16514
|
-
import { Fragment as Fragment141, jsx as
|
|
16599
|
+
import { Fragment as Fragment141, jsx as jsx679 } from "react/jsx-runtime";
|
|
16515
16600
|
|
|
16516
16601
|
// src/multiselect/tests/multiselect-grouping.tsx
|
|
16517
|
-
import { Fragment as Fragment142, jsx as
|
|
16602
|
+
import { Fragment as Fragment142, jsx as jsx680, jsxs as jsxs355 } from "react/jsx-runtime";
|
|
16518
16603
|
var styles = `
|
|
16519
16604
|
#test-area {
|
|
16520
16605
|
max-width: 660px;
|
|
@@ -16524,13 +16609,13 @@ var styles = `
|
|
|
16524
16609
|
position: relative;
|
|
16525
16610
|
}
|
|
16526
16611
|
`;
|
|
16527
|
-
var multiselect_grouping_default = () => /* @__PURE__ */
|
|
16528
|
-
/* @__PURE__ */
|
|
16529
|
-
/* @__PURE__ */
|
|
16530
|
-
/* @__PURE__ */
|
|
16531
|
-
/* @__PURE__ */
|
|
16532
|
-
/* @__PURE__ */
|
|
16533
|
-
/* @__PURE__ */
|
|
16612
|
+
var multiselect_grouping_default = () => /* @__PURE__ */ jsxs355(Fragment142, { children: [
|
|
16613
|
+
/* @__PURE__ */ jsx680("style", { children: styles }),
|
|
16614
|
+
/* @__PURE__ */ jsxs355("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
16615
|
+
/* @__PURE__ */ jsx680("span", { children: "MultiSelect Grouping" }),
|
|
16616
|
+
/* @__PURE__ */ jsx680("span", { children: "MultiSelect Grouping RTL" }),
|
|
16617
|
+
/* @__PURE__ */ jsx680("div", { children: /* @__PURE__ */ jsx680(MultiSelectGrouping, { placeholder: "MultiSelect..." }) }),
|
|
16618
|
+
/* @__PURE__ */ jsx680("div", { dir: "rtl", children: /* @__PURE__ */ jsx680(MultiSelectGrouping, { placeholder: "MultiSelect..." }) })
|
|
16534
16619
|
] })
|
|
16535
16620
|
] });
|
|
16536
16621
|
export {
|