@progress/kendo-themes-html 7.0.2-dev.4 → 7.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/context-menu/tests/context-menu-in-window.js +45 -31
- package/dist/cjs/dialog/tests/dialog-in-window.js +32 -18
- package/dist/cjs/editor/tests/editor-find-replace.js +86 -72
- package/dist/cjs/editor/tests/editor-image-editor.js +48 -34
- package/dist/cjs/editor/tests/editor-table-wizard.js +115 -101
- package/dist/cjs/editor/tests/editor-view-source.js +47 -33
- package/dist/cjs/fab/fab-item.js +1 -0
- package/dist/cjs/fab/templates/icon-fab.js +4426 -0
- package/dist/cjs/fab/templates/icon-text-fab.js +4427 -0
- package/dist/cjs/fab/templates/text-fab.js +4426 -0
- package/dist/cjs/fab/tests/fab-items.js +51 -113
- package/dist/cjs/fab/tests/fab-position.js +73 -20
- package/dist/cjs/fab/tests/{fab-size.js → fab-size-rounded.js} +89 -93
- package/dist/cjs/fab/tests/fab-states.js +67 -14
- package/dist/cjs/fab/tests/fab.js +82 -48
- package/dist/cjs/filemanager/tests/filemanager-dialogs.js +35 -19
- package/dist/cjs/form/tests/form-field-inputs-rtl.js +137 -115
- package/dist/cjs/form/tests/form-field-inputs.js +151 -129
- package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +434 -420
- package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +332 -318
- package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +442 -428
- package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +485 -471
- package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +442 -428
- package/dist/cjs/grid/tests/grid-column-resizing-actions.js +140 -126
- package/dist/cjs/grid/tests/grid-editing-popup.js +375 -361
- package/dist/cjs/index.js +1935 -1659
- package/dist/cjs/multiselecttree/multiselecttree.spec.js +712 -18
- package/dist/cjs/multiselecttree/templates/multiselecttree-adaptive.js +5837 -0
- package/dist/cjs/multiselecttree/templates/multiselecttree-arrow-button.js +5837 -0
- package/dist/cjs/multiselecttree/templates/multiselecttree-filtering.js +5968 -0
- package/dist/cjs/multiselecttree/templates/multiselecttree-normal.js +5831 -0
- package/dist/cjs/multiselecttree/templates/multiselecttree-popup.js +5855 -0
- package/dist/cjs/multiselecttree/templates/multiselecttree-value.js +5869 -0
- package/dist/cjs/multiselecttree/tests/multiselecttree-adaptive.js +5984 -0
- package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +887 -147
- package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +1283 -937
- package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +887 -147
- package/dist/cjs/multiselecttree/tests/{multiselecttree.js → multiselecttree-size-rounded.js} +865 -150
- package/dist/cjs/multiselecttree/tests/multiselecttree-solid.js +6048 -0
- package/dist/cjs/notification/index.js +51 -1
- package/dist/cjs/notification/templates/icon-notification-closable.js +4389 -0
- package/dist/cjs/notification/templates/icon-notification.js +4368 -0
- package/dist/cjs/notification/templates/notification-closable.js +4388 -0
- package/dist/cjs/notification/templates/notification-normal.js +4367 -0
- package/dist/cjs/notification/tests/notification-angular-colors.js +4404 -0
- package/dist/cjs/notification/tests/notification-angular.js +60 -34
- package/dist/cjs/notification/tests/notification-custom-angular.js +48 -20
- package/dist/cjs/notification/tests/notification-jquery-colors.js +4441 -0
- package/dist/cjs/notification/tests/notification-jquery.js +63 -37
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +457 -441
- package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +530 -516
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +544 -530
- package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +194 -180
- package/dist/cjs/spreadsheet/tests/spreadsheet-file-dialogs.js +235 -205
- package/dist/cjs/spreadsheet/tests/spreadsheet-find-replace-dialog.js +169 -155
- package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +471 -457
- package/dist/cjs/spreadsheet/tests/spreadsheet-formula-dialog.js +167 -153
- package/dist/cjs/spreadsheet/tests/spreadsheet-insert-dialogs.js +267 -237
- package/dist/cjs/spreadsheet/tests/spreadsheet-print.js +243 -229
- package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +123 -109
- package/dist/cjs/treelist/tests/treelist-editing-popup.js +317 -303
- package/dist/cjs/upload/templates/upload-batch.js +4846 -0
- package/dist/cjs/{multiselecttree/tests/multiselecttree-size.js → upload/templates/upload-chunk.js} +396 -768
- package/dist/cjs/upload/templates/upload-normal.js +4761 -0
- package/dist/cjs/upload/tests/upload-rtl.js +67 -49
- package/dist/cjs/upload/tests/upload-states.js +4782 -0
- package/dist/cjs/upload/tests/upload.js +62 -36
- package/dist/cjs/upload/upload.spec.js +1 -1
- package/dist/cjs/window/templates/window-normal.js +4546 -0
- package/dist/cjs/window/tests/window-action-buttons.js +30 -16
- package/dist/cjs/window/tests/window-rtl.js +23 -9
- package/dist/cjs/window/tests/window-theme-colors.js +22 -9
- package/dist/cjs/window/tests/window.js +23 -9
- package/dist/esm/context-menu/tests/context-menu-in-window.js +43 -29
- package/dist/esm/dialog/tests/dialog-in-window.js +30 -16
- package/dist/esm/editor/tests/editor-find-replace.js +78 -64
- package/dist/esm/editor/tests/editor-image-editor.js +41 -27
- package/dist/esm/editor/tests/editor-table-wizard.js +110 -96
- package/dist/esm/editor/tests/editor-view-source.js +46 -32
- package/dist/esm/fab/fab-item.js +1 -0
- package/dist/esm/fab/templates/icon-fab.js +4410 -0
- package/dist/esm/fab/templates/icon-text-fab.js +4411 -0
- package/dist/esm/fab/templates/text-fab.js +4410 -0
- package/dist/esm/fab/tests/fab-items.js +49 -111
- package/dist/esm/fab/tests/fab-position.js +71 -18
- package/dist/esm/fab/tests/{fab-size.js → fab-size-rounded.js} +85 -89
- package/dist/esm/fab/tests/fab-states.js +64 -11
- package/dist/esm/fab/tests/fab.js +80 -46
- package/dist/esm/filemanager/tests/filemanager-dialogs.js +35 -19
- package/dist/esm/form/tests/form-field-inputs-rtl.js +137 -115
- package/dist/esm/form/tests/form-field-inputs.js +151 -129
- package/dist/esm/gantt/tests/gantt-editing-popup-general.js +381 -367
- package/dist/esm/gantt/tests/gantt-editing-popup-other.js +290 -276
- package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +386 -372
- package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +419 -405
- package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +386 -372
- package/dist/esm/grid/tests/grid-column-resizing-actions.js +117 -103
- package/dist/esm/grid/tests/grid-editing-popup.js +328 -314
- package/dist/esm/index.js +1935 -1659
- package/dist/esm/multiselecttree/multiselecttree.spec.js +712 -18
- package/dist/esm/multiselecttree/templates/multiselecttree-adaptive.js +5821 -0
- package/dist/esm/multiselecttree/templates/multiselecttree-arrow-button.js +5821 -0
- package/dist/esm/multiselecttree/templates/multiselecttree-filtering.js +5952 -0
- package/dist/esm/multiselecttree/templates/multiselecttree-normal.js +5815 -0
- package/dist/esm/multiselecttree/templates/multiselecttree-popup.js +5839 -0
- package/dist/esm/multiselecttree/templates/multiselecttree-value.js +5853 -0
- package/dist/esm/multiselecttree/tests/multiselecttree-adaptive.js +5968 -0
- package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +887 -147
- package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +1337 -991
- package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +887 -147
- package/dist/esm/multiselecttree/tests/{multiselecttree.js → multiselecttree-size-rounded.js} +861 -146
- package/dist/esm/multiselecttree/tests/multiselecttree-solid.js +6032 -0
- package/dist/esm/notification/index.js +51 -1
- package/dist/esm/notification/templates/icon-notification-closable.js +4373 -0
- package/dist/esm/notification/templates/icon-notification.js +4352 -0
- package/dist/esm/notification/templates/notification-closable.js +4372 -0
- package/dist/esm/notification/templates/notification-normal.js +4351 -0
- package/dist/esm/notification/tests/notification-angular-colors.js +4388 -0
- package/dist/esm/notification/tests/notification-angular.js +58 -32
- package/dist/esm/notification/tests/notification-custom-angular.js +46 -18
- package/dist/esm/notification/tests/notification-jquery-colors.js +4425 -0
- package/dist/esm/notification/tests/notification-jquery.js +61 -35
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +457 -441
- package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +466 -452
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +479 -465
- package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +179 -165
- package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +215 -185
- package/dist/esm/spreadsheet/tests/spreadsheet-find-replace-dialog.js +155 -141
- package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +409 -395
- package/dist/esm/spreadsheet/tests/spreadsheet-formula-dialog.js +153 -139
- package/dist/esm/spreadsheet/tests/spreadsheet-insert-dialogs.js +253 -223
- package/dist/esm/spreadsheet/tests/spreadsheet-print.js +218 -204
- package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.js +108 -94
- package/dist/esm/treelist/tests/treelist-editing-popup.js +275 -261
- package/dist/esm/upload/templates/upload-batch.js +4830 -0
- package/dist/esm/{multiselecttree/tests/multiselecttree-size.js → upload/templates/upload-chunk.js} +392 -764
- package/dist/esm/upload/templates/upload-normal.js +4745 -0
- package/dist/esm/upload/tests/upload-rtl.js +67 -49
- package/dist/esm/upload/tests/upload-states.js +4766 -0
- package/dist/esm/upload/tests/upload.js +62 -36
- package/dist/esm/upload/upload.spec.js +1 -1
- package/dist/esm/window/templates/window-normal.js +4530 -0
- package/dist/esm/window/tests/window-action-buttons.js +29 -15
- package/dist/esm/window/tests/window-rtl.js +22 -8
- package/dist/esm/window/tests/window-theme-colors.js +22 -9
- package/dist/esm/window/tests/window.js +22 -8
- package/dist/types/fab/fab-item.d.ts +4 -1
- package/dist/types/fab/index.d.ts +3 -0
- package/dist/types/fab/templates/icon-fab.d.ts +1 -0
- package/dist/types/fab/templates/icon-text-fab.d.ts +1 -0
- package/dist/types/fab/templates/text-fab.d.ts +1 -0
- package/dist/types/multiselecttree/index.d.ts +6 -0
- package/dist/types/multiselecttree/multiselecttree.spec.d.ts +3 -0
- package/dist/types/multiselecttree/templates/multiselecttree-adaptive.d.ts +1 -0
- package/dist/types/multiselecttree/templates/multiselecttree-arrow-button.d.ts +1 -0
- package/dist/types/multiselecttree/templates/multiselecttree-filtering.d.ts +1 -0
- package/dist/types/multiselecttree/templates/multiselecttree-normal.d.ts +1 -0
- package/dist/types/multiselecttree/templates/multiselecttree-popup.d.ts +1 -0
- package/dist/types/multiselecttree/templates/multiselecttree-value.d.ts +1 -0
- package/dist/types/multiselecttree/tests/multiselecttree-solid.d.ts +2 -0
- package/dist/types/notification/index.d.ts +4 -0
- package/dist/types/notification/templates/icon-notification-closable.d.ts +1 -0
- package/dist/types/notification/templates/icon-notification.d.ts +1 -0
- package/dist/types/notification/templates/notification-closable.d.ts +1 -0
- package/dist/types/notification/templates/notification-normal.d.ts +1 -0
- package/dist/types/notification/tests/notification-angular-colors.d.ts +2 -0
- package/dist/types/notification/tests/notification-jquery-colors.d.ts +2 -0
- package/dist/types/upload/index.d.ts +3 -0
- package/dist/types/upload/templates/upload-batch.d.ts +1 -0
- package/dist/types/upload/templates/upload-chunk.d.ts +1 -0
- package/dist/types/upload/templates/upload-normal.d.ts +1 -0
- package/dist/types/upload/tests/upload-states.d.ts +2 -0
- package/dist/types/window/index.d.ts +1 -0
- package/dist/types/window/templates/window-normal.d.ts +1 -0
- package/package.json +2 -2
- package/src/context-menu/tests/context-menu-in-window.tsx +3 -3
- package/src/dialog/tests/dialog-in-window.tsx +3 -3
- package/src/editor/tests/editor-find-replace.tsx +5 -5
- package/src/editor/tests/editor-image-editor.tsx +3 -3
- package/src/editor/tests/editor-table-wizard.tsx +7 -7
- package/src/editor/tests/editor-view-source.tsx +3 -3
- package/src/fab/fab-item.tsx +2 -0
- package/src/fab/index.ts +3 -0
- package/src/fab/templates/icon-fab.tsx +7 -0
- package/src/fab/templates/icon-text-fab.tsx +8 -0
- package/src/fab/templates/text-fab.tsx +7 -0
- package/src/fab/tests/fab-items.tsx +57 -127
- package/src/fab/tests/fab-position.tsx +9 -9
- package/src/fab/tests/fab-size-rounded.tsx +35 -0
- package/src/fab/tests/fab-states.tsx +2 -2
- package/src/fab/tests/fab.tsx +14 -110
- package/src/filemanager/tests/filemanager-dialogs.tsx +2 -2
- package/src/form/tests/form-field-inputs-rtl.tsx +5 -5
- package/src/form/tests/form-field-inputs.tsx +5 -5
- package/src/gantt/tests/gantt-editing-popup-general.tsx +3 -3
- package/src/gantt/tests/gantt-editing-popup-other.tsx +3 -3
- package/src/gantt/tests/gantt-editing-popup-predecessors.tsx +3 -3
- package/src/gantt/tests/gantt-editing-popup-resources.tsx +3 -3
- package/src/gantt/tests/gantt-editing-popup-successors.tsx +3 -3
- package/src/grid/tests/grid-column-resizing-actions.tsx +3 -3
- package/src/grid/tests/grid-editing-popup.tsx +3 -3
- package/src/multiselecttree/index.ts +6 -0
- package/src/multiselecttree/multiselecttree.spec.tsx +37 -0
- package/src/multiselecttree/templates/multiselecttree-adaptive.tsx +8 -0
- package/src/multiselecttree/templates/multiselecttree-arrow-button.tsx +8 -0
- package/src/multiselecttree/templates/multiselecttree-filtering.tsx +47 -0
- package/src/multiselecttree/templates/multiselecttree-normal.tsx +3 -0
- package/src/multiselecttree/templates/multiselecttree-popup.tsx +36 -0
- package/src/multiselecttree/templates/multiselecttree-value.tsx +12 -0
- package/src/multiselecttree/tests/multiselecttree-adaptive.tsx +33 -0
- package/src/multiselecttree/tests/multiselecttree-flat.tsx +32 -126
- package/src/multiselecttree/tests/multiselecttree-opened.tsx +29 -90
- package/src/multiselecttree/tests/multiselecttree-outline.tsx +32 -126
- package/src/multiselecttree/tests/multiselecttree-size-rounded.tsx +38 -0
- package/src/multiselecttree/tests/multiselecttree-solid.tsx +79 -0
- package/src/notification/index.tsx +4 -0
- package/src/notification/templates/icon-notification-closable.tsx +10 -0
- package/src/notification/templates/icon-notification.tsx +9 -0
- package/src/notification/templates/notification-closable.tsx +9 -0
- package/src/notification/templates/notification-normal.tsx +8 -0
- package/src/notification/tests/notification-angular-colors.tsx +28 -0
- package/src/notification/tests/notification-angular.tsx +10 -95
- package/src/notification/tests/notification-custom-angular.tsx +9 -9
- package/src/notification/tests/notification-jquery-colors.tsx +30 -0
- package/src/notification/tests/notification-jquery.tsx +10 -95
- package/src/pdf-viewer/tests/pdf-viewer-blank-page.tsx +2 -2
- package/src/scheduler/tests/scheduler-edit-dialog.tsx +3 -3
- package/src/scheduler/tests/scheduler-editing-weekly.tsx +3 -3
- package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +5 -5
- package/src/spreadsheet/tests/spreadsheet-file-dialogs.tsx +9 -9
- package/src/spreadsheet/tests/spreadsheet-find-replace-dialog.tsx +3 -3
- package/src/spreadsheet/tests/spreadsheet-format-dialogs.tsx +5 -5
- package/src/spreadsheet/tests/spreadsheet-formula-dialog.tsx +3 -3
- package/src/spreadsheet/tests/spreadsheet-insert-dialogs.tsx +13 -13
- package/src/spreadsheet/tests/spreadsheet-print.tsx +5 -5
- package/src/spreadsheet/tests/spreadsheet-sheets-bar.tsx +5 -5
- package/src/treelist/tests/treelist-editing-popup.tsx +3 -3
- package/src/upload/index.ts +3 -0
- package/src/upload/templates/upload-batch.tsx +14 -0
- package/src/upload/templates/upload-chunk.tsx +12 -0
- package/src/upload/templates/upload-normal.tsx +7 -0
- package/src/upload/tests/upload-rtl.tsx +35 -48
- package/src/upload/tests/upload-states.tsx +29 -0
- package/src/upload/tests/upload.tsx +34 -39
- package/src/upload/upload.spec.tsx +1 -1
- package/src/window/index.ts +1 -0
- package/src/window/templates/window-normal.tsx +11 -0
- package/src/window/tests/window-action-buttons.tsx +9 -9
- package/src/window/tests/window-rtl.tsx +6 -8
- package/src/window/tests/window-theme-colors.tsx +6 -18
- package/src/window/tests/window.tsx +6 -6
- package/src/fab/tests/fab-size.tsx +0 -109
- package/src/multiselecttree/tests/multiselecttree-size.tsx +0 -50
- package/src/multiselecttree/tests/multiselecttree.tsx +0 -175
- /package/dist/types/fab/tests/{fab-size.d.ts → fab-size-rounded.d.ts} +0 -0
- /package/dist/types/multiselecttree/tests/{multiselecttree-size.d.ts → multiselecttree-adaptive.d.ts} +0 -0
- /package/dist/types/multiselecttree/tests/{multiselecttree.d.ts → multiselecttree-size-rounded.d.ts} +0 -0
|
@@ -4513,8 +4513,22 @@ Window.options = options6;
|
|
|
4513
4513
|
Window.className = WINDOW_CLASSNAME;
|
|
4514
4514
|
Window.defaultProps = defaultProps6;
|
|
4515
4515
|
|
|
4516
|
+
// src/window/templates/window-normal.tsx
|
|
4517
|
+
import { Fragment as Fragment6, jsx as jsx10 } from "react/jsx-runtime";
|
|
4518
|
+
var WindowNormal = (props) => /* @__PURE__ */ jsx10(
|
|
4519
|
+
Window,
|
|
4520
|
+
{
|
|
4521
|
+
title: "Title",
|
|
4522
|
+
actions: ["window-minimize", "window", "x"],
|
|
4523
|
+
children: [
|
|
4524
|
+
/* @__PURE__ */ jsx10(Fragment6, { children: "Content" })
|
|
4525
|
+
],
|
|
4526
|
+
...props
|
|
4527
|
+
}
|
|
4528
|
+
);
|
|
4529
|
+
|
|
4516
4530
|
// src/checkbox/checkbox.spec.tsx
|
|
4517
|
-
import { jsx as
|
|
4531
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
4518
4532
|
var CHECKBOX_CLASSNAME = `k-checkbox`;
|
|
4519
4533
|
var states7 = [
|
|
4520
4534
|
States.hover,
|
|
@@ -4549,7 +4563,7 @@ var Checkbox = (props) => {
|
|
|
4549
4563
|
rounded = defaultProps7.rounded,
|
|
4550
4564
|
...other
|
|
4551
4565
|
} = props;
|
|
4552
|
-
return /* @__PURE__ */
|
|
4566
|
+
return /* @__PURE__ */ jsx11("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx11(
|
|
4553
4567
|
"input",
|
|
4554
4568
|
{
|
|
4555
4569
|
...other,
|
|
@@ -4572,7 +4586,7 @@ Checkbox.className = CHECKBOX_CLASSNAME;
|
|
|
4572
4586
|
Checkbox.defaultProps = defaultProps7;
|
|
4573
4587
|
|
|
4574
4588
|
// src/checkbox/checkbox-group.spec.tsx
|
|
4575
|
-
import { jsx as
|
|
4589
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
4576
4590
|
var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
|
|
4577
4591
|
var states8 = [];
|
|
4578
4592
|
var options8 = {};
|
|
@@ -4584,7 +4598,7 @@ var CheckboxGroup = (props) => {
|
|
|
4584
4598
|
layout = defaultProps8.layout,
|
|
4585
4599
|
...other
|
|
4586
4600
|
} = props;
|
|
4587
|
-
return /* @__PURE__ */
|
|
4601
|
+
return /* @__PURE__ */ jsx12(
|
|
4588
4602
|
"ul",
|
|
4589
4603
|
{
|
|
4590
4604
|
...other,
|
|
@@ -4605,7 +4619,7 @@ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
|
|
|
4605
4619
|
CheckboxGroup.defaultProps = defaultProps8;
|
|
4606
4620
|
|
|
4607
4621
|
// src/checkbox/checkbox-item.spec.tsx
|
|
4608
|
-
import { jsx as
|
|
4622
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
4609
4623
|
var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
|
|
4610
4624
|
var states9 = [];
|
|
4611
4625
|
var options9 = {};
|
|
@@ -4614,7 +4628,7 @@ var CheckboxItem = (props) => {
|
|
|
4614
4628
|
const {
|
|
4615
4629
|
...other
|
|
4616
4630
|
} = props;
|
|
4617
|
-
return /* @__PURE__ */
|
|
4631
|
+
return /* @__PURE__ */ jsx13(
|
|
4618
4632
|
"li",
|
|
4619
4633
|
{
|
|
4620
4634
|
...other,
|
|
@@ -4632,16 +4646,16 @@ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
|
|
|
4632
4646
|
CheckboxItem.defaultProps = defaultProps9;
|
|
4633
4647
|
|
|
4634
4648
|
// src/checkbox/templates/checkbox-with-label-after.tsx
|
|
4635
|
-
import { Fragment as
|
|
4649
|
+
import { Fragment as Fragment7, jsx as jsx14, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
4636
4650
|
|
|
4637
4651
|
// src/checkbox/templates/checkbox-with-label-before.tsx
|
|
4638
|
-
import { Fragment as
|
|
4652
|
+
import { Fragment as Fragment8, jsx as jsx15, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
4639
4653
|
|
|
4640
4654
|
// src/checkbox/templates/checkbox-normal.tsx
|
|
4641
|
-
import { jsx as
|
|
4655
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
4642
4656
|
|
|
4643
4657
|
// src/input/input.spec.tsx
|
|
4644
|
-
import { jsx as
|
|
4658
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
4645
4659
|
var INPUT_CLASSNAME = `k-input`;
|
|
4646
4660
|
var states10 = [
|
|
4647
4661
|
States.hover,
|
|
@@ -4677,7 +4691,7 @@ var Input = (props) => {
|
|
|
4677
4691
|
fillMode = defaultProps10.fillMode,
|
|
4678
4692
|
...other
|
|
4679
4693
|
} = props;
|
|
4680
|
-
return /* @__PURE__ */
|
|
4694
|
+
return /* @__PURE__ */ jsx17(
|
|
4681
4695
|
"span",
|
|
4682
4696
|
{
|
|
4683
4697
|
...other,
|
|
@@ -4696,7 +4710,7 @@ Input.className = INPUT_CLASSNAME;
|
|
|
4696
4710
|
Input.defaultProps = defaultProps10;
|
|
4697
4711
|
|
|
4698
4712
|
// src/input/picker.spec.tsx
|
|
4699
|
-
import { jsx as
|
|
4713
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
4700
4714
|
var PICKER_CLASSNAME = `k-picker`;
|
|
4701
4715
|
var pickerStates = [
|
|
4702
4716
|
States.hover,
|
|
@@ -4732,7 +4746,7 @@ var Picker = (props) => {
|
|
|
4732
4746
|
fillMode = defaultProps11.fillMode,
|
|
4733
4747
|
...other
|
|
4734
4748
|
} = props;
|
|
4735
|
-
return /* @__PURE__ */
|
|
4749
|
+
return /* @__PURE__ */ jsx18(
|
|
4736
4750
|
"span",
|
|
4737
4751
|
{
|
|
4738
4752
|
...other,
|
|
@@ -4752,7 +4766,7 @@ Picker.className = PICKER_CLASSNAME;
|
|
|
4752
4766
|
Picker.defaultProps = defaultProps11;
|
|
4753
4767
|
|
|
4754
4768
|
// src/input/input-clear-value.tsx
|
|
4755
|
-
import { Fragment as
|
|
4769
|
+
import { Fragment as Fragment9, jsx as jsx19 } from "react/jsx-runtime";
|
|
4756
4770
|
var className = `k-clear-value`;
|
|
4757
4771
|
var states11 = [
|
|
4758
4772
|
States.disabled,
|
|
@@ -4768,16 +4782,16 @@ var InputClearValue = (props) => {
|
|
|
4768
4782
|
value
|
|
4769
4783
|
} = props;
|
|
4770
4784
|
if (disabled || readonly || loading || !value) {
|
|
4771
|
-
return /* @__PURE__ */
|
|
4785
|
+
return /* @__PURE__ */ jsx19(Fragment9, {});
|
|
4772
4786
|
}
|
|
4773
|
-
return /* @__PURE__ */
|
|
4787
|
+
return /* @__PURE__ */ jsx19("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx19(Icon, { icon: "x" }) });
|
|
4774
4788
|
};
|
|
4775
4789
|
InputClearValue.states = states11;
|
|
4776
4790
|
InputClearValue.options = options11;
|
|
4777
4791
|
InputClearValue.className = className;
|
|
4778
4792
|
|
|
4779
4793
|
// src/input/input-inner-input.tsx
|
|
4780
|
-
import { jsx as
|
|
4794
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
4781
4795
|
var className2 = `k-input-inner`;
|
|
4782
4796
|
var states12 = [];
|
|
4783
4797
|
var options12 = {};
|
|
@@ -4795,7 +4809,7 @@ var InputInnerInput = (props) => {
|
|
|
4795
4809
|
autocomplete = defaultProps12.autocomplete,
|
|
4796
4810
|
...other
|
|
4797
4811
|
} = props;
|
|
4798
|
-
return /* @__PURE__ */
|
|
4812
|
+
return /* @__PURE__ */ jsx20(
|
|
4799
4813
|
"input",
|
|
4800
4814
|
{
|
|
4801
4815
|
...other,
|
|
@@ -4812,7 +4826,7 @@ InputInnerInput.options = options12;
|
|
|
4812
4826
|
InputInnerInput.className = className2;
|
|
4813
4827
|
|
|
4814
4828
|
// src/input/input-inner-span.tsx
|
|
4815
|
-
import { jsx as
|
|
4829
|
+
import { jsx as jsx21, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
4816
4830
|
var className3 = `k-input-inner`;
|
|
4817
4831
|
var states13 = [];
|
|
4818
4832
|
var options13 = {};
|
|
@@ -4832,9 +4846,9 @@ var InputInnerSpan = (props) => {
|
|
|
4832
4846
|
className: classNames(props.className, className3, optionClassNames(className3, props)),
|
|
4833
4847
|
children: [
|
|
4834
4848
|
valueIcon,
|
|
4835
|
-
!valueIcon && valueIconName && /* @__PURE__ */
|
|
4849
|
+
!valueIcon && valueIconName && /* @__PURE__ */ jsx21(Icon, { className: "k-input-value-icon", icon: valueIconName }),
|
|
4836
4850
|
showValue && !value && placeholder,
|
|
4837
|
-
showValue && value && /* @__PURE__ */
|
|
4851
|
+
showValue && value && /* @__PURE__ */ jsx21("span", { className: "k-input-value-text", children: value })
|
|
4838
4852
|
]
|
|
4839
4853
|
}
|
|
4840
4854
|
);
|
|
@@ -4844,7 +4858,7 @@ InputInnerSpan.options = options13;
|
|
|
4844
4858
|
InputInnerSpan.className = className3;
|
|
4845
4859
|
|
|
4846
4860
|
// src/input/input-inner-textarea.tsx
|
|
4847
|
-
import { jsx as
|
|
4861
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
4848
4862
|
var defaultProps13 = {
|
|
4849
4863
|
value: "",
|
|
4850
4864
|
placeholder: ""
|
|
@@ -4859,7 +4873,7 @@ var InputInnerTextarea = (props) => {
|
|
|
4859
4873
|
rows,
|
|
4860
4874
|
...other
|
|
4861
4875
|
} = props;
|
|
4862
|
-
return /* @__PURE__ */
|
|
4876
|
+
return /* @__PURE__ */ jsx22(
|
|
4863
4877
|
"textarea",
|
|
4864
4878
|
{
|
|
4865
4879
|
...other,
|
|
@@ -4875,7 +4889,7 @@ InputInnerTextarea.options = options14;
|
|
|
4875
4889
|
InputInnerTextarea.className = className4;
|
|
4876
4890
|
|
|
4877
4891
|
// src/input/input-loading-icon.tsx
|
|
4878
|
-
import { Fragment as
|
|
4892
|
+
import { Fragment as Fragment10, jsx as jsx23 } from "react/jsx-runtime";
|
|
4879
4893
|
var className5 = `k-input-loading-icon`;
|
|
4880
4894
|
var states15 = [
|
|
4881
4895
|
States.disabled,
|
|
@@ -4887,13 +4901,13 @@ var InputLoadingIcon = (props) => {
|
|
|
4887
4901
|
loading
|
|
4888
4902
|
} = props;
|
|
4889
4903
|
if (disabled || !loading) {
|
|
4890
|
-
return /* @__PURE__ */
|
|
4904
|
+
return /* @__PURE__ */ jsx23(Fragment10, {});
|
|
4891
4905
|
}
|
|
4892
|
-
return /* @__PURE__ */
|
|
4906
|
+
return /* @__PURE__ */ jsx23("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
|
|
4893
4907
|
};
|
|
4894
4908
|
|
|
4895
4909
|
// src/input/input-validation-icon.tsx
|
|
4896
|
-
import { Fragment as
|
|
4910
|
+
import { Fragment as Fragment11, jsx as jsx24 } from "react/jsx-runtime";
|
|
4897
4911
|
var className6 = `k-input-validation-icon`;
|
|
4898
4912
|
var states16 = [
|
|
4899
4913
|
States.valid,
|
|
@@ -4912,39 +4926,39 @@ var InputValidationIcon = (props) => {
|
|
|
4912
4926
|
const iconName = invalid ? "exclamation-circle" : "check";
|
|
4913
4927
|
const renderValidationIcon = Boolean(valid || invalid);
|
|
4914
4928
|
if (disabled || loading || !renderValidationIcon) {
|
|
4915
|
-
return /* @__PURE__ */
|
|
4929
|
+
return /* @__PURE__ */ jsx24(Fragment11, {});
|
|
4916
4930
|
}
|
|
4917
|
-
return /* @__PURE__ */
|
|
4931
|
+
return /* @__PURE__ */ jsx24(Icon, { className: classNames(className6), icon: iconName });
|
|
4918
4932
|
};
|
|
4919
4933
|
InputValidationIcon.states = states16;
|
|
4920
4934
|
InputValidationIcon.options = options15;
|
|
4921
4935
|
InputValidationIcon.className = className6;
|
|
4922
4936
|
|
|
4923
4937
|
// src/input/input-prefix.tsx
|
|
4924
|
-
import { Fragment as
|
|
4938
|
+
import { Fragment as Fragment12, jsx as jsx25 } from "react/jsx-runtime";
|
|
4925
4939
|
var className7 = `k-input-prefix`;
|
|
4926
4940
|
var InputPrefix = (props) => {
|
|
4927
4941
|
if (!props.children) {
|
|
4928
|
-
return /* @__PURE__ */
|
|
4942
|
+
return /* @__PURE__ */ jsx25(Fragment12, {});
|
|
4929
4943
|
}
|
|
4930
|
-
return /* @__PURE__ */
|
|
4944
|
+
return /* @__PURE__ */ jsx25("span", { className: classNames(className7, props.className), children: props.children });
|
|
4931
4945
|
};
|
|
4932
4946
|
|
|
4933
4947
|
// src/input/input-suffix.tsx
|
|
4934
|
-
import { Fragment as
|
|
4948
|
+
import { Fragment as Fragment13, jsx as jsx26 } from "react/jsx-runtime";
|
|
4935
4949
|
var className8 = `k-input-suffix`;
|
|
4936
4950
|
var InputSuffix = (props) => {
|
|
4937
4951
|
if (!props.children) {
|
|
4938
|
-
return /* @__PURE__ */
|
|
4952
|
+
return /* @__PURE__ */ jsx26(Fragment13, {});
|
|
4939
4953
|
}
|
|
4940
|
-
return /* @__PURE__ */
|
|
4954
|
+
return /* @__PURE__ */ jsx26("span", { className: classNames(className8, props.className), children: props.children });
|
|
4941
4955
|
};
|
|
4942
4956
|
|
|
4943
4957
|
// src/input/input-separator.tsx
|
|
4944
|
-
import { jsx as
|
|
4958
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
4945
4959
|
|
|
4946
4960
|
// src/textarea/textarea.spec.tsx
|
|
4947
|
-
import { jsx as
|
|
4961
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
4948
4962
|
var TEXTAREA_CLASSNAME = `k-textarea`;
|
|
4949
4963
|
var states17 = [
|
|
4950
4964
|
States.hover,
|
|
@@ -4980,7 +4994,7 @@ var Textarea = (props) => {
|
|
|
4980
4994
|
disabled,
|
|
4981
4995
|
...other
|
|
4982
4996
|
} = props;
|
|
4983
|
-
return /* @__PURE__ */
|
|
4997
|
+
return /* @__PURE__ */ jsx28(
|
|
4984
4998
|
Input,
|
|
4985
4999
|
{
|
|
4986
5000
|
...other,
|
|
@@ -4994,7 +5008,7 @@ var Textarea = (props) => {
|
|
|
4994
5008
|
required,
|
|
4995
5009
|
disabled,
|
|
4996
5010
|
className: classNames(props.className, TEXTAREA_CLASSNAME),
|
|
4997
|
-
children: /* @__PURE__ */
|
|
5011
|
+
children: /* @__PURE__ */ jsx28(
|
|
4998
5012
|
InputInnerTextarea,
|
|
4999
5013
|
{
|
|
5000
5014
|
className: classNames(
|
|
@@ -5014,10 +5028,10 @@ Textarea.className = TEXTAREA_CLASSNAME;
|
|
|
5014
5028
|
Textarea.defaultProps = defaultProps14;
|
|
5015
5029
|
|
|
5016
5030
|
// src/textarea/templates/textarea-normal.tsx
|
|
5017
|
-
import { jsx as
|
|
5031
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
5018
5032
|
|
|
5019
5033
|
// src/textbox/textbox.spec.tsx
|
|
5020
|
-
import { jsx as
|
|
5034
|
+
import { jsx as jsx30, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
5021
5035
|
var TEXTBOX_CLASSNAME = `k-textbox`;
|
|
5022
5036
|
var states18 = [
|
|
5023
5037
|
States.hover,
|
|
@@ -5077,9 +5091,9 @@ var Textbox = (props) => {
|
|
|
5077
5091
|
readonly,
|
|
5078
5092
|
className: classNames(props.className, TEXTBOX_CLASSNAME),
|
|
5079
5093
|
children: [
|
|
5080
|
-
/* @__PURE__ */
|
|
5081
|
-
/* @__PURE__ */
|
|
5082
|
-
/* @__PURE__ */
|
|
5094
|
+
/* @__PURE__ */ jsx30(InputPrefix, { children: prefix }),
|
|
5095
|
+
/* @__PURE__ */ jsx30(InputInnerInput, { placeholder, value }),
|
|
5096
|
+
/* @__PURE__ */ jsx30(
|
|
5083
5097
|
InputValidationIcon,
|
|
5084
5098
|
{
|
|
5085
5099
|
valid,
|
|
@@ -5088,14 +5102,14 @@ var Textbox = (props) => {
|
|
|
5088
5102
|
disabled
|
|
5089
5103
|
}
|
|
5090
5104
|
),
|
|
5091
|
-
/* @__PURE__ */
|
|
5105
|
+
/* @__PURE__ */ jsx30(
|
|
5092
5106
|
InputLoadingIcon,
|
|
5093
5107
|
{
|
|
5094
5108
|
loading,
|
|
5095
5109
|
disabled
|
|
5096
5110
|
}
|
|
5097
5111
|
),
|
|
5098
|
-
showClearButton && /* @__PURE__ */
|
|
5112
|
+
showClearButton && /* @__PURE__ */ jsx30(
|
|
5099
5113
|
InputClearValue,
|
|
5100
5114
|
{
|
|
5101
5115
|
loading,
|
|
@@ -5104,7 +5118,7 @@ var Textbox = (props) => {
|
|
|
5104
5118
|
value
|
|
5105
5119
|
}
|
|
5106
5120
|
),
|
|
5107
|
-
/* @__PURE__ */
|
|
5121
|
+
/* @__PURE__ */ jsx30(InputSuffix, { children: suffix })
|
|
5108
5122
|
]
|
|
5109
5123
|
}
|
|
5110
5124
|
);
|
|
@@ -5115,16 +5129,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
|
|
|
5115
5129
|
Textbox.defaultProps = defaultProps15;
|
|
5116
5130
|
|
|
5117
5131
|
// src/textbox/templates/textbox-normal.tsx
|
|
5118
|
-
import { jsx as
|
|
5132
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
5119
5133
|
|
|
5120
5134
|
// src/textbox/templates/textbox-prefix.tsx
|
|
5121
|
-
import { Fragment as
|
|
5135
|
+
import { Fragment as Fragment14, jsx as jsx32, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
5122
5136
|
|
|
5123
5137
|
// src/textbox/templates/textbox-suffix.tsx
|
|
5124
|
-
import { Fragment as
|
|
5138
|
+
import { Fragment as Fragment15, jsx as jsx33, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
5125
5139
|
|
|
5126
5140
|
// src/animation-container/animation-container.spec.tsx
|
|
5127
|
-
import { jsx as
|
|
5141
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
5128
5142
|
var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
|
|
5129
5143
|
var states19 = [];
|
|
5130
5144
|
var options18 = {};
|
|
@@ -5138,7 +5152,7 @@ var AnimationContainer = (props) => {
|
|
|
5138
5152
|
offset,
|
|
5139
5153
|
...other
|
|
5140
5154
|
} = props;
|
|
5141
|
-
return /* @__PURE__ */
|
|
5155
|
+
return /* @__PURE__ */ jsx34(
|
|
5142
5156
|
"div",
|
|
5143
5157
|
{
|
|
5144
5158
|
...other,
|
|
@@ -5150,7 +5164,7 @@ var AnimationContainer = (props) => {
|
|
|
5150
5164
|
["k-animation-container-fixed"]: positionMode === "fixed"
|
|
5151
5165
|
}
|
|
5152
5166
|
),
|
|
5153
|
-
children: /* @__PURE__ */
|
|
5167
|
+
children: /* @__PURE__ */ jsx34("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
|
|
5154
5168
|
}
|
|
5155
5169
|
);
|
|
5156
5170
|
};
|
|
@@ -5160,7 +5174,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
|
|
|
5160
5174
|
AnimationContainer.defaultProps = defaultProps16;
|
|
5161
5175
|
|
|
5162
5176
|
// src/popup/popup.spec.tsx
|
|
5163
|
-
import { jsx as
|
|
5177
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
5164
5178
|
var POPUP_CLASSNAME = `k-popup`;
|
|
5165
5179
|
var states20 = [];
|
|
5166
5180
|
var options19 = {};
|
|
@@ -5173,12 +5187,12 @@ var Popup = (props) => {
|
|
|
5173
5187
|
positionMode,
|
|
5174
5188
|
...other
|
|
5175
5189
|
} = props;
|
|
5176
|
-
return /* @__PURE__ */
|
|
5190
|
+
return /* @__PURE__ */ jsx35(
|
|
5177
5191
|
AnimationContainer,
|
|
5178
5192
|
{
|
|
5179
5193
|
positionMode,
|
|
5180
5194
|
offset,
|
|
5181
|
-
children: /* @__PURE__ */
|
|
5195
|
+
children: /* @__PURE__ */ jsx35("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
|
|
5182
5196
|
}
|
|
5183
5197
|
);
|
|
5184
5198
|
};
|
|
@@ -5188,7 +5202,7 @@ Popup.className = POPUP_CLASSNAME;
|
|
|
5188
5202
|
Popup.defaultProps = defaultProps17;
|
|
5189
5203
|
|
|
5190
5204
|
// src/button-group/button-group.spec.tsx
|
|
5191
|
-
import { jsx as
|
|
5205
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
5192
5206
|
var BUTTONGROUP_CLASSNAME = `k-button-group`;
|
|
5193
5207
|
var states21 = [
|
|
5194
5208
|
States.disabled
|
|
@@ -5206,7 +5220,7 @@ var ButtonGroup = (props) => {
|
|
|
5206
5220
|
stretched,
|
|
5207
5221
|
...other
|
|
5208
5222
|
} = props;
|
|
5209
|
-
return /* @__PURE__ */
|
|
5223
|
+
return /* @__PURE__ */ jsx36(
|
|
5210
5224
|
"div",
|
|
5211
5225
|
{
|
|
5212
5226
|
...other,
|
|
@@ -5233,19 +5247,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
|
|
|
5233
5247
|
ButtonGroup.defaultProps = defaultProps18;
|
|
5234
5248
|
|
|
5235
5249
|
// src/button-group/templates/icon-button-group.tsx
|
|
5236
|
-
import { jsx as
|
|
5250
|
+
import { jsx as jsx37, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
5237
5251
|
|
|
5238
5252
|
// src/button-group/templates/icon-text-button-group.tsx
|
|
5239
|
-
import { jsx as
|
|
5253
|
+
import { jsx as jsx38, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
5240
5254
|
|
|
5241
5255
|
// src/button-group/templates/text-button-group.tsx
|
|
5242
|
-
import { jsx as
|
|
5256
|
+
import { jsx as jsx39, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
5243
5257
|
|
|
5244
5258
|
// src/button-group/templates/mixed-button-group.tsx
|
|
5245
|
-
import { jsx as
|
|
5259
|
+
import { jsx as jsx40, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
5246
5260
|
|
|
5247
5261
|
// src/calendar/calendar.spec.tsx
|
|
5248
|
-
import { jsx as
|
|
5262
|
+
import { jsx as jsx41, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
5249
5263
|
var CALENDAR_CLASSNAME = `k-calendar`;
|
|
5250
5264
|
var states22 = [];
|
|
5251
5265
|
var options21 = {
|
|
@@ -5289,7 +5303,7 @@ var Calendar = (props) => {
|
|
|
5289
5303
|
}
|
|
5290
5304
|
),
|
|
5291
5305
|
children: [
|
|
5292
|
-
/* @__PURE__ */
|
|
5306
|
+
/* @__PURE__ */ jsx41(
|
|
5293
5307
|
CalendarHeader,
|
|
5294
5308
|
{
|
|
5295
5309
|
showToday: showCalendarFooter ? false : true,
|
|
@@ -5299,7 +5313,7 @@ var Calendar = (props) => {
|
|
|
5299
5313
|
dir
|
|
5300
5314
|
}
|
|
5301
5315
|
),
|
|
5302
|
-
/* @__PURE__ */
|
|
5316
|
+
/* @__PURE__ */ jsx41(
|
|
5303
5317
|
CalendarView,
|
|
5304
5318
|
{
|
|
5305
5319
|
calendarView,
|
|
@@ -5311,7 +5325,7 @@ var Calendar = (props) => {
|
|
|
5311
5325
|
selectedRange
|
|
5312
5326
|
}
|
|
5313
5327
|
),
|
|
5314
|
-
showCalendarFooter && /* @__PURE__ */
|
|
5328
|
+
showCalendarFooter && /* @__PURE__ */ jsx41(CalendarFooter, {})
|
|
5315
5329
|
]
|
|
5316
5330
|
}
|
|
5317
5331
|
);
|
|
@@ -5322,7 +5336,7 @@ Calendar.className = CALENDAR_CLASSNAME;
|
|
|
5322
5336
|
Calendar.defaultProps = defaultProps19;
|
|
5323
5337
|
|
|
5324
5338
|
// src/calendar/calendar-cell.tsx
|
|
5325
|
-
import { jsx as
|
|
5339
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
5326
5340
|
var states23 = [
|
|
5327
5341
|
States.hover,
|
|
5328
5342
|
States.focus,
|
|
@@ -5372,16 +5386,16 @@ var CalendarCell = (props) => {
|
|
|
5372
5386
|
}
|
|
5373
5387
|
];
|
|
5374
5388
|
if (headerCell) {
|
|
5375
|
-
return /* @__PURE__ */
|
|
5389
|
+
return /* @__PURE__ */ jsx42("th", { ...other, className: classNames(calendarCellClasses), children: text });
|
|
5376
5390
|
}
|
|
5377
5391
|
if (weekCell) {
|
|
5378
|
-
return /* @__PURE__ */
|
|
5392
|
+
return /* @__PURE__ */ jsx42("td", { ...other, className: classNames(calendarCellClasses), children: text });
|
|
5379
5393
|
}
|
|
5380
|
-
return /* @__PURE__ */
|
|
5394
|
+
return /* @__PURE__ */ jsx42("td", { ...other, className: classNames(calendarCellClasses), children: otherMonth && !showOtherMonth ? "" : /* @__PURE__ */ jsx42("span", { className: "k-link", children: text }) });
|
|
5381
5395
|
};
|
|
5382
5396
|
|
|
5383
5397
|
// src/calendar/calendar-header.tsx
|
|
5384
|
-
import { jsx as
|
|
5398
|
+
import { jsx as jsx43, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
5385
5399
|
var className9 = `k-calendar-header`;
|
|
5386
5400
|
var options22 = {
|
|
5387
5401
|
size: [Size.small, Size.medium, Size.large]
|
|
@@ -5415,12 +5429,12 @@ var CalendarHeader = (props) => {
|
|
|
5415
5429
|
}
|
|
5416
5430
|
),
|
|
5417
5431
|
children: [
|
|
5418
|
-
/* @__PURE__ */
|
|
5419
|
-
/* @__PURE__ */
|
|
5432
|
+
/* @__PURE__ */ jsx43(Button, { className: "k-calendar-title", text: calendarHeaderText, size, fillMode: "flat" }),
|
|
5433
|
+
/* @__PURE__ */ jsx43("span", { className: "k-spacer" }),
|
|
5420
5434
|
/* @__PURE__ */ jsxs14("span", { className: "k-calendar-nav", children: [
|
|
5421
|
-
/* @__PURE__ */
|
|
5422
|
-
showToday && /* @__PURE__ */
|
|
5423
|
-
/* @__PURE__ */
|
|
5435
|
+
/* @__PURE__ */ jsx43(Button, { className: "k-calendar-nav-prev", icon: iconPrev, size, fillMode: "flat" }),
|
|
5436
|
+
showToday && /* @__PURE__ */ jsx43(Button, { size, fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Today" }),
|
|
5437
|
+
/* @__PURE__ */ jsx43(Button, { className: "k-calendar-nav-next", icon: iconNext, size, fillMode: "flat" })
|
|
5424
5438
|
] })
|
|
5425
5439
|
]
|
|
5426
5440
|
}
|
|
@@ -5428,12 +5442,12 @@ var CalendarHeader = (props) => {
|
|
|
5428
5442
|
};
|
|
5429
5443
|
|
|
5430
5444
|
// src/calendar/calendar-footer.tsx
|
|
5431
|
-
import { jsx as
|
|
5445
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
5432
5446
|
var className10 = `k-calendar-footer`;
|
|
5433
|
-
var CalendarFooter = (props) => /* @__PURE__ */
|
|
5447
|
+
var CalendarFooter = (props) => /* @__PURE__ */ jsx44("div", { ...props, className: classNames(props.className, className10), children: /* @__PURE__ */ jsx44(Button, { fillMode: "flat", themeColor: "primary", className: "k-calendar-nav-today", children: "Monday, October 29, 2021" }) });
|
|
5434
5448
|
|
|
5435
5449
|
// src/calendar/calendar-table.tsx
|
|
5436
|
-
import { jsx as
|
|
5450
|
+
import { jsx as jsx45, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
5437
5451
|
var CALENDARTABLE_CLASSNAME = `k-calendar-table`;
|
|
5438
5452
|
var CalendarTable = (props) => {
|
|
5439
5453
|
const {
|
|
@@ -5454,25 +5468,25 @@ var CalendarTable = (props) => {
|
|
|
5454
5468
|
CALENDARTABLE_CLASSNAME
|
|
5455
5469
|
),
|
|
5456
5470
|
children: [
|
|
5457
|
-
showCalendarCaption && /* @__PURE__ */
|
|
5471
|
+
showCalendarCaption && /* @__PURE__ */ jsx45("caption", { className: "k-calendar-caption", children: "2022" }),
|
|
5458
5472
|
/* @__PURE__ */ jsxs15("tbody", { className: "k-calendar-tbody", children: [
|
|
5459
5473
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5460
|
-
/* @__PURE__ */
|
|
5461
|
-
/* @__PURE__ */
|
|
5462
|
-
/* @__PURE__ */
|
|
5463
|
-
/* @__PURE__ */
|
|
5474
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "Jan" }),
|
|
5475
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "Feb" }),
|
|
5476
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "Mar" }),
|
|
5477
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "Apr" })
|
|
5464
5478
|
] }),
|
|
5465
5479
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5466
|
-
/* @__PURE__ */
|
|
5467
|
-
/* @__PURE__ */
|
|
5468
|
-
/* @__PURE__ */
|
|
5469
|
-
/* @__PURE__ */
|
|
5480
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "May" }),
|
|
5481
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "Jun", hover: true }),
|
|
5482
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "Jul", focus: true }),
|
|
5483
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "Au", selected: true })
|
|
5470
5484
|
] }),
|
|
5471
5485
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5472
|
-
/* @__PURE__ */
|
|
5473
|
-
/* @__PURE__ */
|
|
5474
|
-
/* @__PURE__ */
|
|
5475
|
-
/* @__PURE__ */
|
|
5486
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "Sep" }),
|
|
5487
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "Oct", today: true }),
|
|
5488
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "Nov" }),
|
|
5489
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "Dec" })
|
|
5476
5490
|
] })
|
|
5477
5491
|
] })
|
|
5478
5492
|
]
|
|
@@ -5489,25 +5503,25 @@ var CalendarTable = (props) => {
|
|
|
5489
5503
|
CALENDARTABLE_CLASSNAME
|
|
5490
5504
|
),
|
|
5491
5505
|
children: [
|
|
5492
|
-
showCalendarCaption && /* @__PURE__ */
|
|
5506
|
+
showCalendarCaption && /* @__PURE__ */ jsx45("caption", { className: "k-calendar-caption", children: "2020 - 2029" }),
|
|
5493
5507
|
/* @__PURE__ */ jsxs15("tbody", { className: "k-calendar-tbody", children: [
|
|
5494
5508
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5495
|
-
/* @__PURE__ */
|
|
5496
|
-
/* @__PURE__ */
|
|
5497
|
-
/* @__PURE__ */
|
|
5498
|
-
/* @__PURE__ */
|
|
5509
|
+
/* @__PURE__ */ jsx45(CalendarCell, { className: "k-out-of-range" }),
|
|
5510
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2020" }),
|
|
5511
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2021", today: true }),
|
|
5512
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2022" })
|
|
5499
5513
|
] }),
|
|
5500
5514
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5501
|
-
/* @__PURE__ */
|
|
5502
|
-
/* @__PURE__ */
|
|
5503
|
-
/* @__PURE__ */
|
|
5504
|
-
/* @__PURE__ */
|
|
5515
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2023" }),
|
|
5516
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2024", hover: true }),
|
|
5517
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2025", focus: true }),
|
|
5518
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2026", selected: true })
|
|
5505
5519
|
] }),
|
|
5506
5520
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5507
|
-
/* @__PURE__ */
|
|
5508
|
-
/* @__PURE__ */
|
|
5509
|
-
/* @__PURE__ */
|
|
5510
|
-
/* @__PURE__ */
|
|
5521
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2027" }),
|
|
5522
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2028" }),
|
|
5523
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2029" }),
|
|
5524
|
+
/* @__PURE__ */ jsx45(CalendarCell, { className: "k-out-of-range" })
|
|
5511
5525
|
] })
|
|
5512
5526
|
] })
|
|
5513
5527
|
]
|
|
@@ -5524,25 +5538,25 @@ var CalendarTable = (props) => {
|
|
|
5524
5538
|
CALENDARTABLE_CLASSNAME
|
|
5525
5539
|
),
|
|
5526
5540
|
children: [
|
|
5527
|
-
showCalendarCaption && /* @__PURE__ */
|
|
5541
|
+
showCalendarCaption && /* @__PURE__ */ jsx45("caption", { className: "k-calendar-caption", children: "2000 - 2099" }),
|
|
5528
5542
|
/* @__PURE__ */ jsxs15("tbody", { className: "k-calendar-tbody", children: [
|
|
5529
5543
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5530
|
-
/* @__PURE__ */
|
|
5531
|
-
/* @__PURE__ */
|
|
5532
|
-
/* @__PURE__ */
|
|
5533
|
-
/* @__PURE__ */
|
|
5544
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "1990 - 1999" }),
|
|
5545
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2000 - 2009" }),
|
|
5546
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2010 - 2019", today: true }),
|
|
5547
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2020 - 2029" })
|
|
5534
5548
|
] }),
|
|
5535
5549
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5536
|
-
/* @__PURE__ */
|
|
5537
|
-
/* @__PURE__ */
|
|
5538
|
-
/* @__PURE__ */
|
|
5539
|
-
/* @__PURE__ */
|
|
5550
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2030 - 2039" }),
|
|
5551
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2040 - 2049", hover: true }),
|
|
5552
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2050 - 2059", focus: true }),
|
|
5553
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2060 - 2069", selected: true })
|
|
5540
5554
|
] }),
|
|
5541
5555
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5542
|
-
/* @__PURE__ */
|
|
5543
|
-
/* @__PURE__ */
|
|
5544
|
-
/* @__PURE__ */
|
|
5545
|
-
/* @__PURE__ */
|
|
5556
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2070 - 2079" }),
|
|
5557
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2080 - 2089" }),
|
|
5558
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2090 - 2099" }),
|
|
5559
|
+
/* @__PURE__ */ jsx45(CalendarCell, { className: "k-out-of-range" })
|
|
5546
5560
|
] })
|
|
5547
5561
|
] })
|
|
5548
5562
|
]
|
|
@@ -5558,68 +5572,68 @@ var CalendarTable = (props) => {
|
|
|
5558
5572
|
CALENDARTABLE_CLASSNAME
|
|
5559
5573
|
),
|
|
5560
5574
|
children: [
|
|
5561
|
-
showCalendarCaption && /* @__PURE__ */
|
|
5562
|
-
/* @__PURE__ */
|
|
5575
|
+
showCalendarCaption && /* @__PURE__ */ jsx45("caption", { className: "k-calendar-caption", children: "October 2021" }),
|
|
5576
|
+
/* @__PURE__ */ jsx45(CalendarTableHead, { showWeek }),
|
|
5563
5577
|
/* @__PURE__ */ jsxs15("tbody", { className: "k-calendar-tbody", children: [
|
|
5564
5578
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5565
|
-
showWeek && /* @__PURE__ */
|
|
5566
|
-
/* @__PURE__ */
|
|
5567
|
-
/* @__PURE__ */
|
|
5568
|
-
/* @__PURE__ */
|
|
5569
|
-
/* @__PURE__ */
|
|
5570
|
-
/* @__PURE__ */
|
|
5571
|
-
/* @__PURE__ */
|
|
5572
|
-
/* @__PURE__ */
|
|
5579
|
+
showWeek && /* @__PURE__ */ jsx45(CalendarCell, { text: "39", weekCell: true }),
|
|
5580
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "30", otherMonth: true, showOtherMonth }),
|
|
5581
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "1" }),
|
|
5582
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2" }),
|
|
5583
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "3" }),
|
|
5584
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "4" }),
|
|
5585
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "5" }),
|
|
5586
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "6", weekend: true })
|
|
5573
5587
|
] }),
|
|
5574
5588
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5575
|
-
showWeek && /* @__PURE__ */
|
|
5576
|
-
/* @__PURE__ */
|
|
5577
|
-
/* @__PURE__ */
|
|
5578
|
-
/* @__PURE__ */
|
|
5579
|
-
/* @__PURE__ */
|
|
5580
|
-
/* @__PURE__ */
|
|
5581
|
-
/* @__PURE__ */
|
|
5582
|
-
/* @__PURE__ */
|
|
5589
|
+
showWeek && /* @__PURE__ */ jsx45(CalendarCell, { text: "40", weekCell: true }),
|
|
5590
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "7", weekend: true }),
|
|
5591
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "8", hover: true }),
|
|
5592
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "9", focus: true }),
|
|
5593
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "10", selected: true }),
|
|
5594
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "11", hover: true, focus: true }),
|
|
5595
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "12", hover: true, selected: true }),
|
|
5596
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "13", weekend: true })
|
|
5583
5597
|
] }),
|
|
5584
5598
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5585
|
-
showWeek && /* @__PURE__ */
|
|
5586
|
-
/* @__PURE__ */
|
|
5587
|
-
/* @__PURE__ */
|
|
5588
|
-
/* @__PURE__ */
|
|
5589
|
-
/* @__PURE__ */
|
|
5590
|
-
/* @__PURE__ */
|
|
5591
|
-
/* @__PURE__ */
|
|
5592
|
-
/* @__PURE__ */
|
|
5599
|
+
showWeek && /* @__PURE__ */ jsx45(CalendarCell, { text: "41", weekCell: true }),
|
|
5600
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "14", weekend: true }),
|
|
5601
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "15" }),
|
|
5602
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "16", today: true }),
|
|
5603
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "17" }),
|
|
5604
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "18" }),
|
|
5605
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "19" }),
|
|
5606
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "20", weekend: true })
|
|
5593
5607
|
] }),
|
|
5594
5608
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5595
|
-
showWeek && /* @__PURE__ */
|
|
5596
|
-
/* @__PURE__ */
|
|
5597
|
-
/* @__PURE__ */
|
|
5598
|
-
/* @__PURE__ */
|
|
5599
|
-
/* @__PURE__ */
|
|
5600
|
-
/* @__PURE__ */
|
|
5601
|
-
/* @__PURE__ */
|
|
5602
|
-
/* @__PURE__ */
|
|
5609
|
+
showWeek && /* @__PURE__ */ jsx45(CalendarCell, { text: "42", weekCell: true }),
|
|
5610
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "21", weekend: true }),
|
|
5611
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "22" }),
|
|
5612
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "23" }),
|
|
5613
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "24" }),
|
|
5614
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "25", rangeStart: selectedRange, selected: selectedRange }),
|
|
5615
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "26", rangeMid: selectedRange }),
|
|
5616
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "27", weekend: true, rangeMid: selectedRange })
|
|
5603
5617
|
] }),
|
|
5604
5618
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5605
|
-
showWeek && /* @__PURE__ */
|
|
5606
|
-
/* @__PURE__ */
|
|
5607
|
-
/* @__PURE__ */
|
|
5608
|
-
/* @__PURE__ */
|
|
5609
|
-
/* @__PURE__ */
|
|
5610
|
-
/* @__PURE__ */
|
|
5611
|
-
/* @__PURE__ */
|
|
5612
|
-
/* @__PURE__ */
|
|
5619
|
+
showWeek && /* @__PURE__ */ jsx45(CalendarCell, { text: "43", weekCell: true }),
|
|
5620
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "28", weekend: true, rangeMid: selectedRange }),
|
|
5621
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "29", rangeEnd: selectedRange, focus: selectedRange, selected: selectedRange }),
|
|
5622
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "30" }),
|
|
5623
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "31" }),
|
|
5624
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "1", otherMonth: true, showOtherMonth }),
|
|
5625
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "2", otherMonth: true, showOtherMonth }),
|
|
5626
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "3", otherMonth: true, weekend: true, showOtherMonth })
|
|
5613
5627
|
] }),
|
|
5614
5628
|
/* @__PURE__ */ jsxs15("tr", { className: "k-calendar-tr", children: [
|
|
5615
|
-
showWeek && /* @__PURE__ */
|
|
5616
|
-
/* @__PURE__ */
|
|
5617
|
-
/* @__PURE__ */
|
|
5618
|
-
/* @__PURE__ */
|
|
5619
|
-
/* @__PURE__ */
|
|
5620
|
-
/* @__PURE__ */
|
|
5621
|
-
/* @__PURE__ */
|
|
5622
|
-
/* @__PURE__ */
|
|
5629
|
+
showWeek && /* @__PURE__ */ jsx45(CalendarCell, { text: "44", weekCell: true }),
|
|
5630
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "4", otherMonth: true, weekend: true, showOtherMonth }),
|
|
5631
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "5", otherMonth: true, showOtherMonth }),
|
|
5632
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "6", otherMonth: true, showOtherMonth }),
|
|
5633
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "7", otherMonth: true, showOtherMonth }),
|
|
5634
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "8", otherMonth: true, showOtherMonth }),
|
|
5635
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "9", otherMonth: true, showOtherMonth }),
|
|
5636
|
+
/* @__PURE__ */ jsx45(CalendarCell, { text: "10", otherMonth: true, weekend: true, showOtherMonth })
|
|
5623
5637
|
] })
|
|
5624
5638
|
] })
|
|
5625
5639
|
]
|
|
@@ -5628,34 +5642,34 @@ var CalendarTable = (props) => {
|
|
|
5628
5642
|
};
|
|
5629
5643
|
|
|
5630
5644
|
// src/calendar/calendar-table-head.tsx
|
|
5631
|
-
import { jsx as
|
|
5645
|
+
import { jsx as jsx46, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
5632
5646
|
var className11 = `k-calendar-thead`;
|
|
5633
5647
|
var CalendarTableHead = (props) => {
|
|
5634
5648
|
const {
|
|
5635
5649
|
showWeek,
|
|
5636
5650
|
...other
|
|
5637
5651
|
} = props;
|
|
5638
|
-
return /* @__PURE__ */
|
|
5652
|
+
return /* @__PURE__ */ jsx46(
|
|
5639
5653
|
"thead",
|
|
5640
5654
|
{
|
|
5641
5655
|
...other,
|
|
5642
5656
|
className: classNames(props.className, className11),
|
|
5643
5657
|
children: /* @__PURE__ */ jsxs16("tr", { className: "k-calendar-tr", children: [
|
|
5644
|
-
showWeek && /* @__PURE__ */
|
|
5645
|
-
/* @__PURE__ */
|
|
5646
|
-
/* @__PURE__ */
|
|
5647
|
-
/* @__PURE__ */
|
|
5648
|
-
/* @__PURE__ */
|
|
5649
|
-
/* @__PURE__ */
|
|
5650
|
-
/* @__PURE__ */
|
|
5651
|
-
/* @__PURE__ */
|
|
5658
|
+
showWeek && /* @__PURE__ */ jsx46(CalendarCell, { weekCell: true, headerCell: true }),
|
|
5659
|
+
/* @__PURE__ */ jsx46(CalendarCell, { text: "Su", headerCell: true }),
|
|
5660
|
+
/* @__PURE__ */ jsx46(CalendarCell, { text: "Mo", headerCell: true }),
|
|
5661
|
+
/* @__PURE__ */ jsx46(CalendarCell, { text: "Tu", headerCell: true }),
|
|
5662
|
+
/* @__PURE__ */ jsx46(CalendarCell, { text: "We", headerCell: true }),
|
|
5663
|
+
/* @__PURE__ */ jsx46(CalendarCell, { text: "Th", headerCell: true }),
|
|
5664
|
+
/* @__PURE__ */ jsx46(CalendarCell, { text: "Fr", headerCell: true }),
|
|
5665
|
+
/* @__PURE__ */ jsx46(CalendarCell, { text: "Sa", headerCell: true })
|
|
5652
5666
|
] })
|
|
5653
5667
|
}
|
|
5654
5668
|
);
|
|
5655
5669
|
};
|
|
5656
5670
|
|
|
5657
5671
|
// src/calendar/calendar-view.tsx
|
|
5658
|
-
import { jsx as
|
|
5672
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
5659
5673
|
var className12 = `k-calendar-view`;
|
|
5660
5674
|
var defaultProps21 = {
|
|
5661
5675
|
viewsCount: 1,
|
|
@@ -5673,7 +5687,7 @@ var CalendarView = (props) => {
|
|
|
5673
5687
|
selectedRange,
|
|
5674
5688
|
...other
|
|
5675
5689
|
} = props;
|
|
5676
|
-
return /* @__PURE__ */
|
|
5690
|
+
return /* @__PURE__ */ jsx47(
|
|
5677
5691
|
"div",
|
|
5678
5692
|
{
|
|
5679
5693
|
...other,
|
|
@@ -5689,7 +5703,7 @@ var CalendarView = (props) => {
|
|
|
5689
5703
|
}
|
|
5690
5704
|
),
|
|
5691
5705
|
children: [...Array(viewsCount)].map(
|
|
5692
|
-
(_e, i) => /* @__PURE__ */
|
|
5706
|
+
(_e, i) => /* @__PURE__ */ jsx47(
|
|
5693
5707
|
CalendarTable,
|
|
5694
5708
|
{
|
|
5695
5709
|
calendarView,
|
|
@@ -5706,7 +5720,7 @@ var CalendarView = (props) => {
|
|
|
5706
5720
|
};
|
|
5707
5721
|
|
|
5708
5722
|
// src/time-selector/time-selector.spec.tsx
|
|
5709
|
-
import { Fragment as
|
|
5723
|
+
import { Fragment as Fragment16, jsx as jsx48, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
5710
5724
|
var TIMESELECTOR_CLASSNAME = `k-timeselector`;
|
|
5711
5725
|
var states24 = [];
|
|
5712
5726
|
var options23 = {
|
|
@@ -5733,7 +5747,7 @@ var TimeSelector = (props) => {
|
|
|
5733
5747
|
if (index === 0 || columnType === "tt") {
|
|
5734
5748
|
separator = false;
|
|
5735
5749
|
}
|
|
5736
|
-
return /* @__PURE__ */
|
|
5750
|
+
return /* @__PURE__ */ jsx48(Fragment16, { children: /* @__PURE__ */ jsx48(TimeSelectorColumn, { type: columnType, focus, separator }) });
|
|
5737
5751
|
});
|
|
5738
5752
|
return /* @__PURE__ */ jsxs17(
|
|
5739
5753
|
"div",
|
|
@@ -5747,10 +5761,10 @@ var TimeSelector = (props) => {
|
|
|
5747
5761
|
})
|
|
5748
5762
|
),
|
|
5749
5763
|
children: [
|
|
5750
|
-
/* @__PURE__ */
|
|
5751
|
-
/* @__PURE__ */
|
|
5764
|
+
/* @__PURE__ */ jsx48(Fragment16, { children: header }),
|
|
5765
|
+
/* @__PURE__ */ jsx48(Fragment16, { children: fastSelection }),
|
|
5752
5766
|
/* @__PURE__ */ jsxs17("div", { className: "k-time-list-container", children: [
|
|
5753
|
-
/* @__PURE__ */
|
|
5767
|
+
/* @__PURE__ */ jsx48("span", { className: "k-time-highlight" }),
|
|
5754
5768
|
columnsDom
|
|
5755
5769
|
] })
|
|
5756
5770
|
]
|
|
@@ -5763,7 +5777,7 @@ TimeSelector.className = TIMESELECTOR_CLASSNAME;
|
|
|
5763
5777
|
TimeSelector.defaultProps = defaultProps22;
|
|
5764
5778
|
|
|
5765
5779
|
// src/time-selector/time-selector-column.tsx
|
|
5766
|
-
import { Fragment as
|
|
5780
|
+
import { Fragment as Fragment17, jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
5767
5781
|
var states25 = [
|
|
5768
5782
|
States.focus
|
|
5769
5783
|
];
|
|
@@ -5802,10 +5816,10 @@ var TimeSelectorColumn = (props) => {
|
|
|
5802
5816
|
break;
|
|
5803
5817
|
}
|
|
5804
5818
|
const items = columnData.map(
|
|
5805
|
-
(data) => /* @__PURE__ */
|
|
5819
|
+
(data) => /* @__PURE__ */ jsx49(Fragment17, { children: /* @__PURE__ */ jsx49("li", { className: "k-item", children: /* @__PURE__ */ jsx49("span", { children: data }) }) })
|
|
5806
5820
|
);
|
|
5807
|
-
return /* @__PURE__ */ jsxs18(
|
|
5808
|
-
separator && /* @__PURE__ */
|
|
5821
|
+
return /* @__PURE__ */ jsxs18(Fragment17, { children: [
|
|
5822
|
+
separator && /* @__PURE__ */ jsx49("div", { className: "k-time-separator", children: ":" }),
|
|
5809
5823
|
/* @__PURE__ */ jsxs18(
|
|
5810
5824
|
"div",
|
|
5811
5825
|
{
|
|
@@ -5818,10 +5832,10 @@ var TimeSelectorColumn = (props) => {
|
|
|
5818
5832
|
})
|
|
5819
5833
|
),
|
|
5820
5834
|
children: [
|
|
5821
|
-
/* @__PURE__ */
|
|
5822
|
-
/* @__PURE__ */
|
|
5823
|
-
/* @__PURE__ */
|
|
5824
|
-
/* @__PURE__ */
|
|
5835
|
+
/* @__PURE__ */ jsx49("span", { className: "k-title", children: text }),
|
|
5836
|
+
/* @__PURE__ */ jsx49("div", { className: "k-time-list", children: /* @__PURE__ */ jsxs18("div", { className: "k-content k-scrollable k-time-container", children: [
|
|
5837
|
+
/* @__PURE__ */ jsx49("ul", { className: "k-reset", style: { transform: "translateY(97px)" }, children: items }),
|
|
5838
|
+
/* @__PURE__ */ jsx49("div", { className: "k-scrollable-placeholder" })
|
|
5825
5839
|
] }) })
|
|
5826
5840
|
]
|
|
5827
5841
|
}
|
|
@@ -5830,7 +5844,7 @@ var TimeSelectorColumn = (props) => {
|
|
|
5830
5844
|
};
|
|
5831
5845
|
|
|
5832
5846
|
// src/time-selector/time-selector-header.tsx
|
|
5833
|
-
import { jsx as
|
|
5847
|
+
import { jsx as jsx50, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
5834
5848
|
var className13 = `k-time-header`;
|
|
5835
5849
|
var TimeSelectorHeader = (props) => {
|
|
5836
5850
|
const {
|
|
@@ -5846,7 +5860,7 @@ var TimeSelectorHeader = (props) => {
|
|
|
5846
5860
|
className13
|
|
5847
5861
|
),
|
|
5848
5862
|
children: [
|
|
5849
|
-
title != null && /* @__PURE__ */
|
|
5863
|
+
title != null && /* @__PURE__ */ jsx50("span", { className: "k-title", children: title }),
|
|
5850
5864
|
props.children
|
|
5851
5865
|
]
|
|
5852
5866
|
}
|
|
@@ -5854,19 +5868,19 @@ var TimeSelectorHeader = (props) => {
|
|
|
5854
5868
|
};
|
|
5855
5869
|
|
|
5856
5870
|
// src/time-selector/time-selector-fast-selection.tsx
|
|
5857
|
-
import { jsx as
|
|
5871
|
+
import { jsx as jsx51, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
5858
5872
|
|
|
5859
5873
|
// src/time-selector/templates/time-selector-all.tsx
|
|
5860
|
-
import { jsx as
|
|
5874
|
+
import { jsx as jsx52, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
5861
5875
|
|
|
5862
5876
|
// src/time-selector/templates/time-selector-hour.tsx
|
|
5863
|
-
import { jsx as
|
|
5877
|
+
import { jsx as jsx53, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
5864
5878
|
|
|
5865
5879
|
// src/time-selector/templates/time-selector-minute.tsx
|
|
5866
|
-
import { jsx as
|
|
5880
|
+
import { jsx as jsx54, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
5867
5881
|
|
|
5868
5882
|
// src/datetime-selector/datetime-selector.spec.tsx
|
|
5869
|
-
import { Fragment as
|
|
5883
|
+
import { Fragment as Fragment18, jsx as jsx55, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
5870
5884
|
var DATETIMESELECTOR_CLASSNAME = `k-datetime-wrap`;
|
|
5871
5885
|
var states26 = [];
|
|
5872
5886
|
var options24 = {
|
|
@@ -5901,20 +5915,20 @@ var DateTimeSelector = (props) => {
|
|
|
5901
5915
|
})
|
|
5902
5916
|
),
|
|
5903
5917
|
children: [
|
|
5904
|
-
/* @__PURE__ */
|
|
5905
|
-
/* @__PURE__ */
|
|
5906
|
-
/* @__PURE__ */
|
|
5918
|
+
/* @__PURE__ */ jsx55("div", { className: "k-datetime-buttongroup", children: /* @__PURE__ */ jsxs24(ButtonGroup, { stretched: true, children: [
|
|
5919
|
+
/* @__PURE__ */ jsx55(Button, { className: "k-group-start", size, selected: tab === "date", children: "Date" }),
|
|
5920
|
+
/* @__PURE__ */ jsx55(Button, { className: "k-group-end", size, selected: tab === "time", children: "Time" })
|
|
5907
5921
|
] }) }),
|
|
5908
|
-
/* @__PURE__ */
|
|
5909
|
-
/* @__PURE__ */
|
|
5910
|
-
/* @__PURE__ */
|
|
5911
|
-
] }) : /* @__PURE__ */ jsxs24(
|
|
5912
|
-
/* @__PURE__ */
|
|
5913
|
-
/* @__PURE__ */
|
|
5922
|
+
/* @__PURE__ */ jsx55("div", { className: "k-datetime-selector", children: tab === "time" ? /* @__PURE__ */ jsxs24(Fragment18, { children: [
|
|
5923
|
+
/* @__PURE__ */ jsx55("div", { className: "k-datetime-calendar-wrap" }),
|
|
5924
|
+
/* @__PURE__ */ jsx55("div", { className: "k-datetime-time-wrap", children: /* @__PURE__ */ jsx55(TimeSelector, { size, columns: ["HH", "mm", "ss", "tt"], focusedColumn: "mm", header: /* @__PURE__ */ jsx55(TimeSelectorHeader, { title: "10:00:00 AM", children: /* @__PURE__ */ jsx55(Button, { size, fillMode: "flat", className: "k-time-now", children: "Now" }) }) }) })
|
|
5925
|
+
] }) : /* @__PURE__ */ jsxs24(Fragment18, { children: [
|
|
5926
|
+
/* @__PURE__ */ jsx55("div", { className: "k-datetime-calendar-wrap", children: /* @__PURE__ */ jsx55(Calendar, { size, showOtherMonth: true, dir }) }),
|
|
5927
|
+
/* @__PURE__ */ jsx55("div", { className: "k-datetime-time-wrap" })
|
|
5914
5928
|
] }) }),
|
|
5915
5929
|
actionButtons && /* @__PURE__ */ jsxs24(ActionButtons, { className: "k-datetime-footer", alignment: "stretched", children: [
|
|
5916
|
-
/* @__PURE__ */
|
|
5917
|
-
/* @__PURE__ */
|
|
5930
|
+
/* @__PURE__ */ jsx55(Button, { size, themeColor: "primary", className: "k-time-accept", children: "Set" }),
|
|
5931
|
+
/* @__PURE__ */ jsx55(Button, { size, className: "k-time-cancel", children: "Cancel" })
|
|
5918
5932
|
] })
|
|
5919
5933
|
]
|
|
5920
5934
|
}
|
|
@@ -5926,7 +5940,7 @@ DateTimeSelector.className = DATETIMESELECTOR_CLASSNAME;
|
|
|
5926
5940
|
DateTimeSelector.defaultProps = defaultProps23;
|
|
5927
5941
|
|
|
5928
5942
|
// src/action-sheet/action-sheet.spec.tsx
|
|
5929
|
-
import { Fragment as
|
|
5943
|
+
import { Fragment as Fragment19, jsx as jsx56, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
5930
5944
|
var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
|
|
5931
5945
|
var states27 = [];
|
|
5932
5946
|
var options25 = {};
|
|
@@ -5949,8 +5963,8 @@ var ActionSheet = (props) => {
|
|
|
5949
5963
|
overlay = defaultProps24.overlay,
|
|
5950
5964
|
...other
|
|
5951
5965
|
} = props;
|
|
5952
|
-
const _ActionSheetHeader = title ? /* @__PURE__ */
|
|
5953
|
-
const _ActionSheetFooter = actions ? /* @__PURE__ */
|
|
5966
|
+
const _ActionSheetHeader = title ? /* @__PURE__ */ jsx56(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
|
|
5967
|
+
const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx56(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx56(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
|
|
5954
5968
|
const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
|
|
5955
5969
|
switch (child.type) {
|
|
5956
5970
|
case ActionSheetHeader:
|
|
@@ -5960,10 +5974,10 @@ var ActionSheet = (props) => {
|
|
|
5960
5974
|
return true;
|
|
5961
5975
|
}
|
|
5962
5976
|
return true;
|
|
5963
|
-
}) : children.type === ActionSheetItems ? children : /* @__PURE__ */
|
|
5977
|
+
}) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx56(Fragment19, {});
|
|
5964
5978
|
return /* @__PURE__ */ jsxs25("div", { className: "k-actionsheet-container", children: [
|
|
5965
|
-
overlay && /* @__PURE__ */
|
|
5966
|
-
/* @__PURE__ */
|
|
5979
|
+
overlay && /* @__PURE__ */ jsx56("div", { className: "k-overlay" }),
|
|
5980
|
+
/* @__PURE__ */ jsx56(
|
|
5967
5981
|
AnimationContainer,
|
|
5968
5982
|
{
|
|
5969
5983
|
animationStyle: {
|
|
@@ -5973,7 +5987,7 @@ var ActionSheet = (props) => {
|
|
|
5973
5987
|
[`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
|
|
5974
5988
|
[`${side === "left" || side === "right" ? "height" : null}`]: "100%"
|
|
5975
5989
|
},
|
|
5976
|
-
children: /* @__PURE__ */
|
|
5990
|
+
children: /* @__PURE__ */ jsx56(
|
|
5977
5991
|
"div",
|
|
5978
5992
|
{
|
|
5979
5993
|
...other,
|
|
@@ -5986,9 +6000,9 @@ var ActionSheet = (props) => {
|
|
|
5986
6000
|
"k-adaptive-actionsheet": adaptive
|
|
5987
6001
|
}
|
|
5988
6002
|
),
|
|
5989
|
-
children: /* @__PURE__ */ jsxs25(
|
|
6003
|
+
children: /* @__PURE__ */ jsxs25(Fragment19, { children: [
|
|
5990
6004
|
_ActionSheetHeader,
|
|
5991
|
-
/* @__PURE__ */
|
|
6005
|
+
/* @__PURE__ */ jsx56("div", { className: classNames(
|
|
5992
6006
|
"k-actionsheet-content",
|
|
5993
6007
|
{
|
|
5994
6008
|
"!k-overflow-hidden": adaptive
|
|
@@ -6008,7 +6022,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
|
|
|
6008
6022
|
ActionSheet.defaultProps = defaultProps24;
|
|
6009
6023
|
|
|
6010
6024
|
// src/searchbox/searchbox.spec.tsx
|
|
6011
|
-
import { jsx as
|
|
6025
|
+
import { jsx as jsx57, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
6012
6026
|
var SEARCHBOX_CLASSNAME = `k-searchbox`;
|
|
6013
6027
|
var states28 = [
|
|
6014
6028
|
States.hover,
|
|
@@ -6065,11 +6079,11 @@ var Searchbox = (props) => {
|
|
|
6065
6079
|
disabled,
|
|
6066
6080
|
className: classNames(props.className, SEARCHBOX_CLASSNAME),
|
|
6067
6081
|
children: [
|
|
6068
|
-
showIcon && /* @__PURE__ */
|
|
6069
|
-
/* @__PURE__ */
|
|
6070
|
-
/* @__PURE__ */
|
|
6071
|
-
/* @__PURE__ */
|
|
6072
|
-
/* @__PURE__ */
|
|
6082
|
+
showIcon && /* @__PURE__ */ jsx57(Icon, { className: "k-input-icon", icon }),
|
|
6083
|
+
/* @__PURE__ */ jsx57(InputInnerInput, { placeholder, value }),
|
|
6084
|
+
/* @__PURE__ */ jsx57(InputLoadingIcon, { ...props }),
|
|
6085
|
+
/* @__PURE__ */ jsx57(InputValidationIcon, { ...props }),
|
|
6086
|
+
/* @__PURE__ */ jsx57(InputClearValue, { ...props })
|
|
6073
6087
|
]
|
|
6074
6088
|
}
|
|
6075
6089
|
);
|
|
@@ -6080,10 +6094,10 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
|
|
|
6080
6094
|
Searchbox.defaultProps = defaultProps25;
|
|
6081
6095
|
|
|
6082
6096
|
// src/searchbox/templates/searchbox-normal.tsx
|
|
6083
|
-
import { jsx as
|
|
6097
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
6084
6098
|
|
|
6085
6099
|
// src/action-sheet/actionsheet-header.tsx
|
|
6086
|
-
import { Fragment as
|
|
6100
|
+
import { Fragment as Fragment20, jsx as jsx59, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
6087
6101
|
var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
|
|
6088
6102
|
var ActionSheetHeader = (props) => {
|
|
6089
6103
|
const {
|
|
@@ -6093,7 +6107,7 @@ var ActionSheetHeader = (props) => {
|
|
|
6093
6107
|
filter,
|
|
6094
6108
|
...other
|
|
6095
6109
|
} = props;
|
|
6096
|
-
return /* @__PURE__ */
|
|
6110
|
+
return /* @__PURE__ */ jsx59(
|
|
6097
6111
|
"div",
|
|
6098
6112
|
{
|
|
6099
6113
|
...other,
|
|
@@ -6101,30 +6115,30 @@ var ActionSheetHeader = (props) => {
|
|
|
6101
6115
|
props.className,
|
|
6102
6116
|
ACTIONSHEETHEADER_CLASSNAME
|
|
6103
6117
|
),
|
|
6104
|
-
children: /* @__PURE__ */ jsxs27(
|
|
6118
|
+
children: /* @__PURE__ */ jsxs27(Fragment20, { children: [
|
|
6105
6119
|
/* @__PURE__ */ jsxs27("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
|
|
6106
|
-
!props.children && (title || subTitle) && /* @__PURE__ */
|
|
6107
|
-
title !== "" && /* @__PURE__ */
|
|
6108
|
-
subTitle !== "" && /* @__PURE__ */
|
|
6120
|
+
!props.children && (title || subTitle) && /* @__PURE__ */ jsx59(Fragment20, { children: /* @__PURE__ */ jsxs27("div", { className: "k-actionsheet-title", children: [
|
|
6121
|
+
title !== "" && /* @__PURE__ */ jsx59("div", { className: "k-text-center", children: title }),
|
|
6122
|
+
subTitle !== "" && /* @__PURE__ */ jsx59("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
|
|
6109
6123
|
] }) }),
|
|
6110
|
-
props.children && /* @__PURE__ */
|
|
6111
|
-
actions && /* @__PURE__ */
|
|
6124
|
+
props.children && /* @__PURE__ */ jsx59("div", { className: "k-actionsheet-title", children: props.children }),
|
|
6125
|
+
actions && /* @__PURE__ */ jsx59(Fragment20, { children: /* @__PURE__ */ jsx59("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx59(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
|
|
6112
6126
|
] }),
|
|
6113
|
-
filter && /* @__PURE__ */
|
|
6127
|
+
filter && /* @__PURE__ */ jsx59(Fragment20, { children: /* @__PURE__ */ jsx59("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx59(Searchbox, { placeholder: "Filter", size: "large" }) }) })
|
|
6114
6128
|
] })
|
|
6115
6129
|
}
|
|
6116
6130
|
);
|
|
6117
6131
|
};
|
|
6118
6132
|
|
|
6119
6133
|
// src/action-sheet/actionsheet-footer.tsx
|
|
6120
|
-
import { Fragment as
|
|
6134
|
+
import { Fragment as Fragment21, jsx as jsx60, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
6121
6135
|
var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
|
|
6122
6136
|
var ActionSheetFooter = (props) => {
|
|
6123
6137
|
const {
|
|
6124
6138
|
actions,
|
|
6125
6139
|
...other
|
|
6126
6140
|
} = props;
|
|
6127
|
-
return /* @__PURE__ */
|
|
6141
|
+
return /* @__PURE__ */ jsx60(
|
|
6128
6142
|
action_buttons_spec_default,
|
|
6129
6143
|
{
|
|
6130
6144
|
...other,
|
|
@@ -6133,17 +6147,17 @@ var ActionSheetFooter = (props) => {
|
|
|
6133
6147
|
ACTIONSHEETFOOTER_CLASSNAME
|
|
6134
6148
|
),
|
|
6135
6149
|
alignment: "stretched",
|
|
6136
|
-
children: /* @__PURE__ */ jsxs28(
|
|
6150
|
+
children: /* @__PURE__ */ jsxs28(Fragment21, { children: [
|
|
6137
6151
|
actions && actions.map((action, index) => {
|
|
6138
6152
|
if (action === "|") {
|
|
6139
|
-
return /* @__PURE__ */
|
|
6153
|
+
return /* @__PURE__ */ jsx60("span", { className: "k-separator" }, index);
|
|
6140
6154
|
}
|
|
6141
6155
|
if (action === " ") {
|
|
6142
|
-
return /* @__PURE__ */
|
|
6156
|
+
return /* @__PURE__ */ jsx60("span", { className: "k-spacer" }, index);
|
|
6143
6157
|
}
|
|
6144
6158
|
const importantFlag = action.startsWith("!");
|
|
6145
6159
|
const actionName = importantFlag ? action.substring(1) : action;
|
|
6146
|
-
return /* @__PURE__ */
|
|
6160
|
+
return /* @__PURE__ */ jsx60(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
|
|
6147
6161
|
}),
|
|
6148
6162
|
!actions && props.children
|
|
6149
6163
|
] })
|
|
@@ -6152,12 +6166,12 @@ var ActionSheetFooter = (props) => {
|
|
|
6152
6166
|
};
|
|
6153
6167
|
|
|
6154
6168
|
// src/action-sheet/actionsheet-items.tsx
|
|
6155
|
-
import { jsx as
|
|
6169
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
6156
6170
|
var ActionSheetItems = (props) => {
|
|
6157
6171
|
const {
|
|
6158
6172
|
...other
|
|
6159
6173
|
} = props;
|
|
6160
|
-
return /* @__PURE__ */
|
|
6174
|
+
return /* @__PURE__ */ jsx61(
|
|
6161
6175
|
"div",
|
|
6162
6176
|
{
|
|
6163
6177
|
...other,
|
|
@@ -6171,7 +6185,7 @@ var ActionSheetItems = (props) => {
|
|
|
6171
6185
|
};
|
|
6172
6186
|
|
|
6173
6187
|
// src/action-sheet/actionsheet-item.tsx
|
|
6174
|
-
import { Fragment as
|
|
6188
|
+
import { Fragment as Fragment22, jsx as jsx62, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
6175
6189
|
var states29 = [
|
|
6176
6190
|
States.hover,
|
|
6177
6191
|
States.focus,
|
|
@@ -6180,7 +6194,7 @@ var states29 = [
|
|
|
6180
6194
|
];
|
|
6181
6195
|
|
|
6182
6196
|
// src/datetimepicker/datetimepicker.spec.tsx
|
|
6183
|
-
import { Fragment as
|
|
6197
|
+
import { Fragment as Fragment23, jsx as jsx63, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
6184
6198
|
var DATETIMEPICKER_CLASSNAME = `k-datetimepicker`;
|
|
6185
6199
|
var states30 = [
|
|
6186
6200
|
States.hover,
|
|
@@ -6227,7 +6241,7 @@ var DateTimePicker = (props) => {
|
|
|
6227
6241
|
adaptiveSettings,
|
|
6228
6242
|
...other
|
|
6229
6243
|
} = props;
|
|
6230
|
-
return /* @__PURE__ */ jsxs30(
|
|
6244
|
+
return /* @__PURE__ */ jsxs30(Fragment23, { children: [
|
|
6231
6245
|
/* @__PURE__ */ jsxs30(
|
|
6232
6246
|
Input,
|
|
6233
6247
|
{
|
|
@@ -6246,9 +6260,9 @@ var DateTimePicker = (props) => {
|
|
|
6246
6260
|
readonly,
|
|
6247
6261
|
className: classNames(props.className, DATETIMEPICKER_CLASSNAME),
|
|
6248
6262
|
children: [
|
|
6249
|
-
/* @__PURE__ */
|
|
6250
|
-
/* @__PURE__ */
|
|
6251
|
-
/* @__PURE__ */
|
|
6263
|
+
/* @__PURE__ */ jsx63(InputPrefix, { children: prefix }),
|
|
6264
|
+
/* @__PURE__ */ jsx63(InputInnerInput, { placeholder, value }),
|
|
6265
|
+
/* @__PURE__ */ jsx63(
|
|
6252
6266
|
InputValidationIcon,
|
|
6253
6267
|
{
|
|
6254
6268
|
valid,
|
|
@@ -6257,14 +6271,14 @@ var DateTimePicker = (props) => {
|
|
|
6257
6271
|
disabled
|
|
6258
6272
|
}
|
|
6259
6273
|
),
|
|
6260
|
-
/* @__PURE__ */
|
|
6274
|
+
/* @__PURE__ */ jsx63(
|
|
6261
6275
|
InputLoadingIcon,
|
|
6262
6276
|
{
|
|
6263
6277
|
loading,
|
|
6264
6278
|
disabled
|
|
6265
6279
|
}
|
|
6266
6280
|
),
|
|
6267
|
-
/* @__PURE__ */
|
|
6281
|
+
/* @__PURE__ */ jsx63(
|
|
6268
6282
|
InputClearValue,
|
|
6269
6283
|
{
|
|
6270
6284
|
loading,
|
|
@@ -6273,8 +6287,8 @@ var DateTimePicker = (props) => {
|
|
|
6273
6287
|
value
|
|
6274
6288
|
}
|
|
6275
6289
|
),
|
|
6276
|
-
/* @__PURE__ */
|
|
6277
|
-
/* @__PURE__ */
|
|
6290
|
+
/* @__PURE__ */ jsx63(InputSuffix, { children: suffix }),
|
|
6291
|
+
/* @__PURE__ */ jsx63(
|
|
6278
6292
|
Button,
|
|
6279
6293
|
{
|
|
6280
6294
|
className: "k-input-button",
|
|
@@ -6287,9 +6301,9 @@ var DateTimePicker = (props) => {
|
|
|
6287
6301
|
]
|
|
6288
6302
|
}
|
|
6289
6303
|
),
|
|
6290
|
-
opened && /* @__PURE__ */
|
|
6304
|
+
opened && /* @__PURE__ */ jsx63(Popup, { className: `k-${tab === "time" ? "list" : "calendar"}-container k-datetimepicker-popup`, dir, children: /* @__PURE__ */ jsx63(DateTimeSelector, { tab, dir }) }),
|
|
6291
6305
|
adaptive && /* @__PURE__ */ jsxs30(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
6292
|
-
/* @__PURE__ */
|
|
6306
|
+
/* @__PURE__ */ jsx63(
|
|
6293
6307
|
ActionSheetHeader,
|
|
6294
6308
|
{
|
|
6295
6309
|
actions: ["x"],
|
|
@@ -6297,8 +6311,8 @@ var DateTimePicker = (props) => {
|
|
|
6297
6311
|
subTitle: "DD / MM / YY"
|
|
6298
6312
|
}
|
|
6299
6313
|
),
|
|
6300
|
-
/* @__PURE__ */
|
|
6301
|
-
/* @__PURE__ */
|
|
6314
|
+
/* @__PURE__ */ jsx63(DateTimeSelector, { size: "large", tab, actionButtons: false }),
|
|
6315
|
+
/* @__PURE__ */ jsx63(ActionSheetFooter, { actions: ["Cancel", "!Set"] })
|
|
6302
6316
|
] })
|
|
6303
6317
|
] });
|
|
6304
6318
|
};
|
|
@@ -6308,21 +6322,21 @@ DateTimePicker.className = DATETIMEPICKER_CLASSNAME;
|
|
|
6308
6322
|
DateTimePicker.defaultProps = defaultProps26;
|
|
6309
6323
|
|
|
6310
6324
|
// src/datetimepicker/templates/datetimepicker-normal.tsx
|
|
6311
|
-
import { jsx as
|
|
6325
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
6312
6326
|
|
|
6313
6327
|
// src/datetimepicker/templates/datetimepicker-popup.tsx
|
|
6314
|
-
import { jsx as
|
|
6328
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
6315
6329
|
|
|
6316
6330
|
// src/datetimepicker/templates/datetimepicker-adaptive.tsx
|
|
6317
|
-
import { jsx as
|
|
6331
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
6318
6332
|
|
|
6319
6333
|
// src/nodata/nodata.tsx
|
|
6320
|
-
import { jsx as
|
|
6334
|
+
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
6321
6335
|
var className14 = `k-nodata`;
|
|
6322
|
-
var NoData = (props) => /* @__PURE__ */
|
|
6336
|
+
var NoData = (props) => /* @__PURE__ */ jsx67("span", { className: classNames(className14, props.className), children: props.children });
|
|
6323
6337
|
|
|
6324
6338
|
// src/list/list.spec.tsx
|
|
6325
|
-
import { jsx as
|
|
6339
|
+
import { jsx as jsx68, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
6326
6340
|
var LIST_CLASSNAME = `k-list`;
|
|
6327
6341
|
var states31 = [];
|
|
6328
6342
|
var options28 = {
|
|
@@ -6350,7 +6364,7 @@ var List = (props) => {
|
|
|
6350
6364
|
listHeader = child.props.label;
|
|
6351
6365
|
child.props.children.map((optChild, index2) => {
|
|
6352
6366
|
listChildren.push(
|
|
6353
|
-
/* @__PURE__ */
|
|
6367
|
+
/* @__PURE__ */ jsx68(
|
|
6354
6368
|
ListItem,
|
|
6355
6369
|
{
|
|
6356
6370
|
...optChild.props
|
|
@@ -6366,7 +6380,7 @@ var List = (props) => {
|
|
|
6366
6380
|
groupLabel = child.props.label;
|
|
6367
6381
|
}
|
|
6368
6382
|
listChildren.push(
|
|
6369
|
-
/* @__PURE__ */
|
|
6383
|
+
/* @__PURE__ */ jsx68(
|
|
6370
6384
|
ListItem,
|
|
6371
6385
|
{
|
|
6372
6386
|
className: index2 === 0 ? "k-first" : "",
|
|
@@ -6378,14 +6392,14 @@ var List = (props) => {
|
|
|
6378
6392
|
);
|
|
6379
6393
|
});
|
|
6380
6394
|
}
|
|
6381
|
-
listGroup = /* @__PURE__ */
|
|
6395
|
+
listGroup = /* @__PURE__ */ jsx68(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
6382
6396
|
} else if (child.type === ListItem) {
|
|
6383
|
-
listChildren.push(/* @__PURE__ */
|
|
6384
|
-
listContent = /* @__PURE__ */
|
|
6397
|
+
listChildren.push(/* @__PURE__ */ jsx68(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
6398
|
+
listContent = /* @__PURE__ */ jsx68(ListContent, { virtualization, children: listChildren });
|
|
6385
6399
|
}
|
|
6386
6400
|
});
|
|
6387
6401
|
} else {
|
|
6388
|
-
listContent = /* @__PURE__ */
|
|
6402
|
+
listContent = /* @__PURE__ */ jsx68(NoData, { children: "No data found." });
|
|
6389
6403
|
}
|
|
6390
6404
|
return /* @__PURE__ */ jsxs31(
|
|
6391
6405
|
"div",
|
|
@@ -6415,7 +6429,7 @@ List.className = LIST_CLASSNAME;
|
|
|
6415
6429
|
List.defaultProps = defaultProps27;
|
|
6416
6430
|
|
|
6417
6431
|
// src/list/list-angular.spec.tsx
|
|
6418
|
-
import { jsx as
|
|
6432
|
+
import { jsx as jsx69, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
6419
6433
|
var LISTANGULAR_CLASSNAME = `k-list`;
|
|
6420
6434
|
var states32 = [];
|
|
6421
6435
|
var options29 = {
|
|
@@ -6442,7 +6456,7 @@ var ListAngular = (props) => {
|
|
|
6442
6456
|
listHeader = child.props.label;
|
|
6443
6457
|
child.props.children.map((optChild, index2) => {
|
|
6444
6458
|
listChildren.push(
|
|
6445
|
-
/* @__PURE__ */
|
|
6459
|
+
/* @__PURE__ */ jsx69(
|
|
6446
6460
|
ListItem,
|
|
6447
6461
|
{
|
|
6448
6462
|
...optChild.props
|
|
@@ -6453,7 +6467,7 @@ var ListAngular = (props) => {
|
|
|
6453
6467
|
});
|
|
6454
6468
|
} else {
|
|
6455
6469
|
listChildren.push(
|
|
6456
|
-
/* @__PURE__ */
|
|
6470
|
+
/* @__PURE__ */ jsx69(
|
|
6457
6471
|
ListGroupItem,
|
|
6458
6472
|
{
|
|
6459
6473
|
...child.props,
|
|
@@ -6464,7 +6478,7 @@ var ListAngular = (props) => {
|
|
|
6464
6478
|
);
|
|
6465
6479
|
child.props.children.map((optChild, index2) => {
|
|
6466
6480
|
listChildren.push(
|
|
6467
|
-
/* @__PURE__ */
|
|
6481
|
+
/* @__PURE__ */ jsx69(
|
|
6468
6482
|
ListItem,
|
|
6469
6483
|
{
|
|
6470
6484
|
...optChild.props
|
|
@@ -6474,14 +6488,14 @@ var ListAngular = (props) => {
|
|
|
6474
6488
|
);
|
|
6475
6489
|
});
|
|
6476
6490
|
}
|
|
6477
|
-
listGroup = /* @__PURE__ */
|
|
6491
|
+
listGroup = /* @__PURE__ */ jsx69(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
6478
6492
|
} else if (child.type === ListItem) {
|
|
6479
|
-
listChildren.push(/* @__PURE__ */
|
|
6480
|
-
listContent = /* @__PURE__ */
|
|
6493
|
+
listChildren.push(/* @__PURE__ */ jsx69(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
6494
|
+
listContent = /* @__PURE__ */ jsx69(ListContent, { virtualization, children: listChildren });
|
|
6481
6495
|
}
|
|
6482
6496
|
});
|
|
6483
6497
|
} else {
|
|
6484
|
-
listContent = /* @__PURE__ */
|
|
6498
|
+
listContent = /* @__PURE__ */ jsx69(NoData, { children: "No data found." });
|
|
6485
6499
|
}
|
|
6486
6500
|
return /* @__PURE__ */ jsxs32(
|
|
6487
6501
|
"div",
|
|
@@ -6510,7 +6524,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
|
|
|
6510
6524
|
ListAngular.defaultProps = defaultProps28;
|
|
6511
6525
|
|
|
6512
6526
|
// src/list/list-item.spec.tsx
|
|
6513
|
-
import { jsx as
|
|
6527
|
+
import { jsx as jsx70, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
6514
6528
|
var LISTITEM_CLASSNAME = `k-list-item`;
|
|
6515
6529
|
var states33 = [
|
|
6516
6530
|
States.hover,
|
|
@@ -6550,10 +6564,10 @@ var ListItem = (props) => {
|
|
|
6550
6564
|
})
|
|
6551
6565
|
),
|
|
6552
6566
|
children: [
|
|
6553
|
-
showCheckbox && /* @__PURE__ */
|
|
6554
|
-
showIcon && /* @__PURE__ */
|
|
6555
|
-
/* @__PURE__ */
|
|
6556
|
-
groupLabel && groupLabel !== "" && /* @__PURE__ */
|
|
6567
|
+
showCheckbox && /* @__PURE__ */ jsx70(Checkbox, { checked }),
|
|
6568
|
+
showIcon && /* @__PURE__ */ jsx70(Icon, { icon: iconName }),
|
|
6569
|
+
/* @__PURE__ */ jsx70("span", { className: "k-list-item-text", children: textOrChildren }),
|
|
6570
|
+
groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx70("div", { className: "k-list-item-group-label", children: groupLabel })
|
|
6557
6571
|
]
|
|
6558
6572
|
}
|
|
6559
6573
|
);
|
|
@@ -6564,43 +6578,43 @@ ListItem.className = LISTITEM_CLASSNAME;
|
|
|
6564
6578
|
ListItem.defaultProps = defaultProps29;
|
|
6565
6579
|
|
|
6566
6580
|
// src/list/list-content.tsx
|
|
6567
|
-
import { jsx as
|
|
6581
|
+
import { jsx as jsx71, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
6568
6582
|
var className15 = `k-list-content`;
|
|
6569
6583
|
var ListContent = (props) => {
|
|
6570
6584
|
const {
|
|
6571
6585
|
virtualization
|
|
6572
6586
|
} = props;
|
|
6573
6587
|
return /* @__PURE__ */ jsxs34("div", { className: classNames(className15, props.className), children: [
|
|
6574
|
-
/* @__PURE__ */
|
|
6575
|
-
virtualization && /* @__PURE__ */
|
|
6588
|
+
/* @__PURE__ */ jsx71("ul", { className: classNames("k-list-ul"), children: props.children }),
|
|
6589
|
+
virtualization && /* @__PURE__ */ jsx71("div", { className: "k-height-container", children: /* @__PURE__ */ jsx71("div", {}) })
|
|
6576
6590
|
] });
|
|
6577
6591
|
};
|
|
6578
6592
|
|
|
6579
6593
|
// src/list/list-header.tsx
|
|
6580
|
-
import { jsx as
|
|
6594
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
6581
6595
|
var className16 = `k-list-group-sticky-header`;
|
|
6582
|
-
var ListHeader = (props) => /* @__PURE__ */
|
|
6596
|
+
var ListHeader = (props) => /* @__PURE__ */ jsx72("div", { className: classNames(className16, props.className), children: /* @__PURE__ */ jsx72("div", { className: "k-list-header-text", children: props.children }) });
|
|
6583
6597
|
|
|
6584
6598
|
// src/list/list-group.tsx
|
|
6585
|
-
import { Fragment as
|
|
6599
|
+
import { Fragment as Fragment24, jsx as jsx73, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
6586
6600
|
var ListGroup = (props) => {
|
|
6587
6601
|
const {
|
|
6588
6602
|
virtualization,
|
|
6589
6603
|
label
|
|
6590
6604
|
} = props;
|
|
6591
|
-
return /* @__PURE__ */ jsxs35(
|
|
6592
|
-
label && /* @__PURE__ */
|
|
6593
|
-
props.children && /* @__PURE__ */
|
|
6605
|
+
return /* @__PURE__ */ jsxs35(Fragment24, { children: [
|
|
6606
|
+
label && /* @__PURE__ */ jsx73(ListHeader, { children: label }),
|
|
6607
|
+
props.children && /* @__PURE__ */ jsx73(ListContent, { virtualization, children: props.children })
|
|
6594
6608
|
] });
|
|
6595
6609
|
};
|
|
6596
6610
|
|
|
6597
6611
|
// src/list/list-group-item.tsx
|
|
6598
|
-
import { jsx as
|
|
6612
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
6599
6613
|
var className17 = `k-list-group-item`;
|
|
6600
|
-
var ListGroupItem = (props) => /* @__PURE__ */
|
|
6614
|
+
var ListGroupItem = (props) => /* @__PURE__ */ jsx74("li", { className: classNames(className17, props.className), children: /* @__PURE__ */ jsx74("span", { className: "k-list-item-text", children: props.children }) });
|
|
6601
6615
|
|
|
6602
6616
|
// src/list/list-option-label.tsx
|
|
6603
|
-
import { jsx as
|
|
6617
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
6604
6618
|
var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
|
|
6605
6619
|
var states34 = [
|
|
6606
6620
|
States.hover,
|
|
@@ -6619,7 +6633,7 @@ var ListOptionLabel = (props) => {
|
|
|
6619
6633
|
disabled,
|
|
6620
6634
|
...other
|
|
6621
6635
|
} = props;
|
|
6622
|
-
return /* @__PURE__ */
|
|
6636
|
+
return /* @__PURE__ */ jsx75(
|
|
6623
6637
|
"div",
|
|
6624
6638
|
{
|
|
6625
6639
|
...other,
|
|
@@ -6642,28 +6656,28 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
|
|
|
6642
6656
|
ListOptionLabel.defaultProps = defaultProps30;
|
|
6643
6657
|
|
|
6644
6658
|
// src/list/templates/list-normal.tsx
|
|
6645
|
-
import { jsx as
|
|
6659
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
6646
6660
|
|
|
6647
6661
|
// src/list/templates/list-virtualization.tsx
|
|
6648
|
-
import { jsx as
|
|
6662
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
6649
6663
|
|
|
6650
6664
|
// src/list/templates/list-grouping.tsx
|
|
6651
|
-
import { jsx as
|
|
6665
|
+
import { jsx as jsx78, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
6652
6666
|
|
|
6653
6667
|
// src/list/templates/list-virualization-grouping.tsx
|
|
6654
|
-
import { jsx as
|
|
6668
|
+
import { jsx as jsx79, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
6655
6669
|
|
|
6656
6670
|
// src/list/templates/list-virtualization-angular.tsx
|
|
6657
|
-
import { jsx as
|
|
6671
|
+
import { jsx as jsx80 } from "react/jsx-runtime";
|
|
6658
6672
|
|
|
6659
6673
|
// src/list/templates/list-grouping-angular.tsx
|
|
6660
|
-
import { jsx as
|
|
6674
|
+
import { jsx as jsx81, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
6661
6675
|
|
|
6662
6676
|
// src/list/templates/list-virualization-grouping-angular.tsx
|
|
6663
|
-
import { jsx as
|
|
6677
|
+
import { jsx as jsx82, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
6664
6678
|
|
|
6665
6679
|
// src/combobox/combobox.spec.tsx
|
|
6666
|
-
import { Fragment as
|
|
6680
|
+
import { Fragment as Fragment25, jsx as jsx83, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
6667
6681
|
var COMBOBOX_CLASSNAME = `k-combobox`;
|
|
6668
6682
|
var states35 = [
|
|
6669
6683
|
States.hover,
|
|
@@ -6708,7 +6722,7 @@ var Combobox = (props) => {
|
|
|
6708
6722
|
adaptiveSettings,
|
|
6709
6723
|
...other
|
|
6710
6724
|
} = props;
|
|
6711
|
-
return /* @__PURE__ */ jsxs40(
|
|
6725
|
+
return /* @__PURE__ */ jsxs40(Fragment25, { children: [
|
|
6712
6726
|
/* @__PURE__ */ jsxs40(
|
|
6713
6727
|
Input,
|
|
6714
6728
|
{
|
|
@@ -6726,9 +6740,9 @@ var Combobox = (props) => {
|
|
|
6726
6740
|
readonly,
|
|
6727
6741
|
className: classNames(props.className, COMBOBOX_CLASSNAME),
|
|
6728
6742
|
children: [
|
|
6729
|
-
/* @__PURE__ */
|
|
6730
|
-
/* @__PURE__ */
|
|
6731
|
-
/* @__PURE__ */
|
|
6743
|
+
/* @__PURE__ */ jsx83(InputPrefix, { children: prefix }),
|
|
6744
|
+
/* @__PURE__ */ jsx83(InputInnerInput, { placeholder, value }),
|
|
6745
|
+
/* @__PURE__ */ jsx83(
|
|
6732
6746
|
InputValidationIcon,
|
|
6733
6747
|
{
|
|
6734
6748
|
valid,
|
|
@@ -6737,14 +6751,14 @@ var Combobox = (props) => {
|
|
|
6737
6751
|
disabled
|
|
6738
6752
|
}
|
|
6739
6753
|
),
|
|
6740
|
-
/* @__PURE__ */
|
|
6754
|
+
/* @__PURE__ */ jsx83(
|
|
6741
6755
|
InputLoadingIcon,
|
|
6742
6756
|
{
|
|
6743
6757
|
loading,
|
|
6744
6758
|
disabled
|
|
6745
6759
|
}
|
|
6746
6760
|
),
|
|
6747
|
-
/* @__PURE__ */
|
|
6761
|
+
/* @__PURE__ */ jsx83(
|
|
6748
6762
|
InputClearValue,
|
|
6749
6763
|
{
|
|
6750
6764
|
loading,
|
|
@@ -6753,8 +6767,8 @@ var Combobox = (props) => {
|
|
|
6753
6767
|
value
|
|
6754
6768
|
}
|
|
6755
6769
|
),
|
|
6756
|
-
/* @__PURE__ */
|
|
6757
|
-
/* @__PURE__ */
|
|
6770
|
+
/* @__PURE__ */ jsx83(InputSuffix, { children: suffix }),
|
|
6771
|
+
/* @__PURE__ */ jsx83(
|
|
6758
6772
|
Button,
|
|
6759
6773
|
{
|
|
6760
6774
|
className: "k-input-button",
|
|
@@ -6767,9 +6781,9 @@ var Combobox = (props) => {
|
|
|
6767
6781
|
]
|
|
6768
6782
|
}
|
|
6769
6783
|
),
|
|
6770
|
-
opened && popup && /* @__PURE__ */
|
|
6784
|
+
opened && popup && /* @__PURE__ */ jsx83(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
|
|
6771
6785
|
adaptive && /* @__PURE__ */ jsxs40(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
6772
|
-
/* @__PURE__ */
|
|
6786
|
+
/* @__PURE__ */ jsx83(
|
|
6773
6787
|
ActionSheetHeader,
|
|
6774
6788
|
{
|
|
6775
6789
|
actions: ["x"],
|
|
@@ -6777,10 +6791,10 @@ var Combobox = (props) => {
|
|
|
6777
6791
|
title: "Select Item"
|
|
6778
6792
|
}
|
|
6779
6793
|
),
|
|
6780
|
-
/* @__PURE__ */
|
|
6781
|
-
/* @__PURE__ */
|
|
6782
|
-
/* @__PURE__ */
|
|
6783
|
-
/* @__PURE__ */
|
|
6794
|
+
/* @__PURE__ */ jsx83("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs40(List, { size: "large", children: [
|
|
6795
|
+
/* @__PURE__ */ jsx83(ListItem, { text: "List item" }),
|
|
6796
|
+
/* @__PURE__ */ jsx83(ListItem, { text: "List item" }),
|
|
6797
|
+
/* @__PURE__ */ jsx83(ListItem, { text: "List item" })
|
|
6784
6798
|
] }) })
|
|
6785
6799
|
] })
|
|
6786
6800
|
] });
|
|
@@ -6791,22 +6805,22 @@ Combobox.className = COMBOBOX_CLASSNAME;
|
|
|
6791
6805
|
Combobox.defaultProps = defaultProps31;
|
|
6792
6806
|
|
|
6793
6807
|
// src/combobox/templates/combobox-normal.tsx
|
|
6794
|
-
import { jsx as
|
|
6808
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
6795
6809
|
|
|
6796
6810
|
// src/combobox/templates/combobox-popup.tsx
|
|
6797
|
-
import { jsx as
|
|
6811
|
+
import { jsx as jsx85, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
6798
6812
|
|
|
6799
6813
|
// src/combobox/templates/combobox-grouping.tsx
|
|
6800
|
-
import { jsx as
|
|
6814
|
+
import { jsx as jsx86, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
6801
6815
|
|
|
6802
6816
|
// src/combobox/templates/combobox-adaptive.tsx
|
|
6803
|
-
import { jsx as
|
|
6817
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
6804
6818
|
|
|
6805
6819
|
// src/chip/chip-action.tsx
|
|
6806
|
-
import { jsx as
|
|
6820
|
+
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
6807
6821
|
|
|
6808
6822
|
// src/avatar/avatar.spec.tsx
|
|
6809
|
-
import { jsx as
|
|
6823
|
+
import { jsx as jsx89 } from "react/jsx-runtime";
|
|
6810
6824
|
var AVATAR_CLASSNAME = `k-avatar`;
|
|
6811
6825
|
var states36 = [
|
|
6812
6826
|
States.hover,
|
|
@@ -6851,7 +6865,7 @@ var Avatar = (props) => {
|
|
|
6851
6865
|
border = defaultProps32.border,
|
|
6852
6866
|
...other
|
|
6853
6867
|
} = props;
|
|
6854
|
-
return /* @__PURE__ */
|
|
6868
|
+
return /* @__PURE__ */ jsx89(
|
|
6855
6869
|
"div",
|
|
6856
6870
|
{
|
|
6857
6871
|
...other,
|
|
@@ -6868,7 +6882,7 @@ var Avatar = (props) => {
|
|
|
6868
6882
|
[`${AVATAR_CLASSNAME}-bordered`]: border
|
|
6869
6883
|
}
|
|
6870
6884
|
),
|
|
6871
|
-
children: /* @__PURE__ */
|
|
6885
|
+
children: /* @__PURE__ */ jsx89("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
|
|
6872
6886
|
}
|
|
6873
6887
|
);
|
|
6874
6888
|
};
|
|
@@ -6878,16 +6892,16 @@ Avatar.className = AVATAR_CLASSNAME;
|
|
|
6878
6892
|
Avatar.defaultProps = defaultProps32;
|
|
6879
6893
|
|
|
6880
6894
|
// src/avatar/templates/avatar-icon.tsx
|
|
6881
|
-
import { jsx as
|
|
6895
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
6882
6896
|
|
|
6883
6897
|
// src/avatar/templates/avatar-text.tsx
|
|
6884
|
-
import { jsx as
|
|
6898
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
6885
6899
|
|
|
6886
6900
|
// src/avatar/templates/avatar-image.tsx
|
|
6887
|
-
import { jsx as
|
|
6901
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
6888
6902
|
|
|
6889
6903
|
// src/chip/chip.spec.tsx
|
|
6890
|
-
import { jsx as
|
|
6904
|
+
import { jsx as jsx93, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
6891
6905
|
var CHIP_CLASSNAME = `k-chip`;
|
|
6892
6906
|
var states37 = [
|
|
6893
6907
|
States.hover,
|
|
@@ -6953,10 +6967,10 @@ var Chip = (props) => {
|
|
|
6953
6967
|
})
|
|
6954
6968
|
),
|
|
6955
6969
|
children: [
|
|
6956
|
-
icon && /* @__PURE__ */
|
|
6957
|
-
showAvatar && /* @__PURE__ */
|
|
6958
|
-
/* @__PURE__ */
|
|
6959
|
-
actions && /* @__PURE__ */
|
|
6970
|
+
icon && /* @__PURE__ */ jsx93(Icon, { className: "k-chip-icon", icon, size: "small" }),
|
|
6971
|
+
showAvatar && /* @__PURE__ */ jsx93(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx93("img", { src: "/packages/html/assets/avatar.jpg" }) }),
|
|
6972
|
+
/* @__PURE__ */ jsx93("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx93("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
|
|
6973
|
+
actions && /* @__PURE__ */ jsx93("span", { className: "k-chip-actions", children: actions })
|
|
6960
6974
|
]
|
|
6961
6975
|
}
|
|
6962
6976
|
);
|
|
@@ -6967,7 +6981,7 @@ Chip.className = CHIP_CLASSNAME;
|
|
|
6967
6981
|
Chip.defaultProps = defaultProps33;
|
|
6968
6982
|
|
|
6969
6983
|
// src/chip/chip-list.spec.tsx
|
|
6970
|
-
import { jsx as
|
|
6984
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
6971
6985
|
var CHIPLIST_CLASSNAME = `k-chip-list`;
|
|
6972
6986
|
var states38 = [];
|
|
6973
6987
|
var options35 = {
|
|
@@ -6981,7 +6995,7 @@ var ChipList = (props) => {
|
|
|
6981
6995
|
size = defaultProps34.size,
|
|
6982
6996
|
...other
|
|
6983
6997
|
} = props;
|
|
6984
|
-
return /* @__PURE__ */
|
|
6998
|
+
return /* @__PURE__ */ jsx94(
|
|
6985
6999
|
"div",
|
|
6986
7000
|
{
|
|
6987
7001
|
...other,
|
|
@@ -7002,19 +7016,19 @@ ChipList.className = CHIPLIST_CLASSNAME;
|
|
|
7002
7016
|
ChipList.defaultProps = defaultProps34;
|
|
7003
7017
|
|
|
7004
7018
|
// src/chip/templates/chip-avatar.tsx
|
|
7005
|
-
import { jsx as
|
|
7019
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
7006
7020
|
|
|
7007
7021
|
// src/chip/templates/chip-icon.tsx
|
|
7008
|
-
import { jsx as
|
|
7022
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
7009
7023
|
|
|
7010
7024
|
// src/chip/templates/chip-normal.tsx
|
|
7011
|
-
import { jsx as
|
|
7025
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
7012
7026
|
|
|
7013
7027
|
// src/chip/templates/chip-removable.tsx
|
|
7014
|
-
import { jsx as
|
|
7028
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
7015
7029
|
|
|
7016
7030
|
// src/multiselect/multiselect.spec.tsx
|
|
7017
|
-
import { Fragment as
|
|
7031
|
+
import { Fragment as Fragment26, jsx as jsx99, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
7018
7032
|
var MULTISELECT_CLASSNAME = `k-multiselect`;
|
|
7019
7033
|
var states39 = [
|
|
7020
7034
|
States.hover,
|
|
@@ -7061,7 +7075,7 @@ var MultiSelect = (props) => {
|
|
|
7061
7075
|
adaptiveSettings,
|
|
7062
7076
|
...other
|
|
7063
7077
|
} = props;
|
|
7064
|
-
return /* @__PURE__ */ jsxs44(
|
|
7078
|
+
return /* @__PURE__ */ jsxs44(Fragment26, { children: [
|
|
7065
7079
|
/* @__PURE__ */ jsxs44(
|
|
7066
7080
|
Input,
|
|
7067
7081
|
{
|
|
@@ -7079,12 +7093,12 @@ var MultiSelect = (props) => {
|
|
|
7079
7093
|
readonly,
|
|
7080
7094
|
className: classNames(props.className, MULTISELECT_CLASSNAME),
|
|
7081
7095
|
children: [
|
|
7082
|
-
/* @__PURE__ */
|
|
7096
|
+
/* @__PURE__ */ jsx99(InputPrefix, { children: prefix }),
|
|
7083
7097
|
/* @__PURE__ */ jsxs44("div", { className: "k-input-values", children: [
|
|
7084
|
-
/* @__PURE__ */
|
|
7085
|
-
/* @__PURE__ */
|
|
7098
|
+
/* @__PURE__ */ jsx99(ChipList, { size, children: /* @__PURE__ */ jsx99(Fragment26, { children: tags }) }),
|
|
7099
|
+
/* @__PURE__ */ jsx99(InputInnerInput, { placeholder, value })
|
|
7086
7100
|
] }),
|
|
7087
|
-
/* @__PURE__ */
|
|
7101
|
+
/* @__PURE__ */ jsx99(
|
|
7088
7102
|
InputValidationIcon,
|
|
7089
7103
|
{
|
|
7090
7104
|
valid,
|
|
@@ -7093,14 +7107,14 @@ var MultiSelect = (props) => {
|
|
|
7093
7107
|
disabled
|
|
7094
7108
|
}
|
|
7095
7109
|
),
|
|
7096
|
-
/* @__PURE__ */
|
|
7110
|
+
/* @__PURE__ */ jsx99(
|
|
7097
7111
|
InputLoadingIcon,
|
|
7098
7112
|
{
|
|
7099
7113
|
loading,
|
|
7100
7114
|
disabled
|
|
7101
7115
|
}
|
|
7102
7116
|
),
|
|
7103
|
-
/* @__PURE__ */
|
|
7117
|
+
/* @__PURE__ */ jsx99(
|
|
7104
7118
|
InputClearValue,
|
|
7105
7119
|
{
|
|
7106
7120
|
loading,
|
|
@@ -7109,8 +7123,8 @@ var MultiSelect = (props) => {
|
|
|
7109
7123
|
value: tags ? "value" : ""
|
|
7110
7124
|
}
|
|
7111
7125
|
),
|
|
7112
|
-
/* @__PURE__ */
|
|
7113
|
-
showArrowButton && /* @__PURE__ */
|
|
7126
|
+
/* @__PURE__ */ jsx99(InputSuffix, { children: suffix }),
|
|
7127
|
+
showArrowButton && /* @__PURE__ */ jsx99(
|
|
7114
7128
|
Button,
|
|
7115
7129
|
{
|
|
7116
7130
|
className: "k-input-button",
|
|
@@ -7123,9 +7137,9 @@ var MultiSelect = (props) => {
|
|
|
7123
7137
|
]
|
|
7124
7138
|
}
|
|
7125
7139
|
),
|
|
7126
|
-
opened && popup && /* @__PURE__ */
|
|
7140
|
+
opened && popup && /* @__PURE__ */ jsx99(Popup, { className: "k-list-container k-multiselect-popup", children: popup }),
|
|
7127
7141
|
adaptive && /* @__PURE__ */ jsxs44(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
7128
|
-
/* @__PURE__ */
|
|
7142
|
+
/* @__PURE__ */ jsx99(
|
|
7129
7143
|
ActionSheetHeader,
|
|
7130
7144
|
{
|
|
7131
7145
|
actions: ["x"],
|
|
@@ -7133,10 +7147,10 @@ var MultiSelect = (props) => {
|
|
|
7133
7147
|
title: "Select Item"
|
|
7134
7148
|
}
|
|
7135
7149
|
),
|
|
7136
|
-
/* @__PURE__ */
|
|
7137
|
-
/* @__PURE__ */
|
|
7138
|
-
/* @__PURE__ */
|
|
7139
|
-
/* @__PURE__ */
|
|
7150
|
+
/* @__PURE__ */ jsx99("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs44(List, { size: "large", children: [
|
|
7151
|
+
/* @__PURE__ */ jsx99(ListItem, { text: "List item" }),
|
|
7152
|
+
/* @__PURE__ */ jsx99(ListItem, { text: "List item" }),
|
|
7153
|
+
/* @__PURE__ */ jsx99(ListItem, { text: "List item" })
|
|
7140
7154
|
] }) })
|
|
7141
7155
|
] })
|
|
7142
7156
|
] });
|
|
@@ -7147,25 +7161,25 @@ MultiSelect.className = MULTISELECT_CLASSNAME;
|
|
|
7147
7161
|
MultiSelect.defaultProps = defaultProps35;
|
|
7148
7162
|
|
|
7149
7163
|
// src/multiselect/templates/multiselect-normal.tsx
|
|
7150
|
-
import { jsx as
|
|
7164
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
7151
7165
|
|
|
7152
7166
|
// src/multiselect/templates/multiselect-popup.tsx
|
|
7153
|
-
import { jsx as
|
|
7167
|
+
import { jsx as jsx101, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
7154
7168
|
|
|
7155
7169
|
// src/multiselect/templates/multiselect-value.tsx
|
|
7156
|
-
import { Fragment as
|
|
7170
|
+
import { Fragment as Fragment27, jsx as jsx102 } from "react/jsx-runtime";
|
|
7157
7171
|
|
|
7158
7172
|
// src/multiselect/templates/multiselect-arrow-button.tsx
|
|
7159
|
-
import { jsx as
|
|
7173
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
7160
7174
|
|
|
7161
7175
|
// src/multiselect/templates/multiselect-adaptive.tsx
|
|
7162
|
-
import { jsx as
|
|
7176
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
7163
7177
|
|
|
7164
7178
|
// src/multiselect/templates/multiselect-grouping.tsx
|
|
7165
|
-
import { jsx as
|
|
7179
|
+
import { jsx as jsx105, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
7166
7180
|
|
|
7167
7181
|
// src/form/form-field.tsx
|
|
7168
|
-
import { jsx as
|
|
7182
|
+
import { jsx as jsx106, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
7169
7183
|
var FORMFIELD_CLASSNAME = "k-form-field";
|
|
7170
7184
|
var states40 = [
|
|
7171
7185
|
States.disabled
|
|
@@ -7201,14 +7215,14 @@ var FormField = (props) => {
|
|
|
7201
7215
|
"k-form-label"
|
|
7202
7216
|
), children: [
|
|
7203
7217
|
label,
|
|
7204
|
-
optional && /* @__PURE__ */
|
|
7205
|
-
info && /* @__PURE__ */
|
|
7218
|
+
optional && /* @__PURE__ */ jsx106("span", { className: "k-label-optional", children: "(Optional)" }),
|
|
7219
|
+
info && /* @__PURE__ */ jsx106("span", { className: "k-field-info", children: "(field info)" })
|
|
7206
7220
|
] }),
|
|
7207
|
-
orientation === "horizontal" && !label && /* @__PURE__ */
|
|
7221
|
+
orientation === "horizontal" && !label && /* @__PURE__ */ jsx106("span", { className: "k-label k-form-label k-label-empty" }),
|
|
7208
7222
|
/* @__PURE__ */ jsxs47("div", { className: "k-form-field-wrap", children: [
|
|
7209
7223
|
editor,
|
|
7210
|
-
hint && /* @__PURE__ */
|
|
7211
|
-
error && /* @__PURE__ */
|
|
7224
|
+
hint && /* @__PURE__ */ jsx106("div", { className: "k-form-hint", children: hint }),
|
|
7225
|
+
error && /* @__PURE__ */ jsx106("div", { className: "k-form-error", children: error })
|
|
7212
7226
|
] })
|
|
7213
7227
|
]
|
|
7214
7228
|
}
|
|
@@ -7217,7 +7231,7 @@ var FormField = (props) => {
|
|
|
7217
7231
|
FormField.className = FORMFIELD_CLASSNAME;
|
|
7218
7232
|
|
|
7219
7233
|
// src/form/fieldset.tsx
|
|
7220
|
-
import { Fragment as
|
|
7234
|
+
import { Fragment as Fragment28, jsx as jsx107, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
7221
7235
|
var FIELDSET_CLASSNAME = "k-form-fieldset";
|
|
7222
7236
|
var Fieldset = (props) => {
|
|
7223
7237
|
const {
|
|
@@ -7228,8 +7242,8 @@ var Fieldset = (props) => {
|
|
|
7228
7242
|
gapY
|
|
7229
7243
|
} = props;
|
|
7230
7244
|
return /* @__PURE__ */ jsxs48("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
|
|
7231
|
-
legend && /* @__PURE__ */
|
|
7232
|
-
layout === "grid" ? /* @__PURE__ */
|
|
7245
|
+
legend && /* @__PURE__ */ jsx107("legend", { className: "k-form-legend", children: legend }),
|
|
7246
|
+
layout === "grid" ? /* @__PURE__ */ jsx107("div", { className: classNames(
|
|
7233
7247
|
"k-form-layout",
|
|
7234
7248
|
"k-d-grid",
|
|
7235
7249
|
{
|
|
@@ -7237,13 +7251,13 @@ var Fieldset = (props) => {
|
|
|
7237
7251
|
[`k-gap-x-${gapX}`]: gapX,
|
|
7238
7252
|
[`k-gap-y-${gapY}`]: gapY
|
|
7239
7253
|
}
|
|
7240
|
-
), children: props.children }) : /* @__PURE__ */
|
|
7254
|
+
), children: props.children }) : /* @__PURE__ */ jsx107(Fragment28, { children: props.children })
|
|
7241
7255
|
] });
|
|
7242
7256
|
};
|
|
7243
7257
|
Fieldset.className = FIELDSET_CLASSNAME;
|
|
7244
7258
|
|
|
7245
7259
|
// src/form/form.spec.tsx
|
|
7246
|
-
import { Fragment as
|
|
7260
|
+
import { Fragment as Fragment29, jsx as jsx108, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
7247
7261
|
import { createElement } from "react";
|
|
7248
7262
|
var FORM_CLASSNAME = "k-form";
|
|
7249
7263
|
var states41 = [];
|
|
@@ -7267,7 +7281,7 @@ var Form = (props) => {
|
|
|
7267
7281
|
tag = defaultProps36.tag,
|
|
7268
7282
|
children
|
|
7269
7283
|
} = props;
|
|
7270
|
-
const Parent = ({ tag: tag2, className: className18, children: children2 }) => tag2 === "form" ? /* @__PURE__ */
|
|
7284
|
+
const Parent = ({ tag: tag2, className: className18, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx108("form", { className: className18, children: children2 }) : /* @__PURE__ */ jsx108("div", { className: className18, children: children2 });
|
|
7271
7285
|
const formChildren = [];
|
|
7272
7286
|
if (children) {
|
|
7273
7287
|
if (Array.isArray(children)) {
|
|
@@ -7296,7 +7310,7 @@ var Form = (props) => {
|
|
|
7296
7310
|
[`${FORM_CLASSNAME}-${orientation}`]: orientation
|
|
7297
7311
|
}
|
|
7298
7312
|
), children: [
|
|
7299
|
-
layout === "grid" ? /* @__PURE__ */
|
|
7313
|
+
layout === "grid" ? /* @__PURE__ */ jsx108("div", { className: classNames(
|
|
7300
7314
|
"k-form-layout",
|
|
7301
7315
|
"k-d-grid",
|
|
7302
7316
|
{
|
|
@@ -7304,8 +7318,8 @@ var Form = (props) => {
|
|
|
7304
7318
|
[`k-gap-x-${gapX}`]: gapX,
|
|
7305
7319
|
[`k-gap-y-${gapY}`]: gapY
|
|
7306
7320
|
}
|
|
7307
|
-
), children: formChildren }) : /* @__PURE__ */
|
|
7308
|
-
formButtons && /* @__PURE__ */
|
|
7321
|
+
), children: formChildren }) : /* @__PURE__ */ jsx108(Fragment29, { children: formChildren }),
|
|
7322
|
+
formButtons && /* @__PURE__ */ jsx108("div", { className: "k-form-buttons", children: formButtons })
|
|
7309
7323
|
] });
|
|
7310
7324
|
};
|
|
7311
7325
|
Form.states = states41;
|
|
@@ -7314,7 +7328,7 @@ Form.className = FORM_CLASSNAME;
|
|
|
7314
7328
|
Form.defaultProps = defaultProps36;
|
|
7315
7329
|
|
|
7316
7330
|
// src/radio/radio.spec.tsx
|
|
7317
|
-
import { jsx as
|
|
7331
|
+
import { jsx as jsx109 } from "react/jsx-runtime";
|
|
7318
7332
|
var RADIOBUTTON_CLASSNAME = `k-radio`;
|
|
7319
7333
|
var states42 = [
|
|
7320
7334
|
States.hover,
|
|
@@ -7344,7 +7358,7 @@ var RadioButton = (props) => {
|
|
|
7344
7358
|
size = defaultProps37.size,
|
|
7345
7359
|
...other
|
|
7346
7360
|
} = props;
|
|
7347
|
-
return /* @__PURE__ */
|
|
7361
|
+
return /* @__PURE__ */ jsx109("span", { className: "k-radio-wrap", children: /* @__PURE__ */ jsx109(
|
|
7348
7362
|
"input",
|
|
7349
7363
|
{
|
|
7350
7364
|
...other,
|
|
@@ -7368,7 +7382,7 @@ RadioButton.defaultProps = defaultProps37;
|
|
|
7368
7382
|
var radio_spec_default = RadioButton;
|
|
7369
7383
|
|
|
7370
7384
|
// src/radio/radio-group.spec.tsx
|
|
7371
|
-
import { jsx as
|
|
7385
|
+
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
7372
7386
|
var RADIOGROUP_CLASSNAME = `k-radio-list`;
|
|
7373
7387
|
var states43 = [];
|
|
7374
7388
|
var options39 = {};
|
|
@@ -7380,7 +7394,7 @@ var RadioGroup = (props) => {
|
|
|
7380
7394
|
layout = defaultProps38.layout,
|
|
7381
7395
|
...other
|
|
7382
7396
|
} = props;
|
|
7383
|
-
return /* @__PURE__ */
|
|
7397
|
+
return /* @__PURE__ */ jsx110(
|
|
7384
7398
|
"ul",
|
|
7385
7399
|
{
|
|
7386
7400
|
...other,
|
|
@@ -7401,7 +7415,7 @@ RadioGroup.className = RADIOGROUP_CLASSNAME;
|
|
|
7401
7415
|
RadioGroup.defaultProps = defaultProps38;
|
|
7402
7416
|
|
|
7403
7417
|
// src/radio/radio-item.spec.tsx
|
|
7404
|
-
import { jsx as
|
|
7418
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
7405
7419
|
var RADIOITEM_CLASSNAME = `k-radio-list-item`;
|
|
7406
7420
|
var states44 = [];
|
|
7407
7421
|
var options40 = {};
|
|
@@ -7410,7 +7424,7 @@ var RadioItem = (props) => {
|
|
|
7410
7424
|
const {
|
|
7411
7425
|
...other
|
|
7412
7426
|
} = props;
|
|
7413
|
-
return /* @__PURE__ */
|
|
7427
|
+
return /* @__PURE__ */ jsx111(
|
|
7414
7428
|
"li",
|
|
7415
7429
|
{
|
|
7416
7430
|
...other,
|
|
@@ -7428,23 +7442,23 @@ RadioItem.className = RADIOITEM_CLASSNAME;
|
|
|
7428
7442
|
RadioItem.defaultProps = defaultProps39;
|
|
7429
7443
|
|
|
7430
7444
|
// src/radio/templates/radio-normal.tsx
|
|
7431
|
-
import { jsx as
|
|
7445
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
7432
7446
|
|
|
7433
7447
|
// src/radio/templates/radio-with-label-after.tsx
|
|
7434
|
-
import { Fragment as
|
|
7435
|
-
var RadioButtonWithLabelAfter = ({ children, id, ...other }) => /* @__PURE__ */ jsxs50(
|
|
7436
|
-
/* @__PURE__ */
|
|
7437
|
-
/* @__PURE__ */
|
|
7448
|
+
import { Fragment as Fragment30, jsx as jsx113, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
7449
|
+
var RadioButtonWithLabelAfter = ({ children, id, ...other }) => /* @__PURE__ */ jsxs50(Fragment30, { children: [
|
|
7450
|
+
/* @__PURE__ */ jsx113(radio_spec_default, { ...other, id }),
|
|
7451
|
+
/* @__PURE__ */ jsx113("label", { className: "k-radio-label", htmlFor: id, children })
|
|
7438
7452
|
] });
|
|
7439
7453
|
|
|
7440
7454
|
// src/radio/templates/radio-with-label-before.tsx
|
|
7441
|
-
import { Fragment as
|
|
7455
|
+
import { Fragment as Fragment31, jsx as jsx114, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
7442
7456
|
|
|
7443
7457
|
// src/radio/templates/radio-inside-label.tsx
|
|
7444
|
-
import { Fragment as
|
|
7458
|
+
import { Fragment as Fragment32, jsx as jsx115, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
7445
7459
|
|
|
7446
7460
|
// src/spinbutton/spinbutton.spec.tsx
|
|
7447
|
-
import { jsx as
|
|
7461
|
+
import { jsx as jsx116, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
7448
7462
|
var SPINBUTTON_CLASSNAME = `k-spin-button`;
|
|
7449
7463
|
var states45 = [];
|
|
7450
7464
|
var options41 = {
|
|
@@ -7470,7 +7484,7 @@ var SpinButton = (props) => {
|
|
|
7470
7484
|
props.className
|
|
7471
7485
|
),
|
|
7472
7486
|
children: [
|
|
7473
|
-
/* @__PURE__ */
|
|
7487
|
+
/* @__PURE__ */ jsx116(
|
|
7474
7488
|
Button,
|
|
7475
7489
|
{
|
|
7476
7490
|
className: "k-spinner-increase",
|
|
@@ -7480,7 +7494,7 @@ var SpinButton = (props) => {
|
|
|
7480
7494
|
fillMode
|
|
7481
7495
|
}
|
|
7482
7496
|
),
|
|
7483
|
-
/* @__PURE__ */
|
|
7497
|
+
/* @__PURE__ */ jsx116(
|
|
7484
7498
|
Button,
|
|
7485
7499
|
{
|
|
7486
7500
|
className: "k-spinner-decrease",
|
|
@@ -7500,7 +7514,7 @@ SpinButton.className = SPINBUTTON_CLASSNAME;
|
|
|
7500
7514
|
SpinButton.defaultProps = defaultProps40;
|
|
7501
7515
|
|
|
7502
7516
|
// src/numerictextbox/numerictextbox.spec.tsx
|
|
7503
|
-
import { jsx as
|
|
7517
|
+
import { jsx as jsx117, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
7504
7518
|
var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
|
|
7505
7519
|
var states46 = [
|
|
7506
7520
|
States.hover,
|
|
@@ -7560,8 +7574,8 @@ var NumericTextbox = (props) => {
|
|
|
7560
7574
|
readonly,
|
|
7561
7575
|
className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
|
|
7562
7576
|
children: [
|
|
7563
|
-
/* @__PURE__ */
|
|
7564
|
-
/* @__PURE__ */
|
|
7577
|
+
/* @__PURE__ */ jsx117(InputInnerInput, { placeholder, value }),
|
|
7578
|
+
/* @__PURE__ */ jsx117(
|
|
7565
7579
|
InputValidationIcon,
|
|
7566
7580
|
{
|
|
7567
7581
|
valid,
|
|
@@ -7570,14 +7584,14 @@ var NumericTextbox = (props) => {
|
|
|
7570
7584
|
disabled
|
|
7571
7585
|
}
|
|
7572
7586
|
),
|
|
7573
|
-
/* @__PURE__ */
|
|
7587
|
+
/* @__PURE__ */ jsx117(
|
|
7574
7588
|
InputLoadingIcon,
|
|
7575
7589
|
{
|
|
7576
7590
|
loading,
|
|
7577
7591
|
disabled
|
|
7578
7592
|
}
|
|
7579
7593
|
),
|
|
7580
|
-
showClearButton && /* @__PURE__ */
|
|
7594
|
+
showClearButton && /* @__PURE__ */ jsx117(
|
|
7581
7595
|
InputClearValue,
|
|
7582
7596
|
{
|
|
7583
7597
|
loading,
|
|
@@ -7586,7 +7600,7 @@ var NumericTextbox = (props) => {
|
|
|
7586
7600
|
value
|
|
7587
7601
|
}
|
|
7588
7602
|
),
|
|
7589
|
-
showSpinButton && /* @__PURE__ */
|
|
7603
|
+
showSpinButton && /* @__PURE__ */ jsx117(
|
|
7590
7604
|
SpinButton,
|
|
7591
7605
|
{
|
|
7592
7606
|
className: "k-input-spinner",
|
|
@@ -7604,10 +7618,10 @@ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
|
|
|
7604
7618
|
NumericTextbox.defaultProps = defaultProps41;
|
|
7605
7619
|
|
|
7606
7620
|
// src/numerictextbox/templates/numerictextbox-normal.tsx
|
|
7607
|
-
import { jsx as
|
|
7621
|
+
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
7608
7622
|
|
|
7609
7623
|
// src/datepicker/datepicker.spec.tsx
|
|
7610
|
-
import { Fragment as
|
|
7624
|
+
import { Fragment as Fragment33, jsx as jsx119, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
7611
7625
|
var DATEPICKER_CLASSNAME = `k-datepicker`;
|
|
7612
7626
|
var states47 = [
|
|
7613
7627
|
States.hover,
|
|
@@ -7652,7 +7666,7 @@ var DatePicker = (props) => {
|
|
|
7652
7666
|
dir,
|
|
7653
7667
|
...other
|
|
7654
7668
|
} = props;
|
|
7655
|
-
return /* @__PURE__ */ jsxs55(
|
|
7669
|
+
return /* @__PURE__ */ jsxs55(Fragment33, { children: [
|
|
7656
7670
|
/* @__PURE__ */ jsxs55(
|
|
7657
7671
|
Input,
|
|
7658
7672
|
{
|
|
@@ -7671,9 +7685,9 @@ var DatePicker = (props) => {
|
|
|
7671
7685
|
readonly,
|
|
7672
7686
|
className: classNames(props.className, DATEPICKER_CLASSNAME),
|
|
7673
7687
|
children: [
|
|
7674
|
-
/* @__PURE__ */
|
|
7675
|
-
/* @__PURE__ */
|
|
7676
|
-
/* @__PURE__ */
|
|
7688
|
+
/* @__PURE__ */ jsx119(InputPrefix, { children: prefix }),
|
|
7689
|
+
/* @__PURE__ */ jsx119(InputInnerInput, { placeholder, value }),
|
|
7690
|
+
/* @__PURE__ */ jsx119(
|
|
7677
7691
|
InputValidationIcon,
|
|
7678
7692
|
{
|
|
7679
7693
|
valid,
|
|
@@ -7682,14 +7696,14 @@ var DatePicker = (props) => {
|
|
|
7682
7696
|
disabled
|
|
7683
7697
|
}
|
|
7684
7698
|
),
|
|
7685
|
-
/* @__PURE__ */
|
|
7699
|
+
/* @__PURE__ */ jsx119(
|
|
7686
7700
|
InputLoadingIcon,
|
|
7687
7701
|
{
|
|
7688
7702
|
loading,
|
|
7689
7703
|
disabled
|
|
7690
7704
|
}
|
|
7691
7705
|
),
|
|
7692
|
-
/* @__PURE__ */
|
|
7706
|
+
/* @__PURE__ */ jsx119(
|
|
7693
7707
|
InputClearValue,
|
|
7694
7708
|
{
|
|
7695
7709
|
loading,
|
|
@@ -7698,8 +7712,8 @@ var DatePicker = (props) => {
|
|
|
7698
7712
|
value
|
|
7699
7713
|
}
|
|
7700
7714
|
),
|
|
7701
|
-
/* @__PURE__ */
|
|
7702
|
-
/* @__PURE__ */
|
|
7715
|
+
/* @__PURE__ */ jsx119(InputSuffix, { children: suffix }),
|
|
7716
|
+
/* @__PURE__ */ jsx119(
|
|
7703
7717
|
Button,
|
|
7704
7718
|
{
|
|
7705
7719
|
className: "k-input-button",
|
|
@@ -7712,9 +7726,9 @@ var DatePicker = (props) => {
|
|
|
7712
7726
|
]
|
|
7713
7727
|
}
|
|
7714
7728
|
),
|
|
7715
|
-
opened && /* @__PURE__ */
|
|
7729
|
+
opened && /* @__PURE__ */ jsx119(Popup, { className: "k-calendar-container k-datepicker-popup", children: /* @__PURE__ */ jsx119(Calendar, { dir }) }),
|
|
7716
7730
|
adaptive && /* @__PURE__ */ jsxs55(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
7717
|
-
/* @__PURE__ */
|
|
7731
|
+
/* @__PURE__ */ jsx119(
|
|
7718
7732
|
ActionSheetHeader,
|
|
7719
7733
|
{
|
|
7720
7734
|
actions: ["x"],
|
|
@@ -7722,7 +7736,7 @@ var DatePicker = (props) => {
|
|
|
7722
7736
|
subTitle: "DD / MM / YY"
|
|
7723
7737
|
}
|
|
7724
7738
|
),
|
|
7725
|
-
/* @__PURE__ */
|
|
7739
|
+
/* @__PURE__ */ jsx119(Calendar, { size: "large" })
|
|
7726
7740
|
] })
|
|
7727
7741
|
] });
|
|
7728
7742
|
};
|
|
@@ -7732,16 +7746,16 @@ DatePicker.className = DATEPICKER_CLASSNAME;
|
|
|
7732
7746
|
DatePicker.defaultProps = defaultProps42;
|
|
7733
7747
|
|
|
7734
7748
|
// src/datepicker/templates/datepicker-normal.tsx
|
|
7735
|
-
import { jsx as
|
|
7749
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
7736
7750
|
|
|
7737
7751
|
// src/datepicker/templates/datepicker-popup.tsx
|
|
7738
|
-
import { jsx as
|
|
7752
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
7739
7753
|
|
|
7740
7754
|
// src/datepicker/templates/datepicker-adaptive.tsx
|
|
7741
|
-
import { jsx as
|
|
7755
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
7742
7756
|
|
|
7743
7757
|
// src/scheduler/tests/scheduler-edit-dialog.tsx
|
|
7744
|
-
import { Fragment as
|
|
7758
|
+
import { Fragment as Fragment34, jsx as jsx123, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
7745
7759
|
var style = `
|
|
7746
7760
|
#test-area {
|
|
7747
7761
|
width: 700px;
|
|
@@ -7751,55 +7765,55 @@ var style = `
|
|
|
7751
7765
|
position: relative;
|
|
7752
7766
|
}
|
|
7753
7767
|
`;
|
|
7754
|
-
var scheduler_edit_dialog_default = () => /* @__PURE__ */ jsxs56(
|
|
7755
|
-
/* @__PURE__ */
|
|
7756
|
-
/* @__PURE__ */
|
|
7757
|
-
/* @__PURE__ */
|
|
7758
|
-
/* @__PURE__ */
|
|
7759
|
-
/* @__PURE__ */
|
|
7760
|
-
/* @__PURE__ */
|
|
7768
|
+
var scheduler_edit_dialog_default = () => /* @__PURE__ */ jsxs56(Fragment34, { children: [
|
|
7769
|
+
/* @__PURE__ */ jsx123("style", { children: style }),
|
|
7770
|
+
/* @__PURE__ */ jsx123("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx123("section", { children: /* @__PURE__ */ jsx123(WindowNormal, { title: "Edit event", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs56(Fragment34, { children: [
|
|
7771
|
+
/* @__PURE__ */ jsx123(Button, { themeColor: "primary", icon: "save", children: "Save" }),
|
|
7772
|
+
/* @__PURE__ */ jsx123(Button, { icon: "cancel", children: "Cancel" }),
|
|
7773
|
+
/* @__PURE__ */ jsx123("span", { className: "k-spacer" }),
|
|
7774
|
+
/* @__PURE__ */ jsx123(Button, { fillMode: "flat", themeColor: "primary", icon: "trash", children: "Delete" })
|
|
7761
7775
|
] }), children: /* @__PURE__ */ jsxs56(Form, { tag: "div", className: "k-scheduler-edit-form", children: [
|
|
7762
|
-
/* @__PURE__ */
|
|
7763
|
-
/* @__PURE__ */
|
|
7764
|
-
/* @__PURE__ */
|
|
7765
|
-
/* @__PURE__ */
|
|
7766
|
-
/* @__PURE__ */
|
|
7767
|
-
/* @__PURE__ */
|
|
7776
|
+
/* @__PURE__ */ jsx123(FormField, { className: "k-form-field-error", label: "Title", error: "Error", editor: /* @__PURE__ */ jsx123(Textbox, { invalid: true, value: "Invalid" }) }),
|
|
7777
|
+
/* @__PURE__ */ jsx123(FormField, { label: "Start", editor: /* @__PURE__ */ jsx123(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
|
|
7778
|
+
/* @__PURE__ */ jsx123(FormField, { label: "End", editor: /* @__PURE__ */ jsx123(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
|
|
7779
|
+
/* @__PURE__ */ jsx123(FormField, { editor: /* @__PURE__ */ jsxs56(Fragment34, { children: [
|
|
7780
|
+
/* @__PURE__ */ jsx123(Checkbox, {}),
|
|
7781
|
+
/* @__PURE__ */ jsx123("label", { className: "k-checkbox-label", children: "All Day Event" })
|
|
7768
7782
|
] }) }),
|
|
7769
|
-
/* @__PURE__ */
|
|
7770
|
-
/* @__PURE__ */
|
|
7771
|
-
/* @__PURE__ */
|
|
7783
|
+
/* @__PURE__ */ jsx123(FormField, { editor: /* @__PURE__ */ jsxs56(Fragment34, { children: [
|
|
7784
|
+
/* @__PURE__ */ jsx123(Checkbox, {}),
|
|
7785
|
+
/* @__PURE__ */ jsx123("label", { className: "k-checkbox-label", children: "Specify Time Zone" })
|
|
7772
7786
|
] }) }),
|
|
7773
7787
|
/* @__PURE__ */ jsxs56("div", { className: "k-recurrence-editor", children: [
|
|
7774
|
-
/* @__PURE__ */
|
|
7775
|
-
/* @__PURE__ */
|
|
7776
|
-
/* @__PURE__ */
|
|
7777
|
-
/* @__PURE__ */
|
|
7778
|
-
/* @__PURE__ */
|
|
7779
|
-
/* @__PURE__ */
|
|
7788
|
+
/* @__PURE__ */ jsx123(FormField, { label: "Repeat", editor: /* @__PURE__ */ jsxs56(ButtonGroup, { stretched: true, className: "k-scheduler-recurrence-repeat", children: [
|
|
7789
|
+
/* @__PURE__ */ jsx123(Button, { children: "Never" }),
|
|
7790
|
+
/* @__PURE__ */ jsx123(Button, { selected: true, children: "Daily" }),
|
|
7791
|
+
/* @__PURE__ */ jsx123(Button, { children: "Weekly" }),
|
|
7792
|
+
/* @__PURE__ */ jsx123(Button, { children: "Monthly" }),
|
|
7793
|
+
/* @__PURE__ */ jsx123(Button, { children: "Yearly" })
|
|
7780
7794
|
] }) }),
|
|
7781
7795
|
/* @__PURE__ */ jsxs56("div", { className: "k-recur-view", children: [
|
|
7782
|
-
/* @__PURE__ */
|
|
7783
|
-
/* @__PURE__ */
|
|
7784
|
-
/* @__PURE__ */
|
|
7796
|
+
/* @__PURE__ */ jsx123("div", { className: "k-scheduler-recurrence-interval-editor", children: /* @__PURE__ */ jsx123(FormField, { label: "Repeat every", editor: /* @__PURE__ */ jsxs56(Fragment34, { children: [
|
|
7797
|
+
/* @__PURE__ */ jsx123(NumericTextbox, { className: "k-recur-interval" }),
|
|
7798
|
+
/* @__PURE__ */ jsx123("span", { children: " day(s)" })
|
|
7785
7799
|
] }) }) }),
|
|
7786
|
-
/* @__PURE__ */
|
|
7787
|
-
/* @__PURE__ */
|
|
7800
|
+
/* @__PURE__ */ jsx123("div", { className: "k-scheduler-recurrence-end-rule-editor", children: /* @__PURE__ */ jsx123(FormField, { label: "End", editor: /* @__PURE__ */ jsxs56(RadioGroup, { children: [
|
|
7801
|
+
/* @__PURE__ */ jsx123(RadioItem, { children: /* @__PURE__ */ jsx123(RadioButtonWithLabelAfter, { id: "k-endrule-never", children: "Never" }) }),
|
|
7788
7802
|
/* @__PURE__ */ jsxs56(RadioItem, { children: [
|
|
7789
|
-
/* @__PURE__ */
|
|
7790
|
-
/* @__PURE__ */
|
|
7791
|
-
/* @__PURE__ */
|
|
7803
|
+
/* @__PURE__ */ jsx123(RadioButtonWithLabelAfter, { id: "k-endrule-count", children: "After" }),
|
|
7804
|
+
/* @__PURE__ */ jsx123(NumericTextbox, { className: "k-recur-count" }),
|
|
7805
|
+
/* @__PURE__ */ jsx123("span", { children: "occurrence(s)" })
|
|
7792
7806
|
] }),
|
|
7793
7807
|
/* @__PURE__ */ jsxs56(RadioItem, { children: [
|
|
7794
|
-
/* @__PURE__ */
|
|
7795
|
-
/* @__PURE__ */
|
|
7808
|
+
/* @__PURE__ */ jsx123(RadioButtonWithLabelAfter, { id: "k-endrule-until", children: "On" }),
|
|
7809
|
+
/* @__PURE__ */ jsx123(DatePicker, { className: "k-recur-until", disabled: true })
|
|
7796
7810
|
] })
|
|
7797
7811
|
] }) }) })
|
|
7798
7812
|
] })
|
|
7799
7813
|
] }),
|
|
7800
|
-
/* @__PURE__ */
|
|
7801
|
-
/* @__PURE__ */
|
|
7802
|
-
/* @__PURE__ */
|
|
7814
|
+
/* @__PURE__ */ jsx123(FormField, { label: "Description", editor: /* @__PURE__ */ jsx123(Textarea, {}) }),
|
|
7815
|
+
/* @__PURE__ */ jsx123(FormField, { label: "Owner", editor: /* @__PURE__ */ jsx123(Combobox, { placeholder: "Select owner" }) }),
|
|
7816
|
+
/* @__PURE__ */ jsx123(FormField, { label: "Atendee", optional: true, editor: /* @__PURE__ */ jsx123(MultiSelect, { placeholder: "Invite people" }) })
|
|
7803
7817
|
] }) }) }) })
|
|
7804
7818
|
] });
|
|
7805
7819
|
export {
|