@progress/kendo-themes-html 6.2.1-dev.154 → 6.2.1-dev.170

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 (133) hide show
  1. package/dist/context-menu/tests/context-menu-in-window.js +1 -4
  2. package/dist/context-menu/tests/context-menu-in-window.js.map +2 -2
  3. package/dist/datetime-selector/datetime-selector.spec.js +2 -2
  4. package/dist/datetime-selector/datetime-selector.spec.js.map +2 -2
  5. package/dist/datetime-selector/tests/datetime-selector.js +2 -2
  6. package/dist/datetime-selector/tests/datetime-selector.js.map +2 -2
  7. package/dist/datetimepicker/datetimepicker.spec.js +2 -2
  8. package/dist/datetimepicker/datetimepicker.spec.js.map +2 -2
  9. package/dist/datetimepicker/tests/datetimepicker-opened.js +2 -2
  10. package/dist/datetimepicker/tests/datetimepicker-opened.js.map +2 -2
  11. package/dist/datetimepicker/tests/datetimepicker.js +2 -2
  12. package/dist/datetimepicker/tests/datetimepicker.js.map +2 -2
  13. package/dist/dialog/dialog.spec.js +1 -4
  14. package/dist/dialog/dialog.spec.js.map +2 -2
  15. package/dist/dialog/tests/dialog-action-buttons.js +82 -73
  16. package/dist/dialog/tests/dialog-action-buttons.js.map +3 -3
  17. package/dist/dialog/tests/dialog-in-window.js +2 -8
  18. package/dist/dialog/tests/dialog-in-window.js.map +2 -2
  19. package/dist/dialog/tests/dialog-modal.js +70 -70
  20. package/dist/dialog/tests/dialog-modal.js.map +3 -3
  21. package/dist/dialog/tests/dialog-theme-colors.js +82 -73
  22. package/dist/dialog/tests/dialog-theme-colors.js.map +3 -3
  23. package/dist/dialog/tests/dialog.js +86 -74
  24. package/dist/dialog/tests/dialog.js.map +3 -3
  25. package/dist/editor/tests/editor-find-replace.js +1 -4
  26. package/dist/editor/tests/editor-find-replace.js.map +2 -2
  27. package/dist/editor/tests/editor-image-editor.js +276 -276
  28. package/dist/editor/tests/editor-image-editor.js.map +4 -4
  29. package/dist/editor/tests/editor-table-wizard-accessibility.js +5 -5
  30. package/dist/editor/tests/editor-table-wizard-accessibility.js.map +2 -2
  31. package/dist/editor/tests/editor-view-source.js +5 -5
  32. package/dist/editor/tests/editor-view-source.js.map +2 -2
  33. package/dist/filemanager/tests/filemanager-dialogs.js +79 -73
  34. package/dist/filemanager/tests/filemanager-dialogs.js.map +3 -3
  35. package/dist/form/tests/form-field-dateinputs.js +4 -4
  36. package/dist/form/tests/form-field-dateinputs.js.map +2 -2
  37. package/dist/gantt/tests/gantt-editing-popup-general.js +2300 -0
  38. package/dist/gantt/tests/gantt-editing-popup-general.js.map +7 -0
  39. package/dist/gantt/tests/gantt-editing-popup-other.js +2035 -0
  40. package/dist/gantt/tests/gantt-editing-popup-other.js.map +7 -0
  41. package/dist/gantt/tests/gantt-editing-popup-predecessors.js +1895 -0
  42. package/dist/gantt/tests/gantt-editing-popup-predecessors.js.map +7 -0
  43. package/dist/gantt/tests/gantt-editing-popup-resources.js +2195 -0
  44. package/dist/gantt/tests/gantt-editing-popup-resources.js.map +7 -0
  45. package/dist/gantt/tests/gantt-editing-popup-successors.js +1895 -0
  46. package/dist/gantt/tests/gantt-editing-popup-successors.js.map +7 -0
  47. package/dist/grid/tests/grid-column-menu-rtl.js +8 -8
  48. package/dist/grid/tests/grid-column-menu-rtl.js.map +2 -2
  49. package/dist/grid/tests/grid-column-menu-tabbed.js +1331 -0
  50. package/dist/grid/tests/grid-column-menu-tabbed.js.map +7 -0
  51. package/dist/grid/tests/grid-column-menu.js +8 -8
  52. package/dist/grid/tests/grid-column-menu.js.map +2 -2
  53. package/dist/grid/tests/grid-editing-custom-editor.js +4 -4
  54. package/dist/grid/tests/grid-editing-custom-editor.js.map +2 -2
  55. package/dist/grid/tests/grid-editing-popup.js +724 -338
  56. package/dist/grid/tests/grid-editing-popup.js.map +4 -4
  57. package/dist/grid/tests/grid-filter-menu-multi-checkbox.js +8 -8
  58. package/dist/grid/tests/grid-filter-menu-multi-checkbox.js.map +2 -2
  59. package/dist/grid/tests/grid-filter-menu.js +2 -2
  60. package/dist/grid/tests/grid-filter-menu.js.map +2 -2
  61. package/dist/grid/tests/grid-filter-row.js +4 -4
  62. package/dist/grid/tests/grid-filter-row.js.map +2 -2
  63. package/dist/grid/tests/grid-rows-resizing.js +2 -2
  64. package/dist/grid/tests/grid-rows-resizing.js.map +2 -2
  65. package/dist/grid/tests/grid-selection-aggregates.js +1348 -0
  66. package/dist/grid/tests/grid-selection-aggregates.js.map +7 -0
  67. package/dist/imageeditor/tests/imageeditor-crop-pane.js +48 -32
  68. package/dist/imageeditor/tests/imageeditor-crop-pane.js.map +2 -2
  69. package/dist/imageeditor/tests/imageeditor-resize-pane.js +45 -22
  70. package/dist/imageeditor/tests/imageeditor-resize-pane.js.map +2 -2
  71. package/dist/index.js +6 -12
  72. package/dist/index.js.map +2 -2
  73. package/dist/scheduler/tests/scheduler-edit-dialog.js +1394 -882
  74. package/dist/scheduler/tests/scheduler-edit-dialog.js.map +4 -4
  75. package/dist/scheduler/tests/scheduler-editing-weekly.js +2964 -0
  76. package/dist/scheduler/tests/scheduler-editing-weekly.js.map +7 -0
  77. package/dist/spreadsheet/tests/spreadsheet-dialog.js +10 -7
  78. package/dist/spreadsheet/tests/spreadsheet-dialog.js.map +2 -2
  79. package/dist/timepicker/tests/timepicker-flat.js +2 -2
  80. package/dist/timepicker/tests/timepicker-flat.js.map +2 -2
  81. package/dist/timepicker/tests/timepicker-opened.js +2 -2
  82. package/dist/timepicker/tests/timepicker-opened.js.map +2 -2
  83. package/dist/timepicker/tests/timepicker-outline.js +2 -2
  84. package/dist/timepicker/tests/timepicker-outline.js.map +2 -2
  85. package/dist/timepicker/tests/timepicker.js +2 -2
  86. package/dist/timepicker/tests/timepicker.js.map +2 -2
  87. package/dist/timepicker/timepicker.spec.js +2 -2
  88. package/dist/timepicker/timepicker.spec.js.map +2 -2
  89. package/dist/treelist/tests/treelist-editing-popup.js +1939 -0
  90. package/dist/treelist/tests/treelist-editing-popup.js.map +7 -0
  91. package/dist/window/tests/window-action-buttons.js +82 -73
  92. package/dist/window/tests/window-action-buttons.js.map +3 -3
  93. package/dist/window/tests/window-rtl.js +1 -4
  94. package/dist/window/tests/window-rtl.js.map +2 -2
  95. package/dist/window/tests/window-theme-colors.js +1 -4
  96. package/dist/window/tests/window-theme-colors.js.map +2 -2
  97. package/dist/window/tests/window.js +1 -4
  98. package/dist/window/tests/window.js.map +2 -2
  99. package/dist/window/window.spec.js +1 -4
  100. package/dist/window/window.spec.js.map +2 -2
  101. package/package.json +2 -2
  102. package/src/datetime-selector/datetime-selector.spec.tsx +1 -1
  103. package/src/dialog/dialog.spec.tsx +2 -3
  104. package/src/dialog/tests/dialog-action-buttons.tsx +25 -4
  105. package/src/dialog/tests/dialog-modal.tsx +7 -1
  106. package/src/dialog/tests/dialog-theme-colors.tsx +25 -4
  107. package/src/dialog/tests/dialog.tsx +31 -5
  108. package/src/editor/tests/editor-image-editor.tsx +8 -2
  109. package/src/editor/tests/editor-table-wizard-accessibility.tsx +7 -1
  110. package/src/editor/tests/editor-view-source.tsx +7 -1
  111. package/src/filemanager/tests/filemanager-dialogs.tsx +19 -3
  112. package/src/gantt/tests/gantt-editing-popup-general.tsx +97 -0
  113. package/src/gantt/tests/gantt-editing-popup-other.tsx +92 -0
  114. package/src/gantt/tests/gantt-editing-popup-predecessors.tsx +113 -0
  115. package/src/gantt/tests/gantt-editing-popup-resources.tsx +180 -0
  116. package/src/gantt/tests/gantt-editing-popup-successors.tsx +113 -0
  117. package/src/grid/tests/grid-column-menu-rtl.tsx +4 -4
  118. package/src/grid/tests/grid-column-menu-tabbed.tsx +337 -0
  119. package/src/grid/tests/grid-column-menu.tsx +4 -4
  120. package/src/grid/tests/grid-editing-popup.tsx +18 -30
  121. package/src/grid/tests/grid-filter-menu-multi-checkbox.tsx +4 -4
  122. package/src/grid/tests/grid-filter-menu.tsx +1 -1
  123. package/src/grid/tests/grid-rows-resizing.tsx +6 -3
  124. package/src/grid/tests/grid-selection-aggregates.tsx +192 -0
  125. package/src/imageeditor/tests/imageeditor-crop-pane.tsx +35 -20
  126. package/src/imageeditor/tests/imageeditor-resize-pane.tsx +31 -16
  127. package/src/scheduler/tests/scheduler-edit-dialog.tsx +32 -34
  128. package/src/scheduler/tests/scheduler-editing-weekly.tsx +137 -0
  129. package/src/spreadsheet/tests/spreadsheet-dialog.tsx +15 -4
  130. package/src/timepicker/timepicker.spec.tsx +1 -1
  131. package/src/treelist/tests/treelist-editing-popup.tsx +66 -0
  132. package/src/window/tests/window-action-buttons.tsx +25 -4
  133. package/src/window/window.spec.tsx +2 -3
@@ -0,0 +1,1331 @@
1
+ (() => {
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __defProps = Object.defineProperties;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
7
+ var __getOwnPropNames = Object.getOwnPropertyNames;
8
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
9
+ var __getProtoOf = Object.getPrototypeOf;
10
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
11
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
12
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
13
+ var __spreadValues = (a, b) => {
14
+ for (var prop in b ||= {})
15
+ if (__hasOwnProp.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ if (__getOwnPropSymbols)
18
+ for (var prop of __getOwnPropSymbols(b)) {
19
+ if (__propIsEnum.call(b, prop))
20
+ __defNormalProp(a, prop, b[prop]);
21
+ }
22
+ return a;
23
+ };
24
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
25
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
26
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
27
+ }) : x)(function(x) {
28
+ if (typeof require !== "undefined")
29
+ return require.apply(this, arguments);
30
+ throw new Error('Dynamic require of "' + x + '" is not supported');
31
+ });
32
+ var __objRest = (source, exclude) => {
33
+ var target = {};
34
+ for (var prop in source)
35
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
36
+ target[prop] = source[prop];
37
+ if (source != null && __getOwnPropSymbols)
38
+ for (var prop of __getOwnPropSymbols(source)) {
39
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
40
+ target[prop] = source[prop];
41
+ }
42
+ return target;
43
+ };
44
+ var __copyProps = (to, from, except, desc) => {
45
+ if (from && typeof from === "object" || typeof from === "function") {
46
+ for (let key of __getOwnPropNames(from))
47
+ if (!__hasOwnProp.call(to, key) && key !== except)
48
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
49
+ }
50
+ return to;
51
+ };
52
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
53
+ // If the importer is in node compatibility mode or this is not an ESM
54
+ // file that has been converted to a CommonJS file using a Babel-
55
+ // compatible transform (i.e. "__esModule" has not been set), then set
56
+ // "default" to the CommonJS "module.exports" for node compatibility.
57
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
58
+ mod
59
+ ));
60
+
61
+ // src/grid/tests/grid-column-menu-tabbed.tsx
62
+ var import_client = __toESM(__require("react-dom/client"));
63
+
64
+ // src/utils/class-names.ts
65
+ var classNames = (...args) => {
66
+ return args.filter((arg) => arg !== true && Boolean(arg)).map((arg) => {
67
+ return Array.isArray(arg) ? classNames(...arg) : typeof arg === "object" ? Object.keys(arg).map((key, idx) => arg[idx] || arg[key] && key || null).filter((el) => el !== null).join(" ") : arg;
68
+ }).filter((arg) => Boolean(arg)).join(" ");
69
+ };
70
+
71
+ // src/utils/component-class-names.ts
72
+ var optionClassNames = (componentClassName, props) => {
73
+ return classNames(
74
+ {
75
+ [`${componentClassName}-xs`]: props.size === "xsmall",
76
+ [`${componentClassName}-sm`]: props.size === "small",
77
+ [`${componentClassName}-md`]: props.size === "medium",
78
+ [`${componentClassName}-lg`]: props.size === "large",
79
+ [`${componentClassName}-xl`]: props.size === "xlarge",
80
+ [`${componentClassName}-xxl`]: props.size === "xxlarge",
81
+ [`${componentClassName}-xxxl`]: props.size === "xxxlarge"
82
+ },
83
+ {
84
+ [`${componentClassName}-${props.fillMode}`]: props.fillMode
85
+ },
86
+ {
87
+ [`${componentClassName}-${props.fillMode}-${props.themeColor}`]: props.fillMode && props.themeColor
88
+ },
89
+ {
90
+ [`${componentClassName}-${props.themeColor}`]: props.themeColor && props.fillMode === void 0
91
+ },
92
+ {
93
+ "k-rounded-sm": props.rounded === "small",
94
+ "k-rounded-md": props.rounded === "medium",
95
+ "k-rounded-lg": props.rounded === "large",
96
+ "k-rounded-full": props.rounded === "full"
97
+ }
98
+ );
99
+ };
100
+ var stateClassNames = (_componentClassName, props) => {
101
+ return classNames({
102
+ "k-valid": props.valid,
103
+ "k-invalid": props.invalid,
104
+ "k-hover": props.hover,
105
+ "k-focus": props.focus,
106
+ "k-checked": props.checked,
107
+ "k-active": props.active,
108
+ "k-selected": props.selected,
109
+ "k-disabled": props.disabled,
110
+ "k-indeterminate": props.indeterminate && !props.checked,
111
+ "k-loading": props.loading,
112
+ "k-empty": props.empty,
113
+ "k-readonly": props.readonly
114
+ });
115
+ };
116
+
117
+ // src/utils/theme.ts
118
+ var Size = {
119
+ "xsmall": "xsmall",
120
+ "small": "small",
121
+ "medium": "medium",
122
+ "large": "large",
123
+ "xlarge": "xlarge",
124
+ "xxlarge": "xxlarge",
125
+ "xxxlarge": "xxxlarge"
126
+ };
127
+ var Roundness = {
128
+ "small": "small",
129
+ "medium": "medium",
130
+ "large": "large",
131
+ "full": "full"
132
+ };
133
+ var FillMode = {
134
+ "solid": "solid",
135
+ "flat": "flat",
136
+ "outline": "outline",
137
+ "clear": "clear",
138
+ "link": "link"
139
+ };
140
+ var ThemeColor = {
141
+ "inherit": "inherit",
142
+ "base": "base",
143
+ "primary": "primary",
144
+ "secondary": "secondary",
145
+ "tertiary": "tertiary",
146
+ "info": "info",
147
+ "success": "success",
148
+ "warning": "warning",
149
+ "error": "error",
150
+ "dark": "dark",
151
+ "light": "light",
152
+ "inverse": "inverse"
153
+ };
154
+ var States = {
155
+ "open": "open",
156
+ "hover": "hover",
157
+ "focus": "focus",
158
+ "active": "active",
159
+ "selected": "selected",
160
+ "disabled": "disabled",
161
+ "valid": "valid",
162
+ "invalid": "invalid",
163
+ "loading": "loading",
164
+ "required": "required",
165
+ "empty": "empty",
166
+ "indeterminate": "indeterminate",
167
+ "checked": "checked",
168
+ "readonly": "readonly"
169
+ };
170
+
171
+ // src/action-buttons/action-buttons.spec.tsx
172
+ var import_jsx_runtime = __require("react/jsx-runtime");
173
+ var ACTIONBUTTONS_CLASSNAME = `k-actions`;
174
+ var states = [];
175
+ var options = {};
176
+ var defaultProps = {
177
+ alignment: "start",
178
+ orientation: "horizontal"
179
+ };
180
+ var ActionButtons = (props) => {
181
+ const _a = props, {
182
+ alignment = defaultProps.alignment,
183
+ orientation = defaultProps.orientation
184
+ } = _a, other = __objRest(_a, [
185
+ "alignment",
186
+ "orientation"
187
+ ]);
188
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
189
+ "div",
190
+ __spreadProps(__spreadValues({}, other), {
191
+ className: classNames(
192
+ ACTIONBUTTONS_CLASSNAME,
193
+ {
194
+ [`${ACTIONBUTTONS_CLASSNAME}-${alignment}`]: alignment,
195
+ [`${ACTIONBUTTONS_CLASSNAME}-${orientation}`]: orientation
196
+ },
197
+ props.className
198
+ ),
199
+ children: props.children
200
+ })
201
+ );
202
+ };
203
+ ActionButtons.states = states;
204
+ ActionButtons.options = options;
205
+ ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
206
+ ActionButtons.defaultProps = defaultProps;
207
+
208
+ // src/icon/icon.spec.tsx
209
+ var import_jsx_runtime2 = __require("react/jsx-runtime");
210
+ var ICON_CLASSNAME = `k-icon`;
211
+ var states2 = [];
212
+ var options2 = {
213
+ size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
214
+ themeColor: [
215
+ ThemeColor.base,
216
+ ThemeColor.primary,
217
+ ThemeColor.secondary,
218
+ ThemeColor.tertiary,
219
+ ThemeColor.success,
220
+ ThemeColor.warning,
221
+ ThemeColor.error,
222
+ ThemeColor.info,
223
+ ThemeColor.light,
224
+ ThemeColor.dark
225
+ ]
226
+ };
227
+ var defaultProps2 = {};
228
+ var Icon = (props) => {
229
+ const _a = props, {
230
+ size,
231
+ themeColor,
232
+ name,
233
+ rotate,
234
+ flip
235
+ } = _a, other = __objRest(_a, [
236
+ "size",
237
+ "themeColor",
238
+ "name",
239
+ "rotate",
240
+ "flip"
241
+ ]);
242
+ if (!name) {
243
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_jsx_runtime2.Fragment, {});
244
+ }
245
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
246
+ "span",
247
+ __spreadProps(__spreadValues({}, other), {
248
+ className: classNames(
249
+ props.className,
250
+ ICON_CLASSNAME,
251
+ optionClassNames(ICON_CLASSNAME, {
252
+ size,
253
+ themeColor
254
+ }),
255
+ {
256
+ [`k-i-${name}`]: name,
257
+ [`k-rotate-${rotate}`]: rotate,
258
+ [`k-flip-${flip}`]: flip
259
+ }
260
+ )
261
+ })
262
+ );
263
+ };
264
+ Icon.states = states2;
265
+ Icon.options = options2;
266
+ Icon.className = ICON_CLASSNAME;
267
+ Icon.defaultProps = defaultProps2;
268
+
269
+ // src/button/button.spec.tsx
270
+ var import_jsx_runtime3 = __require("react/jsx-runtime");
271
+ var BUTTON_CLASSNAME = `k-button`;
272
+ var states3 = [
273
+ States.hover,
274
+ States.focus,
275
+ States.active,
276
+ States.selected,
277
+ States.disabled
278
+ ];
279
+ var options3 = {
280
+ size: [Size.small, Size.medium, Size.large],
281
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
282
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
283
+ themeColor: [
284
+ ThemeColor.base,
285
+ ThemeColor.primary,
286
+ ThemeColor.secondary,
287
+ ThemeColor.tertiary,
288
+ ThemeColor.success,
289
+ ThemeColor.warning,
290
+ ThemeColor.error,
291
+ ThemeColor.info,
292
+ ThemeColor.light,
293
+ ThemeColor.dark,
294
+ ThemeColor.inverse
295
+ ]
296
+ };
297
+ var defaultProps3 = {
298
+ size: Size.medium,
299
+ rounded: Roundness.medium,
300
+ fillMode: FillMode.solid,
301
+ themeColor: ThemeColor.base,
302
+ showArrow: false,
303
+ arrowIconName: "arrow-s"
304
+ };
305
+ var Button = (props) => {
306
+ const _a = props, {
307
+ size = defaultProps3.size,
308
+ rounded = defaultProps3.rounded,
309
+ fillMode = defaultProps3.fillMode,
310
+ themeColor = defaultProps3.themeColor,
311
+ hover,
312
+ focus,
313
+ active,
314
+ selected,
315
+ disabled,
316
+ icon,
317
+ text,
318
+ iconClassName,
319
+ showArrow = defaultProps3.showArrow,
320
+ arrowIconName = defaultProps3.arrowIconName
321
+ } = _a, other = __objRest(_a, [
322
+ "size",
323
+ "rounded",
324
+ "fillMode",
325
+ "themeColor",
326
+ "hover",
327
+ "focus",
328
+ "active",
329
+ "selected",
330
+ "disabled",
331
+ "icon",
332
+ "text",
333
+ "iconClassName",
334
+ "showArrow",
335
+ "arrowIconName"
336
+ ]);
337
+ const hasIcon = icon !== void 0;
338
+ const hasChildren = props.children !== void 0;
339
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
340
+ "button",
341
+ __spreadProps(__spreadValues({}, other), {
342
+ className: classNames(
343
+ props.className,
344
+ BUTTON_CLASSNAME,
345
+ optionClassNames(BUTTON_CLASSNAME, {
346
+ size,
347
+ rounded,
348
+ fillMode,
349
+ themeColor
350
+ }),
351
+ stateClassNames(BUTTON_CLASSNAME, {
352
+ hover,
353
+ focus,
354
+ active,
355
+ disabled,
356
+ selected
357
+ }),
358
+ {
359
+ ["k-icon-button"]: !text && !hasChildren && hasIcon
360
+ }
361
+ ),
362
+ children: [
363
+ icon && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
364
+ Icon,
365
+ {
366
+ className: classNames(iconClassName, "k-button-icon"),
367
+ name: icon
368
+ }
369
+ ),
370
+ text ? /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(import_jsx_runtime3.Fragment, { children: [
371
+ text && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "k-button-text", children: text }),
372
+ props.children
373
+ ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "k-button-text", children: props.children }),
374
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Icon, { name: arrowIconName }) })
375
+ ]
376
+ })
377
+ );
378
+ };
379
+ Button.states = states3;
380
+ Button.options = options3;
381
+ Button.className = BUTTON_CLASSNAME;
382
+ Button.defaultProps = defaultProps3;
383
+
384
+ // src/checkbox/checkbox.spec.tsx
385
+ var import_jsx_runtime4 = __require("react/jsx-runtime");
386
+ var CHECKBOX_CLASSNAME = `k-checkbox`;
387
+ var states4 = [
388
+ States.hover,
389
+ States.focus,
390
+ States.valid,
391
+ States.invalid,
392
+ States.required,
393
+ States.disabled,
394
+ States.checked,
395
+ States.indeterminate
396
+ ];
397
+ var options4 = {
398
+ size: [Size.small, Size.medium, Size.large],
399
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
400
+ };
401
+ var defaultProps4 = {
402
+ size: Size.medium,
403
+ rounded: Roundness.medium
404
+ };
405
+ var Checkbox = (props) => {
406
+ const _a = props, {
407
+ id,
408
+ checked,
409
+ indeterminate,
410
+ hover,
411
+ focus,
412
+ disabled,
413
+ invalid,
414
+ valid,
415
+ required,
416
+ size = defaultProps4.size,
417
+ rounded = defaultProps4.rounded
418
+ } = _a, other = __objRest(_a, [
419
+ "id",
420
+ "checked",
421
+ "indeterminate",
422
+ "hover",
423
+ "focus",
424
+ "disabled",
425
+ "invalid",
426
+ "valid",
427
+ "required",
428
+ "size",
429
+ "rounded"
430
+ ]);
431
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
432
+ "input",
433
+ __spreadProps(__spreadValues({}, other), {
434
+ id,
435
+ type: "checkbox",
436
+ checked,
437
+ required,
438
+ className: classNames(
439
+ props.className,
440
+ CHECKBOX_CLASSNAME,
441
+ optionClassNames(CHECKBOX_CLASSNAME, { size, rounded }),
442
+ stateClassNames(CHECKBOX_CLASSNAME, { hover, focus, disabled, invalid, valid, indeterminate, checked })
443
+ )
444
+ })
445
+ ) });
446
+ };
447
+ Checkbox.states = states4;
448
+ Checkbox.options = options4;
449
+ Checkbox.className = CHECKBOX_CLASSNAME;
450
+ Checkbox.defaultProps = defaultProps4;
451
+
452
+ // src/input/input.spec.tsx
453
+ var import_jsx_runtime5 = __require("react/jsx-runtime");
454
+ var INPUT_CLASSNAME = `k-input`;
455
+ var states5 = [
456
+ States.hover,
457
+ States.focus,
458
+ States.valid,
459
+ States.invalid,
460
+ States.required,
461
+ States.disabled,
462
+ States.loading,
463
+ States.readonly
464
+ ];
465
+ var options5 = {
466
+ size: [Size.small, Size.medium, Size.large],
467
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
468
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
469
+ };
470
+ var defaultProps5 = {
471
+ size: Size.medium,
472
+ rounded: Size.medium,
473
+ fillMode: FillMode.solid
474
+ };
475
+ var Input = (props) => {
476
+ const _a = props, {
477
+ hover,
478
+ focus,
479
+ disabled,
480
+ invalid,
481
+ valid,
482
+ loading,
483
+ readonly,
484
+ size = defaultProps5.size,
485
+ rounded = defaultProps5.rounded,
486
+ fillMode = defaultProps5.fillMode
487
+ } = _a, other = __objRest(_a, [
488
+ "hover",
489
+ "focus",
490
+ "disabled",
491
+ "invalid",
492
+ "valid",
493
+ "loading",
494
+ "readonly",
495
+ "size",
496
+ "rounded",
497
+ "fillMode"
498
+ ]);
499
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
500
+ "span",
501
+ __spreadProps(__spreadValues({}, other), {
502
+ className: classNames(
503
+ props.className,
504
+ INPUT_CLASSNAME,
505
+ optionClassNames(INPUT_CLASSNAME, { size, rounded, fillMode }),
506
+ stateClassNames(INPUT_CLASSNAME, { hover, focus, disabled, invalid, valid, loading, readonly })
507
+ )
508
+ })
509
+ );
510
+ };
511
+ Input.states = states5;
512
+ Input.options = options5;
513
+ Input.className = INPUT_CLASSNAME;
514
+ Input.defaultProps = defaultProps5;
515
+
516
+ // src/input/picker.spec.tsx
517
+ var import_jsx_runtime6 = __require("react/jsx-runtime");
518
+ var PICKER_CLASSNAME = `k-picker`;
519
+ var pickerStates = [
520
+ States.hover,
521
+ States.focus,
522
+ States.valid,
523
+ States.invalid,
524
+ States.required,
525
+ States.disabled,
526
+ States.loading,
527
+ States.readonly
528
+ ];
529
+ var pickerOptions = {
530
+ size: [Size.small, Size.medium, Size.large],
531
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
532
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
533
+ };
534
+ var defaultProps6 = {
535
+ size: Size.medium,
536
+ rounded: Roundness.medium,
537
+ fillMode: FillMode.solid
538
+ };
539
+ var Picker = (props) => {
540
+ const _a = props, {
541
+ hover,
542
+ focus,
543
+ disabled,
544
+ invalid,
545
+ valid,
546
+ loading,
547
+ readonly,
548
+ size = defaultProps6.size,
549
+ rounded = defaultProps6.rounded,
550
+ fillMode = defaultProps6.fillMode
551
+ } = _a, other = __objRest(_a, [
552
+ "hover",
553
+ "focus",
554
+ "disabled",
555
+ "invalid",
556
+ "valid",
557
+ "loading",
558
+ "readonly",
559
+ "size",
560
+ "rounded",
561
+ "fillMode"
562
+ ]);
563
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
564
+ "span",
565
+ __spreadProps(__spreadValues({}, other), {
566
+ className: classNames(
567
+ props.className,
568
+ PICKER_CLASSNAME,
569
+ optionClassNames(PICKER_CLASSNAME, { size, rounded, fillMode }),
570
+ stateClassNames(PICKER_CLASSNAME, { hover, focus, disabled, invalid, valid, loading, readonly })
571
+ ),
572
+ children: props.children
573
+ })
574
+ );
575
+ };
576
+ Picker.states = pickerStates;
577
+ Picker.options = pickerOptions;
578
+ Picker.className = PICKER_CLASSNAME;
579
+ Picker.defaultProps = defaultProps6;
580
+
581
+ // src/input/input-clear-value.tsx
582
+ var import_jsx_runtime7 = __require("react/jsx-runtime");
583
+ var className = `k-clear-value`;
584
+ var states6 = [
585
+ States.disabled,
586
+ States.loading,
587
+ States.readonly
588
+ ];
589
+ var options6 = {};
590
+ var InputClearValue = (props) => {
591
+ const {
592
+ disabled,
593
+ loading,
594
+ readonly,
595
+ value
596
+ } = props;
597
+ if (disabled || readonly || loading || !value) {
598
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_jsx_runtime7.Fragment, {});
599
+ }
600
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Icon, { name: "x" }) });
601
+ };
602
+ InputClearValue.states = states6;
603
+ InputClearValue.options = options6;
604
+ InputClearValue.className = className;
605
+
606
+ // src/input/input-inner-input.tsx
607
+ var import_jsx_runtime8 = __require("react/jsx-runtime");
608
+ var className2 = `k-input-inner`;
609
+ var states7 = [];
610
+ var options7 = {};
611
+ var defaultProps7 = {
612
+ type: "text",
613
+ autocomplete: "off",
614
+ value: "",
615
+ placeholder: ""
616
+ };
617
+ var InputInnerInput = (props) => {
618
+ const _a = props, {
619
+ value = defaultProps7.value,
620
+ type = defaultProps7.type,
621
+ placeholder = defaultProps7.placeholder,
622
+ autocomplete = defaultProps7.autocomplete
623
+ } = _a, other = __objRest(_a, [
624
+ "value",
625
+ "type",
626
+ "placeholder",
627
+ "autocomplete"
628
+ ]);
629
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
630
+ "input",
631
+ __spreadProps(__spreadValues({}, other), {
632
+ type,
633
+ className: classNames(props.className, className2, optionClassNames(className2, props)),
634
+ placeholder,
635
+ autoComplete: autocomplete,
636
+ defaultValue: value
637
+ })
638
+ );
639
+ };
640
+ InputInnerInput.states = states7;
641
+ InputInnerInput.options = options7;
642
+ InputInnerInput.className = className2;
643
+
644
+ // src/input/input-inner-span.tsx
645
+ var import_jsx_runtime9 = __require("react/jsx-runtime");
646
+ var className3 = `k-input-inner`;
647
+ var states8 = [];
648
+ var options8 = {};
649
+ var InputInnerSpan = (props) => {
650
+ const _a = props, {
651
+ value,
652
+ placeholder,
653
+ showValue,
654
+ valueIcon,
655
+ valueIconName
656
+ } = _a, other = __objRest(_a, [
657
+ "value",
658
+ "placeholder",
659
+ "showValue",
660
+ "valueIcon",
661
+ "valueIconName"
662
+ ]);
663
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
664
+ "span",
665
+ __spreadProps(__spreadValues({}, other), {
666
+ className: classNames(props.className, className3, optionClassNames(className3, props)),
667
+ children: [
668
+ valueIcon,
669
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(Icon, { className: "k-input-value-icon", name: valueIconName }),
670
+ showValue && !value && placeholder,
671
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("span", { className: "k-input-value-text", children: value })
672
+ ]
673
+ })
674
+ );
675
+ };
676
+ InputInnerSpan.states = states8;
677
+ InputInnerSpan.options = options8;
678
+ InputInnerSpan.className = className3;
679
+
680
+ // src/input/input-inner-textarea.tsx
681
+ var import_jsx_runtime10 = __require("react/jsx-runtime");
682
+ var defaultProps8 = {
683
+ value: "",
684
+ placeholder: ""
685
+ };
686
+ var className4 = `k-input-inner`;
687
+ var states9 = [];
688
+ var options9 = {};
689
+ var InputInnerTextarea = (props) => {
690
+ const _a = props, {
691
+ value = defaultProps8.value,
692
+ placeholder = defaultProps8.placeholder,
693
+ rows
694
+ } = _a, other = __objRest(_a, [
695
+ "value",
696
+ "placeholder",
697
+ "rows"
698
+ ]);
699
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
700
+ "textarea",
701
+ __spreadProps(__spreadValues({}, other), {
702
+ className: classNames(props.className, className4, optionClassNames(className4, props)),
703
+ placeholder,
704
+ rows,
705
+ children: value
706
+ })
707
+ );
708
+ };
709
+ InputInnerTextarea.states = states9;
710
+ InputInnerTextarea.options = options9;
711
+ InputInnerTextarea.className = className4;
712
+
713
+ // src/input/input-loading-icon.tsx
714
+ var import_jsx_runtime11 = __require("react/jsx-runtime");
715
+ var className5 = `k-input-loading-icon`;
716
+ var states10 = [
717
+ States.disabled,
718
+ States.loading
719
+ ];
720
+ var InputLoadingIcon = (props) => {
721
+ const {
722
+ disabled,
723
+ loading
724
+ } = props;
725
+ if (disabled || !loading) {
726
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_jsx_runtime11.Fragment, {});
727
+ }
728
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Icon, { className: classNames(props.className, className5), name: "loading" });
729
+ };
730
+
731
+ // src/input/input-validation-icon.tsx
732
+ var import_jsx_runtime12 = __require("react/jsx-runtime");
733
+ var className6 = `k-input-validation-icon`;
734
+ var states11 = [
735
+ States.valid,
736
+ States.invalid,
737
+ States.disabled,
738
+ States.loading
739
+ ];
740
+ var options10 = {};
741
+ var InputValidationIcon = (props) => {
742
+ const {
743
+ valid,
744
+ invalid,
745
+ disabled,
746
+ loading
747
+ } = props;
748
+ const iconName = invalid ? "warning" : "check";
749
+ const renderValidationIcon = Boolean(valid || invalid);
750
+ if (disabled || loading || !renderValidationIcon) {
751
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_jsx_runtime12.Fragment, {});
752
+ }
753
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { className: classNames(className6), name: iconName });
754
+ };
755
+ InputValidationIcon.states = states11;
756
+ InputValidationIcon.options = options10;
757
+ InputValidationIcon.className = className6;
758
+
759
+ // src/input/input-prefix.tsx
760
+ var import_jsx_runtime13 = __require("react/jsx-runtime");
761
+ var className7 = `k-input-prefix`;
762
+ var InputPrefix = (props) => {
763
+ if (!props.children) {
764
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_jsx_runtime13.Fragment, {});
765
+ }
766
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: classNames(className7, props.className), children: props.children });
767
+ };
768
+
769
+ // src/input/input-suffix.tsx
770
+ var import_jsx_runtime14 = __require("react/jsx-runtime");
771
+ var className8 = `k-input-suffix`;
772
+ var InputSuffix = (props) => {
773
+ if (!props.children) {
774
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, {});
775
+ }
776
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: classNames(className8, props.className), children: props.children });
777
+ };
778
+
779
+ // src/popup/popup.spec.tsx
780
+ var import_jsx_runtime15 = __require("react/jsx-runtime");
781
+ var POPUP_CLASSNAME = `k-popup`;
782
+ var states12 = [];
783
+ var options11 = {};
784
+ var defaultProps9 = {};
785
+ var Popup = (props) => {
786
+ const other = __objRest(props, []);
787
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", __spreadProps(__spreadValues({}, other), { className: classNames(props.className, POPUP_CLASSNAME), children: props.children }));
788
+ };
789
+ Popup.states = states12;
790
+ Popup.options = options11;
791
+ Popup.className = POPUP_CLASSNAME;
792
+ Popup.defaultProps = defaultProps9;
793
+
794
+ // src/dropdownlist/dropdownlist.spec.tsx
795
+ var import_jsx_runtime16 = __require("react/jsx-runtime");
796
+ var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
797
+ var states13 = [
798
+ States.hover,
799
+ States.focus,
800
+ States.valid,
801
+ States.invalid,
802
+ States.required,
803
+ States.disabled,
804
+ States.loading,
805
+ States.readonly
806
+ ];
807
+ var options12 = {
808
+ size: [Size.small, Size.medium, Size.large],
809
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
810
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
811
+ };
812
+ var defaultProps10 = {
813
+ showValue: true,
814
+ arrowIconName: "arrow-s",
815
+ size: Size.medium,
816
+ rounded: Roundness.medium,
817
+ fillMode: FillMode.solid
818
+ };
819
+ var DropdownList = (props) => {
820
+ const _a = props, {
821
+ valueIconName,
822
+ arrowIconName = defaultProps10.arrowIconName,
823
+ prefix,
824
+ suffix,
825
+ value,
826
+ placeholder,
827
+ size,
828
+ rounded,
829
+ fillMode,
830
+ hover,
831
+ focus,
832
+ valid,
833
+ invalid,
834
+ required,
835
+ loading,
836
+ disabled,
837
+ readonly,
838
+ showValue = defaultProps10.showValue,
839
+ popup,
840
+ opened
841
+ } = _a, other = __objRest(_a, [
842
+ "valueIconName",
843
+ "arrowIconName",
844
+ "prefix",
845
+ "suffix",
846
+ "value",
847
+ "placeholder",
848
+ "size",
849
+ "rounded",
850
+ "fillMode",
851
+ "hover",
852
+ "focus",
853
+ "valid",
854
+ "invalid",
855
+ "required",
856
+ "loading",
857
+ "disabled",
858
+ "readonly",
859
+ "showValue",
860
+ "popup",
861
+ "opened"
862
+ ]);
863
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_jsx_runtime16.Fragment, { children: [
864
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
865
+ Picker,
866
+ __spreadProps(__spreadValues({}, other), {
867
+ size,
868
+ rounded,
869
+ fillMode,
870
+ hover,
871
+ focus,
872
+ valid,
873
+ invalid,
874
+ required,
875
+ loading,
876
+ disabled,
877
+ readonly,
878
+ className: classNames(
879
+ props.className,
880
+ DROPDOWNLIST_CLASSNAME,
881
+ {
882
+ "k-icon-picker": !showValue && valueIconName
883
+ }
884
+ ),
885
+ children: [
886
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(InputPrefix, { children: prefix }),
887
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
888
+ InputInnerSpan,
889
+ {
890
+ placeholder,
891
+ value,
892
+ showValue,
893
+ valueIconName
894
+ }
895
+ ),
896
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
897
+ InputValidationIcon,
898
+ {
899
+ valid,
900
+ invalid,
901
+ loading,
902
+ disabled
903
+ }
904
+ ),
905
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
906
+ InputLoadingIcon,
907
+ {
908
+ loading,
909
+ disabled
910
+ }
911
+ ),
912
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(InputSuffix, { children: suffix }),
913
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
914
+ Button,
915
+ {
916
+ className: "k-input-button",
917
+ icon: arrowIconName,
918
+ rounded: null,
919
+ size: props.size,
920
+ fillMode: props.fillMode
921
+ }
922
+ )
923
+ ]
924
+ })
925
+ ),
926
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Popup, { className: "k-dropdownlist-popup", children: popup })
927
+ ] });
928
+ };
929
+ DropdownList.states = states13;
930
+ DropdownList.options = options12;
931
+ DropdownList.className = DROPDOWNLIST_CLASSNAME;
932
+ DropdownList.defaultProps = defaultProps10;
933
+
934
+ // src/searchbox/searchbox.spec.tsx
935
+ var import_jsx_runtime17 = __require("react/jsx-runtime");
936
+ var SEARCHBOX_CLASSNAME = `k-searchbox`;
937
+ var states14 = [
938
+ States.hover,
939
+ States.focus,
940
+ States.valid,
941
+ States.invalid,
942
+ States.required,
943
+ States.disabled,
944
+ States.loading
945
+ ];
946
+ var options13 = {
947
+ size: [Size.small, Size.medium, Size.large],
948
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
949
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
950
+ };
951
+ var defaultProps11 = {
952
+ showIcon: true,
953
+ icon: "search",
954
+ size: Input.defaultProps.size,
955
+ rounded: Input.defaultProps.rounded,
956
+ fillMode: Input.defaultProps.fillMode
957
+ };
958
+ var Searchbox = (props) => {
959
+ const _a = props, {
960
+ value,
961
+ placeholder,
962
+ size,
963
+ rounded,
964
+ fillMode,
965
+ hover,
966
+ focus,
967
+ valid,
968
+ invalid,
969
+ required,
970
+ loading,
971
+ disabled,
972
+ showIcon = defaultProps11.showIcon,
973
+ icon = defaultProps11.icon
974
+ } = _a, other = __objRest(_a, [
975
+ "value",
976
+ "placeholder",
977
+ "size",
978
+ "rounded",
979
+ "fillMode",
980
+ "hover",
981
+ "focus",
982
+ "valid",
983
+ "invalid",
984
+ "required",
985
+ "loading",
986
+ "disabled",
987
+ "showIcon",
988
+ "icon"
989
+ ]);
990
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
991
+ Input,
992
+ __spreadProps(__spreadValues({}, other), {
993
+ size,
994
+ rounded,
995
+ fillMode,
996
+ hover,
997
+ focus,
998
+ valid,
999
+ invalid,
1000
+ required,
1001
+ loading,
1002
+ disabled,
1003
+ className: classNames(props.className, SEARCHBOX_CLASSNAME),
1004
+ children: [
1005
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: "k-input-icon", name: icon }),
1006
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(InputInnerInput, { placeholder, value }),
1007
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(InputLoadingIcon, __spreadValues({}, props)),
1008
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(InputValidationIcon, __spreadValues({}, props)),
1009
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(InputClearValue, __spreadValues({}, props))
1010
+ ]
1011
+ })
1012
+ );
1013
+ };
1014
+ Searchbox.states = states14;
1015
+ Searchbox.options = options13;
1016
+ Searchbox.className = SEARCHBOX_CLASSNAME;
1017
+ Searchbox.defaultProps = defaultProps11;
1018
+
1019
+ // src/textbox/textbox.spec.tsx
1020
+ var import_jsx_runtime18 = __require("react/jsx-runtime");
1021
+ var TEXTBOX_CLASSNAME = `k-textbox`;
1022
+ var states15 = [
1023
+ States.hover,
1024
+ States.focus,
1025
+ States.valid,
1026
+ States.invalid,
1027
+ States.required,
1028
+ States.disabled,
1029
+ States.loading,
1030
+ States.readonly
1031
+ ];
1032
+ var options14 = {
1033
+ size: [Size.small, Size.medium, Size.large],
1034
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
1035
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
1036
+ };
1037
+ var defaultProps12 = {
1038
+ showClearButton: true,
1039
+ size: Input.defaultProps.size,
1040
+ rounded: Input.defaultProps.rounded,
1041
+ fillMode: Input.defaultProps.fillMode
1042
+ };
1043
+ var Textbox = (props) => {
1044
+ const _a = props, {
1045
+ prefix,
1046
+ suffix,
1047
+ value,
1048
+ placeholder,
1049
+ size,
1050
+ rounded,
1051
+ fillMode,
1052
+ hover,
1053
+ focus,
1054
+ valid,
1055
+ invalid,
1056
+ required,
1057
+ loading,
1058
+ disabled,
1059
+ readonly,
1060
+ showClearButton = defaultProps12.showClearButton
1061
+ } = _a, other = __objRest(_a, [
1062
+ "prefix",
1063
+ "suffix",
1064
+ "value",
1065
+ "placeholder",
1066
+ "size",
1067
+ "rounded",
1068
+ "fillMode",
1069
+ "hover",
1070
+ "focus",
1071
+ "valid",
1072
+ "invalid",
1073
+ "required",
1074
+ "loading",
1075
+ "disabled",
1076
+ "readonly",
1077
+ "showClearButton"
1078
+ ]);
1079
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
1080
+ Input,
1081
+ __spreadProps(__spreadValues({}, other), {
1082
+ size,
1083
+ rounded,
1084
+ fillMode,
1085
+ hover,
1086
+ focus,
1087
+ valid,
1088
+ invalid,
1089
+ required,
1090
+ loading,
1091
+ disabled,
1092
+ readonly,
1093
+ className: classNames(props.className, TEXTBOX_CLASSNAME),
1094
+ children: [
1095
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(InputPrefix, { children: prefix }),
1096
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(InputInnerInput, { placeholder, value }),
1097
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1098
+ InputValidationIcon,
1099
+ {
1100
+ valid,
1101
+ invalid,
1102
+ loading,
1103
+ disabled
1104
+ }
1105
+ ),
1106
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1107
+ InputLoadingIcon,
1108
+ {
1109
+ loading,
1110
+ disabled
1111
+ }
1112
+ ),
1113
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1114
+ InputClearValue,
1115
+ {
1116
+ loading,
1117
+ disabled,
1118
+ readonly,
1119
+ value
1120
+ }
1121
+ ),
1122
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(InputSuffix, { children: suffix })
1123
+ ]
1124
+ })
1125
+ );
1126
+ };
1127
+ Textbox.states = states15;
1128
+ Textbox.options = options14;
1129
+ Textbox.className = TEXTBOX_CLASSNAME;
1130
+ Textbox.defaultProps = defaultProps12;
1131
+
1132
+ // src/grid/tests/grid-column-menu-tabbed.tsx
1133
+ var import_jsx_runtime19 = __require("react/jsx-runtime");
1134
+ var root = import_client.default.createRoot(
1135
+ document.getElementById("app")
1136
+ );
1137
+ var styles = `
1138
+ .k-animation-container,
1139
+ .k-popup {
1140
+ position: relative;
1141
+ overflow: visible;
1142
+ }
1143
+
1144
+ .k-grid-columnmenu-popup {
1145
+ width: 100%;
1146
+ }
1147
+ `;
1148
+ root.render(
1149
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
1150
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("style", { children: styles }),
1151
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
1152
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Tab Filter" }),
1153
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Tab More" }),
1154
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Tab Column Visibility" }),
1155
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-animation-container", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-column-menu k-column-menu-tabbed k-popup k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
1156
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
1157
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "filter" }) }) }),
1158
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "more-horizontal" }) }) }),
1159
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "columns" }) }) })
1160
+ ] }) }),
1161
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-filter-menu-container", children: [
1162
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(DropdownList, { value: "Contains" }),
1163
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Textbox, { placeholder: "Filter..." }),
1164
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(DropdownList, { value: "And", className: "k-filter-and" }),
1165
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(DropdownList, { value: "Contains" }),
1166
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Textbox, { placeholder: "Filter..." }),
1167
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(ActionButtons, { children: [
1168
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Button, { themeColor: "primary", children: "Filter" }),
1169
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Button, { children: "Clear" })
1170
+ ] })
1171
+ ] }) }) })
1172
+ ] }) }) }) }),
1173
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-animation-container", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-column-menu k-column-menu-tabbed k-popup k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
1174
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
1175
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "filter" }) }) }),
1176
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "more-horizontal" }) }) }),
1177
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "columns" }) }) })
1178
+ ] }) }),
1179
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-tabstrip-content k-active", children: [
1180
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-columnmenu-item", children: [
1181
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "group" }),
1182
+ "Group Column"
1183
+ ] }) }),
1184
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
1185
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-columnmenu-item", children: [
1186
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "sort-asc-small" }),
1187
+ "Sort Ascending"
1188
+ ] }),
1189
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-columnmenu-item", children: [
1190
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "sort-desc-small" }),
1191
+ "Sort Descending"
1192
+ ] })
1193
+ ] }),
1194
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
1195
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-columnmenu-item", children: [
1196
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "max-width" }),
1197
+ "Autosize This Column"
1198
+ ] }),
1199
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-columnmenu-item", children: [
1200
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "display-inline-flex" }),
1201
+ "Autosize All Columns"
1202
+ ] })
1203
+ ] }),
1204
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-columnmenu-item", children: [
1205
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "set-column-position" }),
1206
+ "Set Column Position",
1207
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-spacer" }),
1208
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: "k-expander-indicator", name: "arrow-chevron-down" })
1209
+ ] }) }) })
1210
+ ] })
1211
+ ] }) }) }) }),
1212
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-animation-container", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-column-menu k-column-menu-tabbed k-popup k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
1213
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
1214
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "filter" }) }) }),
1215
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "more-horizontal" }) }) }),
1216
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "columns" }) }) })
1217
+ ] }) }),
1218
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-filter-menu-container", children: [
1219
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Searchbox, { placeholder: "Search..." }),
1220
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("ul", { className: "k-reset k-multicheck-wrap", children: [
1221
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item k-check-all-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1222
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1223
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "(Select all)" })
1224
+ ] }) }),
1225
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1226
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1227
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1228
+ ] }) }),
1229
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1230
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1231
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1232
+ ] }) }),
1233
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1234
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1235
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1236
+ ] }) }),
1237
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1238
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1239
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1240
+ ] }) }),
1241
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1242
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1243
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1244
+ ] }) }),
1245
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1246
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1247
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1248
+ ] }) }),
1249
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1250
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1251
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1252
+ ] }) }),
1253
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1254
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1255
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1256
+ ] }) }),
1257
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1258
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1259
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1260
+ ] }) }),
1261
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1262
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1263
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1264
+ ] }) }),
1265
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1266
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1267
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1268
+ ] }) }),
1269
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1270
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1271
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1272
+ ] }) }),
1273
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1274
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1275
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1276
+ ] }) }),
1277
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1278
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1279
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1280
+ ] }) }),
1281
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("label", { className: "k-label k-checkbox-label", children: [
1282
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Checkbox, {}),
1283
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Column Name" })
1284
+ ] }) })
1285
+ ] }),
1286
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-filter-selected-items", children: "0 selected items" }),
1287
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(ActionButtons, { children: [
1288
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Button, { themeColor: "primary", children: "Apply" }),
1289
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Button, { children: "Reset" })
1290
+ ] })
1291
+ ] }) }) })
1292
+ ] }) }) }) }),
1293
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "2 Tab Set" }),
1294
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { children: "Single Tab Set" }),
1295
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", {}),
1296
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-animation-container", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-column-menu k-column-menu-tabbed k-popup k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
1297
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
1298
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "filter" }) }) }),
1299
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "more-horizontal" }) }) })
1300
+ ] }) }),
1301
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-filter-menu-container", children: [
1302
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(DropdownList, { value: "Contains" }),
1303
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Textbox, { placeholder: "Filter..." }),
1304
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(DropdownList, { value: "And", className: "k-filter-and" }),
1305
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(DropdownList, { value: "Contains" }),
1306
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Textbox, { placeholder: "Filter..." }),
1307
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(ActionButtons, { children: [
1308
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Button, { themeColor: "primary", children: "Filter" }),
1309
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Button, { children: "Clear" })
1310
+ ] })
1311
+ ] }) }) })
1312
+ ] }) }) }) }),
1313
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-animation-container", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-column-menu k-column-menu-tabbed k-popup k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
1314
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("ul", { className: "k-reset k-tabstrip-items", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { name: "filter" }) }) }) }) }),
1315
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { className: "k-filter-menu-container", children: [
1316
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(DropdownList, { value: "Contains" }),
1317
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Textbox, { placeholder: "Filter..." }),
1318
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(DropdownList, { value: "And", className: "k-filter-and" }),
1319
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(DropdownList, { value: "Contains" }),
1320
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Textbox, { placeholder: "Filter..." }),
1321
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(ActionButtons, { children: [
1322
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Button, { themeColor: "primary", children: "Filter" }),
1323
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Button, { children: "Clear" })
1324
+ ] })
1325
+ ] }) }) })
1326
+ ] }) }) }) })
1327
+ ] })
1328
+ ] })
1329
+ );
1330
+ })();
1331
+ //# sourceMappingURL=grid-column-menu-tabbed.js.map