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