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