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