@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
|
@@ -9484,10 +9484,139 @@ import { Fragment as Fragment71, jsx as jsx205, jsxs as jsxs87 } from "react/jsx
|
|
|
9484
9484
|
// src/calendar/templates/calendar-infinite-week-number.tsx
|
|
9485
9485
|
import { Fragment as Fragment72, jsx as jsx206, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
9486
9486
|
|
|
9487
|
+
// src/multiviewcalendar/multiviewcalendar.spec.tsx
|
|
9488
|
+
import { jsx as jsx207 } from "react/jsx-runtime";
|
|
9489
|
+
var MULTIVIEWCALENDAR_CLASSNAME = `k-calendar-range`;
|
|
9490
|
+
var states69 = [];
|
|
9491
|
+
var options67 = {
|
|
9492
|
+
size: [Size.small, Size.medium, Size.large]
|
|
9493
|
+
};
|
|
9494
|
+
var defaultProps68 = {
|
|
9495
|
+
size: Size.medium,
|
|
9496
|
+
calendarHeaderText: "October 2021 - November 2021",
|
|
9497
|
+
viewsCount: 2,
|
|
9498
|
+
orientation: "horizontal",
|
|
9499
|
+
calendarView: "month"
|
|
9500
|
+
};
|
|
9501
|
+
var MultiViewCalendar = (props) => {
|
|
9502
|
+
const {
|
|
9503
|
+
size = defaultProps68.size,
|
|
9504
|
+
orientation = defaultProps68.orientation,
|
|
9505
|
+
calendarView = defaultProps68.calendarView,
|
|
9506
|
+
calendarHeaderText = defaultProps68.calendarHeaderText,
|
|
9507
|
+
viewsCount = defaultProps68.viewsCount,
|
|
9508
|
+
showCalendarFooter,
|
|
9509
|
+
showWeek,
|
|
9510
|
+
dir,
|
|
9511
|
+
...other
|
|
9512
|
+
} = props;
|
|
9513
|
+
return /* @__PURE__ */ jsx207(
|
|
9514
|
+
Calendar,
|
|
9515
|
+
{
|
|
9516
|
+
...other,
|
|
9517
|
+
className: classNames(
|
|
9518
|
+
props.className,
|
|
9519
|
+
MULTIVIEWCALENDAR_CLASSNAME
|
|
9520
|
+
),
|
|
9521
|
+
size,
|
|
9522
|
+
calendarHeaderText,
|
|
9523
|
+
calendarView,
|
|
9524
|
+
viewsCount,
|
|
9525
|
+
orientation,
|
|
9526
|
+
showCalendarFooter,
|
|
9527
|
+
showWeek,
|
|
9528
|
+
dir
|
|
9529
|
+
}
|
|
9530
|
+
);
|
|
9531
|
+
};
|
|
9532
|
+
MultiViewCalendar.states = states69;
|
|
9533
|
+
MultiViewCalendar.options = options67;
|
|
9534
|
+
MultiViewCalendar.className = MULTIVIEWCALENDAR_CLASSNAME;
|
|
9535
|
+
MultiViewCalendar.defaultProps = defaultProps68;
|
|
9536
|
+
|
|
9537
|
+
// src/multiviewcalendar/templates/multiviewcalendar-century.tsx
|
|
9538
|
+
import { Fragment as Fragment73, jsx as jsx208, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
9539
|
+
|
|
9540
|
+
// src/multiviewcalendar/templates/multiviewcalendar-decade.tsx
|
|
9541
|
+
import { Fragment as Fragment74, jsx as jsx209, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
9542
|
+
|
|
9543
|
+
// src/multiviewcalendar/templates/multiviewcalendar-normal.tsx
|
|
9544
|
+
import { Fragment as Fragment75, jsx as jsx210, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
9545
|
+
var MultiViewCalendarNormal = ({ showOtherMonth, ...props }) => /* @__PURE__ */ jsx210(
|
|
9546
|
+
MultiViewCalendar,
|
|
9547
|
+
{
|
|
9548
|
+
calendarView: "month",
|
|
9549
|
+
showTableHead: true,
|
|
9550
|
+
children: /* @__PURE__ */ jsxs91(Fragment75, { children: [
|
|
9551
|
+
/* @__PURE__ */ jsxs91(CalendarTableRow, { children: [
|
|
9552
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "30", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
|
|
9553
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "1" }),
|
|
9554
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "2" }),
|
|
9555
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "3" }),
|
|
9556
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "4" }),
|
|
9557
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "5" }),
|
|
9558
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "6", weekend: true })
|
|
9559
|
+
] }),
|
|
9560
|
+
/* @__PURE__ */ jsxs91(CalendarTableRow, { children: [
|
|
9561
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "7", weekend: true }),
|
|
9562
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "8" }),
|
|
9563
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "9" }),
|
|
9564
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "10" }),
|
|
9565
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "11" }),
|
|
9566
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "12" }),
|
|
9567
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "13", weekend: true })
|
|
9568
|
+
] }),
|
|
9569
|
+
/* @__PURE__ */ jsxs91(CalendarTableRow, { children: [
|
|
9570
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "14", weekend: true }),
|
|
9571
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "15" }),
|
|
9572
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "16", today: true }),
|
|
9573
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "17" }),
|
|
9574
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "18" }),
|
|
9575
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "19" }),
|
|
9576
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "20", weekend: true })
|
|
9577
|
+
] }),
|
|
9578
|
+
/* @__PURE__ */ jsxs91(CalendarTableRow, { children: [
|
|
9579
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "21", weekend: true }),
|
|
9580
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "22" }),
|
|
9581
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "23" }),
|
|
9582
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "24" }),
|
|
9583
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "25" }),
|
|
9584
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "26" }),
|
|
9585
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "27", weekend: true })
|
|
9586
|
+
] }),
|
|
9587
|
+
/* @__PURE__ */ jsxs91(CalendarTableRow, { children: [
|
|
9588
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "28", weekend: true }),
|
|
9589
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "29" }),
|
|
9590
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "30" }),
|
|
9591
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "31" }),
|
|
9592
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "1", showOtherMonth, empty: !showOtherMonth }),
|
|
9593
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "2", showOtherMonth, empty: !showOtherMonth }),
|
|
9594
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "3", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
|
|
9595
|
+
] }),
|
|
9596
|
+
/* @__PURE__ */ jsxs91(CalendarTableRow, { children: [
|
|
9597
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "4", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
|
|
9598
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "5", showOtherMonth, empty: !showOtherMonth }),
|
|
9599
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "6", showOtherMonth, empty: !showOtherMonth }),
|
|
9600
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "7", showOtherMonth, empty: !showOtherMonth }),
|
|
9601
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "8", showOtherMonth, empty: !showOtherMonth }),
|
|
9602
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "9", showOtherMonth, empty: !showOtherMonth }),
|
|
9603
|
+
/* @__PURE__ */ jsx210(CalendarCell, { text: "10", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
|
|
9604
|
+
] })
|
|
9605
|
+
] }),
|
|
9606
|
+
...props
|
|
9607
|
+
}
|
|
9608
|
+
);
|
|
9609
|
+
|
|
9610
|
+
// src/multiviewcalendar/templates/multiviewcalendar-with-weeks.tsx
|
|
9611
|
+
import { Fragment as Fragment76, jsx as jsx211, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
9612
|
+
|
|
9613
|
+
// src/multiviewcalendar/templates/multiviewcalendar-year.tsx
|
|
9614
|
+
import { Fragment as Fragment77, jsx as jsx212, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
9615
|
+
|
|
9487
9616
|
// src/dateinput/dateinput.spec.tsx
|
|
9488
|
-
import { jsx as
|
|
9617
|
+
import { jsx as jsx213, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
9489
9618
|
var DATEINPUT_CLASSNAME = `k-dateinput`;
|
|
9490
|
-
var
|
|
9619
|
+
var states70 = [
|
|
9491
9620
|
States.hover,
|
|
9492
9621
|
States.focus,
|
|
9493
9622
|
States.valid,
|
|
@@ -9497,12 +9626,12 @@ var states69 = [
|
|
|
9497
9626
|
States.loading,
|
|
9498
9627
|
States.readonly
|
|
9499
9628
|
];
|
|
9500
|
-
var
|
|
9629
|
+
var options68 = {
|
|
9501
9630
|
size: [Size.small, Size.medium, Size.large],
|
|
9502
9631
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
9503
9632
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
9504
9633
|
};
|
|
9505
|
-
var
|
|
9634
|
+
var defaultProps69 = {
|
|
9506
9635
|
size: Input.defaultProps.size,
|
|
9507
9636
|
rounded: Input.defaultProps.rounded,
|
|
9508
9637
|
fillMode: Input.defaultProps.fillMode
|
|
@@ -9525,7 +9654,7 @@ var DateInput = (props) => {
|
|
|
9525
9654
|
showSpinButton,
|
|
9526
9655
|
...other
|
|
9527
9656
|
} = props;
|
|
9528
|
-
return /* @__PURE__ */
|
|
9657
|
+
return /* @__PURE__ */ jsxs94(
|
|
9529
9658
|
Input,
|
|
9530
9659
|
{
|
|
9531
9660
|
...other,
|
|
@@ -9542,8 +9671,8 @@ var DateInput = (props) => {
|
|
|
9542
9671
|
readonly,
|
|
9543
9672
|
className: classNames(props.className, DATEINPUT_CLASSNAME),
|
|
9544
9673
|
children: [
|
|
9545
|
-
/* @__PURE__ */
|
|
9546
|
-
/* @__PURE__ */
|
|
9674
|
+
/* @__PURE__ */ jsx213(InputInnerInput, { placeholder, value }),
|
|
9675
|
+
/* @__PURE__ */ jsx213(
|
|
9547
9676
|
InputValidationIcon,
|
|
9548
9677
|
{
|
|
9549
9678
|
valid,
|
|
@@ -9552,14 +9681,14 @@ var DateInput = (props) => {
|
|
|
9552
9681
|
disabled
|
|
9553
9682
|
}
|
|
9554
9683
|
),
|
|
9555
|
-
/* @__PURE__ */
|
|
9684
|
+
/* @__PURE__ */ jsx213(
|
|
9556
9685
|
InputLoadingIcon,
|
|
9557
9686
|
{
|
|
9558
9687
|
loading,
|
|
9559
9688
|
disabled
|
|
9560
9689
|
}
|
|
9561
9690
|
),
|
|
9562
|
-
showSpinButton && /* @__PURE__ */
|
|
9691
|
+
showSpinButton && /* @__PURE__ */ jsx213(
|
|
9563
9692
|
SpinButton,
|
|
9564
9693
|
{
|
|
9565
9694
|
className: "k-input-spinner",
|
|
@@ -9571,18 +9700,18 @@ var DateInput = (props) => {
|
|
|
9571
9700
|
}
|
|
9572
9701
|
);
|
|
9573
9702
|
};
|
|
9574
|
-
DateInput.states =
|
|
9575
|
-
DateInput.options =
|
|
9703
|
+
DateInput.states = states70;
|
|
9704
|
+
DateInput.options = options68;
|
|
9576
9705
|
DateInput.className = DATEINPUT_CLASSNAME;
|
|
9577
|
-
DateInput.defaultProps =
|
|
9706
|
+
DateInput.defaultProps = defaultProps69;
|
|
9578
9707
|
|
|
9579
9708
|
// src/dateinput/templates/dateinput-normal.tsx
|
|
9580
|
-
import { jsx as
|
|
9709
|
+
import { jsx as jsx214 } from "react/jsx-runtime";
|
|
9581
9710
|
|
|
9582
9711
|
// src/datepicker/datepicker.spec.tsx
|
|
9583
|
-
import { Fragment as
|
|
9712
|
+
import { Fragment as Fragment78, jsx as jsx215, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
9584
9713
|
var DATEPICKER_CLASSNAME = `k-datepicker`;
|
|
9585
|
-
var
|
|
9714
|
+
var states71 = [
|
|
9586
9715
|
States.hover,
|
|
9587
9716
|
States.focus,
|
|
9588
9717
|
States.valid,
|
|
@@ -9592,12 +9721,12 @@ var states70 = [
|
|
|
9592
9721
|
States.loading,
|
|
9593
9722
|
States.readonly
|
|
9594
9723
|
];
|
|
9595
|
-
var
|
|
9724
|
+
var options69 = {
|
|
9596
9725
|
size: [Size.small, Size.medium, Size.large],
|
|
9597
9726
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
9598
9727
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
9599
9728
|
};
|
|
9600
|
-
var
|
|
9729
|
+
var defaultProps70 = {
|
|
9601
9730
|
size: Input.defaultProps.size,
|
|
9602
9731
|
rounded: Input.defaultProps.rounded,
|
|
9603
9732
|
fillMode: Input.defaultProps.fillMode
|
|
@@ -9625,8 +9754,8 @@ var DatePicker = (props) => {
|
|
|
9625
9754
|
dir,
|
|
9626
9755
|
...other
|
|
9627
9756
|
} = props;
|
|
9628
|
-
return /* @__PURE__ */
|
|
9629
|
-
/* @__PURE__ */
|
|
9757
|
+
return /* @__PURE__ */ jsxs95(Fragment78, { children: [
|
|
9758
|
+
/* @__PURE__ */ jsxs95(
|
|
9630
9759
|
Input,
|
|
9631
9760
|
{
|
|
9632
9761
|
...other,
|
|
@@ -9644,9 +9773,9 @@ var DatePicker = (props) => {
|
|
|
9644
9773
|
readonly,
|
|
9645
9774
|
className: classNames(props.className, DATEPICKER_CLASSNAME),
|
|
9646
9775
|
children: [
|
|
9647
|
-
/* @__PURE__ */
|
|
9648
|
-
/* @__PURE__ */
|
|
9649
|
-
/* @__PURE__ */
|
|
9776
|
+
/* @__PURE__ */ jsx215(InputPrefix, { children: prefix }),
|
|
9777
|
+
/* @__PURE__ */ jsx215(InputInnerInput, { placeholder, value }),
|
|
9778
|
+
/* @__PURE__ */ jsx215(
|
|
9650
9779
|
InputValidationIcon,
|
|
9651
9780
|
{
|
|
9652
9781
|
valid,
|
|
@@ -9655,14 +9784,14 @@ var DatePicker = (props) => {
|
|
|
9655
9784
|
disabled
|
|
9656
9785
|
}
|
|
9657
9786
|
),
|
|
9658
|
-
/* @__PURE__ */
|
|
9787
|
+
/* @__PURE__ */ jsx215(
|
|
9659
9788
|
InputLoadingIcon,
|
|
9660
9789
|
{
|
|
9661
9790
|
loading,
|
|
9662
9791
|
disabled
|
|
9663
9792
|
}
|
|
9664
9793
|
),
|
|
9665
|
-
/* @__PURE__ */
|
|
9794
|
+
/* @__PURE__ */ jsx215(
|
|
9666
9795
|
InputClearValue,
|
|
9667
9796
|
{
|
|
9668
9797
|
loading,
|
|
@@ -9671,8 +9800,8 @@ var DatePicker = (props) => {
|
|
|
9671
9800
|
value
|
|
9672
9801
|
}
|
|
9673
9802
|
),
|
|
9674
|
-
/* @__PURE__ */
|
|
9675
|
-
/* @__PURE__ */
|
|
9803
|
+
/* @__PURE__ */ jsx215(InputSuffix, { children: suffix }),
|
|
9804
|
+
/* @__PURE__ */ jsx215(
|
|
9676
9805
|
Button,
|
|
9677
9806
|
{
|
|
9678
9807
|
className: "k-input-button",
|
|
@@ -9685,9 +9814,9 @@ var DatePicker = (props) => {
|
|
|
9685
9814
|
]
|
|
9686
9815
|
}
|
|
9687
9816
|
),
|
|
9688
|
-
opened && /* @__PURE__ */
|
|
9689
|
-
adaptive && /* @__PURE__ */
|
|
9690
|
-
/* @__PURE__ */
|
|
9817
|
+
opened && /* @__PURE__ */ jsx215(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx215(CalendarNormal, { dir }) }),
|
|
9818
|
+
adaptive && /* @__PURE__ */ jsxs95(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
9819
|
+
/* @__PURE__ */ jsx215(
|
|
9691
9820
|
ActionSheetHeader,
|
|
9692
9821
|
{
|
|
9693
9822
|
actions: ["x"],
|
|
@@ -9695,37 +9824,37 @@ var DatePicker = (props) => {
|
|
|
9695
9824
|
subTitle: "DD / MM / YY"
|
|
9696
9825
|
}
|
|
9697
9826
|
),
|
|
9698
|
-
/* @__PURE__ */
|
|
9827
|
+
/* @__PURE__ */ jsx215(CalendarNormal, { size: "large" })
|
|
9699
9828
|
] })
|
|
9700
9829
|
] });
|
|
9701
9830
|
};
|
|
9702
|
-
DatePicker.states =
|
|
9703
|
-
DatePicker.options =
|
|
9831
|
+
DatePicker.states = states71;
|
|
9832
|
+
DatePicker.options = options69;
|
|
9704
9833
|
DatePicker.className = DATEPICKER_CLASSNAME;
|
|
9705
|
-
DatePicker.defaultProps =
|
|
9834
|
+
DatePicker.defaultProps = defaultProps70;
|
|
9706
9835
|
|
|
9707
9836
|
// src/datepicker/templates/datepicker-normal.tsx
|
|
9708
|
-
import { jsx as
|
|
9837
|
+
import { jsx as jsx216 } from "react/jsx-runtime";
|
|
9709
9838
|
|
|
9710
9839
|
// src/datepicker/templates/datepicker-popup.tsx
|
|
9711
|
-
import { jsx as
|
|
9840
|
+
import { jsx as jsx217 } from "react/jsx-runtime";
|
|
9712
9841
|
|
|
9713
9842
|
// src/datepicker/templates/datepicker-adaptive.tsx
|
|
9714
|
-
import { jsx as
|
|
9843
|
+
import { jsx as jsx218 } from "react/jsx-runtime";
|
|
9715
9844
|
|
|
9716
9845
|
// src/time-selector/time-selector.spec.tsx
|
|
9717
|
-
import { Fragment as
|
|
9846
|
+
import { Fragment as Fragment79, jsx as jsx219, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
9718
9847
|
var TIMESELECTOR_CLASSNAME = `k-timeselector`;
|
|
9719
|
-
var
|
|
9720
|
-
var
|
|
9848
|
+
var states72 = [];
|
|
9849
|
+
var options70 = {
|
|
9721
9850
|
size: [Size.small, Size.medium, Size.large]
|
|
9722
9851
|
};
|
|
9723
|
-
var
|
|
9852
|
+
var defaultProps71 = {
|
|
9724
9853
|
size: Size.medium
|
|
9725
9854
|
};
|
|
9726
9855
|
var TimeSelector = (props) => {
|
|
9727
9856
|
const {
|
|
9728
|
-
size =
|
|
9857
|
+
size = defaultProps71.size,
|
|
9729
9858
|
header,
|
|
9730
9859
|
fastSelection,
|
|
9731
9860
|
columns,
|
|
@@ -9741,9 +9870,9 @@ var TimeSelector = (props) => {
|
|
|
9741
9870
|
if (index === 0 || columnType === "tt") {
|
|
9742
9871
|
separator = false;
|
|
9743
9872
|
}
|
|
9744
|
-
return /* @__PURE__ */
|
|
9873
|
+
return /* @__PURE__ */ jsx219(Fragment79, { children: /* @__PURE__ */ jsx219(TimeSelectorColumn, { type: columnType, focus, separator }) });
|
|
9745
9874
|
});
|
|
9746
|
-
return /* @__PURE__ */
|
|
9875
|
+
return /* @__PURE__ */ jsxs96(
|
|
9747
9876
|
"div",
|
|
9748
9877
|
{
|
|
9749
9878
|
...other,
|
|
@@ -9755,24 +9884,24 @@ var TimeSelector = (props) => {
|
|
|
9755
9884
|
})
|
|
9756
9885
|
),
|
|
9757
9886
|
children: [
|
|
9758
|
-
/* @__PURE__ */
|
|
9759
|
-
/* @__PURE__ */
|
|
9760
|
-
/* @__PURE__ */
|
|
9761
|
-
/* @__PURE__ */
|
|
9887
|
+
/* @__PURE__ */ jsx219(Fragment79, { children: header }),
|
|
9888
|
+
/* @__PURE__ */ jsx219(Fragment79, { children: fastSelection }),
|
|
9889
|
+
/* @__PURE__ */ jsxs96("div", { className: "k-time-list-container", children: [
|
|
9890
|
+
/* @__PURE__ */ jsx219("span", { className: "k-time-highlight" }),
|
|
9762
9891
|
columnsDom
|
|
9763
9892
|
] })
|
|
9764
9893
|
]
|
|
9765
9894
|
}
|
|
9766
9895
|
);
|
|
9767
9896
|
};
|
|
9768
|
-
TimeSelector.states =
|
|
9769
|
-
TimeSelector.options =
|
|
9897
|
+
TimeSelector.states = states72;
|
|
9898
|
+
TimeSelector.options = options70;
|
|
9770
9899
|
TimeSelector.className = TIMESELECTOR_CLASSNAME;
|
|
9771
|
-
TimeSelector.defaultProps =
|
|
9900
|
+
TimeSelector.defaultProps = defaultProps71;
|
|
9772
9901
|
|
|
9773
9902
|
// src/time-selector/time-selector-column.tsx
|
|
9774
|
-
import { Fragment as
|
|
9775
|
-
var
|
|
9903
|
+
import { Fragment as Fragment80, jsx as jsx220, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
9904
|
+
var states73 = [
|
|
9776
9905
|
States.focus
|
|
9777
9906
|
];
|
|
9778
9907
|
var TimeSelectorColumn = (props) => {
|
|
@@ -9810,11 +9939,11 @@ var TimeSelectorColumn = (props) => {
|
|
|
9810
9939
|
break;
|
|
9811
9940
|
}
|
|
9812
9941
|
const items = columnData.map(
|
|
9813
|
-
(data2) => /* @__PURE__ */
|
|
9942
|
+
(data2) => /* @__PURE__ */ jsx220(Fragment80, { children: /* @__PURE__ */ jsx220("li", { className: "k-item", children: /* @__PURE__ */ jsx220("span", { children: data2 }) }) })
|
|
9814
9943
|
);
|
|
9815
|
-
return /* @__PURE__ */
|
|
9816
|
-
separator && /* @__PURE__ */
|
|
9817
|
-
/* @__PURE__ */
|
|
9944
|
+
return /* @__PURE__ */ jsxs97(Fragment80, { children: [
|
|
9945
|
+
separator && /* @__PURE__ */ jsx220("div", { className: "k-time-separator", children: ":" }),
|
|
9946
|
+
/* @__PURE__ */ jsxs97(
|
|
9818
9947
|
"div",
|
|
9819
9948
|
{
|
|
9820
9949
|
...other,
|
|
@@ -9826,10 +9955,10 @@ var TimeSelectorColumn = (props) => {
|
|
|
9826
9955
|
})
|
|
9827
9956
|
),
|
|
9828
9957
|
children: [
|
|
9829
|
-
/* @__PURE__ */
|
|
9830
|
-
/* @__PURE__ */
|
|
9831
|
-
/* @__PURE__ */
|
|
9832
|
-
/* @__PURE__ */
|
|
9958
|
+
/* @__PURE__ */ jsx220("span", { className: "k-title", children: text }),
|
|
9959
|
+
/* @__PURE__ */ jsx220("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs97("div", { className: "k-content k-scrollable k-time-container", children: [
|
|
9960
|
+
/* @__PURE__ */ jsx220("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
|
|
9961
|
+
/* @__PURE__ */ jsx220("div", { className: "k-scrollable-placeholder" })
|
|
9833
9962
|
] }) })
|
|
9834
9963
|
]
|
|
9835
9964
|
}
|
|
@@ -9838,14 +9967,14 @@ var TimeSelectorColumn = (props) => {
|
|
|
9838
9967
|
};
|
|
9839
9968
|
|
|
9840
9969
|
// src/time-selector/time-selector-header.tsx
|
|
9841
|
-
import { jsx as
|
|
9970
|
+
import { jsx as jsx221, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
9842
9971
|
var className19 = `k-time-header`;
|
|
9843
9972
|
var TimeSelectorHeader = (props) => {
|
|
9844
9973
|
const {
|
|
9845
9974
|
title,
|
|
9846
9975
|
...other
|
|
9847
9976
|
} = props;
|
|
9848
|
-
return /* @__PURE__ */
|
|
9977
|
+
return /* @__PURE__ */ jsxs98(
|
|
9849
9978
|
"div",
|
|
9850
9979
|
{
|
|
9851
9980
|
...other,
|
|
@@ -9854,7 +9983,7 @@ var TimeSelectorHeader = (props) => {
|
|
|
9854
9983
|
className19
|
|
9855
9984
|
),
|
|
9856
9985
|
children: [
|
|
9857
|
-
title != null && /* @__PURE__ */
|
|
9986
|
+
title != null && /* @__PURE__ */ jsx221("span", { className: "k-title", children: title }),
|
|
9858
9987
|
props.children
|
|
9859
9988
|
]
|
|
9860
9989
|
}
|
|
@@ -9862,13 +9991,13 @@ var TimeSelectorHeader = (props) => {
|
|
|
9862
9991
|
};
|
|
9863
9992
|
|
|
9864
9993
|
// src/time-selector/time-selector-fast-selection.tsx
|
|
9865
|
-
import { jsx as
|
|
9994
|
+
import { jsx as jsx222, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
9866
9995
|
var className20 = `k-time-fast-selection`;
|
|
9867
9996
|
var TimeSelectorFastSelection = (props) => {
|
|
9868
9997
|
const {
|
|
9869
9998
|
...other
|
|
9870
9999
|
} = props;
|
|
9871
|
-
return /* @__PURE__ */
|
|
10000
|
+
return /* @__PURE__ */ jsxs99(
|
|
9872
10001
|
ActionButtons,
|
|
9873
10002
|
{
|
|
9874
10003
|
...other,
|
|
@@ -9878,27 +10007,27 @@ var TimeSelectorFastSelection = (props) => {
|
|
|
9878
10007
|
className20
|
|
9879
10008
|
),
|
|
9880
10009
|
children: [
|
|
9881
|
-
/* @__PURE__ */
|
|
9882
|
-
/* @__PURE__ */
|
|
9883
|
-
/* @__PURE__ */
|
|
10010
|
+
/* @__PURE__ */ jsx222(Button, { children: "1 d" }),
|
|
10011
|
+
/* @__PURE__ */ jsx222(Button, { children: "1 h" }),
|
|
10012
|
+
/* @__PURE__ */ jsx222(Button, { children: "15 m" })
|
|
9884
10013
|
]
|
|
9885
10014
|
}
|
|
9886
10015
|
);
|
|
9887
10016
|
};
|
|
9888
10017
|
|
|
9889
10018
|
// src/time-selector/templates/time-selector-all.tsx
|
|
9890
|
-
import { jsx as
|
|
10019
|
+
import { jsx as jsx223, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
9891
10020
|
|
|
9892
10021
|
// src/time-selector/templates/time-selector-hour.tsx
|
|
9893
|
-
import { jsx as
|
|
10022
|
+
import { jsx as jsx224, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
9894
10023
|
|
|
9895
10024
|
// src/time-selector/templates/time-selector-minute.tsx
|
|
9896
|
-
import { jsx as
|
|
10025
|
+
import { jsx as jsx225, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
9897
10026
|
|
|
9898
10027
|
// src/timepicker/timepicker.spec.tsx
|
|
9899
|
-
import { Fragment as
|
|
10028
|
+
import { Fragment as Fragment81, jsx as jsx226, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
9900
10029
|
var TIMEPICKER_CLASSNAME = `k-timepicker`;
|
|
9901
|
-
var
|
|
10030
|
+
var states74 = [
|
|
9902
10031
|
States.hover,
|
|
9903
10032
|
States.focus,
|
|
9904
10033
|
States.valid,
|
|
@@ -9908,12 +10037,12 @@ var states73 = [
|
|
|
9908
10037
|
States.loading,
|
|
9909
10038
|
States.readonly
|
|
9910
10039
|
];
|
|
9911
|
-
var
|
|
10040
|
+
var options71 = {
|
|
9912
10041
|
size: [Size.small, Size.medium, Size.large],
|
|
9913
10042
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
9914
10043
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
9915
10044
|
};
|
|
9916
|
-
var
|
|
10045
|
+
var defaultProps72 = {
|
|
9917
10046
|
size: Input.defaultProps.size,
|
|
9918
10047
|
rounded: Input.defaultProps.rounded,
|
|
9919
10048
|
fillMode: Input.defaultProps.fillMode
|
|
@@ -9940,8 +10069,8 @@ var TimePicker = (props) => {
|
|
|
9940
10069
|
adaptiveSettings,
|
|
9941
10070
|
...other
|
|
9942
10071
|
} = props;
|
|
9943
|
-
return /* @__PURE__ */
|
|
9944
|
-
/* @__PURE__ */
|
|
10072
|
+
return /* @__PURE__ */ jsxs103(Fragment81, { children: [
|
|
10073
|
+
/* @__PURE__ */ jsxs103(
|
|
9945
10074
|
Input,
|
|
9946
10075
|
{
|
|
9947
10076
|
...other,
|
|
@@ -9958,9 +10087,9 @@ var TimePicker = (props) => {
|
|
|
9958
10087
|
readonly,
|
|
9959
10088
|
className: classNames(props.className, TIMEPICKER_CLASSNAME),
|
|
9960
10089
|
children: [
|
|
9961
|
-
/* @__PURE__ */
|
|
9962
|
-
/* @__PURE__ */
|
|
9963
|
-
/* @__PURE__ */
|
|
10090
|
+
/* @__PURE__ */ jsx226(InputPrefix, { children: prefix }),
|
|
10091
|
+
/* @__PURE__ */ jsx226(InputInnerInput, { placeholder, value }),
|
|
10092
|
+
/* @__PURE__ */ jsx226(
|
|
9964
10093
|
InputValidationIcon,
|
|
9965
10094
|
{
|
|
9966
10095
|
valid,
|
|
@@ -9969,14 +10098,14 @@ var TimePicker = (props) => {
|
|
|
9969
10098
|
disabled
|
|
9970
10099
|
}
|
|
9971
10100
|
),
|
|
9972
|
-
/* @__PURE__ */
|
|
10101
|
+
/* @__PURE__ */ jsx226(
|
|
9973
10102
|
InputLoadingIcon,
|
|
9974
10103
|
{
|
|
9975
10104
|
loading,
|
|
9976
10105
|
disabled
|
|
9977
10106
|
}
|
|
9978
10107
|
),
|
|
9979
|
-
/* @__PURE__ */
|
|
10108
|
+
/* @__PURE__ */ jsx226(
|
|
9980
10109
|
InputClearValue,
|
|
9981
10110
|
{
|
|
9982
10111
|
loading,
|
|
@@ -9985,8 +10114,8 @@ var TimePicker = (props) => {
|
|
|
9985
10114
|
value
|
|
9986
10115
|
}
|
|
9987
10116
|
),
|
|
9988
|
-
/* @__PURE__ */
|
|
9989
|
-
/* @__PURE__ */
|
|
10117
|
+
/* @__PURE__ */ jsx226(InputSuffix, { children: suffix }),
|
|
10118
|
+
/* @__PURE__ */ jsx226(
|
|
9990
10119
|
Button,
|
|
9991
10120
|
{
|
|
9992
10121
|
className: "k-input-button",
|
|
@@ -9999,15 +10128,15 @@ var TimePicker = (props) => {
|
|
|
9999
10128
|
]
|
|
10000
10129
|
}
|
|
10001
10130
|
),
|
|
10002
|
-
opened && /* @__PURE__ */
|
|
10003
|
-
/* @__PURE__ */
|
|
10004
|
-
/* @__PURE__ */
|
|
10005
|
-
/* @__PURE__ */
|
|
10006
|
-
/* @__PURE__ */
|
|
10131
|
+
opened && /* @__PURE__ */ jsxs103(Popup, { className: "k-list-container k-timepicker-popup", children: [
|
|
10132
|
+
/* @__PURE__ */ jsx226(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx226(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx226(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
|
|
10133
|
+
/* @__PURE__ */ jsxs103(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
|
|
10134
|
+
/* @__PURE__ */ jsx226(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
|
|
10135
|
+
/* @__PURE__ */ jsx226(Button, { className: "k-time-cancel", children: "Cancel" })
|
|
10007
10136
|
] })
|
|
10008
10137
|
] }),
|
|
10009
|
-
adaptive && /* @__PURE__ */
|
|
10010
|
-
/* @__PURE__ */
|
|
10138
|
+
adaptive && /* @__PURE__ */ jsxs103(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
10139
|
+
/* @__PURE__ */ jsx226(
|
|
10011
10140
|
ActionSheetHeader,
|
|
10012
10141
|
{
|
|
10013
10142
|
actions: ["x"],
|
|
@@ -10015,46 +10144,46 @@ var TimePicker = (props) => {
|
|
|
10015
10144
|
subTitle: "DD / MM / YY"
|
|
10016
10145
|
}
|
|
10017
10146
|
),
|
|
10018
|
-
/* @__PURE__ */
|
|
10019
|
-
/* @__PURE__ */
|
|
10147
|
+
/* @__PURE__ */ jsx226(TimeSelector, { size: "large", columns: ["HH", "mm", "ss", "tt"], focusedColumn: "HH", header: /* @__PURE__ */ jsx226(TimeSelectorHeader, { title: "10:00:00 \u0410\u041C", children: /* @__PURE__ */ jsx226(Button, { size: "large", fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
|
|
10148
|
+
/* @__PURE__ */ jsx226(ActionSheetFooter, { actions: ["Cancel", "!Set time"] })
|
|
10020
10149
|
] })
|
|
10021
10150
|
] });
|
|
10022
10151
|
};
|
|
10023
|
-
TimePicker.states =
|
|
10024
|
-
TimePicker.options =
|
|
10152
|
+
TimePicker.states = states74;
|
|
10153
|
+
TimePicker.options = options71;
|
|
10025
10154
|
TimePicker.className = TIMEPICKER_CLASSNAME;
|
|
10026
|
-
TimePicker.defaultProps =
|
|
10155
|
+
TimePicker.defaultProps = defaultProps72;
|
|
10027
10156
|
|
|
10028
10157
|
// src/timepicker/templates/timepicker-normal.tsx
|
|
10029
|
-
import { jsx as
|
|
10158
|
+
import { jsx as jsx227 } from "react/jsx-runtime";
|
|
10030
10159
|
|
|
10031
10160
|
// src/timepicker/templates/timepicker-popup.tsx
|
|
10032
|
-
import { jsx as
|
|
10161
|
+
import { jsx as jsx228 } from "react/jsx-runtime";
|
|
10033
10162
|
|
|
10034
10163
|
// src/timepicker/templates/timepicker-adaptive.tsx
|
|
10035
|
-
import { jsx as
|
|
10164
|
+
import { jsx as jsx229 } from "react/jsx-runtime";
|
|
10036
10165
|
|
|
10037
10166
|
// src/datetime-selector/datetime-selector.spec.tsx
|
|
10038
|
-
import { Fragment as
|
|
10167
|
+
import { Fragment as Fragment82, jsx as jsx230, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
10039
10168
|
var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
|
|
10040
|
-
var
|
|
10041
|
-
var
|
|
10169
|
+
var states75 = [];
|
|
10170
|
+
var options72 = {
|
|
10042
10171
|
size: [Size.small, Size.medium, Size.large]
|
|
10043
10172
|
};
|
|
10044
|
-
var
|
|
10173
|
+
var defaultProps73 = {
|
|
10045
10174
|
tab: "date",
|
|
10046
10175
|
size: Size.medium,
|
|
10047
10176
|
actionButtons: true
|
|
10048
10177
|
};
|
|
10049
10178
|
var DateTimeSelector = (props) => {
|
|
10050
10179
|
const {
|
|
10051
|
-
size =
|
|
10052
|
-
tab =
|
|
10053
|
-
actionButtons =
|
|
10180
|
+
size = defaultProps73.size,
|
|
10181
|
+
tab = defaultProps73.tab,
|
|
10182
|
+
actionButtons = defaultProps73.actionButtons,
|
|
10054
10183
|
dir,
|
|
10055
10184
|
...other
|
|
10056
10185
|
} = props;
|
|
10057
|
-
return /* @__PURE__ */
|
|
10186
|
+
return /* @__PURE__ */ jsxs104(
|
|
10058
10187
|
"div",
|
|
10059
10188
|
{
|
|
10060
10189
|
...other,
|
|
@@ -10070,34 +10199,34 @@ var DateTimeSelector = (props) => {
|
|
|
10070
10199
|
})
|
|
10071
10200
|
),
|
|
10072
10201
|
children: [
|
|
10073
|
-
/* @__PURE__ */
|
|
10074
|
-
/* @__PURE__ */
|
|
10075
|
-
/* @__PURE__ */
|
|
10202
|
+
/* @__PURE__ */ jsx230("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs104(ButtonGroup, { stretched: true, children: [
|
|
10203
|
+
/* @__PURE__ */ jsx230(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
|
|
10204
|
+
/* @__PURE__ */ jsx230(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
|
|
10076
10205
|
] }) }),
|
|
10077
|
-
/* @__PURE__ */
|
|
10078
|
-
/* @__PURE__ */
|
|
10079
|
-
/* @__PURE__ */
|
|
10080
|
-
] }) : /* @__PURE__ */
|
|
10081
|
-
/* @__PURE__ */
|
|
10082
|
-
/* @__PURE__ */
|
|
10206
|
+
/* @__PURE__ */ jsx230("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs104(Fragment82, { children: [
|
|
10207
|
+
/* @__PURE__ */ jsx230("div", { className: "k-datetime-calendar-wrap" }),
|
|
10208
|
+
/* @__PURE__ */ jsx230("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx230(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx230(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx230(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
|
|
10209
|
+
] }) : /* @__PURE__ */ jsxs104(Fragment82, { children: [
|
|
10210
|
+
/* @__PURE__ */ jsx230("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx230(CalendarNormal, { size, showOtherMonth: true, dir }) }),
|
|
10211
|
+
/* @__PURE__ */ jsx230("div", { className: "k-datetime-time-wrap" })
|
|
10083
10212
|
] }) }),
|
|
10084
|
-
actionButtons && /* @__PURE__ */
|
|
10085
|
-
/* @__PURE__ */
|
|
10086
|
-
/* @__PURE__ */
|
|
10213
|
+
actionButtons && /* @__PURE__ */ jsxs104(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
|
|
10214
|
+
/* @__PURE__ */ jsx230(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
|
|
10215
|
+
/* @__PURE__ */ jsx230(Button, { size, className: "k-time-cancel", children: "Cancel" })
|
|
10087
10216
|
] })
|
|
10088
10217
|
]
|
|
10089
10218
|
}
|
|
10090
10219
|
);
|
|
10091
10220
|
};
|
|
10092
|
-
DateTimeSelector.states =
|
|
10093
|
-
DateTimeSelector.options =
|
|
10221
|
+
DateTimeSelector.states = states75;
|
|
10222
|
+
DateTimeSelector.options = options72;
|
|
10094
10223
|
DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
|
|
10095
|
-
DateTimeSelector.defaultProps =
|
|
10224
|
+
DateTimeSelector.defaultProps = defaultProps73;
|
|
10096
10225
|
|
|
10097
10226
|
// src/datetimepicker/datetimepicker.spec.tsx
|
|
10098
|
-
import { Fragment as
|
|
10227
|
+
import { Fragment as Fragment83, jsx as jsx231, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
10099
10228
|
var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
|
|
10100
|
-
var
|
|
10229
|
+
var states76 = [
|
|
10101
10230
|
States.hover,
|
|
10102
10231
|
States.focus,
|
|
10103
10232
|
States.valid,
|
|
@@ -10107,12 +10236,12 @@ var states75 = [
|
|
|
10107
10236
|
States.loading,
|
|
10108
10237
|
States.readonly
|
|
10109
10238
|
];
|
|
10110
|
-
var
|
|
10239
|
+
var options73 = {
|
|
10111
10240
|
size: [Size.small, Size.medium, Size.large],
|
|
10112
10241
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
10113
10242
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
10114
10243
|
};
|
|
10115
|
-
var
|
|
10244
|
+
var defaultProps74 = {
|
|
10116
10245
|
tab: "date",
|
|
10117
10246
|
size: Input.defaultProps.size,
|
|
10118
10247
|
rounded: Input.defaultProps.rounded,
|
|
@@ -10136,14 +10265,14 @@ var DateTimePicker = (props) => {
|
|
|
10136
10265
|
disabled,
|
|
10137
10266
|
readonly,
|
|
10138
10267
|
opened,
|
|
10139
|
-
tab =
|
|
10268
|
+
tab = defaultProps74.tab,
|
|
10140
10269
|
dir,
|
|
10141
10270
|
adaptive,
|
|
10142
10271
|
adaptiveSettings,
|
|
10143
10272
|
...other
|
|
10144
10273
|
} = props;
|
|
10145
|
-
return /* @__PURE__ */
|
|
10146
|
-
/* @__PURE__ */
|
|
10274
|
+
return /* @__PURE__ */ jsxs105(Fragment83, { children: [
|
|
10275
|
+
/* @__PURE__ */ jsxs105(
|
|
10147
10276
|
Input,
|
|
10148
10277
|
{
|
|
10149
10278
|
...other,
|
|
@@ -10161,9 +10290,9 @@ var DateTimePicker = (props) => {
|
|
|
10161
10290
|
readonly,
|
|
10162
10291
|
className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
|
|
10163
10292
|
children: [
|
|
10164
|
-
/* @__PURE__ */
|
|
10165
|
-
/* @__PURE__ */
|
|
10166
|
-
/* @__PURE__ */
|
|
10293
|
+
/* @__PURE__ */ jsx231(InputPrefix, { children: prefix }),
|
|
10294
|
+
/* @__PURE__ */ jsx231(InputInnerInput, { placeholder, value }),
|
|
10295
|
+
/* @__PURE__ */ jsx231(
|
|
10167
10296
|
InputValidationIcon,
|
|
10168
10297
|
{
|
|
10169
10298
|
valid,
|
|
@@ -10172,14 +10301,14 @@ var DateTimePicker = (props) => {
|
|
|
10172
10301
|
disabled
|
|
10173
10302
|
}
|
|
10174
10303
|
),
|
|
10175
|
-
/* @__PURE__ */
|
|
10304
|
+
/* @__PURE__ */ jsx231(
|
|
10176
10305
|
InputLoadingIcon,
|
|
10177
10306
|
{
|
|
10178
10307
|
loading,
|
|
10179
10308
|
disabled
|
|
10180
10309
|
}
|
|
10181
10310
|
),
|
|
10182
|
-
/* @__PURE__ */
|
|
10311
|
+
/* @__PURE__ */ jsx231(
|
|
10183
10312
|
InputClearValue,
|
|
10184
10313
|
{
|
|
10185
10314
|
loading,
|
|
@@ -10188,8 +10317,8 @@ var DateTimePicker = (props) => {
|
|
|
10188
10317
|
value
|
|
10189
10318
|
}
|
|
10190
10319
|
),
|
|
10191
|
-
/* @__PURE__ */
|
|
10192
|
-
/* @__PURE__ */
|
|
10320
|
+
/* @__PURE__ */ jsx231(InputSuffix, { children: suffix }),
|
|
10321
|
+
/* @__PURE__ */ jsx231(
|
|
10193
10322
|
Button,
|
|
10194
10323
|
{
|
|
10195
10324
|
className: "k-input-button",
|
|
@@ -10202,9 +10331,9 @@ var DateTimePicker = (props) => {
|
|
|
10202
10331
|
]
|
|
10203
10332
|
}
|
|
10204
10333
|
),
|
|
10205
|
-
opened && /* @__PURE__ */
|
|
10206
|
-
adaptive && /* @__PURE__ */
|
|
10207
|
-
/* @__PURE__ */
|
|
10334
|
+
opened && /* @__PURE__ */ jsx231(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx231(DateTimeSelector, { tab, dir }) }),
|
|
10335
|
+
adaptive && /* @__PURE__ */ jsxs105(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
10336
|
+
/* @__PURE__ */ jsx231(
|
|
10208
10337
|
ActionSheetHeader,
|
|
10209
10338
|
{
|
|
10210
10339
|
actions: ["x"],
|
|
@@ -10212,153 +10341,24 @@ var DateTimePicker = (props) => {
|
|
|
10212
10341
|
subTitle: "DD / MM / YY"
|
|
10213
10342
|
}
|
|
10214
10343
|
),
|
|
10215
|
-
/* @__PURE__ */
|
|
10216
|
-
/* @__PURE__ */
|
|
10344
|
+
/* @__PURE__ */ jsx231(DateTimeSelector, { size: "large", tab, actionButtons: false }),
|
|
10345
|
+
/* @__PURE__ */ jsx231(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
|
|
10217
10346
|
] })
|
|
10218
10347
|
] });
|
|
10219
10348
|
};
|
|
10220
|
-
DateTimePicker.states =
|
|
10221
|
-
DateTimePicker.options =
|
|
10349
|
+
DateTimePicker.states = states76;
|
|
10350
|
+
DateTimePicker.options = options73;
|
|
10222
10351
|
DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
|
|
10223
|
-
DateTimePicker.defaultProps =
|
|
10352
|
+
DateTimePicker.defaultProps = defaultProps74;
|
|
10224
10353
|
|
|
10225
10354
|
// src/datetimepicker/templates/datetimepicker-normal.tsx
|
|
10226
|
-
import { jsx as
|
|
10355
|
+
import { jsx as jsx232 } from "react/jsx-runtime";
|
|
10227
10356
|
|
|
10228
10357
|
// src/datetimepicker/templates/datetimepicker-popup.tsx
|
|
10229
|
-
import { jsx as
|
|
10358
|
+
import { jsx as jsx233 } from "react/jsx-runtime";
|
|
10230
10359
|
|
|
10231
10360
|
// src/datetimepicker/templates/datetimepicker-adaptive.tsx
|
|
10232
|
-
import { jsx as
|
|
10233
|
-
|
|
10234
|
-
// src/multiviewcalendar/multiviewcalendar.spec.tsx
|
|
10235
|
-
import { jsx as jsx229 } from "react/jsx-runtime";
|
|
10236
|
-
var MULTIVIEWCALENDAR_CLASSNAME = `k-calendar-range`;
|
|
10237
|
-
var states76 = [];
|
|
10238
|
-
var options73 = {
|
|
10239
|
-
size: [Size.small, Size.medium, Size.large]
|
|
10240
|
-
};
|
|
10241
|
-
var defaultProps74 = {
|
|
10242
|
-
size: Size.medium,
|
|
10243
|
-
calendarHeaderText: "October 2021 - November 2021",
|
|
10244
|
-
viewsCount: 2,
|
|
10245
|
-
orientation: "horizontal",
|
|
10246
|
-
calendarView: "month"
|
|
10247
|
-
};
|
|
10248
|
-
var MultiViewCalendar = (props) => {
|
|
10249
|
-
const {
|
|
10250
|
-
size = defaultProps74.size,
|
|
10251
|
-
orientation = defaultProps74.orientation,
|
|
10252
|
-
calendarView = defaultProps74.calendarView,
|
|
10253
|
-
calendarHeaderText = defaultProps74.calendarHeaderText,
|
|
10254
|
-
viewsCount = defaultProps74.viewsCount,
|
|
10255
|
-
showCalendarFooter,
|
|
10256
|
-
showWeek,
|
|
10257
|
-
dir,
|
|
10258
|
-
...other
|
|
10259
|
-
} = props;
|
|
10260
|
-
return /* @__PURE__ */ jsx229(
|
|
10261
|
-
Calendar,
|
|
10262
|
-
{
|
|
10263
|
-
...other,
|
|
10264
|
-
className: classNames(
|
|
10265
|
-
props.className,
|
|
10266
|
-
MULTIVIEWCALENDAR_CLASSNAME
|
|
10267
|
-
),
|
|
10268
|
-
size,
|
|
10269
|
-
calendarHeaderText,
|
|
10270
|
-
calendarView,
|
|
10271
|
-
viewsCount,
|
|
10272
|
-
orientation,
|
|
10273
|
-
showCalendarFooter,
|
|
10274
|
-
showWeek,
|
|
10275
|
-
dir
|
|
10276
|
-
}
|
|
10277
|
-
);
|
|
10278
|
-
};
|
|
10279
|
-
MultiViewCalendar.states = states76;
|
|
10280
|
-
MultiViewCalendar.options = options73;
|
|
10281
|
-
MultiViewCalendar.className = MULTIVIEWCALENDAR_CLASSNAME;
|
|
10282
|
-
MultiViewCalendar.defaultProps = defaultProps74;
|
|
10283
|
-
|
|
10284
|
-
// src/multiviewcalendar/templates/multiviewcalendar-century.tsx
|
|
10285
|
-
import { Fragment as Fragment79, jsx as jsx230, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
10286
|
-
|
|
10287
|
-
// src/multiviewcalendar/templates/multiviewcalendar-decade.tsx
|
|
10288
|
-
import { Fragment as Fragment80, jsx as jsx231, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
10289
|
-
|
|
10290
|
-
// src/multiviewcalendar/templates/multiviewcalendar-normal.tsx
|
|
10291
|
-
import { Fragment as Fragment81, jsx as jsx232, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
10292
|
-
var MultiViewCalendarNormal = ({ showOtherMonth, ...props }) => /* @__PURE__ */ jsx232(
|
|
10293
|
-
MultiViewCalendar,
|
|
10294
|
-
{
|
|
10295
|
-
calendarView: "month",
|
|
10296
|
-
showTableHead: true,
|
|
10297
|
-
children: /* @__PURE__ */ jsxs103(Fragment81, { children: [
|
|
10298
|
-
/* @__PURE__ */ jsxs103(CalendarTableRow, { children: [
|
|
10299
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "30", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
|
|
10300
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "1" }),
|
|
10301
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "2" }),
|
|
10302
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "3" }),
|
|
10303
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "4" }),
|
|
10304
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "5" }),
|
|
10305
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "6", weekend: true })
|
|
10306
|
-
] }),
|
|
10307
|
-
/* @__PURE__ */ jsxs103(CalendarTableRow, { children: [
|
|
10308
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "7", weekend: true }),
|
|
10309
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "8" }),
|
|
10310
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "9" }),
|
|
10311
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "10" }),
|
|
10312
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "11" }),
|
|
10313
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "12" }),
|
|
10314
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "13", weekend: true })
|
|
10315
|
-
] }),
|
|
10316
|
-
/* @__PURE__ */ jsxs103(CalendarTableRow, { children: [
|
|
10317
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "14", weekend: true }),
|
|
10318
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "15" }),
|
|
10319
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "16", today: true }),
|
|
10320
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "17" }),
|
|
10321
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "18" }),
|
|
10322
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "19" }),
|
|
10323
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "20", weekend: true })
|
|
10324
|
-
] }),
|
|
10325
|
-
/* @__PURE__ */ jsxs103(CalendarTableRow, { children: [
|
|
10326
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "21", weekend: true }),
|
|
10327
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "22" }),
|
|
10328
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "23" }),
|
|
10329
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "24" }),
|
|
10330
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "25" }),
|
|
10331
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "26" }),
|
|
10332
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "27", weekend: true })
|
|
10333
|
-
] }),
|
|
10334
|
-
/* @__PURE__ */ jsxs103(CalendarTableRow, { children: [
|
|
10335
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "28", weekend: true }),
|
|
10336
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "29" }),
|
|
10337
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "30" }),
|
|
10338
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "31" }),
|
|
10339
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "1", showOtherMonth, empty: !showOtherMonth }),
|
|
10340
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "2", showOtherMonth, empty: !showOtherMonth }),
|
|
10341
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "3", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
|
|
10342
|
-
] }),
|
|
10343
|
-
/* @__PURE__ */ jsxs103(CalendarTableRow, { children: [
|
|
10344
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "4", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
|
|
10345
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "5", showOtherMonth, empty: !showOtherMonth }),
|
|
10346
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "6", showOtherMonth, empty: !showOtherMonth }),
|
|
10347
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "7", showOtherMonth, empty: !showOtherMonth }),
|
|
10348
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "8", showOtherMonth, empty: !showOtherMonth }),
|
|
10349
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "9", showOtherMonth, empty: !showOtherMonth }),
|
|
10350
|
-
/* @__PURE__ */ jsx232(CalendarCell, { text: "10", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
|
|
10351
|
-
] })
|
|
10352
|
-
] }),
|
|
10353
|
-
...props
|
|
10354
|
-
}
|
|
10355
|
-
);
|
|
10356
|
-
|
|
10357
|
-
// src/multiviewcalendar/templates/multiviewcalendar-with-weeks.tsx
|
|
10358
|
-
import { Fragment as Fragment82, jsx as jsx233, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
10359
|
-
|
|
10360
|
-
// src/multiviewcalendar/templates/multiviewcalendar-year.tsx
|
|
10361
|
-
import { Fragment as Fragment83, jsx as jsx234, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
10361
|
+
import { jsx as jsx234 } from "react/jsx-runtime";
|
|
10362
10362
|
|
|
10363
10363
|
// src/daterangepicker/daterangepicker.spec.tsx
|
|
10364
10364
|
import { Fragment as Fragment84, jsx as jsx235, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
@@ -18043,676 +18043,896 @@ Signature.options = options185;
|
|
|
18043
18043
|
Signature.className = SIGNATURE_CLASSNAME;
|
|
18044
18044
|
Signature.defaultProps = defaultProps189;
|
|
18045
18045
|
|
|
18046
|
-
// src/
|
|
18046
|
+
// src/gantt/gantt.spec.tsx
|
|
18047
|
+
import { jsxs as jsxs262 } from "react/jsx-runtime";
|
|
18048
|
+
var GANTT_CLASSNAME = "k-gantt";
|
|
18049
|
+
var states200 = [];
|
|
18050
|
+
var options186 = {};
|
|
18051
|
+
var defaultProps190 = {};
|
|
18052
|
+
var Gantt = (props) => {
|
|
18053
|
+
const {
|
|
18054
|
+
headerToolbar,
|
|
18055
|
+
footerToolbar,
|
|
18056
|
+
...other
|
|
18057
|
+
} = props;
|
|
18058
|
+
return /* @__PURE__ */ jsxs262(
|
|
18059
|
+
"div",
|
|
18060
|
+
{
|
|
18061
|
+
...other,
|
|
18062
|
+
className: classNames(
|
|
18063
|
+
props.className,
|
|
18064
|
+
GANTT_CLASSNAME
|
|
18065
|
+
),
|
|
18066
|
+
children: [
|
|
18067
|
+
headerToolbar,
|
|
18068
|
+
props.children,
|
|
18069
|
+
footerToolbar
|
|
18070
|
+
]
|
|
18071
|
+
}
|
|
18072
|
+
);
|
|
18073
|
+
};
|
|
18074
|
+
Gantt.states = states200;
|
|
18075
|
+
Gantt.options = options186;
|
|
18076
|
+
Gantt.className = GANTT_CLASSNAME;
|
|
18077
|
+
Gantt.defaultProps = defaultProps190;
|
|
18078
|
+
|
|
18079
|
+
// src/gantt/gantt-header-toolbar.spec.tsx
|
|
18047
18080
|
import { jsx as jsx557 } from "react/jsx-runtime";
|
|
18048
18081
|
|
|
18049
|
-
// src/
|
|
18082
|
+
// src/gantt/gantt-footer-toolbar.spec.tsx
|
|
18050
18083
|
import { jsx as jsx558 } from "react/jsx-runtime";
|
|
18051
18084
|
|
|
18052
|
-
// src/
|
|
18085
|
+
// src/gantt/gantt-content.spec.tsx
|
|
18053
18086
|
import { jsx as jsx559 } from "react/jsx-runtime";
|
|
18054
18087
|
|
|
18055
|
-
// src/
|
|
18088
|
+
// src/gantt/gantt-tables-wrapper.spec.tsx
|
|
18056
18089
|
import { jsx as jsx560 } from "react/jsx-runtime";
|
|
18057
18090
|
|
|
18091
|
+
// src/gantt/gantt-columns-table.spec.tsx
|
|
18092
|
+
import { jsx as jsx561 } from "react/jsx-runtime";
|
|
18093
|
+
|
|
18094
|
+
// src/gantt/gantt-rows-table.spec.tsx
|
|
18095
|
+
import { jsx as jsx562 } from "react/jsx-runtime";
|
|
18096
|
+
|
|
18097
|
+
// src/gantt/gantt-tasks-table.spec.tsx
|
|
18098
|
+
import { jsx as jsx563 } from "react/jsx-runtime";
|
|
18099
|
+
|
|
18100
|
+
// src/gantt/gantt-task.spec.tsx
|
|
18101
|
+
import { jsx as jsx564 } from "react/jsx-runtime";
|
|
18102
|
+
var GANTTTASK_CLASSNAME = "k-task";
|
|
18103
|
+
var states201 = [];
|
|
18104
|
+
var options187 = {};
|
|
18105
|
+
var defaultProps191 = {
|
|
18106
|
+
type: "single"
|
|
18107
|
+
};
|
|
18108
|
+
var GanttTask = (props) => {
|
|
18109
|
+
const {
|
|
18110
|
+
type = defaultProps191.type,
|
|
18111
|
+
...other
|
|
18112
|
+
} = props;
|
|
18113
|
+
return /* @__PURE__ */ jsx564(
|
|
18114
|
+
"div",
|
|
18115
|
+
{
|
|
18116
|
+
...other,
|
|
18117
|
+
className: classNames(
|
|
18118
|
+
props.className,
|
|
18119
|
+
GANTTTASK_CLASSNAME,
|
|
18120
|
+
{
|
|
18121
|
+
[`k-task-single`]: type === "single",
|
|
18122
|
+
[`k-task-milestone`]: type === "milestone",
|
|
18123
|
+
[`k-task-summary`]: type === "summary"
|
|
18124
|
+
}
|
|
18125
|
+
)
|
|
18126
|
+
}
|
|
18127
|
+
);
|
|
18128
|
+
};
|
|
18129
|
+
GanttTask.states = states201;
|
|
18130
|
+
GanttTask.options = options187;
|
|
18131
|
+
GanttTask.className = GANTTTASK_CLASSNAME;
|
|
18132
|
+
GanttTask.defaultProps = defaultProps191;
|
|
18133
|
+
|
|
18134
|
+
// src/gantt/gantt-task-wrap.spec.tsx
|
|
18135
|
+
import { jsx as jsx565 } from "react/jsx-runtime";
|
|
18136
|
+
var GANTTTASKWRAP_CLASSNAME = "k-task-wrap";
|
|
18137
|
+
var states202 = [];
|
|
18138
|
+
var options188 = {};
|
|
18139
|
+
var defaultProps192 = {
|
|
18140
|
+
type: "single"
|
|
18141
|
+
};
|
|
18142
|
+
var GanttTaskWrap = (props) => {
|
|
18143
|
+
const {
|
|
18144
|
+
type = defaultProps192.type,
|
|
18145
|
+
...other
|
|
18146
|
+
} = props;
|
|
18147
|
+
return /* @__PURE__ */ jsx565(
|
|
18148
|
+
"div",
|
|
18149
|
+
{
|
|
18150
|
+
...other,
|
|
18151
|
+
className: classNames(
|
|
18152
|
+
props.className,
|
|
18153
|
+
GANTTTASKWRAP_CLASSNAME,
|
|
18154
|
+
{
|
|
18155
|
+
[`k-milestone-wrap`]: type === "milestone",
|
|
18156
|
+
[`k-summary-wrap`]: type === "summary"
|
|
18157
|
+
}
|
|
18158
|
+
)
|
|
18159
|
+
}
|
|
18160
|
+
);
|
|
18161
|
+
};
|
|
18162
|
+
GanttTaskWrap.states = states202;
|
|
18163
|
+
GanttTaskWrap.options = options188;
|
|
18164
|
+
GanttTaskWrap.className = GANTTTASKWRAP_CLASSNAME;
|
|
18165
|
+
GanttTaskWrap.defaultProps = defaultProps192;
|
|
18166
|
+
|
|
18167
|
+
// src/gantt/gantt-task-dot.spec.tsx
|
|
18168
|
+
import { jsx as jsx566 } from "react/jsx-runtime";
|
|
18169
|
+
var GANTTTASKWDOT_CLASSNAME = "k-task-dot";
|
|
18170
|
+
var states203 = [];
|
|
18171
|
+
var options189 = {};
|
|
18172
|
+
var defaultProps193 = {
|
|
18173
|
+
position: "start"
|
|
18174
|
+
};
|
|
18175
|
+
var GanttTaskDot = (props) => {
|
|
18176
|
+
const {
|
|
18177
|
+
position = defaultProps193.position,
|
|
18178
|
+
...other
|
|
18179
|
+
} = props;
|
|
18180
|
+
return /* @__PURE__ */ jsx566(
|
|
18181
|
+
"div",
|
|
18182
|
+
{
|
|
18183
|
+
...other,
|
|
18184
|
+
className: classNames(
|
|
18185
|
+
props.className,
|
|
18186
|
+
GANTTTASKWDOT_CLASSNAME,
|
|
18187
|
+
{
|
|
18188
|
+
[`k-task-start`]: position === "start",
|
|
18189
|
+
[`k-task-end`]: position === "end"
|
|
18190
|
+
}
|
|
18191
|
+
)
|
|
18192
|
+
}
|
|
18193
|
+
);
|
|
18194
|
+
};
|
|
18195
|
+
GanttTaskDot.states = states203;
|
|
18196
|
+
GanttTaskDot.options = options189;
|
|
18197
|
+
GanttTaskDot.className = GANTTTASKWDOT_CLASSNAME;
|
|
18198
|
+
GanttTaskDot.defaultProps = defaultProps193;
|
|
18199
|
+
|
|
18200
|
+
// src/gantt/gantt-task-content.spec.tsx
|
|
18201
|
+
import { jsx as jsx567, jsxs as jsxs263 } from "react/jsx-runtime";
|
|
18202
|
+
var GANTTTASKCONTENT_CLASSNAME = "k-task-content";
|
|
18203
|
+
var states204 = [];
|
|
18204
|
+
var options190 = {};
|
|
18205
|
+
var defaultProps194 = {};
|
|
18206
|
+
var GanttTaskContent = (props) => {
|
|
18207
|
+
const {
|
|
18208
|
+
content,
|
|
18209
|
+
...other
|
|
18210
|
+
} = props;
|
|
18211
|
+
return /* @__PURE__ */ jsxs263(
|
|
18212
|
+
"div",
|
|
18213
|
+
{
|
|
18214
|
+
...other,
|
|
18215
|
+
className: classNames(
|
|
18216
|
+
props.className,
|
|
18217
|
+
GANTTTASKCONTENT_CLASSNAME
|
|
18218
|
+
),
|
|
18219
|
+
children: [
|
|
18220
|
+
content && /* @__PURE__ */ jsx567("div", { className: "k-task-template", children: content }),
|
|
18221
|
+
/* @__PURE__ */ jsx567("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx567("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx567(Icon, { icon: "x" }) }) }),
|
|
18222
|
+
/* @__PURE__ */ jsx567("span", { className: "k-resize-handle k-resize-w" }),
|
|
18223
|
+
/* @__PURE__ */ jsx567("span", { className: "k-resize-handle k-resize-e" })
|
|
18224
|
+
]
|
|
18225
|
+
}
|
|
18226
|
+
);
|
|
18227
|
+
};
|
|
18228
|
+
GanttTaskContent.states = states204;
|
|
18229
|
+
GanttTaskContent.options = options190;
|
|
18230
|
+
GanttTaskContent.className = GANTTTASKCONTENT_CLASSNAME;
|
|
18231
|
+
GanttTaskContent.defaultProps = defaultProps194;
|
|
18232
|
+
|
|
18233
|
+
// src/gantt/gantt-line.spec.tsx
|
|
18234
|
+
import { jsx as jsx568 } from "react/jsx-runtime";
|
|
18235
|
+
var GANTTLINE_CLASSNAME = "k-gantt-line";
|
|
18236
|
+
var states205 = [];
|
|
18237
|
+
var options191 = {};
|
|
18238
|
+
var defaultProps195 = {
|
|
18239
|
+
orientation: "horizontal"
|
|
18240
|
+
};
|
|
18241
|
+
var GanttLine = (props) => {
|
|
18242
|
+
const {
|
|
18243
|
+
orientation = defaultProps195.orientation,
|
|
18244
|
+
...other
|
|
18245
|
+
} = props;
|
|
18246
|
+
return /* @__PURE__ */ jsx568(
|
|
18247
|
+
"div",
|
|
18248
|
+
{
|
|
18249
|
+
...other,
|
|
18250
|
+
className: classNames(
|
|
18251
|
+
props.className,
|
|
18252
|
+
GANTTLINE_CLASSNAME,
|
|
18253
|
+
{
|
|
18254
|
+
[`k-gantt-line-h`]: orientation === "horizontal",
|
|
18255
|
+
[`k-gantt-line-v`]: orientation === "vertical"
|
|
18256
|
+
}
|
|
18257
|
+
)
|
|
18258
|
+
}
|
|
18259
|
+
);
|
|
18260
|
+
};
|
|
18261
|
+
GanttLine.states = states205;
|
|
18262
|
+
GanttLine.options = options191;
|
|
18263
|
+
GanttLine.className = GANTTLINE_CLASSNAME;
|
|
18264
|
+
GanttLine.defaultProps = defaultProps195;
|
|
18265
|
+
|
|
18266
|
+
// src/utils/templates/background/background-clip/border-clip.tsx
|
|
18267
|
+
import { jsx as jsx569 } from "react/jsx-runtime";
|
|
18268
|
+
|
|
18269
|
+
// src/utils/templates/background/background-clip/content-clip.tsx
|
|
18270
|
+
import { jsx as jsx570 } from "react/jsx-runtime";
|
|
18271
|
+
|
|
18272
|
+
// src/utils/templates/background/background-clip/padding-clip.tsx
|
|
18273
|
+
import { jsx as jsx571 } from "react/jsx-runtime";
|
|
18274
|
+
|
|
18275
|
+
// src/utils/templates/background/background-clip/text-clip.tsx
|
|
18276
|
+
import { jsx as jsx572 } from "react/jsx-runtime";
|
|
18277
|
+
|
|
18058
18278
|
// src/utils/templates/background/background-color/color.tsx
|
|
18059
|
-
import { jsx as
|
|
18279
|
+
import { jsx as jsx573, jsxs as jsxs264 } from "react/jsx-runtime";
|
|
18060
18280
|
|
|
18061
18281
|
// src/utils/templates/borders/border-color/all-sides.tsx
|
|
18062
|
-
import { jsx as
|
|
18282
|
+
import { jsx as jsx574, jsxs as jsxs265 } from "react/jsx-runtime";
|
|
18063
18283
|
|
|
18064
18284
|
// src/utils/templates/borders/border-color/individual.tsx
|
|
18065
|
-
import { jsx as
|
|
18285
|
+
import { jsx as jsx575, jsxs as jsxs266 } from "react/jsx-runtime";
|
|
18066
18286
|
|
|
18067
18287
|
// src/utils/templates/borders/border-color/left-right.tsx
|
|
18068
|
-
import { jsx as
|
|
18288
|
+
import { jsx as jsx576, jsxs as jsxs267 } from "react/jsx-runtime";
|
|
18069
18289
|
|
|
18070
18290
|
// src/utils/templates/borders/border-color/top-bottom.tsx
|
|
18071
|
-
import { jsx as
|
|
18291
|
+
import { jsx as jsx577, jsxs as jsxs268 } from "react/jsx-runtime";
|
|
18072
18292
|
|
|
18073
18293
|
// src/utils/templates/borders/border-radius/corners.tsx
|
|
18074
|
-
import { jsx as
|
|
18294
|
+
import { jsx as jsx578, jsxs as jsxs269 } from "react/jsx-runtime";
|
|
18075
18295
|
|
|
18076
18296
|
// src/utils/templates/borders/border-radius/no-rounding.tsx
|
|
18077
|
-
import { jsx as
|
|
18297
|
+
import { jsx as jsx579, jsxs as jsxs270 } from "react/jsx-runtime";
|
|
18078
18298
|
|
|
18079
18299
|
// src/utils/templates/borders/border-radius/rounding.tsx
|
|
18080
|
-
import { jsx as
|
|
18300
|
+
import { jsx as jsx580, jsxs as jsxs271 } from "react/jsx-runtime";
|
|
18081
18301
|
|
|
18082
18302
|
// src/utils/templates/borders/border-radius/sides.tsx
|
|
18083
|
-
import { jsx as
|
|
18303
|
+
import { jsx as jsx581, jsxs as jsxs272 } from "react/jsx-runtime";
|
|
18084
18304
|
|
|
18085
18305
|
// src/utils/templates/borders/border-style/all-sides.tsx
|
|
18086
|
-
import { jsx as
|
|
18306
|
+
import { jsx as jsx582, jsxs as jsxs273 } from "react/jsx-runtime";
|
|
18087
18307
|
|
|
18088
18308
|
// src/utils/templates/borders/border-style/individual.tsx
|
|
18089
|
-
import { jsx as
|
|
18309
|
+
import { jsx as jsx583, jsxs as jsxs274 } from "react/jsx-runtime";
|
|
18090
18310
|
|
|
18091
18311
|
// src/utils/templates/borders/border-style/left-right.tsx
|
|
18092
|
-
import { jsx as
|
|
18312
|
+
import { jsx as jsx584, jsxs as jsxs275 } from "react/jsx-runtime";
|
|
18093
18313
|
|
|
18094
18314
|
// src/utils/templates/borders/border-style/no-style.tsx
|
|
18095
|
-
import { jsx as
|
|
18315
|
+
import { jsx as jsx585 } from "react/jsx-runtime";
|
|
18096
18316
|
|
|
18097
18317
|
// src/utils/templates/borders/border-style/top-bottom.tsx
|
|
18098
|
-
import { jsx as
|
|
18318
|
+
import { jsx as jsx586, jsxs as jsxs276 } from "react/jsx-runtime";
|
|
18099
18319
|
|
|
18100
18320
|
// src/utils/templates/borders/border-width/all-sides.tsx
|
|
18101
|
-
import { jsx as
|
|
18321
|
+
import { jsx as jsx587, jsxs as jsxs277 } from "react/jsx-runtime";
|
|
18102
18322
|
|
|
18103
18323
|
// src/utils/templates/borders/border-width/individual.tsx
|
|
18104
|
-
import { jsx as
|
|
18324
|
+
import { jsx as jsx588, jsxs as jsxs278 } from "react/jsx-runtime";
|
|
18105
18325
|
|
|
18106
18326
|
// src/utils/templates/borders/border-width/left-right.tsx
|
|
18107
|
-
import { jsx as
|
|
18327
|
+
import { jsx as jsx589, jsxs as jsxs279 } from "react/jsx-runtime";
|
|
18108
18328
|
|
|
18109
18329
|
// src/utils/templates/borders/border-width/top-bottom.tsx
|
|
18110
|
-
import { jsx as
|
|
18330
|
+
import { jsx as jsx590, jsxs as jsxs280 } from "react/jsx-runtime";
|
|
18111
18331
|
|
|
18112
18332
|
// src/utils/templates/borders/outline-color/all-sides.tsx
|
|
18113
|
-
import { jsx as
|
|
18333
|
+
import { jsx as jsx591 } from "react/jsx-runtime";
|
|
18114
18334
|
|
|
18115
18335
|
// src/utils/templates/borders/outline-offset/all-sides.tsx
|
|
18116
|
-
import { jsx as
|
|
18336
|
+
import { jsx as jsx592, jsxs as jsxs281 } from "react/jsx-runtime";
|
|
18117
18337
|
|
|
18118
18338
|
// src/utils/templates/borders/outline-offset/no-offset.tsx
|
|
18119
|
-
import { jsx as
|
|
18339
|
+
import { jsx as jsx593 } from "react/jsx-runtime";
|
|
18120
18340
|
|
|
18121
18341
|
// src/utils/templates/borders/outline-style/all-sides.tsx
|
|
18122
|
-
import { jsx as
|
|
18342
|
+
import { jsx as jsx594, jsxs as jsxs282 } from "react/jsx-runtime";
|
|
18123
18343
|
|
|
18124
18344
|
// src/utils/templates/borders/outline-style/no-style.tsx
|
|
18125
|
-
import { jsx as
|
|
18345
|
+
import { jsx as jsx595 } from "react/jsx-runtime";
|
|
18126
18346
|
|
|
18127
18347
|
// src/utils/templates/borders/outline-width/all-sides.tsx
|
|
18128
|
-
import { jsx as
|
|
18348
|
+
import { jsx as jsx596, jsxs as jsxs283 } from "react/jsx-runtime";
|
|
18129
18349
|
|
|
18130
18350
|
// src/utils/templates/borders/outline-width/no-width.tsx
|
|
18131
|
-
import { jsx as
|
|
18351
|
+
import { jsx as jsx597 } from "react/jsx-runtime";
|
|
18132
18352
|
|
|
18133
18353
|
// src/utils/templates/effects/opacity/applying.tsx
|
|
18134
|
-
import { jsx as
|
|
18354
|
+
import { jsx as jsx598, jsxs as jsxs284 } from "react/jsx-runtime";
|
|
18135
18355
|
|
|
18136
18356
|
// src/utils/templates/filters/backdrop-blur/applying.tsx
|
|
18137
|
-
import { Fragment as Fragment189, jsx as
|
|
18357
|
+
import { Fragment as Fragment189, jsx as jsx599, jsxs as jsxs285 } from "react/jsx-runtime";
|
|
18138
18358
|
|
|
18139
18359
|
// src/utils/templates/flex-grid/align-content/around.tsx
|
|
18140
|
-
import { jsx as
|
|
18360
|
+
import { jsx as jsx600, jsxs as jsxs286 } from "react/jsx-runtime";
|
|
18141
18361
|
|
|
18142
18362
|
// src/utils/templates/flex-grid/align-content/between.tsx
|
|
18143
|
-
import { jsx as
|
|
18363
|
+
import { jsx as jsx601, jsxs as jsxs287 } from "react/jsx-runtime";
|
|
18144
18364
|
|
|
18145
18365
|
// src/utils/templates/flex-grid/align-content/center.tsx
|
|
18146
|
-
import { jsx as
|
|
18366
|
+
import { jsx as jsx602, jsxs as jsxs288 } from "react/jsx-runtime";
|
|
18147
18367
|
|
|
18148
18368
|
// src/utils/templates/flex-grid/align-content/end.tsx
|
|
18149
|
-
import { jsx as
|
|
18369
|
+
import { jsx as jsx603, jsxs as jsxs289 } from "react/jsx-runtime";
|
|
18150
18370
|
|
|
18151
18371
|
// src/utils/templates/flex-grid/align-content/evenly.tsx
|
|
18152
|
-
import { jsx as
|
|
18372
|
+
import { jsx as jsx604, jsxs as jsxs290 } from "react/jsx-runtime";
|
|
18153
18373
|
|
|
18154
18374
|
// src/utils/templates/flex-grid/align-content/normal.tsx
|
|
18155
|
-
import { jsx as
|
|
18375
|
+
import { jsx as jsx605, jsxs as jsxs291 } from "react/jsx-runtime";
|
|
18156
18376
|
|
|
18157
18377
|
// src/utils/templates/flex-grid/align-content/start.tsx
|
|
18158
|
-
import { jsx as
|
|
18378
|
+
import { jsx as jsx606, jsxs as jsxs292 } from "react/jsx-runtime";
|
|
18159
18379
|
|
|
18160
18380
|
// src/utils/templates/flex-grid/align-content/stretch.tsx
|
|
18161
|
-
import { jsx as
|
|
18381
|
+
import { jsx as jsx607, jsxs as jsxs293 } from "react/jsx-runtime";
|
|
18162
18382
|
|
|
18163
18383
|
// src/utils/templates/flex-grid/align-items/baseline.tsx
|
|
18164
|
-
import { jsx as
|
|
18384
|
+
import { jsx as jsx608, jsxs as jsxs294 } from "react/jsx-runtime";
|
|
18165
18385
|
|
|
18166
18386
|
// src/utils/templates/flex-grid/align-items/center.tsx
|
|
18167
|
-
import { jsx as
|
|
18387
|
+
import { jsx as jsx609, jsxs as jsxs295 } from "react/jsx-runtime";
|
|
18168
18388
|
|
|
18169
18389
|
// src/utils/templates/flex-grid/align-items/end.tsx
|
|
18170
|
-
import { jsx as
|
|
18390
|
+
import { jsx as jsx610, jsxs as jsxs296 } from "react/jsx-runtime";
|
|
18171
18391
|
|
|
18172
18392
|
// src/utils/templates/flex-grid/align-items/start.tsx
|
|
18173
|
-
import { jsx as
|
|
18393
|
+
import { jsx as jsx611, jsxs as jsxs297 } from "react/jsx-runtime";
|
|
18174
18394
|
|
|
18175
18395
|
// src/utils/templates/flex-grid/align-items/stretch.tsx
|
|
18176
|
-
import { jsx as
|
|
18396
|
+
import { jsx as jsx612, jsxs as jsxs298 } from "react/jsx-runtime";
|
|
18177
18397
|
|
|
18178
18398
|
// src/utils/templates/flex-grid/align-self/baseline.tsx
|
|
18179
|
-
import { jsx as
|
|
18399
|
+
import { jsx as jsx613, jsxs as jsxs299 } from "react/jsx-runtime";
|
|
18180
18400
|
|
|
18181
18401
|
// src/utils/templates/flex-grid/align-self/center.tsx
|
|
18182
|
-
import { jsx as
|
|
18402
|
+
import { jsx as jsx614, jsxs as jsxs300 } from "react/jsx-runtime";
|
|
18183
18403
|
|
|
18184
18404
|
// src/utils/templates/flex-grid/align-self/end.tsx
|
|
18185
|
-
import { jsx as
|
|
18405
|
+
import { jsx as jsx615, jsxs as jsxs301 } from "react/jsx-runtime";
|
|
18186
18406
|
|
|
18187
18407
|
// src/utils/templates/flex-grid/align-self/start.tsx
|
|
18188
|
-
import { jsx as
|
|
18408
|
+
import { jsx as jsx616, jsxs as jsxs302 } from "react/jsx-runtime";
|
|
18189
18409
|
|
|
18190
18410
|
// src/utils/templates/flex-grid/align-self/stretch.tsx
|
|
18191
|
-
import { jsx as
|
|
18411
|
+
import { jsx as jsx617, jsxs as jsxs303 } from "react/jsx-runtime";
|
|
18192
18412
|
|
|
18193
18413
|
// src/utils/templates/flex-grid/flex/auto.tsx
|
|
18194
|
-
import { jsx as
|
|
18414
|
+
import { jsx as jsx618, jsxs as jsxs304 } from "react/jsx-runtime";
|
|
18195
18415
|
|
|
18196
18416
|
// src/utils/templates/flex-grid/flex/flex-1.tsx
|
|
18197
|
-
import { jsx as
|
|
18417
|
+
import { jsx as jsx619, jsxs as jsxs305 } from "react/jsx-runtime";
|
|
18198
18418
|
|
|
18199
18419
|
// src/utils/templates/flex-grid/flex/initial.tsx
|
|
18200
|
-
import { jsx as
|
|
18420
|
+
import { jsx as jsx620, jsxs as jsxs306 } from "react/jsx-runtime";
|
|
18201
18421
|
|
|
18202
18422
|
// src/utils/templates/flex-grid/flex/none.tsx
|
|
18203
|
-
import { jsx as
|
|
18423
|
+
import { jsx as jsx621, jsxs as jsxs307 } from "react/jsx-runtime";
|
|
18204
18424
|
|
|
18205
18425
|
// src/utils/templates/flex-grid/flex-basis/auto.tsx
|
|
18206
|
-
import { jsx as
|
|
18426
|
+
import { jsx as jsx622, jsxs as jsxs308 } from "react/jsx-runtime";
|
|
18207
18427
|
|
|
18208
18428
|
// src/utils/templates/flex-grid/flex-basis/size.tsx
|
|
18209
|
-
import { jsx as
|
|
18429
|
+
import { jsx as jsx623, jsxs as jsxs309 } from "react/jsx-runtime";
|
|
18210
18430
|
|
|
18211
18431
|
// src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
|
|
18212
|
-
import { jsx as
|
|
18432
|
+
import { jsx as jsx624, jsxs as jsxs310 } from "react/jsx-runtime";
|
|
18213
18433
|
|
|
18214
18434
|
// src/utils/templates/flex-grid/flex-direction/column.tsx
|
|
18215
|
-
import { jsx as
|
|
18435
|
+
import { jsx as jsx625, jsxs as jsxs311 } from "react/jsx-runtime";
|
|
18216
18436
|
|
|
18217
18437
|
// src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
|
|
18218
|
-
import { jsx as
|
|
18438
|
+
import { jsx as jsx626, jsxs as jsxs312 } from "react/jsx-runtime";
|
|
18219
18439
|
|
|
18220
18440
|
// src/utils/templates/flex-grid/flex-direction/row.tsx
|
|
18221
|
-
import { jsx as
|
|
18441
|
+
import { jsx as jsx627, jsxs as jsxs313 } from "react/jsx-runtime";
|
|
18222
18442
|
|
|
18223
18443
|
// src/utils/templates/flex-grid/flex-grow/grow-0.tsx
|
|
18224
|
-
import { jsx as
|
|
18444
|
+
import { jsx as jsx628, jsxs as jsxs314 } from "react/jsx-runtime";
|
|
18225
18445
|
|
|
18226
18446
|
// src/utils/templates/flex-grid/flex-grow/grow-1.tsx
|
|
18227
|
-
import { jsx as
|
|
18447
|
+
import { jsx as jsx629, jsxs as jsxs315 } from "react/jsx-runtime";
|
|
18228
18448
|
|
|
18229
18449
|
// src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
|
|
18230
|
-
import { jsx as
|
|
18450
|
+
import { jsx as jsx630, jsxs as jsxs316 } from "react/jsx-runtime";
|
|
18231
18451
|
|
|
18232
18452
|
// src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
|
|
18233
|
-
import { jsx as
|
|
18453
|
+
import { jsx as jsx631, jsxs as jsxs317 } from "react/jsx-runtime";
|
|
18234
18454
|
|
|
18235
18455
|
// src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
|
|
18236
|
-
import { jsx as
|
|
18456
|
+
import { jsx as jsx632, jsxs as jsxs318 } from "react/jsx-runtime";
|
|
18237
18457
|
|
|
18238
18458
|
// src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
|
|
18239
|
-
import { jsx as
|
|
18459
|
+
import { jsx as jsx633, jsxs as jsxs319 } from "react/jsx-runtime";
|
|
18240
18460
|
|
|
18241
18461
|
// src/utils/templates/flex-grid/flex-wrap/wrap.tsx
|
|
18242
|
-
import { jsx as
|
|
18462
|
+
import { jsx as jsx634, jsxs as jsxs320 } from "react/jsx-runtime";
|
|
18243
18463
|
|
|
18244
18464
|
// src/utils/templates/flex-grid/gap/size-x-y.tsx
|
|
18245
|
-
import { jsx as
|
|
18465
|
+
import { jsx as jsx635, jsxs as jsxs321 } from "react/jsx-runtime";
|
|
18246
18466
|
|
|
18247
18467
|
// src/utils/templates/flex-grid/gap/size.tsx
|
|
18248
|
-
import { jsx as
|
|
18468
|
+
import { jsx as jsx636, jsxs as jsxs322 } from "react/jsx-runtime";
|
|
18249
18469
|
|
|
18250
18470
|
// src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
|
|
18251
|
-
import { jsx as
|
|
18471
|
+
import { jsx as jsx637, jsxs as jsxs323 } from "react/jsx-runtime";
|
|
18252
18472
|
|
|
18253
18473
|
// src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
|
|
18254
|
-
import { jsx as
|
|
18474
|
+
import { jsx as jsx638, jsxs as jsxs324 } from "react/jsx-runtime";
|
|
18255
18475
|
|
|
18256
18476
|
// src/utils/templates/flex-grid/grid-auto-cols/max.tsx
|
|
18257
|
-
import { jsx as
|
|
18477
|
+
import { jsx as jsx639, jsxs as jsxs325 } from "react/jsx-runtime";
|
|
18258
18478
|
|
|
18259
18479
|
// src/utils/templates/flex-grid/grid-auto-cols/min.tsx
|
|
18260
|
-
import { jsx as
|
|
18480
|
+
import { jsx as jsx640, jsxs as jsxs326 } from "react/jsx-runtime";
|
|
18261
18481
|
|
|
18262
18482
|
// src/utils/templates/flex-grid/grid-auto-flow/column.tsx
|
|
18263
|
-
import { jsx as
|
|
18483
|
+
import { jsx as jsx641, jsxs as jsxs327 } from "react/jsx-runtime";
|
|
18264
18484
|
|
|
18265
18485
|
// src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
|
|
18266
|
-
import { jsx as
|
|
18486
|
+
import { jsx as jsx642, jsxs as jsxs328 } from "react/jsx-runtime";
|
|
18267
18487
|
|
|
18268
18488
|
// src/utils/templates/flex-grid/grid-auto-flow/row.tsx
|
|
18269
|
-
import { jsx as
|
|
18489
|
+
import { jsx as jsx643, jsxs as jsxs329 } from "react/jsx-runtime";
|
|
18270
18490
|
|
|
18271
18491
|
// src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
|
|
18272
|
-
import { jsx as
|
|
18492
|
+
import { jsx as jsx644, jsxs as jsxs330 } from "react/jsx-runtime";
|
|
18273
18493
|
|
|
18274
18494
|
// src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
|
|
18275
|
-
import { jsx as
|
|
18495
|
+
import { jsx as jsx645, jsxs as jsxs331 } from "react/jsx-runtime";
|
|
18276
18496
|
|
|
18277
18497
|
// src/utils/templates/flex-grid/grid-auto-rows/min.tsx
|
|
18278
|
-
import { jsx as
|
|
18498
|
+
import { jsx as jsx646, jsxs as jsxs332 } from "react/jsx-runtime";
|
|
18279
18499
|
|
|
18280
18500
|
// src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
|
|
18281
|
-
import { jsx as
|
|
18501
|
+
import { jsx as jsx647, jsxs as jsxs333 } from "react/jsx-runtime";
|
|
18282
18502
|
|
|
18283
18503
|
// src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
|
|
18284
|
-
import { jsx as
|
|
18504
|
+
import { jsx as jsx648, jsxs as jsxs334 } from "react/jsx-runtime";
|
|
18285
18505
|
|
|
18286
18506
|
// src/utils/templates/flex-grid/grid-template-cols/integer.tsx
|
|
18287
|
-
import { jsx as
|
|
18507
|
+
import { jsx as jsx649, jsxs as jsxs335 } from "react/jsx-runtime";
|
|
18288
18508
|
|
|
18289
18509
|
// src/utils/templates/flex-grid/grid-template-rows/integer.tsx
|
|
18290
|
-
import { jsx as
|
|
18510
|
+
import { jsx as jsx650, jsxs as jsxs336 } from "react/jsx-runtime";
|
|
18291
18511
|
|
|
18292
18512
|
// src/utils/templates/flex-grid/justify-content/around.tsx
|
|
18293
|
-
import { jsx as
|
|
18513
|
+
import { jsx as jsx651, jsxs as jsxs337 } from "react/jsx-runtime";
|
|
18294
18514
|
|
|
18295
18515
|
// src/utils/templates/flex-grid/justify-content/between.tsx
|
|
18296
|
-
import { jsx as
|
|
18516
|
+
import { jsx as jsx652, jsxs as jsxs338 } from "react/jsx-runtime";
|
|
18297
18517
|
|
|
18298
18518
|
// src/utils/templates/flex-grid/justify-content/center.tsx
|
|
18299
|
-
import { jsx as
|
|
18519
|
+
import { jsx as jsx653, jsxs as jsxs339 } from "react/jsx-runtime";
|
|
18300
18520
|
|
|
18301
18521
|
// src/utils/templates/flex-grid/justify-content/end.tsx
|
|
18302
|
-
import { jsx as
|
|
18522
|
+
import { jsx as jsx654, jsxs as jsxs340 } from "react/jsx-runtime";
|
|
18303
18523
|
|
|
18304
18524
|
// src/utils/templates/flex-grid/justify-content/evenly.tsx
|
|
18305
|
-
import { jsx as
|
|
18525
|
+
import { jsx as jsx655, jsxs as jsxs341 } from "react/jsx-runtime";
|
|
18306
18526
|
|
|
18307
18527
|
// src/utils/templates/flex-grid/justify-content/normal.tsx
|
|
18308
|
-
import { jsx as
|
|
18528
|
+
import { jsx as jsx656, jsxs as jsxs342 } from "react/jsx-runtime";
|
|
18309
18529
|
|
|
18310
18530
|
// src/utils/templates/flex-grid/justify-content/start.tsx
|
|
18311
|
-
import { jsx as
|
|
18531
|
+
import { jsx as jsx657, jsxs as jsxs343 } from "react/jsx-runtime";
|
|
18312
18532
|
|
|
18313
18533
|
// src/utils/templates/flex-grid/justify-content/stretch.tsx
|
|
18314
|
-
import { jsx as
|
|
18534
|
+
import { jsx as jsx658, jsxs as jsxs344 } from "react/jsx-runtime";
|
|
18315
18535
|
|
|
18316
18536
|
// src/utils/templates/flex-grid/justify-items/center.tsx
|
|
18317
|
-
import { jsx as
|
|
18537
|
+
import { jsx as jsx659, jsxs as jsxs345 } from "react/jsx-runtime";
|
|
18318
18538
|
|
|
18319
18539
|
// src/utils/templates/flex-grid/justify-items/end.tsx
|
|
18320
|
-
import { jsx as
|
|
18540
|
+
import { jsx as jsx660, jsxs as jsxs346 } from "react/jsx-runtime";
|
|
18321
18541
|
|
|
18322
18542
|
// src/utils/templates/flex-grid/justify-items/start.tsx
|
|
18323
|
-
import { jsx as
|
|
18543
|
+
import { jsx as jsx661, jsxs as jsxs347 } from "react/jsx-runtime";
|
|
18324
18544
|
|
|
18325
18545
|
// src/utils/templates/flex-grid/justify-items/stretch.tsx
|
|
18326
|
-
import { jsx as
|
|
18546
|
+
import { jsx as jsx662, jsxs as jsxs348 } from "react/jsx-runtime";
|
|
18327
18547
|
|
|
18328
18548
|
// src/utils/templates/flex-grid/justify-self/center.tsx
|
|
18329
|
-
import { jsx as
|
|
18549
|
+
import { jsx as jsx663, jsxs as jsxs349 } from "react/jsx-runtime";
|
|
18330
18550
|
|
|
18331
18551
|
// src/utils/templates/flex-grid/justify-self/end.tsx
|
|
18332
|
-
import { jsx as
|
|
18552
|
+
import { jsx as jsx664, jsxs as jsxs350 } from "react/jsx-runtime";
|
|
18333
18553
|
|
|
18334
18554
|
// src/utils/templates/flex-grid/justify-self/start.tsx
|
|
18335
|
-
import { jsx as
|
|
18555
|
+
import { jsx as jsx665, jsxs as jsxs351 } from "react/jsx-runtime";
|
|
18336
18556
|
|
|
18337
18557
|
// src/utils/templates/flex-grid/justify-self/stretch.tsx
|
|
18338
|
-
import { jsx as
|
|
18558
|
+
import { jsx as jsx666, jsxs as jsxs352 } from "react/jsx-runtime";
|
|
18339
18559
|
|
|
18340
18560
|
// src/utils/templates/flex-grid/order/first.tsx
|
|
18341
|
-
import { jsx as
|
|
18561
|
+
import { jsx as jsx667, jsxs as jsxs353 } from "react/jsx-runtime";
|
|
18342
18562
|
|
|
18343
18563
|
// src/utils/templates/flex-grid/order/integer.tsx
|
|
18344
|
-
import { jsx as
|
|
18564
|
+
import { jsx as jsx668, jsxs as jsxs354 } from "react/jsx-runtime";
|
|
18345
18565
|
|
|
18346
18566
|
// src/utils/templates/flex-grid/order/last.tsx
|
|
18347
|
-
import { jsx as
|
|
18567
|
+
import { jsx as jsx669, jsxs as jsxs355 } from "react/jsx-runtime";
|
|
18348
18568
|
|
|
18349
18569
|
// src/utils/templates/flex-grid/place-content/around.tsx
|
|
18350
|
-
import { jsx as
|
|
18570
|
+
import { jsx as jsx670, jsxs as jsxs356 } from "react/jsx-runtime";
|
|
18351
18571
|
|
|
18352
18572
|
// src/utils/templates/flex-grid/place-content/between.tsx
|
|
18353
|
-
import { jsx as
|
|
18573
|
+
import { jsx as jsx671, jsxs as jsxs357 } from "react/jsx-runtime";
|
|
18354
18574
|
|
|
18355
18575
|
// src/utils/templates/flex-grid/place-content/center.tsx
|
|
18356
|
-
import { jsx as
|
|
18576
|
+
import { jsx as jsx672, jsxs as jsxs358 } from "react/jsx-runtime";
|
|
18357
18577
|
|
|
18358
18578
|
// src/utils/templates/flex-grid/place-content/end.tsx
|
|
18359
|
-
import { jsx as
|
|
18579
|
+
import { jsx as jsx673, jsxs as jsxs359 } from "react/jsx-runtime";
|
|
18360
18580
|
|
|
18361
18581
|
// src/utils/templates/flex-grid/place-content/evenly.tsx
|
|
18362
|
-
import { jsx as
|
|
18582
|
+
import { jsx as jsx674, jsxs as jsxs360 } from "react/jsx-runtime";
|
|
18363
18583
|
|
|
18364
18584
|
// src/utils/templates/flex-grid/place-content/normal.tsx
|
|
18365
|
-
import { jsx as
|
|
18585
|
+
import { jsx as jsx675, jsxs as jsxs361 } from "react/jsx-runtime";
|
|
18366
18586
|
|
|
18367
18587
|
// src/utils/templates/flex-grid/place-content/start.tsx
|
|
18368
|
-
import { jsx as
|
|
18588
|
+
import { jsx as jsx676, jsxs as jsxs362 } from "react/jsx-runtime";
|
|
18369
18589
|
|
|
18370
18590
|
// src/utils/templates/flex-grid/place-content/stretch.tsx
|
|
18371
|
-
import { jsx as
|
|
18591
|
+
import { jsx as jsx677, jsxs as jsxs363 } from "react/jsx-runtime";
|
|
18372
18592
|
|
|
18373
18593
|
// src/utils/templates/flex-grid/place-items/center.tsx
|
|
18374
|
-
import { jsx as
|
|
18594
|
+
import { jsx as jsx678, jsxs as jsxs364 } from "react/jsx-runtime";
|
|
18375
18595
|
|
|
18376
18596
|
// src/utils/templates/flex-grid/place-items/end.tsx
|
|
18377
|
-
import { jsx as
|
|
18597
|
+
import { jsx as jsx679, jsxs as jsxs365 } from "react/jsx-runtime";
|
|
18378
18598
|
|
|
18379
18599
|
// src/utils/templates/flex-grid/place-items/start.tsx
|
|
18380
|
-
import { jsx as
|
|
18600
|
+
import { jsx as jsx680, jsxs as jsxs366 } from "react/jsx-runtime";
|
|
18381
18601
|
|
|
18382
18602
|
// src/utils/templates/flex-grid/place-items/stretch.tsx
|
|
18383
|
-
import { jsx as
|
|
18603
|
+
import { jsx as jsx681, jsxs as jsxs367 } from "react/jsx-runtime";
|
|
18384
18604
|
|
|
18385
18605
|
// src/utils/templates/flex-grid/place-self/center.tsx
|
|
18386
|
-
import { jsx as
|
|
18606
|
+
import { jsx as jsx682, jsxs as jsxs368 } from "react/jsx-runtime";
|
|
18387
18607
|
|
|
18388
18608
|
// src/utils/templates/flex-grid/place-self/end.tsx
|
|
18389
|
-
import { jsx as
|
|
18609
|
+
import { jsx as jsx683, jsxs as jsxs369 } from "react/jsx-runtime";
|
|
18390
18610
|
|
|
18391
18611
|
// src/utils/templates/flex-grid/place-self/start.tsx
|
|
18392
|
-
import { jsx as
|
|
18612
|
+
import { jsx as jsx684, jsxs as jsxs370 } from "react/jsx-runtime";
|
|
18393
18613
|
|
|
18394
18614
|
// src/utils/templates/flex-grid/place-self/stretch.tsx
|
|
18395
|
-
import { jsx as
|
|
18615
|
+
import { jsx as jsx685, jsxs as jsxs371 } from "react/jsx-runtime";
|
|
18396
18616
|
|
|
18397
18617
|
// src/utils/templates/interactivity/appearance/applying.tsx
|
|
18398
|
-
import { jsx as
|
|
18618
|
+
import { jsx as jsx686, jsxs as jsxs372 } from "react/jsx-runtime";
|
|
18399
18619
|
|
|
18400
18620
|
// src/utils/templates/interactivity/appearance/none.tsx
|
|
18401
|
-
import { jsx as
|
|
18621
|
+
import { jsx as jsx687, jsxs as jsxs373 } from "react/jsx-runtime";
|
|
18402
18622
|
|
|
18403
18623
|
// src/utils/templates/interactivity/cursor/applying.tsx
|
|
18404
|
-
import { jsx as
|
|
18624
|
+
import { jsx as jsx688, jsxs as jsxs374 } from "react/jsx-runtime";
|
|
18405
18625
|
|
|
18406
18626
|
// src/utils/templates/interactivity/pointer-events/applying.tsx
|
|
18407
|
-
import { jsx as
|
|
18627
|
+
import { jsx as jsx689, jsxs as jsxs375 } from "react/jsx-runtime";
|
|
18408
18628
|
|
|
18409
18629
|
// src/utils/templates/interactivity/resize/all-directions.tsx
|
|
18410
|
-
import { jsx as
|
|
18630
|
+
import { jsx as jsx690 } from "react/jsx-runtime";
|
|
18411
18631
|
|
|
18412
18632
|
// src/utils/templates/interactivity/resize/horizontal.tsx
|
|
18413
|
-
import { jsx as
|
|
18633
|
+
import { jsx as jsx691 } from "react/jsx-runtime";
|
|
18414
18634
|
|
|
18415
18635
|
// src/utils/templates/interactivity/resize/no-resizing.tsx
|
|
18416
|
-
import { jsx as
|
|
18636
|
+
import { jsx as jsx692 } from "react/jsx-runtime";
|
|
18417
18637
|
|
|
18418
18638
|
// src/utils/templates/interactivity/resize/vertical.tsx
|
|
18419
|
-
import { jsx as
|
|
18639
|
+
import { jsx as jsx693 } from "react/jsx-runtime";
|
|
18420
18640
|
|
|
18421
18641
|
// src/utils/templates/interactivity/touch-action/auto.tsx
|
|
18422
|
-
import { jsx as
|
|
18642
|
+
import { jsx as jsx694 } from "react/jsx-runtime";
|
|
18423
18643
|
|
|
18424
18644
|
// src/utils/templates/interactivity/touch-action/horizontal.tsx
|
|
18425
|
-
import { jsx as
|
|
18645
|
+
import { jsx as jsx695 } from "react/jsx-runtime";
|
|
18426
18646
|
|
|
18427
18647
|
// src/utils/templates/interactivity/touch-action/none.tsx
|
|
18428
|
-
import { jsx as
|
|
18648
|
+
import { jsx as jsx696 } from "react/jsx-runtime";
|
|
18429
18649
|
|
|
18430
18650
|
// src/utils/templates/interactivity/touch-action/vertical.tsx
|
|
18431
|
-
import { jsx as
|
|
18651
|
+
import { jsx as jsx697 } from "react/jsx-runtime";
|
|
18432
18652
|
|
|
18433
18653
|
// src/utils/templates/interactivity/user-select/all.tsx
|
|
18434
|
-
import { jsx as
|
|
18654
|
+
import { jsx as jsx698 } from "react/jsx-runtime";
|
|
18435
18655
|
|
|
18436
18656
|
// src/utils/templates/interactivity/user-select/none.tsx
|
|
18437
|
-
import { jsx as
|
|
18657
|
+
import { jsx as jsx699 } from "react/jsx-runtime";
|
|
18438
18658
|
|
|
18439
18659
|
// src/utils/templates/interactivity/user-select/text.tsx
|
|
18440
|
-
import { jsx as
|
|
18660
|
+
import { jsx as jsx700 } from "react/jsx-runtime";
|
|
18441
18661
|
|
|
18442
18662
|
// src/utils/templates/layout/aspect-ratio/auto.tsx
|
|
18443
|
-
import { jsx as
|
|
18663
|
+
import { jsx as jsx701 } from "react/jsx-runtime";
|
|
18444
18664
|
|
|
18445
18665
|
// src/utils/templates/layout/aspect-ratio/one.tsx
|
|
18446
|
-
import { jsx as
|
|
18666
|
+
import { jsx as jsx702 } from "react/jsx-runtime";
|
|
18447
18667
|
|
|
18448
18668
|
// src/utils/templates/layout/aspect-ratio/sqaure.tsx
|
|
18449
|
-
import { jsx as
|
|
18669
|
+
import { jsx as jsx703 } from "react/jsx-runtime";
|
|
18450
18670
|
|
|
18451
18671
|
// src/utils/templates/layout/aspect-ratio/video.tsx
|
|
18452
|
-
import { jsx as
|
|
18672
|
+
import { jsx as jsx704 } from "react/jsx-runtime";
|
|
18453
18673
|
|
|
18454
18674
|
// src/utils/templates/layout/box-sizing/border.tsx
|
|
18455
|
-
import { jsx as
|
|
18675
|
+
import { jsx as jsx705 } from "react/jsx-runtime";
|
|
18456
18676
|
|
|
18457
18677
|
// src/utils/templates/layout/box-sizing/content.tsx
|
|
18458
|
-
import { jsx as
|
|
18678
|
+
import { jsx as jsx706 } from "react/jsx-runtime";
|
|
18459
18679
|
|
|
18460
18680
|
// src/utils/templates/layout/clear/both.tsx
|
|
18461
|
-
import { jsx as
|
|
18681
|
+
import { jsx as jsx707, jsxs as jsxs376 } from "react/jsx-runtime";
|
|
18462
18682
|
|
|
18463
18683
|
// src/utils/templates/layout/clear/left.tsx
|
|
18464
|
-
import { jsx as
|
|
18684
|
+
import { jsx as jsx708, jsxs as jsxs377 } from "react/jsx-runtime";
|
|
18465
18685
|
|
|
18466
18686
|
// src/utils/templates/layout/clear/no-clear.tsx
|
|
18467
|
-
import { jsx as
|
|
18687
|
+
import { jsx as jsx709, jsxs as jsxs378 } from "react/jsx-runtime";
|
|
18468
18688
|
|
|
18469
18689
|
// src/utils/templates/layout/clear/right.tsx
|
|
18470
|
-
import { jsx as
|
|
18690
|
+
import { jsx as jsx710, jsxs as jsxs379 } from "react/jsx-runtime";
|
|
18471
18691
|
|
|
18472
18692
|
// src/utils/templates/layout/columns/automatic.tsx
|
|
18473
|
-
import { jsx as
|
|
18693
|
+
import { jsx as jsx711, jsxs as jsxs380 } from "react/jsx-runtime";
|
|
18474
18694
|
|
|
18475
18695
|
// src/utils/templates/layout/columns/count.tsx
|
|
18476
|
-
import { jsx as
|
|
18696
|
+
import { jsx as jsx712, jsxs as jsxs381 } from "react/jsx-runtime";
|
|
18477
18697
|
|
|
18478
18698
|
// src/utils/templates/layout/display/block.tsx
|
|
18479
|
-
import { jsx as
|
|
18699
|
+
import { jsx as jsx713, jsxs as jsxs382 } from "react/jsx-runtime";
|
|
18480
18700
|
|
|
18481
18701
|
// src/utils/templates/layout/display/flex.tsx
|
|
18482
|
-
import { jsx as
|
|
18702
|
+
import { jsx as jsx714, jsxs as jsxs383 } from "react/jsx-runtime";
|
|
18483
18703
|
|
|
18484
18704
|
// src/utils/templates/layout/display/inline.tsx
|
|
18485
|
-
import { jsx as
|
|
18705
|
+
import { jsx as jsx715, jsxs as jsxs384 } from "react/jsx-runtime";
|
|
18486
18706
|
|
|
18487
18707
|
// src/utils/templates/layout/display/none.tsx
|
|
18488
|
-
import { Fragment as Fragment190, jsx as
|
|
18708
|
+
import { Fragment as Fragment190, jsx as jsx716, jsxs as jsxs385 } from "react/jsx-runtime";
|
|
18489
18709
|
|
|
18490
18710
|
// src/utils/templates/layout/float/left.tsx
|
|
18491
|
-
import { jsx as
|
|
18711
|
+
import { jsx as jsx717, jsxs as jsxs386 } from "react/jsx-runtime";
|
|
18492
18712
|
|
|
18493
18713
|
// src/utils/templates/layout/float/no-float.tsx
|
|
18494
|
-
import { jsx as
|
|
18714
|
+
import { jsx as jsx718, jsxs as jsxs387 } from "react/jsx-runtime";
|
|
18495
18715
|
|
|
18496
18716
|
// src/utils/templates/layout/float/right.tsx
|
|
18497
|
-
import { jsx as
|
|
18717
|
+
import { jsx as jsx719, jsxs as jsxs388 } from "react/jsx-runtime";
|
|
18498
18718
|
|
|
18499
18719
|
// src/utils/templates/layout/object-fit/contain.tsx
|
|
18500
|
-
import { jsx as
|
|
18720
|
+
import { jsx as jsx720 } from "react/jsx-runtime";
|
|
18501
18721
|
|
|
18502
18722
|
// src/utils/templates/layout/object-fit/cover.tsx
|
|
18503
|
-
import { jsx as
|
|
18723
|
+
import { jsx as jsx721 } from "react/jsx-runtime";
|
|
18504
18724
|
|
|
18505
18725
|
// src/utils/templates/layout/object-fit/fill.tsx
|
|
18506
|
-
import { jsx as
|
|
18726
|
+
import { jsx as jsx722 } from "react/jsx-runtime";
|
|
18507
18727
|
|
|
18508
18728
|
// src/utils/templates/layout/object-fit/scale-down.tsx
|
|
18509
|
-
import { jsx as
|
|
18729
|
+
import { jsx as jsx723 } from "react/jsx-runtime";
|
|
18510
18730
|
|
|
18511
18731
|
// src/utils/templates/layout/object-position/position.tsx
|
|
18512
|
-
import { jsx as
|
|
18732
|
+
import { jsx as jsx724, jsxs as jsxs389 } from "react/jsx-runtime";
|
|
18513
18733
|
|
|
18514
18734
|
// src/utils/templates/layout/overflow/hidden.tsx
|
|
18515
|
-
import { jsx as
|
|
18735
|
+
import { jsx as jsx725 } from "react/jsx-runtime";
|
|
18516
18736
|
|
|
18517
18737
|
// src/utils/templates/layout/overflow/horizontal.tsx
|
|
18518
|
-
import { jsx as
|
|
18738
|
+
import { jsx as jsx726 } from "react/jsx-runtime";
|
|
18519
18739
|
|
|
18520
18740
|
// src/utils/templates/layout/overflow/vertical.tsx
|
|
18521
|
-
import { jsx as
|
|
18741
|
+
import { jsx as jsx727 } from "react/jsx-runtime";
|
|
18522
18742
|
|
|
18523
18743
|
// src/utils/templates/layout/overflow/visible.tsx
|
|
18524
|
-
import { jsx as
|
|
18744
|
+
import { jsx as jsx728 } from "react/jsx-runtime";
|
|
18525
18745
|
|
|
18526
18746
|
// src/utils/templates/layout/placement/multiple.tsx
|
|
18527
|
-
import { jsx as
|
|
18747
|
+
import { jsx as jsx729, jsxs as jsxs390 } from "react/jsx-runtime";
|
|
18528
18748
|
|
|
18529
18749
|
// src/utils/templates/layout/placement/single.tsx
|
|
18530
|
-
import { jsx as
|
|
18750
|
+
import { jsx as jsx730, jsxs as jsxs391 } from "react/jsx-runtime";
|
|
18531
18751
|
|
|
18532
18752
|
// src/utils/templates/layout/position/applying.tsx
|
|
18533
|
-
import { jsx as
|
|
18753
|
+
import { jsx as jsx731, jsxs as jsxs392 } from "react/jsx-runtime";
|
|
18534
18754
|
|
|
18535
18755
|
// src/utils/templates/layout/visibility/invisible.tsx
|
|
18536
|
-
import { jsx as
|
|
18756
|
+
import { jsx as jsx732, jsxs as jsxs393 } from "react/jsx-runtime";
|
|
18537
18757
|
|
|
18538
18758
|
// src/utils/templates/layout/z-index/applying.tsx
|
|
18539
|
-
import { Fragment as Fragment191, jsx as
|
|
18759
|
+
import { Fragment as Fragment191, jsx as jsx733, jsxs as jsxs394 } from "react/jsx-runtime";
|
|
18540
18760
|
|
|
18541
18761
|
// src/utils/templates/sizing/height/fixed.tsx
|
|
18542
|
-
import { jsx as
|
|
18762
|
+
import { jsx as jsx734, jsxs as jsxs395 } from "react/jsx-runtime";
|
|
18543
18763
|
|
|
18544
18764
|
// src/utils/templates/sizing/height/full.tsx
|
|
18545
|
-
import { jsx as
|
|
18765
|
+
import { jsx as jsx735 } from "react/jsx-runtime";
|
|
18546
18766
|
|
|
18547
18767
|
// src/utils/templates/sizing/height/maximum.tsx
|
|
18548
|
-
import { jsx as
|
|
18768
|
+
import { jsx as jsx736 } from "react/jsx-runtime";
|
|
18549
18769
|
|
|
18550
18770
|
// src/utils/templates/sizing/height/minimum.tsx
|
|
18551
|
-
import { jsx as
|
|
18771
|
+
import { jsx as jsx737 } from "react/jsx-runtime";
|
|
18552
18772
|
|
|
18553
18773
|
// src/utils/templates/sizing/height/screen.tsx
|
|
18554
|
-
import { jsx as
|
|
18774
|
+
import { jsx as jsx738 } from "react/jsx-runtime";
|
|
18555
18775
|
|
|
18556
18776
|
// src/utils/templates/sizing/width/fixed.tsx
|
|
18557
|
-
import { jsx as
|
|
18777
|
+
import { jsx as jsx739, jsxs as jsxs396 } from "react/jsx-runtime";
|
|
18558
18778
|
|
|
18559
18779
|
// src/utils/templates/sizing/width/full.tsx
|
|
18560
|
-
import { jsx as
|
|
18780
|
+
import { jsx as jsx740 } from "react/jsx-runtime";
|
|
18561
18781
|
|
|
18562
18782
|
// src/utils/templates/sizing/width/maximum.tsx
|
|
18563
|
-
import { jsx as
|
|
18783
|
+
import { jsx as jsx741 } from "react/jsx-runtime";
|
|
18564
18784
|
|
|
18565
18785
|
// src/utils/templates/sizing/width/minimum.tsx
|
|
18566
|
-
import { jsx as
|
|
18786
|
+
import { jsx as jsx742 } from "react/jsx-runtime";
|
|
18567
18787
|
|
|
18568
18788
|
// src/utils/templates/sizing/width/screen.tsx
|
|
18569
|
-
import { jsx as
|
|
18789
|
+
import { jsx as jsx743 } from "react/jsx-runtime";
|
|
18570
18790
|
|
|
18571
18791
|
// src/utils/templates/spacing/margin/all.tsx
|
|
18572
|
-
import { jsx as
|
|
18792
|
+
import { jsx as jsx744 } from "react/jsx-runtime";
|
|
18573
18793
|
|
|
18574
18794
|
// src/utils/templates/spacing/margin/single.tsx
|
|
18575
|
-
import { Fragment as Fragment192, jsx as
|
|
18795
|
+
import { Fragment as Fragment192, jsx as jsx745, jsxs as jsxs397 } from "react/jsx-runtime";
|
|
18576
18796
|
|
|
18577
18797
|
// src/utils/templates/spacing/margin/x.tsx
|
|
18578
|
-
import { jsx as
|
|
18798
|
+
import { jsx as jsx746 } from "react/jsx-runtime";
|
|
18579
18799
|
|
|
18580
18800
|
// src/utils/templates/spacing/margin/y.tsx
|
|
18581
|
-
import { jsx as
|
|
18801
|
+
import { jsx as jsx747 } from "react/jsx-runtime";
|
|
18582
18802
|
|
|
18583
18803
|
// src/utils/templates/spacing/padding/all.tsx
|
|
18584
|
-
import { jsx as
|
|
18804
|
+
import { jsx as jsx748 } from "react/jsx-runtime";
|
|
18585
18805
|
|
|
18586
18806
|
// src/utils/templates/spacing/padding/single.tsx
|
|
18587
|
-
import { Fragment as Fragment193, jsx as
|
|
18807
|
+
import { Fragment as Fragment193, jsx as jsx749, jsxs as jsxs398 } from "react/jsx-runtime";
|
|
18588
18808
|
|
|
18589
18809
|
// src/utils/templates/spacing/padding/x.tsx
|
|
18590
|
-
import { jsx as
|
|
18810
|
+
import { jsx as jsx750 } from "react/jsx-runtime";
|
|
18591
18811
|
|
|
18592
18812
|
// src/utils/templates/spacing/padding/y.tsx
|
|
18593
|
-
import { jsx as
|
|
18813
|
+
import { jsx as jsx751 } from "react/jsx-runtime";
|
|
18594
18814
|
|
|
18595
18815
|
// src/utils/templates/svg/fill/color.tsx
|
|
18596
|
-
import { Fragment as Fragment194, jsx as
|
|
18816
|
+
import { Fragment as Fragment194, jsx as jsx752, jsxs as jsxs399 } from "react/jsx-runtime";
|
|
18597
18817
|
|
|
18598
18818
|
// src/utils/templates/svg/stroke/color.tsx
|
|
18599
|
-
import { Fragment as Fragment195, jsx as
|
|
18819
|
+
import { Fragment as Fragment195, jsx as jsx753, jsxs as jsxs400 } from "react/jsx-runtime";
|
|
18600
18820
|
|
|
18601
18821
|
// src/utils/templates/table/border-collapse/collapse.tsx
|
|
18602
|
-
import { jsx as
|
|
18822
|
+
import { jsx as jsx754, jsxs as jsxs401 } from "react/jsx-runtime";
|
|
18603
18823
|
|
|
18604
18824
|
// src/utils/templates/table/border-collapse/separate.tsx
|
|
18605
|
-
import { jsx as
|
|
18825
|
+
import { jsx as jsx755, jsxs as jsxs402 } from "react/jsx-runtime";
|
|
18606
18826
|
|
|
18607
18827
|
// src/utils/templates/table/table-layout/auto.tsx
|
|
18608
|
-
import { jsx as
|
|
18828
|
+
import { jsx as jsx756, jsxs as jsxs403 } from "react/jsx-runtime";
|
|
18609
18829
|
|
|
18610
18830
|
// src/utils/templates/table/table-layout/fixed.tsx
|
|
18611
|
-
import { jsx as
|
|
18831
|
+
import { jsx as jsx757, jsxs as jsxs404 } from "react/jsx-runtime";
|
|
18612
18832
|
|
|
18613
18833
|
// src/utils/templates/transform/flip/horizontal.tsx
|
|
18614
|
-
import { jsx as
|
|
18834
|
+
import { jsx as jsx758, jsxs as jsxs405 } from "react/jsx-runtime";
|
|
18615
18835
|
|
|
18616
18836
|
// src/utils/templates/transform/flip/vertical.tsx
|
|
18617
|
-
import { jsx as
|
|
18837
|
+
import { jsx as jsx759, jsxs as jsxs406 } from "react/jsx-runtime";
|
|
18618
18838
|
|
|
18619
18839
|
// src/utils/templates/transform/origin/applying.tsx
|
|
18620
|
-
import { jsx as
|
|
18840
|
+
import { jsx as jsx760, jsxs as jsxs407 } from "react/jsx-runtime";
|
|
18621
18841
|
|
|
18622
18842
|
// src/utils/templates/transform/rotate/applying.tsx
|
|
18623
|
-
import { jsx as
|
|
18843
|
+
import { jsx as jsx761, jsxs as jsxs408 } from "react/jsx-runtime";
|
|
18624
18844
|
|
|
18625
18845
|
// src/utils/templates/transform/scale/applying.tsx
|
|
18626
|
-
import { jsx as
|
|
18846
|
+
import { jsx as jsx762, jsxs as jsxs409 } from "react/jsx-runtime";
|
|
18627
18847
|
|
|
18628
18848
|
// src/utils/templates/transform/skew/applying.tsx
|
|
18629
|
-
import { jsx as
|
|
18849
|
+
import { jsx as jsx763, jsxs as jsxs410 } from "react/jsx-runtime";
|
|
18630
18850
|
|
|
18631
18851
|
// src/utils/templates/transform/translate/applying.tsx
|
|
18632
|
-
import { jsx as
|
|
18852
|
+
import { jsx as jsx764, jsxs as jsxs411 } from "react/jsx-runtime";
|
|
18633
18853
|
|
|
18634
18854
|
// src/utils/templates/typography/font-style/italic.tsx
|
|
18635
|
-
import { jsx as
|
|
18855
|
+
import { jsx as jsx765 } from "react/jsx-runtime";
|
|
18636
18856
|
|
|
18637
18857
|
// src/utils/templates/typography/font-weight/size.tsx
|
|
18638
|
-
import { Fragment as Fragment196, jsx as
|
|
18858
|
+
import { Fragment as Fragment196, jsx as jsx766, jsxs as jsxs412 } from "react/jsx-runtime";
|
|
18639
18859
|
|
|
18640
18860
|
// src/utils/templates/typography/list-style-type/decimal.tsx
|
|
18641
|
-
import { jsx as
|
|
18861
|
+
import { jsx as jsx767, jsxs as jsxs413 } from "react/jsx-runtime";
|
|
18642
18862
|
|
|
18643
18863
|
// src/utils/templates/typography/list-style-type/disc.tsx
|
|
18644
|
-
import { jsx as
|
|
18864
|
+
import { jsx as jsx768, jsxs as jsxs414 } from "react/jsx-runtime";
|
|
18645
18865
|
|
|
18646
18866
|
// src/utils/templates/typography/list-style-type/none.tsx
|
|
18647
|
-
import { jsx as
|
|
18867
|
+
import { jsx as jsx769, jsxs as jsxs415 } from "react/jsx-runtime";
|
|
18648
18868
|
|
|
18649
18869
|
// src/utils/templates/typography/text-align/center.tsx
|
|
18650
|
-
import { jsx as
|
|
18870
|
+
import { jsx as jsx770 } from "react/jsx-runtime";
|
|
18651
18871
|
|
|
18652
18872
|
// src/utils/templates/typography/text-align/justify.tsx
|
|
18653
|
-
import { jsx as
|
|
18873
|
+
import { jsx as jsx771 } from "react/jsx-runtime";
|
|
18654
18874
|
|
|
18655
18875
|
// src/utils/templates/typography/text-align/left.tsx
|
|
18656
|
-
import { jsx as
|
|
18876
|
+
import { jsx as jsx772 } from "react/jsx-runtime";
|
|
18657
18877
|
|
|
18658
18878
|
// src/utils/templates/typography/text-align/right.tsx
|
|
18659
|
-
import { jsx as
|
|
18879
|
+
import { jsx as jsx773 } from "react/jsx-runtime";
|
|
18660
18880
|
|
|
18661
18881
|
// src/utils/templates/typography/text-color/inherit.tsx
|
|
18662
|
-
import { jsx as
|
|
18882
|
+
import { jsx as jsx774 } from "react/jsx-runtime";
|
|
18663
18883
|
|
|
18664
18884
|
// src/utils/templates/typography/text-color/white.tsx
|
|
18665
|
-
import { jsx as
|
|
18885
|
+
import { jsx as jsx775 } from "react/jsx-runtime";
|
|
18666
18886
|
|
|
18667
18887
|
// src/utils/templates/typography/text-decoration/all.tsx
|
|
18668
|
-
import { Fragment as Fragment197, jsx as
|
|
18888
|
+
import { Fragment as Fragment197, jsx as jsx776, jsxs as jsxs416 } from "react/jsx-runtime";
|
|
18669
18889
|
|
|
18670
18890
|
// src/utils/templates/typography/text-overflow/clip.tsx
|
|
18671
|
-
import { jsx as
|
|
18891
|
+
import { jsx as jsx777 } from "react/jsx-runtime";
|
|
18672
18892
|
|
|
18673
18893
|
// src/utils/templates/typography/text-overflow/ellipsis.tsx
|
|
18674
|
-
import { jsx as
|
|
18894
|
+
import { jsx as jsx778 } from "react/jsx-runtime";
|
|
18675
18895
|
|
|
18676
18896
|
// src/utils/templates/typography/text-transform/all.tsx
|
|
18677
|
-
import { Fragment as Fragment198, jsx as
|
|
18897
|
+
import { Fragment as Fragment198, jsx as jsx779, jsxs as jsxs417 } from "react/jsx-runtime";
|
|
18678
18898
|
|
|
18679
18899
|
// src/utils/templates/typography/vertical-align/baseline.tsx
|
|
18680
|
-
import { jsx as
|
|
18900
|
+
import { jsx as jsx780, jsxs as jsxs418 } from "react/jsx-runtime";
|
|
18681
18901
|
|
|
18682
18902
|
// src/utils/templates/typography/vertical-align/bottom.tsx
|
|
18683
|
-
import { jsx as
|
|
18903
|
+
import { jsx as jsx781, jsxs as jsxs419 } from "react/jsx-runtime";
|
|
18684
18904
|
|
|
18685
18905
|
// src/utils/templates/typography/vertical-align/center.tsx
|
|
18686
|
-
import { jsx as
|
|
18906
|
+
import { jsx as jsx782, jsxs as jsxs420 } from "react/jsx-runtime";
|
|
18687
18907
|
|
|
18688
18908
|
// src/utils/templates/typography/vertical-align/top.tsx
|
|
18689
|
-
import { jsx as
|
|
18909
|
+
import { jsx as jsx783, jsxs as jsxs421 } from "react/jsx-runtime";
|
|
18690
18910
|
|
|
18691
18911
|
// src/utils/templates/typography/white-space/normal.tsx
|
|
18692
|
-
import { jsx as
|
|
18912
|
+
import { jsx as jsx784 } from "react/jsx-runtime";
|
|
18693
18913
|
|
|
18694
18914
|
// src/utils/templates/typography/white-space/nowrap.tsx
|
|
18695
|
-
import { jsx as
|
|
18915
|
+
import { jsx as jsx785 } from "react/jsx-runtime";
|
|
18696
18916
|
|
|
18697
18917
|
// src/utils/templates/typography/white-space/pre-line.tsx
|
|
18698
|
-
import { jsx as
|
|
18918
|
+
import { jsx as jsx786 } from "react/jsx-runtime";
|
|
18699
18919
|
|
|
18700
18920
|
// src/utils/templates/typography/white-space/pre-wrap.tsx
|
|
18701
|
-
import { jsx as
|
|
18921
|
+
import { jsx as jsx787 } from "react/jsx-runtime";
|
|
18702
18922
|
|
|
18703
18923
|
// src/utils/templates/typography/white-space/pre.tsx
|
|
18704
|
-
import { jsx as
|
|
18924
|
+
import { jsx as jsx788 } from "react/jsx-runtime";
|
|
18705
18925
|
|
|
18706
18926
|
// src/editor/editor.spec.tsx
|
|
18707
|
-
import { jsx as
|
|
18927
|
+
import { jsx as jsx789, jsxs as jsxs422 } from "react/jsx-runtime";
|
|
18708
18928
|
var EDITOR_CLASSNAME = `k-editor`;
|
|
18709
|
-
var
|
|
18929
|
+
var states206 = [
|
|
18710
18930
|
States.readonly,
|
|
18711
18931
|
States.disabled,
|
|
18712
18932
|
States.focus
|
|
18713
18933
|
];
|
|
18714
|
-
var
|
|
18715
|
-
var
|
|
18934
|
+
var options192 = {};
|
|
18935
|
+
var defaultProps196 = {
|
|
18716
18936
|
toolbarResizable: false
|
|
18717
18937
|
};
|
|
18718
18938
|
var Editor = (props) => {
|
|
@@ -18721,11 +18941,11 @@ var Editor = (props) => {
|
|
|
18721
18941
|
disabled,
|
|
18722
18942
|
focus,
|
|
18723
18943
|
toolbarItems,
|
|
18724
|
-
toolbarResizable =
|
|
18944
|
+
toolbarResizable = defaultProps196.toolbarResizable,
|
|
18725
18945
|
resizable,
|
|
18726
18946
|
...other
|
|
18727
18947
|
} = props;
|
|
18728
|
-
return /* @__PURE__ */
|
|
18948
|
+
return /* @__PURE__ */ jsxs422(
|
|
18729
18949
|
"div",
|
|
18730
18950
|
{
|
|
18731
18951
|
...other,
|
|
@@ -18741,8 +18961,8 @@ var Editor = (props) => {
|
|
|
18741
18961
|
}
|
|
18742
18962
|
),
|
|
18743
18963
|
children: [
|
|
18744
|
-
/* @__PURE__ */
|
|
18745
|
-
/* @__PURE__ */
|
|
18964
|
+
/* @__PURE__ */ jsx789(EditorToolbar, { resizable: toolbarResizable, children: toolbarItems }),
|
|
18965
|
+
/* @__PURE__ */ jsx789(
|
|
18746
18966
|
EditorContent,
|
|
18747
18967
|
{
|
|
18748
18968
|
className: classNames(
|
|
@@ -18757,20 +18977,20 @@ var Editor = (props) => {
|
|
|
18757
18977
|
}
|
|
18758
18978
|
);
|
|
18759
18979
|
};
|
|
18760
|
-
Editor.states =
|
|
18761
|
-
Editor.options =
|
|
18980
|
+
Editor.states = states206;
|
|
18981
|
+
Editor.options = options192;
|
|
18762
18982
|
Editor.className = EDITOR_CLASSNAME;
|
|
18763
|
-
Editor.defaultProps =
|
|
18983
|
+
Editor.defaultProps = defaultProps196;
|
|
18764
18984
|
|
|
18765
18985
|
// src/editor/editor-toolbar.tsx
|
|
18766
|
-
import { jsx as
|
|
18986
|
+
import { jsx as jsx790 } from "react/jsx-runtime";
|
|
18767
18987
|
var EDITORTOOLBAR_CLASSNAME = `k-editor-toolbar`;
|
|
18768
18988
|
var EditorToolbar = (props) => {
|
|
18769
18989
|
const {
|
|
18770
18990
|
resizable,
|
|
18771
18991
|
...other
|
|
18772
18992
|
} = props;
|
|
18773
|
-
return /* @__PURE__ */
|
|
18993
|
+
return /* @__PURE__ */ jsx790(
|
|
18774
18994
|
Toolbar,
|
|
18775
18995
|
{
|
|
18776
18996
|
...other,
|
|
@@ -18785,9 +19005,9 @@ var EditorToolbar = (props) => {
|
|
|
18785
19005
|
};
|
|
18786
19006
|
|
|
18787
19007
|
// src/editor/editor-content.tsx
|
|
18788
|
-
import { jsx as
|
|
19008
|
+
import { jsx as jsx791 } from "react/jsx-runtime";
|
|
18789
19009
|
var EDITORCONTENT_CLASSNAME = `k-editor-content`;
|
|
18790
|
-
var
|
|
19010
|
+
var states207 = [
|
|
18791
19011
|
States.focus
|
|
18792
19012
|
];
|
|
18793
19013
|
var EditorContent = (props) => {
|
|
@@ -18795,7 +19015,7 @@ var EditorContent = (props) => {
|
|
|
18795
19015
|
focus,
|
|
18796
19016
|
...other
|
|
18797
19017
|
} = props;
|
|
18798
|
-
return /* @__PURE__ */
|
|
19018
|
+
return /* @__PURE__ */ jsx791(
|
|
18799
19019
|
"div",
|
|
18800
19020
|
{
|
|
18801
19021
|
...other,
|
|
@@ -18812,49 +19032,49 @@ var EditorContent = (props) => {
|
|
|
18812
19032
|
};
|
|
18813
19033
|
|
|
18814
19034
|
// src/editor/templates/editor-normal.tsx
|
|
18815
|
-
import { Fragment as Fragment199, jsx as
|
|
18816
|
-
var EditorNormal = (props) => /* @__PURE__ */
|
|
19035
|
+
import { Fragment as Fragment199, jsx as jsx792, jsxs as jsxs423 } from "react/jsx-runtime";
|
|
19036
|
+
var EditorNormal = (props) => /* @__PURE__ */ jsx792(
|
|
18817
19037
|
Editor,
|
|
18818
19038
|
{
|
|
18819
19039
|
toolbarItems: [
|
|
18820
|
-
/* @__PURE__ */
|
|
18821
|
-
/* @__PURE__ */
|
|
18822
|
-
/* @__PURE__ */
|
|
19040
|
+
/* @__PURE__ */ jsxs423(ButtonGroup, { children: [
|
|
19041
|
+
/* @__PURE__ */ jsx792(Button, { className: "k-group-start", disabled: true, icon: "undo" }),
|
|
19042
|
+
/* @__PURE__ */ jsx792(Button, { className: "k-group-end", disabled: true, icon: "redo" })
|
|
18823
19043
|
] }),
|
|
18824
|
-
/* @__PURE__ */
|
|
18825
|
-
/* @__PURE__ */
|
|
18826
|
-
/* @__PURE__ */
|
|
18827
|
-
/* @__PURE__ */
|
|
18828
|
-
/* @__PURE__ */
|
|
19044
|
+
/* @__PURE__ */ jsxs423(ButtonGroup, { children: [
|
|
19045
|
+
/* @__PURE__ */ jsx792(Button, { className: "k-group-start", icon: "bold" }),
|
|
19046
|
+
/* @__PURE__ */ jsx792(Button, { icon: "italic" }),
|
|
19047
|
+
/* @__PURE__ */ jsx792(Button, { icon: "underline" }),
|
|
19048
|
+
/* @__PURE__ */ jsx792(Button, { className: "k-group-end", icon: "strikethrough" })
|
|
18829
19049
|
] }),
|
|
18830
|
-
/* @__PURE__ */
|
|
18831
|
-
/* @__PURE__ */
|
|
18832
|
-
/* @__PURE__ */
|
|
19050
|
+
/* @__PURE__ */ jsxs423(ButtonGroup, { children: [
|
|
19051
|
+
/* @__PURE__ */ jsx792(Button, { className: "k-group-start", icon: "subscript" }),
|
|
19052
|
+
/* @__PURE__ */ jsx792(Button, { className: "k-group-end", icon: "supscript" })
|
|
18833
19053
|
] }),
|
|
18834
|
-
/* @__PURE__ */
|
|
18835
|
-
/* @__PURE__ */
|
|
18836
|
-
/* @__PURE__ */
|
|
19054
|
+
/* @__PURE__ */ jsxs423(ButtonGroup, { children: [
|
|
19055
|
+
/* @__PURE__ */ jsx792(Button, { className: "k-group-start", icon: "indent" }),
|
|
19056
|
+
/* @__PURE__ */ jsx792(Button, { disabled: true, className: "k-group-end", icon: "outdent" })
|
|
18837
19057
|
] }),
|
|
18838
|
-
/* @__PURE__ */
|
|
18839
|
-
/* @__PURE__ */
|
|
18840
|
-
/* @__PURE__ */
|
|
18841
|
-
/* @__PURE__ */
|
|
18842
|
-
/* @__PURE__ */
|
|
19058
|
+
/* @__PURE__ */ jsxs423(ButtonGroup, { children: [
|
|
19059
|
+
/* @__PURE__ */ jsx792(Button, { className: "k-group-start", icon: "align-left" }),
|
|
19060
|
+
/* @__PURE__ */ jsx792(Button, { icon: "align-center" }),
|
|
19061
|
+
/* @__PURE__ */ jsx792(Button, { icon: "align-right" }),
|
|
19062
|
+
/* @__PURE__ */ jsx792(Button, { className: "k-group-end", icon: "align-justify" })
|
|
18843
19063
|
] })
|
|
18844
19064
|
],
|
|
18845
|
-
children: /* @__PURE__ */
|
|
19065
|
+
children: /* @__PURE__ */ jsx792(Fragment199, { children: "Editor Content" }),
|
|
18846
19066
|
...props
|
|
18847
19067
|
}
|
|
18848
19068
|
);
|
|
18849
19069
|
|
|
18850
19070
|
// src/editor/templates/editor-resizable.tsx
|
|
18851
|
-
import { Fragment as Fragment200, jsx as
|
|
19071
|
+
import { Fragment as Fragment200, jsx as jsx793, jsxs as jsxs424 } from "react/jsx-runtime";
|
|
18852
19072
|
|
|
18853
19073
|
// src/editor/templates/editor-responsive-toolbar.tsx
|
|
18854
|
-
import { Fragment as Fragment201, jsx as
|
|
19074
|
+
import { Fragment as Fragment201, jsx as jsx794, jsxs as jsxs425 } from "react/jsx-runtime";
|
|
18855
19075
|
|
|
18856
19076
|
// src/editor/tests/editor-find-replace.tsx
|
|
18857
|
-
import { Fragment as Fragment202, jsx as
|
|
19077
|
+
import { Fragment as Fragment202, jsx as jsx795, jsxs as jsxs426 } from "react/jsx-runtime";
|
|
18858
19078
|
var styles = `
|
|
18859
19079
|
.k-window {
|
|
18860
19080
|
width: 100%;
|
|
@@ -18871,76 +19091,76 @@ var styles = `
|
|
|
18871
19091
|
max-width: initial;
|
|
18872
19092
|
}
|
|
18873
19093
|
`;
|
|
18874
|
-
var editor_find_replace_default = () => /* @__PURE__ */
|
|
18875
|
-
/* @__PURE__ */
|
|
18876
|
-
/* @__PURE__ */
|
|
18877
|
-
/* @__PURE__ */
|
|
18878
|
-
/* @__PURE__ */
|
|
18879
|
-
/* @__PURE__ */
|
|
18880
|
-
/* @__PURE__ */
|
|
18881
|
-
/* @__PURE__ */
|
|
18882
|
-
/* @__PURE__ */
|
|
19094
|
+
var editor_find_replace_default = () => /* @__PURE__ */ jsxs426(Fragment202, { children: [
|
|
19095
|
+
/* @__PURE__ */ jsx795("style", { children: styles }),
|
|
19096
|
+
/* @__PURE__ */ jsxs426("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
19097
|
+
/* @__PURE__ */ jsx795("span", { children: "Find Window" }),
|
|
19098
|
+
/* @__PURE__ */ jsx795("span", { children: "Replace Window" }),
|
|
19099
|
+
/* @__PURE__ */ jsx795("section", { children: /* @__PURE__ */ jsx795(WindowNormal, { title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ jsxs426("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
|
|
19100
|
+
/* @__PURE__ */ jsx795("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs426("ul", { className: "k-tabstrip-items k-reset", children: [
|
|
19101
|
+
/* @__PURE__ */ jsx795("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ jsx795("span", { className: "k-link", children: "Find" }) }),
|
|
19102
|
+
/* @__PURE__ */ jsx795("li", { className: "k-item", children: /* @__PURE__ */ jsx795("span", { className: "k-link", children: "Replace" }) })
|
|
18883
19103
|
] }) }),
|
|
18884
|
-
/* @__PURE__ */
|
|
18885
|
-
/* @__PURE__ */
|
|
18886
|
-
/* @__PURE__ */
|
|
18887
|
-
/* @__PURE__ */
|
|
18888
|
-
/* @__PURE__ */
|
|
18889
|
-
/* @__PURE__ */
|
|
18890
|
-
/* @__PURE__ */
|
|
19104
|
+
/* @__PURE__ */ jsx795("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs426(FormNormal, { formButtons: null, tag: "div", children: [
|
|
19105
|
+
/* @__PURE__ */ jsx795(FormField, { label: "Find What:", editor: /* @__PURE__ */ jsx795(Textbox, { showClearButton: false, value: "editor" }) }),
|
|
19106
|
+
/* @__PURE__ */ jsx795(FormField, { editor: /* @__PURE__ */ jsxs426(CheckboxGroupNormal, { className: "k-search-options", children: [
|
|
19107
|
+
/* @__PURE__ */ jsx795(CheckboxItem, { children: /* @__PURE__ */ jsx795(CheckboxWithLabelAfter, { children: "Match case" }) }),
|
|
19108
|
+
/* @__PURE__ */ jsx795(CheckboxItem, { children: /* @__PURE__ */ jsx795(CheckboxWithLabelAfter, { children: "Match whole word only" }) }),
|
|
19109
|
+
/* @__PURE__ */ jsx795(CheckboxItem, { children: /* @__PURE__ */ jsx795(CheckboxWithLabelAfter, { children: "Match cyclic (Wrap around)" }) }),
|
|
19110
|
+
/* @__PURE__ */ jsx795(CheckboxItem, { children: /* @__PURE__ */ jsx795(CheckboxWithLabelAfter, { children: "Regular Expression" }) })
|
|
18891
19111
|
] }) }),
|
|
18892
|
-
/* @__PURE__ */
|
|
18893
|
-
/* @__PURE__ */
|
|
18894
|
-
/* @__PURE__ */
|
|
18895
|
-
/* @__PURE__ */
|
|
19112
|
+
/* @__PURE__ */ jsxs426("div", { className: "k-matches-container", children: [
|
|
19113
|
+
/* @__PURE__ */ jsx795(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
|
|
19114
|
+
/* @__PURE__ */ jsx795("span", { children: "1 of 3 matches" }),
|
|
19115
|
+
/* @__PURE__ */ jsx795(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
|
|
18896
19116
|
] })
|
|
18897
19117
|
] }) })
|
|
18898
19118
|
] }) }) }),
|
|
18899
|
-
/* @__PURE__ */
|
|
18900
|
-
/* @__PURE__ */
|
|
18901
|
-
/* @__PURE__ */
|
|
18902
|
-
/* @__PURE__ */
|
|
19119
|
+
/* @__PURE__ */ jsx795("section", { children: /* @__PURE__ */ jsx795(WindowNormal, { className: "k-editor-window", title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ jsxs426("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
|
|
19120
|
+
/* @__PURE__ */ jsx795("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs426("ul", { className: "k-tabstrip-items k-reset", children: [
|
|
19121
|
+
/* @__PURE__ */ jsx795("li", { className: "k-item", children: /* @__PURE__ */ jsx795("span", { className: "k-link", children: "Find" }) }),
|
|
19122
|
+
/* @__PURE__ */ jsx795("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ jsx795("span", { className: "k-link", children: "Replace" }) })
|
|
18903
19123
|
] }) }),
|
|
18904
|
-
/* @__PURE__ */
|
|
18905
|
-
/* @__PURE__ */
|
|
18906
|
-
/* @__PURE__ */
|
|
18907
|
-
/* @__PURE__ */
|
|
18908
|
-
/* @__PURE__ */
|
|
18909
|
-
/* @__PURE__ */
|
|
19124
|
+
/* @__PURE__ */ jsx795("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs426(FormNormal, { formButtons: null, tag: "div", children: [
|
|
19125
|
+
/* @__PURE__ */ jsx795(FormField, { label: "Find What:", editor: /* @__PURE__ */ jsx795(Textbox, { showClearButton: false, value: "editor" }) }),
|
|
19126
|
+
/* @__PURE__ */ jsx795(FormField, { label: "Replace With:", editor: /* @__PURE__ */ jsx795(Textbox, { showClearButton: false, value: "grid" }) }),
|
|
19127
|
+
/* @__PURE__ */ jsx795(FormField, { editor: /* @__PURE__ */ jsxs426(ActionButtons, { alignment: "end", children: [
|
|
19128
|
+
/* @__PURE__ */ jsx795(Button, { children: "Replace" }),
|
|
19129
|
+
/* @__PURE__ */ jsx795(Button, { children: "Replace All" })
|
|
18910
19130
|
] }) }),
|
|
18911
|
-
/* @__PURE__ */
|
|
18912
|
-
/* @__PURE__ */
|
|
18913
|
-
/* @__PURE__ */
|
|
18914
|
-
/* @__PURE__ */
|
|
18915
|
-
/* @__PURE__ */
|
|
19131
|
+
/* @__PURE__ */ jsx795(FormField, { editor: /* @__PURE__ */ jsxs426(CheckboxGroupNormal, { className: "k-search-options", children: [
|
|
19132
|
+
/* @__PURE__ */ jsx795(CheckboxItem, { children: /* @__PURE__ */ jsx795(CheckboxWithLabelAfter, { children: "Match case" }) }),
|
|
19133
|
+
/* @__PURE__ */ jsx795(CheckboxItem, { children: /* @__PURE__ */ jsx795(CheckboxWithLabelAfter, { children: "Match whole word only" }) }),
|
|
19134
|
+
/* @__PURE__ */ jsx795(CheckboxItem, { children: /* @__PURE__ */ jsx795(CheckboxWithLabelAfter, { children: "Match cyclic (Wrap around)" }) }),
|
|
19135
|
+
/* @__PURE__ */ jsx795(CheckboxItem, { children: /* @__PURE__ */ jsx795(CheckboxWithLabelAfter, { children: "Regular Expression" }) })
|
|
18916
19136
|
] }) }),
|
|
18917
|
-
/* @__PURE__ */
|
|
18918
|
-
/* @__PURE__ */
|
|
18919
|
-
/* @__PURE__ */
|
|
18920
|
-
/* @__PURE__ */
|
|
19137
|
+
/* @__PURE__ */ jsxs426("div", { className: "k-matches-container", children: [
|
|
19138
|
+
/* @__PURE__ */ jsx795(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
|
|
19139
|
+
/* @__PURE__ */ jsx795("span", { children: "1 of 3 matches" }),
|
|
19140
|
+
/* @__PURE__ */ jsx795(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
|
|
18921
19141
|
] })
|
|
18922
19142
|
] }) })
|
|
18923
19143
|
] }) }) }),
|
|
18924
|
-
/* @__PURE__ */
|
|
18925
|
-
/* @__PURE__ */
|
|
18926
|
-
/* @__PURE__ */
|
|
19144
|
+
/* @__PURE__ */ jsx795("span", { children: "Text Highlight" }),
|
|
19145
|
+
/* @__PURE__ */ jsx795("span", {}),
|
|
19146
|
+
/* @__PURE__ */ jsx795("section", { children: /* @__PURE__ */ jsx795(
|
|
18927
19147
|
EditorNormal,
|
|
18928
19148
|
{
|
|
18929
19149
|
style: { height: "150px" },
|
|
18930
19150
|
toolbarItems: [
|
|
18931
|
-
/* @__PURE__ */
|
|
18932
|
-
/* @__PURE__ */
|
|
18933
|
-
/* @__PURE__ */
|
|
18934
|
-
/* @__PURE__ */
|
|
18935
|
-
/* @__PURE__ */
|
|
19151
|
+
/* @__PURE__ */ jsxs426(ButtonGroup, { children: [
|
|
19152
|
+
/* @__PURE__ */ jsx795(Button, { className: "k-group-start", icon: "bold" }),
|
|
19153
|
+
/* @__PURE__ */ jsx795(Button, { icon: "italic" }),
|
|
19154
|
+
/* @__PURE__ */ jsx795(Button, { icon: "underline" }),
|
|
19155
|
+
/* @__PURE__ */ jsx795(Button, { className: "k-group-end", icon: "binoculars", selected: true })
|
|
18936
19156
|
] })
|
|
18937
19157
|
],
|
|
18938
|
-
children: /* @__PURE__ */
|
|
18939
|
-
/* @__PURE__ */
|
|
19158
|
+
children: /* @__PURE__ */ jsxs426("div", { className: "ProseMirror", children: [
|
|
19159
|
+
/* @__PURE__ */ jsx795("span", { className: "k-text-selected", children: "Word" }),
|
|
18940
19160
|
" and few more ",
|
|
18941
|
-
/* @__PURE__ */
|
|
19161
|
+
/* @__PURE__ */ jsx795("span", { className: "k-text-highlighted", children: "word" }),
|
|
18942
19162
|
"s. And yet again. ",
|
|
18943
|
-
/* @__PURE__ */
|
|
19163
|
+
/* @__PURE__ */ jsx795("span", { className: "k-text-highlighted", children: "Word" }),
|
|
18944
19164
|
"."
|
|
18945
19165
|
] })
|
|
18946
19166
|
}
|