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