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