@progress/kendo-themes-html 6.7.1-dev.1 → 6.8.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.
Files changed (104) hide show
  1. package/dist/cjs/daterangepicker/daterangepicker.spec.js +206 -203
  2. package/dist/cjs/daterangepicker/templates/daterangepicker-adaptive.js +208 -205
  3. package/dist/cjs/daterangepicker/templates/daterangepicker-normal.js +208 -205
  4. package/dist/cjs/daterangepicker/templates/daterangepicker-popup.js +208 -205
  5. package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +218 -215
  6. package/dist/cjs/daterangepicker/tests/daterangepicker-flat.js +227 -224
  7. package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +218 -215
  8. package/dist/cjs/daterangepicker/tests/daterangepicker-outline.js +227 -224
  9. package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +221 -218
  10. package/dist/cjs/daterangepicker/tests/daterangepicker-solid.js +227 -224
  11. package/dist/cjs/floating-label/templates/floating-label-normal.js +115 -0
  12. package/dist/cjs/floating-label/tests/floating-label-flat.js +87 -1136
  13. package/dist/cjs/floating-label/tests/floating-label-outline.js +87 -1136
  14. package/dist/cjs/floating-label/tests/floating-label-solid.js +4929 -0
  15. package/dist/cjs/form/tests/form-field-dateinputs.js +149 -146
  16. package/dist/cjs/form/tests/form-field-inputs-rtl.js +233 -230
  17. package/dist/cjs/form/tests/form-field-inputs.js +234 -231
  18. package/dist/cjs/index.js +2415 -2409
  19. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +7103 -0
  20. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +526 -553
  21. package/dist/cjs/{floating-label/tests/floating-label.js → spreadsheet/tests/spreadsheet-file-dialogs.js} +1113 -922
  22. package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +7088 -0
  23. package/dist/cjs/spreadsheet/tests/spreadsheet-find-replace-dialog.js +5858 -0
  24. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +7385 -0
  25. package/dist/cjs/spreadsheet/tests/spreadsheet-formula-dialog.js +5824 -0
  26. package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +7062 -0
  27. package/dist/cjs/spreadsheet/tests/{spreadsheet-dialog.js → spreadsheet-insert-dialogs.js} +541 -601
  28. package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +7133 -0
  29. package/dist/cjs/spreadsheet/tests/spreadsheet-print.js +6285 -0
  30. package/dist/cjs/spreadsheet/tests/{spreadsheet-tools-popup.js → spreadsheet-row-contextmenu.js} +733 -784
  31. package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +5518 -0
  32. package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +6989 -0
  33. package/dist/cjs/spreadsheet/tests/spreadsheet.js +660 -708
  34. package/dist/esm/daterangepicker/daterangepicker.spec.js +170 -167
  35. package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.js +172 -169
  36. package/dist/esm/daterangepicker/templates/daterangepicker-normal.js +172 -169
  37. package/dist/esm/daterangepicker/templates/daterangepicker-popup.js +172 -169
  38. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +180 -177
  39. package/dist/esm/daterangepicker/tests/daterangepicker-flat.js +186 -183
  40. package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +180 -177
  41. package/dist/esm/daterangepicker/tests/daterangepicker-outline.js +186 -183
  42. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +182 -179
  43. package/dist/esm/daterangepicker/tests/daterangepicker-solid.js +186 -183
  44. package/dist/esm/floating-label/templates/floating-label-normal.js +93 -0
  45. package/dist/esm/floating-label/tests/floating-label-flat.js +84 -1133
  46. package/dist/esm/floating-label/tests/floating-label-outline.js +84 -1133
  47. package/dist/esm/floating-label/tests/floating-label-solid.js +4913 -0
  48. package/dist/esm/form/tests/form-field-dateinputs.js +123 -120
  49. package/dist/esm/form/tests/form-field-inputs-rtl.js +194 -191
  50. package/dist/esm/form/tests/form-field-inputs.js +192 -189
  51. package/dist/esm/index.js +2025 -2019
  52. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +7087 -0
  53. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +526 -553
  54. package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +6153 -0
  55. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +7072 -0
  56. package/dist/esm/{floating-label/tests/floating-label.js → spreadsheet/tests/spreadsheet-find-replace-dialog.js} +849 -969
  57. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +7369 -0
  58. package/dist/esm/spreadsheet/tests/spreadsheet-formula-dialog.js +5808 -0
  59. package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +7046 -0
  60. package/dist/esm/spreadsheet/tests/{spreadsheet-dialog.js → spreadsheet-insert-dialogs.js} +541 -601
  61. package/dist/esm/spreadsheet/tests/{spreadsheet-tools-popup.js → spreadsheet-jquery.js} +296 -317
  62. package/dist/esm/spreadsheet/tests/spreadsheet-print.js +6269 -0
  63. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +7087 -0
  64. package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.js +5502 -0
  65. package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +6973 -0
  66. package/dist/esm/spreadsheet/tests/spreadsheet.js +661 -709
  67. package/dist/types/floating-label/index.d.ts +1 -0
  68. package/dist/types/floating-label/templates/floating-label-normal.d.ts +4 -0
  69. package/dist/types/spreadsheet/tests/spreadsheet-filtering.d.ts +2 -0
  70. package/dist/types/spreadsheet/tests/spreadsheet-find-replace-dialog.d.ts +2 -0
  71. package/dist/types/spreadsheet/tests/spreadsheet-format-dialogs.d.ts +2 -0
  72. package/dist/types/spreadsheet/tests/spreadsheet-formula-dialog.d.ts +2 -0
  73. package/dist/types/spreadsheet/tests/spreadsheet-formula.d.ts +2 -0
  74. package/dist/types/spreadsheet/tests/spreadsheet-insert-dialogs.d.ts +2 -0
  75. package/dist/types/spreadsheet/tests/spreadsheet-jquery.d.ts +2 -0
  76. package/dist/types/spreadsheet/tests/spreadsheet-print.d.ts +2 -0
  77. package/dist/types/spreadsheet/tests/spreadsheet-row-contextmenu.d.ts +2 -0
  78. package/dist/types/spreadsheet/tests/spreadsheet-sheets-bar.d.ts +2 -0
  79. package/dist/types/spreadsheet/tests/spreadsheet-tools.d.ts +2 -0
  80. package/package.json +2 -2
  81. package/src/floating-label/index.ts +1 -0
  82. package/src/floating-label/templates/floating-label-normal.tsx +7 -0
  83. package/src/floating-label/tests/floating-label-flat.tsx +32 -148
  84. package/src/floating-label/tests/floating-label-outline.tsx +32 -148
  85. package/src/floating-label/tests/floating-label-solid.tsx +64 -0
  86. package/src/spreadsheet/tests/spreadsheet-cell-contextmenu.tsx +538 -0
  87. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +43 -53
  88. package/src/spreadsheet/tests/spreadsheet-file-dialogs.tsx +63 -0
  89. package/src/spreadsheet/tests/spreadsheet-filtering.tsx +522 -0
  90. package/src/spreadsheet/tests/spreadsheet-find-replace-dialog.tsx +38 -0
  91. package/src/spreadsheet/tests/spreadsheet-format-dialogs.tsx +76 -0
  92. package/src/spreadsheet/tests/spreadsheet-formula-dialog.tsx +45 -0
  93. package/src/spreadsheet/tests/spreadsheet-formula.tsx +491 -0
  94. package/src/spreadsheet/tests/{spreadsheet-dialog.tsx → spreadsheet-insert-dialogs.tsx} +35 -52
  95. package/src/spreadsheet/tests/{spreadsheet-tools-popup.tsx → spreadsheet-jquery.tsx} +19 -43
  96. package/src/spreadsheet/tests/spreadsheet-print.tsx +179 -0
  97. package/src/spreadsheet/tests/spreadsheet-row-contextmenu.tsx +538 -0
  98. package/src/spreadsheet/tests/spreadsheet-sheets-bar.tsx +123 -0
  99. package/src/spreadsheet/tests/spreadsheet-tools.tsx +315 -0
  100. package/src/spreadsheet/tests/spreadsheet.tsx +372 -435
  101. package/src/floating-label/tests/floating-label.tsx +0 -180
  102. /package/dist/types/floating-label/tests/{floating-label.d.ts → floating-label-solid.d.ts} +0 -0
  103. /package/dist/types/spreadsheet/tests/{spreadsheet-dialog.d.ts → spreadsheet-cell-contextmenu.d.ts} +0 -0
  104. /package/dist/types/spreadsheet/tests/{spreadsheet-tools-popup.d.ts → spreadsheet-file-dialogs.d.ts} +0 -0
@@ -4923,8 +4923,11 @@ FloatingLabel.options = options13;
4923
4923
  FloatingLabel.className = FLOATINGLABEL_CLASSNAME;
4924
4924
  FloatingLabel.defaultProps = defaultProps11;
4925
4925
 
4926
- // src/calendar/calendar.spec.tsx
4926
+ // src/floating-label/templates/floating-label-normal.tsx
4927
4927
  var import_jsx_runtime23 = require("react/jsx-runtime");
4928
+
4929
+ // src/calendar/calendar.spec.tsx
4930
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4928
4931
  var CALENDAR_CLASSNAME = `k-calendar`;
4929
4932
  var states15 = [];
4930
4933
  var options14 = {
@@ -4952,7 +4955,7 @@ var Calendar = (props) => {
4952
4955
  dir,
4953
4956
  ...other
4954
4957
  } = props;
4955
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
4958
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
4956
4959
  "div",
4957
4960
  {
4958
4961
  ...other,
@@ -4968,7 +4971,7 @@ var Calendar = (props) => {
4968
4971
  }
4969
4972
  ),
4970
4973
  children: [
4971
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4974
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4972
4975
  CalendarHeader,
4973
4976
  {
4974
4977
  showToday: showCalendarFooter ? false : true,
@@ -4978,7 +4981,7 @@ var Calendar = (props) => {
4978
4981
  dir
4979
4982
  }
4980
4983
  ),
4981
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4984
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4982
4985
  CalendarView,
4983
4986
  {
4984
4987
  calendarView,
@@ -4990,7 +4993,7 @@ var Calendar = (props) => {
4990
4993
  selectedRange
4991
4994
  }
4992
4995
  ),
4993
- showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(CalendarFooter, {})
4996
+ showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(CalendarFooter, {})
4994
4997
  ]
4995
4998
  }
4996
4999
  );
@@ -5001,7 +5004,7 @@ Calendar.className = CALENDAR_CLASSNAME;
5001
5004
  Calendar.defaultProps = defaultProps12;
5002
5005
 
5003
5006
  // src/calendar/calendar-cell.tsx
5004
- var import_jsx_runtime24 = require("react/jsx-runtime");
5007
+ var import_jsx_runtime25 = require("react/jsx-runtime");
5005
5008
  var states16 = [
5006
5009
  States.hover,
5007
5010
  States.focus,
@@ -5051,16 +5054,16 @@ var CalendarCell = (props) => {
5051
5054
  }
5052
5055
  ];
5053
5056
  if (headerCell) {
5054
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5057
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5055
5058
  }
5056
5059
  if (weekCell) {
5057
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5060
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5058
5061
  }
5059
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "k-link", children: text }) });
5062
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: text }) });
5060
5063
  };
5061
5064
 
5062
5065
  // src/calendar/calendar-header.tsx
5063
- var import_jsx_runtime25 = require("react/jsx-runtime");
5066
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5064
5067
  var className7 = `k-calendar-header`;
5065
5068
  var options15 = {
5066
5069
  size: [Size.small, Size.medium, Size.large]
@@ -5082,7 +5085,7 @@ var CalendarHeader = (props) => {
5082
5085
  } = props;
5083
5086
  const iconPrev = dir === "rtl" ? "chevron-right" : "chevron-left";
5084
5087
  const iconNext = dir === "rtl" ? "chevron-left" : "chevron-right";
5085
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
5088
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5086
5089
  "div",
5087
5090
  {
5088
5091
  ...other,
@@ -5094,12 +5097,12 @@ var CalendarHeader = (props) => {
5094
5097
  }
5095
5098
  ),
5096
5099
  children: [
5097
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5098
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5099
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("span", { className: "k-calendar-nav", children: [
5100
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5101
- showToday && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5102
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5100
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5101
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-spacer" }),
5102
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("span", { className: "k-calendar-nav", children: [
5103
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5104
+ showToday && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5105
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5103
5106
  ] })
5104
5107
  ]
5105
5108
  }
@@ -5107,12 +5110,12 @@ var CalendarHeader = (props) => {
5107
5110
  };
5108
5111
 
5109
5112
  // src/calendar/calendar-footer.tsx
5110
- var import_jsx_runtime26 = require("react/jsx-runtime");
5113
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5111
5114
  var className8 = `k-calendar-footer`;
5112
- var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { ...props, className: classNames(props.className, className8), children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5115
+ var CalendarFooter = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { ...props, className: classNames(props.className, className8), children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
5113
5116
 
5114
5117
  // src/calendar/calendar-table.tsx
5115
- var import_jsx_runtime27 = require("react/jsx-runtime");
5118
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5116
5119
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5117
5120
  var CalendarTable = (props) => {
5118
5121
  const {
@@ -5124,7 +5127,7 @@ var CalendarTable = (props) => {
5124
5127
  ...other
5125
5128
  } = props;
5126
5129
  if (calendarView === "year") {
5127
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5130
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5128
5131
  "table",
5129
5132
  {
5130
5133
  ...other,
@@ -5133,25 +5136,25 @@ var CalendarTable = (props) => {
5133
5136
  CALENDARTABLE_CLASSNAME
5134
5137
  ),
5135
5138
  children: [
5136
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5137
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5138
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5139
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Jan" }),
5140
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Feb" }),
5141
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Mar" }),
5142
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Apr" })
5139
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5140
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5141
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5142
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jan" }),
5143
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Feb" }),
5144
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Mar" }),
5145
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Apr" })
5143
5146
  ] }),
5144
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5145
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "May" }),
5146
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Jun", hover: true }),
5147
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Jul", focus: true }),
5148
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Au", selected: true })
5147
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5148
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "May" }),
5149
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jun", hover: true }),
5150
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jul", focus: true }),
5151
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Au", selected: true })
5149
5152
  ] }),
5150
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5151
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Sep" }),
5152
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Oct", today: true }),
5153
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Nov" }),
5154
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Dec" })
5153
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5154
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Sep" }),
5155
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Oct", today: true }),
5156
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Nov" }),
5157
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Dec" })
5155
5158
  ] })
5156
5159
  ] })
5157
5160
  ]
@@ -5159,7 +5162,7 @@ var CalendarTable = (props) => {
5159
5162
  );
5160
5163
  }
5161
5164
  if (calendarView === "decade") {
5162
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5165
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5163
5166
  "table",
5164
5167
  {
5165
5168
  ...other,
@@ -5168,25 +5171,25 @@ var CalendarTable = (props) => {
5168
5171
  CALENDARTABLE_CLASSNAME
5169
5172
  ),
5170
5173
  children: [
5171
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5172
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5173
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5174
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { className: "k-out-of-range" }),
5175
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2020" }),
5176
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2021", today: true }),
5177
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2022" })
5174
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5175
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5176
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5177
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" }),
5178
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2020" }),
5179
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2021", today: true }),
5180
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2022" })
5178
5181
  ] }),
5179
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5180
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2023" }),
5181
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2024", hover: true }),
5182
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2025", focus: true }),
5183
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2026", selected: true })
5182
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5183
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2023" }),
5184
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2024", hover: true }),
5185
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2025", focus: true }),
5186
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2026", selected: true })
5184
5187
  ] }),
5185
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5186
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2027" }),
5187
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2028" }),
5188
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2029" }),
5189
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { className: "k-out-of-range" })
5188
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5189
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2027" }),
5190
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2028" }),
5191
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2029" }),
5192
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" })
5190
5193
  ] })
5191
5194
  ] })
5192
5195
  ]
@@ -5194,7 +5197,7 @@ var CalendarTable = (props) => {
5194
5197
  );
5195
5198
  }
5196
5199
  if (calendarView === "century") {
5197
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5200
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5198
5201
  "table",
5199
5202
  {
5200
5203
  ...other,
@@ -5203,32 +5206,32 @@ var CalendarTable = (props) => {
5203
5206
  CALENDARTABLE_CLASSNAME
5204
5207
  ),
5205
5208
  children: [
5206
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5207
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5208
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5209
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "1990 - 1999" }),
5210
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2000 - 2009" }),
5211
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5212
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2020 - 2029" })
5209
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5210
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5211
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5212
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1990 - 1999" }),
5213
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2000 - 2009" }),
5214
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5215
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2020 - 2029" })
5213
5216
  ] }),
5214
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5215
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2030 - 2039" }),
5216
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5217
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5218
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5217
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5218
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2030 - 2039" }),
5219
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5220
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5221
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5219
5222
  ] }),
5220
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5221
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2070 - 2079" }),
5222
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2080 - 2089" }),
5223
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2090 - 2099" }),
5224
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { className: "k-out-of-range" })
5223
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5224
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2070 - 2079" }),
5225
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2080 - 2089" }),
5226
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2090 - 2099" }),
5227
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" })
5225
5228
  ] })
5226
5229
  ] })
5227
5230
  ]
5228
5231
  }
5229
5232
  );
5230
5233
  }
5231
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5234
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5232
5235
  "table",
5233
5236
  {
5234
5237
  ...other,
@@ -5237,68 +5240,68 @@ var CalendarTable = (props) => {
5237
5240
  CALENDARTABLE_CLASSNAME
5238
5241
  ),
5239
5242
  children: [
5240
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5241
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarTableHead, { showWeek }),
5242
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5243
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5244
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "39", weekCell: true }),
5245
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5246
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "1" }),
5247
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2" }),
5248
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "3" }),
5249
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "4" }),
5250
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "5" }),
5251
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "6", weekend: true })
5243
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5244
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarTableHead, { showWeek }),
5245
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5246
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5247
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "39", weekCell: true }),
5248
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5249
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1" }),
5250
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2" }),
5251
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "3" }),
5252
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "4" }),
5253
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "5" }),
5254
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "6", weekend: true })
5252
5255
  ] }),
5253
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5254
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "40", weekCell: true }),
5255
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "7", weekend: true }),
5256
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "8", hover: true }),
5257
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "9", focus: true }),
5258
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "10", selected: true }),
5259
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5260
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5261
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "13", weekend: true })
5256
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5257
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "40", weekCell: true }),
5258
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "7", weekend: true }),
5259
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "8", hover: true }),
5260
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "9", focus: true }),
5261
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "10", selected: true }),
5262
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5263
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5264
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "13", weekend: true })
5262
5265
  ] }),
5263
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5264
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "41", weekCell: true }),
5265
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "14", weekend: true }),
5266
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "15" }),
5267
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "16", today: true }),
5268
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "17" }),
5269
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "18" }),
5270
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "19" }),
5271
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "20", weekend: true })
5266
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5267
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "41", weekCell: true }),
5268
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "14", weekend: true }),
5269
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "15" }),
5270
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "16", today: true }),
5271
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "17" }),
5272
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "18" }),
5273
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "19" }),
5274
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "20", weekend: true })
5272
5275
  ] }),
5273
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5274
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "42", weekCell: true }),
5275
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "21", weekend: true }),
5276
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "22" }),
5277
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "23" }),
5278
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "24" }),
5279
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5280
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5281
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5276
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5277
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "42", weekCell: true }),
5278
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "21", weekend: true }),
5279
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "22" }),
5280
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "23" }),
5281
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "24" }),
5282
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5283
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5284
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5282
5285
  ] }),
5283
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5284
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "43", weekCell: true }),
5285
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5286
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5287
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "30" }),
5288
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "31" }),
5289
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5290
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5291
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5286
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5287
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "43", weekCell: true }),
5288
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5289
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5290
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "30" }),
5291
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "31" }),
5292
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5293
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5294
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5292
5295
  ] }),
5293
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5294
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "44", weekCell: true }),
5295
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5296
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5297
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5298
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5299
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5300
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5301
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5296
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5297
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "44", weekCell: true }),
5298
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5299
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5300
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5301
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5302
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5303
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5304
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5302
5305
  ] })
5303
5306
  ] })
5304
5307
  ]
@@ -5307,34 +5310,34 @@ var CalendarTable = (props) => {
5307
5310
  };
5308
5311
 
5309
5312
  // src/calendar/calendar-table-head.tsx
5310
- var import_jsx_runtime28 = require("react/jsx-runtime");
5313
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5311
5314
  var className9 = `k-calendar-thead`;
5312
5315
  var CalendarTableHead = (props) => {
5313
5316
  const {
5314
5317
  showWeek,
5315
5318
  ...other
5316
5319
  } = props;
5317
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5320
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5318
5321
  "thead",
5319
5322
  {
5320
5323
  ...other,
5321
5324
  className: classNames(props.className, className9),
5322
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5323
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5324
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5325
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5326
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5327
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "We", headerCell: true }),
5328
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5329
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5330
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5325
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5326
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5327
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5328
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5329
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5330
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "We", headerCell: true }),
5331
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5332
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5333
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5331
5334
  ] })
5332
5335
  }
5333
5336
  );
5334
5337
  };
5335
5338
 
5336
5339
  // src/calendar/calendar-view.tsx
5337
- var import_jsx_runtime29 = require("react/jsx-runtime");
5340
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5338
5341
  var className10 = `k-calendar-view`;
5339
5342
  var defaultProps14 = {
5340
5343
  viewsCount: 1,
@@ -5352,7 +5355,7 @@ var CalendarView = (props) => {
5352
5355
  selectedRange,
5353
5356
  ...other
5354
5357
  } = props;
5355
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5358
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5356
5359
  "div",
5357
5360
  {
5358
5361
  ...other,
@@ -5368,7 +5371,7 @@ var CalendarView = (props) => {
5368
5371
  }
5369
5372
  ),
5370
5373
  children: [...Array(viewsCount)].map(
5371
- (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5374
+ (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5372
5375
  CalendarTable,
5373
5376
  {
5374
5377
  calendarView,
@@ -5385,7 +5388,7 @@ var CalendarView = (props) => {
5385
5388
  };
5386
5389
 
5387
5390
  // src/multiviewcalendar/multiviewcalendar.spec.tsx
5388
- var import_jsx_runtime30 = require("react/jsx-runtime");
5391
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5389
5392
  var MULTIVIEWCALENDAR_CLASSNAME = `k-calendar-range`;
5390
5393
  var states17 = [];
5391
5394
  var options16 = {
@@ -5412,7 +5415,7 @@ var MultiViewCalendar = (props) => {
5412
5415
  dir,
5413
5416
  ...other
5414
5417
  } = props;
5415
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5418
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5416
5419
  Calendar,
5417
5420
  {
5418
5421
  ...other,
@@ -5440,7 +5443,7 @@ MultiViewCalendar.className = MULTIVIEWCALENDAR_CLASSNAME;
5440
5443
  MultiViewCalendar.defaultProps = defaultProps15;
5441
5444
 
5442
5445
  // src/animation-container/animation-container.spec.tsx
5443
- var import_jsx_runtime31 = require("react/jsx-runtime");
5446
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5444
5447
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5445
5448
  var states18 = [];
5446
5449
  var options17 = {};
@@ -5454,7 +5457,7 @@ var AnimationContainer = (props) => {
5454
5457
  offset,
5455
5458
  ...other
5456
5459
  } = props;
5457
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5460
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5458
5461
  "div",
5459
5462
  {
5460
5463
  ...other,
@@ -5466,7 +5469,7 @@ var AnimationContainer = (props) => {
5466
5469
  ["k-animation-container-fixed"]: positionMode === "fixed"
5467
5470
  }
5468
5471
  ),
5469
- children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5472
+ children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5470
5473
  }
5471
5474
  );
5472
5475
  };
@@ -5476,7 +5479,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5476
5479
  AnimationContainer.defaultProps = defaultProps16;
5477
5480
 
5478
5481
  // src/popup/popup.spec.tsx
5479
- var import_jsx_runtime32 = require("react/jsx-runtime");
5482
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5480
5483
  var POPUP_CLASSNAME = `k-popup`;
5481
5484
  var states19 = [];
5482
5485
  var options18 = {};
@@ -5489,12 +5492,12 @@ var Popup = (props) => {
5489
5492
  positionMode,
5490
5493
  ...other
5491
5494
  } = props;
5492
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5495
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5493
5496
  AnimationContainer,
5494
5497
  {
5495
5498
  positionMode,
5496
5499
  offset,
5497
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5500
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5498
5501
  }
5499
5502
  );
5500
5503
  };
@@ -5504,7 +5507,7 @@ Popup.className = POPUP_CLASSNAME;
5504
5507
  Popup.defaultProps = defaultProps17;
5505
5508
 
5506
5509
  // src/action-sheet/action-sheet.spec.tsx
5507
- var import_jsx_runtime33 = require("react/jsx-runtime");
5510
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5508
5511
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5509
5512
  var states20 = [];
5510
5513
  var options19 = {};
@@ -5527,8 +5530,8 @@ var ActionSheet = (props) => {
5527
5530
  overlay = defaultProps18.overlay,
5528
5531
  ...other
5529
5532
  } = props;
5530
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5531
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5533
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5534
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5532
5535
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5533
5536
  switch (child.type) {
5534
5537
  case ActionSheetHeader:
@@ -5538,10 +5541,10 @@ var ActionSheet = (props) => {
5538
5541
  return true;
5539
5542
  }
5540
5543
  return true;
5541
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, {});
5542
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("div", { className: "k-actionsheet-container", children: [
5543
- overlay && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "k-overlay" }),
5544
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5544
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_jsx_runtime34.Fragment, {});
5545
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "k-actionsheet-container", children: [
5546
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "k-overlay" }),
5547
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5545
5548
  AnimationContainer,
5546
5549
  {
5547
5550
  animationStyle: {
@@ -5551,7 +5554,7 @@ var ActionSheet = (props) => {
5551
5554
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5552
5555
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5553
5556
  },
5554
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5557
+ children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5555
5558
  "div",
5556
5559
  {
5557
5560
  ...other,
@@ -5564,9 +5567,9 @@ var ActionSheet = (props) => {
5564
5567
  "k-adaptive-actionsheet": adaptive
5565
5568
  }
5566
5569
  ),
5567
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_jsx_runtime33.Fragment, { children: [
5570
+ children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, { children: [
5568
5571
  _ActionSheetHeader,
5569
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: classNames(
5572
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: classNames(
5570
5573
  "k-actionsheet-content",
5571
5574
  {
5572
5575
  "!k-overflow-hidden": adaptive
@@ -5586,7 +5589,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
5586
5589
  ActionSheet.defaultProps = defaultProps18;
5587
5590
 
5588
5591
  // src/searchbox/searchbox.spec.tsx
5589
- var import_jsx_runtime34 = require("react/jsx-runtime");
5592
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5590
5593
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5591
5594
  var states21 = [
5592
5595
  States.hover,
@@ -5627,7 +5630,7 @@ var Searchbox = (props) => {
5627
5630
  icon = defaultProps19.icon,
5628
5631
  ...other
5629
5632
  } = props;
5630
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5633
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5631
5634
  Input,
5632
5635
  {
5633
5636
  ...other,
@@ -5643,11 +5646,11 @@ var Searchbox = (props) => {
5643
5646
  disabled,
5644
5647
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5645
5648
  children: [
5646
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { className: "k-input-icon", icon }),
5647
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputInnerInput, { placeholder, value }),
5648
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputLoadingIcon, { ...props }),
5649
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputValidationIcon, { ...props }),
5650
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputClearValue, { ...props })
5649
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon, { className: "k-input-icon", icon }),
5650
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputInnerInput, { placeholder, value }),
5651
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputLoadingIcon, { ...props }),
5652
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputValidationIcon, { ...props }),
5653
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputClearValue, { ...props })
5651
5654
  ]
5652
5655
  }
5653
5656
  );
@@ -5658,10 +5661,10 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5658
5661
  Searchbox.defaultProps = defaultProps19;
5659
5662
 
5660
5663
  // src/searchbox/templates/searchbox-normal.tsx
5661
- var import_jsx_runtime35 = require("react/jsx-runtime");
5664
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5662
5665
 
5663
5666
  // src/action-sheet/actionsheet-header.tsx
5664
- var import_jsx_runtime36 = require("react/jsx-runtime");
5667
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5665
5668
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5666
5669
  var ActionSheetHeader = (props) => {
5667
5670
  const {
@@ -5671,7 +5674,7 @@ var ActionSheetHeader = (props) => {
5671
5674
  filter,
5672
5675
  ...other
5673
5676
  } = props;
5674
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5677
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5675
5678
  "div",
5676
5679
  {
5677
5680
  ...other,
@@ -5679,23 +5682,23 @@ var ActionSheetHeader = (props) => {
5679
5682
  props.className,
5680
5683
  ACTIONSHEETHEADER_CLASSNAME
5681
5684
  ),
5682
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_jsx_runtime36.Fragment, { children: [
5683
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5684
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_jsx_runtime36.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "k-actionsheet-title", children: [
5685
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-text-center", children: title }),
5686
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5685
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
5686
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5687
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "k-actionsheet-title", children: [
5688
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-text-center", children: title }),
5689
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5687
5690
  ] }) }),
5688
- props.children && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5689
- actions && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_jsx_runtime36.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5691
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5692
+ actions && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5690
5693
  ] }),
5691
- filter && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_jsx_runtime36.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5694
+ filter && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5692
5695
  ] })
5693
5696
  }
5694
5697
  );
5695
5698
  };
5696
5699
 
5697
5700
  // src/action-buttons/action-buttons.spec.tsx
5698
- var import_jsx_runtime37 = require("react/jsx-runtime");
5701
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5699
5702
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5700
5703
  var states22 = [];
5701
5704
  var options21 = {};
@@ -5709,7 +5712,7 @@ var ActionButtons = (props) => {
5709
5712
  orientation = defaultProps20.orientation,
5710
5713
  ...other
5711
5714
  } = props;
5712
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5715
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5713
5716
  "div",
5714
5717
  {
5715
5718
  ...other,
@@ -5732,14 +5735,14 @@ ActionButtons.defaultProps = defaultProps20;
5732
5735
  var action_buttons_spec_default = ActionButtons;
5733
5736
 
5734
5737
  // src/action-sheet/actionsheet-footer.tsx
5735
- var import_jsx_runtime38 = require("react/jsx-runtime");
5738
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5736
5739
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5737
5740
  var ActionSheetFooter = (props) => {
5738
5741
  const {
5739
5742
  actions,
5740
5743
  ...other
5741
5744
  } = props;
5742
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5745
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5743
5746
  action_buttons_spec_default,
5744
5747
  {
5745
5748
  ...other,
@@ -5748,17 +5751,17 @@ var ActionSheetFooter = (props) => {
5748
5751
  ACTIONSHEETFOOTER_CLASSNAME
5749
5752
  ),
5750
5753
  alignment: "stretched",
5751
- children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5754
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5752
5755
  actions && actions.map((action, index) => {
5753
5756
  if (action === "|") {
5754
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-separator" }, index);
5757
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-separator" }, index);
5755
5758
  }
5756
5759
  if (action === " ") {
5757
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-spacer" }, index);
5760
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }, index);
5758
5761
  }
5759
5762
  const importantFlag = action.startsWith("!");
5760
5763
  const actionName = importantFlag ? action.substring(1) : action;
5761
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5764
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5762
5765
  }),
5763
5766
  !actions && props.children
5764
5767
  ] })
@@ -5767,12 +5770,12 @@ var ActionSheetFooter = (props) => {
5767
5770
  };
5768
5771
 
5769
5772
  // src/action-sheet/actionsheet-items.tsx
5770
- var import_jsx_runtime39 = require("react/jsx-runtime");
5773
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5771
5774
  var ActionSheetItems = (props) => {
5772
5775
  const {
5773
5776
  ...other
5774
5777
  } = props;
5775
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5778
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5776
5779
  "div",
5777
5780
  {
5778
5781
  ...other,
@@ -5786,7 +5789,7 @@ var ActionSheetItems = (props) => {
5786
5789
  };
5787
5790
 
5788
5791
  // src/action-sheet/actionsheet-item.tsx
5789
- var import_jsx_runtime40 = require("react/jsx-runtime");
5792
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5790
5793
  var states23 = [
5791
5794
  States.hover,
5792
5795
  States.focus,
@@ -5795,7 +5798,7 @@ var states23 = [
5795
5798
  ];
5796
5799
 
5797
5800
  // src/daterangepicker/daterangepicker.spec.tsx
5798
- var import_jsx_runtime41 = require("react/jsx-runtime");
5801
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5799
5802
  var DATERANGEPICKER_CLASSNAME = `k-daterangepicker`;
5800
5803
  var states24 = [
5801
5804
  States.disabled
@@ -5819,8 +5822,8 @@ var DateRangePicker = (props) => {
5819
5822
  dir,
5820
5823
  ...other
5821
5824
  } = props;
5822
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5823
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5825
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5826
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5824
5827
  "span",
5825
5828
  {
5826
5829
  ...other,
@@ -5831,7 +5834,7 @@ var DateRangePicker = (props) => {
5831
5834
  stateClassNames(DATERANGEPICKER_CLASSNAME, { disabled })
5832
5835
  ),
5833
5836
  children: [
5834
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(FloatingLabel, { label: "Start", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5837
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(FloatingLabel, { label: "Start", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5835
5838
  DateInput,
5836
5839
  {
5837
5840
  showSpinButton: false,
@@ -5840,7 +5843,7 @@ var DateRangePicker = (props) => {
5840
5843
  fillMode
5841
5844
  }
5842
5845
  ) }),
5843
- swapButton && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5846
+ swapButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5844
5847
  Button,
5845
5848
  {
5846
5849
  rounded,
@@ -5850,7 +5853,7 @@ var DateRangePicker = (props) => {
5850
5853
  iconClassName: "k-rotate-90"
5851
5854
  }
5852
5855
  ),
5853
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(FloatingLabel, { label: "End", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5856
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(FloatingLabel, { label: "End", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5854
5857
  DateInput,
5855
5858
  {
5856
5859
  showSpinButton: false,
@@ -5862,9 +5865,9 @@ var DateRangePicker = (props) => {
5862
5865
  ]
5863
5866
  }
5864
5867
  ),
5865
- opened && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Popup, { className: "k-calendar-container k-daterangepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(MultiViewCalendar, { dir }) }),
5866
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5867
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5868
+ opened && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Popup, { className: "k-calendar-container k-daterangepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(MultiViewCalendar, { dir }) }),
5869
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5870
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5868
5871
  ActionSheetHeader,
5869
5872
  {
5870
5873
  actions: ["x"],
@@ -5872,7 +5875,7 @@ var DateRangePicker = (props) => {
5872
5875
  subTitle: "DD / MM / YY"
5873
5876
  }
5874
5877
  ),
5875
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-scrollable-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(MultiViewCalendar, { size: "large", calendarView: "month", orientation: "vertical", showCalendarCaption: true }) })
5878
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-scrollable-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(MultiViewCalendar, { size: "large", calendarView: "month", orientation: "vertical", showCalendarCaption: true }) })
5876
5879
  ] })
5877
5880
  ] });
5878
5881
  };