@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
@@ -4921,8 +4921,11 @@ FloatingLabel.options = options13;
4921
4921
  FloatingLabel.className = FLOATINGLABEL_CLASSNAME;
4922
4922
  FloatingLabel.defaultProps = defaultProps11;
4923
4923
 
4924
- // src/calendar/calendar.spec.tsx
4924
+ // src/floating-label/templates/floating-label-normal.tsx
4925
4925
  var import_jsx_runtime23 = require("react/jsx-runtime");
4926
+
4927
+ // src/calendar/calendar.spec.tsx
4928
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4926
4929
  var CALENDAR_CLASSNAME = `k-calendar`;
4927
4930
  var states15 = [];
4928
4931
  var options14 = {
@@ -4950,7 +4953,7 @@ var Calendar = (props) => {
4950
4953
  dir,
4951
4954
  ...other
4952
4955
  } = props;
4953
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
4956
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
4954
4957
  "div",
4955
4958
  {
4956
4959
  ...other,
@@ -4966,7 +4969,7 @@ var Calendar = (props) => {
4966
4969
  }
4967
4970
  ),
4968
4971
  children: [
4969
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4972
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4970
4973
  CalendarHeader,
4971
4974
  {
4972
4975
  showToday: showCalendarFooter ? false : true,
@@ -4976,7 +4979,7 @@ var Calendar = (props) => {
4976
4979
  dir
4977
4980
  }
4978
4981
  ),
4979
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4982
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4980
4983
  CalendarView,
4981
4984
  {
4982
4985
  calendarView,
@@ -4988,7 +4991,7 @@ var Calendar = (props) => {
4988
4991
  selectedRange
4989
4992
  }
4990
4993
  ),
4991
- showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(CalendarFooter, {})
4994
+ showCalendarFooter && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(CalendarFooter, {})
4992
4995
  ]
4993
4996
  }
4994
4997
  );
@@ -4999,7 +5002,7 @@ Calendar.className = CALENDAR_CLASSNAME;
4999
5002
  Calendar.defaultProps = defaultProps12;
5000
5003
 
5001
5004
  // src/calendar/calendar-cell.tsx
5002
- var import_jsx_runtime24 = require("react/jsx-runtime");
5005
+ var import_jsx_runtime25 = require("react/jsx-runtime");
5003
5006
  var states16 = [
5004
5007
  States.hover,
5005
5008
  States.focus,
@@ -5049,16 +5052,16 @@ var CalendarCell = (props) => {
5049
5052
  }
5050
5053
  ];
5051
5054
  if (headerCell) {
5052
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5055
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { ...other, className: classNames(calendarCellClasses), children: text });
5053
5056
  }
5054
5057
  if (weekCell) {
5055
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5058
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { ...other, className: classNames(calendarCellClasses), children: text });
5056
5059
  }
5057
- 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 }) });
5060
+ 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 }) });
5058
5061
  };
5059
5062
 
5060
5063
  // src/calendar/calendar-header.tsx
5061
- var import_jsx_runtime25 = require("react/jsx-runtime");
5064
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5062
5065
  var className7 = `k-calendar-header`;
5063
5066
  var options15 = {
5064
5067
  size: [Size.small, Size.medium, Size.large]
@@ -5080,7 +5083,7 @@ var CalendarHeader = (props) => {
5080
5083
  } = props;
5081
5084
  const iconPrev = dir === "rtl" ? "chevron-right" : "chevron-left";
5082
5085
  const iconNext = dir === "rtl" ? "chevron-left" : "chevron-right";
5083
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
5086
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5084
5087
  "div",
5085
5088
  {
5086
5089
  ...other,
@@ -5092,12 +5095,12 @@ var CalendarHeader = (props) => {
5092
5095
  }
5093
5096
  ),
5094
5097
  children: [
5095
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5096
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-spacer" }),
5097
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("span", { className: "k-calendar-nav", children: [
5098
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5099
- showToday && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5100
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5098
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
5099
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "k-spacer" }),
5100
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("span", { className: "k-calendar-nav", children: [
5101
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
5102
+ showToday && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
5103
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
5101
5104
  ] })
5102
5105
  ]
5103
5106
  }
@@ -5105,12 +5108,12 @@ var CalendarHeader = (props) => {
5105
5108
  };
5106
5109
 
5107
5110
  // src/calendar/calendar-footer.tsx
5108
- var import_jsx_runtime26 = require("react/jsx-runtime");
5111
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5109
5112
  var className8 = `k-calendar-footer`;
5110
- 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" }) });
5113
+ 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" }) });
5111
5114
 
5112
5115
  // src/calendar/calendar-table.tsx
5113
- var import_jsx_runtime27 = require("react/jsx-runtime");
5116
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5114
5117
  var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
5115
5118
  var CalendarTable = (props) => {
5116
5119
  const {
@@ -5122,7 +5125,7 @@ var CalendarTable = (props) => {
5122
5125
  ...other
5123
5126
  } = props;
5124
5127
  if (calendarView === "year") {
5125
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5128
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5126
5129
  "table",
5127
5130
  {
5128
5131
  ...other,
@@ -5131,25 +5134,25 @@ var CalendarTable = (props) => {
5131
5134
  CALENDARTABLE_CLASSNAME
5132
5135
  ),
5133
5136
  children: [
5134
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5135
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5136
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5137
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Jan" }),
5138
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Feb" }),
5139
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Mar" }),
5140
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Apr" })
5137
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2022" }),
5138
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5139
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5140
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jan" }),
5141
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Feb" }),
5142
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Mar" }),
5143
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Apr" })
5141
5144
  ] }),
5142
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5143
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "May" }),
5144
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Jun", hover: true }),
5145
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Jul", focus: true }),
5146
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Au", selected: true })
5145
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5146
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "May" }),
5147
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jun", hover: true }),
5148
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Jul", focus: true }),
5149
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Au", selected: true })
5147
5150
  ] }),
5148
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5149
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Sep" }),
5150
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Oct", today: true }),
5151
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Nov" }),
5152
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "Dec" })
5151
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5152
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Sep" }),
5153
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Oct", today: true }),
5154
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Nov" }),
5155
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Dec" })
5153
5156
  ] })
5154
5157
  ] })
5155
5158
  ]
@@ -5157,7 +5160,7 @@ var CalendarTable = (props) => {
5157
5160
  );
5158
5161
  }
5159
5162
  if (calendarView === "decade") {
5160
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5163
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5161
5164
  "table",
5162
5165
  {
5163
5166
  ...other,
@@ -5166,25 +5169,25 @@ var CalendarTable = (props) => {
5166
5169
  CALENDARTABLE_CLASSNAME
5167
5170
  ),
5168
5171
  children: [
5169
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5170
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5171
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5172
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { className: "k-out-of-range" }),
5173
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2020" }),
5174
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2021", today: true }),
5175
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2022" })
5172
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
5173
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5174
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5175
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" }),
5176
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2020" }),
5177
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2021", today: true }),
5178
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2022" })
5176
5179
  ] }),
5177
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5178
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2023" }),
5179
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2024", hover: true }),
5180
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2025", focus: true }),
5181
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2026", selected: true })
5180
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5181
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2023" }),
5182
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2024", hover: true }),
5183
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2025", focus: true }),
5184
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2026", selected: true })
5182
5185
  ] }),
5183
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5184
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2027" }),
5185
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2028" }),
5186
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2029" }),
5187
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { className: "k-out-of-range" })
5186
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5187
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2027" }),
5188
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2028" }),
5189
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2029" }),
5190
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" })
5188
5191
  ] })
5189
5192
  ] })
5190
5193
  ]
@@ -5192,7 +5195,7 @@ var CalendarTable = (props) => {
5192
5195
  );
5193
5196
  }
5194
5197
  if (calendarView === "century") {
5195
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5198
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5196
5199
  "table",
5197
5200
  {
5198
5201
  ...other,
@@ -5201,32 +5204,32 @@ var CalendarTable = (props) => {
5201
5204
  CALENDARTABLE_CLASSNAME
5202
5205
  ),
5203
5206
  children: [
5204
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5205
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5206
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5207
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "1990 - 1999" }),
5208
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2000 - 2009" }),
5209
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5210
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2020 - 2029" })
5207
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
5208
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5209
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5210
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1990 - 1999" }),
5211
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2000 - 2009" }),
5212
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2010 - 2019", today: true }),
5213
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2020 - 2029" })
5211
5214
  ] }),
5212
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5213
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2030 - 2039" }),
5214
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5215
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5216
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5215
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5216
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2030 - 2039" }),
5217
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2040 - 2049", hover: true }),
5218
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2050 - 2059", focus: true }),
5219
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2060 - 2069", selected: true })
5217
5220
  ] }),
5218
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5219
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2070 - 2079" }),
5220
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2080 - 2089" }),
5221
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2090 - 2099" }),
5222
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { className: "k-out-of-range" })
5221
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5222
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2070 - 2079" }),
5223
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2080 - 2089" }),
5224
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2090 - 2099" }),
5225
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { className: "k-out-of-range" })
5223
5226
  ] })
5224
5227
  ] })
5225
5228
  ]
5226
5229
  }
5227
5230
  );
5228
5231
  }
5229
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5232
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5230
5233
  "table",
5231
5234
  {
5232
5235
  ...other,
@@ -5235,68 +5238,68 @@ var CalendarTable = (props) => {
5235
5238
  CALENDARTABLE_CLASSNAME
5236
5239
  ),
5237
5240
  children: [
5238
- showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5239
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarTableHead, { showWeek }),
5240
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5241
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5242
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "39", weekCell: true }),
5243
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5244
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "1" }),
5245
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2" }),
5246
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "3" }),
5247
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "4" }),
5248
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "5" }),
5249
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "6", weekend: true })
5241
+ showCalendarCaption && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("caption", { className: "k-calendar-caption", children: "October 2021" }),
5242
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarTableHead, { showWeek }),
5243
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tbody", { className: "k-calendar-tbody", children: [
5244
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5245
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "39", weekCell: true }),
5246
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
5247
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1" }),
5248
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2" }),
5249
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "3" }),
5250
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "4" }),
5251
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "5" }),
5252
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "6", weekend: true })
5250
5253
  ] }),
5251
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5252
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "40", weekCell: true }),
5253
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "7", weekend: true }),
5254
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "8", hover: true }),
5255
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "9", focus: true }),
5256
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "10", selected: true }),
5257
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5258
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5259
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "13", weekend: true })
5254
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5255
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "40", weekCell: true }),
5256
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "7", weekend: true }),
5257
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "8", hover: true }),
5258
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "9", focus: true }),
5259
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "10", selected: true }),
5260
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "11", hover: true, focus: true }),
5261
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "12", hover: true, selected: true }),
5262
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "13", weekend: true })
5260
5263
  ] }),
5261
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5262
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "41", weekCell: true }),
5263
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "14", weekend: true }),
5264
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "15" }),
5265
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "16", today: true }),
5266
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "17" }),
5267
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "18" }),
5268
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "19" }),
5269
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "20", weekend: true })
5264
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5265
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "41", weekCell: true }),
5266
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "14", weekend: true }),
5267
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "15" }),
5268
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "16", today: true }),
5269
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "17" }),
5270
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "18" }),
5271
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "19" }),
5272
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "20", weekend: true })
5270
5273
  ] }),
5271
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5272
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "42", weekCell: true }),
5273
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "21", weekend: true }),
5274
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "22" }),
5275
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "23" }),
5276
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "24" }),
5277
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5278
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5279
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5274
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5275
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "42", weekCell: true }),
5276
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "21", weekend: true }),
5277
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "22" }),
5278
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "23" }),
5279
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "24" }),
5280
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
5281
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "26", rangeMid: selectedRange }),
5282
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
5280
5283
  ] }),
5281
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5282
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "43", weekCell: true }),
5283
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5284
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5285
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "30" }),
5286
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "31" }),
5287
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5288
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5289
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5284
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5285
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "43", weekCell: true }),
5286
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
5287
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
5288
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "30" }),
5289
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "31" }),
5290
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
5291
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
5292
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
5290
5293
  ] }),
5291
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("tr", { className: "k-calendar-tr", children: [
5292
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "44", weekCell: true }),
5293
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5294
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5295
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5296
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5297
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5298
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5299
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5294
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5295
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "44", weekCell: true }),
5296
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
5297
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
5298
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
5299
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
5300
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
5301
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
5302
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
5300
5303
  ] })
5301
5304
  ] })
5302
5305
  ]
@@ -5305,34 +5308,34 @@ var CalendarTable = (props) => {
5305
5308
  };
5306
5309
 
5307
5310
  // src/calendar/calendar-table-head.tsx
5308
- var import_jsx_runtime28 = require("react/jsx-runtime");
5311
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5309
5312
  var className9 = `k-calendar-thead`;
5310
5313
  var CalendarTableHead = (props) => {
5311
5314
  const {
5312
5315
  showWeek,
5313
5316
  ...other
5314
5317
  } = props;
5315
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5318
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5316
5319
  "thead",
5317
5320
  {
5318
5321
  ...other,
5319
5322
  className: classNames(props.className, className9),
5320
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("tr", { className: "k-calendar-tr", children: [
5321
- showWeek && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5322
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5323
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5324
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5325
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "We", headerCell: true }),
5326
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5327
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5328
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5323
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("tr", { className: "k-calendar-tr", children: [
5324
+ showWeek && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { weekCell: true, headerCell: true }),
5325
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Su", headerCell: true }),
5326
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Mo", headerCell: true }),
5327
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Tu", headerCell: true }),
5328
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "We", headerCell: true }),
5329
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Th", headerCell: true }),
5330
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Fr", headerCell: true }),
5331
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CalendarCell, { text: "Sa", headerCell: true })
5329
5332
  ] })
5330
5333
  }
5331
5334
  );
5332
5335
  };
5333
5336
 
5334
5337
  // src/calendar/calendar-view.tsx
5335
- var import_jsx_runtime29 = require("react/jsx-runtime");
5338
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5336
5339
  var className10 = `k-calendar-view`;
5337
5340
  var defaultProps14 = {
5338
5341
  viewsCount: 1,
@@ -5350,7 +5353,7 @@ var CalendarView = (props) => {
5350
5353
  selectedRange,
5351
5354
  ...other
5352
5355
  } = props;
5353
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5356
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5354
5357
  "div",
5355
5358
  {
5356
5359
  ...other,
@@ -5366,7 +5369,7 @@ var CalendarView = (props) => {
5366
5369
  }
5367
5370
  ),
5368
5371
  children: [...Array(viewsCount)].map(
5369
- (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5372
+ (_e, i) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5370
5373
  CalendarTable,
5371
5374
  {
5372
5375
  calendarView,
@@ -5383,7 +5386,7 @@ var CalendarView = (props) => {
5383
5386
  };
5384
5387
 
5385
5388
  // src/multiviewcalendar/multiviewcalendar.spec.tsx
5386
- var import_jsx_runtime30 = require("react/jsx-runtime");
5389
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5387
5390
  var MULTIVIEWCALENDAR_CLASSNAME = `k-calendar-range`;
5388
5391
  var states17 = [];
5389
5392
  var options16 = {
@@ -5410,7 +5413,7 @@ var MultiViewCalendar = (props) => {
5410
5413
  dir,
5411
5414
  ...other
5412
5415
  } = props;
5413
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5416
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5414
5417
  Calendar,
5415
5418
  {
5416
5419
  ...other,
@@ -5438,7 +5441,7 @@ MultiViewCalendar.className = MULTIVIEWCALENDAR_CLASSNAME;
5438
5441
  MultiViewCalendar.defaultProps = defaultProps15;
5439
5442
 
5440
5443
  // src/animation-container/animation-container.spec.tsx
5441
- var import_jsx_runtime31 = require("react/jsx-runtime");
5444
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5442
5445
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5443
5446
  var states18 = [];
5444
5447
  var options17 = {};
@@ -5452,7 +5455,7 @@ var AnimationContainer = (props) => {
5452
5455
  offset,
5453
5456
  ...other
5454
5457
  } = props;
5455
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5458
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5456
5459
  "div",
5457
5460
  {
5458
5461
  ...other,
@@ -5464,7 +5467,7 @@ var AnimationContainer = (props) => {
5464
5467
  ["k-animation-container-fixed"]: positionMode === "fixed"
5465
5468
  }
5466
5469
  ),
5467
- children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5470
+ children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5468
5471
  }
5469
5472
  );
5470
5473
  };
@@ -5474,7 +5477,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5474
5477
  AnimationContainer.defaultProps = defaultProps16;
5475
5478
 
5476
5479
  // src/popup/popup.spec.tsx
5477
- var import_jsx_runtime32 = require("react/jsx-runtime");
5480
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5478
5481
  var POPUP_CLASSNAME = `k-popup`;
5479
5482
  var states19 = [];
5480
5483
  var options18 = {};
@@ -5487,12 +5490,12 @@ var Popup = (props) => {
5487
5490
  positionMode,
5488
5491
  ...other
5489
5492
  } = props;
5490
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5493
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5491
5494
  AnimationContainer,
5492
5495
  {
5493
5496
  positionMode,
5494
5497
  offset,
5495
- children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5498
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5496
5499
  }
5497
5500
  );
5498
5501
  };
@@ -5502,7 +5505,7 @@ Popup.className = POPUP_CLASSNAME;
5502
5505
  Popup.defaultProps = defaultProps17;
5503
5506
 
5504
5507
  // src/action-sheet/action-sheet.spec.tsx
5505
- var import_jsx_runtime33 = require("react/jsx-runtime");
5508
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5506
5509
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5507
5510
  var states20 = [];
5508
5511
  var options19 = {};
@@ -5525,8 +5528,8 @@ var ActionSheet = (props) => {
5525
5528
  overlay = defaultProps18.overlay,
5526
5529
  ...other
5527
5530
  } = props;
5528
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5529
- 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);
5531
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5532
+ 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);
5530
5533
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5531
5534
  switch (child.type) {
5532
5535
  case ActionSheetHeader:
@@ -5536,10 +5539,10 @@ var ActionSheet = (props) => {
5536
5539
  return true;
5537
5540
  }
5538
5541
  return true;
5539
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, {});
5540
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("div", { className: "k-actionsheet-container", children: [
5541
- overlay && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: "k-overlay" }),
5542
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5542
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_jsx_runtime34.Fragment, {});
5543
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "k-actionsheet-container", children: [
5544
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "k-overlay" }),
5545
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5543
5546
  AnimationContainer,
5544
5547
  {
5545
5548
  animationStyle: {
@@ -5549,7 +5552,7 @@ var ActionSheet = (props) => {
5549
5552
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5550
5553
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5551
5554
  },
5552
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5555
+ children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5553
5556
  "div",
5554
5557
  {
5555
5558
  ...other,
@@ -5562,9 +5565,9 @@ var ActionSheet = (props) => {
5562
5565
  "k-adaptive-actionsheet": adaptive
5563
5566
  }
5564
5567
  ),
5565
- children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_jsx_runtime33.Fragment, { children: [
5568
+ children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, { children: [
5566
5569
  _ActionSheetHeader,
5567
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: classNames(
5570
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: classNames(
5568
5571
  "k-actionsheet-content",
5569
5572
  {
5570
5573
  "!k-overflow-hidden": adaptive
@@ -5584,7 +5587,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
5584
5587
  ActionSheet.defaultProps = defaultProps18;
5585
5588
 
5586
5589
  // src/searchbox/searchbox.spec.tsx
5587
- var import_jsx_runtime34 = require("react/jsx-runtime");
5590
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5588
5591
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5589
5592
  var states21 = [
5590
5593
  States.hover,
@@ -5625,7 +5628,7 @@ var Searchbox = (props) => {
5625
5628
  icon = defaultProps19.icon,
5626
5629
  ...other
5627
5630
  } = props;
5628
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5631
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5629
5632
  Input,
5630
5633
  {
5631
5634
  ...other,
@@ -5641,11 +5644,11 @@ var Searchbox = (props) => {
5641
5644
  disabled,
5642
5645
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5643
5646
  children: [
5644
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { className: "k-input-icon", icon }),
5645
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputInnerInput, { placeholder, value }),
5646
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputLoadingIcon, { ...props }),
5647
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputValidationIcon, { ...props }),
5648
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(InputClearValue, { ...props })
5647
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon, { className: "k-input-icon", icon }),
5648
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputInnerInput, { placeholder, value }),
5649
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputLoadingIcon, { ...props }),
5650
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputValidationIcon, { ...props }),
5651
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputClearValue, { ...props })
5649
5652
  ]
5650
5653
  }
5651
5654
  );
@@ -5656,10 +5659,10 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5656
5659
  Searchbox.defaultProps = defaultProps19;
5657
5660
 
5658
5661
  // src/searchbox/templates/searchbox-normal.tsx
5659
- var import_jsx_runtime35 = require("react/jsx-runtime");
5662
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5660
5663
 
5661
5664
  // src/action-sheet/actionsheet-header.tsx
5662
- var import_jsx_runtime36 = require("react/jsx-runtime");
5665
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5663
5666
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5664
5667
  var ActionSheetHeader = (props) => {
5665
5668
  const {
@@ -5669,7 +5672,7 @@ var ActionSheetHeader = (props) => {
5669
5672
  filter,
5670
5673
  ...other
5671
5674
  } = props;
5672
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5675
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5673
5676
  "div",
5674
5677
  {
5675
5678
  ...other,
@@ -5677,23 +5680,23 @@ var ActionSheetHeader = (props) => {
5677
5680
  props.className,
5678
5681
  ACTIONSHEETHEADER_CLASSNAME
5679
5682
  ),
5680
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_jsx_runtime36.Fragment, { children: [
5681
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5682
- !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: [
5683
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-text-center", children: title }),
5684
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5683
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
5684
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5685
+ !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: [
5686
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-text-center", children: title }),
5687
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5685
5688
  ] }) }),
5686
- props.children && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5687
- 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)) }) })
5689
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5690
+ 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)) }) })
5688
5691
  ] }),
5689
- 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" }) }) })
5692
+ 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" }) }) })
5690
5693
  ] })
5691
5694
  }
5692
5695
  );
5693
5696
  };
5694
5697
 
5695
5698
  // src/action-buttons/action-buttons.spec.tsx
5696
- var import_jsx_runtime37 = require("react/jsx-runtime");
5699
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5697
5700
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5698
5701
  var states22 = [];
5699
5702
  var options21 = {};
@@ -5707,7 +5710,7 @@ var ActionButtons = (props) => {
5707
5710
  orientation = defaultProps20.orientation,
5708
5711
  ...other
5709
5712
  } = props;
5710
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5713
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5711
5714
  "div",
5712
5715
  {
5713
5716
  ...other,
@@ -5730,14 +5733,14 @@ ActionButtons.defaultProps = defaultProps20;
5730
5733
  var action_buttons_spec_default = ActionButtons;
5731
5734
 
5732
5735
  // src/action-sheet/actionsheet-footer.tsx
5733
- var import_jsx_runtime38 = require("react/jsx-runtime");
5736
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5734
5737
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5735
5738
  var ActionSheetFooter = (props) => {
5736
5739
  const {
5737
5740
  actions,
5738
5741
  ...other
5739
5742
  } = props;
5740
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5743
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5741
5744
  action_buttons_spec_default,
5742
5745
  {
5743
5746
  ...other,
@@ -5746,17 +5749,17 @@ var ActionSheetFooter = (props) => {
5746
5749
  ACTIONSHEETFOOTER_CLASSNAME
5747
5750
  ),
5748
5751
  alignment: "stretched",
5749
- children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5752
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5750
5753
  actions && actions.map((action, index) => {
5751
5754
  if (action === "|") {
5752
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-separator" }, index);
5755
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-separator" }, index);
5753
5756
  }
5754
5757
  if (action === " ") {
5755
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-spacer" }, index);
5758
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }, index);
5756
5759
  }
5757
5760
  const importantFlag = action.startsWith("!");
5758
5761
  const actionName = importantFlag ? action.substring(1) : action;
5759
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5762
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5760
5763
  }),
5761
5764
  !actions && props.children
5762
5765
  ] })
@@ -5765,12 +5768,12 @@ var ActionSheetFooter = (props) => {
5765
5768
  };
5766
5769
 
5767
5770
  // src/action-sheet/actionsheet-items.tsx
5768
- var import_jsx_runtime39 = require("react/jsx-runtime");
5771
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5769
5772
  var ActionSheetItems = (props) => {
5770
5773
  const {
5771
5774
  ...other
5772
5775
  } = props;
5773
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5776
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5774
5777
  "div",
5775
5778
  {
5776
5779
  ...other,
@@ -5784,7 +5787,7 @@ var ActionSheetItems = (props) => {
5784
5787
  };
5785
5788
 
5786
5789
  // src/action-sheet/actionsheet-item.tsx
5787
- var import_jsx_runtime40 = require("react/jsx-runtime");
5790
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5788
5791
  var states23 = [
5789
5792
  States.hover,
5790
5793
  States.focus,
@@ -5793,7 +5796,7 @@ var states23 = [
5793
5796
  ];
5794
5797
 
5795
5798
  // src/daterangepicker/daterangepicker.spec.tsx
5796
- var import_jsx_runtime41 = require("react/jsx-runtime");
5799
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5797
5800
  var DATERANGEPICKER_CLASSNAME = `k-daterangepicker`;
5798
5801
  var states24 = [
5799
5802
  States.disabled
@@ -5817,8 +5820,8 @@ var DateRangePicker = (props) => {
5817
5820
  dir,
5818
5821
  ...other
5819
5822
  } = props;
5820
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5821
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5823
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5824
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5822
5825
  "span",
5823
5826
  {
5824
5827
  ...other,
@@ -5829,7 +5832,7 @@ var DateRangePicker = (props) => {
5829
5832
  stateClassNames(DATERANGEPICKER_CLASSNAME, { disabled })
5830
5833
  ),
5831
5834
  children: [
5832
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(FloatingLabel, { label: "Start", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5835
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(FloatingLabel, { label: "Start", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5833
5836
  DateInput,
5834
5837
  {
5835
5838
  showSpinButton: false,
@@ -5838,7 +5841,7 @@ var DateRangePicker = (props) => {
5838
5841
  fillMode
5839
5842
  }
5840
5843
  ) }),
5841
- swapButton && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5844
+ swapButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5842
5845
  Button,
5843
5846
  {
5844
5847
  rounded,
@@ -5848,7 +5851,7 @@ var DateRangePicker = (props) => {
5848
5851
  iconClassName: "k-rotate-90"
5849
5852
  }
5850
5853
  ),
5851
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(FloatingLabel, { label: "End", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5854
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(FloatingLabel, { label: "End", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5852
5855
  DateInput,
5853
5856
  {
5854
5857
  showSpinButton: false,
@@ -5860,9 +5863,9 @@ var DateRangePicker = (props) => {
5860
5863
  ]
5861
5864
  }
5862
5865
  ),
5863
- opened && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Popup, { className: "k-calendar-container k-daterangepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(MultiViewCalendar, { dir }) }),
5864
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5865
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5866
+ opened && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Popup, { className: "k-calendar-container k-daterangepicker-popup", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(MultiViewCalendar, { dir }) }),
5867
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5868
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5866
5869
  ActionSheetHeader,
5867
5870
  {
5868
5871
  actions: ["x"],
@@ -5870,7 +5873,7 @@ var DateRangePicker = (props) => {
5870
5873
  subTitle: "DD / MM / YY"
5871
5874
  }
5872
5875
  ),
5873
- /* @__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 }) })
5876
+ /* @__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 }) })
5874
5877
  ] })
5875
5878
  ] });
5876
5879
  };
@@ -5881,8 +5884,8 @@ DateRangePicker.defaultProps = defaultProps21;
5881
5884
  var daterangepicker_spec_default = DateRangePicker;
5882
5885
 
5883
5886
  // src/daterangepicker/templates/daterangepicker-adaptive.tsx
5884
- var import_jsx_runtime42 = require("react/jsx-runtime");
5885
- var DateRangePickerAdaptive = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5887
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5888
+ var DateRangePickerAdaptive = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5886
5889
  daterangepicker_spec_default,
5887
5890
  {
5888
5891
  adaptive: true,