@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
|
@@ -10233,10 +10233,139 @@ import { jsx as jsx230 } from "react/jsx-runtime";
|
|
|
10233
10233
|
// src/colorpicker/templates/colorpicker-popup-palette.tsx
|
|
10234
10234
|
import { jsx as jsx231 } from "react/jsx-runtime";
|
|
10235
10235
|
|
|
10236
|
+
// src/multiviewcalendar/multiviewcalendar.spec.tsx
|
|
10237
|
+
import { jsx as jsx232 } from "react/jsx-runtime";
|
|
10238
|
+
var MULTIVIEWCALENDAR_CLASSNAME = `k-calendar-range`;
|
|
10239
|
+
var states76 = [];
|
|
10240
|
+
var options73 = {
|
|
10241
|
+
size: [Size.small, Size.medium, Size.large]
|
|
10242
|
+
};
|
|
10243
|
+
var defaultProps74 = {
|
|
10244
|
+
size: Size.medium,
|
|
10245
|
+
calendarHeaderText: "October 2021 - November 2021",
|
|
10246
|
+
viewsCount: 2,
|
|
10247
|
+
orientation: "horizontal",
|
|
10248
|
+
calendarView: "month"
|
|
10249
|
+
};
|
|
10250
|
+
var MultiViewCalendar = (props) => {
|
|
10251
|
+
const {
|
|
10252
|
+
size = defaultProps74.size,
|
|
10253
|
+
orientation = defaultProps74.orientation,
|
|
10254
|
+
calendarView = defaultProps74.calendarView,
|
|
10255
|
+
calendarHeaderText = defaultProps74.calendarHeaderText,
|
|
10256
|
+
viewsCount = defaultProps74.viewsCount,
|
|
10257
|
+
showCalendarFooter,
|
|
10258
|
+
showWeek,
|
|
10259
|
+
dir,
|
|
10260
|
+
...other
|
|
10261
|
+
} = props;
|
|
10262
|
+
return /* @__PURE__ */ jsx232(
|
|
10263
|
+
Calendar,
|
|
10264
|
+
{
|
|
10265
|
+
...other,
|
|
10266
|
+
className: classNames(
|
|
10267
|
+
props.className,
|
|
10268
|
+
MULTIVIEWCALENDAR_CLASSNAME
|
|
10269
|
+
),
|
|
10270
|
+
size,
|
|
10271
|
+
calendarHeaderText,
|
|
10272
|
+
calendarView,
|
|
10273
|
+
viewsCount,
|
|
10274
|
+
orientation,
|
|
10275
|
+
showCalendarFooter,
|
|
10276
|
+
showWeek,
|
|
10277
|
+
dir
|
|
10278
|
+
}
|
|
10279
|
+
);
|
|
10280
|
+
};
|
|
10281
|
+
MultiViewCalendar.states = states76;
|
|
10282
|
+
MultiViewCalendar.options = options73;
|
|
10283
|
+
MultiViewCalendar.className = MULTIVIEWCALENDAR_CLASSNAME;
|
|
10284
|
+
MultiViewCalendar.defaultProps = defaultProps74;
|
|
10285
|
+
|
|
10286
|
+
// src/multiviewcalendar/templates/multiviewcalendar-century.tsx
|
|
10287
|
+
import { Fragment as Fragment80, jsx as jsx233, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
10288
|
+
|
|
10289
|
+
// src/multiviewcalendar/templates/multiviewcalendar-decade.tsx
|
|
10290
|
+
import { Fragment as Fragment81, jsx as jsx234, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
10291
|
+
|
|
10292
|
+
// src/multiviewcalendar/templates/multiviewcalendar-normal.tsx
|
|
10293
|
+
import { Fragment as Fragment82, jsx as jsx235, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
10294
|
+
var MultiViewCalendarNormal = ({ showOtherMonth, ...props }) => /* @__PURE__ */ jsx235(
|
|
10295
|
+
MultiViewCalendar,
|
|
10296
|
+
{
|
|
10297
|
+
calendarView: "month",
|
|
10298
|
+
showTableHead: true,
|
|
10299
|
+
children: /* @__PURE__ */ jsxs105(Fragment82, { children: [
|
|
10300
|
+
/* @__PURE__ */ jsxs105(CalendarTableRow, { children: [
|
|
10301
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "30", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
|
|
10302
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "1" }),
|
|
10303
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "2" }),
|
|
10304
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "3" }),
|
|
10305
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "4" }),
|
|
10306
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "5" }),
|
|
10307
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "6", weekend: true })
|
|
10308
|
+
] }),
|
|
10309
|
+
/* @__PURE__ */ jsxs105(CalendarTableRow, { children: [
|
|
10310
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "7", weekend: true }),
|
|
10311
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "8" }),
|
|
10312
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "9" }),
|
|
10313
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "10" }),
|
|
10314
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "11" }),
|
|
10315
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "12" }),
|
|
10316
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "13", weekend: true })
|
|
10317
|
+
] }),
|
|
10318
|
+
/* @__PURE__ */ jsxs105(CalendarTableRow, { children: [
|
|
10319
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "14", weekend: true }),
|
|
10320
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "15" }),
|
|
10321
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "16", today: true }),
|
|
10322
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "17" }),
|
|
10323
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "18" }),
|
|
10324
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "19" }),
|
|
10325
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "20", weekend: true })
|
|
10326
|
+
] }),
|
|
10327
|
+
/* @__PURE__ */ jsxs105(CalendarTableRow, { children: [
|
|
10328
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "21", weekend: true }),
|
|
10329
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "22" }),
|
|
10330
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "23" }),
|
|
10331
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "24" }),
|
|
10332
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "25" }),
|
|
10333
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "26" }),
|
|
10334
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "27", weekend: true })
|
|
10335
|
+
] }),
|
|
10336
|
+
/* @__PURE__ */ jsxs105(CalendarTableRow, { children: [
|
|
10337
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "28", weekend: true }),
|
|
10338
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "29" }),
|
|
10339
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "30" }),
|
|
10340
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "31" }),
|
|
10341
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "1", showOtherMonth, empty: !showOtherMonth }),
|
|
10342
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "2", showOtherMonth, empty: !showOtherMonth }),
|
|
10343
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "3", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
|
|
10344
|
+
] }),
|
|
10345
|
+
/* @__PURE__ */ jsxs105(CalendarTableRow, { children: [
|
|
10346
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "4", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
|
|
10347
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "5", showOtherMonth, empty: !showOtherMonth }),
|
|
10348
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "6", showOtherMonth, empty: !showOtherMonth }),
|
|
10349
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "7", showOtherMonth, empty: !showOtherMonth }),
|
|
10350
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "8", showOtherMonth, empty: !showOtherMonth }),
|
|
10351
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "9", showOtherMonth, empty: !showOtherMonth }),
|
|
10352
|
+
/* @__PURE__ */ jsx235(CalendarCell, { text: "10", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
|
|
10353
|
+
] })
|
|
10354
|
+
] }),
|
|
10355
|
+
...props
|
|
10356
|
+
}
|
|
10357
|
+
);
|
|
10358
|
+
|
|
10359
|
+
// src/multiviewcalendar/templates/multiviewcalendar-with-weeks.tsx
|
|
10360
|
+
import { Fragment as Fragment83, jsx as jsx236, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
10361
|
+
|
|
10362
|
+
// src/multiviewcalendar/templates/multiviewcalendar-year.tsx
|
|
10363
|
+
import { Fragment as Fragment84, jsx as jsx237, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
10364
|
+
|
|
10236
10365
|
// src/timepicker/timepicker.spec.tsx
|
|
10237
|
-
import { Fragment as
|
|
10366
|
+
import { Fragment as Fragment85, jsx as jsx238, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
10238
10367
|
var TIMEPICKER_CLASSNAME = `k-timepicker`;
|
|
10239
|
-
var
|
|
10368
|
+
var states77 = [
|
|
10240
10369
|
States.hover,
|
|
10241
10370
|
States.focus,
|
|
10242
10371
|
States.valid,
|
|
@@ -10246,12 +10375,12 @@ var states76 = [
|
|
|
10246
10375
|
States.loading,
|
|
10247
10376
|
States.readonly
|
|
10248
10377
|
];
|
|
10249
|
-
var
|
|
10378
|
+
var options74 = {
|
|
10250
10379
|
size: [Size.small, Size.medium, Size.large],
|
|
10251
10380
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
10252
10381
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
10253
10382
|
};
|
|
10254
|
-
var
|
|
10383
|
+
var defaultProps75 = {
|
|
10255
10384
|
size: Input.defaultProps.size,
|
|
10256
10385
|
rounded: Input.defaultProps.rounded,
|
|
10257
10386
|
fillMode: Input.defaultProps.fillMode
|
|
@@ -10278,8 +10407,8 @@ var TimePicker = (props) => {
|
|
|
10278
10407
|
adaptiveSettings,
|
|
10279
10408
|
...other
|
|
10280
10409
|
} = props;
|
|
10281
|
-
return /* @__PURE__ */
|
|
10282
|
-
/* @__PURE__ */
|
|
10410
|
+
return /* @__PURE__ */ jsxs108(Fragment85, { children: [
|
|
10411
|
+
/* @__PURE__ */ jsxs108(
|
|
10283
10412
|
Input,
|
|
10284
10413
|
{
|
|
10285
10414
|
...other,
|
|
@@ -10296,9 +10425,9 @@ var TimePicker = (props) => {
|
|
|
10296
10425
|
readonly,
|
|
10297
10426
|
className: classNames(props.className, TIMEPICKER_CLASSNAME),
|
|
10298
10427
|
children: [
|
|
10299
|
-
/* @__PURE__ */
|
|
10300
|
-
/* @__PURE__ */
|
|
10301
|
-
/* @__PURE__ */
|
|
10428
|
+
/* @__PURE__ */ jsx238(InputPrefix, { children: prefix }),
|
|
10429
|
+
/* @__PURE__ */ jsx238(InputInnerInput, { placeholder, value }),
|
|
10430
|
+
/* @__PURE__ */ jsx238(
|
|
10302
10431
|
InputValidationIcon,
|
|
10303
10432
|
{
|
|
10304
10433
|
valid,
|
|
@@ -10307,14 +10436,14 @@ var TimePicker = (props) => {
|
|
|
10307
10436
|
disabled
|
|
10308
10437
|
}
|
|
10309
10438
|
),
|
|
10310
|
-
/* @__PURE__ */
|
|
10439
|
+
/* @__PURE__ */ jsx238(
|
|
10311
10440
|
InputLoadingIcon,
|
|
10312
10441
|
{
|
|
10313
10442
|
loading,
|
|
10314
10443
|
disabled
|
|
10315
10444
|
}
|
|
10316
10445
|
),
|
|
10317
|
-
/* @__PURE__ */
|
|
10446
|
+
/* @__PURE__ */ jsx238(
|
|
10318
10447
|
InputClearValue,
|
|
10319
10448
|
{
|
|
10320
10449
|
loading,
|
|
@@ -10323,8 +10452,8 @@ var TimePicker = (props) => {
|
|
|
10323
10452
|
value
|
|
10324
10453
|
}
|
|
10325
10454
|
),
|
|
10326
|
-
/* @__PURE__ */
|
|
10327
|
-
/* @__PURE__ */
|
|
10455
|
+
/* @__PURE__ */ jsx238(InputSuffix, { children: suffix }),
|
|
10456
|
+
/* @__PURE__ */ jsx238(
|
|
10328
10457
|
Button,
|
|
10329
10458
|
{
|
|
10330
10459
|
className: "k-input-button",
|
|
@@ -10337,15 +10466,15 @@ var TimePicker = (props) => {
|
|
|
10337
10466
|
]
|
|
10338
10467
|
}
|
|
10339
10468
|
),
|
|
10340
|
-
opened && /* @__PURE__ */
|
|
10341
|
-
/* @__PURE__ */
|
|
10342
|
-
/* @__PURE__ */
|
|
10343
|
-
/* @__PURE__ */
|
|
10344
|
-
/* @__PURE__ */
|
|
10469
|
+
opened && /* @__PURE__ */ jsxs108(Popup, { className: "k-list-container k-timepicker-popup", children: [
|
|
10470
|
+
/* @__PURE__ */ jsx238(TimeSelector, { columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx238(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx238(Button, { fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
|
|
10471
|
+
/* @__PURE__ */ jsxs108(ActionButtons, { alignment: "stretched", className: "k-time-footer", children: [
|
|
10472
|
+
/* @__PURE__ */ jsx238(Button, { themeColor: "primary", className: "k-time-accept", children: "Set" }),
|
|
10473
|
+
/* @__PURE__ */ jsx238(Button, { className: "k-time-cancel", children: "Cancel" })
|
|
10345
10474
|
] })
|
|
10346
10475
|
] }),
|
|
10347
|
-
adaptive && /* @__PURE__ */
|
|
10348
|
-
/* @__PURE__ */
|
|
10476
|
+
adaptive && /* @__PURE__ */ jsxs108(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
10477
|
+
/* @__PURE__ */ jsx238(
|
|
10349
10478
|
ActionSheetHeader,
|
|
10350
10479
|
{
|
|
10351
10480
|
actions: ["x"],
|
|
@@ -10353,153 +10482,24 @@ var TimePicker = (props) => {
|
|
|
10353
10482
|
subTitle: "DD / MM / YY"
|
|
10354
10483
|
}
|
|
10355
10484
|
),
|
|
10356
|
-
/* @__PURE__ */
|
|
10357
|
-
/* @__PURE__ */
|
|
10485
|
+
/* @__PURE__ */ jsx238(TimeSelector, { size: "large", columns: ["HH", "mm", "ss", "tt"], focusedColumn: "HH", header: /* @__PURE__ */ jsx238(TimeSelectorHeader, { title: "10:00:00 \u0410\u041C", children: /* @__PURE__ */ jsx238(Button, { size: "large", fillMode: "flat", className: "k-time-now", children: "Now" }) }) }),
|
|
10486
|
+
/* @__PURE__ */ jsx238(ActionSheetFooter, { actions: ["Cancel", "!Set time"] })
|
|
10358
10487
|
] })
|
|
10359
10488
|
] });
|
|
10360
10489
|
};
|
|
10361
|
-
TimePicker.states =
|
|
10362
|
-
TimePicker.options =
|
|
10490
|
+
TimePicker.states = states77;
|
|
10491
|
+
TimePicker.options = options74;
|
|
10363
10492
|
TimePicker.className = TIMEPICKER_CLASSNAME;
|
|
10364
|
-
TimePicker.defaultProps =
|
|
10493
|
+
TimePicker.defaultProps = defaultProps75;
|
|
10365
10494
|
|
|
10366
10495
|
// src/timepicker/templates/timepicker-normal.tsx
|
|
10367
|
-
import { jsx as
|
|
10496
|
+
import { jsx as jsx239 } from "react/jsx-runtime";
|
|
10368
10497
|
|
|
10369
10498
|
// src/timepicker/templates/timepicker-popup.tsx
|
|
10370
|
-
import { jsx as
|
|
10499
|
+
import { jsx as jsx240 } from "react/jsx-runtime";
|
|
10371
10500
|
|
|
10372
10501
|
// src/timepicker/templates/timepicker-adaptive.tsx
|
|
10373
|
-
import { jsx as
|
|
10374
|
-
|
|
10375
|
-
// src/multiviewcalendar/multiviewcalendar.spec.tsx
|
|
10376
|
-
import { jsx as jsx236 } from "react/jsx-runtime";
|
|
10377
|
-
var MULTIVIEWCALENDAR_CLASSNAME = `k-calendar-range`;
|
|
10378
|
-
var states77 = [];
|
|
10379
|
-
var options74 = {
|
|
10380
|
-
size: [Size.small, Size.medium, Size.large]
|
|
10381
|
-
};
|
|
10382
|
-
var defaultProps75 = {
|
|
10383
|
-
size: Size.medium,
|
|
10384
|
-
calendarHeaderText: "October 2021 - November 2021",
|
|
10385
|
-
viewsCount: 2,
|
|
10386
|
-
orientation: "horizontal",
|
|
10387
|
-
calendarView: "month"
|
|
10388
|
-
};
|
|
10389
|
-
var MultiViewCalendar = (props) => {
|
|
10390
|
-
const {
|
|
10391
|
-
size = defaultProps75.size,
|
|
10392
|
-
orientation = defaultProps75.orientation,
|
|
10393
|
-
calendarView = defaultProps75.calendarView,
|
|
10394
|
-
calendarHeaderText = defaultProps75.calendarHeaderText,
|
|
10395
|
-
viewsCount = defaultProps75.viewsCount,
|
|
10396
|
-
showCalendarFooter,
|
|
10397
|
-
showWeek,
|
|
10398
|
-
dir,
|
|
10399
|
-
...other
|
|
10400
|
-
} = props;
|
|
10401
|
-
return /* @__PURE__ */ jsx236(
|
|
10402
|
-
Calendar,
|
|
10403
|
-
{
|
|
10404
|
-
...other,
|
|
10405
|
-
className: classNames(
|
|
10406
|
-
props.className,
|
|
10407
|
-
MULTIVIEWCALENDAR_CLASSNAME
|
|
10408
|
-
),
|
|
10409
|
-
size,
|
|
10410
|
-
calendarHeaderText,
|
|
10411
|
-
calendarView,
|
|
10412
|
-
viewsCount,
|
|
10413
|
-
orientation,
|
|
10414
|
-
showCalendarFooter,
|
|
10415
|
-
showWeek,
|
|
10416
|
-
dir
|
|
10417
|
-
}
|
|
10418
|
-
);
|
|
10419
|
-
};
|
|
10420
|
-
MultiViewCalendar.states = states77;
|
|
10421
|
-
MultiViewCalendar.options = options74;
|
|
10422
|
-
MultiViewCalendar.className = MULTIVIEWCALENDAR_CLASSNAME;
|
|
10423
|
-
MultiViewCalendar.defaultProps = defaultProps75;
|
|
10424
|
-
|
|
10425
|
-
// src/multiviewcalendar/templates/multiviewcalendar-century.tsx
|
|
10426
|
-
import { Fragment as Fragment81, jsx as jsx237, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
10427
|
-
|
|
10428
|
-
// src/multiviewcalendar/templates/multiviewcalendar-decade.tsx
|
|
10429
|
-
import { Fragment as Fragment82, jsx as jsx238, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
10430
|
-
|
|
10431
|
-
// src/multiviewcalendar/templates/multiviewcalendar-normal.tsx
|
|
10432
|
-
import { Fragment as Fragment83, jsx as jsx239, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
10433
|
-
var MultiViewCalendarNormal = ({ showOtherMonth, ...props }) => /* @__PURE__ */ jsx239(
|
|
10434
|
-
MultiViewCalendar,
|
|
10435
|
-
{
|
|
10436
|
-
calendarView: "month",
|
|
10437
|
-
showTableHead: true,
|
|
10438
|
-
children: /* @__PURE__ */ jsxs106(Fragment83, { children: [
|
|
10439
|
-
/* @__PURE__ */ jsxs106(CalendarTableRow, { children: [
|
|
10440
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "30", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
|
|
10441
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "1" }),
|
|
10442
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "2" }),
|
|
10443
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "3" }),
|
|
10444
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "4" }),
|
|
10445
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "5" }),
|
|
10446
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "6", weekend: true })
|
|
10447
|
-
] }),
|
|
10448
|
-
/* @__PURE__ */ jsxs106(CalendarTableRow, { children: [
|
|
10449
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "7", weekend: true }),
|
|
10450
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "8" }),
|
|
10451
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "9" }),
|
|
10452
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "10" }),
|
|
10453
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "11" }),
|
|
10454
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "12" }),
|
|
10455
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "13", weekend: true })
|
|
10456
|
-
] }),
|
|
10457
|
-
/* @__PURE__ */ jsxs106(CalendarTableRow, { children: [
|
|
10458
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "14", weekend: true }),
|
|
10459
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "15" }),
|
|
10460
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "16", today: true }),
|
|
10461
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "17" }),
|
|
10462
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "18" }),
|
|
10463
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "19" }),
|
|
10464
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "20", weekend: true })
|
|
10465
|
-
] }),
|
|
10466
|
-
/* @__PURE__ */ jsxs106(CalendarTableRow, { children: [
|
|
10467
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "21", weekend: true }),
|
|
10468
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "22" }),
|
|
10469
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "23" }),
|
|
10470
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "24" }),
|
|
10471
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "25" }),
|
|
10472
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "26" }),
|
|
10473
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "27", weekend: true })
|
|
10474
|
-
] }),
|
|
10475
|
-
/* @__PURE__ */ jsxs106(CalendarTableRow, { children: [
|
|
10476
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "28", weekend: true }),
|
|
10477
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "29" }),
|
|
10478
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "30" }),
|
|
10479
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "31" }),
|
|
10480
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "1", showOtherMonth, empty: !showOtherMonth }),
|
|
10481
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "2", showOtherMonth, empty: !showOtherMonth }),
|
|
10482
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "3", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
|
|
10483
|
-
] }),
|
|
10484
|
-
/* @__PURE__ */ jsxs106(CalendarTableRow, { children: [
|
|
10485
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "4", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth }),
|
|
10486
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "5", showOtherMonth, empty: !showOtherMonth }),
|
|
10487
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "6", showOtherMonth, empty: !showOtherMonth }),
|
|
10488
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "7", showOtherMonth, empty: !showOtherMonth }),
|
|
10489
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "8", showOtherMonth, empty: !showOtherMonth }),
|
|
10490
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "9", showOtherMonth, empty: !showOtherMonth }),
|
|
10491
|
-
/* @__PURE__ */ jsx239(CalendarCell, { text: "10", showOtherMonth, empty: !showOtherMonth, weekend: showOtherMonth })
|
|
10492
|
-
] })
|
|
10493
|
-
] }),
|
|
10494
|
-
...props
|
|
10495
|
-
}
|
|
10496
|
-
);
|
|
10497
|
-
|
|
10498
|
-
// src/multiviewcalendar/templates/multiviewcalendar-with-weeks.tsx
|
|
10499
|
-
import { Fragment as Fragment84, jsx as jsx240, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
10500
|
-
|
|
10501
|
-
// src/multiviewcalendar/templates/multiviewcalendar-year.tsx
|
|
10502
|
-
import { Fragment as Fragment85, jsx as jsx241, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
10502
|
+
import { jsx as jsx241 } from "react/jsx-runtime";
|
|
10503
10503
|
|
|
10504
10504
|
// src/daterangepicker/daterangepicker.spec.tsx
|
|
10505
10505
|
import { Fragment as Fragment86, jsx as jsx242, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
@@ -18351,795 +18351,1015 @@ import { Fragment as Fragment188, jsx as jsx559, jsxs as jsxs264 } from "react/j
|
|
|
18351
18351
|
// src/editor/templates/editor-responsive-toolbar.tsx
|
|
18352
18352
|
import { Fragment as Fragment189, jsx as jsx560, jsxs as jsxs265 } from "react/jsx-runtime";
|
|
18353
18353
|
|
|
18354
|
-
// src/
|
|
18354
|
+
// src/gantt/gantt.spec.tsx
|
|
18355
|
+
import { jsxs as jsxs266 } from "react/jsx-runtime";
|
|
18356
|
+
var GANTT_CLASSNAME = "k-gantt";
|
|
18357
|
+
var states202 = [];
|
|
18358
|
+
var options187 = {};
|
|
18359
|
+
var defaultProps192 = {};
|
|
18360
|
+
var Gantt = (props) => {
|
|
18361
|
+
const {
|
|
18362
|
+
headerToolbar,
|
|
18363
|
+
footerToolbar,
|
|
18364
|
+
...other
|
|
18365
|
+
} = props;
|
|
18366
|
+
return /* @__PURE__ */ jsxs266(
|
|
18367
|
+
"div",
|
|
18368
|
+
{
|
|
18369
|
+
...other,
|
|
18370
|
+
className: classNames(
|
|
18371
|
+
props.className,
|
|
18372
|
+
GANTT_CLASSNAME
|
|
18373
|
+
),
|
|
18374
|
+
children: [
|
|
18375
|
+
headerToolbar,
|
|
18376
|
+
props.children,
|
|
18377
|
+
footerToolbar
|
|
18378
|
+
]
|
|
18379
|
+
}
|
|
18380
|
+
);
|
|
18381
|
+
};
|
|
18382
|
+
Gantt.states = states202;
|
|
18383
|
+
Gantt.options = options187;
|
|
18384
|
+
Gantt.className = GANTT_CLASSNAME;
|
|
18385
|
+
Gantt.defaultProps = defaultProps192;
|
|
18386
|
+
|
|
18387
|
+
// src/gantt/gantt-header-toolbar.spec.tsx
|
|
18355
18388
|
import { jsx as jsx561 } from "react/jsx-runtime";
|
|
18356
18389
|
|
|
18357
|
-
// src/
|
|
18390
|
+
// src/gantt/gantt-footer-toolbar.spec.tsx
|
|
18358
18391
|
import { jsx as jsx562 } from "react/jsx-runtime";
|
|
18359
18392
|
|
|
18360
|
-
// src/
|
|
18393
|
+
// src/gantt/gantt-content.spec.tsx
|
|
18361
18394
|
import { jsx as jsx563 } from "react/jsx-runtime";
|
|
18362
18395
|
|
|
18363
|
-
// src/
|
|
18396
|
+
// src/gantt/gantt-tables-wrapper.spec.tsx
|
|
18364
18397
|
import { jsx as jsx564 } from "react/jsx-runtime";
|
|
18365
18398
|
|
|
18399
|
+
// src/gantt/gantt-columns-table.spec.tsx
|
|
18400
|
+
import { jsx as jsx565 } from "react/jsx-runtime";
|
|
18401
|
+
|
|
18402
|
+
// src/gantt/gantt-rows-table.spec.tsx
|
|
18403
|
+
import { jsx as jsx566 } from "react/jsx-runtime";
|
|
18404
|
+
|
|
18405
|
+
// src/gantt/gantt-tasks-table.spec.tsx
|
|
18406
|
+
import { jsx as jsx567 } from "react/jsx-runtime";
|
|
18407
|
+
|
|
18408
|
+
// src/gantt/gantt-task.spec.tsx
|
|
18409
|
+
import { jsx as jsx568 } from "react/jsx-runtime";
|
|
18410
|
+
var GANTTTASK_CLASSNAME = "k-task";
|
|
18411
|
+
var states203 = [];
|
|
18412
|
+
var options188 = {};
|
|
18413
|
+
var defaultProps193 = {
|
|
18414
|
+
type: "single"
|
|
18415
|
+
};
|
|
18416
|
+
var GanttTask = (props) => {
|
|
18417
|
+
const {
|
|
18418
|
+
type = defaultProps193.type,
|
|
18419
|
+
...other
|
|
18420
|
+
} = props;
|
|
18421
|
+
return /* @__PURE__ */ jsx568(
|
|
18422
|
+
"div",
|
|
18423
|
+
{
|
|
18424
|
+
...other,
|
|
18425
|
+
className: classNames(
|
|
18426
|
+
props.className,
|
|
18427
|
+
GANTTTASK_CLASSNAME,
|
|
18428
|
+
{
|
|
18429
|
+
[`k-task-single`]: type === "single",
|
|
18430
|
+
[`k-task-milestone`]: type === "milestone",
|
|
18431
|
+
[`k-task-summary`]: type === "summary"
|
|
18432
|
+
}
|
|
18433
|
+
)
|
|
18434
|
+
}
|
|
18435
|
+
);
|
|
18436
|
+
};
|
|
18437
|
+
GanttTask.states = states203;
|
|
18438
|
+
GanttTask.options = options188;
|
|
18439
|
+
GanttTask.className = GANTTTASK_CLASSNAME;
|
|
18440
|
+
GanttTask.defaultProps = defaultProps193;
|
|
18441
|
+
|
|
18442
|
+
// src/gantt/gantt-task-wrap.spec.tsx
|
|
18443
|
+
import { jsx as jsx569 } from "react/jsx-runtime";
|
|
18444
|
+
var GANTTTASKWRAP_CLASSNAME = "k-task-wrap";
|
|
18445
|
+
var states204 = [];
|
|
18446
|
+
var options189 = {};
|
|
18447
|
+
var defaultProps194 = {
|
|
18448
|
+
type: "single"
|
|
18449
|
+
};
|
|
18450
|
+
var GanttTaskWrap = (props) => {
|
|
18451
|
+
const {
|
|
18452
|
+
type = defaultProps194.type,
|
|
18453
|
+
...other
|
|
18454
|
+
} = props;
|
|
18455
|
+
return /* @__PURE__ */ jsx569(
|
|
18456
|
+
"div",
|
|
18457
|
+
{
|
|
18458
|
+
...other,
|
|
18459
|
+
className: classNames(
|
|
18460
|
+
props.className,
|
|
18461
|
+
GANTTTASKWRAP_CLASSNAME,
|
|
18462
|
+
{
|
|
18463
|
+
[`k-milestone-wrap`]: type === "milestone",
|
|
18464
|
+
[`k-summary-wrap`]: type === "summary"
|
|
18465
|
+
}
|
|
18466
|
+
)
|
|
18467
|
+
}
|
|
18468
|
+
);
|
|
18469
|
+
};
|
|
18470
|
+
GanttTaskWrap.states = states204;
|
|
18471
|
+
GanttTaskWrap.options = options189;
|
|
18472
|
+
GanttTaskWrap.className = GANTTTASKWRAP_CLASSNAME;
|
|
18473
|
+
GanttTaskWrap.defaultProps = defaultProps194;
|
|
18474
|
+
|
|
18475
|
+
// src/gantt/gantt-task-dot.spec.tsx
|
|
18476
|
+
import { jsx as jsx570 } from "react/jsx-runtime";
|
|
18477
|
+
var GANTTTASKWDOT_CLASSNAME = "k-task-dot";
|
|
18478
|
+
var states205 = [];
|
|
18479
|
+
var options190 = {};
|
|
18480
|
+
var defaultProps195 = {
|
|
18481
|
+
position: "start"
|
|
18482
|
+
};
|
|
18483
|
+
var GanttTaskDot = (props) => {
|
|
18484
|
+
const {
|
|
18485
|
+
position = defaultProps195.position,
|
|
18486
|
+
...other
|
|
18487
|
+
} = props;
|
|
18488
|
+
return /* @__PURE__ */ jsx570(
|
|
18489
|
+
"div",
|
|
18490
|
+
{
|
|
18491
|
+
...other,
|
|
18492
|
+
className: classNames(
|
|
18493
|
+
props.className,
|
|
18494
|
+
GANTTTASKWDOT_CLASSNAME,
|
|
18495
|
+
{
|
|
18496
|
+
[`k-task-start`]: position === "start",
|
|
18497
|
+
[`k-task-end`]: position === "end"
|
|
18498
|
+
}
|
|
18499
|
+
)
|
|
18500
|
+
}
|
|
18501
|
+
);
|
|
18502
|
+
};
|
|
18503
|
+
GanttTaskDot.states = states205;
|
|
18504
|
+
GanttTaskDot.options = options190;
|
|
18505
|
+
GanttTaskDot.className = GANTTTASKWDOT_CLASSNAME;
|
|
18506
|
+
GanttTaskDot.defaultProps = defaultProps195;
|
|
18507
|
+
|
|
18508
|
+
// src/gantt/gantt-task-content.spec.tsx
|
|
18509
|
+
import { jsx as jsx571, jsxs as jsxs267 } from "react/jsx-runtime";
|
|
18510
|
+
var GANTTTASKCONTENT_CLASSNAME = "k-task-content";
|
|
18511
|
+
var states206 = [];
|
|
18512
|
+
var options191 = {};
|
|
18513
|
+
var defaultProps196 = {};
|
|
18514
|
+
var GanttTaskContent = (props) => {
|
|
18515
|
+
const {
|
|
18516
|
+
content,
|
|
18517
|
+
...other
|
|
18518
|
+
} = props;
|
|
18519
|
+
return /* @__PURE__ */ jsxs267(
|
|
18520
|
+
"div",
|
|
18521
|
+
{
|
|
18522
|
+
...other,
|
|
18523
|
+
className: classNames(
|
|
18524
|
+
props.className,
|
|
18525
|
+
GANTTTASKCONTENT_CLASSNAME
|
|
18526
|
+
),
|
|
18527
|
+
children: [
|
|
18528
|
+
content && /* @__PURE__ */ jsx571("div", { className: "k-task-template", children: content }),
|
|
18529
|
+
/* @__PURE__ */ jsx571("span", { className: "k-task-actions", children: /* @__PURE__ */ jsx571("a", { className: "k-link k-task-delete", children: /* @__PURE__ */ jsx571(Icon, { icon: "x" }) }) }),
|
|
18530
|
+
/* @__PURE__ */ jsx571("span", { className: "k-resize-handle k-resize-w" }),
|
|
18531
|
+
/* @__PURE__ */ jsx571("span", { className: "k-resize-handle k-resize-e" })
|
|
18532
|
+
]
|
|
18533
|
+
}
|
|
18534
|
+
);
|
|
18535
|
+
};
|
|
18536
|
+
GanttTaskContent.states = states206;
|
|
18537
|
+
GanttTaskContent.options = options191;
|
|
18538
|
+
GanttTaskContent.className = GANTTTASKCONTENT_CLASSNAME;
|
|
18539
|
+
GanttTaskContent.defaultProps = defaultProps196;
|
|
18540
|
+
|
|
18541
|
+
// src/gantt/gantt-line.spec.tsx
|
|
18542
|
+
import { jsx as jsx572 } from "react/jsx-runtime";
|
|
18543
|
+
var GANTTLINE_CLASSNAME = "k-gantt-line";
|
|
18544
|
+
var states207 = [];
|
|
18545
|
+
var options192 = {};
|
|
18546
|
+
var defaultProps197 = {
|
|
18547
|
+
orientation: "horizontal"
|
|
18548
|
+
};
|
|
18549
|
+
var GanttLine = (props) => {
|
|
18550
|
+
const {
|
|
18551
|
+
orientation = defaultProps197.orientation,
|
|
18552
|
+
...other
|
|
18553
|
+
} = props;
|
|
18554
|
+
return /* @__PURE__ */ jsx572(
|
|
18555
|
+
"div",
|
|
18556
|
+
{
|
|
18557
|
+
...other,
|
|
18558
|
+
className: classNames(
|
|
18559
|
+
props.className,
|
|
18560
|
+
GANTTLINE_CLASSNAME,
|
|
18561
|
+
{
|
|
18562
|
+
[`k-gantt-line-h`]: orientation === "horizontal",
|
|
18563
|
+
[`k-gantt-line-v`]: orientation === "vertical"
|
|
18564
|
+
}
|
|
18565
|
+
)
|
|
18566
|
+
}
|
|
18567
|
+
);
|
|
18568
|
+
};
|
|
18569
|
+
GanttLine.states = states207;
|
|
18570
|
+
GanttLine.options = options192;
|
|
18571
|
+
GanttLine.className = GANTTLINE_CLASSNAME;
|
|
18572
|
+
GanttLine.defaultProps = defaultProps197;
|
|
18573
|
+
|
|
18574
|
+
// src/utils/templates/background/background-clip/border-clip.tsx
|
|
18575
|
+
import { jsx as jsx573 } from "react/jsx-runtime";
|
|
18576
|
+
|
|
18577
|
+
// src/utils/templates/background/background-clip/content-clip.tsx
|
|
18578
|
+
import { jsx as jsx574 } from "react/jsx-runtime";
|
|
18579
|
+
|
|
18580
|
+
// src/utils/templates/background/background-clip/padding-clip.tsx
|
|
18581
|
+
import { jsx as jsx575 } from "react/jsx-runtime";
|
|
18582
|
+
|
|
18583
|
+
// src/utils/templates/background/background-clip/text-clip.tsx
|
|
18584
|
+
import { jsx as jsx576 } from "react/jsx-runtime";
|
|
18585
|
+
|
|
18366
18586
|
// src/utils/templates/background/background-color/color.tsx
|
|
18367
|
-
import { jsx as
|
|
18587
|
+
import { jsx as jsx577, jsxs as jsxs268 } from "react/jsx-runtime";
|
|
18368
18588
|
|
|
18369
18589
|
// src/utils/templates/borders/border-color/all-sides.tsx
|
|
18370
|
-
import { jsx as
|
|
18590
|
+
import { jsx as jsx578, jsxs as jsxs269 } from "react/jsx-runtime";
|
|
18371
18591
|
|
|
18372
18592
|
// src/utils/templates/borders/border-color/individual.tsx
|
|
18373
|
-
import { jsx as
|
|
18593
|
+
import { jsx as jsx579, jsxs as jsxs270 } from "react/jsx-runtime";
|
|
18374
18594
|
|
|
18375
18595
|
// src/utils/templates/borders/border-color/left-right.tsx
|
|
18376
|
-
import { jsx as
|
|
18596
|
+
import { jsx as jsx580, jsxs as jsxs271 } from "react/jsx-runtime";
|
|
18377
18597
|
|
|
18378
18598
|
// src/utils/templates/borders/border-color/top-bottom.tsx
|
|
18379
|
-
import { jsx as
|
|
18599
|
+
import { jsx as jsx581, jsxs as jsxs272 } from "react/jsx-runtime";
|
|
18380
18600
|
|
|
18381
18601
|
// src/utils/templates/borders/border-radius/corners.tsx
|
|
18382
|
-
import { jsx as
|
|
18602
|
+
import { jsx as jsx582, jsxs as jsxs273 } from "react/jsx-runtime";
|
|
18383
18603
|
|
|
18384
18604
|
// src/utils/templates/borders/border-radius/no-rounding.tsx
|
|
18385
|
-
import { jsx as
|
|
18605
|
+
import { jsx as jsx583, jsxs as jsxs274 } from "react/jsx-runtime";
|
|
18386
18606
|
|
|
18387
18607
|
// src/utils/templates/borders/border-radius/rounding.tsx
|
|
18388
|
-
import { jsx as
|
|
18608
|
+
import { jsx as jsx584, jsxs as jsxs275 } from "react/jsx-runtime";
|
|
18389
18609
|
|
|
18390
18610
|
// src/utils/templates/borders/border-radius/sides.tsx
|
|
18391
|
-
import { jsx as
|
|
18611
|
+
import { jsx as jsx585, jsxs as jsxs276 } from "react/jsx-runtime";
|
|
18392
18612
|
|
|
18393
18613
|
// src/utils/templates/borders/border-style/all-sides.tsx
|
|
18394
|
-
import { jsx as
|
|
18614
|
+
import { jsx as jsx586, jsxs as jsxs277 } from "react/jsx-runtime";
|
|
18395
18615
|
|
|
18396
18616
|
// src/utils/templates/borders/border-style/individual.tsx
|
|
18397
|
-
import { jsx as
|
|
18617
|
+
import { jsx as jsx587, jsxs as jsxs278 } from "react/jsx-runtime";
|
|
18398
18618
|
|
|
18399
18619
|
// src/utils/templates/borders/border-style/left-right.tsx
|
|
18400
|
-
import { jsx as
|
|
18620
|
+
import { jsx as jsx588, jsxs as jsxs279 } from "react/jsx-runtime";
|
|
18401
18621
|
|
|
18402
18622
|
// src/utils/templates/borders/border-style/no-style.tsx
|
|
18403
|
-
import { jsx as
|
|
18623
|
+
import { jsx as jsx589 } from "react/jsx-runtime";
|
|
18404
18624
|
|
|
18405
18625
|
// src/utils/templates/borders/border-style/top-bottom.tsx
|
|
18406
|
-
import { jsx as
|
|
18626
|
+
import { jsx as jsx590, jsxs as jsxs280 } from "react/jsx-runtime";
|
|
18407
18627
|
|
|
18408
18628
|
// src/utils/templates/borders/border-width/all-sides.tsx
|
|
18409
|
-
import { jsx as
|
|
18629
|
+
import { jsx as jsx591, jsxs as jsxs281 } from "react/jsx-runtime";
|
|
18410
18630
|
|
|
18411
18631
|
// src/utils/templates/borders/border-width/individual.tsx
|
|
18412
|
-
import { jsx as
|
|
18632
|
+
import { jsx as jsx592, jsxs as jsxs282 } from "react/jsx-runtime";
|
|
18413
18633
|
|
|
18414
18634
|
// src/utils/templates/borders/border-width/left-right.tsx
|
|
18415
|
-
import { jsx as
|
|
18635
|
+
import { jsx as jsx593, jsxs as jsxs283 } from "react/jsx-runtime";
|
|
18416
18636
|
|
|
18417
18637
|
// src/utils/templates/borders/border-width/top-bottom.tsx
|
|
18418
|
-
import { jsx as
|
|
18638
|
+
import { jsx as jsx594, jsxs as jsxs284 } from "react/jsx-runtime";
|
|
18419
18639
|
|
|
18420
18640
|
// src/utils/templates/borders/outline-color/all-sides.tsx
|
|
18421
|
-
import { jsx as
|
|
18641
|
+
import { jsx as jsx595 } from "react/jsx-runtime";
|
|
18422
18642
|
|
|
18423
18643
|
// src/utils/templates/borders/outline-offset/all-sides.tsx
|
|
18424
|
-
import { jsx as
|
|
18644
|
+
import { jsx as jsx596, jsxs as jsxs285 } from "react/jsx-runtime";
|
|
18425
18645
|
|
|
18426
18646
|
// src/utils/templates/borders/outline-offset/no-offset.tsx
|
|
18427
|
-
import { jsx as
|
|
18647
|
+
import { jsx as jsx597 } from "react/jsx-runtime";
|
|
18428
18648
|
|
|
18429
18649
|
// src/utils/templates/borders/outline-style/all-sides.tsx
|
|
18430
|
-
import { jsx as
|
|
18650
|
+
import { jsx as jsx598, jsxs as jsxs286 } from "react/jsx-runtime";
|
|
18431
18651
|
|
|
18432
18652
|
// src/utils/templates/borders/outline-style/no-style.tsx
|
|
18433
|
-
import { jsx as
|
|
18653
|
+
import { jsx as jsx599 } from "react/jsx-runtime";
|
|
18434
18654
|
|
|
18435
18655
|
// src/utils/templates/borders/outline-width/all-sides.tsx
|
|
18436
|
-
import { jsx as
|
|
18656
|
+
import { jsx as jsx600, jsxs as jsxs287 } from "react/jsx-runtime";
|
|
18437
18657
|
|
|
18438
18658
|
// src/utils/templates/borders/outline-width/no-width.tsx
|
|
18439
|
-
import { jsx as
|
|
18659
|
+
import { jsx as jsx601 } from "react/jsx-runtime";
|
|
18440
18660
|
|
|
18441
18661
|
// src/utils/templates/effects/opacity/applying.tsx
|
|
18442
|
-
import { jsx as
|
|
18662
|
+
import { jsx as jsx602, jsxs as jsxs288 } from "react/jsx-runtime";
|
|
18443
18663
|
|
|
18444
18664
|
// src/utils/templates/filters/backdrop-blur/applying.tsx
|
|
18445
|
-
import { Fragment as Fragment190, jsx as
|
|
18665
|
+
import { Fragment as Fragment190, jsx as jsx603, jsxs as jsxs289 } from "react/jsx-runtime";
|
|
18446
18666
|
|
|
18447
18667
|
// src/utils/templates/flex-grid/align-content/around.tsx
|
|
18448
|
-
import { jsx as
|
|
18668
|
+
import { jsx as jsx604, jsxs as jsxs290 } from "react/jsx-runtime";
|
|
18449
18669
|
|
|
18450
18670
|
// src/utils/templates/flex-grid/align-content/between.tsx
|
|
18451
|
-
import { jsx as
|
|
18671
|
+
import { jsx as jsx605, jsxs as jsxs291 } from "react/jsx-runtime";
|
|
18452
18672
|
|
|
18453
18673
|
// src/utils/templates/flex-grid/align-content/center.tsx
|
|
18454
|
-
import { jsx as
|
|
18674
|
+
import { jsx as jsx606, jsxs as jsxs292 } from "react/jsx-runtime";
|
|
18455
18675
|
|
|
18456
18676
|
// src/utils/templates/flex-grid/align-content/end.tsx
|
|
18457
|
-
import { jsx as
|
|
18677
|
+
import { jsx as jsx607, jsxs as jsxs293 } from "react/jsx-runtime";
|
|
18458
18678
|
|
|
18459
18679
|
// src/utils/templates/flex-grid/align-content/evenly.tsx
|
|
18460
|
-
import { jsx as
|
|
18680
|
+
import { jsx as jsx608, jsxs as jsxs294 } from "react/jsx-runtime";
|
|
18461
18681
|
|
|
18462
18682
|
// src/utils/templates/flex-grid/align-content/normal.tsx
|
|
18463
|
-
import { jsx as
|
|
18683
|
+
import { jsx as jsx609, jsxs as jsxs295 } from "react/jsx-runtime";
|
|
18464
18684
|
|
|
18465
18685
|
// src/utils/templates/flex-grid/align-content/start.tsx
|
|
18466
|
-
import { jsx as
|
|
18686
|
+
import { jsx as jsx610, jsxs as jsxs296 } from "react/jsx-runtime";
|
|
18467
18687
|
|
|
18468
18688
|
// src/utils/templates/flex-grid/align-content/stretch.tsx
|
|
18469
|
-
import { jsx as
|
|
18689
|
+
import { jsx as jsx611, jsxs as jsxs297 } from "react/jsx-runtime";
|
|
18470
18690
|
|
|
18471
18691
|
// src/utils/templates/flex-grid/align-items/baseline.tsx
|
|
18472
|
-
import { jsx as
|
|
18692
|
+
import { jsx as jsx612, jsxs as jsxs298 } from "react/jsx-runtime";
|
|
18473
18693
|
|
|
18474
18694
|
// src/utils/templates/flex-grid/align-items/center.tsx
|
|
18475
|
-
import { jsx as
|
|
18695
|
+
import { jsx as jsx613, jsxs as jsxs299 } from "react/jsx-runtime";
|
|
18476
18696
|
|
|
18477
18697
|
// src/utils/templates/flex-grid/align-items/end.tsx
|
|
18478
|
-
import { jsx as
|
|
18698
|
+
import { jsx as jsx614, jsxs as jsxs300 } from "react/jsx-runtime";
|
|
18479
18699
|
|
|
18480
18700
|
// src/utils/templates/flex-grid/align-items/start.tsx
|
|
18481
|
-
import { jsx as
|
|
18701
|
+
import { jsx as jsx615, jsxs as jsxs301 } from "react/jsx-runtime";
|
|
18482
18702
|
|
|
18483
18703
|
// src/utils/templates/flex-grid/align-items/stretch.tsx
|
|
18484
|
-
import { jsx as
|
|
18704
|
+
import { jsx as jsx616, jsxs as jsxs302 } from "react/jsx-runtime";
|
|
18485
18705
|
|
|
18486
18706
|
// src/utils/templates/flex-grid/align-self/baseline.tsx
|
|
18487
|
-
import { jsx as
|
|
18707
|
+
import { jsx as jsx617, jsxs as jsxs303 } from "react/jsx-runtime";
|
|
18488
18708
|
|
|
18489
18709
|
// src/utils/templates/flex-grid/align-self/center.tsx
|
|
18490
|
-
import { jsx as
|
|
18710
|
+
import { jsx as jsx618, jsxs as jsxs304 } from "react/jsx-runtime";
|
|
18491
18711
|
|
|
18492
18712
|
// src/utils/templates/flex-grid/align-self/end.tsx
|
|
18493
|
-
import { jsx as
|
|
18713
|
+
import { jsx as jsx619, jsxs as jsxs305 } from "react/jsx-runtime";
|
|
18494
18714
|
|
|
18495
18715
|
// src/utils/templates/flex-grid/align-self/start.tsx
|
|
18496
|
-
import { jsx as
|
|
18716
|
+
import { jsx as jsx620, jsxs as jsxs306 } from "react/jsx-runtime";
|
|
18497
18717
|
|
|
18498
18718
|
// src/utils/templates/flex-grid/align-self/stretch.tsx
|
|
18499
|
-
import { jsx as
|
|
18719
|
+
import { jsx as jsx621, jsxs as jsxs307 } from "react/jsx-runtime";
|
|
18500
18720
|
|
|
18501
18721
|
// src/utils/templates/flex-grid/flex/auto.tsx
|
|
18502
|
-
import { jsx as
|
|
18722
|
+
import { jsx as jsx622, jsxs as jsxs308 } from "react/jsx-runtime";
|
|
18503
18723
|
|
|
18504
18724
|
// src/utils/templates/flex-grid/flex/flex-1.tsx
|
|
18505
|
-
import { jsx as
|
|
18725
|
+
import { jsx as jsx623, jsxs as jsxs309 } from "react/jsx-runtime";
|
|
18506
18726
|
|
|
18507
18727
|
// src/utils/templates/flex-grid/flex/initial.tsx
|
|
18508
|
-
import { jsx as
|
|
18728
|
+
import { jsx as jsx624, jsxs as jsxs310 } from "react/jsx-runtime";
|
|
18509
18729
|
|
|
18510
18730
|
// src/utils/templates/flex-grid/flex/none.tsx
|
|
18511
|
-
import { jsx as
|
|
18731
|
+
import { jsx as jsx625, jsxs as jsxs311 } from "react/jsx-runtime";
|
|
18512
18732
|
|
|
18513
18733
|
// src/utils/templates/flex-grid/flex-basis/auto.tsx
|
|
18514
|
-
import { jsx as
|
|
18734
|
+
import { jsx as jsx626, jsxs as jsxs312 } from "react/jsx-runtime";
|
|
18515
18735
|
|
|
18516
18736
|
// src/utils/templates/flex-grid/flex-basis/size.tsx
|
|
18517
|
-
import { jsx as
|
|
18737
|
+
import { jsx as jsx627, jsxs as jsxs313 } from "react/jsx-runtime";
|
|
18518
18738
|
|
|
18519
18739
|
// src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
|
|
18520
|
-
import { jsx as
|
|
18740
|
+
import { jsx as jsx628, jsxs as jsxs314 } from "react/jsx-runtime";
|
|
18521
18741
|
|
|
18522
18742
|
// src/utils/templates/flex-grid/flex-direction/column.tsx
|
|
18523
|
-
import { jsx as
|
|
18743
|
+
import { jsx as jsx629, jsxs as jsxs315 } from "react/jsx-runtime";
|
|
18524
18744
|
|
|
18525
18745
|
// src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
|
|
18526
|
-
import { jsx as
|
|
18746
|
+
import { jsx as jsx630, jsxs as jsxs316 } from "react/jsx-runtime";
|
|
18527
18747
|
|
|
18528
18748
|
// src/utils/templates/flex-grid/flex-direction/row.tsx
|
|
18529
|
-
import { jsx as
|
|
18749
|
+
import { jsx as jsx631, jsxs as jsxs317 } from "react/jsx-runtime";
|
|
18530
18750
|
|
|
18531
18751
|
// src/utils/templates/flex-grid/flex-grow/grow-0.tsx
|
|
18532
|
-
import { jsx as
|
|
18752
|
+
import { jsx as jsx632, jsxs as jsxs318 } from "react/jsx-runtime";
|
|
18533
18753
|
|
|
18534
18754
|
// src/utils/templates/flex-grid/flex-grow/grow-1.tsx
|
|
18535
|
-
import { jsx as
|
|
18755
|
+
import { jsx as jsx633, jsxs as jsxs319 } from "react/jsx-runtime";
|
|
18536
18756
|
|
|
18537
18757
|
// src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
|
|
18538
|
-
import { jsx as
|
|
18758
|
+
import { jsx as jsx634, jsxs as jsxs320 } from "react/jsx-runtime";
|
|
18539
18759
|
|
|
18540
18760
|
// src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
|
|
18541
|
-
import { jsx as
|
|
18761
|
+
import { jsx as jsx635, jsxs as jsxs321 } from "react/jsx-runtime";
|
|
18542
18762
|
|
|
18543
18763
|
// src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
|
|
18544
|
-
import { jsx as
|
|
18764
|
+
import { jsx as jsx636, jsxs as jsxs322 } from "react/jsx-runtime";
|
|
18545
18765
|
|
|
18546
18766
|
// src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
|
|
18547
|
-
import { jsx as
|
|
18767
|
+
import { jsx as jsx637, jsxs as jsxs323 } from "react/jsx-runtime";
|
|
18548
18768
|
|
|
18549
18769
|
// src/utils/templates/flex-grid/flex-wrap/wrap.tsx
|
|
18550
|
-
import { jsx as
|
|
18770
|
+
import { jsx as jsx638, jsxs as jsxs324 } from "react/jsx-runtime";
|
|
18551
18771
|
|
|
18552
18772
|
// src/utils/templates/flex-grid/gap/size-x-y.tsx
|
|
18553
|
-
import { jsx as
|
|
18773
|
+
import { jsx as jsx639, jsxs as jsxs325 } from "react/jsx-runtime";
|
|
18554
18774
|
|
|
18555
18775
|
// src/utils/templates/flex-grid/gap/size.tsx
|
|
18556
|
-
import { jsx as
|
|
18776
|
+
import { jsx as jsx640, jsxs as jsxs326 } from "react/jsx-runtime";
|
|
18557
18777
|
|
|
18558
18778
|
// src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
|
|
18559
|
-
import { jsx as
|
|
18779
|
+
import { jsx as jsx641, jsxs as jsxs327 } from "react/jsx-runtime";
|
|
18560
18780
|
|
|
18561
18781
|
// src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
|
|
18562
|
-
import { jsx as
|
|
18782
|
+
import { jsx as jsx642, jsxs as jsxs328 } from "react/jsx-runtime";
|
|
18563
18783
|
|
|
18564
18784
|
// src/utils/templates/flex-grid/grid-auto-cols/max.tsx
|
|
18565
|
-
import { jsx as
|
|
18785
|
+
import { jsx as jsx643, jsxs as jsxs329 } from "react/jsx-runtime";
|
|
18566
18786
|
|
|
18567
18787
|
// src/utils/templates/flex-grid/grid-auto-cols/min.tsx
|
|
18568
|
-
import { jsx as
|
|
18788
|
+
import { jsx as jsx644, jsxs as jsxs330 } from "react/jsx-runtime";
|
|
18569
18789
|
|
|
18570
18790
|
// src/utils/templates/flex-grid/grid-auto-flow/column.tsx
|
|
18571
|
-
import { jsx as
|
|
18791
|
+
import { jsx as jsx645, jsxs as jsxs331 } from "react/jsx-runtime";
|
|
18572
18792
|
|
|
18573
18793
|
// src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
|
|
18574
|
-
import { jsx as
|
|
18794
|
+
import { jsx as jsx646, jsxs as jsxs332 } from "react/jsx-runtime";
|
|
18575
18795
|
|
|
18576
18796
|
// src/utils/templates/flex-grid/grid-auto-flow/row.tsx
|
|
18577
|
-
import { jsx as
|
|
18797
|
+
import { jsx as jsx647, jsxs as jsxs333 } from "react/jsx-runtime";
|
|
18578
18798
|
|
|
18579
18799
|
// src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
|
|
18580
|
-
import { jsx as
|
|
18800
|
+
import { jsx as jsx648, jsxs as jsxs334 } from "react/jsx-runtime";
|
|
18581
18801
|
|
|
18582
18802
|
// src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
|
|
18583
|
-
import { jsx as
|
|
18803
|
+
import { jsx as jsx649, jsxs as jsxs335 } from "react/jsx-runtime";
|
|
18584
18804
|
|
|
18585
18805
|
// src/utils/templates/flex-grid/grid-auto-rows/min.tsx
|
|
18586
|
-
import { jsx as
|
|
18806
|
+
import { jsx as jsx650, jsxs as jsxs336 } from "react/jsx-runtime";
|
|
18587
18807
|
|
|
18588
18808
|
// src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
|
|
18589
|
-
import { jsx as
|
|
18809
|
+
import { jsx as jsx651, jsxs as jsxs337 } from "react/jsx-runtime";
|
|
18590
18810
|
|
|
18591
18811
|
// src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
|
|
18592
|
-
import { jsx as
|
|
18812
|
+
import { jsx as jsx652, jsxs as jsxs338 } from "react/jsx-runtime";
|
|
18593
18813
|
|
|
18594
18814
|
// src/utils/templates/flex-grid/grid-template-cols/integer.tsx
|
|
18595
|
-
import { jsx as
|
|
18815
|
+
import { jsx as jsx653, jsxs as jsxs339 } from "react/jsx-runtime";
|
|
18596
18816
|
|
|
18597
18817
|
// src/utils/templates/flex-grid/grid-template-rows/integer.tsx
|
|
18598
|
-
import { jsx as
|
|
18818
|
+
import { jsx as jsx654, jsxs as jsxs340 } from "react/jsx-runtime";
|
|
18599
18819
|
|
|
18600
18820
|
// src/utils/templates/flex-grid/justify-content/around.tsx
|
|
18601
|
-
import { jsx as
|
|
18821
|
+
import { jsx as jsx655, jsxs as jsxs341 } from "react/jsx-runtime";
|
|
18602
18822
|
|
|
18603
18823
|
// src/utils/templates/flex-grid/justify-content/between.tsx
|
|
18604
|
-
import { jsx as
|
|
18824
|
+
import { jsx as jsx656, jsxs as jsxs342 } from "react/jsx-runtime";
|
|
18605
18825
|
|
|
18606
18826
|
// src/utils/templates/flex-grid/justify-content/center.tsx
|
|
18607
|
-
import { jsx as
|
|
18827
|
+
import { jsx as jsx657, jsxs as jsxs343 } from "react/jsx-runtime";
|
|
18608
18828
|
|
|
18609
18829
|
// src/utils/templates/flex-grid/justify-content/end.tsx
|
|
18610
|
-
import { jsx as
|
|
18830
|
+
import { jsx as jsx658, jsxs as jsxs344 } from "react/jsx-runtime";
|
|
18611
18831
|
|
|
18612
18832
|
// src/utils/templates/flex-grid/justify-content/evenly.tsx
|
|
18613
|
-
import { jsx as
|
|
18833
|
+
import { jsx as jsx659, jsxs as jsxs345 } from "react/jsx-runtime";
|
|
18614
18834
|
|
|
18615
18835
|
// src/utils/templates/flex-grid/justify-content/normal.tsx
|
|
18616
|
-
import { jsx as
|
|
18836
|
+
import { jsx as jsx660, jsxs as jsxs346 } from "react/jsx-runtime";
|
|
18617
18837
|
|
|
18618
18838
|
// src/utils/templates/flex-grid/justify-content/start.tsx
|
|
18619
|
-
import { jsx as
|
|
18839
|
+
import { jsx as jsx661, jsxs as jsxs347 } from "react/jsx-runtime";
|
|
18620
18840
|
|
|
18621
18841
|
// src/utils/templates/flex-grid/justify-content/stretch.tsx
|
|
18622
|
-
import { jsx as
|
|
18842
|
+
import { jsx as jsx662, jsxs as jsxs348 } from "react/jsx-runtime";
|
|
18623
18843
|
|
|
18624
18844
|
// src/utils/templates/flex-grid/justify-items/center.tsx
|
|
18625
|
-
import { jsx as
|
|
18845
|
+
import { jsx as jsx663, jsxs as jsxs349 } from "react/jsx-runtime";
|
|
18626
18846
|
|
|
18627
18847
|
// src/utils/templates/flex-grid/justify-items/end.tsx
|
|
18628
|
-
import { jsx as
|
|
18848
|
+
import { jsx as jsx664, jsxs as jsxs350 } from "react/jsx-runtime";
|
|
18629
18849
|
|
|
18630
18850
|
// src/utils/templates/flex-grid/justify-items/start.tsx
|
|
18631
|
-
import { jsx as
|
|
18851
|
+
import { jsx as jsx665, jsxs as jsxs351 } from "react/jsx-runtime";
|
|
18632
18852
|
|
|
18633
18853
|
// src/utils/templates/flex-grid/justify-items/stretch.tsx
|
|
18634
|
-
import { jsx as
|
|
18854
|
+
import { jsx as jsx666, jsxs as jsxs352 } from "react/jsx-runtime";
|
|
18635
18855
|
|
|
18636
18856
|
// src/utils/templates/flex-grid/justify-self/center.tsx
|
|
18637
|
-
import { jsx as
|
|
18857
|
+
import { jsx as jsx667, jsxs as jsxs353 } from "react/jsx-runtime";
|
|
18638
18858
|
|
|
18639
18859
|
// src/utils/templates/flex-grid/justify-self/end.tsx
|
|
18640
|
-
import { jsx as
|
|
18860
|
+
import { jsx as jsx668, jsxs as jsxs354 } from "react/jsx-runtime";
|
|
18641
18861
|
|
|
18642
18862
|
// src/utils/templates/flex-grid/justify-self/start.tsx
|
|
18643
|
-
import { jsx as
|
|
18863
|
+
import { jsx as jsx669, jsxs as jsxs355 } from "react/jsx-runtime";
|
|
18644
18864
|
|
|
18645
18865
|
// src/utils/templates/flex-grid/justify-self/stretch.tsx
|
|
18646
|
-
import { jsx as
|
|
18866
|
+
import { jsx as jsx670, jsxs as jsxs356 } from "react/jsx-runtime";
|
|
18647
18867
|
|
|
18648
18868
|
// src/utils/templates/flex-grid/order/first.tsx
|
|
18649
|
-
import { jsx as
|
|
18869
|
+
import { jsx as jsx671, jsxs as jsxs357 } from "react/jsx-runtime";
|
|
18650
18870
|
|
|
18651
18871
|
// src/utils/templates/flex-grid/order/integer.tsx
|
|
18652
|
-
import { jsx as
|
|
18872
|
+
import { jsx as jsx672, jsxs as jsxs358 } from "react/jsx-runtime";
|
|
18653
18873
|
|
|
18654
18874
|
// src/utils/templates/flex-grid/order/last.tsx
|
|
18655
|
-
import { jsx as
|
|
18875
|
+
import { jsx as jsx673, jsxs as jsxs359 } from "react/jsx-runtime";
|
|
18656
18876
|
|
|
18657
18877
|
// src/utils/templates/flex-grid/place-content/around.tsx
|
|
18658
|
-
import { jsx as
|
|
18878
|
+
import { jsx as jsx674, jsxs as jsxs360 } from "react/jsx-runtime";
|
|
18659
18879
|
|
|
18660
18880
|
// src/utils/templates/flex-grid/place-content/between.tsx
|
|
18661
|
-
import { jsx as
|
|
18881
|
+
import { jsx as jsx675, jsxs as jsxs361 } from "react/jsx-runtime";
|
|
18662
18882
|
|
|
18663
18883
|
// src/utils/templates/flex-grid/place-content/center.tsx
|
|
18664
|
-
import { jsx as
|
|
18884
|
+
import { jsx as jsx676, jsxs as jsxs362 } from "react/jsx-runtime";
|
|
18665
18885
|
|
|
18666
18886
|
// src/utils/templates/flex-grid/place-content/end.tsx
|
|
18667
|
-
import { jsx as
|
|
18887
|
+
import { jsx as jsx677, jsxs as jsxs363 } from "react/jsx-runtime";
|
|
18668
18888
|
|
|
18669
18889
|
// src/utils/templates/flex-grid/place-content/evenly.tsx
|
|
18670
|
-
import { jsx as
|
|
18890
|
+
import { jsx as jsx678, jsxs as jsxs364 } from "react/jsx-runtime";
|
|
18671
18891
|
|
|
18672
18892
|
// src/utils/templates/flex-grid/place-content/normal.tsx
|
|
18673
|
-
import { jsx as
|
|
18893
|
+
import { jsx as jsx679, jsxs as jsxs365 } from "react/jsx-runtime";
|
|
18674
18894
|
|
|
18675
18895
|
// src/utils/templates/flex-grid/place-content/start.tsx
|
|
18676
|
-
import { jsx as
|
|
18896
|
+
import { jsx as jsx680, jsxs as jsxs366 } from "react/jsx-runtime";
|
|
18677
18897
|
|
|
18678
18898
|
// src/utils/templates/flex-grid/place-content/stretch.tsx
|
|
18679
|
-
import { jsx as
|
|
18899
|
+
import { jsx as jsx681, jsxs as jsxs367 } from "react/jsx-runtime";
|
|
18680
18900
|
|
|
18681
18901
|
// src/utils/templates/flex-grid/place-items/center.tsx
|
|
18682
|
-
import { jsx as
|
|
18902
|
+
import { jsx as jsx682, jsxs as jsxs368 } from "react/jsx-runtime";
|
|
18683
18903
|
|
|
18684
18904
|
// src/utils/templates/flex-grid/place-items/end.tsx
|
|
18685
|
-
import { jsx as
|
|
18905
|
+
import { jsx as jsx683, jsxs as jsxs369 } from "react/jsx-runtime";
|
|
18686
18906
|
|
|
18687
18907
|
// src/utils/templates/flex-grid/place-items/start.tsx
|
|
18688
|
-
import { jsx as
|
|
18908
|
+
import { jsx as jsx684, jsxs as jsxs370 } from "react/jsx-runtime";
|
|
18689
18909
|
|
|
18690
18910
|
// src/utils/templates/flex-grid/place-items/stretch.tsx
|
|
18691
|
-
import { jsx as
|
|
18911
|
+
import { jsx as jsx685, jsxs as jsxs371 } from "react/jsx-runtime";
|
|
18692
18912
|
|
|
18693
18913
|
// src/utils/templates/flex-grid/place-self/center.tsx
|
|
18694
|
-
import { jsx as
|
|
18914
|
+
import { jsx as jsx686, jsxs as jsxs372 } from "react/jsx-runtime";
|
|
18695
18915
|
|
|
18696
18916
|
// src/utils/templates/flex-grid/place-self/end.tsx
|
|
18697
|
-
import { jsx as
|
|
18917
|
+
import { jsx as jsx687, jsxs as jsxs373 } from "react/jsx-runtime";
|
|
18698
18918
|
|
|
18699
18919
|
// src/utils/templates/flex-grid/place-self/start.tsx
|
|
18700
|
-
import { jsx as
|
|
18920
|
+
import { jsx as jsx688, jsxs as jsxs374 } from "react/jsx-runtime";
|
|
18701
18921
|
|
|
18702
18922
|
// src/utils/templates/flex-grid/place-self/stretch.tsx
|
|
18703
|
-
import { jsx as
|
|
18923
|
+
import { jsx as jsx689, jsxs as jsxs375 } from "react/jsx-runtime";
|
|
18704
18924
|
|
|
18705
18925
|
// src/utils/templates/interactivity/appearance/applying.tsx
|
|
18706
|
-
import { jsx as
|
|
18926
|
+
import { jsx as jsx690, jsxs as jsxs376 } from "react/jsx-runtime";
|
|
18707
18927
|
|
|
18708
18928
|
// src/utils/templates/interactivity/appearance/none.tsx
|
|
18709
|
-
import { jsx as
|
|
18929
|
+
import { jsx as jsx691, jsxs as jsxs377 } from "react/jsx-runtime";
|
|
18710
18930
|
|
|
18711
18931
|
// src/utils/templates/interactivity/cursor/applying.tsx
|
|
18712
|
-
import { jsx as
|
|
18932
|
+
import { jsx as jsx692, jsxs as jsxs378 } from "react/jsx-runtime";
|
|
18713
18933
|
|
|
18714
18934
|
// src/utils/templates/interactivity/pointer-events/applying.tsx
|
|
18715
|
-
import { jsx as
|
|
18935
|
+
import { jsx as jsx693, jsxs as jsxs379 } from "react/jsx-runtime";
|
|
18716
18936
|
|
|
18717
18937
|
// src/utils/templates/interactivity/resize/all-directions.tsx
|
|
18718
|
-
import { jsx as
|
|
18938
|
+
import { jsx as jsx694 } from "react/jsx-runtime";
|
|
18719
18939
|
|
|
18720
18940
|
// src/utils/templates/interactivity/resize/horizontal.tsx
|
|
18721
|
-
import { jsx as
|
|
18941
|
+
import { jsx as jsx695 } from "react/jsx-runtime";
|
|
18722
18942
|
|
|
18723
18943
|
// src/utils/templates/interactivity/resize/no-resizing.tsx
|
|
18724
|
-
import { jsx as
|
|
18944
|
+
import { jsx as jsx696 } from "react/jsx-runtime";
|
|
18725
18945
|
|
|
18726
18946
|
// src/utils/templates/interactivity/resize/vertical.tsx
|
|
18727
|
-
import { jsx as
|
|
18947
|
+
import { jsx as jsx697 } from "react/jsx-runtime";
|
|
18728
18948
|
|
|
18729
18949
|
// src/utils/templates/interactivity/touch-action/auto.tsx
|
|
18730
|
-
import { jsx as
|
|
18950
|
+
import { jsx as jsx698 } from "react/jsx-runtime";
|
|
18731
18951
|
|
|
18732
18952
|
// src/utils/templates/interactivity/touch-action/horizontal.tsx
|
|
18733
|
-
import { jsx as
|
|
18953
|
+
import { jsx as jsx699 } from "react/jsx-runtime";
|
|
18734
18954
|
|
|
18735
18955
|
// src/utils/templates/interactivity/touch-action/none.tsx
|
|
18736
|
-
import { jsx as
|
|
18956
|
+
import { jsx as jsx700 } from "react/jsx-runtime";
|
|
18737
18957
|
|
|
18738
18958
|
// src/utils/templates/interactivity/touch-action/vertical.tsx
|
|
18739
|
-
import { jsx as
|
|
18959
|
+
import { jsx as jsx701 } from "react/jsx-runtime";
|
|
18740
18960
|
|
|
18741
18961
|
// src/utils/templates/interactivity/user-select/all.tsx
|
|
18742
|
-
import { jsx as
|
|
18962
|
+
import { jsx as jsx702 } from "react/jsx-runtime";
|
|
18743
18963
|
|
|
18744
18964
|
// src/utils/templates/interactivity/user-select/none.tsx
|
|
18745
|
-
import { jsx as
|
|
18965
|
+
import { jsx as jsx703 } from "react/jsx-runtime";
|
|
18746
18966
|
|
|
18747
18967
|
// src/utils/templates/interactivity/user-select/text.tsx
|
|
18748
|
-
import { jsx as
|
|
18968
|
+
import { jsx as jsx704 } from "react/jsx-runtime";
|
|
18749
18969
|
|
|
18750
18970
|
// src/utils/templates/layout/aspect-ratio/auto.tsx
|
|
18751
|
-
import { jsx as
|
|
18971
|
+
import { jsx as jsx705 } from "react/jsx-runtime";
|
|
18752
18972
|
|
|
18753
18973
|
// src/utils/templates/layout/aspect-ratio/one.tsx
|
|
18754
|
-
import { jsx as
|
|
18974
|
+
import { jsx as jsx706 } from "react/jsx-runtime";
|
|
18755
18975
|
|
|
18756
18976
|
// src/utils/templates/layout/aspect-ratio/sqaure.tsx
|
|
18757
|
-
import { jsx as
|
|
18977
|
+
import { jsx as jsx707 } from "react/jsx-runtime";
|
|
18758
18978
|
|
|
18759
18979
|
// src/utils/templates/layout/aspect-ratio/video.tsx
|
|
18760
|
-
import { jsx as
|
|
18980
|
+
import { jsx as jsx708 } from "react/jsx-runtime";
|
|
18761
18981
|
|
|
18762
18982
|
// src/utils/templates/layout/box-sizing/border.tsx
|
|
18763
|
-
import { jsx as
|
|
18983
|
+
import { jsx as jsx709 } from "react/jsx-runtime";
|
|
18764
18984
|
|
|
18765
18985
|
// src/utils/templates/layout/box-sizing/content.tsx
|
|
18766
|
-
import { jsx as
|
|
18986
|
+
import { jsx as jsx710 } from "react/jsx-runtime";
|
|
18767
18987
|
|
|
18768
18988
|
// src/utils/templates/layout/clear/both.tsx
|
|
18769
|
-
import { jsx as
|
|
18989
|
+
import { jsx as jsx711, jsxs as jsxs380 } from "react/jsx-runtime";
|
|
18770
18990
|
|
|
18771
18991
|
// src/utils/templates/layout/clear/left.tsx
|
|
18772
|
-
import { jsx as
|
|
18992
|
+
import { jsx as jsx712, jsxs as jsxs381 } from "react/jsx-runtime";
|
|
18773
18993
|
|
|
18774
18994
|
// src/utils/templates/layout/clear/no-clear.tsx
|
|
18775
|
-
import { jsx as
|
|
18995
|
+
import { jsx as jsx713, jsxs as jsxs382 } from "react/jsx-runtime";
|
|
18776
18996
|
|
|
18777
18997
|
// src/utils/templates/layout/clear/right.tsx
|
|
18778
|
-
import { jsx as
|
|
18998
|
+
import { jsx as jsx714, jsxs as jsxs383 } from "react/jsx-runtime";
|
|
18779
18999
|
|
|
18780
19000
|
// src/utils/templates/layout/columns/automatic.tsx
|
|
18781
|
-
import { jsx as
|
|
19001
|
+
import { jsx as jsx715, jsxs as jsxs384 } from "react/jsx-runtime";
|
|
18782
19002
|
|
|
18783
19003
|
// src/utils/templates/layout/columns/count.tsx
|
|
18784
|
-
import { jsx as
|
|
19004
|
+
import { jsx as jsx716, jsxs as jsxs385 } from "react/jsx-runtime";
|
|
18785
19005
|
|
|
18786
19006
|
// src/utils/templates/layout/display/block.tsx
|
|
18787
|
-
import { jsx as
|
|
19007
|
+
import { jsx as jsx717, jsxs as jsxs386 } from "react/jsx-runtime";
|
|
18788
19008
|
|
|
18789
19009
|
// src/utils/templates/layout/display/flex.tsx
|
|
18790
|
-
import { jsx as
|
|
19010
|
+
import { jsx as jsx718, jsxs as jsxs387 } from "react/jsx-runtime";
|
|
18791
19011
|
|
|
18792
19012
|
// src/utils/templates/layout/display/inline.tsx
|
|
18793
|
-
import { jsx as
|
|
19013
|
+
import { jsx as jsx719, jsxs as jsxs388 } from "react/jsx-runtime";
|
|
18794
19014
|
|
|
18795
19015
|
// src/utils/templates/layout/display/none.tsx
|
|
18796
|
-
import { Fragment as Fragment191, jsx as
|
|
19016
|
+
import { Fragment as Fragment191, jsx as jsx720, jsxs as jsxs389 } from "react/jsx-runtime";
|
|
18797
19017
|
|
|
18798
19018
|
// src/utils/templates/layout/float/left.tsx
|
|
18799
|
-
import { jsx as
|
|
19019
|
+
import { jsx as jsx721, jsxs as jsxs390 } from "react/jsx-runtime";
|
|
18800
19020
|
|
|
18801
19021
|
// src/utils/templates/layout/float/no-float.tsx
|
|
18802
|
-
import { jsx as
|
|
19022
|
+
import { jsx as jsx722, jsxs as jsxs391 } from "react/jsx-runtime";
|
|
18803
19023
|
|
|
18804
19024
|
// src/utils/templates/layout/float/right.tsx
|
|
18805
|
-
import { jsx as
|
|
19025
|
+
import { jsx as jsx723, jsxs as jsxs392 } from "react/jsx-runtime";
|
|
18806
19026
|
|
|
18807
19027
|
// src/utils/templates/layout/object-fit/contain.tsx
|
|
18808
|
-
import { jsx as
|
|
19028
|
+
import { jsx as jsx724 } from "react/jsx-runtime";
|
|
18809
19029
|
|
|
18810
19030
|
// src/utils/templates/layout/object-fit/cover.tsx
|
|
18811
|
-
import { jsx as
|
|
19031
|
+
import { jsx as jsx725 } from "react/jsx-runtime";
|
|
18812
19032
|
|
|
18813
19033
|
// src/utils/templates/layout/object-fit/fill.tsx
|
|
18814
|
-
import { jsx as
|
|
19034
|
+
import { jsx as jsx726 } from "react/jsx-runtime";
|
|
18815
19035
|
|
|
18816
19036
|
// src/utils/templates/layout/object-fit/scale-down.tsx
|
|
18817
|
-
import { jsx as
|
|
19037
|
+
import { jsx as jsx727 } from "react/jsx-runtime";
|
|
18818
19038
|
|
|
18819
19039
|
// src/utils/templates/layout/object-position/position.tsx
|
|
18820
|
-
import { jsx as
|
|
19040
|
+
import { jsx as jsx728, jsxs as jsxs393 } from "react/jsx-runtime";
|
|
18821
19041
|
|
|
18822
19042
|
// src/utils/templates/layout/overflow/hidden.tsx
|
|
18823
|
-
import { jsx as
|
|
19043
|
+
import { jsx as jsx729 } from "react/jsx-runtime";
|
|
18824
19044
|
|
|
18825
19045
|
// src/utils/templates/layout/overflow/horizontal.tsx
|
|
18826
|
-
import { jsx as
|
|
19046
|
+
import { jsx as jsx730 } from "react/jsx-runtime";
|
|
18827
19047
|
|
|
18828
19048
|
// src/utils/templates/layout/overflow/vertical.tsx
|
|
18829
|
-
import { jsx as
|
|
19049
|
+
import { jsx as jsx731 } from "react/jsx-runtime";
|
|
18830
19050
|
|
|
18831
19051
|
// src/utils/templates/layout/overflow/visible.tsx
|
|
18832
|
-
import { jsx as
|
|
19052
|
+
import { jsx as jsx732 } from "react/jsx-runtime";
|
|
18833
19053
|
|
|
18834
19054
|
// src/utils/templates/layout/placement/multiple.tsx
|
|
18835
|
-
import { jsx as
|
|
19055
|
+
import { jsx as jsx733, jsxs as jsxs394 } from "react/jsx-runtime";
|
|
18836
19056
|
|
|
18837
19057
|
// src/utils/templates/layout/placement/single.tsx
|
|
18838
|
-
import { jsx as
|
|
19058
|
+
import { jsx as jsx734, jsxs as jsxs395 } from "react/jsx-runtime";
|
|
18839
19059
|
|
|
18840
19060
|
// src/utils/templates/layout/position/applying.tsx
|
|
18841
|
-
import { jsx as
|
|
19061
|
+
import { jsx as jsx735, jsxs as jsxs396 } from "react/jsx-runtime";
|
|
18842
19062
|
|
|
18843
19063
|
// src/utils/templates/layout/visibility/invisible.tsx
|
|
18844
|
-
import { jsx as
|
|
19064
|
+
import { jsx as jsx736, jsxs as jsxs397 } from "react/jsx-runtime";
|
|
18845
19065
|
|
|
18846
19066
|
// src/utils/templates/layout/z-index/applying.tsx
|
|
18847
|
-
import { Fragment as Fragment192, jsx as
|
|
19067
|
+
import { Fragment as Fragment192, jsx as jsx737, jsxs as jsxs398 } from "react/jsx-runtime";
|
|
18848
19068
|
|
|
18849
19069
|
// src/utils/templates/sizing/height/fixed.tsx
|
|
18850
|
-
import { jsx as
|
|
19070
|
+
import { jsx as jsx738, jsxs as jsxs399 } from "react/jsx-runtime";
|
|
18851
19071
|
|
|
18852
19072
|
// src/utils/templates/sizing/height/full.tsx
|
|
18853
|
-
import { jsx as
|
|
19073
|
+
import { jsx as jsx739 } from "react/jsx-runtime";
|
|
18854
19074
|
|
|
18855
19075
|
// src/utils/templates/sizing/height/maximum.tsx
|
|
18856
|
-
import { jsx as
|
|
19076
|
+
import { jsx as jsx740 } from "react/jsx-runtime";
|
|
18857
19077
|
|
|
18858
19078
|
// src/utils/templates/sizing/height/minimum.tsx
|
|
18859
|
-
import { jsx as
|
|
19079
|
+
import { jsx as jsx741 } from "react/jsx-runtime";
|
|
18860
19080
|
|
|
18861
19081
|
// src/utils/templates/sizing/height/screen.tsx
|
|
18862
|
-
import { jsx as
|
|
19082
|
+
import { jsx as jsx742 } from "react/jsx-runtime";
|
|
18863
19083
|
|
|
18864
19084
|
// src/utils/templates/sizing/width/fixed.tsx
|
|
18865
|
-
import { jsx as
|
|
19085
|
+
import { jsx as jsx743, jsxs as jsxs400 } from "react/jsx-runtime";
|
|
18866
19086
|
|
|
18867
19087
|
// src/utils/templates/sizing/width/full.tsx
|
|
18868
|
-
import { jsx as
|
|
19088
|
+
import { jsx as jsx744 } from "react/jsx-runtime";
|
|
18869
19089
|
|
|
18870
19090
|
// src/utils/templates/sizing/width/maximum.tsx
|
|
18871
|
-
import { jsx as
|
|
19091
|
+
import { jsx as jsx745 } from "react/jsx-runtime";
|
|
18872
19092
|
|
|
18873
19093
|
// src/utils/templates/sizing/width/minimum.tsx
|
|
18874
|
-
import { jsx as
|
|
19094
|
+
import { jsx as jsx746 } from "react/jsx-runtime";
|
|
18875
19095
|
|
|
18876
19096
|
// src/utils/templates/sizing/width/screen.tsx
|
|
18877
|
-
import { jsx as
|
|
19097
|
+
import { jsx as jsx747 } from "react/jsx-runtime";
|
|
18878
19098
|
|
|
18879
19099
|
// src/utils/templates/spacing/margin/all.tsx
|
|
18880
|
-
import { jsx as
|
|
19100
|
+
import { jsx as jsx748 } from "react/jsx-runtime";
|
|
18881
19101
|
|
|
18882
19102
|
// src/utils/templates/spacing/margin/single.tsx
|
|
18883
|
-
import { Fragment as Fragment193, jsx as
|
|
19103
|
+
import { Fragment as Fragment193, jsx as jsx749, jsxs as jsxs401 } from "react/jsx-runtime";
|
|
18884
19104
|
|
|
18885
19105
|
// src/utils/templates/spacing/margin/x.tsx
|
|
18886
|
-
import { jsx as
|
|
19106
|
+
import { jsx as jsx750 } from "react/jsx-runtime";
|
|
18887
19107
|
|
|
18888
19108
|
// src/utils/templates/spacing/margin/y.tsx
|
|
18889
|
-
import { jsx as
|
|
19109
|
+
import { jsx as jsx751 } from "react/jsx-runtime";
|
|
18890
19110
|
|
|
18891
19111
|
// src/utils/templates/spacing/padding/all.tsx
|
|
18892
|
-
import { jsx as
|
|
19112
|
+
import { jsx as jsx752 } from "react/jsx-runtime";
|
|
18893
19113
|
|
|
18894
19114
|
// src/utils/templates/spacing/padding/single.tsx
|
|
18895
|
-
import { Fragment as Fragment194, jsx as
|
|
19115
|
+
import { Fragment as Fragment194, jsx as jsx753, jsxs as jsxs402 } from "react/jsx-runtime";
|
|
18896
19116
|
|
|
18897
19117
|
// src/utils/templates/spacing/padding/x.tsx
|
|
18898
|
-
import { jsx as
|
|
19118
|
+
import { jsx as jsx754 } from "react/jsx-runtime";
|
|
18899
19119
|
|
|
18900
19120
|
// src/utils/templates/spacing/padding/y.tsx
|
|
18901
|
-
import { jsx as
|
|
19121
|
+
import { jsx as jsx755 } from "react/jsx-runtime";
|
|
18902
19122
|
|
|
18903
19123
|
// src/utils/templates/svg/fill/color.tsx
|
|
18904
|
-
import { Fragment as Fragment195, jsx as
|
|
19124
|
+
import { Fragment as Fragment195, jsx as jsx756, jsxs as jsxs403 } from "react/jsx-runtime";
|
|
18905
19125
|
|
|
18906
19126
|
// src/utils/templates/svg/stroke/color.tsx
|
|
18907
|
-
import { Fragment as Fragment196, jsx as
|
|
19127
|
+
import { Fragment as Fragment196, jsx as jsx757, jsxs as jsxs404 } from "react/jsx-runtime";
|
|
18908
19128
|
|
|
18909
19129
|
// src/utils/templates/table/border-collapse/collapse.tsx
|
|
18910
|
-
import { jsx as
|
|
19130
|
+
import { jsx as jsx758, jsxs as jsxs405 } from "react/jsx-runtime";
|
|
18911
19131
|
|
|
18912
19132
|
// src/utils/templates/table/border-collapse/separate.tsx
|
|
18913
|
-
import { jsx as
|
|
19133
|
+
import { jsx as jsx759, jsxs as jsxs406 } from "react/jsx-runtime";
|
|
18914
19134
|
|
|
18915
19135
|
// src/utils/templates/table/table-layout/auto.tsx
|
|
18916
|
-
import { jsx as
|
|
19136
|
+
import { jsx as jsx760, jsxs as jsxs407 } from "react/jsx-runtime";
|
|
18917
19137
|
|
|
18918
19138
|
// src/utils/templates/table/table-layout/fixed.tsx
|
|
18919
|
-
import { jsx as
|
|
19139
|
+
import { jsx as jsx761, jsxs as jsxs408 } from "react/jsx-runtime";
|
|
18920
19140
|
|
|
18921
19141
|
// src/utils/templates/transform/flip/horizontal.tsx
|
|
18922
|
-
import { jsx as
|
|
19142
|
+
import { jsx as jsx762, jsxs as jsxs409 } from "react/jsx-runtime";
|
|
18923
19143
|
|
|
18924
19144
|
// src/utils/templates/transform/flip/vertical.tsx
|
|
18925
|
-
import { jsx as
|
|
19145
|
+
import { jsx as jsx763, jsxs as jsxs410 } from "react/jsx-runtime";
|
|
18926
19146
|
|
|
18927
19147
|
// src/utils/templates/transform/origin/applying.tsx
|
|
18928
|
-
import { jsx as
|
|
19148
|
+
import { jsx as jsx764, jsxs as jsxs411 } from "react/jsx-runtime";
|
|
18929
19149
|
|
|
18930
19150
|
// src/utils/templates/transform/rotate/applying.tsx
|
|
18931
|
-
import { jsx as
|
|
19151
|
+
import { jsx as jsx765, jsxs as jsxs412 } from "react/jsx-runtime";
|
|
18932
19152
|
|
|
18933
19153
|
// src/utils/templates/transform/scale/applying.tsx
|
|
18934
|
-
import { jsx as
|
|
19154
|
+
import { jsx as jsx766, jsxs as jsxs413 } from "react/jsx-runtime";
|
|
18935
19155
|
|
|
18936
19156
|
// src/utils/templates/transform/skew/applying.tsx
|
|
18937
|
-
import { jsx as
|
|
19157
|
+
import { jsx as jsx767, jsxs as jsxs414 } from "react/jsx-runtime";
|
|
18938
19158
|
|
|
18939
19159
|
// src/utils/templates/transform/translate/applying.tsx
|
|
18940
|
-
import { jsx as
|
|
19160
|
+
import { jsx as jsx768, jsxs as jsxs415 } from "react/jsx-runtime";
|
|
18941
19161
|
|
|
18942
19162
|
// src/utils/templates/typography/font-style/italic.tsx
|
|
18943
|
-
import { jsx as
|
|
19163
|
+
import { jsx as jsx769 } from "react/jsx-runtime";
|
|
18944
19164
|
|
|
18945
19165
|
// src/utils/templates/typography/font-weight/size.tsx
|
|
18946
|
-
import { Fragment as Fragment197, jsx as
|
|
19166
|
+
import { Fragment as Fragment197, jsx as jsx770, jsxs as jsxs416 } from "react/jsx-runtime";
|
|
18947
19167
|
|
|
18948
19168
|
// src/utils/templates/typography/list-style-type/decimal.tsx
|
|
18949
|
-
import { jsx as
|
|
19169
|
+
import { jsx as jsx771, jsxs as jsxs417 } from "react/jsx-runtime";
|
|
18950
19170
|
|
|
18951
19171
|
// src/utils/templates/typography/list-style-type/disc.tsx
|
|
18952
|
-
import { jsx as
|
|
19172
|
+
import { jsx as jsx772, jsxs as jsxs418 } from "react/jsx-runtime";
|
|
18953
19173
|
|
|
18954
19174
|
// src/utils/templates/typography/list-style-type/none.tsx
|
|
18955
|
-
import { jsx as
|
|
19175
|
+
import { jsx as jsx773, jsxs as jsxs419 } from "react/jsx-runtime";
|
|
18956
19176
|
|
|
18957
19177
|
// src/utils/templates/typography/text-align/center.tsx
|
|
18958
|
-
import { jsx as
|
|
19178
|
+
import { jsx as jsx774 } from "react/jsx-runtime";
|
|
18959
19179
|
|
|
18960
19180
|
// src/utils/templates/typography/text-align/justify.tsx
|
|
18961
|
-
import { jsx as
|
|
19181
|
+
import { jsx as jsx775 } from "react/jsx-runtime";
|
|
18962
19182
|
|
|
18963
19183
|
// src/utils/templates/typography/text-align/left.tsx
|
|
18964
|
-
import { jsx as
|
|
19184
|
+
import { jsx as jsx776 } from "react/jsx-runtime";
|
|
18965
19185
|
|
|
18966
19186
|
// src/utils/templates/typography/text-align/right.tsx
|
|
18967
|
-
import { jsx as
|
|
19187
|
+
import { jsx as jsx777 } from "react/jsx-runtime";
|
|
18968
19188
|
|
|
18969
19189
|
// src/utils/templates/typography/text-color/inherit.tsx
|
|
18970
|
-
import { jsx as
|
|
19190
|
+
import { jsx as jsx778 } from "react/jsx-runtime";
|
|
18971
19191
|
|
|
18972
19192
|
// src/utils/templates/typography/text-color/white.tsx
|
|
18973
|
-
import { jsx as
|
|
19193
|
+
import { jsx as jsx779 } from "react/jsx-runtime";
|
|
18974
19194
|
|
|
18975
19195
|
// src/utils/templates/typography/text-decoration/all.tsx
|
|
18976
|
-
import { Fragment as Fragment198, jsx as
|
|
19196
|
+
import { Fragment as Fragment198, jsx as jsx780, jsxs as jsxs420 } from "react/jsx-runtime";
|
|
18977
19197
|
|
|
18978
19198
|
// src/utils/templates/typography/text-overflow/clip.tsx
|
|
18979
|
-
import { jsx as
|
|
19199
|
+
import { jsx as jsx781 } from "react/jsx-runtime";
|
|
18980
19200
|
|
|
18981
19201
|
// src/utils/templates/typography/text-overflow/ellipsis.tsx
|
|
18982
|
-
import { jsx as
|
|
19202
|
+
import { jsx as jsx782 } from "react/jsx-runtime";
|
|
18983
19203
|
|
|
18984
19204
|
// src/utils/templates/typography/text-transform/all.tsx
|
|
18985
|
-
import { Fragment as Fragment199, jsx as
|
|
19205
|
+
import { Fragment as Fragment199, jsx as jsx783, jsxs as jsxs421 } from "react/jsx-runtime";
|
|
18986
19206
|
|
|
18987
19207
|
// src/utils/templates/typography/vertical-align/baseline.tsx
|
|
18988
|
-
import { jsx as
|
|
19208
|
+
import { jsx as jsx784, jsxs as jsxs422 } from "react/jsx-runtime";
|
|
18989
19209
|
|
|
18990
19210
|
// src/utils/templates/typography/vertical-align/bottom.tsx
|
|
18991
|
-
import { jsx as
|
|
19211
|
+
import { jsx as jsx785, jsxs as jsxs423 } from "react/jsx-runtime";
|
|
18992
19212
|
|
|
18993
19213
|
// src/utils/templates/typography/vertical-align/center.tsx
|
|
18994
|
-
import { jsx as
|
|
19214
|
+
import { jsx as jsx786, jsxs as jsxs424 } from "react/jsx-runtime";
|
|
18995
19215
|
|
|
18996
19216
|
// src/utils/templates/typography/vertical-align/top.tsx
|
|
18997
|
-
import { jsx as
|
|
19217
|
+
import { jsx as jsx787, jsxs as jsxs425 } from "react/jsx-runtime";
|
|
18998
19218
|
|
|
18999
19219
|
// src/utils/templates/typography/white-space/normal.tsx
|
|
19000
|
-
import { jsx as
|
|
19220
|
+
import { jsx as jsx788 } from "react/jsx-runtime";
|
|
19001
19221
|
|
|
19002
19222
|
// src/utils/templates/typography/white-space/nowrap.tsx
|
|
19003
|
-
import { jsx as
|
|
19223
|
+
import { jsx as jsx789 } from "react/jsx-runtime";
|
|
19004
19224
|
|
|
19005
19225
|
// src/utils/templates/typography/white-space/pre-line.tsx
|
|
19006
|
-
import { jsx as
|
|
19226
|
+
import { jsx as jsx790 } from "react/jsx-runtime";
|
|
19007
19227
|
|
|
19008
19228
|
// src/utils/templates/typography/white-space/pre-wrap.tsx
|
|
19009
|
-
import { jsx as
|
|
19229
|
+
import { jsx as jsx791 } from "react/jsx-runtime";
|
|
19010
19230
|
|
|
19011
19231
|
// src/utils/templates/typography/white-space/pre.tsx
|
|
19012
|
-
import { jsx as
|
|
19232
|
+
import { jsx as jsx792 } from "react/jsx-runtime";
|
|
19013
19233
|
|
|
19014
19234
|
// src/multiselect/templates/multiselect-prefix.tsx
|
|
19015
|
-
import { Fragment as Fragment200, jsx as
|
|
19235
|
+
import { Fragment as Fragment200, jsx as jsx793 } from "react/jsx-runtime";
|
|
19016
19236
|
|
|
19017
19237
|
// src/multiselect/templates/multiselect-suffix.tsx
|
|
19018
|
-
import { Fragment as Fragment201, jsx as
|
|
19238
|
+
import { Fragment as Fragment201, jsx as jsx794 } from "react/jsx-runtime";
|
|
19019
19239
|
|
|
19020
19240
|
// src/grid/tests/grid-editing-custom-editor.tsx
|
|
19021
|
-
import { Fragment as Fragment202, jsx as
|
|
19022
|
-
var grid_editing_custom_editor_default = () => /* @__PURE__ */
|
|
19023
|
-
/* @__PURE__ */
|
|
19024
|
-
/* @__PURE__ */
|
|
19025
|
-
/* @__PURE__ */
|
|
19026
|
-
/* @__PURE__ */
|
|
19027
|
-
/* @__PURE__ */
|
|
19028
|
-
/* @__PURE__ */
|
|
19029
|
-
/* @__PURE__ */
|
|
19030
|
-
/* @__PURE__ */
|
|
19241
|
+
import { Fragment as Fragment202, jsx as jsx795, jsxs as jsxs426 } from "react/jsx-runtime";
|
|
19242
|
+
var grid_editing_custom_editor_default = () => /* @__PURE__ */ jsx795(Fragment202, { children: /* @__PURE__ */ jsxs426("div", { id: "test-area", className: "k-d-grid", children: [
|
|
19243
|
+
/* @__PURE__ */ jsxs426(GridWithEditRow, { toolbar: false, className: "k-grid-no-scrollbar", children: [
|
|
19244
|
+
/* @__PURE__ */ jsx795(GridHeader, { children: /* @__PURE__ */ jsx795("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs426(GridHeaderTable, { children: [
|
|
19245
|
+
/* @__PURE__ */ jsxs426("colgroup", { children: [
|
|
19246
|
+
/* @__PURE__ */ jsx795("col", { style: { width: "68px" } }),
|
|
19247
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19248
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19249
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19250
|
+
/* @__PURE__ */ jsx795("col", {})
|
|
19031
19251
|
] }),
|
|
19032
|
-
/* @__PURE__ */
|
|
19033
|
-
/* @__PURE__ */
|
|
19034
|
-
/* @__PURE__ */
|
|
19035
|
-
/* @__PURE__ */
|
|
19036
|
-
/* @__PURE__ */
|
|
19037
|
-
/* @__PURE__ */
|
|
19252
|
+
/* @__PURE__ */ jsx795(TableThead, { children: /* @__PURE__ */ jsxs426(TableRow, { children: [
|
|
19253
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, {}),
|
|
19254
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, { columnTitle: "Autocomplete" }),
|
|
19255
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, { columnTitle: "Combobox" }),
|
|
19256
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, { columnTitle: "Dropdown" }),
|
|
19257
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, { columnTitle: "Multiselect" })
|
|
19038
19258
|
] }) })
|
|
19039
19259
|
] }) }) }),
|
|
19040
|
-
/* @__PURE__ */
|
|
19041
|
-
/* @__PURE__ */
|
|
19042
|
-
/* @__PURE__ */
|
|
19043
|
-
/* @__PURE__ */
|
|
19044
|
-
/* @__PURE__ */
|
|
19045
|
-
/* @__PURE__ */
|
|
19046
|
-
/* @__PURE__ */
|
|
19260
|
+
/* @__PURE__ */ jsx795(GridContainer, { children: /* @__PURE__ */ jsx795(GridContent, { children: /* @__PURE__ */ jsx795("div", { children: /* @__PURE__ */ jsxs426(GridTable, { children: [
|
|
19261
|
+
/* @__PURE__ */ jsxs426("colgroup", { children: [
|
|
19262
|
+
/* @__PURE__ */ jsx795("col", { style: { width: "68px" } }),
|
|
19263
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19264
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19265
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19266
|
+
/* @__PURE__ */ jsx795("col", {})
|
|
19047
19267
|
] }),
|
|
19048
|
-
/* @__PURE__ */
|
|
19049
|
-
/* @__PURE__ */
|
|
19050
|
-
/* @__PURE__ */
|
|
19051
|
-
/* @__PURE__ */
|
|
19052
|
-
/* @__PURE__ */
|
|
19053
|
-
/* @__PURE__ */
|
|
19054
|
-
/* @__PURE__ */
|
|
19268
|
+
/* @__PURE__ */ jsxs426(TableTbody, { children: [
|
|
19269
|
+
/* @__PURE__ */ jsxs426(TableRow, { className: "k-grid-edit-row", children: [
|
|
19270
|
+
/* @__PURE__ */ jsx795(TableTd, { children: "LTR" }),
|
|
19271
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(Autocomplete, { placeholder: "Autocomplete..." }) }),
|
|
19272
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(Combobox, { placeholder: "Combobox..." }) }),
|
|
19273
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(DropdownList, { placeholder: "DropdownList..." }) }),
|
|
19274
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(MultiSelect, { placeholder: "Multiselect..." }) })
|
|
19055
19275
|
] }),
|
|
19056
|
-
/* @__PURE__ */
|
|
19057
|
-
/* @__PURE__ */
|
|
19058
|
-
/* @__PURE__ */
|
|
19059
|
-
/* @__PURE__ */
|
|
19060
|
-
/* @__PURE__ */
|
|
19061
|
-
/* @__PURE__ */
|
|
19276
|
+
/* @__PURE__ */ jsxs426(TableRow, { className: "k-grid-edit-row k-alt", alt: true, children: [
|
|
19277
|
+
/* @__PURE__ */ jsx795(TableTd, { children: "RTL" }),
|
|
19278
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(Autocomplete, { placeholder: "Autocomplete...", className: "k-rtl" }) }),
|
|
19279
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(Combobox, { placeholder: "Combobox...", className: "k-rtl" }) }),
|
|
19280
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(DropdownList, { placeholder: "DropdownList...", className: "k-rtl" }) }),
|
|
19281
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(MultiSelect, { placeholder: "Multiselect...", className: "k-rtl" }) })
|
|
19062
19282
|
] })
|
|
19063
19283
|
] })
|
|
19064
19284
|
] }) }) }) })
|
|
19065
19285
|
] }),
|
|
19066
|
-
/* @__PURE__ */
|
|
19067
|
-
/* @__PURE__ */
|
|
19068
|
-
/* @__PURE__ */
|
|
19069
|
-
/* @__PURE__ */
|
|
19070
|
-
/* @__PURE__ */
|
|
19071
|
-
/* @__PURE__ */
|
|
19072
|
-
/* @__PURE__ */
|
|
19073
|
-
/* @__PURE__ */
|
|
19286
|
+
/* @__PURE__ */ jsxs426(GridWithEditRow, { toolbar: false, className: "k-grid-no-scrollbar", children: [
|
|
19287
|
+
/* @__PURE__ */ jsx795(GridHeader, { children: /* @__PURE__ */ jsx795("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs426(GridHeaderTable, { children: [
|
|
19288
|
+
/* @__PURE__ */ jsxs426("colgroup", { children: [
|
|
19289
|
+
/* @__PURE__ */ jsx795("col", { style: { width: "68px" } }),
|
|
19290
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19291
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19292
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19293
|
+
/* @__PURE__ */ jsx795("col", {})
|
|
19074
19294
|
] }),
|
|
19075
|
-
/* @__PURE__ */
|
|
19076
|
-
/* @__PURE__ */
|
|
19077
|
-
/* @__PURE__ */
|
|
19078
|
-
/* @__PURE__ */
|
|
19079
|
-
/* @__PURE__ */
|
|
19080
|
-
/* @__PURE__ */
|
|
19295
|
+
/* @__PURE__ */ jsx795(TableThead, { children: /* @__PURE__ */ jsxs426(TableRow, { children: [
|
|
19296
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, {}),
|
|
19297
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, { columnTitle: "Datepicker" }),
|
|
19298
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, { columnTitle: "Timepicker" }),
|
|
19299
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, { columnTitle: "Datetime" }),
|
|
19300
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, { columnTitle: "Dateinput" })
|
|
19081
19301
|
] }) })
|
|
19082
19302
|
] }) }) }),
|
|
19083
|
-
/* @__PURE__ */
|
|
19084
|
-
/* @__PURE__ */
|
|
19085
|
-
/* @__PURE__ */
|
|
19086
|
-
/* @__PURE__ */
|
|
19087
|
-
/* @__PURE__ */
|
|
19088
|
-
/* @__PURE__ */
|
|
19089
|
-
/* @__PURE__ */
|
|
19303
|
+
/* @__PURE__ */ jsx795(GridContainer, { style: { overflow: "visible" }, children: /* @__PURE__ */ jsx795(GridContent, { style: { overflow: "visible" }, children: /* @__PURE__ */ jsx795("div", { children: /* @__PURE__ */ jsxs426(GridTable, { children: [
|
|
19304
|
+
/* @__PURE__ */ jsxs426("colgroup", { children: [
|
|
19305
|
+
/* @__PURE__ */ jsx795("col", { style: { width: "68px" } }),
|
|
19306
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19307
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19308
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19309
|
+
/* @__PURE__ */ jsx795("col", {})
|
|
19090
19310
|
] }),
|
|
19091
|
-
/* @__PURE__ */
|
|
19092
|
-
/* @__PURE__ */
|
|
19093
|
-
/* @__PURE__ */
|
|
19094
|
-
/* @__PURE__ */
|
|
19095
|
-
/* @__PURE__ */
|
|
19096
|
-
/* @__PURE__ */
|
|
19097
|
-
/* @__PURE__ */
|
|
19311
|
+
/* @__PURE__ */ jsxs426(TableTbody, { children: [
|
|
19312
|
+
/* @__PURE__ */ jsxs426(TableRow, { className: "k-grid-edit-row", children: [
|
|
19313
|
+
/* @__PURE__ */ jsx795(TableTd, { children: "LTR" }),
|
|
19314
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(DatePicker, { placeholder: "DatePicker..." }) }),
|
|
19315
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(TimePicker, { placeholder: "TimePicker..." }) }),
|
|
19316
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(DateTimePicker, { placeholder: "DateTimePicker..." }) }),
|
|
19317
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(DateInput, { placeholder: "DateInput..." }) })
|
|
19098
19318
|
] }),
|
|
19099
|
-
/* @__PURE__ */
|
|
19100
|
-
/* @__PURE__ */
|
|
19101
|
-
/* @__PURE__ */
|
|
19102
|
-
/* @__PURE__ */
|
|
19103
|
-
/* @__PURE__ */
|
|
19104
|
-
/* @__PURE__ */
|
|
19319
|
+
/* @__PURE__ */ jsxs426(TableRow, { className: "k-grid-edit-row k-alt", alt: true, children: [
|
|
19320
|
+
/* @__PURE__ */ jsx795(TableTd, { children: "RTL" }),
|
|
19321
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(DatePicker, { placeholder: "DatePicker...", className: "k-rtl" }) }),
|
|
19322
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(TimePicker, { placeholder: "TimePicker...", className: "k-rtl" }) }),
|
|
19323
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(DateTimePicker, { placeholder: "DateTimePicker...", className: "k-rtl" }) }),
|
|
19324
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(DateInput, { placeholder: "DateInput...", className: "k-rtl" }) })
|
|
19105
19325
|
] })
|
|
19106
19326
|
] })
|
|
19107
19327
|
] }) }) }) })
|
|
19108
19328
|
] }),
|
|
19109
|
-
/* @__PURE__ */
|
|
19110
|
-
/* @__PURE__ */
|
|
19111
|
-
/* @__PURE__ */
|
|
19112
|
-
/* @__PURE__ */
|
|
19113
|
-
/* @__PURE__ */
|
|
19114
|
-
/* @__PURE__ */
|
|
19115
|
-
/* @__PURE__ */
|
|
19329
|
+
/* @__PURE__ */ jsxs426(GridWithEditRow, { toolbar: false, className: "k-grid-no-scrollbar", children: [
|
|
19330
|
+
/* @__PURE__ */ jsx795(GridHeader, { children: /* @__PURE__ */ jsx795("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs426(GridHeaderTable, { children: [
|
|
19331
|
+
/* @__PURE__ */ jsxs426("colgroup", { children: [
|
|
19332
|
+
/* @__PURE__ */ jsx795("col", { style: { width: "68px" } }),
|
|
19333
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19334
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19335
|
+
/* @__PURE__ */ jsx795("col", {})
|
|
19116
19336
|
] }),
|
|
19117
|
-
/* @__PURE__ */
|
|
19118
|
-
/* @__PURE__ */
|
|
19119
|
-
/* @__PURE__ */
|
|
19120
|
-
/* @__PURE__ */
|
|
19121
|
-
/* @__PURE__ */
|
|
19337
|
+
/* @__PURE__ */ jsx795(TableThead, { children: /* @__PURE__ */ jsxs426(TableRow, { children: [
|
|
19338
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, {}),
|
|
19339
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, { columnTitle: "Numeric" }),
|
|
19340
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, { columnTitle: "Switch" }),
|
|
19341
|
+
/* @__PURE__ */ jsx795(GridHeaderCell, {})
|
|
19122
19342
|
] }) })
|
|
19123
19343
|
] }) }) }),
|
|
19124
|
-
/* @__PURE__ */
|
|
19125
|
-
/* @__PURE__ */
|
|
19126
|
-
/* @__PURE__ */
|
|
19127
|
-
/* @__PURE__ */
|
|
19128
|
-
/* @__PURE__ */
|
|
19129
|
-
/* @__PURE__ */
|
|
19344
|
+
/* @__PURE__ */ jsx795(GridContainer, { children: /* @__PURE__ */ jsx795(GridContent, { children: /* @__PURE__ */ jsx795("div", { children: /* @__PURE__ */ jsxs426(GridTable, { children: [
|
|
19345
|
+
/* @__PURE__ */ jsxs426("colgroup", { children: [
|
|
19346
|
+
/* @__PURE__ */ jsx795("col", { style: { width: "68px" } }),
|
|
19347
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19348
|
+
/* @__PURE__ */ jsx795("col", {}),
|
|
19349
|
+
/* @__PURE__ */ jsx795("col", {})
|
|
19130
19350
|
] }),
|
|
19131
|
-
/* @__PURE__ */
|
|
19132
|
-
/* @__PURE__ */
|
|
19133
|
-
/* @__PURE__ */
|
|
19134
|
-
/* @__PURE__ */
|
|
19135
|
-
/* @__PURE__ */
|
|
19136
|
-
/* @__PURE__ */
|
|
19351
|
+
/* @__PURE__ */ jsxs426(TableTbody, { children: [
|
|
19352
|
+
/* @__PURE__ */ jsxs426(TableRow, { className: "k-grid-edit-row", children: [
|
|
19353
|
+
/* @__PURE__ */ jsx795(TableTd, { children: "LTR" }),
|
|
19354
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(NumericTextbox, { placeholder: "Numeric..." }) }),
|
|
19355
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(Switch, { checked: true }) }),
|
|
19356
|
+
/* @__PURE__ */ jsx795(TableTd, {})
|
|
19137
19357
|
] }),
|
|
19138
|
-
/* @__PURE__ */
|
|
19139
|
-
/* @__PURE__ */
|
|
19140
|
-
/* @__PURE__ */
|
|
19141
|
-
/* @__PURE__ */
|
|
19142
|
-
/* @__PURE__ */
|
|
19358
|
+
/* @__PURE__ */ jsxs426(TableRow, { className: "k-grid-edit-row k-alt", alt: true, children: [
|
|
19359
|
+
/* @__PURE__ */ jsx795(TableTd, { children: "RTL" }),
|
|
19360
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(NumericTextbox, { placeholder: "Numeric...", className: "k-rtl" }) }),
|
|
19361
|
+
/* @__PURE__ */ jsx795(TableTd, { children: /* @__PURE__ */ jsx795(Switch, { checked: true, className: "k-rtl" }) }),
|
|
19362
|
+
/* @__PURE__ */ jsx795(TableTd, {})
|
|
19143
19363
|
] })
|
|
19144
19364
|
] })
|
|
19145
19365
|
] }) }) }) })
|