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