@progress/kendo-themes-html 7.3.0-dev.1 → 8.0.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/autocomplete/tests/autocomplete-prefix-suffix.js +744 -524
- package/dist/cjs/calendar/templates/calendar-century.js +2 -2
- package/dist/cjs/calendar/templates/calendar-decade.js +3 -3
- package/dist/cjs/calendar/tests/calendar-modern-size.js +5 -5
- package/dist/cjs/calendar/tests/calendar-modern.js +5 -5
- package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +744 -524
- package/dist/cjs/daterangepicker/daterangepicker.spec.js +511 -291
- package/dist/cjs/daterangepicker/templates/daterangepicker-adaptive.js +513 -293
- package/dist/cjs/daterangepicker/templates/daterangepicker-normal.js +513 -293
- package/dist/cjs/daterangepicker/templates/daterangepicker-popup.js +513 -293
- package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +523 -303
- package/dist/cjs/daterangepicker/tests/daterangepicker-flat.js +532 -312
- package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +523 -303
- package/dist/cjs/daterangepicker/tests/daterangepicker-outline.js +532 -312
- package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +526 -306
- package/dist/cjs/daterangepicker/tests/daterangepicker-solid.js +532 -312
- package/dist/cjs/dialog/templates/dialog-non-modal.js +721 -501
- package/dist/cjs/dialog/templates/dialog-normal.js +721 -501
- package/dist/cjs/dialog/tests/dialog-action-buttons.js +730 -510
- package/dist/cjs/dialog/tests/dialog-in-window.js +727 -507
- package/dist/cjs/dialog/tests/dialog-modal.js +733 -513
- package/dist/cjs/dialog/tests/dialog-theme-colors.js +726 -506
- package/dist/cjs/dialog/tests/dialog.js +735 -515
- package/dist/cjs/dropdowntree/templates/dropdowntree-filtering.js +726 -506
- package/dist/cjs/dropdowntree/tests/dropdowntree-adaptive.js +726 -506
- package/dist/cjs/dropdowntree/tests/dropdowntree-flat.js +730 -510
- package/dist/cjs/dropdowntree/tests/dropdowntree-opened.js +737 -517
- package/dist/cjs/dropdowntree/tests/dropdowntree-outline.js +730 -510
- package/dist/cjs/dropdowntree/tests/dropdowntree-size-rounded.js +728 -508
- package/dist/cjs/dropdowntree/tests/dropdowntree-solid.js +730 -510
- package/dist/cjs/editor/editor.spec.js +726 -506
- package/dist/cjs/editor/templates/editor-normal.js +755 -535
- package/dist/cjs/editor/templates/editor-resizable.js +755 -535
- package/dist/cjs/editor/templates/editor-responsive-toolbar.js +756 -536
- package/dist/cjs/editor/tests/editor-find-replace.js +807 -587
- package/dist/cjs/editor/tests/editor-states.js +761 -541
- package/dist/cjs/editor/tests/editor-table-wizard.js +854 -634
- package/dist/cjs/editor/tests/editor.js +950 -730
- package/dist/cjs/filemanager/tests/filemanager-dialogs.js +739 -519
- package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +779 -559
- package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +737 -517
- package/dist/cjs/form/tests/form-field-dateinputs.js +542 -322
- package/dist/cjs/form/tests/form-field-dropdowns.js +743 -523
- package/dist/cjs/grid/tests/grid-editing-custom-editor.js +697 -477
- package/dist/cjs/index.js +2047 -1555
- package/dist/cjs/multiselect/templates/multiselect-prefix.js +719 -499
- package/dist/cjs/multiselect/templates/multiselect-suffix.js +719 -499
- package/dist/cjs/multiselect/tests/multiselect-adaptive.js +725 -505
- package/dist/cjs/multiselect/tests/multiselect-flat.js +749 -529
- package/dist/cjs/multiselect/tests/multiselect-grouping.js +725 -505
- package/dist/cjs/multiselect/tests/multiselect-opened.js +727 -507
- package/dist/cjs/multiselect/tests/multiselect-outline.js +749 -529
- package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +756 -536
- package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +728 -508
- package/dist/cjs/multiselect/tests/multiselect-solid.js +749 -529
- package/dist/cjs/multiviewcalendar/templates/multiviewcalendar-century.js +512 -292
- package/dist/cjs/multiviewcalendar/templates/multiviewcalendar-decade.js +512 -292
- package/dist/cjs/multiviewcalendar/templates/multiviewcalendar-normal.js +495 -275
- package/dist/cjs/multiviewcalendar/templates/multiviewcalendar-with-weeks.js +551 -331
- package/dist/cjs/multiviewcalendar/templates/multiviewcalendar-year.js +512 -292
- package/dist/cjs/multiviewcalendar/tests/multiviewcalendar-vertical.js +621 -401
- package/dist/cjs/multiviewcalendar/tests/multiviewcalendar.js +622 -402
- package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +683 -463
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +697 -477
- package/dist/cjs/spreadsheet/spreadsheet-action-bar.js +747 -527
- package/dist/cjs/spreadsheet/spreadsheet-header.js +772 -552
- package/dist/cjs/spreadsheet/spreadsheet-sheets-bar.js +745 -525
- package/dist/cjs/spreadsheet/spreadsheet-view.js +913 -693
- package/dist/cjs/spreadsheet/templates/spreadsheet-normal.js +920 -700
- package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +938 -718
- package/dist/cjs/spreadsheet/tests/spreadsheet-filter-menu.js +746 -526
- package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +932 -712
- package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +949 -729
- package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +938 -718
- package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +952 -732
- package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +1022 -802
- package/dist/cjs/spreadsheet/tests/spreadsheet.js +929 -709
- package/dist/cjs/taskboard/taskboard-pane.js +742 -522
- package/dist/cjs/taskboard/taskboard.spec.js +788 -568
- package/dist/cjs/taskboard/templates/taskboard-normal.js +822 -602
- package/dist/cjs/taskboard/tests/taskboard-card.js +747 -527
- package/dist/cjs/taskboard/tests/taskboard-column.js +762 -542
- package/dist/cjs/taskboard/tests/taskboard-pane.js +830 -610
- package/dist/cjs/taskboard/tests/taskboard-resources.js +729 -509
- package/dist/cjs/taskboard/tests/taskboard-rtl.js +828 -608
- package/dist/cjs/taskboard/tests/taskboard.js +828 -608
- package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.mjs +745 -525
- package/dist/esm/calendar/templates/calendar-century.mjs +2 -2
- package/dist/esm/calendar/templates/calendar-decade.mjs +3 -3
- package/dist/esm/calendar/tests/calendar-modern-size.mjs +5 -5
- package/dist/esm/calendar/tests/calendar-modern.mjs +5 -5
- package/dist/esm/combobox/tests/combobox-prefix-suffix.mjs +745 -525
- package/dist/esm/daterangepicker/daterangepicker.spec.mjs +511 -291
- package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.mjs +513 -293
- package/dist/esm/daterangepicker/templates/daterangepicker-normal.mjs +513 -293
- package/dist/esm/daterangepicker/templates/daterangepicker-popup.mjs +513 -293
- package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.mjs +523 -303
- package/dist/esm/daterangepicker/tests/daterangepicker-flat.mjs +532 -312
- package/dist/esm/daterangepicker/tests/daterangepicker-opened.mjs +523 -303
- package/dist/esm/daterangepicker/tests/daterangepicker-outline.mjs +532 -312
- package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.mjs +526 -306
- package/dist/esm/daterangepicker/tests/daterangepicker-solid.mjs +532 -312
- package/dist/esm/dialog/templates/dialog-non-modal.mjs +722 -502
- package/dist/esm/dialog/templates/dialog-normal.mjs +722 -502
- package/dist/esm/dialog/tests/dialog-action-buttons.mjs +731 -511
- package/dist/esm/dialog/tests/dialog-in-window.mjs +728 -508
- package/dist/esm/dialog/tests/dialog-modal.mjs +734 -514
- package/dist/esm/dialog/tests/dialog-theme-colors.mjs +727 -507
- package/dist/esm/dialog/tests/dialog.mjs +736 -516
- package/dist/esm/dropdowntree/templates/dropdowntree-filtering.mjs +727 -507
- package/dist/esm/dropdowntree/tests/dropdowntree-adaptive.mjs +727 -507
- package/dist/esm/dropdowntree/tests/dropdowntree-flat.mjs +731 -511
- package/dist/esm/dropdowntree/tests/dropdowntree-opened.mjs +738 -518
- package/dist/esm/dropdowntree/tests/dropdowntree-outline.mjs +731 -511
- package/dist/esm/dropdowntree/tests/dropdowntree-size-rounded.mjs +729 -509
- package/dist/esm/dropdowntree/tests/dropdowntree-solid.mjs +731 -511
- package/dist/esm/editor/editor.spec.mjs +727 -507
- package/dist/esm/editor/templates/editor-normal.mjs +756 -536
- package/dist/esm/editor/templates/editor-resizable.mjs +756 -536
- package/dist/esm/editor/templates/editor-responsive-toolbar.mjs +757 -537
- package/dist/esm/editor/tests/editor-find-replace.mjs +808 -588
- package/dist/esm/editor/tests/editor-states.mjs +762 -542
- package/dist/esm/editor/tests/editor-table-wizard.mjs +855 -635
- package/dist/esm/editor/tests/editor.mjs +951 -731
- package/dist/esm/filemanager/tests/filemanager-dialogs.mjs +740 -520
- package/dist/esm/filemanager/tests/filemanager-gridview-preview.mjs +780 -560
- package/dist/esm/filemanager/tests/filemanager-listview-preview.mjs +738 -518
- package/dist/esm/form/tests/form-field-dateinputs.mjs +542 -322
- package/dist/esm/form/tests/form-field-dropdowns.mjs +744 -524
- package/dist/esm/grid/tests/grid-editing-custom-editor.mjs +698 -478
- package/dist/esm/index.mjs +2032 -1540
- package/dist/esm/multiselect/templates/multiselect-prefix.mjs +720 -500
- package/dist/esm/multiselect/templates/multiselect-suffix.mjs +720 -500
- package/dist/esm/multiselect/tests/multiselect-adaptive.mjs +726 -506
- package/dist/esm/multiselect/tests/multiselect-flat.mjs +750 -530
- package/dist/esm/multiselect/tests/multiselect-grouping.mjs +726 -506
- package/dist/esm/multiselect/tests/multiselect-opened.mjs +728 -508
- package/dist/esm/multiselect/tests/multiselect-outline.mjs +750 -530
- package/dist/esm/multiselect/tests/multiselect-prefix-suffix.mjs +757 -537
- package/dist/esm/multiselect/tests/multiselect-size-rounded.mjs +729 -509
- package/dist/esm/multiselect/tests/multiselect-solid.mjs +750 -530
- package/dist/esm/multiviewcalendar/templates/multiviewcalendar-century.mjs +512 -292
- package/dist/esm/multiviewcalendar/templates/multiviewcalendar-decade.mjs +512 -292
- package/dist/esm/multiviewcalendar/templates/multiviewcalendar-normal.mjs +495 -275
- package/dist/esm/multiviewcalendar/templates/multiviewcalendar-with-weeks.mjs +551 -331
- package/dist/esm/multiviewcalendar/templates/multiviewcalendar-year.mjs +512 -292
- package/dist/esm/multiviewcalendar/tests/multiviewcalendar-vertical.mjs +621 -401
- package/dist/esm/multiviewcalendar/tests/multiviewcalendar.mjs +622 -402
- package/dist/esm/scheduler/tests/scheduler-edit-dialog.mjs +676 -456
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.mjs +690 -470
- package/dist/esm/spreadsheet/spreadsheet-action-bar.mjs +739 -519
- package/dist/esm/spreadsheet/spreadsheet-header.mjs +764 -544
- package/dist/esm/spreadsheet/spreadsheet-sheets-bar.mjs +737 -517
- package/dist/esm/spreadsheet/spreadsheet-view.mjs +905 -685
- package/dist/esm/spreadsheet/templates/spreadsheet-normal.mjs +912 -692
- package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.mjs +930 -710
- package/dist/esm/spreadsheet/tests/spreadsheet-filter-menu.mjs +747 -527
- package/dist/esm/spreadsheet/tests/spreadsheet-filtering.mjs +924 -704
- package/dist/esm/spreadsheet/tests/spreadsheet-formula.mjs +941 -721
- package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.mjs +930 -710
- package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.mjs +944 -724
- package/dist/esm/spreadsheet/tests/spreadsheet-tools.mjs +1014 -794
- package/dist/esm/spreadsheet/tests/spreadsheet.mjs +921 -701
- package/dist/esm/taskboard/taskboard-pane.mjs +734 -514
- package/dist/esm/taskboard/taskboard.spec.mjs +780 -560
- package/dist/esm/taskboard/templates/taskboard-normal.mjs +814 -594
- package/dist/esm/taskboard/tests/taskboard-card.mjs +748 -528
- package/dist/esm/taskboard/tests/taskboard-column.mjs +763 -543
- package/dist/esm/taskboard/tests/taskboard-pane.mjs +822 -602
- package/dist/esm/taskboard/tests/taskboard-resources.mjs +730 -510
- package/dist/esm/taskboard/tests/taskboard-rtl.mjs +820 -600
- package/dist/esm/taskboard/tests/taskboard.mjs +820 -600
- package/dist/types/calendar/templates/calendar-century.d.ts +1 -1
- package/dist/types/calendar/templates/calendar-decade.d.ts +1 -1
- package/dist/types/index.d.ts +2 -0
- package/dist/types/multiviewcalendar/templates/multiviewcalendar-century.d.ts +1 -1
- package/dist/types/multiviewcalendar/templates/multiviewcalendar-decade.d.ts +1 -1
- package/package.json +2 -2
- package/src/calendar/templates/calendar-century.tsx +2 -2
- package/src/calendar/templates/calendar-decade.tsx +3 -3
- package/src/index.ts +6 -0
- package/src/multiviewcalendar/templates/multiviewcalendar-century.tsx +2 -2
- package/src/multiviewcalendar/templates/multiviewcalendar-decade.tsx +3 -3
|
@@ -10142,10 +10142,139 @@ import { Fragment as Fragment74, jsx as jsx219, jsxs as jsxs89 } from "react/jsx
|
|
|
10142
10142
|
// src/calendar/templates/calendar-infinite-week-number.tsx
|
|
10143
10143
|
import { Fragment as Fragment75, jsx as jsx220, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
10144
10144
|
|
|
10145
|
+
// src/multiviewcalendar/multiviewcalendar.spec.tsx
|
|
10146
|
+
import { jsx as jsx221 } from "react/jsx-runtime";
|
|
10147
|
+
var MULTIVIEWCALENDAR_CLASSNAME = `k-calendar-range`;
|
|
10148
|
+
var states76 = [];
|
|
10149
|
+
var options74 = {
|
|
10150
|
+
size: [Size.small, Size.medium, Size.large]
|
|
10151
|
+
};
|
|
10152
|
+
var defaultProps75 = {
|
|
10153
|
+
size: Size.medium,
|
|
10154
|
+
calendarHeaderText: "October 2021 - November 2021",
|
|
10155
|
+
viewsCount: 2,
|
|
10156
|
+
orientation: "horizontal",
|
|
10157
|
+
calendarView: "month"
|
|
10158
|
+
};
|
|
10159
|
+
var MultiViewCalendar = (props) => {
|
|
10160
|
+
const {
|
|
10161
|
+
size = defaultProps75.size,
|
|
10162
|
+
orientation = defaultProps75.orientation,
|
|
10163
|
+
calendarView = defaultProps75.calendarView,
|
|
10164
|
+
calendarHeaderText = defaultProps75.calendarHeaderText,
|
|
10165
|
+
viewsCount = defaultProps75.viewsCount,
|
|
10166
|
+
showCalendarFooter,
|
|
10167
|
+
showWeek,
|
|
10168
|
+
dir,
|
|
10169
|
+
...other
|
|
10170
|
+
} = props;
|
|
10171
|
+
return /* @__PURE__ */ jsx221(
|
|
10172
|
+
Calendar,
|
|
10173
|
+
{
|
|
10174
|
+
...other,
|
|
10175
|
+
className: classNames(
|
|
10176
|
+
props.className,
|
|
10177
|
+
MULTIVIEWCALENDAR_CLASSNAME
|
|
10178
|
+
),
|
|
10179
|
+
size,
|
|
10180
|
+
calendarHeaderText,
|
|
10181
|
+
calendarView,
|
|
10182
|
+
viewsCount,
|
|
10183
|
+
orientation,
|
|
10184
|
+
showCalendarFooter,
|
|
10185
|
+
showWeek,
|
|
10186
|
+
dir
|
|
10187
|
+
}
|
|
10188
|
+
);
|
|
10189
|
+
};
|
|
10190
|
+
MultiViewCalendar.states = states76;
|
|
10191
|
+
MultiViewCalendar.options = options74;
|
|
10192
|
+
MultiViewCalendar.className = MULTIVIEWCALENDAR_CLASSNAME;
|
|
10193
|
+
MultiViewCalendar.defaultProps = defaultProps75;
|
|
10194
|
+
|
|
10195
|
+
// src/multiviewcalendar/templates/multiviewcalendar-century.tsx
|
|
10196
|
+
import { Fragment as Fragment76, jsx as jsx222, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
10197
|
+
|
|
10198
|
+
// src/multiviewcalendar/templates/multiviewcalendar-decade.tsx
|
|
10199
|
+
import { Fragment as Fragment77, jsx as jsx223, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
10200
|
+
|
|
10201
|
+
// src/multiviewcalendar/templates/multiviewcalendar-normal.tsx
|
|
10202
|
+
import { Fragment as Fragment78, jsx as jsx224, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
10203
|
+
var MultiViewCalendarNormal = ({ showOtherMonth, ...props }) => /* @__PURE__ */ jsx224(
|
|
10204
|
+
MultiViewCalendar,
|
|
10205
|
+
{
|
|
10206
|
+
calendarView: "month",
|
|
10207
|
+
showTableHead: true,
|
|
10208
|
+
children: /* @__PURE__ */ jsxs93(Fragment78, { children: [
|
|
10209
|
+
/* @__PURE__ */ jsxs93(CalendarTableRow, { children: [
|
|
10210
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "30", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
|
|
10211
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "1" }),
|
|
10212
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "2" }),
|
|
10213
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "3" }),
|
|
10214
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "4" }),
|
|
10215
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "5" }),
|
|
10216
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "6", weekend: true })
|
|
10217
|
+
] }),
|
|
10218
|
+
/* @__PURE__ */ jsxs93(CalendarTableRow, { children: [
|
|
10219
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "7", weekend: true }),
|
|
10220
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "8" }),
|
|
10221
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "9" }),
|
|
10222
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "10" }),
|
|
10223
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "11" }),
|
|
10224
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "12" }),
|
|
10225
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "13", weekend: true })
|
|
10226
|
+
] }),
|
|
10227
|
+
/* @__PURE__ */ jsxs93(CalendarTableRow, { children: [
|
|
10228
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "14", weekend: true }),
|
|
10229
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "15" }),
|
|
10230
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "16", today: true }),
|
|
10231
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "17" }),
|
|
10232
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "18" }),
|
|
10233
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "19" }),
|
|
10234
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "20", weekend: true })
|
|
10235
|
+
] }),
|
|
10236
|
+
/* @__PURE__ */ jsxs93(CalendarTableRow, { children: [
|
|
10237
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "21", weekend: true }),
|
|
10238
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "22" }),
|
|
10239
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "23" }),
|
|
10240
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "24" }),
|
|
10241
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "25" }),
|
|
10242
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "26" }),
|
|
10243
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "27", weekend: true })
|
|
10244
|
+
] }),
|
|
10245
|
+
/* @__PURE__ */ jsxs93(CalendarTableRow, { children: [
|
|
10246
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "28", weekend: true }),
|
|
10247
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "29" }),
|
|
10248
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "30" }),
|
|
10249
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "31" }),
|
|
10250
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "1", showOtherMonth, empty: !showOtherMonth }),
|
|
10251
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "2", showOtherMonth, empty: !showOtherMonth }),
|
|
10252
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "3", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
|
|
10253
|
+
] }),
|
|
10254
|
+
/* @__PURE__ */ jsxs93(CalendarTableRow, { children: [
|
|
10255
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "4", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
|
|
10256
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "5", showOtherMonth, empty: !showOtherMonth }),
|
|
10257
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "6", showOtherMonth, empty: !showOtherMonth }),
|
|
10258
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "7", showOtherMonth, empty: !showOtherMonth }),
|
|
10259
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "8", showOtherMonth, empty: !showOtherMonth }),
|
|
10260
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "9", showOtherMonth, empty: !showOtherMonth }),
|
|
10261
|
+
/* @__PURE__ */ jsx224(CalendarCell, { text: "10", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
|
|
10262
|
+
] })
|
|
10263
|
+
] }),
|
|
10264
|
+
...props
|
|
10265
|
+
}
|
|
10266
|
+
);
|
|
10267
|
+
|
|
10268
|
+
// src/multiviewcalendar/templates/multiviewcalendar-with-weeks.tsx
|
|
10269
|
+
import { Fragment as Fragment79, jsx as jsx225, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
10270
|
+
|
|
10271
|
+
// src/multiviewcalendar/templates/multiviewcalendar-year.tsx
|
|
10272
|
+
import { Fragment as Fragment80, jsx as jsx226, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
10273
|
+
|
|
10145
10274
|
// src/dateinput/dateinput.spec.tsx
|
|
10146
|
-
import { jsx as
|
|
10275
|
+
import { jsx as jsx227, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
10147
10276
|
var DATEINPUT_CLASSNAME = `k-dateinput`;
|
|
10148
|
-
var
|
|
10277
|
+
var states77 = [
|
|
10149
10278
|
States.hover,
|
|
10150
10279
|
States.focus,
|
|
10151
10280
|
States.valid,
|
|
@@ -10155,12 +10284,12 @@ var states76 = [
|
|
|
10155
10284
|
States.loading,
|
|
10156
10285
|
States.readonly
|
|
10157
10286
|
];
|
|
10158
|
-
var
|
|
10287
|
+
var options75 = {
|
|
10159
10288
|
size: [Size.small, Size.medium, Size.large],
|
|
10160
10289
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
10161
10290
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
10162
10291
|
};
|
|
10163
|
-
var
|
|
10292
|
+
var defaultProps76 = {
|
|
10164
10293
|
size: Input.defaultProps.size,
|
|
10165
10294
|
rounded: Input.defaultProps.rounded,
|
|
10166
10295
|
fillMode: Input.defaultProps.fillMode
|
|
@@ -10183,7 +10312,7 @@ var DateInput = (props) => {
|
|
|
10183
10312
|
showSpinButton,
|
|
10184
10313
|
...other
|
|
10185
10314
|
} = props;
|
|
10186
|
-
return /* @__PURE__ */
|
|
10315
|
+
return /* @__PURE__ */ jsxs96(
|
|
10187
10316
|
Input,
|
|
10188
10317
|
{
|
|
10189
10318
|
...other,
|
|
@@ -10200,8 +10329,8 @@ var DateInput = (props) => {
|
|
|
10200
10329
|
readonly,
|
|
10201
10330
|
className: classNames(props.className, DATEINPUT_CLASSNAME),
|
|
10202
10331
|
children: [
|
|
10203
|
-
/* @__PURE__ */
|
|
10204
|
-
/* @__PURE__ */
|
|
10332
|
+
/* @__PURE__ */ jsx227(InputInnerInput, { placeholder, value }),
|
|
10333
|
+
/* @__PURE__ */ jsx227(
|
|
10205
10334
|
InputValidationIcon,
|
|
10206
10335
|
{
|
|
10207
10336
|
valid,
|
|
@@ -10210,14 +10339,14 @@ var DateInput = (props) => {
|
|
|
10210
10339
|
disabled
|
|
10211
10340
|
}
|
|
10212
10341
|
),
|
|
10213
|
-
/* @__PURE__ */
|
|
10342
|
+
/* @__PURE__ */ jsx227(
|
|
10214
10343
|
InputLoadingIcon,
|
|
10215
10344
|
{
|
|
10216
10345
|
loading,
|
|
10217
10346
|
disabled
|
|
10218
10347
|
}
|
|
10219
10348
|
),
|
|
10220
|
-
showSpinButton && /* @__PURE__ */
|
|
10349
|
+
showSpinButton && /* @__PURE__ */ jsx227(
|
|
10221
10350
|
SpinButton,
|
|
10222
10351
|
{
|
|
10223
10352
|
className: "k-input-spinner",
|
|
@@ -10229,18 +10358,18 @@ var DateInput = (props) => {
|
|
|
10229
10358
|
}
|
|
10230
10359
|
);
|
|
10231
10360
|
};
|
|
10232
|
-
DateInput.states =
|
|
10233
|
-
DateInput.options =
|
|
10361
|
+
DateInput.states = states77;
|
|
10362
|
+
DateInput.options = options75;
|
|
10234
10363
|
DateInput.className = DATEINPUT_CLASSNAME;
|
|
10235
|
-
DateInput.defaultProps =
|
|
10364
|
+
DateInput.defaultProps = defaultProps76;
|
|
10236
10365
|
|
|
10237
10366
|
// src/dateinput/templates/dateinput-normal.tsx
|
|
10238
|
-
import { jsx as
|
|
10367
|
+
import { jsx as jsx228 } from "react/jsx-runtime";
|
|
10239
10368
|
|
|
10240
10369
|
// src/datepicker/datepicker.spec.tsx
|
|
10241
|
-
import { Fragment as
|
|
10370
|
+
import { Fragment as Fragment81, jsx as jsx229, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
10242
10371
|
var DATEPICKER_CLASSNAME = `k-datepicker`;
|
|
10243
|
-
var
|
|
10372
|
+
var states78 = [
|
|
10244
10373
|
States.hover,
|
|
10245
10374
|
States.focus,
|
|
10246
10375
|
States.valid,
|
|
@@ -10250,12 +10379,12 @@ var states77 = [
|
|
|
10250
10379
|
States.loading,
|
|
10251
10380
|
States.readonly
|
|
10252
10381
|
];
|
|
10253
|
-
var
|
|
10382
|
+
var options76 = {
|
|
10254
10383
|
size: [Size.small, Size.medium, Size.large],
|
|
10255
10384
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
10256
10385
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
10257
10386
|
};
|
|
10258
|
-
var
|
|
10387
|
+
var defaultProps77 = {
|
|
10259
10388
|
size: Input.defaultProps.size,
|
|
10260
10389
|
rounded: Input.defaultProps.rounded,
|
|
10261
10390
|
fillMode: Input.defaultProps.fillMode
|
|
@@ -10283,8 +10412,8 @@ var DatePicker = (props) => {
|
|
|
10283
10412
|
dir,
|
|
10284
10413
|
...other
|
|
10285
10414
|
} = props;
|
|
10286
|
-
return /* @__PURE__ */
|
|
10287
|
-
/* @__PURE__ */
|
|
10415
|
+
return /* @__PURE__ */ jsxs97(Fragment81, { children: [
|
|
10416
|
+
/* @__PURE__ */ jsxs97(
|
|
10288
10417
|
Input,
|
|
10289
10418
|
{
|
|
10290
10419
|
...other,
|
|
@@ -10302,9 +10431,9 @@ var DatePicker = (props) => {
|
|
|
10302
10431
|
readonly,
|
|
10303
10432
|
className: classNames(props.className, DATEPICKER_CLASSNAME),
|
|
10304
10433
|
children: [
|
|
10305
|
-
/* @__PURE__ */
|
|
10306
|
-
/* @__PURE__ */
|
|
10307
|
-
/* @__PURE__ */
|
|
10434
|
+
/* @__PURE__ */ jsx229(InputPrefix, { children: prefix }),
|
|
10435
|
+
/* @__PURE__ */ jsx229(InputInnerInput, { placeholder, value }),
|
|
10436
|
+
/* @__PURE__ */ jsx229(
|
|
10308
10437
|
InputValidationIcon,
|
|
10309
10438
|
{
|
|
10310
10439
|
valid,
|
|
@@ -10313,14 +10442,14 @@ var DatePicker = (props) => {
|
|
|
10313
10442
|
disabled
|
|
10314
10443
|
}
|
|
10315
10444
|
),
|
|
10316
|
-
/* @__PURE__ */
|
|
10445
|
+
/* @__PURE__ */ jsx229(
|
|
10317
10446
|
InputLoadingIcon,
|
|
10318
10447
|
{
|
|
10319
10448
|
loading,
|
|
10320
10449
|
disabled
|
|
10321
10450
|
}
|
|
10322
10451
|
),
|
|
10323
|
-
/* @__PURE__ */
|
|
10452
|
+
/* @__PURE__ */ jsx229(
|
|
10324
10453
|
InputClearValue,
|
|
10325
10454
|
{
|
|
10326
10455
|
loading,
|
|
@@ -10329,8 +10458,8 @@ var DatePicker = (props) => {
|
|
|
10329
10458
|
value
|
|
10330
10459
|
}
|
|
10331
10460
|
),
|
|
10332
|
-
/* @__PURE__ */
|
|
10333
|
-
/* @__PURE__ */
|
|
10461
|
+
/* @__PURE__ */ jsx229(InputSuffix, { children: suffix }),
|
|
10462
|
+
/* @__PURE__ */ jsx229(
|
|
10334
10463
|
Button,
|
|
10335
10464
|
{
|
|
10336
10465
|
className: "k-input-button",
|
|
@@ -10343,9 +10472,9 @@ var DatePicker = (props) => {
|
|
|
10343
10472
|
]
|
|
10344
10473
|
}
|
|
10345
10474
|
),
|
|
10346
|
-
opened && /* @__PURE__ */
|
|
10347
|
-
adaptive && /* @__PURE__ */
|
|
10348
|
-
/* @__PURE__ */
|
|
10475
|
+
opened && /* @__PURE__ */ jsx229(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx229(CalendarNormal, { dir }) }),
|
|
10476
|
+
adaptive && /* @__PURE__ */ jsxs97(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
10477
|
+
/* @__PURE__ */ jsx229(
|
|
10349
10478
|
ActionSheetHeader,
|
|
10350
10479
|
{
|
|
10351
10480
|
actions: ["x"],
|
|
@@ -10353,37 +10482,37 @@ var DatePicker = (props) => {
|
|
|
10353
10482
|
subTitle: "DD / MM / YY"
|
|
10354
10483
|
}
|
|
10355
10484
|
),
|
|
10356
|
-
/* @__PURE__ */
|
|
10485
|
+
/* @__PURE__ */ jsx229(CalendarNormal, { size: "large" })
|
|
10357
10486
|
] })
|
|
10358
10487
|
] });
|
|
10359
10488
|
};
|
|
10360
|
-
DatePicker.states =
|
|
10361
|
-
DatePicker.options =
|
|
10489
|
+
DatePicker.states = states78;
|
|
10490
|
+
DatePicker.options = options76;
|
|
10362
10491
|
DatePicker.className = DATEPICKER_CLASSNAME;
|
|
10363
|
-
DatePicker.defaultProps =
|
|
10492
|
+
DatePicker.defaultProps = defaultProps77;
|
|
10364
10493
|
|
|
10365
10494
|
// src/datepicker/templates/datepicker-normal.tsx
|
|
10366
|
-
import { jsx as
|
|
10495
|
+
import { jsx as jsx230 } from "react/jsx-runtime";
|
|
10367
10496
|
|
|
10368
10497
|
// src/datepicker/templates/datepicker-popup.tsx
|
|
10369
|
-
import { jsx as
|
|
10498
|
+
import { jsx as jsx231 } from "react/jsx-runtime";
|
|
10370
10499
|
|
|
10371
10500
|
// src/datepicker/templates/datepicker-adaptive.tsx
|
|
10372
|
-
import { jsx as
|
|
10501
|
+
import { jsx as jsx232 } from "react/jsx-runtime";
|
|
10373
10502
|
|
|
10374
10503
|
// src/time-selector/time-selector.spec.tsx
|
|
10375
|
-
import { Fragment as
|
|
10504
|
+
import { Fragment as Fragment82, jsx as jsx233, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
10376
10505
|
var TIMESELECTOR_CLASSNAME = `k-timeselector`;
|
|
10377
|
-
var
|
|
10378
|
-
var
|
|
10506
|
+
var states79 = [];
|
|
10507
|
+
var options77 = {
|
|
10379
10508
|
size: [Size.small, Size.medium, Size.large]
|
|
10380
10509
|
};
|
|
10381
|
-
var
|
|
10510
|
+
var defaultProps78 = {
|
|
10382
10511
|
size: Size.medium
|
|
10383
10512
|
};
|
|
10384
10513
|
var TimeSelector = (props) => {
|
|
10385
10514
|
const {
|
|
10386
|
-
size =
|
|
10515
|
+
size = defaultProps78.size,
|
|
10387
10516
|
header,
|
|
10388
10517
|
fastSelection,
|
|
10389
10518
|
columns,
|
|
@@ -10399,9 +10528,9 @@ var TimeSelector = (props) => {
|
|
|
10399
10528
|
if (index === 0 || columnType === "tt") {
|
|
10400
10529
|
separator = false;
|
|
10401
10530
|
}
|
|
10402
|
-
return /* @__PURE__ */
|
|
10531
|
+
return /* @__PURE__ */ jsx233(Fragment82, { children: /* @__PURE__ */ jsx233(TimeSelectorColumn, { type: columnType, focus, separator }) });
|
|
10403
10532
|
});
|
|
10404
|
-
return /* @__PURE__ */
|
|
10533
|
+
return /* @__PURE__ */ jsxs98(
|
|
10405
10534
|
"div",
|
|
10406
10535
|
{
|
|
10407
10536
|
...other,
|
|
@@ -10413,24 +10542,24 @@ var TimeSelector = (props) => {
|
|
|
10413
10542
|
})
|
|
10414
10543
|
),
|
|
10415
10544
|
children: [
|
|
10416
|
-
/* @__PURE__ */
|
|
10417
|
-
/* @__PURE__ */
|
|
10418
|
-
/* @__PURE__ */
|
|
10419
|
-
/* @__PURE__ */
|
|
10545
|
+
/* @__PURE__ */ jsx233(Fragment82, { children: header }),
|
|
10546
|
+
/* @__PURE__ */ jsx233(Fragment82, { children: fastSelection }),
|
|
10547
|
+
/* @__PURE__ */ jsxs98("div", { className: "k-time-list-container", children: [
|
|
10548
|
+
/* @__PURE__ */ jsx233("span", { className: "k-time-highlight" }),
|
|
10420
10549
|
columnsDom
|
|
10421
10550
|
] })
|
|
10422
10551
|
]
|
|
10423
10552
|
}
|
|
10424
10553
|
);
|
|
10425
10554
|
};
|
|
10426
|
-
TimeSelector.states =
|
|
10427
|
-
TimeSelector.options =
|
|
10555
|
+
TimeSelector.states = states79;
|
|
10556
|
+
TimeSelector.options = options77;
|
|
10428
10557
|
TimeSelector.className = TIMESELECTOR_CLASSNAME;
|
|
10429
|
-
TimeSelector.defaultProps =
|
|
10558
|
+
TimeSelector.defaultProps = defaultProps78;
|
|
10430
10559
|
|
|
10431
10560
|
// src/time-selector/time-selector-column.tsx
|
|
10432
|
-
import { Fragment as
|
|
10433
|
-
var
|
|
10561
|
+
import { Fragment as Fragment83, jsx as jsx234, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
10562
|
+
var states80 = [
|
|
10434
10563
|
States.focus
|
|
10435
10564
|
];
|
|
10436
10565
|
var TimeSelectorColumn = (props) => {
|
|
@@ -10468,11 +10597,11 @@ var TimeSelectorColumn = (props) => {
|
|
|
10468
10597
|
break;
|
|
10469
10598
|
}
|
|
10470
10599
|
const items = columnData.map(
|
|
10471
|
-
(data2) => /* @__PURE__ */
|
|
10600
|
+
(data2) => /* @__PURE__ */ jsx234(Fragment83, { children: /* @__PURE__ */ jsx234("li", { className: "k-item", children: /* @__PURE__ */ jsx234("span", { children: data2 }) }) })
|
|
10472
10601
|
);
|
|
10473
|
-
return /* @__PURE__ */
|
|
10474
|
-
separator && /* @__PURE__ */
|
|
10475
|
-
/* @__PURE__ */
|
|
10602
|
+
return /* @__PURE__ */ jsxs99(Fragment83, { children: [
|
|
10603
|
+
separator && /* @__PURE__ */ jsx234("div", { className: "k-time-separator", children: ":" }),
|
|
10604
|
+
/* @__PURE__ */ jsxs99(
|
|
10476
10605
|
"div",
|
|
10477
10606
|
{
|
|
10478
10607
|
...other,
|
|
@@ -10484,10 +10613,10 @@ var TimeSelectorColumn = (props) => {
|
|
|
10484
10613
|
})
|
|
10485
10614
|
),
|
|
10486
10615
|
children: [
|
|
10487
|
-
/* @__PURE__ */
|
|
10488
|
-
/* @__PURE__ */
|
|
10489
|
-
/* @__PURE__ */
|
|
10490
|
-
/* @__PURE__ */
|
|
10616
|
+
/* @__PURE__ */ jsx234("span", { className: "k-title", children: text }),
|
|
10617
|
+
/* @__PURE__ */ jsx234("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs99("div", { className: "k-content k-scrollable k-time-container", children: [
|
|
10618
|
+
/* @__PURE__ */ jsx234("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
|
|
10619
|
+
/* @__PURE__ */ jsx234("div", { className: "k-scrollable-placeholder" })
|
|
10491
10620
|
] }) })
|
|
10492
10621
|
]
|
|
10493
10622
|
}
|
|
@@ -10496,14 +10625,14 @@ var TimeSelectorColumn = (props) => {
|
|
|
10496
10625
|
};
|
|
10497
10626
|
|
|
10498
10627
|
// src/time-selector/time-selector-header.tsx
|
|
10499
|
-
import { jsx as
|
|
10628
|
+
import { jsx as jsx235, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
10500
10629
|
var className20 = `k-time-header`;
|
|
10501
10630
|
var TimeSelectorHeader = (props) => {
|
|
10502
10631
|
const {
|
|
10503
10632
|
title,
|
|
10504
10633
|
...other
|
|
10505
10634
|
} = props;
|
|
10506
|
-
return /* @__PURE__ */
|
|
10635
|
+
return /* @__PURE__ */ jsxs100(
|
|
10507
10636
|
"div",
|
|
10508
10637
|
{
|
|
10509
10638
|
...other,
|
|
@@ -10512,7 +10641,7 @@ var TimeSelectorHeader = (props) => {
|
|
|
10512
10641
|
className20
|
|
10513
10642
|
),
|
|
10514
10643
|
children: [
|
|
10515
|
-
title != null && /* @__PURE__ */
|
|
10644
|
+
title != null && /* @__PURE__ */ jsx235("span", { className: "k-title", children: title }),
|
|
10516
10645
|
props.children
|
|
10517
10646
|
]
|
|
10518
10647
|
}
|
|
@@ -10520,13 +10649,13 @@ var TimeSelectorHeader = (props) => {
|
|
|
10520
10649
|
};
|
|
10521
10650
|
|
|
10522
10651
|
// src/time-selector/time-selector-fast-selection.tsx
|
|
10523
|
-
import { jsx as
|
|
10652
|
+
import { jsx as jsx236, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
10524
10653
|
var className21 = `k-time-fast-selection`;
|
|
10525
10654
|
var TimeSelectorFastSelection = (props) => {
|
|
10526
10655
|
const {
|
|
10527
10656
|
...other
|
|
10528
10657
|
} = props;
|
|
10529
|
-
return /* @__PURE__ */
|
|
10658
|
+
return /* @__PURE__ */ jsxs101(
|
|
10530
10659
|
ActionButtons,
|
|
10531
10660
|
{
|
|
10532
10661
|
...other,
|
|
@@ -10536,27 +10665,27 @@ var TimeSelectorFastSelection = (props) => {
|
|
|
10536
10665
|
className21
|
|
10537
10666
|
),
|
|
10538
10667
|
children: [
|
|
10539
|
-
/* @__PURE__ */
|
|
10540
|
-
/* @__PURE__ */
|
|
10541
|
-
/* @__PURE__ */
|
|
10668
|
+
/* @__PURE__ */ jsx236(Button, { children: "1 d" }),
|
|
10669
|
+
/* @__PURE__ */ jsx236(Button, { children: "1 h" }),
|
|
10670
|
+
/* @__PURE__ */ jsx236(Button, { children: "15 m" })
|
|
10542
10671
|
]
|
|
10543
10672
|
}
|
|
10544
10673
|
);
|
|
10545
10674
|
};
|
|
10546
10675
|
|
|
10547
10676
|
// src/time-selector/templates/time-selector-all.tsx
|
|
10548
|
-
import { jsx as
|
|
10677
|
+
import { jsx as jsx237, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
10549
10678
|
|
|
10550
10679
|
// src/time-selector/templates/time-selector-hour.tsx
|
|
10551
|
-
import { jsx as
|
|
10680
|
+
import { jsx as jsx238, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
10552
10681
|
|
|
10553
10682
|
// src/time-selector/templates/time-selector-minute.tsx
|
|
10554
|
-
import { jsx as
|
|
10683
|
+
import { jsx as jsx239, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
10555
10684
|
|
|
10556
10685
|
// src/timepicker/timepicker.spec.tsx
|
|
10557
|
-
import { Fragment as
|
|
10686
|
+
import { Fragment as Fragment84, jsx as jsx240, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
10558
10687
|
var TIMEPICKER_CLASSNAME = `k-timepicker`;
|
|
10559
|
-
var
|
|
10688
|
+
var states81 = [
|
|
10560
10689
|
States.hover,
|
|
10561
10690
|
States.focus,
|
|
10562
10691
|
States.valid,
|
|
@@ -10566,12 +10695,12 @@ var states80 = [
|
|
|
10566
10695
|
States.loading,
|
|
10567
10696
|
States.readonly
|
|
10568
10697
|
];
|
|
10569
|
-
var
|
|
10698
|
+
var options78 = {
|
|
10570
10699
|
size: [Size.small, Size.medium, Size.large],
|
|
10571
10700
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
10572
10701
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
10573
10702
|
};
|
|
10574
|
-
var
|
|
10703
|
+
var defaultProps79 = {
|
|
10575
10704
|
size: Input.defaultProps.size,
|
|
10576
10705
|
rounded: Input.defaultProps.rounded,
|
|
10577
10706
|
fillMode: Input.defaultProps.fillMode
|
|
@@ -10598,8 +10727,8 @@ var TimePicker = (props) => {
|
|
|
10598
10727
|
adaptiveSettings,
|
|
10599
10728
|
...other
|
|
10600
10729
|
} = props;
|
|
10601
|
-
return /* @__PURE__ */
|
|
10602
|
-
/* @__PURE__ */
|
|
10730
|
+
return /* @__PURE__ */ jsxs105(Fragment84, { children: [
|
|
10731
|
+
/* @__PURE__ */ jsxs105(
|
|
10603
10732
|
Input,
|
|
10604
10733
|
{
|
|
10605
10734
|
...other,
|
|
@@ -10616,9 +10745,9 @@ var TimePicker = (props) => {
|
|
|
10616
10745
|
readonly,
|
|
10617
10746
|
className: classNames(props.className, TIMEPICKER_CLASSNAME),
|
|
10618
10747
|
children: [
|
|
10619
|
-
/* @__PURE__ */
|
|
10620
|
-
/* @__PURE__ */
|
|
10621
|
-
/* @__PURE__ */
|
|
10748
|
+
/* @__PURE__ */ jsx240(InputPrefix, { children: prefix }),
|
|
10749
|
+
/* @__PURE__ */ jsx240(InputInnerInput, { placeholder, value }),
|
|
10750
|
+
/* @__PURE__ */ jsx240(
|
|
10622
10751
|
InputValidationIcon,
|
|
10623
10752
|
{
|
|
10624
10753
|
valid,
|
|
@@ -10627,14 +10756,14 @@ var TimePicker = (props) => {
|
|
|
10627
10756
|
disabled
|
|
10628
10757
|
}
|
|
10629
10758
|
),
|
|
10630
|
-
/* @__PURE__ */
|
|
10759
|
+
/* @__PURE__ */ jsx240(
|
|
10631
10760
|
InputLoadingIcon,
|
|
10632
10761
|
{
|
|
10633
10762
|
loading,
|
|
10634
10763
|
disabled
|
|
10635
10764
|
}
|
|
10636
10765
|
),
|
|
10637
|
-
/* @__PURE__ */
|
|
10766
|
+
/* @__PURE__ */ jsx240(
|
|
10638
10767
|
InputClearValue,
|
|
10639
10768
|
{
|
|
10640
10769
|
loading,
|
|
@@ -10643,8 +10772,8 @@ var TimePicker = (props) => {
|
|
|
10643
10772
|
value
|
|
10644
10773
|
}
|
|
10645
10774
|
),
|
|
10646
|
-
/* @__PURE__ */
|
|
10647
|
-
/* @__PURE__ */
|
|
10775
|
+
/* @__PURE__ */ jsx240(InputSuffix, { children: suffix }),
|
|
10776
|
+
/* @__PURE__ */ jsx240(
|
|
10648
10777
|
Button,
|
|
10649
10778
|
{
|
|
10650
10779
|
className: "k-input-button",
|
|
@@ -10657,15 +10786,15 @@ var TimePicker = (props) => {
|
|
|
10657
10786
|
]
|
|
10658
10787
|
}
|
|
10659
10788
|
),
|
|
10660
|
-
opened && /* @__PURE__ */
|
|
10661
|
-
/* @__PURE__ */
|
|
10662
|
-
/* @__PURE__ */
|
|
10663
|
-
/* @__PURE__ */
|
|
10664
|
-
/* @__PURE__ */
|
|
10789
|
+
opened && /* @__PURE__ */ jsxs105(Popup, { className: "k-list-container k-timepicker-popup", children: [
|
|
10790
|
+
/* @__PURE__ */ jsx240(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx240(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx240(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
|
|
10791
|
+
/* @__PURE__ */ jsxs105(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
|
|
10792
|
+
/* @__PURE__ */ jsx240(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
|
|
10793
|
+
/* @__PURE__ */ jsx240(Button, { className: "k-time-cancel", children: "Cancel" })
|
|
10665
10794
|
] })
|
|
10666
10795
|
] }),
|
|
10667
|
-
adaptive && /* @__PURE__ */
|
|
10668
|
-
/* @__PURE__ */
|
|
10796
|
+
adaptive && /* @__PURE__ */ jsxs105(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
10797
|
+
/* @__PURE__ */ jsx240(
|
|
10669
10798
|
ActionSheetHeader,
|
|
10670
10799
|
{
|
|
10671
10800
|
actions: ["x"],
|
|
@@ -10673,46 +10802,46 @@ var TimePicker = (props) => {
|
|
|
10673
10802
|
subTitle: "DD / MM / YY"
|
|
10674
10803
|
}
|
|
10675
10804
|
),
|
|
10676
|
-
/* @__PURE__ */
|
|
10677
|
-
/* @__PURE__ */
|
|
10805
|
+
/* @__PURE__ */ jsx240(TimeSelector, { size: "large", columns: ["HH", "mm", "ss", "tt"], focusedColumn: "HH", header: /* @__PURE__ */ jsx240(TimeSelectorHeader, { title: "10:00:00 \u0410\u041C", children: /* @__PURE__ */ jsx240(Button, { size: "large", fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
|
|
10806
|
+
/* @__PURE__ */ jsx240(ActionSheetFooter, { actions: ["Cancel", "!Set time"] })
|
|
10678
10807
|
] })
|
|
10679
10808
|
] });
|
|
10680
10809
|
};
|
|
10681
|
-
TimePicker.states =
|
|
10682
|
-
TimePicker.options =
|
|
10810
|
+
TimePicker.states = states81;
|
|
10811
|
+
TimePicker.options = options78;
|
|
10683
10812
|
TimePicker.className = TIMEPICKER_CLASSNAME;
|
|
10684
|
-
TimePicker.defaultProps =
|
|
10813
|
+
TimePicker.defaultProps = defaultProps79;
|
|
10685
10814
|
|
|
10686
10815
|
// src/timepicker/templates/timepicker-normal.tsx
|
|
10687
|
-
import { jsx as
|
|
10816
|
+
import { jsx as jsx241 } from "react/jsx-runtime";
|
|
10688
10817
|
|
|
10689
10818
|
// src/timepicker/templates/timepicker-popup.tsx
|
|
10690
|
-
import { jsx as
|
|
10819
|
+
import { jsx as jsx242 } from "react/jsx-runtime";
|
|
10691
10820
|
|
|
10692
10821
|
// src/timepicker/templates/timepicker-adaptive.tsx
|
|
10693
|
-
import { jsx as
|
|
10822
|
+
import { jsx as jsx243 } from "react/jsx-runtime";
|
|
10694
10823
|
|
|
10695
10824
|
// src/datetime-selector/datetime-selector.spec.tsx
|
|
10696
|
-
import { Fragment as
|
|
10825
|
+
import { Fragment as Fragment85, jsx as jsx244, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
10697
10826
|
var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
|
|
10698
|
-
var
|
|
10699
|
-
var
|
|
10827
|
+
var states82 = [];
|
|
10828
|
+
var options79 = {
|
|
10700
10829
|
size: [Size.small, Size.medium, Size.large]
|
|
10701
10830
|
};
|
|
10702
|
-
var
|
|
10831
|
+
var defaultProps80 = {
|
|
10703
10832
|
tab: "date",
|
|
10704
10833
|
size: Size.medium,
|
|
10705
10834
|
actionButtons: true
|
|
10706
10835
|
};
|
|
10707
10836
|
var DateTimeSelector = (props) => {
|
|
10708
10837
|
const {
|
|
10709
|
-
size =
|
|
10710
|
-
tab =
|
|
10711
|
-
actionButtons =
|
|
10838
|
+
size = defaultProps80.size,
|
|
10839
|
+
tab = defaultProps80.tab,
|
|
10840
|
+
actionButtons = defaultProps80.actionButtons,
|
|
10712
10841
|
dir,
|
|
10713
10842
|
...other
|
|
10714
10843
|
} = props;
|
|
10715
|
-
return /* @__PURE__ */
|
|
10844
|
+
return /* @__PURE__ */ jsxs106(
|
|
10716
10845
|
"div",
|
|
10717
10846
|
{
|
|
10718
10847
|
...other,
|
|
@@ -10728,34 +10857,34 @@ var DateTimeSelector = (props) => {
|
|
|
10728
10857
|
})
|
|
10729
10858
|
),
|
|
10730
10859
|
children: [
|
|
10731
|
-
/* @__PURE__ */
|
|
10732
|
-
/* @__PURE__ */
|
|
10733
|
-
/* @__PURE__ */
|
|
10860
|
+
/* @__PURE__ */ jsx244("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs106(ButtonGroup, { stretched: true, children: [
|
|
10861
|
+
/* @__PURE__ */ jsx244(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
|
|
10862
|
+
/* @__PURE__ */ jsx244(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
|
|
10734
10863
|
] }) }),
|
|
10735
|
-
/* @__PURE__ */
|
|
10736
|
-
/* @__PURE__ */
|
|
10737
|
-
/* @__PURE__ */
|
|
10738
|
-
] }) : /* @__PURE__ */
|
|
10739
|
-
/* @__PURE__ */
|
|
10740
|
-
/* @__PURE__ */
|
|
10864
|
+
/* @__PURE__ */ jsx244("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs106(Fragment85, { children: [
|
|
10865
|
+
/* @__PURE__ */ jsx244("div", { className: "k-datetime-calendar-wrap" }),
|
|
10866
|
+
/* @__PURE__ */ jsx244("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx244(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx244(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx244(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
|
|
10867
|
+
] }) : /* @__PURE__ */ jsxs106(Fragment85, { children: [
|
|
10868
|
+
/* @__PURE__ */ jsx244("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx244(CalendarNormal, { size, showOtherMonth: true, dir }) }),
|
|
10869
|
+
/* @__PURE__ */ jsx244("div", { className: "k-datetime-time-wrap" })
|
|
10741
10870
|
] }) }),
|
|
10742
|
-
actionButtons && /* @__PURE__ */
|
|
10743
|
-
/* @__PURE__ */
|
|
10744
|
-
/* @__PURE__ */
|
|
10871
|
+
actionButtons && /* @__PURE__ */ jsxs106(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
|
|
10872
|
+
/* @__PURE__ */ jsx244(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
|
|
10873
|
+
/* @__PURE__ */ jsx244(Button, { size, className: "k-time-cancel", children: "Cancel" })
|
|
10745
10874
|
] })
|
|
10746
10875
|
]
|
|
10747
10876
|
}
|
|
10748
10877
|
);
|
|
10749
10878
|
};
|
|
10750
|
-
DateTimeSelector.states =
|
|
10751
|
-
DateTimeSelector.options =
|
|
10879
|
+
DateTimeSelector.states = states82;
|
|
10880
|
+
DateTimeSelector.options = options79;
|
|
10752
10881
|
DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
|
|
10753
|
-
DateTimeSelector.defaultProps =
|
|
10882
|
+
DateTimeSelector.defaultProps = defaultProps80;
|
|
10754
10883
|
|
|
10755
10884
|
// src/datetimepicker/datetimepicker.spec.tsx
|
|
10756
|
-
import { Fragment as
|
|
10885
|
+
import { Fragment as Fragment86, jsx as jsx245, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
10757
10886
|
var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
|
|
10758
|
-
var
|
|
10887
|
+
var states83 = [
|
|
10759
10888
|
States.hover,
|
|
10760
10889
|
States.focus,
|
|
10761
10890
|
States.valid,
|
|
@@ -10765,12 +10894,12 @@ var states82 = [
|
|
|
10765
10894
|
States.loading,
|
|
10766
10895
|
States.readonly
|
|
10767
10896
|
];
|
|
10768
|
-
var
|
|
10897
|
+
var options80 = {
|
|
10769
10898
|
size: [Size.small, Size.medium, Size.large],
|
|
10770
10899
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
10771
10900
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
10772
10901
|
};
|
|
10773
|
-
var
|
|
10902
|
+
var defaultProps81 = {
|
|
10774
10903
|
tab: "date",
|
|
10775
10904
|
size: Input.defaultProps.size,
|
|
10776
10905
|
rounded: Input.defaultProps.rounded,
|
|
@@ -10794,14 +10923,14 @@ var DateTimePicker = (props) => {
|
|
|
10794
10923
|
disabled,
|
|
10795
10924
|
readonly,
|
|
10796
10925
|
opened,
|
|
10797
|
-
tab =
|
|
10926
|
+
tab = defaultProps81.tab,
|
|
10798
10927
|
dir,
|
|
10799
10928
|
adaptive,
|
|
10800
10929
|
adaptiveSettings,
|
|
10801
10930
|
...other
|
|
10802
10931
|
} = props;
|
|
10803
|
-
return /* @__PURE__ */
|
|
10804
|
-
/* @__PURE__ */
|
|
10932
|
+
return /* @__PURE__ */ jsxs107(Fragment86, { children: [
|
|
10933
|
+
/* @__PURE__ */ jsxs107(
|
|
10805
10934
|
Input,
|
|
10806
10935
|
{
|
|
10807
10936
|
...other,
|
|
@@ -10819,9 +10948,9 @@ var DateTimePicker = (props) => {
|
|
|
10819
10948
|
readonly,
|
|
10820
10949
|
className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
|
|
10821
10950
|
children: [
|
|
10822
|
-
/* @__PURE__ */
|
|
10823
|
-
/* @__PURE__ */
|
|
10824
|
-
/* @__PURE__ */
|
|
10951
|
+
/* @__PURE__ */ jsx245(InputPrefix, { children: prefix }),
|
|
10952
|
+
/* @__PURE__ */ jsx245(InputInnerInput, { placeholder, value }),
|
|
10953
|
+
/* @__PURE__ */ jsx245(
|
|
10825
10954
|
InputValidationIcon,
|
|
10826
10955
|
{
|
|
10827
10956
|
valid,
|
|
@@ -10830,14 +10959,14 @@ var DateTimePicker = (props) => {
|
|
|
10830
10959
|
disabled
|
|
10831
10960
|
}
|
|
10832
10961
|
),
|
|
10833
|
-
/* @__PURE__ */
|
|
10962
|
+
/* @__PURE__ */ jsx245(
|
|
10834
10963
|
InputLoadingIcon,
|
|
10835
10964
|
{
|
|
10836
10965
|
loading,
|
|
10837
10966
|
disabled
|
|
10838
10967
|
}
|
|
10839
10968
|
),
|
|
10840
|
-
/* @__PURE__ */
|
|
10969
|
+
/* @__PURE__ */ jsx245(
|
|
10841
10970
|
InputClearValue,
|
|
10842
10971
|
{
|
|
10843
10972
|
loading,
|
|
@@ -10846,8 +10975,8 @@ var DateTimePicker = (props) => {
|
|
|
10846
10975
|
value
|
|
10847
10976
|
}
|
|
10848
10977
|
),
|
|
10849
|
-
/* @__PURE__ */
|
|
10850
|
-
/* @__PURE__ */
|
|
10978
|
+
/* @__PURE__ */ jsx245(InputSuffix, { children: suffix }),
|
|
10979
|
+
/* @__PURE__ */ jsx245(
|
|
10851
10980
|
Button,
|
|
10852
10981
|
{
|
|
10853
10982
|
className: "k-input-button",
|
|
@@ -10860,9 +10989,9 @@ var DateTimePicker = (props) => {
|
|
|
10860
10989
|
]
|
|
10861
10990
|
}
|
|
10862
10991
|
),
|
|
10863
|
-
opened && /* @__PURE__ */
|
|
10864
|
-
adaptive && /* @__PURE__ */
|
|
10865
|
-
/* @__PURE__ */
|
|
10992
|
+
opened && /* @__PURE__ */ jsx245(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx245(DateTimeSelector, { tab, dir }) }),
|
|
10993
|
+
adaptive && /* @__PURE__ */ jsxs107(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
10994
|
+
/* @__PURE__ */ jsx245(
|
|
10866
10995
|
ActionSheetHeader,
|
|
10867
10996
|
{
|
|
10868
10997
|
actions: ["x"],
|
|
@@ -10870,153 +10999,24 @@ var DateTimePicker = (props) => {
|
|
|
10870
10999
|
subTitle: "DD / MM / YY"
|
|
10871
11000
|
}
|
|
10872
11001
|
),
|
|
10873
|
-
/* @__PURE__ */
|
|
10874
|
-
/* @__PURE__ */
|
|
11002
|
+
/* @__PURE__ */ jsx245(DateTimeSelector, { size: "large", tab, actionButtons: false }),
|
|
11003
|
+
/* @__PURE__ */ jsx245(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
|
|
10875
11004
|
] })
|
|
10876
11005
|
] });
|
|
10877
11006
|
};
|
|
10878
|
-
DateTimePicker.states =
|
|
10879
|
-
DateTimePicker.options =
|
|
11007
|
+
DateTimePicker.states = states83;
|
|
11008
|
+
DateTimePicker.options = options80;
|
|
10880
11009
|
DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
|
|
10881
|
-
DateTimePicker.defaultProps =
|
|
11010
|
+
DateTimePicker.defaultProps = defaultProps81;
|
|
10882
11011
|
|
|
10883
11012
|
// src/datetimepicker/templates/datetimepicker-normal.tsx
|
|
10884
|
-
import { jsx as
|
|
11013
|
+
import { jsx as jsx246 } from "react/jsx-runtime";
|
|
10885
11014
|
|
|
10886
11015
|
// src/datetimepicker/templates/datetimepicker-popup.tsx
|
|
10887
|
-
import { jsx as
|
|
11016
|
+
import { jsx as jsx247 } from "react/jsx-runtime";
|
|
10888
11017
|
|
|
10889
11018
|
// src/datetimepicker/templates/datetimepicker-adaptive.tsx
|
|
10890
|
-
import { jsx as
|
|
10891
|
-
|
|
10892
|
-
// src/multiviewcalendar/multiviewcalendar.spec.tsx
|
|
10893
|
-
import { jsx as jsx243 } from "react/jsx-runtime";
|
|
10894
|
-
var MULTIVIEWCALENDAR_CLASSNAME = `k-calendar-range`;
|
|
10895
|
-
var states83 = [];
|
|
10896
|
-
var options80 = {
|
|
10897
|
-
size: [Size.small, Size.medium, Size.large]
|
|
10898
|
-
};
|
|
10899
|
-
var defaultProps81 = {
|
|
10900
|
-
size: Size.medium,
|
|
10901
|
-
calendarHeaderText: "October 2021 - November 2021",
|
|
10902
|
-
viewsCount: 2,
|
|
10903
|
-
orientation: "horizontal",
|
|
10904
|
-
calendarView: "month"
|
|
10905
|
-
};
|
|
10906
|
-
var MultiViewCalendar = (props) => {
|
|
10907
|
-
const {
|
|
10908
|
-
size = defaultProps81.size,
|
|
10909
|
-
orientation = defaultProps81.orientation,
|
|
10910
|
-
calendarView = defaultProps81.calendarView,
|
|
10911
|
-
calendarHeaderText = defaultProps81.calendarHeaderText,
|
|
10912
|
-
viewsCount = defaultProps81.viewsCount,
|
|
10913
|
-
showCalendarFooter,
|
|
10914
|
-
showWeek,
|
|
10915
|
-
dir,
|
|
10916
|
-
...other
|
|
10917
|
-
} = props;
|
|
10918
|
-
return /* @__PURE__ */ jsx243(
|
|
10919
|
-
Calendar,
|
|
10920
|
-
{
|
|
10921
|
-
...other,
|
|
10922
|
-
className: classNames(
|
|
10923
|
-
props.className,
|
|
10924
|
-
MULTIVIEWCALENDAR_CLASSNAME
|
|
10925
|
-
),
|
|
10926
|
-
size,
|
|
10927
|
-
calendarHeaderText,
|
|
10928
|
-
calendarView,
|
|
10929
|
-
viewsCount,
|
|
10930
|
-
orientation,
|
|
10931
|
-
showCalendarFooter,
|
|
10932
|
-
showWeek,
|
|
10933
|
-
dir
|
|
10934
|
-
}
|
|
10935
|
-
);
|
|
10936
|
-
};
|
|
10937
|
-
MultiViewCalendar.states = states83;
|
|
10938
|
-
MultiViewCalendar.options = options80;
|
|
10939
|
-
MultiViewCalendar.className = MULTIVIEWCALENDAR_CLASSNAME;
|
|
10940
|
-
MultiViewCalendar.defaultProps = defaultProps81;
|
|
10941
|
-
|
|
10942
|
-
// src/multiviewcalendar/templates/multiviewcalendar-century.tsx
|
|
10943
|
-
import { Fragment as Fragment82, jsx as jsx244, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
10944
|
-
|
|
10945
|
-
// src/multiviewcalendar/templates/multiviewcalendar-decade.tsx
|
|
10946
|
-
import { Fragment as Fragment83, jsx as jsx245, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
10947
|
-
|
|
10948
|
-
// src/multiviewcalendar/templates/multiviewcalendar-normal.tsx
|
|
10949
|
-
import { Fragment as Fragment84, jsx as jsx246, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
10950
|
-
var MultiViewCalendarNormal = ({ showOtherMonth, ...props }) => /* @__PURE__ */ jsx246(
|
|
10951
|
-
MultiViewCalendar,
|
|
10952
|
-
{
|
|
10953
|
-
calendarView: "month",
|
|
10954
|
-
showTableHead: true,
|
|
10955
|
-
children: /* @__PURE__ */ jsxs105(Fragment84, { children: [
|
|
10956
|
-
/* @__PURE__ */ jsxs105(CalendarTableRow, { children: [
|
|
10957
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "30", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
|
|
10958
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "1" }),
|
|
10959
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "2" }),
|
|
10960
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "3" }),
|
|
10961
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "4" }),
|
|
10962
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "5" }),
|
|
10963
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "6", weekend: true })
|
|
10964
|
-
] }),
|
|
10965
|
-
/* @__PURE__ */ jsxs105(CalendarTableRow, { children: [
|
|
10966
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "7", weekend: true }),
|
|
10967
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "8" }),
|
|
10968
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "9" }),
|
|
10969
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "10" }),
|
|
10970
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "11" }),
|
|
10971
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "12" }),
|
|
10972
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "13", weekend: true })
|
|
10973
|
-
] }),
|
|
10974
|
-
/* @__PURE__ */ jsxs105(CalendarTableRow, { children: [
|
|
10975
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "14", weekend: true }),
|
|
10976
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "15" }),
|
|
10977
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "16", today: true }),
|
|
10978
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "17" }),
|
|
10979
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "18" }),
|
|
10980
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "19" }),
|
|
10981
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "20", weekend: true })
|
|
10982
|
-
] }),
|
|
10983
|
-
/* @__PURE__ */ jsxs105(CalendarTableRow, { children: [
|
|
10984
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "21", weekend: true }),
|
|
10985
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "22" }),
|
|
10986
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "23" }),
|
|
10987
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "24" }),
|
|
10988
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "25" }),
|
|
10989
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "26" }),
|
|
10990
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "27", weekend: true })
|
|
10991
|
-
] }),
|
|
10992
|
-
/* @__PURE__ */ jsxs105(CalendarTableRow, { children: [
|
|
10993
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "28", weekend: true }),
|
|
10994
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "29" }),
|
|
10995
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "30" }),
|
|
10996
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "31" }),
|
|
10997
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "1", showOtherMonth, empty: !showOtherMonth }),
|
|
10998
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "2", showOtherMonth, empty: !showOtherMonth }),
|
|
10999
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "3", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
|
|
11000
|
-
] }),
|
|
11001
|
-
/* @__PURE__ */ jsxs105(CalendarTableRow, { children: [
|
|
11002
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "4", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
|
|
11003
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "5", showOtherMonth, empty: !showOtherMonth }),
|
|
11004
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "6", showOtherMonth, empty: !showOtherMonth }),
|
|
11005
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "7", showOtherMonth, empty: !showOtherMonth }),
|
|
11006
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "8", showOtherMonth, empty: !showOtherMonth }),
|
|
11007
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "9", showOtherMonth, empty: !showOtherMonth }),
|
|
11008
|
-
/* @__PURE__ */ jsx246(CalendarCell, { text: "10", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
|
|
11009
|
-
] })
|
|
11010
|
-
] }),
|
|
11011
|
-
...props
|
|
11012
|
-
}
|
|
11013
|
-
);
|
|
11014
|
-
|
|
11015
|
-
// src/multiviewcalendar/templates/multiviewcalendar-with-weeks.tsx
|
|
11016
|
-
import { Fragment as Fragment85, jsx as jsx247, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
11017
|
-
|
|
11018
|
-
// src/multiviewcalendar/templates/multiviewcalendar-year.tsx
|
|
11019
|
-
import { Fragment as Fragment86, jsx as jsx248, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
11019
|
+
import { jsx as jsx248 } from "react/jsx-runtime";
|
|
11020
11020
|
|
|
11021
11021
|
// src/daterangepicker/daterangepicker.spec.tsx
|
|
11022
11022
|
import { Fragment as Fragment87, jsx as jsx249, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
@@ -17681,724 +17681,944 @@ import { Fragment as Fragment187, jsx as jsx551, jsxs as jsxs259 } from "react/j
|
|
|
17681
17681
|
// src/editor/templates/editor-responsive-toolbar.tsx
|
|
17682
17682
|
import { Fragment as Fragment188, jsx as jsx552, jsxs as jsxs260 } from "react/jsx-runtime";
|
|
17683
17683
|
|
|
17684
|
-
// src/
|
|
17684
|
+
// src/gantt/gantt.spec.tsx
|
|
17685
|
+
import { jsxs as jsxs261 } from "react/jsx-runtime";
|
|
17686
|
+
var GANTT_CLASSNAME = "k-gantt";
|
|
17687
|
+
var states193 = [];
|
|
17688
|
+
var options178 = {};
|
|
17689
|
+
var defaultProps182 = {};
|
|
17690
|
+
var Gantt = (props) => {
|
|
17691
|
+
const {
|
|
17692
|
+
headerToolbar,
|
|
17693
|
+
footerToolbar,
|
|
17694
|
+
...other
|
|
17695
|
+
} = props;
|
|
17696
|
+
return /* @__PURE__ */ jsxs261(
|
|
17697
|
+
"div",
|
|
17698
|
+
{
|
|
17699
|
+
...other,
|
|
17700
|
+
className: classNames(
|
|
17701
|
+
props.className,
|
|
17702
|
+
GANTT_CLASSNAME
|
|
17703
|
+
),
|
|
17704
|
+
children: [
|
|
17705
|
+
headerToolbar,
|
|
17706
|
+
props.children,
|
|
17707
|
+
footerToolbar
|
|
17708
|
+
]
|
|
17709
|
+
}
|
|
17710
|
+
);
|
|
17711
|
+
};
|
|
17712
|
+
Gantt.states = states193;
|
|
17713
|
+
Gantt.options = options178;
|
|
17714
|
+
Gantt.className = GANTT_CLASSNAME;
|
|
17715
|
+
Gantt.defaultProps = defaultProps182;
|
|
17716
|
+
|
|
17717
|
+
// src/gantt/gantt-header-toolbar.spec.tsx
|
|
17685
17718
|
import { jsx as jsx553 } from "react/jsx-runtime";
|
|
17686
17719
|
|
|
17687
|
-
// src/
|
|
17720
|
+
// src/gantt/gantt-footer-toolbar.spec.tsx
|
|
17688
17721
|
import { jsx as jsx554 } from "react/jsx-runtime";
|
|
17689
17722
|
|
|
17690
|
-
// src/
|
|
17723
|
+
// src/gantt/gantt-content.spec.tsx
|
|
17691
17724
|
import { jsx as jsx555 } from "react/jsx-runtime";
|
|
17692
17725
|
|
|
17693
|
-
// src/
|
|
17726
|
+
// src/gantt/gantt-tables-wrapper.spec.tsx
|
|
17694
17727
|
import { jsx as jsx556 } from "react/jsx-runtime";
|
|
17695
17728
|
|
|
17729
|
+
// src/gantt/gantt-columns-table.spec.tsx
|
|
17730
|
+
import { jsx as jsx557 } from "react/jsx-runtime";
|
|
17731
|
+
|
|
17732
|
+
// src/gantt/gantt-rows-table.spec.tsx
|
|
17733
|
+
import { jsx as jsx558 } from "react/jsx-runtime";
|
|
17734
|
+
|
|
17735
|
+
// src/gantt/gantt-tasks-table.spec.tsx
|
|
17736
|
+
import { jsx as jsx559 } from "react/jsx-runtime";
|
|
17737
|
+
|
|
17738
|
+
// src/gantt/gantt-task.spec.tsx
|
|
17739
|
+
import { jsx as jsx560 } from "react/jsx-runtime";
|
|
17740
|
+
var GANTTTASK_CLASSNAME = "k-task";
|
|
17741
|
+
var states194 = [];
|
|
17742
|
+
var options179 = {};
|
|
17743
|
+
var defaultProps183 = {
|
|
17744
|
+
type: "single"
|
|
17745
|
+
};
|
|
17746
|
+
var GanttTask = (props) => {
|
|
17747
|
+
const {
|
|
17748
|
+
type = defaultProps183.type,
|
|
17749
|
+
...other
|
|
17750
|
+
} = props;
|
|
17751
|
+
return /* @__PURE__ */ jsx560(
|
|
17752
|
+
"div",
|
|
17753
|
+
{
|
|
17754
|
+
...other,
|
|
17755
|
+
className: classNames(
|
|
17756
|
+
props.className,
|
|
17757
|
+
GANTTTASK_CLASSNAME,
|
|
17758
|
+
{
|
|
17759
|
+
[`k-task-single`]: type === "single",
|
|
17760
|
+
[`k-task-milestone`]: type === "milestone",
|
|
17761
|
+
[`k-task-summary`]: type === "summary"
|
|
17762
|
+
}
|
|
17763
|
+
)
|
|
17764
|
+
}
|
|
17765
|
+
);
|
|
17766
|
+
};
|
|
17767
|
+
GanttTask.states = states194;
|
|
17768
|
+
GanttTask.options = options179;
|
|
17769
|
+
GanttTask.className = GANTTTASK_CLASSNAME;
|
|
17770
|
+
GanttTask.defaultProps = defaultProps183;
|
|
17771
|
+
|
|
17772
|
+
// src/gantt/gantt-task-wrap.spec.tsx
|
|
17773
|
+
import { jsx as jsx561 } from "react/jsx-runtime";
|
|
17774
|
+
var GANTTTASKWRAP_CLASSNAME = "k-task-wrap";
|
|
17775
|
+
var states195 = [];
|
|
17776
|
+
var options180 = {};
|
|
17777
|
+
var defaultProps184 = {
|
|
17778
|
+
type: "single"
|
|
17779
|
+
};
|
|
17780
|
+
var GanttTaskWrap = (props) => {
|
|
17781
|
+
const {
|
|
17782
|
+
type = defaultProps184.type,
|
|
17783
|
+
...other
|
|
17784
|
+
} = props;
|
|
17785
|
+
return /* @__PURE__ */ jsx561(
|
|
17786
|
+
"div",
|
|
17787
|
+
{
|
|
17788
|
+
...other,
|
|
17789
|
+
className: classNames(
|
|
17790
|
+
props.className,
|
|
17791
|
+
GANTTTASKWRAP_CLASSNAME,
|
|
17792
|
+
{
|
|
17793
|
+
[`k-milestone-wrap`]: type === "milestone",
|
|
17794
|
+
[`k-summary-wrap`]: type === "summary"
|
|
17795
|
+
}
|
|
17796
|
+
)
|
|
17797
|
+
}
|
|
17798
|
+
);
|
|
17799
|
+
};
|
|
17800
|
+
GanttTaskWrap.states = states195;
|
|
17801
|
+
GanttTaskWrap.options = options180;
|
|
17802
|
+
GanttTaskWrap.className = GANTTTASKWRAP_CLASSNAME;
|
|
17803
|
+
GanttTaskWrap.defaultProps = defaultProps184;
|
|
17804
|
+
|
|
17805
|
+
// src/gantt/gantt-task-dot.spec.tsx
|
|
17806
|
+
import { jsx as jsx562 } from "react/jsx-runtime";
|
|
17807
|
+
var GANTTTASKWDOT_CLASSNAME = "k-task-dot";
|
|
17808
|
+
var states196 = [];
|
|
17809
|
+
var options181 = {};
|
|
17810
|
+
var defaultProps185 = {
|
|
17811
|
+
position: "start"
|
|
17812
|
+
};
|
|
17813
|
+
var GanttTaskDot = (props) => {
|
|
17814
|
+
const {
|
|
17815
|
+
position = defaultProps185.position,
|
|
17816
|
+
...other
|
|
17817
|
+
} = props;
|
|
17818
|
+
return /* @__PURE__ */ jsx562(
|
|
17819
|
+
"div",
|
|
17820
|
+
{
|
|
17821
|
+
...other,
|
|
17822
|
+
className: classNames(
|
|
17823
|
+
props.className,
|
|
17824
|
+
GANTTTASKWDOT_CLASSNAME,
|
|
17825
|
+
{
|
|
17826
|
+
[`k-task-start`]: position === "start",
|
|
17827
|
+
[`k-task-end`]: position === "end"
|
|
17828
|
+
}
|
|
17829
|
+
)
|
|
17830
|
+
}
|
|
17831
|
+
);
|
|
17832
|
+
};
|
|
17833
|
+
GanttTaskDot.states = states196;
|
|
17834
|
+
GanttTaskDot.options = options181;
|
|
17835
|
+
GanttTaskDot.className = GANTTTASKWDOT_CLASSNAME;
|
|
17836
|
+
GanttTaskDot.defaultProps = defaultProps185;
|
|
17837
|
+
|
|
17838
|
+
// src/gantt/gantt-task-content.spec.tsx
|
|
17839
|
+
import { jsx as jsx563, jsxs as jsxs262 } from "react/jsx-runtime";
|
|
17840
|
+
var GANTTTASKCONTENT_CLASSNAME = "k-task-content";
|
|
17841
|
+
var states197 = [];
|
|
17842
|
+
var options182 = {};
|
|
17843
|
+
var defaultProps186 = {};
|
|
17844
|
+
var GanttTaskContent = (props) => {
|
|
17845
|
+
const {
|
|
17846
|
+
content,
|
|
17847
|
+
...other
|
|
17848
|
+
} = props;
|
|
17849
|
+
return /* @__PURE__ */ jsxs262(
|
|
17850
|
+
"div",
|
|
17851
|
+
{
|
|
17852
|
+
...other,
|
|
17853
|
+
className: classNames(
|
|
17854
|
+
props.className,
|
|
17855
|
+
GANTTTASKCONTENT_CLASSNAME
|
|
17856
|
+
),
|
|
17857
|
+
children: [
|
|
17858
|
+
content && /* @__PURE__ */ jsx563("div", { className: "k-task-template", children: content }),
|
|
17859
|
+
/* @__PURE__ */ jsx563("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx563("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx563(Icon, { icon: "x" }) }) }),
|
|
17860
|
+
/* @__PURE__ */ jsx563("span", { className: "k-resize-handle k-resize-w" }),
|
|
17861
|
+
/* @__PURE__ */ jsx563("span", { className: "k-resize-handle k-resize-e" })
|
|
17862
|
+
]
|
|
17863
|
+
}
|
|
17864
|
+
);
|
|
17865
|
+
};
|
|
17866
|
+
GanttTaskContent.states = states197;
|
|
17867
|
+
GanttTaskContent.options = options182;
|
|
17868
|
+
GanttTaskContent.className = GANTTTASKCONTENT_CLASSNAME;
|
|
17869
|
+
GanttTaskContent.defaultProps = defaultProps186;
|
|
17870
|
+
|
|
17871
|
+
// src/gantt/gantt-line.spec.tsx
|
|
17872
|
+
import { jsx as jsx564 } from "react/jsx-runtime";
|
|
17873
|
+
var GANTTLINE_CLASSNAME = "k-gantt-line";
|
|
17874
|
+
var states198 = [];
|
|
17875
|
+
var options183 = {};
|
|
17876
|
+
var defaultProps187 = {
|
|
17877
|
+
orientation: "horizontal"
|
|
17878
|
+
};
|
|
17879
|
+
var GanttLine = (props) => {
|
|
17880
|
+
const {
|
|
17881
|
+
orientation = defaultProps187.orientation,
|
|
17882
|
+
...other
|
|
17883
|
+
} = props;
|
|
17884
|
+
return /* @__PURE__ */ jsx564(
|
|
17885
|
+
"div",
|
|
17886
|
+
{
|
|
17887
|
+
...other,
|
|
17888
|
+
className: classNames(
|
|
17889
|
+
props.className,
|
|
17890
|
+
GANTTLINE_CLASSNAME,
|
|
17891
|
+
{
|
|
17892
|
+
[`k-gantt-line-h`]: orientation === "horizontal",
|
|
17893
|
+
[`k-gantt-line-v`]: orientation === "vertical"
|
|
17894
|
+
}
|
|
17895
|
+
)
|
|
17896
|
+
}
|
|
17897
|
+
);
|
|
17898
|
+
};
|
|
17899
|
+
GanttLine.states = states198;
|
|
17900
|
+
GanttLine.options = options183;
|
|
17901
|
+
GanttLine.className = GANTTLINE_CLASSNAME;
|
|
17902
|
+
GanttLine.defaultProps = defaultProps187;
|
|
17903
|
+
|
|
17904
|
+
// src/utils/templates/background/background-clip/border-clip.tsx
|
|
17905
|
+
import { jsx as jsx565 } from "react/jsx-runtime";
|
|
17906
|
+
|
|
17907
|
+
// src/utils/templates/background/background-clip/content-clip.tsx
|
|
17908
|
+
import { jsx as jsx566 } from "react/jsx-runtime";
|
|
17909
|
+
|
|
17910
|
+
// src/utils/templates/background/background-clip/padding-clip.tsx
|
|
17911
|
+
import { jsx as jsx567 } from "react/jsx-runtime";
|
|
17912
|
+
|
|
17913
|
+
// src/utils/templates/background/background-clip/text-clip.tsx
|
|
17914
|
+
import { jsx as jsx568 } from "react/jsx-runtime";
|
|
17915
|
+
|
|
17696
17916
|
// src/utils/templates/background/background-color/color.tsx
|
|
17697
|
-
import { jsx as
|
|
17917
|
+
import { jsx as jsx569, jsxs as jsxs263 } from "react/jsx-runtime";
|
|
17698
17918
|
|
|
17699
17919
|
// src/utils/templates/borders/border-color/all-sides.tsx
|
|
17700
|
-
import { jsx as
|
|
17920
|
+
import { jsx as jsx570, jsxs as jsxs264 } from "react/jsx-runtime";
|
|
17701
17921
|
|
|
17702
17922
|
// src/utils/templates/borders/border-color/individual.tsx
|
|
17703
|
-
import { jsx as
|
|
17923
|
+
import { jsx as jsx571, jsxs as jsxs265 } from "react/jsx-runtime";
|
|
17704
17924
|
|
|
17705
17925
|
// src/utils/templates/borders/border-color/left-right.tsx
|
|
17706
|
-
import { jsx as
|
|
17926
|
+
import { jsx as jsx572, jsxs as jsxs266 } from "react/jsx-runtime";
|
|
17707
17927
|
|
|
17708
17928
|
// src/utils/templates/borders/border-color/top-bottom.tsx
|
|
17709
|
-
import { jsx as
|
|
17929
|
+
import { jsx as jsx573, jsxs as jsxs267 } from "react/jsx-runtime";
|
|
17710
17930
|
|
|
17711
17931
|
// src/utils/templates/borders/border-radius/corners.tsx
|
|
17712
|
-
import { jsx as
|
|
17932
|
+
import { jsx as jsx574, jsxs as jsxs268 } from "react/jsx-runtime";
|
|
17713
17933
|
|
|
17714
17934
|
// src/utils/templates/borders/border-radius/no-rounding.tsx
|
|
17715
|
-
import { jsx as
|
|
17935
|
+
import { jsx as jsx575, jsxs as jsxs269 } from "react/jsx-runtime";
|
|
17716
17936
|
|
|
17717
17937
|
// src/utils/templates/borders/border-radius/rounding.tsx
|
|
17718
|
-
import { jsx as
|
|
17938
|
+
import { jsx as jsx576, jsxs as jsxs270 } from "react/jsx-runtime";
|
|
17719
17939
|
|
|
17720
17940
|
// src/utils/templates/borders/border-radius/sides.tsx
|
|
17721
|
-
import { jsx as
|
|
17941
|
+
import { jsx as jsx577, jsxs as jsxs271 } from "react/jsx-runtime";
|
|
17722
17942
|
|
|
17723
17943
|
// src/utils/templates/borders/border-style/all-sides.tsx
|
|
17724
|
-
import { jsx as
|
|
17944
|
+
import { jsx as jsx578, jsxs as jsxs272 } from "react/jsx-runtime";
|
|
17725
17945
|
|
|
17726
17946
|
// src/utils/templates/borders/border-style/individual.tsx
|
|
17727
|
-
import { jsx as
|
|
17947
|
+
import { jsx as jsx579, jsxs as jsxs273 } from "react/jsx-runtime";
|
|
17728
17948
|
|
|
17729
17949
|
// src/utils/templates/borders/border-style/left-right.tsx
|
|
17730
|
-
import { jsx as
|
|
17950
|
+
import { jsx as jsx580, jsxs as jsxs274 } from "react/jsx-runtime";
|
|
17731
17951
|
|
|
17732
17952
|
// src/utils/templates/borders/border-style/no-style.tsx
|
|
17733
|
-
import { jsx as
|
|
17953
|
+
import { jsx as jsx581 } from "react/jsx-runtime";
|
|
17734
17954
|
|
|
17735
17955
|
// src/utils/templates/borders/border-style/top-bottom.tsx
|
|
17736
|
-
import { jsx as
|
|
17956
|
+
import { jsx as jsx582, jsxs as jsxs275 } from "react/jsx-runtime";
|
|
17737
17957
|
|
|
17738
17958
|
// src/utils/templates/borders/border-width/all-sides.tsx
|
|
17739
|
-
import { jsx as
|
|
17959
|
+
import { jsx as jsx583, jsxs as jsxs276 } from "react/jsx-runtime";
|
|
17740
17960
|
|
|
17741
17961
|
// src/utils/templates/borders/border-width/individual.tsx
|
|
17742
|
-
import { jsx as
|
|
17962
|
+
import { jsx as jsx584, jsxs as jsxs277 } from "react/jsx-runtime";
|
|
17743
17963
|
|
|
17744
17964
|
// src/utils/templates/borders/border-width/left-right.tsx
|
|
17745
|
-
import { jsx as
|
|
17965
|
+
import { jsx as jsx585, jsxs as jsxs278 } from "react/jsx-runtime";
|
|
17746
17966
|
|
|
17747
17967
|
// src/utils/templates/borders/border-width/top-bottom.tsx
|
|
17748
|
-
import { jsx as
|
|
17968
|
+
import { jsx as jsx586, jsxs as jsxs279 } from "react/jsx-runtime";
|
|
17749
17969
|
|
|
17750
17970
|
// src/utils/templates/borders/outline-color/all-sides.tsx
|
|
17751
|
-
import { jsx as
|
|
17971
|
+
import { jsx as jsx587 } from "react/jsx-runtime";
|
|
17752
17972
|
|
|
17753
17973
|
// src/utils/templates/borders/outline-offset/all-sides.tsx
|
|
17754
|
-
import { jsx as
|
|
17974
|
+
import { jsx as jsx588, jsxs as jsxs280 } from "react/jsx-runtime";
|
|
17755
17975
|
|
|
17756
17976
|
// src/utils/templates/borders/outline-offset/no-offset.tsx
|
|
17757
|
-
import { jsx as
|
|
17977
|
+
import { jsx as jsx589 } from "react/jsx-runtime";
|
|
17758
17978
|
|
|
17759
17979
|
// src/utils/templates/borders/outline-style/all-sides.tsx
|
|
17760
|
-
import { jsx as
|
|
17980
|
+
import { jsx as jsx590, jsxs as jsxs281 } from "react/jsx-runtime";
|
|
17761
17981
|
|
|
17762
17982
|
// src/utils/templates/borders/outline-style/no-style.tsx
|
|
17763
|
-
import { jsx as
|
|
17983
|
+
import { jsx as jsx591 } from "react/jsx-runtime";
|
|
17764
17984
|
|
|
17765
17985
|
// src/utils/templates/borders/outline-width/all-sides.tsx
|
|
17766
|
-
import { jsx as
|
|
17986
|
+
import { jsx as jsx592, jsxs as jsxs282 } from "react/jsx-runtime";
|
|
17767
17987
|
|
|
17768
17988
|
// src/utils/templates/borders/outline-width/no-width.tsx
|
|
17769
|
-
import { jsx as
|
|
17989
|
+
import { jsx as jsx593 } from "react/jsx-runtime";
|
|
17770
17990
|
|
|
17771
17991
|
// src/utils/templates/effects/opacity/applying.tsx
|
|
17772
|
-
import { jsx as
|
|
17992
|
+
import { jsx as jsx594, jsxs as jsxs283 } from "react/jsx-runtime";
|
|
17773
17993
|
|
|
17774
17994
|
// src/utils/templates/filters/backdrop-blur/applying.tsx
|
|
17775
|
-
import { Fragment as Fragment189, jsx as
|
|
17995
|
+
import { Fragment as Fragment189, jsx as jsx595, jsxs as jsxs284 } from "react/jsx-runtime";
|
|
17776
17996
|
|
|
17777
17997
|
// src/utils/templates/flex-grid/align-content/around.tsx
|
|
17778
|
-
import { jsx as
|
|
17998
|
+
import { jsx as jsx596, jsxs as jsxs285 } from "react/jsx-runtime";
|
|
17779
17999
|
|
|
17780
18000
|
// src/utils/templates/flex-grid/align-content/between.tsx
|
|
17781
|
-
import { jsx as
|
|
18001
|
+
import { jsx as jsx597, jsxs as jsxs286 } from "react/jsx-runtime";
|
|
17782
18002
|
|
|
17783
18003
|
// src/utils/templates/flex-grid/align-content/center.tsx
|
|
17784
|
-
import { jsx as
|
|
18004
|
+
import { jsx as jsx598, jsxs as jsxs287 } from "react/jsx-runtime";
|
|
17785
18005
|
|
|
17786
18006
|
// src/utils/templates/flex-grid/align-content/end.tsx
|
|
17787
|
-
import { jsx as
|
|
18007
|
+
import { jsx as jsx599, jsxs as jsxs288 } from "react/jsx-runtime";
|
|
17788
18008
|
|
|
17789
18009
|
// src/utils/templates/flex-grid/align-content/evenly.tsx
|
|
17790
|
-
import { jsx as
|
|
18010
|
+
import { jsx as jsx600, jsxs as jsxs289 } from "react/jsx-runtime";
|
|
17791
18011
|
|
|
17792
18012
|
// src/utils/templates/flex-grid/align-content/normal.tsx
|
|
17793
|
-
import { jsx as
|
|
18013
|
+
import { jsx as jsx601, jsxs as jsxs290 } from "react/jsx-runtime";
|
|
17794
18014
|
|
|
17795
18015
|
// src/utils/templates/flex-grid/align-content/start.tsx
|
|
17796
|
-
import { jsx as
|
|
18016
|
+
import { jsx as jsx602, jsxs as jsxs291 } from "react/jsx-runtime";
|
|
17797
18017
|
|
|
17798
18018
|
// src/utils/templates/flex-grid/align-content/stretch.tsx
|
|
17799
|
-
import { jsx as
|
|
18019
|
+
import { jsx as jsx603, jsxs as jsxs292 } from "react/jsx-runtime";
|
|
17800
18020
|
|
|
17801
18021
|
// src/utils/templates/flex-grid/align-items/baseline.tsx
|
|
17802
|
-
import { jsx as
|
|
18022
|
+
import { jsx as jsx604, jsxs as jsxs293 } from "react/jsx-runtime";
|
|
17803
18023
|
|
|
17804
18024
|
// src/utils/templates/flex-grid/align-items/center.tsx
|
|
17805
|
-
import { jsx as
|
|
18025
|
+
import { jsx as jsx605, jsxs as jsxs294 } from "react/jsx-runtime";
|
|
17806
18026
|
|
|
17807
18027
|
// src/utils/templates/flex-grid/align-items/end.tsx
|
|
17808
|
-
import { jsx as
|
|
18028
|
+
import { jsx as jsx606, jsxs as jsxs295 } from "react/jsx-runtime";
|
|
17809
18029
|
|
|
17810
18030
|
// src/utils/templates/flex-grid/align-items/start.tsx
|
|
17811
|
-
import { jsx as
|
|
18031
|
+
import { jsx as jsx607, jsxs as jsxs296 } from "react/jsx-runtime";
|
|
17812
18032
|
|
|
17813
18033
|
// src/utils/templates/flex-grid/align-items/stretch.tsx
|
|
17814
|
-
import { jsx as
|
|
18034
|
+
import { jsx as jsx608, jsxs as jsxs297 } from "react/jsx-runtime";
|
|
17815
18035
|
|
|
17816
18036
|
// src/utils/templates/flex-grid/align-self/baseline.tsx
|
|
17817
|
-
import { jsx as
|
|
18037
|
+
import { jsx as jsx609, jsxs as jsxs298 } from "react/jsx-runtime";
|
|
17818
18038
|
|
|
17819
18039
|
// src/utils/templates/flex-grid/align-self/center.tsx
|
|
17820
|
-
import { jsx as
|
|
18040
|
+
import { jsx as jsx610, jsxs as jsxs299 } from "react/jsx-runtime";
|
|
17821
18041
|
|
|
17822
18042
|
// src/utils/templates/flex-grid/align-self/end.tsx
|
|
17823
|
-
import { jsx as
|
|
18043
|
+
import { jsx as jsx611, jsxs as jsxs300 } from "react/jsx-runtime";
|
|
17824
18044
|
|
|
17825
18045
|
// src/utils/templates/flex-grid/align-self/start.tsx
|
|
17826
|
-
import { jsx as
|
|
18046
|
+
import { jsx as jsx612, jsxs as jsxs301 } from "react/jsx-runtime";
|
|
17827
18047
|
|
|
17828
18048
|
// src/utils/templates/flex-grid/align-self/stretch.tsx
|
|
17829
|
-
import { jsx as
|
|
18049
|
+
import { jsx as jsx613, jsxs as jsxs302 } from "react/jsx-runtime";
|
|
17830
18050
|
|
|
17831
18051
|
// src/utils/templates/flex-grid/flex/auto.tsx
|
|
17832
|
-
import { jsx as
|
|
18052
|
+
import { jsx as jsx614, jsxs as jsxs303 } from "react/jsx-runtime";
|
|
17833
18053
|
|
|
17834
18054
|
// src/utils/templates/flex-grid/flex/flex-1.tsx
|
|
17835
|
-
import { jsx as
|
|
18055
|
+
import { jsx as jsx615, jsxs as jsxs304 } from "react/jsx-runtime";
|
|
17836
18056
|
|
|
17837
18057
|
// src/utils/templates/flex-grid/flex/initial.tsx
|
|
17838
|
-
import { jsx as
|
|
18058
|
+
import { jsx as jsx616, jsxs as jsxs305 } from "react/jsx-runtime";
|
|
17839
18059
|
|
|
17840
18060
|
// src/utils/templates/flex-grid/flex/none.tsx
|
|
17841
|
-
import { jsx as
|
|
18061
|
+
import { jsx as jsx617, jsxs as jsxs306 } from "react/jsx-runtime";
|
|
17842
18062
|
|
|
17843
18063
|
// src/utils/templates/flex-grid/flex-basis/auto.tsx
|
|
17844
|
-
import { jsx as
|
|
18064
|
+
import { jsx as jsx618, jsxs as jsxs307 } from "react/jsx-runtime";
|
|
17845
18065
|
|
|
17846
18066
|
// src/utils/templates/flex-grid/flex-basis/size.tsx
|
|
17847
|
-
import { jsx as
|
|
18067
|
+
import { jsx as jsx619, jsxs as jsxs308 } from "react/jsx-runtime";
|
|
17848
18068
|
|
|
17849
18069
|
// src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
|
|
17850
|
-
import { jsx as
|
|
18070
|
+
import { jsx as jsx620, jsxs as jsxs309 } from "react/jsx-runtime";
|
|
17851
18071
|
|
|
17852
18072
|
// src/utils/templates/flex-grid/flex-direction/column.tsx
|
|
17853
|
-
import { jsx as
|
|
18073
|
+
import { jsx as jsx621, jsxs as jsxs310 } from "react/jsx-runtime";
|
|
17854
18074
|
|
|
17855
18075
|
// src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
|
|
17856
|
-
import { jsx as
|
|
18076
|
+
import { jsx as jsx622, jsxs as jsxs311 } from "react/jsx-runtime";
|
|
17857
18077
|
|
|
17858
18078
|
// src/utils/templates/flex-grid/flex-direction/row.tsx
|
|
17859
|
-
import { jsx as
|
|
18079
|
+
import { jsx as jsx623, jsxs as jsxs312 } from "react/jsx-runtime";
|
|
17860
18080
|
|
|
17861
18081
|
// src/utils/templates/flex-grid/flex-grow/grow-0.tsx
|
|
17862
|
-
import { jsx as
|
|
18082
|
+
import { jsx as jsx624, jsxs as jsxs313 } from "react/jsx-runtime";
|
|
17863
18083
|
|
|
17864
18084
|
// src/utils/templates/flex-grid/flex-grow/grow-1.tsx
|
|
17865
|
-
import { jsx as
|
|
18085
|
+
import { jsx as jsx625, jsxs as jsxs314 } from "react/jsx-runtime";
|
|
17866
18086
|
|
|
17867
18087
|
// src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
|
|
17868
|
-
import { jsx as
|
|
18088
|
+
import { jsx as jsx626, jsxs as jsxs315 } from "react/jsx-runtime";
|
|
17869
18089
|
|
|
17870
18090
|
// src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
|
|
17871
|
-
import { jsx as
|
|
18091
|
+
import { jsx as jsx627, jsxs as jsxs316 } from "react/jsx-runtime";
|
|
17872
18092
|
|
|
17873
18093
|
// src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
|
|
17874
|
-
import { jsx as
|
|
18094
|
+
import { jsx as jsx628, jsxs as jsxs317 } from "react/jsx-runtime";
|
|
17875
18095
|
|
|
17876
18096
|
// src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
|
|
17877
|
-
import { jsx as
|
|
18097
|
+
import { jsx as jsx629, jsxs as jsxs318 } from "react/jsx-runtime";
|
|
17878
18098
|
|
|
17879
18099
|
// src/utils/templates/flex-grid/flex-wrap/wrap.tsx
|
|
17880
|
-
import { jsx as
|
|
18100
|
+
import { jsx as jsx630, jsxs as jsxs319 } from "react/jsx-runtime";
|
|
17881
18101
|
|
|
17882
18102
|
// src/utils/templates/flex-grid/gap/size-x-y.tsx
|
|
17883
|
-
import { jsx as
|
|
18103
|
+
import { jsx as jsx631, jsxs as jsxs320 } from "react/jsx-runtime";
|
|
17884
18104
|
|
|
17885
18105
|
// src/utils/templates/flex-grid/gap/size.tsx
|
|
17886
|
-
import { jsx as
|
|
18106
|
+
import { jsx as jsx632, jsxs as jsxs321 } from "react/jsx-runtime";
|
|
17887
18107
|
|
|
17888
18108
|
// src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
|
|
17889
|
-
import { jsx as
|
|
18109
|
+
import { jsx as jsx633, jsxs as jsxs322 } from "react/jsx-runtime";
|
|
17890
18110
|
|
|
17891
18111
|
// src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
|
|
17892
|
-
import { jsx as
|
|
18112
|
+
import { jsx as jsx634, jsxs as jsxs323 } from "react/jsx-runtime";
|
|
17893
18113
|
|
|
17894
18114
|
// src/utils/templates/flex-grid/grid-auto-cols/max.tsx
|
|
17895
|
-
import { jsx as
|
|
18115
|
+
import { jsx as jsx635, jsxs as jsxs324 } from "react/jsx-runtime";
|
|
17896
18116
|
|
|
17897
18117
|
// src/utils/templates/flex-grid/grid-auto-cols/min.tsx
|
|
17898
|
-
import { jsx as
|
|
18118
|
+
import { jsx as jsx636, jsxs as jsxs325 } from "react/jsx-runtime";
|
|
17899
18119
|
|
|
17900
18120
|
// src/utils/templates/flex-grid/grid-auto-flow/column.tsx
|
|
17901
|
-
import { jsx as
|
|
18121
|
+
import { jsx as jsx637, jsxs as jsxs326 } from "react/jsx-runtime";
|
|
17902
18122
|
|
|
17903
18123
|
// src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
|
|
17904
|
-
import { jsx as
|
|
18124
|
+
import { jsx as jsx638, jsxs as jsxs327 } from "react/jsx-runtime";
|
|
17905
18125
|
|
|
17906
18126
|
// src/utils/templates/flex-grid/grid-auto-flow/row.tsx
|
|
17907
|
-
import { jsx as
|
|
18127
|
+
import { jsx as jsx639, jsxs as jsxs328 } from "react/jsx-runtime";
|
|
17908
18128
|
|
|
17909
18129
|
// src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
|
|
17910
|
-
import { jsx as
|
|
18130
|
+
import { jsx as jsx640, jsxs as jsxs329 } from "react/jsx-runtime";
|
|
17911
18131
|
|
|
17912
18132
|
// src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
|
|
17913
|
-
import { jsx as
|
|
18133
|
+
import { jsx as jsx641, jsxs as jsxs330 } from "react/jsx-runtime";
|
|
17914
18134
|
|
|
17915
18135
|
// src/utils/templates/flex-grid/grid-auto-rows/min.tsx
|
|
17916
|
-
import { jsx as
|
|
18136
|
+
import { jsx as jsx642, jsxs as jsxs331 } from "react/jsx-runtime";
|
|
17917
18137
|
|
|
17918
18138
|
// src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
|
|
17919
|
-
import { jsx as
|
|
18139
|
+
import { jsx as jsx643, jsxs as jsxs332 } from "react/jsx-runtime";
|
|
17920
18140
|
|
|
17921
18141
|
// src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
|
|
17922
|
-
import { jsx as
|
|
18142
|
+
import { jsx as jsx644, jsxs as jsxs333 } from "react/jsx-runtime";
|
|
17923
18143
|
|
|
17924
18144
|
// src/utils/templates/flex-grid/grid-template-cols/integer.tsx
|
|
17925
|
-
import { jsx as
|
|
18145
|
+
import { jsx as jsx645, jsxs as jsxs334 } from "react/jsx-runtime";
|
|
17926
18146
|
|
|
17927
18147
|
// src/utils/templates/flex-grid/grid-template-rows/integer.tsx
|
|
17928
|
-
import { jsx as
|
|
18148
|
+
import { jsx as jsx646, jsxs as jsxs335 } from "react/jsx-runtime";
|
|
17929
18149
|
|
|
17930
18150
|
// src/utils/templates/flex-grid/justify-content/around.tsx
|
|
17931
|
-
import { jsx as
|
|
18151
|
+
import { jsx as jsx647, jsxs as jsxs336 } from "react/jsx-runtime";
|
|
17932
18152
|
|
|
17933
18153
|
// src/utils/templates/flex-grid/justify-content/between.tsx
|
|
17934
|
-
import { jsx as
|
|
18154
|
+
import { jsx as jsx648, jsxs as jsxs337 } from "react/jsx-runtime";
|
|
17935
18155
|
|
|
17936
18156
|
// src/utils/templates/flex-grid/justify-content/center.tsx
|
|
17937
|
-
import { jsx as
|
|
18157
|
+
import { jsx as jsx649, jsxs as jsxs338 } from "react/jsx-runtime";
|
|
17938
18158
|
|
|
17939
18159
|
// src/utils/templates/flex-grid/justify-content/end.tsx
|
|
17940
|
-
import { jsx as
|
|
18160
|
+
import { jsx as jsx650, jsxs as jsxs339 } from "react/jsx-runtime";
|
|
17941
18161
|
|
|
17942
18162
|
// src/utils/templates/flex-grid/justify-content/evenly.tsx
|
|
17943
|
-
import { jsx as
|
|
18163
|
+
import { jsx as jsx651, jsxs as jsxs340 } from "react/jsx-runtime";
|
|
17944
18164
|
|
|
17945
18165
|
// src/utils/templates/flex-grid/justify-content/normal.tsx
|
|
17946
|
-
import { jsx as
|
|
18166
|
+
import { jsx as jsx652, jsxs as jsxs341 } from "react/jsx-runtime";
|
|
17947
18167
|
|
|
17948
18168
|
// src/utils/templates/flex-grid/justify-content/start.tsx
|
|
17949
|
-
import { jsx as
|
|
18169
|
+
import { jsx as jsx653, jsxs as jsxs342 } from "react/jsx-runtime";
|
|
17950
18170
|
|
|
17951
18171
|
// src/utils/templates/flex-grid/justify-content/stretch.tsx
|
|
17952
|
-
import { jsx as
|
|
18172
|
+
import { jsx as jsx654, jsxs as jsxs343 } from "react/jsx-runtime";
|
|
17953
18173
|
|
|
17954
18174
|
// src/utils/templates/flex-grid/justify-items/center.tsx
|
|
17955
|
-
import { jsx as
|
|
18175
|
+
import { jsx as jsx655, jsxs as jsxs344 } from "react/jsx-runtime";
|
|
17956
18176
|
|
|
17957
18177
|
// src/utils/templates/flex-grid/justify-items/end.tsx
|
|
17958
|
-
import { jsx as
|
|
18178
|
+
import { jsx as jsx656, jsxs as jsxs345 } from "react/jsx-runtime";
|
|
17959
18179
|
|
|
17960
18180
|
// src/utils/templates/flex-grid/justify-items/start.tsx
|
|
17961
|
-
import { jsx as
|
|
18181
|
+
import { jsx as jsx657, jsxs as jsxs346 } from "react/jsx-runtime";
|
|
17962
18182
|
|
|
17963
18183
|
// src/utils/templates/flex-grid/justify-items/stretch.tsx
|
|
17964
|
-
import { jsx as
|
|
18184
|
+
import { jsx as jsx658, jsxs as jsxs347 } from "react/jsx-runtime";
|
|
17965
18185
|
|
|
17966
18186
|
// src/utils/templates/flex-grid/justify-self/center.tsx
|
|
17967
|
-
import { jsx as
|
|
18187
|
+
import { jsx as jsx659, jsxs as jsxs348 } from "react/jsx-runtime";
|
|
17968
18188
|
|
|
17969
18189
|
// src/utils/templates/flex-grid/justify-self/end.tsx
|
|
17970
|
-
import { jsx as
|
|
18190
|
+
import { jsx as jsx660, jsxs as jsxs349 } from "react/jsx-runtime";
|
|
17971
18191
|
|
|
17972
18192
|
// src/utils/templates/flex-grid/justify-self/start.tsx
|
|
17973
|
-
import { jsx as
|
|
18193
|
+
import { jsx as jsx661, jsxs as jsxs350 } from "react/jsx-runtime";
|
|
17974
18194
|
|
|
17975
18195
|
// src/utils/templates/flex-grid/justify-self/stretch.tsx
|
|
17976
|
-
import { jsx as
|
|
18196
|
+
import { jsx as jsx662, jsxs as jsxs351 } from "react/jsx-runtime";
|
|
17977
18197
|
|
|
17978
18198
|
// src/utils/templates/flex-grid/order/first.tsx
|
|
17979
|
-
import { jsx as
|
|
18199
|
+
import { jsx as jsx663, jsxs as jsxs352 } from "react/jsx-runtime";
|
|
17980
18200
|
|
|
17981
18201
|
// src/utils/templates/flex-grid/order/integer.tsx
|
|
17982
|
-
import { jsx as
|
|
18202
|
+
import { jsx as jsx664, jsxs as jsxs353 } from "react/jsx-runtime";
|
|
17983
18203
|
|
|
17984
18204
|
// src/utils/templates/flex-grid/order/last.tsx
|
|
17985
|
-
import { jsx as
|
|
18205
|
+
import { jsx as jsx665, jsxs as jsxs354 } from "react/jsx-runtime";
|
|
17986
18206
|
|
|
17987
18207
|
// src/utils/templates/flex-grid/place-content/around.tsx
|
|
17988
|
-
import { jsx as
|
|
18208
|
+
import { jsx as jsx666, jsxs as jsxs355 } from "react/jsx-runtime";
|
|
17989
18209
|
|
|
17990
18210
|
// src/utils/templates/flex-grid/place-content/between.tsx
|
|
17991
|
-
import { jsx as
|
|
18211
|
+
import { jsx as jsx667, jsxs as jsxs356 } from "react/jsx-runtime";
|
|
17992
18212
|
|
|
17993
18213
|
// src/utils/templates/flex-grid/place-content/center.tsx
|
|
17994
|
-
import { jsx as
|
|
18214
|
+
import { jsx as jsx668, jsxs as jsxs357 } from "react/jsx-runtime";
|
|
17995
18215
|
|
|
17996
18216
|
// src/utils/templates/flex-grid/place-content/end.tsx
|
|
17997
|
-
import { jsx as
|
|
18217
|
+
import { jsx as jsx669, jsxs as jsxs358 } from "react/jsx-runtime";
|
|
17998
18218
|
|
|
17999
18219
|
// src/utils/templates/flex-grid/place-content/evenly.tsx
|
|
18000
|
-
import { jsx as
|
|
18220
|
+
import { jsx as jsx670, jsxs as jsxs359 } from "react/jsx-runtime";
|
|
18001
18221
|
|
|
18002
18222
|
// src/utils/templates/flex-grid/place-content/normal.tsx
|
|
18003
|
-
import { jsx as
|
|
18223
|
+
import { jsx as jsx671, jsxs as jsxs360 } from "react/jsx-runtime";
|
|
18004
18224
|
|
|
18005
18225
|
// src/utils/templates/flex-grid/place-content/start.tsx
|
|
18006
|
-
import { jsx as
|
|
18226
|
+
import { jsx as jsx672, jsxs as jsxs361 } from "react/jsx-runtime";
|
|
18007
18227
|
|
|
18008
18228
|
// src/utils/templates/flex-grid/place-content/stretch.tsx
|
|
18009
|
-
import { jsx as
|
|
18229
|
+
import { jsx as jsx673, jsxs as jsxs362 } from "react/jsx-runtime";
|
|
18010
18230
|
|
|
18011
18231
|
// src/utils/templates/flex-grid/place-items/center.tsx
|
|
18012
|
-
import { jsx as
|
|
18232
|
+
import { jsx as jsx674, jsxs as jsxs363 } from "react/jsx-runtime";
|
|
18013
18233
|
|
|
18014
18234
|
// src/utils/templates/flex-grid/place-items/end.tsx
|
|
18015
|
-
import { jsx as
|
|
18235
|
+
import { jsx as jsx675, jsxs as jsxs364 } from "react/jsx-runtime";
|
|
18016
18236
|
|
|
18017
18237
|
// src/utils/templates/flex-grid/place-items/start.tsx
|
|
18018
|
-
import { jsx as
|
|
18238
|
+
import { jsx as jsx676, jsxs as jsxs365 } from "react/jsx-runtime";
|
|
18019
18239
|
|
|
18020
18240
|
// src/utils/templates/flex-grid/place-items/stretch.tsx
|
|
18021
|
-
import { jsx as
|
|
18241
|
+
import { jsx as jsx677, jsxs as jsxs366 } from "react/jsx-runtime";
|
|
18022
18242
|
|
|
18023
18243
|
// src/utils/templates/flex-grid/place-self/center.tsx
|
|
18024
|
-
import { jsx as
|
|
18244
|
+
import { jsx as jsx678, jsxs as jsxs367 } from "react/jsx-runtime";
|
|
18025
18245
|
|
|
18026
18246
|
// src/utils/templates/flex-grid/place-self/end.tsx
|
|
18027
|
-
import { jsx as
|
|
18247
|
+
import { jsx as jsx679, jsxs as jsxs368 } from "react/jsx-runtime";
|
|
18028
18248
|
|
|
18029
18249
|
// src/utils/templates/flex-grid/place-self/start.tsx
|
|
18030
|
-
import { jsx as
|
|
18250
|
+
import { jsx as jsx680, jsxs as jsxs369 } from "react/jsx-runtime";
|
|
18031
18251
|
|
|
18032
18252
|
// src/utils/templates/flex-grid/place-self/stretch.tsx
|
|
18033
|
-
import { jsx as
|
|
18253
|
+
import { jsx as jsx681, jsxs as jsxs370 } from "react/jsx-runtime";
|
|
18034
18254
|
|
|
18035
18255
|
// src/utils/templates/interactivity/appearance/applying.tsx
|
|
18036
|
-
import { jsx as
|
|
18256
|
+
import { jsx as jsx682, jsxs as jsxs371 } from "react/jsx-runtime";
|
|
18037
18257
|
|
|
18038
18258
|
// src/utils/templates/interactivity/appearance/none.tsx
|
|
18039
|
-
import { jsx as
|
|
18259
|
+
import { jsx as jsx683, jsxs as jsxs372 } from "react/jsx-runtime";
|
|
18040
18260
|
|
|
18041
18261
|
// src/utils/templates/interactivity/cursor/applying.tsx
|
|
18042
|
-
import { jsx as
|
|
18262
|
+
import { jsx as jsx684, jsxs as jsxs373 } from "react/jsx-runtime";
|
|
18043
18263
|
|
|
18044
18264
|
// src/utils/templates/interactivity/pointer-events/applying.tsx
|
|
18045
|
-
import { jsx as
|
|
18265
|
+
import { jsx as jsx685, jsxs as jsxs374 } from "react/jsx-runtime";
|
|
18046
18266
|
|
|
18047
18267
|
// src/utils/templates/interactivity/resize/all-directions.tsx
|
|
18048
|
-
import { jsx as
|
|
18268
|
+
import { jsx as jsx686 } from "react/jsx-runtime";
|
|
18049
18269
|
|
|
18050
18270
|
// src/utils/templates/interactivity/resize/horizontal.tsx
|
|
18051
|
-
import { jsx as
|
|
18271
|
+
import { jsx as jsx687 } from "react/jsx-runtime";
|
|
18052
18272
|
|
|
18053
18273
|
// src/utils/templates/interactivity/resize/no-resizing.tsx
|
|
18054
|
-
import { jsx as
|
|
18274
|
+
import { jsx as jsx688 } from "react/jsx-runtime";
|
|
18055
18275
|
|
|
18056
18276
|
// src/utils/templates/interactivity/resize/vertical.tsx
|
|
18057
|
-
import { jsx as
|
|
18277
|
+
import { jsx as jsx689 } from "react/jsx-runtime";
|
|
18058
18278
|
|
|
18059
18279
|
// src/utils/templates/interactivity/touch-action/auto.tsx
|
|
18060
|
-
import { jsx as
|
|
18280
|
+
import { jsx as jsx690 } from "react/jsx-runtime";
|
|
18061
18281
|
|
|
18062
18282
|
// src/utils/templates/interactivity/touch-action/horizontal.tsx
|
|
18063
|
-
import { jsx as
|
|
18283
|
+
import { jsx as jsx691 } from "react/jsx-runtime";
|
|
18064
18284
|
|
|
18065
18285
|
// src/utils/templates/interactivity/touch-action/none.tsx
|
|
18066
|
-
import { jsx as
|
|
18286
|
+
import { jsx as jsx692 } from "react/jsx-runtime";
|
|
18067
18287
|
|
|
18068
18288
|
// src/utils/templates/interactivity/touch-action/vertical.tsx
|
|
18069
|
-
import { jsx as
|
|
18289
|
+
import { jsx as jsx693 } from "react/jsx-runtime";
|
|
18070
18290
|
|
|
18071
18291
|
// src/utils/templates/interactivity/user-select/all.tsx
|
|
18072
|
-
import { jsx as
|
|
18292
|
+
import { jsx as jsx694 } from "react/jsx-runtime";
|
|
18073
18293
|
|
|
18074
18294
|
// src/utils/templates/interactivity/user-select/none.tsx
|
|
18075
|
-
import { jsx as
|
|
18295
|
+
import { jsx as jsx695 } from "react/jsx-runtime";
|
|
18076
18296
|
|
|
18077
18297
|
// src/utils/templates/interactivity/user-select/text.tsx
|
|
18078
|
-
import { jsx as
|
|
18298
|
+
import { jsx as jsx696 } from "react/jsx-runtime";
|
|
18079
18299
|
|
|
18080
18300
|
// src/utils/templates/layout/aspect-ratio/auto.tsx
|
|
18081
|
-
import { jsx as
|
|
18301
|
+
import { jsx as jsx697 } from "react/jsx-runtime";
|
|
18082
18302
|
|
|
18083
18303
|
// src/utils/templates/layout/aspect-ratio/one.tsx
|
|
18084
|
-
import { jsx as
|
|
18304
|
+
import { jsx as jsx698 } from "react/jsx-runtime";
|
|
18085
18305
|
|
|
18086
18306
|
// src/utils/templates/layout/aspect-ratio/sqaure.tsx
|
|
18087
|
-
import { jsx as
|
|
18307
|
+
import { jsx as jsx699 } from "react/jsx-runtime";
|
|
18088
18308
|
|
|
18089
18309
|
// src/utils/templates/layout/aspect-ratio/video.tsx
|
|
18090
|
-
import { jsx as
|
|
18310
|
+
import { jsx as jsx700 } from "react/jsx-runtime";
|
|
18091
18311
|
|
|
18092
18312
|
// src/utils/templates/layout/box-sizing/border.tsx
|
|
18093
|
-
import { jsx as
|
|
18313
|
+
import { jsx as jsx701 } from "react/jsx-runtime";
|
|
18094
18314
|
|
|
18095
18315
|
// src/utils/templates/layout/box-sizing/content.tsx
|
|
18096
|
-
import { jsx as
|
|
18316
|
+
import { jsx as jsx702 } from "react/jsx-runtime";
|
|
18097
18317
|
|
|
18098
18318
|
// src/utils/templates/layout/clear/both.tsx
|
|
18099
|
-
import { jsx as
|
|
18319
|
+
import { jsx as jsx703, jsxs as jsxs375 } from "react/jsx-runtime";
|
|
18100
18320
|
|
|
18101
18321
|
// src/utils/templates/layout/clear/left.tsx
|
|
18102
|
-
import { jsx as
|
|
18322
|
+
import { jsx as jsx704, jsxs as jsxs376 } from "react/jsx-runtime";
|
|
18103
18323
|
|
|
18104
18324
|
// src/utils/templates/layout/clear/no-clear.tsx
|
|
18105
|
-
import { jsx as
|
|
18325
|
+
import { jsx as jsx705, jsxs as jsxs377 } from "react/jsx-runtime";
|
|
18106
18326
|
|
|
18107
18327
|
// src/utils/templates/layout/clear/right.tsx
|
|
18108
|
-
import { jsx as
|
|
18328
|
+
import { jsx as jsx706, jsxs as jsxs378 } from "react/jsx-runtime";
|
|
18109
18329
|
|
|
18110
18330
|
// src/utils/templates/layout/columns/automatic.tsx
|
|
18111
|
-
import { jsx as
|
|
18331
|
+
import { jsx as jsx707, jsxs as jsxs379 } from "react/jsx-runtime";
|
|
18112
18332
|
|
|
18113
18333
|
// src/utils/templates/layout/columns/count.tsx
|
|
18114
|
-
import { jsx as
|
|
18334
|
+
import { jsx as jsx708, jsxs as jsxs380 } from "react/jsx-runtime";
|
|
18115
18335
|
|
|
18116
18336
|
// src/utils/templates/layout/display/block.tsx
|
|
18117
|
-
import { jsx as
|
|
18337
|
+
import { jsx as jsx709, jsxs as jsxs381 } from "react/jsx-runtime";
|
|
18118
18338
|
|
|
18119
18339
|
// src/utils/templates/layout/display/flex.tsx
|
|
18120
|
-
import { jsx as
|
|
18340
|
+
import { jsx as jsx710, jsxs as jsxs382 } from "react/jsx-runtime";
|
|
18121
18341
|
|
|
18122
18342
|
// src/utils/templates/layout/display/inline.tsx
|
|
18123
|
-
import { jsx as
|
|
18343
|
+
import { jsx as jsx711, jsxs as jsxs383 } from "react/jsx-runtime";
|
|
18124
18344
|
|
|
18125
18345
|
// src/utils/templates/layout/display/none.tsx
|
|
18126
|
-
import { Fragment as Fragment190, jsx as
|
|
18346
|
+
import { Fragment as Fragment190, jsx as jsx712, jsxs as jsxs384 } from "react/jsx-runtime";
|
|
18127
18347
|
|
|
18128
18348
|
// src/utils/templates/layout/float/left.tsx
|
|
18129
|
-
import { jsx as
|
|
18349
|
+
import { jsx as jsx713, jsxs as jsxs385 } from "react/jsx-runtime";
|
|
18130
18350
|
|
|
18131
18351
|
// src/utils/templates/layout/float/no-float.tsx
|
|
18132
|
-
import { jsx as
|
|
18352
|
+
import { jsx as jsx714, jsxs as jsxs386 } from "react/jsx-runtime";
|
|
18133
18353
|
|
|
18134
18354
|
// src/utils/templates/layout/float/right.tsx
|
|
18135
|
-
import { jsx as
|
|
18355
|
+
import { jsx as jsx715, jsxs as jsxs387 } from "react/jsx-runtime";
|
|
18136
18356
|
|
|
18137
18357
|
// src/utils/templates/layout/object-fit/contain.tsx
|
|
18138
|
-
import { jsx as
|
|
18358
|
+
import { jsx as jsx716 } from "react/jsx-runtime";
|
|
18139
18359
|
|
|
18140
18360
|
// src/utils/templates/layout/object-fit/cover.tsx
|
|
18141
|
-
import { jsx as
|
|
18361
|
+
import { jsx as jsx717 } from "react/jsx-runtime";
|
|
18142
18362
|
|
|
18143
18363
|
// src/utils/templates/layout/object-fit/fill.tsx
|
|
18144
|
-
import { jsx as
|
|
18364
|
+
import { jsx as jsx718 } from "react/jsx-runtime";
|
|
18145
18365
|
|
|
18146
18366
|
// src/utils/templates/layout/object-fit/scale-down.tsx
|
|
18147
|
-
import { jsx as
|
|
18367
|
+
import { jsx as jsx719 } from "react/jsx-runtime";
|
|
18148
18368
|
|
|
18149
18369
|
// src/utils/templates/layout/object-position/position.tsx
|
|
18150
|
-
import { jsx as
|
|
18370
|
+
import { jsx as jsx720, jsxs as jsxs388 } from "react/jsx-runtime";
|
|
18151
18371
|
|
|
18152
18372
|
// src/utils/templates/layout/overflow/hidden.tsx
|
|
18153
|
-
import { jsx as
|
|
18373
|
+
import { jsx as jsx721 } from "react/jsx-runtime";
|
|
18154
18374
|
|
|
18155
18375
|
// src/utils/templates/layout/overflow/horizontal.tsx
|
|
18156
|
-
import { jsx as
|
|
18376
|
+
import { jsx as jsx722 } from "react/jsx-runtime";
|
|
18157
18377
|
|
|
18158
18378
|
// src/utils/templates/layout/overflow/vertical.tsx
|
|
18159
|
-
import { jsx as
|
|
18379
|
+
import { jsx as jsx723 } from "react/jsx-runtime";
|
|
18160
18380
|
|
|
18161
18381
|
// src/utils/templates/layout/overflow/visible.tsx
|
|
18162
|
-
import { jsx as
|
|
18382
|
+
import { jsx as jsx724 } from "react/jsx-runtime";
|
|
18163
18383
|
|
|
18164
18384
|
// src/utils/templates/layout/placement/multiple.tsx
|
|
18165
|
-
import { jsx as
|
|
18385
|
+
import { jsx as jsx725, jsxs as jsxs389 } from "react/jsx-runtime";
|
|
18166
18386
|
|
|
18167
18387
|
// src/utils/templates/layout/placement/single.tsx
|
|
18168
|
-
import { jsx as
|
|
18388
|
+
import { jsx as jsx726, jsxs as jsxs390 } from "react/jsx-runtime";
|
|
18169
18389
|
|
|
18170
18390
|
// src/utils/templates/layout/position/applying.tsx
|
|
18171
|
-
import { jsx as
|
|
18391
|
+
import { jsx as jsx727, jsxs as jsxs391 } from "react/jsx-runtime";
|
|
18172
18392
|
|
|
18173
18393
|
// src/utils/templates/layout/visibility/invisible.tsx
|
|
18174
|
-
import { jsx as
|
|
18394
|
+
import { jsx as jsx728, jsxs as jsxs392 } from "react/jsx-runtime";
|
|
18175
18395
|
|
|
18176
18396
|
// src/utils/templates/layout/z-index/applying.tsx
|
|
18177
|
-
import { Fragment as Fragment191, jsx as
|
|
18397
|
+
import { Fragment as Fragment191, jsx as jsx729, jsxs as jsxs393 } from "react/jsx-runtime";
|
|
18178
18398
|
|
|
18179
18399
|
// src/utils/templates/sizing/height/fixed.tsx
|
|
18180
|
-
import { jsx as
|
|
18400
|
+
import { jsx as jsx730, jsxs as jsxs394 } from "react/jsx-runtime";
|
|
18181
18401
|
|
|
18182
18402
|
// src/utils/templates/sizing/height/full.tsx
|
|
18183
|
-
import { jsx as
|
|
18403
|
+
import { jsx as jsx731 } from "react/jsx-runtime";
|
|
18184
18404
|
|
|
18185
18405
|
// src/utils/templates/sizing/height/maximum.tsx
|
|
18186
|
-
import { jsx as
|
|
18406
|
+
import { jsx as jsx732 } from "react/jsx-runtime";
|
|
18187
18407
|
|
|
18188
18408
|
// src/utils/templates/sizing/height/minimum.tsx
|
|
18189
|
-
import { jsx as
|
|
18409
|
+
import { jsx as jsx733 } from "react/jsx-runtime";
|
|
18190
18410
|
|
|
18191
18411
|
// src/utils/templates/sizing/height/screen.tsx
|
|
18192
|
-
import { jsx as
|
|
18412
|
+
import { jsx as jsx734 } from "react/jsx-runtime";
|
|
18193
18413
|
|
|
18194
18414
|
// src/utils/templates/sizing/width/fixed.tsx
|
|
18195
|
-
import { jsx as
|
|
18415
|
+
import { jsx as jsx735, jsxs as jsxs395 } from "react/jsx-runtime";
|
|
18196
18416
|
|
|
18197
18417
|
// src/utils/templates/sizing/width/full.tsx
|
|
18198
|
-
import { jsx as
|
|
18418
|
+
import { jsx as jsx736 } from "react/jsx-runtime";
|
|
18199
18419
|
|
|
18200
18420
|
// src/utils/templates/sizing/width/maximum.tsx
|
|
18201
|
-
import { jsx as
|
|
18421
|
+
import { jsx as jsx737 } from "react/jsx-runtime";
|
|
18202
18422
|
|
|
18203
18423
|
// src/utils/templates/sizing/width/minimum.tsx
|
|
18204
|
-
import { jsx as
|
|
18424
|
+
import { jsx as jsx738 } from "react/jsx-runtime";
|
|
18205
18425
|
|
|
18206
18426
|
// src/utils/templates/sizing/width/screen.tsx
|
|
18207
|
-
import { jsx as
|
|
18427
|
+
import { jsx as jsx739 } from "react/jsx-runtime";
|
|
18208
18428
|
|
|
18209
18429
|
// src/utils/templates/spacing/margin/all.tsx
|
|
18210
|
-
import { jsx as
|
|
18430
|
+
import { jsx as jsx740 } from "react/jsx-runtime";
|
|
18211
18431
|
|
|
18212
18432
|
// src/utils/templates/spacing/margin/single.tsx
|
|
18213
|
-
import { Fragment as Fragment192, jsx as
|
|
18433
|
+
import { Fragment as Fragment192, jsx as jsx741, jsxs as jsxs396 } from "react/jsx-runtime";
|
|
18214
18434
|
|
|
18215
18435
|
// src/utils/templates/spacing/margin/x.tsx
|
|
18216
|
-
import { jsx as
|
|
18436
|
+
import { jsx as jsx742 } from "react/jsx-runtime";
|
|
18217
18437
|
|
|
18218
18438
|
// src/utils/templates/spacing/margin/y.tsx
|
|
18219
|
-
import { jsx as
|
|
18439
|
+
import { jsx as jsx743 } from "react/jsx-runtime";
|
|
18220
18440
|
|
|
18221
18441
|
// src/utils/templates/spacing/padding/all.tsx
|
|
18222
|
-
import { jsx as
|
|
18442
|
+
import { jsx as jsx744 } from "react/jsx-runtime";
|
|
18223
18443
|
|
|
18224
18444
|
// src/utils/templates/spacing/padding/single.tsx
|
|
18225
|
-
import { Fragment as Fragment193, jsx as
|
|
18445
|
+
import { Fragment as Fragment193, jsx as jsx745, jsxs as jsxs397 } from "react/jsx-runtime";
|
|
18226
18446
|
|
|
18227
18447
|
// src/utils/templates/spacing/padding/x.tsx
|
|
18228
|
-
import { jsx as
|
|
18448
|
+
import { jsx as jsx746 } from "react/jsx-runtime";
|
|
18229
18449
|
|
|
18230
18450
|
// src/utils/templates/spacing/padding/y.tsx
|
|
18231
|
-
import { jsx as
|
|
18451
|
+
import { jsx as jsx747 } from "react/jsx-runtime";
|
|
18232
18452
|
|
|
18233
18453
|
// src/utils/templates/svg/fill/color.tsx
|
|
18234
|
-
import { Fragment as Fragment194, jsx as
|
|
18454
|
+
import { Fragment as Fragment194, jsx as jsx748, jsxs as jsxs398 } from "react/jsx-runtime";
|
|
18235
18455
|
|
|
18236
18456
|
// src/utils/templates/svg/stroke/color.tsx
|
|
18237
|
-
import { Fragment as Fragment195, jsx as
|
|
18457
|
+
import { Fragment as Fragment195, jsx as jsx749, jsxs as jsxs399 } from "react/jsx-runtime";
|
|
18238
18458
|
|
|
18239
18459
|
// src/utils/templates/table/border-collapse/collapse.tsx
|
|
18240
|
-
import { jsx as
|
|
18460
|
+
import { jsx as jsx750, jsxs as jsxs400 } from "react/jsx-runtime";
|
|
18241
18461
|
|
|
18242
18462
|
// src/utils/templates/table/border-collapse/separate.tsx
|
|
18243
|
-
import { jsx as
|
|
18463
|
+
import { jsx as jsx751, jsxs as jsxs401 } from "react/jsx-runtime";
|
|
18244
18464
|
|
|
18245
18465
|
// src/utils/templates/table/table-layout/auto.tsx
|
|
18246
|
-
import { jsx as
|
|
18466
|
+
import { jsx as jsx752, jsxs as jsxs402 } from "react/jsx-runtime";
|
|
18247
18467
|
|
|
18248
18468
|
// src/utils/templates/table/table-layout/fixed.tsx
|
|
18249
|
-
import { jsx as
|
|
18469
|
+
import { jsx as jsx753, jsxs as jsxs403 } from "react/jsx-runtime";
|
|
18250
18470
|
|
|
18251
18471
|
// src/utils/templates/transform/flip/horizontal.tsx
|
|
18252
|
-
import { jsx as
|
|
18472
|
+
import { jsx as jsx754, jsxs as jsxs404 } from "react/jsx-runtime";
|
|
18253
18473
|
|
|
18254
18474
|
// src/utils/templates/transform/flip/vertical.tsx
|
|
18255
|
-
import { jsx as
|
|
18475
|
+
import { jsx as jsx755, jsxs as jsxs405 } from "react/jsx-runtime";
|
|
18256
18476
|
|
|
18257
18477
|
// src/utils/templates/transform/origin/applying.tsx
|
|
18258
|
-
import { jsx as
|
|
18478
|
+
import { jsx as jsx756, jsxs as jsxs406 } from "react/jsx-runtime";
|
|
18259
18479
|
|
|
18260
18480
|
// src/utils/templates/transform/rotate/applying.tsx
|
|
18261
|
-
import { jsx as
|
|
18481
|
+
import { jsx as jsx757, jsxs as jsxs407 } from "react/jsx-runtime";
|
|
18262
18482
|
|
|
18263
18483
|
// src/utils/templates/transform/scale/applying.tsx
|
|
18264
|
-
import { jsx as
|
|
18484
|
+
import { jsx as jsx758, jsxs as jsxs408 } from "react/jsx-runtime";
|
|
18265
18485
|
|
|
18266
18486
|
// src/utils/templates/transform/skew/applying.tsx
|
|
18267
|
-
import { jsx as
|
|
18487
|
+
import { jsx as jsx759, jsxs as jsxs409 } from "react/jsx-runtime";
|
|
18268
18488
|
|
|
18269
18489
|
// src/utils/templates/transform/translate/applying.tsx
|
|
18270
|
-
import { jsx as
|
|
18490
|
+
import { jsx as jsx760, jsxs as jsxs410 } from "react/jsx-runtime";
|
|
18271
18491
|
|
|
18272
18492
|
// src/utils/templates/typography/font-style/italic.tsx
|
|
18273
|
-
import { jsx as
|
|
18493
|
+
import { jsx as jsx761 } from "react/jsx-runtime";
|
|
18274
18494
|
|
|
18275
18495
|
// src/utils/templates/typography/font-weight/size.tsx
|
|
18276
|
-
import { Fragment as Fragment196, jsx as
|
|
18496
|
+
import { Fragment as Fragment196, jsx as jsx762, jsxs as jsxs411 } from "react/jsx-runtime";
|
|
18277
18497
|
|
|
18278
18498
|
// src/utils/templates/typography/list-style-type/decimal.tsx
|
|
18279
|
-
import { jsx as
|
|
18499
|
+
import { jsx as jsx763, jsxs as jsxs412 } from "react/jsx-runtime";
|
|
18280
18500
|
|
|
18281
18501
|
// src/utils/templates/typography/list-style-type/disc.tsx
|
|
18282
|
-
import { jsx as
|
|
18502
|
+
import { jsx as jsx764, jsxs as jsxs413 } from "react/jsx-runtime";
|
|
18283
18503
|
|
|
18284
18504
|
// src/utils/templates/typography/list-style-type/none.tsx
|
|
18285
|
-
import { jsx as
|
|
18505
|
+
import { jsx as jsx765, jsxs as jsxs414 } from "react/jsx-runtime";
|
|
18286
18506
|
|
|
18287
18507
|
// src/utils/templates/typography/text-align/center.tsx
|
|
18288
|
-
import { jsx as
|
|
18508
|
+
import { jsx as jsx766 } from "react/jsx-runtime";
|
|
18289
18509
|
|
|
18290
18510
|
// src/utils/templates/typography/text-align/justify.tsx
|
|
18291
|
-
import { jsx as
|
|
18511
|
+
import { jsx as jsx767 } from "react/jsx-runtime";
|
|
18292
18512
|
|
|
18293
18513
|
// src/utils/templates/typography/text-align/left.tsx
|
|
18294
|
-
import { jsx as
|
|
18514
|
+
import { jsx as jsx768 } from "react/jsx-runtime";
|
|
18295
18515
|
|
|
18296
18516
|
// src/utils/templates/typography/text-align/right.tsx
|
|
18297
|
-
import { jsx as
|
|
18517
|
+
import { jsx as jsx769 } from "react/jsx-runtime";
|
|
18298
18518
|
|
|
18299
18519
|
// src/utils/templates/typography/text-color/inherit.tsx
|
|
18300
|
-
import { jsx as
|
|
18520
|
+
import { jsx as jsx770 } from "react/jsx-runtime";
|
|
18301
18521
|
|
|
18302
18522
|
// src/utils/templates/typography/text-color/white.tsx
|
|
18303
|
-
import { jsx as
|
|
18523
|
+
import { jsx as jsx771 } from "react/jsx-runtime";
|
|
18304
18524
|
|
|
18305
18525
|
// src/utils/templates/typography/text-decoration/all.tsx
|
|
18306
|
-
import { Fragment as Fragment197, jsx as
|
|
18526
|
+
import { Fragment as Fragment197, jsx as jsx772, jsxs as jsxs415 } from "react/jsx-runtime";
|
|
18307
18527
|
|
|
18308
18528
|
// src/utils/templates/typography/text-overflow/clip.tsx
|
|
18309
|
-
import { jsx as
|
|
18529
|
+
import { jsx as jsx773 } from "react/jsx-runtime";
|
|
18310
18530
|
|
|
18311
18531
|
// src/utils/templates/typography/text-overflow/ellipsis.tsx
|
|
18312
|
-
import { jsx as
|
|
18532
|
+
import { jsx as jsx774 } from "react/jsx-runtime";
|
|
18313
18533
|
|
|
18314
18534
|
// src/utils/templates/typography/text-transform/all.tsx
|
|
18315
|
-
import { Fragment as Fragment198, jsx as
|
|
18535
|
+
import { Fragment as Fragment198, jsx as jsx775, jsxs as jsxs416 } from "react/jsx-runtime";
|
|
18316
18536
|
|
|
18317
18537
|
// src/utils/templates/typography/vertical-align/baseline.tsx
|
|
18318
|
-
import { jsx as
|
|
18538
|
+
import { jsx as jsx776, jsxs as jsxs417 } from "react/jsx-runtime";
|
|
18319
18539
|
|
|
18320
18540
|
// src/utils/templates/typography/vertical-align/bottom.tsx
|
|
18321
|
-
import { jsx as
|
|
18541
|
+
import { jsx as jsx777, jsxs as jsxs418 } from "react/jsx-runtime";
|
|
18322
18542
|
|
|
18323
18543
|
// src/utils/templates/typography/vertical-align/center.tsx
|
|
18324
|
-
import { jsx as
|
|
18544
|
+
import { jsx as jsx778, jsxs as jsxs419 } from "react/jsx-runtime";
|
|
18325
18545
|
|
|
18326
18546
|
// src/utils/templates/typography/vertical-align/top.tsx
|
|
18327
|
-
import { jsx as
|
|
18547
|
+
import { jsx as jsx779, jsxs as jsxs420 } from "react/jsx-runtime";
|
|
18328
18548
|
|
|
18329
18549
|
// src/utils/templates/typography/white-space/normal.tsx
|
|
18330
|
-
import { jsx as
|
|
18550
|
+
import { jsx as jsx780 } from "react/jsx-runtime";
|
|
18331
18551
|
|
|
18332
18552
|
// src/utils/templates/typography/white-space/nowrap.tsx
|
|
18333
|
-
import { jsx as
|
|
18553
|
+
import { jsx as jsx781 } from "react/jsx-runtime";
|
|
18334
18554
|
|
|
18335
18555
|
// src/utils/templates/typography/white-space/pre-line.tsx
|
|
18336
|
-
import { jsx as
|
|
18556
|
+
import { jsx as jsx782 } from "react/jsx-runtime";
|
|
18337
18557
|
|
|
18338
18558
|
// src/utils/templates/typography/white-space/pre-wrap.tsx
|
|
18339
|
-
import { jsx as
|
|
18559
|
+
import { jsx as jsx783 } from "react/jsx-runtime";
|
|
18340
18560
|
|
|
18341
18561
|
// src/utils/templates/typography/white-space/pre.tsx
|
|
18342
|
-
import { jsx as
|
|
18562
|
+
import { jsx as jsx784 } from "react/jsx-runtime";
|
|
18343
18563
|
|
|
18344
18564
|
// src/spreadsheet/spreadsheet-header.tsx
|
|
18345
|
-
import { jsx as
|
|
18565
|
+
import { jsx as jsx785, jsxs as jsxs421 } from "react/jsx-runtime";
|
|
18346
18566
|
var SPREADSHEETHEADER_CLASSNAME = `k-spreadsheet-header`;
|
|
18347
|
-
var
|
|
18348
|
-
var
|
|
18567
|
+
var states199 = [];
|
|
18568
|
+
var options184 = {};
|
|
18349
18569
|
var defaultToolbarItems = [
|
|
18350
|
-
/* @__PURE__ */
|
|
18351
|
-
/* @__PURE__ */
|
|
18352
|
-
/* @__PURE__ */
|
|
18353
|
-
/* @__PURE__ */
|
|
18354
|
-
/* @__PURE__ */
|
|
18355
|
-
/* @__PURE__ */
|
|
18356
|
-
/* @__PURE__ */
|
|
18357
|
-
/* @__PURE__ */
|
|
18358
|
-
/* @__PURE__ */
|
|
18359
|
-
/* @__PURE__ */
|
|
18360
|
-
/* @__PURE__ */
|
|
18361
|
-
/* @__PURE__ */
|
|
18362
|
-
/* @__PURE__ */
|
|
18570
|
+
/* @__PURE__ */ jsx785(Button, { icon: "arrow-rotate-ccw", fillMode: "flat" }),
|
|
18571
|
+
/* @__PURE__ */ jsx785(Button, { icon: "arrow-rotate-cw", fillMode: "flat" }),
|
|
18572
|
+
/* @__PURE__ */ jsx785(ToolbarSeparator, {}),
|
|
18573
|
+
/* @__PURE__ */ jsx785(Button, { icon: "cut", fillMode: "flat" }),
|
|
18574
|
+
/* @__PURE__ */ jsx785(Button, { icon: "copy", fillMode: "flat" }),
|
|
18575
|
+
/* @__PURE__ */ jsx785(Button, { icon: "clipboard", fillMode: "flat" }),
|
|
18576
|
+
/* @__PURE__ */ jsx785(ToolbarSeparator, {}),
|
|
18577
|
+
/* @__PURE__ */ jsx785(DropdownList, { value: "Font Name", fillMode: "flat" }),
|
|
18578
|
+
/* @__PURE__ */ jsx785(DropdownList, { value: "Font Size", fillMode: "flat" }),
|
|
18579
|
+
/* @__PURE__ */ jsx785(ToolbarSeparator, {}),
|
|
18580
|
+
/* @__PURE__ */ jsxs421(ButtonGroup, { fillMode: "flat", children: [
|
|
18581
|
+
/* @__PURE__ */ jsx785(Button, { className: "k-group-start", icon: "font-grow", fillMode: "flat" }),
|
|
18582
|
+
/* @__PURE__ */ jsx785(Button, { className: "k-group-end", icon: "font-shrink", fillMode: "flat" })
|
|
18363
18583
|
] }),
|
|
18364
|
-
/* @__PURE__ */
|
|
18365
|
-
/* @__PURE__ */
|
|
18366
|
-
/* @__PURE__ */
|
|
18367
|
-
/* @__PURE__ */
|
|
18368
|
-
/* @__PURE__ */
|
|
18369
|
-
/* @__PURE__ */
|
|
18584
|
+
/* @__PURE__ */ jsx785(ToolbarSeparator, {}),
|
|
18585
|
+
/* @__PURE__ */ jsxs421(ButtonGroup, { fillMode: "flat", children: [
|
|
18586
|
+
/* @__PURE__ */ jsx785(Button, { className: "k-group-start", icon: "bold", fillMode: "flat" }),
|
|
18587
|
+
/* @__PURE__ */ jsx785(Button, { icon: "italic", fillMode: "flat" }),
|
|
18588
|
+
/* @__PURE__ */ jsx785(Button, { icon: "underline", fillMode: "flat" }),
|
|
18589
|
+
/* @__PURE__ */ jsx785(Button, { className: "k-group-end", icon: "strikethrough", fillMode: "flat" })
|
|
18370
18590
|
] }),
|
|
18371
|
-
/* @__PURE__ */
|
|
18372
|
-
/* @__PURE__ */
|
|
18373
|
-
/* @__PURE__ */
|
|
18374
|
-
/* @__PURE__ */
|
|
18375
|
-
/* @__PURE__ */
|
|
18376
|
-
/* @__PURE__ */
|
|
18377
|
-
/* @__PURE__ */
|
|
18378
|
-
/* @__PURE__ */
|
|
18379
|
-
/* @__PURE__ */
|
|
18380
|
-
/* @__PURE__ */
|
|
18591
|
+
/* @__PURE__ */ jsx785(ToolbarItem, { children: /* @__PURE__ */ jsx785(ColorPicker, { value: "red", valueIconName: "foreground-color", fillMode: "flat" }) }),
|
|
18592
|
+
/* @__PURE__ */ jsx785(ToolbarSeparator, {}),
|
|
18593
|
+
/* @__PURE__ */ jsx785(ToolbarItem, { children: /* @__PURE__ */ jsx785(ColorPicker, { value: "fuchsia", valueIconName: "droplet", fillMode: "flat" }) }),
|
|
18594
|
+
/* @__PURE__ */ jsx785(ToolbarSeparator, {}),
|
|
18595
|
+
/* @__PURE__ */ jsx785(MenuButton, { fillMode: "flat", icon: "borders-all", showArrow: true }),
|
|
18596
|
+
/* @__PURE__ */ jsx785(ToolbarSeparator, {}),
|
|
18597
|
+
/* @__PURE__ */ jsx785(MenuButton, { fillMode: "flat", icon: "align-left", showArrow: true }),
|
|
18598
|
+
/* @__PURE__ */ jsx785(MenuButton, { fillMode: "flat", icon: "align-middle", showArrow: true }),
|
|
18599
|
+
/* @__PURE__ */ jsx785(ToolbarSeparator, {}),
|
|
18600
|
+
/* @__PURE__ */ jsx785(Button, { fillMode: "flat", icon: "text-wrap" })
|
|
18381
18601
|
];
|
|
18382
18602
|
var defaultMenuItems = [
|
|
18383
|
-
/* @__PURE__ */
|
|
18384
|
-
/* @__PURE__ */
|
|
18385
|
-
/* @__PURE__ */
|
|
18386
|
-
/* @__PURE__ */
|
|
18387
|
-
/* @__PURE__ */
|
|
18388
|
-
/* @__PURE__ */
|
|
18389
|
-
/* @__PURE__ */
|
|
18603
|
+
/* @__PURE__ */ jsx785(MenuItem, { first: true, text: "File" }),
|
|
18604
|
+
/* @__PURE__ */ jsx785(MenuItem, { text: "Home", active: true }),
|
|
18605
|
+
/* @__PURE__ */ jsx785(MenuItem, { text: "Insert" }),
|
|
18606
|
+
/* @__PURE__ */ jsx785(MenuItem, { text: "Format" }),
|
|
18607
|
+
/* @__PURE__ */ jsx785(MenuItem, { text: "Formulas" }),
|
|
18608
|
+
/* @__PURE__ */ jsx785(MenuItem, { text: "Data" }),
|
|
18609
|
+
/* @__PURE__ */ jsx785(MenuItem, { last: true, text: "View" })
|
|
18390
18610
|
];
|
|
18391
|
-
var
|
|
18611
|
+
var defaultProps188 = {
|
|
18392
18612
|
toolbarItems: defaultToolbarItems,
|
|
18393
18613
|
menuItems: defaultMenuItems
|
|
18394
18614
|
};
|
|
18395
18615
|
var SpreadsheetHeader = (props) => {
|
|
18396
18616
|
const {
|
|
18397
|
-
toolbarItems =
|
|
18398
|
-
menuItems =
|
|
18617
|
+
toolbarItems = defaultProps188.toolbarItems,
|
|
18618
|
+
menuItems = defaultProps188.menuItems,
|
|
18399
18619
|
...other
|
|
18400
18620
|
} = props;
|
|
18401
|
-
return /* @__PURE__ */
|
|
18621
|
+
return /* @__PURE__ */ jsxs421(
|
|
18402
18622
|
"div",
|
|
18403
18623
|
{
|
|
18404
18624
|
...other,
|
|
@@ -18407,41 +18627,41 @@ var SpreadsheetHeader = (props) => {
|
|
|
18407
18627
|
props.className
|
|
18408
18628
|
),
|
|
18409
18629
|
children: [
|
|
18410
|
-
/* @__PURE__ */
|
|
18411
|
-
/* @__PURE__ */
|
|
18630
|
+
/* @__PURE__ */ jsx785(SpreadsheetMenu, { children: menuItems }),
|
|
18631
|
+
/* @__PURE__ */ jsx785(SpreadsheetToolbar, { children: toolbarItems })
|
|
18412
18632
|
]
|
|
18413
18633
|
}
|
|
18414
18634
|
);
|
|
18415
18635
|
};
|
|
18416
|
-
SpreadsheetHeader.states =
|
|
18417
|
-
SpreadsheetHeader.options =
|
|
18636
|
+
SpreadsheetHeader.states = states199;
|
|
18637
|
+
SpreadsheetHeader.options = options184;
|
|
18418
18638
|
SpreadsheetHeader.className = SPREADSHEETHEADER_CLASSNAME;
|
|
18419
|
-
SpreadsheetHeader.defaultProps =
|
|
18639
|
+
SpreadsheetHeader.defaultProps = defaultProps188;
|
|
18420
18640
|
|
|
18421
18641
|
// src/spreadsheet/spreadsheet-action-bar.tsx
|
|
18422
|
-
import { Fragment as Fragment199, jsx as
|
|
18642
|
+
import { Fragment as Fragment199, jsx as jsx786, jsxs as jsxs422 } from "react/jsx-runtime";
|
|
18423
18643
|
var SPREADSHEETACTIONBAR_CLASSNAME = `k-spreadsheet-action-bar`;
|
|
18424
|
-
var
|
|
18425
|
-
var
|
|
18426
|
-
var defaultFormula = /* @__PURE__ */
|
|
18427
|
-
/* @__PURE__ */
|
|
18428
|
-
/* @__PURE__ */
|
|
18429
|
-
/* @__PURE__ */
|
|
18430
|
-
/* @__PURE__ */
|
|
18431
|
-
/* @__PURE__ */
|
|
18432
|
-
/* @__PURE__ */
|
|
18644
|
+
var states200 = [];
|
|
18645
|
+
var options185 = {};
|
|
18646
|
+
var defaultFormula = /* @__PURE__ */ jsxs422(Fragment199, { children: [
|
|
18647
|
+
/* @__PURE__ */ jsx786("span", { className: "k-syntax-startexp", children: "=" }),
|
|
18648
|
+
/* @__PURE__ */ jsx786("span", { className: "k-syntax-ref k-series-a", children: "B6" }),
|
|
18649
|
+
/* @__PURE__ */ jsx786("span", { className: "k-syntax-op", children: "+" }),
|
|
18650
|
+
/* @__PURE__ */ jsx786("span", { className: "k-syntax-ref k-series-b", children: "C6" }),
|
|
18651
|
+
/* @__PURE__ */ jsx786("span", { className: "k-syntax-op", children: "+" }),
|
|
18652
|
+
/* @__PURE__ */ jsx786("span", { className: "k-syntax-ref k-series-c", children: "C3" })
|
|
18433
18653
|
] });
|
|
18434
|
-
var
|
|
18654
|
+
var defaultProps189 = {
|
|
18435
18655
|
formula: defaultFormula,
|
|
18436
18656
|
cellName: "B6"
|
|
18437
18657
|
};
|
|
18438
18658
|
var SpreadsheetActionBar = (props) => {
|
|
18439
18659
|
const {
|
|
18440
|
-
formula =
|
|
18441
|
-
cellName =
|
|
18660
|
+
formula = defaultProps189.formula,
|
|
18661
|
+
cellName = defaultProps189.cellName,
|
|
18442
18662
|
...other
|
|
18443
18663
|
} = props;
|
|
18444
|
-
return /* @__PURE__ */
|
|
18664
|
+
return /* @__PURE__ */ jsxs422(
|
|
18445
18665
|
"div",
|
|
18446
18666
|
{
|
|
18447
18667
|
...other,
|
|
@@ -18450,34 +18670,34 @@ var SpreadsheetActionBar = (props) => {
|
|
|
18450
18670
|
props.className
|
|
18451
18671
|
),
|
|
18452
18672
|
children: [
|
|
18453
|
-
/* @__PURE__ */
|
|
18454
|
-
/* @__PURE__ */
|
|
18455
|
-
/* @__PURE__ */
|
|
18456
|
-
/* @__PURE__ */
|
|
18457
|
-
/* @__PURE__ */
|
|
18458
|
-
/* @__PURE__ */
|
|
18673
|
+
/* @__PURE__ */ jsx786("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ jsx786(Combobox, { placeholder: cellName, fillMode: "flat" }) }),
|
|
18674
|
+
/* @__PURE__ */ jsxs422("div", { className: "k-spreadsheet-formula-bar", children: [
|
|
18675
|
+
/* @__PURE__ */ jsx786("span", { className: "k-separator k-separator-vertical" }),
|
|
18676
|
+
/* @__PURE__ */ jsx786(Button, { icon: "formula-fx", fillMode: "flat" }),
|
|
18677
|
+
/* @__PURE__ */ jsx786("span", { className: "k-separator k-separator-vertical" }),
|
|
18678
|
+
/* @__PURE__ */ jsx786("div", { className: "k-spreadsheet-formula-input k-textbox k-input k-input-md k-input-flat k-rounded-md", children: formula })
|
|
18459
18679
|
] })
|
|
18460
18680
|
]
|
|
18461
18681
|
}
|
|
18462
18682
|
);
|
|
18463
18683
|
};
|
|
18464
|
-
SpreadsheetActionBar.states =
|
|
18465
|
-
SpreadsheetActionBar.options =
|
|
18684
|
+
SpreadsheetActionBar.states = states200;
|
|
18685
|
+
SpreadsheetActionBar.options = options185;
|
|
18466
18686
|
SpreadsheetActionBar.className = SPREADSHEETACTIONBAR_CLASSNAME;
|
|
18467
|
-
SpreadsheetActionBar.defaultProps =
|
|
18687
|
+
SpreadsheetActionBar.defaultProps = defaultProps189;
|
|
18468
18688
|
|
|
18469
18689
|
// src/spreadsheet/spreadsheet-tabstrip.tsx
|
|
18470
|
-
import { jsx as
|
|
18690
|
+
import { jsx as jsx787 } from "react/jsx-runtime";
|
|
18471
18691
|
var SPREADSHEETTABSTRIP_CLASSNAME = `k-spreadsheet-sheets`;
|
|
18472
|
-
var
|
|
18473
|
-
var
|
|
18474
|
-
var
|
|
18692
|
+
var states201 = [];
|
|
18693
|
+
var options186 = {};
|
|
18694
|
+
var defaultProps190 = {};
|
|
18475
18695
|
var SpreadsheetTabStrip = (props) => {
|
|
18476
18696
|
const {
|
|
18477
18697
|
children,
|
|
18478
18698
|
...other
|
|
18479
18699
|
} = props;
|
|
18480
|
-
return /* @__PURE__ */
|
|
18700
|
+
return /* @__PURE__ */ jsx787(
|
|
18481
18701
|
TabStrip,
|
|
18482
18702
|
{
|
|
18483
18703
|
...other,
|
|
@@ -18492,25 +18712,25 @@ var SpreadsheetTabStrip = (props) => {
|
|
|
18492
18712
|
}
|
|
18493
18713
|
);
|
|
18494
18714
|
};
|
|
18495
|
-
SpreadsheetTabStrip.states =
|
|
18496
|
-
SpreadsheetTabStrip.options =
|
|
18715
|
+
SpreadsheetTabStrip.states = states201;
|
|
18716
|
+
SpreadsheetTabStrip.options = options186;
|
|
18497
18717
|
SpreadsheetTabStrip.className = SPREADSHEETTABSTRIP_CLASSNAME;
|
|
18498
|
-
SpreadsheetTabStrip.defaultProps =
|
|
18718
|
+
SpreadsheetTabStrip.defaultProps = defaultProps190;
|
|
18499
18719
|
|
|
18500
18720
|
// src/spreadsheet/spreadsheet-sheets-bar.tsx
|
|
18501
|
-
import { Fragment as Fragment200, jsx as
|
|
18721
|
+
import { Fragment as Fragment200, jsx as jsx788, jsxs as jsxs423 } from "react/jsx-runtime";
|
|
18502
18722
|
var SPREADSHEETSHEETSBAR_CLASSNAME = `k-spreadsheet-sheets-bar`;
|
|
18503
|
-
var
|
|
18504
|
-
var
|
|
18505
|
-
var defaultTabStripItems = /* @__PURE__ */
|
|
18506
|
-
/* @__PURE__ */
|
|
18507
|
-
/* @__PURE__ */
|
|
18508
|
-
/* @__PURE__ */
|
|
18509
|
-
/* @__PURE__ */
|
|
18510
|
-
/* @__PURE__ */
|
|
18511
|
-
/* @__PURE__ */
|
|
18723
|
+
var states202 = [];
|
|
18724
|
+
var options187 = {};
|
|
18725
|
+
var defaultTabStripItems = /* @__PURE__ */ jsxs423(Fragment200, { children: [
|
|
18726
|
+
/* @__PURE__ */ jsx788(TabStripItem, { first: true, value: "Sheet 1", children: /* @__PURE__ */ jsx788(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" }) }),
|
|
18727
|
+
/* @__PURE__ */ jsx788(TabStripItem, { value: "Sheet 2", children: /* @__PURE__ */ jsx788(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" }) }),
|
|
18728
|
+
/* @__PURE__ */ jsx788(TabStripItem, { value: "Sheet 3", children: /* @__PURE__ */ jsx788(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" }) }),
|
|
18729
|
+
/* @__PURE__ */ jsx788(TabStripItem, { value: "Sheet 4", children: /* @__PURE__ */ jsx788(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" }) }),
|
|
18730
|
+
/* @__PURE__ */ jsx788(TabStripItem, { value: "Sheet 5", children: /* @__PURE__ */ jsx788(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" }) }),
|
|
18731
|
+
/* @__PURE__ */ jsx788(TabStripItem, { last: true, value: "Sheet 6", children: /* @__PURE__ */ jsx788(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" }) })
|
|
18512
18732
|
] });
|
|
18513
|
-
var
|
|
18733
|
+
var defaultProps191 = {
|
|
18514
18734
|
tabStripItems: defaultTabStripItems
|
|
18515
18735
|
};
|
|
18516
18736
|
var SpreadsheetSheetsBar = (props) => {
|
|
@@ -18518,7 +18738,7 @@ var SpreadsheetSheetsBar = (props) => {
|
|
|
18518
18738
|
tabStripItems,
|
|
18519
18739
|
...other
|
|
18520
18740
|
} = props;
|
|
18521
|
-
return /* @__PURE__ */
|
|
18741
|
+
return /* @__PURE__ */ jsxs423(
|
|
18522
18742
|
"div",
|
|
18523
18743
|
{
|
|
18524
18744
|
...other,
|
|
@@ -18527,52 +18747,52 @@ var SpreadsheetSheetsBar = (props) => {
|
|
|
18527
18747
|
props.className
|
|
18528
18748
|
),
|
|
18529
18749
|
children: [
|
|
18530
|
-
/* @__PURE__ */
|
|
18531
|
-
/* @__PURE__ */
|
|
18532
|
-
/* @__PURE__ */
|
|
18533
|
-
/* @__PURE__ */
|
|
18534
|
-
/* @__PURE__ */
|
|
18535
|
-
/* @__PURE__ */
|
|
18750
|
+
/* @__PURE__ */ jsx788(Button, { className: "k-spreadsheet-sheet-add", fillMode: "flat", icon: "plus" }),
|
|
18751
|
+
/* @__PURE__ */ jsx788(Button, { className: "k-spreadsheet-sheets-menu", fillMode: "flat", icon: "menu" }),
|
|
18752
|
+
/* @__PURE__ */ jsx788(SpreadsheetTabStrip, { children: /* @__PURE__ */ jsxs423(TabStripItemsWrapper, { orientation: "vertical", children: [
|
|
18753
|
+
/* @__PURE__ */ jsx788(TabStripItems, { children: tabStripItems }),
|
|
18754
|
+
/* @__PURE__ */ jsx788(Button, { className: "k-tabstrip-prev", fillMode: "flat", icon: "caret-alt-left", rounded: null, size: null }),
|
|
18755
|
+
/* @__PURE__ */ jsx788(Button, { className: "k-tabstrip-next", fillMode: "flat", icon: "caret-alt-right", rounded: null, size: null })
|
|
18536
18756
|
] }) })
|
|
18537
18757
|
]
|
|
18538
18758
|
}
|
|
18539
18759
|
);
|
|
18540
18760
|
};
|
|
18541
|
-
SpreadsheetSheetsBar.states =
|
|
18542
|
-
SpreadsheetSheetsBar.options =
|
|
18761
|
+
SpreadsheetSheetsBar.states = states202;
|
|
18762
|
+
SpreadsheetSheetsBar.options = options187;
|
|
18543
18763
|
SpreadsheetSheetsBar.className = SPREADSHEETSHEETSBAR_CLASSNAME;
|
|
18544
|
-
SpreadsheetSheetsBar.defaultProps =
|
|
18764
|
+
SpreadsheetSheetsBar.defaultProps = defaultProps191;
|
|
18545
18765
|
|
|
18546
18766
|
// src/spreadsheet/spreadsheet-column-header.tsx
|
|
18547
|
-
import { jsx as
|
|
18767
|
+
import { jsx as jsx789 } from "react/jsx-runtime";
|
|
18548
18768
|
var SPREADSHEETCOLUMNHEADER_CLASSNAME = `k-spreadsheet-column-header`;
|
|
18549
|
-
var
|
|
18550
|
-
var
|
|
18551
|
-
var
|
|
18769
|
+
var states203 = [];
|
|
18770
|
+
var options188 = {};
|
|
18771
|
+
var defaultProps192 = {
|
|
18552
18772
|
configureSelection: { A: "partial" }
|
|
18553
18773
|
};
|
|
18554
18774
|
var SpreadsheetColumnHeader = (props) => {
|
|
18555
18775
|
const {
|
|
18556
|
-
configureSelection =
|
|
18776
|
+
configureSelection = defaultProps192.configureSelection,
|
|
18557
18777
|
...other
|
|
18558
18778
|
} = props;
|
|
18559
18779
|
const defaultColumnHeaderItems = [
|
|
18560
|
-
/* @__PURE__ */
|
|
18561
|
-
/* @__PURE__ */
|
|
18562
|
-
/* @__PURE__ */
|
|
18563
|
-
/* @__PURE__ */
|
|
18564
|
-
/* @__PURE__ */
|
|
18565
|
-
/* @__PURE__ */
|
|
18566
|
-
/* @__PURE__ */
|
|
18567
|
-
/* @__PURE__ */
|
|
18568
|
-
/* @__PURE__ */
|
|
18569
|
-
/* @__PURE__ */
|
|
18570
|
-
/* @__PURE__ */
|
|
18571
|
-
/* @__PURE__ */
|
|
18780
|
+
/* @__PURE__ */ jsx789("div", { style: { position: "absolute", left: "0px", width: "100px", height: "30px" }, children: /* @__PURE__ */ jsx789("div", { className: "k-vertical-align-center", children: "A" }) }),
|
|
18781
|
+
/* @__PURE__ */ jsx789("div", { style: { position: "absolute", left: "100px", width: "215px", height: "30px" }, children: /* @__PURE__ */ jsx789("div", { className: "k-vertical-align-center", children: "B" }) }),
|
|
18782
|
+
/* @__PURE__ */ jsx789("div", { style: { position: "absolute", left: "315px", width: "115px", height: "30px" }, children: /* @__PURE__ */ jsx789("div", { className: "k-vertical-align-center", children: "C" }) }),
|
|
18783
|
+
/* @__PURE__ */ jsx789("div", { style: { position: "absolute", left: "430px", width: "115px", height: "30px" }, children: /* @__PURE__ */ jsx789("div", { className: "k-vertical-align-center", children: "D" }) }),
|
|
18784
|
+
/* @__PURE__ */ jsx789("div", { style: { position: "absolute", left: "545px", width: "115px", height: "30px" }, children: /* @__PURE__ */ jsx789("div", { className: "k-vertical-align-center", children: "E" }) }),
|
|
18785
|
+
/* @__PURE__ */ jsx789("div", { style: { position: "absolute", left: "660px", width: "155px", height: "30px" }, children: /* @__PURE__ */ jsx789("div", { className: "k-vertical-align-center", children: "F" }) }),
|
|
18786
|
+
/* @__PURE__ */ jsx789("div", { style: { position: "absolute", left: "815px", width: "64px", height: "30px" }, children: /* @__PURE__ */ jsx789("div", { className: "k-vertical-align-center", children: "G" }) }),
|
|
18787
|
+
/* @__PURE__ */ jsx789("div", { style: { position: "absolute", left: "879px", width: "64px", height: "30px" }, children: /* @__PURE__ */ jsx789("div", { className: "k-vertical-align-center", children: "H" }) }),
|
|
18788
|
+
/* @__PURE__ */ jsx789("div", { style: { position: "absolute", left: "943px", width: "64px", height: "30px" }, children: /* @__PURE__ */ jsx789("div", { className: "k-vertical-align-center", children: "I" }) }),
|
|
18789
|
+
/* @__PURE__ */ jsx789("div", { style: { position: "absolute", left: "1007px", width: "64px", height: "30px" }, children: /* @__PURE__ */ jsx789("div", { className: "k-vertical-align-center", children: "J" }) }),
|
|
18790
|
+
/* @__PURE__ */ jsx789("div", { style: { position: "absolute", left: "1071px", width: "64px", height: "30px" }, children: /* @__PURE__ */ jsx789("div", { className: "k-vertical-align-center", children: "K" }) }),
|
|
18791
|
+
/* @__PURE__ */ jsx789("div", { style: { position: "absolute", left: "1135px", width: "64px", height: "30px" }, children: /* @__PURE__ */ jsx789("div", { className: "k-vertical-align-center", children: "L" }) })
|
|
18572
18792
|
];
|
|
18573
18793
|
const addColumnSelection = (items, configuration) => items.map((element, index) => {
|
|
18574
18794
|
const itemValue = element.props.children.props.children;
|
|
18575
|
-
return /* @__PURE__ */
|
|
18795
|
+
return /* @__PURE__ */ jsx789(
|
|
18576
18796
|
"div",
|
|
18577
18797
|
{
|
|
18578
18798
|
style: element.props.style,
|
|
@@ -18589,7 +18809,7 @@ var SpreadsheetColumnHeader = (props) => {
|
|
|
18589
18809
|
);
|
|
18590
18810
|
});
|
|
18591
18811
|
const columnHeaderItems = configureSelection ? addColumnSelection(defaultColumnHeaderItems, configureSelection) : defaultColumnHeaderItems;
|
|
18592
|
-
return /* @__PURE__ */
|
|
18812
|
+
return /* @__PURE__ */ jsx789(
|
|
18593
18813
|
"div",
|
|
18594
18814
|
{
|
|
18595
18815
|
...other,
|
|
@@ -18601,42 +18821,42 @@ var SpreadsheetColumnHeader = (props) => {
|
|
|
18601
18821
|
}
|
|
18602
18822
|
);
|
|
18603
18823
|
};
|
|
18604
|
-
SpreadsheetColumnHeader.states =
|
|
18605
|
-
SpreadsheetColumnHeader.options =
|
|
18824
|
+
SpreadsheetColumnHeader.states = states203;
|
|
18825
|
+
SpreadsheetColumnHeader.options = options188;
|
|
18606
18826
|
SpreadsheetColumnHeader.className = SPREADSHEETCOLUMNHEADER_CLASSNAME;
|
|
18607
|
-
SpreadsheetColumnHeader.defaultProps =
|
|
18827
|
+
SpreadsheetColumnHeader.defaultProps = defaultProps192;
|
|
18608
18828
|
|
|
18609
18829
|
// src/spreadsheet/spreadsheet-row-header.tsx
|
|
18610
|
-
import { jsx as
|
|
18830
|
+
import { jsx as jsx790 } from "react/jsx-runtime";
|
|
18611
18831
|
var SPREADSHEETROWHEADER_CLASSNAME = `k-spreadsheet-row-header`;
|
|
18612
|
-
var
|
|
18613
|
-
var
|
|
18614
|
-
var
|
|
18832
|
+
var states204 = [];
|
|
18833
|
+
var options189 = {};
|
|
18834
|
+
var defaultProps193 = {
|
|
18615
18835
|
configureSelection: { 1: "partial" }
|
|
18616
18836
|
};
|
|
18617
18837
|
var SpreadsheetRowHeader = (props) => {
|
|
18618
18838
|
const {
|
|
18619
|
-
configureSelection =
|
|
18839
|
+
configureSelection = defaultProps193.configureSelection,
|
|
18620
18840
|
...other
|
|
18621
18841
|
} = props;
|
|
18622
18842
|
const defaultRowHeaderItems = [
|
|
18623
|
-
/* @__PURE__ */
|
|
18624
|
-
/* @__PURE__ */
|
|
18625
|
-
/* @__PURE__ */
|
|
18626
|
-
/* @__PURE__ */
|
|
18627
|
-
/* @__PURE__ */
|
|
18628
|
-
/* @__PURE__ */
|
|
18629
|
-
/* @__PURE__ */
|
|
18630
|
-
/* @__PURE__ */
|
|
18631
|
-
/* @__PURE__ */
|
|
18632
|
-
/* @__PURE__ */
|
|
18633
|
-
/* @__PURE__ */
|
|
18634
|
-
/* @__PURE__ */
|
|
18635
|
-
/* @__PURE__ */
|
|
18843
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "70px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
18844
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "25px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "2" }) }),
|
|
18845
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "3" }) }),
|
|
18846
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "4" }) }),
|
|
18847
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "5" }) }),
|
|
18848
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "6" }) }),
|
|
18849
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "7" }) }),
|
|
18850
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "8" }) }),
|
|
18851
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "9" }) }),
|
|
18852
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "10" }) }),
|
|
18853
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "11" }) }),
|
|
18854
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "12" }) }),
|
|
18855
|
+
/* @__PURE__ */ jsx790("div", { style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx790("div", { className: "k-vertical-align-center", children: "13" }) })
|
|
18636
18856
|
];
|
|
18637
18857
|
const addRowSelection = (items, configuration) => items.map((element, index) => {
|
|
18638
18858
|
const itemValue = element.props.children.props.children;
|
|
18639
|
-
return /* @__PURE__ */
|
|
18859
|
+
return /* @__PURE__ */ jsx790(
|
|
18640
18860
|
"div",
|
|
18641
18861
|
{
|
|
18642
18862
|
style: element.props.style,
|
|
@@ -18653,7 +18873,7 @@ var SpreadsheetRowHeader = (props) => {
|
|
|
18653
18873
|
);
|
|
18654
18874
|
});
|
|
18655
18875
|
const rowHeaderItems = configureSelection ? addRowSelection(defaultRowHeaderItems, configureSelection) : defaultRowHeaderItems;
|
|
18656
|
-
return /* @__PURE__ */
|
|
18876
|
+
return /* @__PURE__ */ jsx790(
|
|
18657
18877
|
"div",
|
|
18658
18878
|
{
|
|
18659
18879
|
...other,
|
|
@@ -18665,17 +18885,17 @@ var SpreadsheetRowHeader = (props) => {
|
|
|
18665
18885
|
}
|
|
18666
18886
|
);
|
|
18667
18887
|
};
|
|
18668
|
-
SpreadsheetRowHeader.states =
|
|
18669
|
-
SpreadsheetRowHeader.options =
|
|
18888
|
+
SpreadsheetRowHeader.states = states204;
|
|
18889
|
+
SpreadsheetRowHeader.options = options189;
|
|
18670
18890
|
SpreadsheetRowHeader.className = SPREADSHEETROWHEADER_CLASSNAME;
|
|
18671
|
-
SpreadsheetRowHeader.defaultProps =
|
|
18891
|
+
SpreadsheetRowHeader.defaultProps = defaultProps193;
|
|
18672
18892
|
|
|
18673
18893
|
// src/spreadsheet/spreadsheet-data.tsx
|
|
18674
|
-
import { jsx as
|
|
18894
|
+
import { jsx as jsx791 } from "react/jsx-runtime";
|
|
18675
18895
|
var SPREADSHEETDATA_CLASSNAME = `k-spreadsheet-data`;
|
|
18676
|
-
var
|
|
18677
|
-
var
|
|
18678
|
-
var
|
|
18896
|
+
var states205 = [];
|
|
18897
|
+
var options190 = {};
|
|
18898
|
+
var defaultProps194 = {};
|
|
18679
18899
|
var SpreadsheetData = (props) => {
|
|
18680
18900
|
const {
|
|
18681
18901
|
activeCellIndex,
|
|
@@ -18683,7 +18903,7 @@ var SpreadsheetData = (props) => {
|
|
|
18683
18903
|
} = props;
|
|
18684
18904
|
const addActiveCell = (data2, activeCellIndex2) => data2.map((element, index) => {
|
|
18685
18905
|
if (index === activeCellIndex2) {
|
|
18686
|
-
return /* @__PURE__ */
|
|
18906
|
+
return /* @__PURE__ */ jsx791(
|
|
18687
18907
|
"div",
|
|
18688
18908
|
{
|
|
18689
18909
|
style: element.props.style,
|
|
@@ -18699,7 +18919,7 @@ var SpreadsheetData = (props) => {
|
|
|
18699
18919
|
return element;
|
|
18700
18920
|
});
|
|
18701
18921
|
const spreadsheetData = activeCellIndex ? addActiveCell(data, activeCellIndex) : data;
|
|
18702
|
-
return /* @__PURE__ */
|
|
18922
|
+
return /* @__PURE__ */ jsx791(
|
|
18703
18923
|
"div",
|
|
18704
18924
|
{
|
|
18705
18925
|
...other,
|
|
@@ -18711,17 +18931,17 @@ var SpreadsheetData = (props) => {
|
|
|
18711
18931
|
}
|
|
18712
18932
|
);
|
|
18713
18933
|
};
|
|
18714
|
-
SpreadsheetData.states =
|
|
18715
|
-
SpreadsheetData.options =
|
|
18934
|
+
SpreadsheetData.states = states205;
|
|
18935
|
+
SpreadsheetData.options = options190;
|
|
18716
18936
|
SpreadsheetData.className = SPREADSHEETDATA_CLASSNAME;
|
|
18717
|
-
SpreadsheetData.defaultProps =
|
|
18937
|
+
SpreadsheetData.defaultProps = defaultProps194;
|
|
18718
18938
|
|
|
18719
18939
|
// src/spreadsheet/spreadsheet-view.tsx
|
|
18720
|
-
import { jsx as
|
|
18940
|
+
import { jsx as jsx792, jsxs as jsxs424 } from "react/jsx-runtime";
|
|
18721
18941
|
var SPREADSHEETVIEW_CLASSNAME = `k-spreadsheet-view`;
|
|
18722
|
-
var
|
|
18723
|
-
var
|
|
18724
|
-
var
|
|
18942
|
+
var states206 = [];
|
|
18943
|
+
var options191 = {};
|
|
18944
|
+
var defaultProps195 = {};
|
|
18725
18945
|
var SpreadsheetView = (props) => {
|
|
18726
18946
|
const {
|
|
18727
18947
|
selectionHighlight,
|
|
@@ -18733,7 +18953,7 @@ var SpreadsheetView = (props) => {
|
|
|
18733
18953
|
filter,
|
|
18734
18954
|
...other
|
|
18735
18955
|
} = props;
|
|
18736
|
-
return /* @__PURE__ */
|
|
18956
|
+
return /* @__PURE__ */ jsxs424(
|
|
18737
18957
|
"div",
|
|
18738
18958
|
{
|
|
18739
18959
|
...other,
|
|
@@ -18742,49 +18962,49 @@ var SpreadsheetView = (props) => {
|
|
|
18742
18962
|
props.className
|
|
18743
18963
|
),
|
|
18744
18964
|
children: [
|
|
18745
|
-
/* @__PURE__ */
|
|
18746
|
-
/* @__PURE__ */
|
|
18747
|
-
/* @__PURE__ */
|
|
18748
|
-
/* @__PURE__ */
|
|
18749
|
-
/* @__PURE__ */
|
|
18750
|
-
/* @__PURE__ */
|
|
18751
|
-
/* @__PURE__ */
|
|
18752
|
-
/* @__PURE__ */
|
|
18753
|
-
/* @__PURE__ */
|
|
18965
|
+
/* @__PURE__ */ jsxs424("div", { className: "k-spreadsheet-fixed-container", children: [
|
|
18966
|
+
/* @__PURE__ */ jsxs424("div", { style: { top: 0, left: 0, height: "100%", width: "100%" }, className: "k-spreadsheet-pane k-top k-left", children: [
|
|
18967
|
+
/* @__PURE__ */ jsx792(SpreadsheetData, { activeCellIndex, style: { position: "relative", left: "30px", top: "30px" } }),
|
|
18968
|
+
/* @__PURE__ */ jsx792("div", { className: "k-selection-wrapper", children: selection }),
|
|
18969
|
+
/* @__PURE__ */ jsx792("div", { className: "k-auto-fill-wrapper" }),
|
|
18970
|
+
/* @__PURE__ */ jsx792("div", { className: "k-selection-wrapper", children: selectionHighlight }),
|
|
18971
|
+
/* @__PURE__ */ jsx792("div", { className: "k-filter-wrapper", children: filter }),
|
|
18972
|
+
/* @__PURE__ */ jsx792(SpreadsheetRowHeader, { configureSelection: rowHeaderSelection, style: { width: "30px", top: "30px" } }),
|
|
18973
|
+
/* @__PURE__ */ jsx792(SpreadsheetColumnHeader, { configureSelection: columnHeaderSelection, style: { top: "0px", left: "30px", width: "1199px", height: "30px" } })
|
|
18754
18974
|
] }),
|
|
18755
18975
|
cellEditor,
|
|
18756
|
-
/* @__PURE__ */
|
|
18976
|
+
/* @__PURE__ */ jsx792("div", { style: { width: "30px", height: "30px" }, className: "k-spreadsheet-top-corner" })
|
|
18757
18977
|
] }),
|
|
18758
|
-
/* @__PURE__ */
|
|
18759
|
-
/* @__PURE__ */
|
|
18760
|
-
/* @__PURE__ */
|
|
18761
|
-
/* @__PURE__ */
|
|
18978
|
+
/* @__PURE__ */ jsx792("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ jsx792("div", { className: "k-spreadsheet-view-size", style: { height: "6080px", width: "3663px" } }) }),
|
|
18979
|
+
/* @__PURE__ */ jsx792("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ jsxs424("table", { style: { left: "0px", top: "0px", height: "30px", width: "100px" }, className: "kendo-clipboard-eb8ea401-ab97-4190-8fb2-b3b83b299a9f", role: "presentation", children: [
|
|
18980
|
+
/* @__PURE__ */ jsx792("colgroup", { children: /* @__PURE__ */ jsx792("col", { style: { width: "100px" } }) }),
|
|
18981
|
+
/* @__PURE__ */ jsx792("tbody", { children: /* @__PURE__ */ jsx792("tr", { style: { height: "30px" }, children: /* @__PURE__ */ jsx792("td", { style: { backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", borderColor: "rgb(255, 255, 255)" }, children: "216321" }) }) })
|
|
18762
18982
|
] }) }),
|
|
18763
|
-
!cellEditor && /* @__PURE__ */
|
|
18764
|
-
/* @__PURE__ */
|
|
18765
|
-
/* @__PURE__ */
|
|
18766
|
-
/* @__PURE__ */
|
|
18983
|
+
!cellEditor && /* @__PURE__ */ jsx792("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", "data-role": "formulainput", style: { whiteSpace: "pre" }, children: "216321" }),
|
|
18984
|
+
/* @__PURE__ */ jsx792(Tooltip, { content: "A1", style: { position: "absolute", display: "none" } }),
|
|
18985
|
+
/* @__PURE__ */ jsx792("div", { className: "k-list-group-sticky-header", style: { display: "none" } }),
|
|
18986
|
+
/* @__PURE__ */ jsx792("div", { className: "k-list-content k-list-scroller", unselectable: "on" })
|
|
18767
18987
|
]
|
|
18768
18988
|
}
|
|
18769
18989
|
);
|
|
18770
18990
|
};
|
|
18771
|
-
SpreadsheetView.states =
|
|
18772
|
-
SpreadsheetView.options =
|
|
18991
|
+
SpreadsheetView.states = states206;
|
|
18992
|
+
SpreadsheetView.options = options191;
|
|
18773
18993
|
SpreadsheetView.className = SPREADSHEETVIEW_CLASSNAME;
|
|
18774
|
-
SpreadsheetView.defaultProps =
|
|
18994
|
+
SpreadsheetView.defaultProps = defaultProps195;
|
|
18775
18995
|
|
|
18776
18996
|
// src/spreadsheet/spreadsheet.spec.tsx
|
|
18777
|
-
import { jsx as
|
|
18997
|
+
import { jsx as jsx793 } from "react/jsx-runtime";
|
|
18778
18998
|
var SPREADSHEET_CLASSNAME = `k-spreadsheet`;
|
|
18779
|
-
var
|
|
18780
|
-
var
|
|
18781
|
-
var
|
|
18999
|
+
var states207 = [];
|
|
19000
|
+
var options192 = {};
|
|
19001
|
+
var defaultProps196 = {};
|
|
18782
19002
|
var Spreadsheet = (props) => {
|
|
18783
19003
|
const {
|
|
18784
19004
|
children,
|
|
18785
19005
|
...other
|
|
18786
19006
|
} = props;
|
|
18787
|
-
return /* @__PURE__ */
|
|
19007
|
+
return /* @__PURE__ */ jsx793(
|
|
18788
19008
|
"div",
|
|
18789
19009
|
{
|
|
18790
19010
|
...other,
|
|
@@ -18796,37 +19016,37 @@ var Spreadsheet = (props) => {
|
|
|
18796
19016
|
}
|
|
18797
19017
|
);
|
|
18798
19018
|
};
|
|
18799
|
-
Spreadsheet.states =
|
|
18800
|
-
Spreadsheet.options =
|
|
19019
|
+
Spreadsheet.states = states207;
|
|
19020
|
+
Spreadsheet.options = options192;
|
|
18801
19021
|
Spreadsheet.className = SPREADSHEET_CLASSNAME;
|
|
18802
|
-
Spreadsheet.defaultProps =
|
|
19022
|
+
Spreadsheet.defaultProps = defaultProps196;
|
|
18803
19023
|
|
|
18804
19024
|
// src/spreadsheet/templates/spreadsheet-normal.tsx
|
|
18805
|
-
import { Fragment as Fragment201, jsx as
|
|
18806
|
-
var SpreadsheetNormal = (props) => /* @__PURE__ */
|
|
19025
|
+
import { Fragment as Fragment201, jsx as jsx794, jsxs as jsxs425 } from "react/jsx-runtime";
|
|
19026
|
+
var SpreadsheetNormal = (props) => /* @__PURE__ */ jsx794(
|
|
18807
19027
|
Spreadsheet,
|
|
18808
19028
|
{
|
|
18809
19029
|
style: { width: "100%" },
|
|
18810
|
-
children: /* @__PURE__ */
|
|
18811
|
-
/* @__PURE__ */
|
|
18812
|
-
/* @__PURE__ */
|
|
18813
|
-
/* @__PURE__ */
|
|
19030
|
+
children: /* @__PURE__ */ jsxs425(Fragment201, { children: [
|
|
19031
|
+
/* @__PURE__ */ jsx794(SpreadsheetHeader, {}),
|
|
19032
|
+
/* @__PURE__ */ jsx794(SpreadsheetActionBar, {}),
|
|
19033
|
+
/* @__PURE__ */ jsx794(
|
|
18814
19034
|
SpreadsheetView,
|
|
18815
19035
|
{
|
|
18816
|
-
selection: /* @__PURE__ */
|
|
19036
|
+
selection: /* @__PURE__ */ jsx794("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "880px", height: "71px", top: "30px", left: "30px" } }),
|
|
18817
19037
|
rowHeaderSelection: { 1: "partial" },
|
|
18818
19038
|
columnHeaderSelection: { A: "partial", B: "partial", C: "partial", D: "partial", E: "partial", F: "partial", G: "partial" },
|
|
18819
19039
|
activeCellIndex: 0
|
|
18820
19040
|
}
|
|
18821
19041
|
),
|
|
18822
|
-
/* @__PURE__ */
|
|
19042
|
+
/* @__PURE__ */ jsx794(SpreadsheetSheetsBar, {})
|
|
18823
19043
|
] }),
|
|
18824
19044
|
...props
|
|
18825
19045
|
}
|
|
18826
19046
|
);
|
|
18827
19047
|
|
|
18828
19048
|
// src/spreadsheet/tests/spreadsheet-sheets-bar.tsx
|
|
18829
|
-
import { Fragment as Fragment202, jsx as
|
|
19049
|
+
import { Fragment as Fragment202, jsx as jsx795, jsxs as jsxs426 } from "react/jsx-runtime";
|
|
18830
19050
|
var style = `
|
|
18831
19051
|
#test-area {
|
|
18832
19052
|
max-width: 1180px;
|
|
@@ -18849,40 +19069,40 @@ var style = `
|
|
|
18849
19069
|
position: relative;
|
|
18850
19070
|
}
|
|
18851
19071
|
`;
|
|
18852
|
-
var spreadsheet_sheets_bar_default = () => /* @__PURE__ */
|
|
18853
|
-
/* @__PURE__ */
|
|
18854
|
-
/* @__PURE__ */
|
|
18855
|
-
/* @__PURE__ */
|
|
18856
|
-
/* @__PURE__ */
|
|
18857
|
-
/* @__PURE__ */
|
|
18858
|
-
/* @__PURE__ */
|
|
18859
|
-
/* @__PURE__ */
|
|
18860
|
-
/* @__PURE__ */
|
|
18861
|
-
/* @__PURE__ */
|
|
18862
|
-
/* @__PURE__ */
|
|
19072
|
+
var spreadsheet_sheets_bar_default = () => /* @__PURE__ */ jsxs426(Fragment202, { children: [
|
|
19073
|
+
/* @__PURE__ */ jsx795("style", { children: style }),
|
|
19074
|
+
/* @__PURE__ */ jsxs426("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
|
|
19075
|
+
/* @__PURE__ */ jsx795("span", { children: "Sheets Bar" }),
|
|
19076
|
+
/* @__PURE__ */ jsx795("section", { children: /* @__PURE__ */ jsx795(SpreadsheetNormal, { style: { width: "100%", height: "auto" }, children: /* @__PURE__ */ jsx795(SpreadsheetSheetsBar, { tabStripItems: /* @__PURE__ */ jsxs426(Fragment202, { children: [
|
|
19077
|
+
/* @__PURE__ */ jsx795(TabStripItem, { first: true, value: "Sheet 1", children: /* @__PURE__ */ jsx795(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" }) }),
|
|
19078
|
+
/* @__PURE__ */ jsx795(TabStripItem, { value: "Sheet 2", children: /* @__PURE__ */ jsx795(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" }) }),
|
|
19079
|
+
/* @__PURE__ */ jsx795(TabStripItem, { active: true, value: "Sheet 3", children: /* @__PURE__ */ jsx795(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" }) }),
|
|
19080
|
+
/* @__PURE__ */ jsx795(TabStripItem, { focus: true, value: "Sheet 4", children: /* @__PURE__ */ jsx795(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" }) }),
|
|
19081
|
+
/* @__PURE__ */ jsx795(TabStripItem, { value: "Sheet 5", children: /* @__PURE__ */ jsx795(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" }) }),
|
|
19082
|
+
/* @__PURE__ */ jsx795(TabStripItem, { last: true, disabled: true, value: "Sheet 6", children: /* @__PURE__ */ jsx795(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" }) })
|
|
18863
19083
|
] }) }) }) }),
|
|
18864
|
-
/* @__PURE__ */
|
|
18865
|
-
/* @__PURE__ */
|
|
18866
|
-
/* @__PURE__ */
|
|
18867
|
-
/* @__PURE__ */
|
|
18868
|
-
/* @__PURE__ */
|
|
18869
|
-
/* @__PURE__ */
|
|
18870
|
-
/* @__PURE__ */
|
|
18871
|
-
/* @__PURE__ */
|
|
18872
|
-
/* @__PURE__ */
|
|
19084
|
+
/* @__PURE__ */ jsx795("span", { children: "Sheets Bar ContextMenu" }),
|
|
19085
|
+
/* @__PURE__ */ jsx795("section", { children: /* @__PURE__ */ jsx795(Popup, { id: "spreadsheet-context-menu-sheets", className: "k-menu-popup k-context-menu-popup", children: /* @__PURE__ */ jsxs426(MenuList, { className: "k-context-menu", children: [
|
|
19086
|
+
/* @__PURE__ */ jsx795(MenuListItem, { text: "Delete", icon: "trash" }),
|
|
19087
|
+
/* @__PURE__ */ jsx795(MenuListItem, { text: "Duplicate", icon: "copy" }),
|
|
19088
|
+
/* @__PURE__ */ jsx795(MenuListItem, { text: "Rename", icon: "pencil" }),
|
|
19089
|
+
/* @__PURE__ */ jsx795(MenuListItem, { text: "Hide", icon: "eye-slash" }),
|
|
19090
|
+
/* @__PURE__ */ jsx795(MenuSeparator, {}),
|
|
19091
|
+
/* @__PURE__ */ jsx795(MenuListItem, { text: "Move Right", icon: "arrow-right" }),
|
|
19092
|
+
/* @__PURE__ */ jsx795(MenuListItem, { text: "Move Left", icon: "arrow-left" })
|
|
18873
19093
|
] }) }) }),
|
|
18874
|
-
/* @__PURE__ */
|
|
18875
|
-
/* @__PURE__ */
|
|
18876
|
-
/* @__PURE__ */
|
|
18877
|
-
/* @__PURE__ */
|
|
18878
|
-
] }), children: /* @__PURE__ */
|
|
18879
|
-
/* @__PURE__ */
|
|
18880
|
-
/* @__PURE__ */
|
|
18881
|
-
/* @__PURE__ */
|
|
18882
|
-
/* @__PURE__ */
|
|
19094
|
+
/* @__PURE__ */ jsx795("span", { children: "Sheets Bar Rename" }),
|
|
19095
|
+
/* @__PURE__ */ jsx795("section", { children: /* @__PURE__ */ jsx795(WindowNormal, { title: "Rename Sheet", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "stretched", actionButtons: /* @__PURE__ */ jsxs426(Fragment202, { children: [
|
|
19096
|
+
/* @__PURE__ */ jsx795(Button, { themeColor: "primary", children: "Rename" }),
|
|
19097
|
+
/* @__PURE__ */ jsx795(Button, { children: "Cancel" })
|
|
19098
|
+
] }), children: /* @__PURE__ */ jsx795(FormNormal, { formButtons: null, children: /* @__PURE__ */ jsx795(FormField, { label: "Rename sheet", editor: /* @__PURE__ */ jsx795(Textbox, { placeholder: "Sheet name" }) }) }) }) }),
|
|
19099
|
+
/* @__PURE__ */ jsx795("span", { children: "Sheets Bar Delete" }),
|
|
19100
|
+
/* @__PURE__ */ jsx795("section", { children: /* @__PURE__ */ jsxs426(WindowNormal, { title: "Delete Sheet", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "stretched", actionButtons: /* @__PURE__ */ jsxs426(Fragment202, { children: [
|
|
19101
|
+
/* @__PURE__ */ jsx795(Button, { themeColor: "primary", children: "Delete" }),
|
|
19102
|
+
/* @__PURE__ */ jsx795(Button, { children: "Cancel" })
|
|
18883
19103
|
] }), children: [
|
|
18884
|
-
/* @__PURE__ */
|
|
18885
|
-
/* @__PURE__ */
|
|
19104
|
+
/* @__PURE__ */ jsx795("p", { children: "The deleted sheet data will be lost." }),
|
|
19105
|
+
/* @__PURE__ */ jsx795("p", { children: "Are you sure you want to proceed?" })
|
|
18886
19106
|
] }) })
|
|
18887
19107
|
] })
|
|
18888
19108
|
] });
|