@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/input/input.spec.tsx
|
|
4517
|
-
import { jsx as
|
|
4531
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
4518
4532
|
var INPUT_CLASSNAME = `k-input`;
|
|
4519
4533
|
var states7 = [
|
|
4520
4534
|
States.hover,
|
|
@@ -4550,7 +4564,7 @@ var Input = (props) => {
|
|
|
4550
4564
|
fillMode = defaultProps7.fillMode,
|
|
4551
4565
|
...other
|
|
4552
4566
|
} = props;
|
|
4553
|
-
return /* @__PURE__ */
|
|
4567
|
+
return /* @__PURE__ */ jsx11(
|
|
4554
4568
|
"span",
|
|
4555
4569
|
{
|
|
4556
4570
|
...other,
|
|
@@ -4569,7 +4583,7 @@ Input.className = INPUT_CLASSNAME;
|
|
|
4569
4583
|
Input.defaultProps = defaultProps7;
|
|
4570
4584
|
|
|
4571
4585
|
// src/input/picker.spec.tsx
|
|
4572
|
-
import { jsx as
|
|
4586
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
4573
4587
|
var PICKER_CLASSNAME = `k-picker`;
|
|
4574
4588
|
var pickerStates = [
|
|
4575
4589
|
States.hover,
|
|
@@ -4605,7 +4619,7 @@ var Picker = (props) => {
|
|
|
4605
4619
|
fillMode = defaultProps8.fillMode,
|
|
4606
4620
|
...other
|
|
4607
4621
|
} = props;
|
|
4608
|
-
return /* @__PURE__ */
|
|
4622
|
+
return /* @__PURE__ */ jsx12(
|
|
4609
4623
|
"span",
|
|
4610
4624
|
{
|
|
4611
4625
|
...other,
|
|
@@ -4625,7 +4639,7 @@ Picker.className = PICKER_CLASSNAME;
|
|
|
4625
4639
|
Picker.defaultProps = defaultProps8;
|
|
4626
4640
|
|
|
4627
4641
|
// src/input/input-clear-value.tsx
|
|
4628
|
-
import { Fragment as
|
|
4642
|
+
import { Fragment as Fragment7, jsx as jsx13 } from "react/jsx-runtime";
|
|
4629
4643
|
var className = `k-clear-value`;
|
|
4630
4644
|
var states8 = [
|
|
4631
4645
|
States.disabled,
|
|
@@ -4641,16 +4655,16 @@ var InputClearValue = (props) => {
|
|
|
4641
4655
|
value
|
|
4642
4656
|
} = props;
|
|
4643
4657
|
if (disabled || readonly || loading || !value) {
|
|
4644
|
-
return /* @__PURE__ */
|
|
4658
|
+
return /* @__PURE__ */ jsx13(Fragment7, {});
|
|
4645
4659
|
}
|
|
4646
|
-
return /* @__PURE__ */
|
|
4660
|
+
return /* @__PURE__ */ jsx13("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx13(Icon, { icon: "x" }) });
|
|
4647
4661
|
};
|
|
4648
4662
|
InputClearValue.states = states8;
|
|
4649
4663
|
InputClearValue.options = options8;
|
|
4650
4664
|
InputClearValue.className = className;
|
|
4651
4665
|
|
|
4652
4666
|
// src/input/input-inner-input.tsx
|
|
4653
|
-
import { jsx as
|
|
4667
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
4654
4668
|
var className2 = `k-input-inner`;
|
|
4655
4669
|
var states9 = [];
|
|
4656
4670
|
var options9 = {};
|
|
@@ -4668,7 +4682,7 @@ var InputInnerInput = (props) => {
|
|
|
4668
4682
|
autocomplete = defaultProps9.autocomplete,
|
|
4669
4683
|
...other
|
|
4670
4684
|
} = props;
|
|
4671
|
-
return /* @__PURE__ */
|
|
4685
|
+
return /* @__PURE__ */ jsx14(
|
|
4672
4686
|
"input",
|
|
4673
4687
|
{
|
|
4674
4688
|
...other,
|
|
@@ -4685,7 +4699,7 @@ InputInnerInput.options = options9;
|
|
|
4685
4699
|
InputInnerInput.className = className2;
|
|
4686
4700
|
|
|
4687
4701
|
// src/input/input-inner-span.tsx
|
|
4688
|
-
import { jsx as
|
|
4702
|
+
import { jsx as jsx15, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
4689
4703
|
var className3 = `k-input-inner`;
|
|
4690
4704
|
var states10 = [];
|
|
4691
4705
|
var options10 = {};
|
|
@@ -4705,9 +4719,9 @@ var InputInnerSpan = (props) => {
|
|
|
4705
4719
|
className: classNames(props.className, className3, optionClassNames(className3, props)),
|
|
4706
4720
|
children: [
|
|
4707
4721
|
valueIcon,
|
|
4708
|
-
!valueIcon && valueIconName && /* @__PURE__ */
|
|
4722
|
+
!valueIcon && valueIconName && /* @__PURE__ */ jsx15(Icon, { className: "k-input-value-icon", icon: valueIconName }),
|
|
4709
4723
|
showValue && !value && placeholder,
|
|
4710
|
-
showValue && value && /* @__PURE__ */
|
|
4724
|
+
showValue && value && /* @__PURE__ */ jsx15("span", { className: "k-input-value-text", children: value })
|
|
4711
4725
|
]
|
|
4712
4726
|
}
|
|
4713
4727
|
);
|
|
@@ -4717,7 +4731,7 @@ InputInnerSpan.options = options10;
|
|
|
4717
4731
|
InputInnerSpan.className = className3;
|
|
4718
4732
|
|
|
4719
4733
|
// src/input/input-inner-textarea.tsx
|
|
4720
|
-
import { jsx as
|
|
4734
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
4721
4735
|
var defaultProps10 = {
|
|
4722
4736
|
value: "",
|
|
4723
4737
|
placeholder: ""
|
|
@@ -4732,7 +4746,7 @@ var InputInnerTextarea = (props) => {
|
|
|
4732
4746
|
rows,
|
|
4733
4747
|
...other
|
|
4734
4748
|
} = props;
|
|
4735
|
-
return /* @__PURE__ */
|
|
4749
|
+
return /* @__PURE__ */ jsx16(
|
|
4736
4750
|
"textarea",
|
|
4737
4751
|
{
|
|
4738
4752
|
...other,
|
|
@@ -4748,7 +4762,7 @@ InputInnerTextarea.options = options11;
|
|
|
4748
4762
|
InputInnerTextarea.className = className4;
|
|
4749
4763
|
|
|
4750
4764
|
// src/input/input-loading-icon.tsx
|
|
4751
|
-
import { Fragment as
|
|
4765
|
+
import { Fragment as Fragment8, jsx as jsx17 } from "react/jsx-runtime";
|
|
4752
4766
|
var className5 = `k-input-loading-icon`;
|
|
4753
4767
|
var states12 = [
|
|
4754
4768
|
States.disabled,
|
|
@@ -4760,13 +4774,13 @@ var InputLoadingIcon = (props) => {
|
|
|
4760
4774
|
loading
|
|
4761
4775
|
} = props;
|
|
4762
4776
|
if (disabled || !loading) {
|
|
4763
|
-
return /* @__PURE__ */
|
|
4777
|
+
return /* @__PURE__ */ jsx17(Fragment8, {});
|
|
4764
4778
|
}
|
|
4765
|
-
return /* @__PURE__ */
|
|
4779
|
+
return /* @__PURE__ */ jsx17("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
|
|
4766
4780
|
};
|
|
4767
4781
|
|
|
4768
4782
|
// src/input/input-validation-icon.tsx
|
|
4769
|
-
import { Fragment as
|
|
4783
|
+
import { Fragment as Fragment9, jsx as jsx18 } from "react/jsx-runtime";
|
|
4770
4784
|
var className6 = `k-input-validation-icon`;
|
|
4771
4785
|
var states13 = [
|
|
4772
4786
|
States.valid,
|
|
@@ -4785,39 +4799,39 @@ var InputValidationIcon = (props) => {
|
|
|
4785
4799
|
const iconName = invalid ? "exclamation-circle" : "check";
|
|
4786
4800
|
const renderValidationIcon = Boolean(valid || invalid);
|
|
4787
4801
|
if (disabled || loading || !renderValidationIcon) {
|
|
4788
|
-
return /* @__PURE__ */
|
|
4802
|
+
return /* @__PURE__ */ jsx18(Fragment9, {});
|
|
4789
4803
|
}
|
|
4790
|
-
return /* @__PURE__ */
|
|
4804
|
+
return /* @__PURE__ */ jsx18(Icon, { className: classNames(className6), icon: iconName });
|
|
4791
4805
|
};
|
|
4792
4806
|
InputValidationIcon.states = states13;
|
|
4793
4807
|
InputValidationIcon.options = options12;
|
|
4794
4808
|
InputValidationIcon.className = className6;
|
|
4795
4809
|
|
|
4796
4810
|
// src/input/input-prefix.tsx
|
|
4797
|
-
import { Fragment as
|
|
4811
|
+
import { Fragment as Fragment10, jsx as jsx19 } from "react/jsx-runtime";
|
|
4798
4812
|
var className7 = `k-input-prefix`;
|
|
4799
4813
|
var InputPrefix = (props) => {
|
|
4800
4814
|
if (!props.children) {
|
|
4801
|
-
return /* @__PURE__ */
|
|
4815
|
+
return /* @__PURE__ */ jsx19(Fragment10, {});
|
|
4802
4816
|
}
|
|
4803
|
-
return /* @__PURE__ */
|
|
4817
|
+
return /* @__PURE__ */ jsx19("span", { className: classNames(className7, props.className), children: props.children });
|
|
4804
4818
|
};
|
|
4805
4819
|
|
|
4806
4820
|
// src/input/input-suffix.tsx
|
|
4807
|
-
import { Fragment as
|
|
4821
|
+
import { Fragment as Fragment11, jsx as jsx20 } from "react/jsx-runtime";
|
|
4808
4822
|
var className8 = `k-input-suffix`;
|
|
4809
4823
|
var InputSuffix = (props) => {
|
|
4810
4824
|
if (!props.children) {
|
|
4811
|
-
return /* @__PURE__ */
|
|
4825
|
+
return /* @__PURE__ */ jsx20(Fragment11, {});
|
|
4812
4826
|
}
|
|
4813
|
-
return /* @__PURE__ */
|
|
4827
|
+
return /* @__PURE__ */ jsx20("span", { className: classNames(className8, props.className), children: props.children });
|
|
4814
4828
|
};
|
|
4815
4829
|
|
|
4816
4830
|
// src/input/input-separator.tsx
|
|
4817
|
-
import { jsx as
|
|
4831
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
4818
4832
|
|
|
4819
4833
|
// src/textarea/textarea.spec.tsx
|
|
4820
|
-
import { jsx as
|
|
4834
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
4821
4835
|
var TEXTAREA_CLASSNAME = `k-textarea`;
|
|
4822
4836
|
var states14 = [
|
|
4823
4837
|
States.hover,
|
|
@@ -4853,7 +4867,7 @@ var Textarea = (props) => {
|
|
|
4853
4867
|
disabled,
|
|
4854
4868
|
...other
|
|
4855
4869
|
} = props;
|
|
4856
|
-
return /* @__PURE__ */
|
|
4870
|
+
return /* @__PURE__ */ jsx22(
|
|
4857
4871
|
Input,
|
|
4858
4872
|
{
|
|
4859
4873
|
...other,
|
|
@@ -4867,7 +4881,7 @@ var Textarea = (props) => {
|
|
|
4867
4881
|
required,
|
|
4868
4882
|
disabled,
|
|
4869
4883
|
className: classNames(props.className, TEXTAREA_CLASSNAME),
|
|
4870
|
-
children: /* @__PURE__ */
|
|
4884
|
+
children: /* @__PURE__ */ jsx22(
|
|
4871
4885
|
InputInnerTextarea,
|
|
4872
4886
|
{
|
|
4873
4887
|
className: classNames(
|
|
@@ -4887,10 +4901,10 @@ Textarea.className = TEXTAREA_CLASSNAME;
|
|
|
4887
4901
|
Textarea.defaultProps = defaultProps11;
|
|
4888
4902
|
|
|
4889
4903
|
// src/textarea/templates/textarea-normal.tsx
|
|
4890
|
-
import { jsx as
|
|
4904
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
4891
4905
|
|
|
4892
4906
|
// src/form/form-field.tsx
|
|
4893
|
-
import { jsx as
|
|
4907
|
+
import { jsx as jsx24, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
4894
4908
|
var FORMFIELD_CLASSNAME = "k-form-field";
|
|
4895
4909
|
var states15 = [
|
|
4896
4910
|
States.disabled
|
|
@@ -4926,14 +4940,14 @@ var FormField = (props) => {
|
|
|
4926
4940
|
"k-form-label"
|
|
4927
4941
|
), children: [
|
|
4928
4942
|
label,
|
|
4929
|
-
optional && /* @__PURE__ */
|
|
4930
|
-
info && /* @__PURE__ */
|
|
4943
|
+
optional && /* @__PURE__ */ jsx24("span", { className: "k-label-optional", children: "(Optional)" }),
|
|
4944
|
+
info && /* @__PURE__ */ jsx24("span", { className: "k-field-info", children: "(field info)" })
|
|
4931
4945
|
] }),
|
|
4932
|
-
orientation === "horizontal" && !label && /* @__PURE__ */
|
|
4946
|
+
orientation === "horizontal" && !label && /* @__PURE__ */ jsx24("span", { className: "k-label k-form-label k-label-empty" }),
|
|
4933
4947
|
/* @__PURE__ */ jsxs4("div", { className: "k-form-field-wrap", children: [
|
|
4934
4948
|
editor,
|
|
4935
|
-
hint && /* @__PURE__ */
|
|
4936
|
-
error && /* @__PURE__ */
|
|
4949
|
+
hint && /* @__PURE__ */ jsx24("div", { className: "k-form-hint", children: hint }),
|
|
4950
|
+
error && /* @__PURE__ */ jsx24("div", { className: "k-form-error", children: error })
|
|
4937
4951
|
] })
|
|
4938
4952
|
]
|
|
4939
4953
|
}
|
|
@@ -4942,7 +4956,7 @@ var FormField = (props) => {
|
|
|
4942
4956
|
FormField.className = FORMFIELD_CLASSNAME;
|
|
4943
4957
|
|
|
4944
4958
|
// src/form/fieldset.tsx
|
|
4945
|
-
import { Fragment as
|
|
4959
|
+
import { Fragment as Fragment12, jsx as jsx25, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
4946
4960
|
var FIELDSET_CLASSNAME = "k-form-fieldset";
|
|
4947
4961
|
var Fieldset = (props) => {
|
|
4948
4962
|
const {
|
|
@@ -4953,8 +4967,8 @@ var Fieldset = (props) => {
|
|
|
4953
4967
|
gapY
|
|
4954
4968
|
} = props;
|
|
4955
4969
|
return /* @__PURE__ */ jsxs5("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
|
|
4956
|
-
legend && /* @__PURE__ */
|
|
4957
|
-
layout === "grid" ? /* @__PURE__ */
|
|
4970
|
+
legend && /* @__PURE__ */ jsx25("legend", { className: "k-form-legend", children: legend }),
|
|
4971
|
+
layout === "grid" ? /* @__PURE__ */ jsx25("div", { className: classNames(
|
|
4958
4972
|
"k-form-layout",
|
|
4959
4973
|
"k-d-grid",
|
|
4960
4974
|
{
|
|
@@ -4962,13 +4976,13 @@ var Fieldset = (props) => {
|
|
|
4962
4976
|
[`k-gap-x-${gapX}`]: gapX,
|
|
4963
4977
|
[`k-gap-y-${gapY}`]: gapY
|
|
4964
4978
|
}
|
|
4965
|
-
), children: props.children }) : /* @__PURE__ */
|
|
4979
|
+
), children: props.children }) : /* @__PURE__ */ jsx25(Fragment12, { children: props.children })
|
|
4966
4980
|
] });
|
|
4967
4981
|
};
|
|
4968
4982
|
Fieldset.className = FIELDSET_CLASSNAME;
|
|
4969
4983
|
|
|
4970
4984
|
// src/form/form.spec.tsx
|
|
4971
|
-
import { Fragment as
|
|
4985
|
+
import { Fragment as Fragment13, jsx as jsx26, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
4972
4986
|
import { createElement } from "react";
|
|
4973
4987
|
var FORM_CLASSNAME = "k-form";
|
|
4974
4988
|
var states16 = [];
|
|
@@ -4992,7 +5006,7 @@ var Form = (props) => {
|
|
|
4992
5006
|
tag = defaultProps12.tag,
|
|
4993
5007
|
children
|
|
4994
5008
|
} = props;
|
|
4995
|
-
const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */
|
|
5009
|
+
const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx26("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx26("div", { className: className13, children: children2 });
|
|
4996
5010
|
const formChildren = [];
|
|
4997
5011
|
if (children) {
|
|
4998
5012
|
if (Array.isArray(children)) {
|
|
@@ -5021,7 +5035,7 @@ var Form = (props) => {
|
|
|
5021
5035
|
[`${FORM_CLASSNAME}-${orientation}`]: orientation
|
|
5022
5036
|
}
|
|
5023
5037
|
), children: [
|
|
5024
|
-
layout === "grid" ? /* @__PURE__ */
|
|
5038
|
+
layout === "grid" ? /* @__PURE__ */ jsx26("div", { className: classNames(
|
|
5025
5039
|
"k-form-layout",
|
|
5026
5040
|
"k-d-grid",
|
|
5027
5041
|
{
|
|
@@ -5029,8 +5043,8 @@ var Form = (props) => {
|
|
|
5029
5043
|
[`k-gap-x-${gapX}`]: gapX,
|
|
5030
5044
|
[`k-gap-y-${gapY}`]: gapY
|
|
5031
5045
|
}
|
|
5032
|
-
), children: formChildren }) : /* @__PURE__ */
|
|
5033
|
-
formButtons && /* @__PURE__ */
|
|
5046
|
+
), children: formChildren }) : /* @__PURE__ */ jsx26(Fragment13, { children: formChildren }),
|
|
5047
|
+
formButtons && /* @__PURE__ */ jsx26("div", { className: "k-form-buttons", children: formButtons })
|
|
5034
5048
|
] });
|
|
5035
5049
|
};
|
|
5036
5050
|
Form.states = states16;
|
|
@@ -5039,7 +5053,7 @@ Form.className = FORM_CLASSNAME;
|
|
|
5039
5053
|
Form.defaultProps = defaultProps12;
|
|
5040
5054
|
|
|
5041
5055
|
// src/textbox/textbox.spec.tsx
|
|
5042
|
-
import { jsx as
|
|
5056
|
+
import { jsx as jsx27, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
5043
5057
|
var TEXTBOX_CLASSNAME = `k-textbox`;
|
|
5044
5058
|
var states17 = [
|
|
5045
5059
|
States.hover,
|
|
@@ -5099,9 +5113,9 @@ var Textbox = (props) => {
|
|
|
5099
5113
|
readonly,
|
|
5100
5114
|
className: classNames(props.className, TEXTBOX_CLASSNAME),
|
|
5101
5115
|
children: [
|
|
5102
|
-
/* @__PURE__ */
|
|
5103
|
-
/* @__PURE__ */
|
|
5104
|
-
/* @__PURE__ */
|
|
5116
|
+
/* @__PURE__ */ jsx27(InputPrefix, { children: prefix }),
|
|
5117
|
+
/* @__PURE__ */ jsx27(InputInnerInput, { placeholder, value }),
|
|
5118
|
+
/* @__PURE__ */ jsx27(
|
|
5105
5119
|
InputValidationIcon,
|
|
5106
5120
|
{
|
|
5107
5121
|
valid,
|
|
@@ -5110,14 +5124,14 @@ var Textbox = (props) => {
|
|
|
5110
5124
|
disabled
|
|
5111
5125
|
}
|
|
5112
5126
|
),
|
|
5113
|
-
/* @__PURE__ */
|
|
5127
|
+
/* @__PURE__ */ jsx27(
|
|
5114
5128
|
InputLoadingIcon,
|
|
5115
5129
|
{
|
|
5116
5130
|
loading,
|
|
5117
5131
|
disabled
|
|
5118
5132
|
}
|
|
5119
5133
|
),
|
|
5120
|
-
showClearButton && /* @__PURE__ */
|
|
5134
|
+
showClearButton && /* @__PURE__ */ jsx27(
|
|
5121
5135
|
InputClearValue,
|
|
5122
5136
|
{
|
|
5123
5137
|
loading,
|
|
@@ -5126,7 +5140,7 @@ var Textbox = (props) => {
|
|
|
5126
5140
|
value
|
|
5127
5141
|
}
|
|
5128
5142
|
),
|
|
5129
|
-
/* @__PURE__ */
|
|
5143
|
+
/* @__PURE__ */ jsx27(InputSuffix, { children: suffix })
|
|
5130
5144
|
]
|
|
5131
5145
|
}
|
|
5132
5146
|
);
|
|
@@ -5137,16 +5151,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
|
|
|
5137
5151
|
Textbox.defaultProps = defaultProps13;
|
|
5138
5152
|
|
|
5139
5153
|
// src/textbox/templates/textbox-normal.tsx
|
|
5140
|
-
import { jsx as
|
|
5154
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
5141
5155
|
|
|
5142
5156
|
// src/textbox/templates/textbox-prefix.tsx
|
|
5143
|
-
import { Fragment as
|
|
5157
|
+
import { Fragment as Fragment14, jsx as jsx29, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
5144
5158
|
|
|
5145
5159
|
// src/textbox/templates/textbox-suffix.tsx
|
|
5146
|
-
import { Fragment as
|
|
5160
|
+
import { Fragment as Fragment15, jsx as jsx30, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
5147
5161
|
|
|
5148
5162
|
// src/upload/upload-dropzone.tsx
|
|
5149
|
-
import { Fragment as
|
|
5163
|
+
import { Fragment as Fragment16, jsx as jsx31, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
5150
5164
|
var UPLOADDROPZONE_CLASSNAME = `k-upload-dropzone`;
|
|
5151
5165
|
var states18 = [
|
|
5152
5166
|
States.hover
|
|
@@ -5157,28 +5171,28 @@ var UploadDropzone = (props) => {
|
|
|
5157
5171
|
status,
|
|
5158
5172
|
...other
|
|
5159
5173
|
} = props;
|
|
5160
|
-
let statusMsg = /* @__PURE__ */
|
|
5174
|
+
let statusMsg = /* @__PURE__ */ jsx31(Fragment16, {});
|
|
5161
5175
|
switch (status) {
|
|
5162
5176
|
case "uploading":
|
|
5163
|
-
statusMsg = /* @__PURE__ */ jsxs10(
|
|
5164
|
-
/* @__PURE__ */
|
|
5177
|
+
statusMsg = /* @__PURE__ */ jsxs10(Fragment16, { children: [
|
|
5178
|
+
/* @__PURE__ */ jsx31(Icon, { icon: "upload" }),
|
|
5165
5179
|
"Uploading..."
|
|
5166
5180
|
] });
|
|
5167
5181
|
break;
|
|
5168
5182
|
case "done":
|
|
5169
|
-
statusMsg = /* @__PURE__ */ jsxs10(
|
|
5170
|
-
/* @__PURE__ */
|
|
5183
|
+
statusMsg = /* @__PURE__ */ jsxs10(Fragment16, { children: [
|
|
5184
|
+
/* @__PURE__ */ jsx31(Icon, { icon: "check" }),
|
|
5171
5185
|
"Done"
|
|
5172
5186
|
] });
|
|
5173
5187
|
break;
|
|
5174
5188
|
case "failed":
|
|
5175
|
-
statusMsg = /* @__PURE__ */ jsxs10(
|
|
5176
|
-
/* @__PURE__ */
|
|
5189
|
+
statusMsg = /* @__PURE__ */ jsxs10(Fragment16, { children: [
|
|
5190
|
+
/* @__PURE__ */ jsx31(Icon, { icon: "exclamation-circle" }),
|
|
5177
5191
|
"Done"
|
|
5178
5192
|
] });
|
|
5179
5193
|
break;
|
|
5180
5194
|
default:
|
|
5181
|
-
statusMsg = /* @__PURE__ */
|
|
5195
|
+
statusMsg = /* @__PURE__ */ jsx31(Fragment16, {});
|
|
5182
5196
|
break;
|
|
5183
5197
|
}
|
|
5184
5198
|
return /* @__PURE__ */ jsxs10(
|
|
@@ -5195,10 +5209,10 @@ var UploadDropzone = (props) => {
|
|
|
5195
5209
|
),
|
|
5196
5210
|
children: [
|
|
5197
5211
|
/* @__PURE__ */ jsxs10("div", { className: "k-upload-button-wrap", children: [
|
|
5198
|
-
/* @__PURE__ */
|
|
5199
|
-
/* @__PURE__ */
|
|
5212
|
+
/* @__PURE__ */ jsx31(Button, { className: "k-upload-button", children: "Select files..." }),
|
|
5213
|
+
/* @__PURE__ */ jsx31("input", { id: "upload-input", className: "k-hidden" })
|
|
5200
5214
|
] }),
|
|
5201
|
-
/* @__PURE__ */
|
|
5215
|
+
/* @__PURE__ */ jsx31(
|
|
5202
5216
|
"span",
|
|
5203
5217
|
{
|
|
5204
5218
|
className: classNames(
|
|
@@ -5210,14 +5224,14 @@ var UploadDropzone = (props) => {
|
|
|
5210
5224
|
children: "Drop files here to upload"
|
|
5211
5225
|
}
|
|
5212
5226
|
),
|
|
5213
|
-
status !== "upload" && /* @__PURE__ */
|
|
5227
|
+
status !== "upload" && /* @__PURE__ */ jsx31("span", { className: "k-upload-status", children: statusMsg })
|
|
5214
5228
|
]
|
|
5215
5229
|
}
|
|
5216
5230
|
);
|
|
5217
5231
|
};
|
|
5218
5232
|
|
|
5219
5233
|
// src/upload/upload.spec.tsx
|
|
5220
|
-
import { jsx as
|
|
5234
|
+
import { jsx as jsx32, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
5221
5235
|
var UPLOAD_CLASSNAME = `k-upload`;
|
|
5222
5236
|
var states19 = [
|
|
5223
5237
|
States.hover,
|
|
@@ -5251,11 +5265,11 @@ var Upload = (props) => {
|
|
|
5251
5265
|
}
|
|
5252
5266
|
),
|
|
5253
5267
|
children: [
|
|
5254
|
-
/* @__PURE__ */
|
|
5255
|
-
props.children && /* @__PURE__ */
|
|
5268
|
+
/* @__PURE__ */ jsx32(UploadDropzone, { status, hover }),
|
|
5269
|
+
props.children && /* @__PURE__ */ jsx32("ul", { className: "k-upload-files", children: props.children }),
|
|
5256
5270
|
actions && /* @__PURE__ */ jsxs11(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
|
|
5257
|
-
/* @__PURE__ */
|
|
5258
|
-
/* @__PURE__ */
|
|
5271
|
+
/* @__PURE__ */ jsx32(Button, { className: "k-clear-selected", children: "Clear" }),
|
|
5272
|
+
/* @__PURE__ */ jsx32(Button, { themeColor: "primary", className: "k-upload-selected", children: "Upload" })
|
|
5259
5273
|
] })
|
|
5260
5274
|
]
|
|
5261
5275
|
}
|
|
@@ -5267,7 +5281,7 @@ Upload.className = UPLOAD_CLASSNAME;
|
|
|
5267
5281
|
Upload.defaultProps = defaultProps14;
|
|
5268
5282
|
|
|
5269
5283
|
// src/progressbar/progressbar.spec.tsx
|
|
5270
|
-
import { jsx as
|
|
5284
|
+
import { jsx as jsx33, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
5271
5285
|
var PROGRESSBAR_CLASSNAME = `k-progressbar`;
|
|
5272
5286
|
var states20 = [
|
|
5273
5287
|
States.disabled,
|
|
@@ -5313,7 +5327,7 @@ var ProgressBar = (props) => {
|
|
|
5313
5327
|
),
|
|
5314
5328
|
style: orientation === "horizontal" ? { "--kendo-progressbar-value": value, height } : { "--kendo-progressbar-value": value, width },
|
|
5315
5329
|
children: [
|
|
5316
|
-
/* @__PURE__ */
|
|
5330
|
+
/* @__PURE__ */ jsx33("span", { className: classNames(
|
|
5317
5331
|
"k-progress-status-wrap",
|
|
5318
5332
|
{
|
|
5319
5333
|
[`k-progress-${labelPosition}`]: labelPosition && !indeterminate
|
|
@@ -5322,7 +5336,7 @@ var ProgressBar = (props) => {
|
|
|
5322
5336
|
value,
|
|
5323
5337
|
"%"
|
|
5324
5338
|
] }) }),
|
|
5325
|
-
!indeterminate && /* @__PURE__ */
|
|
5339
|
+
!indeterminate && /* @__PURE__ */ jsx33("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ jsx33("span", { className: classNames(
|
|
5326
5340
|
"k-progress-status-wrap",
|
|
5327
5341
|
{
|
|
5328
5342
|
[`k-progress-${labelPosition}`]: labelPosition
|
|
@@ -5341,7 +5355,7 @@ ProgressBar.className = PROGRESSBAR_CLASSNAME;
|
|
|
5341
5355
|
ProgressBar.defaultProps = defaultProps15;
|
|
5342
5356
|
|
|
5343
5357
|
// src/progressbar/chunk-progressbar.spec.tsx
|
|
5344
|
-
import { jsx as
|
|
5358
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
5345
5359
|
var CHUNKPROGRESSBAR_CLASSNAME = `k-chunk-progressbar`;
|
|
5346
5360
|
var isSelected = (progress, index) => index <= progress - 1 ? true : false;
|
|
5347
5361
|
var states21 = [
|
|
@@ -5364,7 +5378,7 @@ var ChunkProgressBar = (props) => {
|
|
|
5364
5378
|
reverse,
|
|
5365
5379
|
...other
|
|
5366
5380
|
} = props;
|
|
5367
|
-
return /* @__PURE__ */
|
|
5381
|
+
return /* @__PURE__ */ jsx34(
|
|
5368
5382
|
"div",
|
|
5369
5383
|
{
|
|
5370
5384
|
...other,
|
|
@@ -5381,8 +5395,8 @@ var ChunkProgressBar = (props) => {
|
|
|
5381
5395
|
[`${PROGRESSBAR_CLASSNAME}-reverse`]: reverse
|
|
5382
5396
|
}
|
|
5383
5397
|
),
|
|
5384
|
-
children: /* @__PURE__ */
|
|
5385
|
-
(_el, i) => /* @__PURE__ */
|
|
5398
|
+
children: /* @__PURE__ */ jsx34("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
|
|
5399
|
+
(_el, i) => /* @__PURE__ */ jsx34("li", { className: classNames(
|
|
5386
5400
|
"k-progressbar-chunk",
|
|
5387
5401
|
{
|
|
5388
5402
|
"k-first": i === 0,
|
|
@@ -5400,22 +5414,38 @@ ChunkProgressBar.className = CHUNKPROGRESSBAR_CLASSNAME;
|
|
|
5400
5414
|
ChunkProgressBar.defaultProps = defaultProps16;
|
|
5401
5415
|
|
|
5402
5416
|
// src/progressbar/templates/progressbar-normal.tsx
|
|
5403
|
-
import { jsx as
|
|
5417
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
5404
5418
|
|
|
5405
5419
|
// src/progressbar/templates/chunk-progressbar-normal.tsx
|
|
5406
|
-
import { jsx as
|
|
5420
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
5407
5421
|
|
|
5408
5422
|
// src/upload/upload-file-info.tsx
|
|
5409
|
-
import { jsx as
|
|
5423
|
+
import { jsx as jsx37, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
5410
5424
|
|
|
5411
5425
|
// src/upload/upload-file.tsx
|
|
5412
|
-
import { Fragment as
|
|
5426
|
+
import { Fragment as Fragment17, jsx as jsx38, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
5413
5427
|
|
|
5414
5428
|
// src/upload/upload-file-multiple.tsx
|
|
5415
|
-
import { Fragment as
|
|
5429
|
+
import { Fragment as Fragment18, jsx as jsx39, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
5430
|
+
|
|
5431
|
+
// src/upload/templates/upload-chunk.tsx
|
|
5432
|
+
import { Fragment as Fragment19, jsx as jsx40, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
5433
|
+
|
|
5434
|
+
// src/upload/templates/upload-batch.tsx
|
|
5435
|
+
import { Fragment as Fragment20, jsx as jsx41, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
5436
|
+
|
|
5437
|
+
// src/upload/templates/upload-normal.tsx
|
|
5438
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
5439
|
+
var UploadNormal = (props) => /* @__PURE__ */ jsx42(
|
|
5440
|
+
Upload,
|
|
5441
|
+
{
|
|
5442
|
+
async: true,
|
|
5443
|
+
...props
|
|
5444
|
+
}
|
|
5445
|
+
);
|
|
5416
5446
|
|
|
5417
5447
|
// src/dropzone/dropzone.spec.tsx
|
|
5418
|
-
import { jsx as
|
|
5448
|
+
import { jsx as jsx43, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
5419
5449
|
var DROPZONE_CLASSNAME = `k-external-dropzone`;
|
|
5420
5450
|
var states22 = [
|
|
5421
5451
|
States.hover
|
|
@@ -5431,7 +5461,7 @@ var Dropzone = (props) => {
|
|
|
5431
5461
|
note = defaultProps17.note,
|
|
5432
5462
|
...other
|
|
5433
5463
|
} = props;
|
|
5434
|
-
return /* @__PURE__ */
|
|
5464
|
+
return /* @__PURE__ */ jsx43(
|
|
5435
5465
|
"div",
|
|
5436
5466
|
{
|
|
5437
5467
|
...other,
|
|
@@ -5443,10 +5473,10 @@ var Dropzone = (props) => {
|
|
|
5443
5473
|
"k-external-dropzone-hover": hover
|
|
5444
5474
|
}
|
|
5445
5475
|
),
|
|
5446
|
-
children: /* @__PURE__ */
|
|
5447
|
-
icon && /* @__PURE__ */
|
|
5448
|
-
/* @__PURE__ */
|
|
5449
|
-
note && /* @__PURE__ */
|
|
5476
|
+
children: /* @__PURE__ */ jsxs18("div", { className: "k-dropzone-inner", children: [
|
|
5477
|
+
icon && /* @__PURE__ */ jsx43(Icon, { icon, className: "k-dropzone-icon", size: "xxxlarge" }),
|
|
5478
|
+
/* @__PURE__ */ jsx43("span", { className: "k-dropzone-hint", children: "Drag and drop files here to upload" }),
|
|
5479
|
+
note && /* @__PURE__ */ jsxs18("span", { className: "k-dropzone-note", children: [
|
|
5450
5480
|
" ",
|
|
5451
5481
|
note,
|
|
5452
5482
|
" "
|
|
@@ -5457,7 +5487,7 @@ var Dropzone = (props) => {
|
|
|
5457
5487
|
};
|
|
5458
5488
|
|
|
5459
5489
|
// src/animation-container/animation-container.spec.tsx
|
|
5460
|
-
import { jsx as
|
|
5490
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
5461
5491
|
var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
|
|
5462
5492
|
var states23 = [];
|
|
5463
5493
|
var options19 = {};
|
|
@@ -5471,7 +5501,7 @@ var AnimationContainer = (props) => {
|
|
|
5471
5501
|
offset,
|
|
5472
5502
|
...other
|
|
5473
5503
|
} = props;
|
|
5474
|
-
return /* @__PURE__ */
|
|
5504
|
+
return /* @__PURE__ */ jsx44(
|
|
5475
5505
|
"div",
|
|
5476
5506
|
{
|
|
5477
5507
|
...other,
|
|
@@ -5483,7 +5513,7 @@ var AnimationContainer = (props) => {
|
|
|
5483
5513
|
["k-animation-container-fixed"]: positionMode === "fixed"
|
|
5484
5514
|
}
|
|
5485
5515
|
),
|
|
5486
|
-
children: /* @__PURE__ */
|
|
5516
|
+
children: /* @__PURE__ */ jsx44("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
|
|
5487
5517
|
}
|
|
5488
5518
|
);
|
|
5489
5519
|
};
|
|
@@ -5493,7 +5523,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
|
|
|
5493
5523
|
AnimationContainer.defaultProps = defaultProps18;
|
|
5494
5524
|
|
|
5495
5525
|
// src/popup/popup.spec.tsx
|
|
5496
|
-
import { jsx as
|
|
5526
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
5497
5527
|
var POPUP_CLASSNAME = `k-popup`;
|
|
5498
5528
|
var states24 = [];
|
|
5499
5529
|
var options20 = {};
|
|
@@ -5506,12 +5536,12 @@ var Popup = (props) => {
|
|
|
5506
5536
|
positionMode,
|
|
5507
5537
|
...other
|
|
5508
5538
|
} = props;
|
|
5509
|
-
return /* @__PURE__ */
|
|
5539
|
+
return /* @__PURE__ */ jsx45(
|
|
5510
5540
|
AnimationContainer,
|
|
5511
5541
|
{
|
|
5512
5542
|
positionMode,
|
|
5513
5543
|
offset,
|
|
5514
|
-
children: /* @__PURE__ */
|
|
5544
|
+
children: /* @__PURE__ */ jsx45("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
|
|
5515
5545
|
}
|
|
5516
5546
|
);
|
|
5517
5547
|
};
|
|
@@ -5521,7 +5551,7 @@ Popup.className = POPUP_CLASSNAME;
|
|
|
5521
5551
|
Popup.defaultProps = defaultProps19;
|
|
5522
5552
|
|
|
5523
5553
|
// src/dropdownlist/dropdownlist.spec.tsx
|
|
5524
|
-
import { Fragment as
|
|
5554
|
+
import { Fragment as Fragment21, jsx as jsx46, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
5525
5555
|
var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
|
|
5526
5556
|
var states25 = [
|
|
5527
5557
|
States.hover,
|
|
@@ -5569,8 +5599,8 @@ var DropdownList = (props) => {
|
|
|
5569
5599
|
opened,
|
|
5570
5600
|
...other
|
|
5571
5601
|
} = props;
|
|
5572
|
-
return /* @__PURE__ */
|
|
5573
|
-
/* @__PURE__ */
|
|
5602
|
+
return /* @__PURE__ */ jsxs19(Fragment21, { children: [
|
|
5603
|
+
/* @__PURE__ */ jsxs19(
|
|
5574
5604
|
Picker,
|
|
5575
5605
|
{
|
|
5576
5606
|
...other,
|
|
@@ -5593,8 +5623,8 @@ var DropdownList = (props) => {
|
|
|
5593
5623
|
}
|
|
5594
5624
|
),
|
|
5595
5625
|
children: [
|
|
5596
|
-
/* @__PURE__ */
|
|
5597
|
-
/* @__PURE__ */
|
|
5626
|
+
/* @__PURE__ */ jsx46(InputPrefix, { children: prefix }),
|
|
5627
|
+
/* @__PURE__ */ jsx46(
|
|
5598
5628
|
InputInnerSpan,
|
|
5599
5629
|
{
|
|
5600
5630
|
placeholder,
|
|
@@ -5603,7 +5633,7 @@ var DropdownList = (props) => {
|
|
|
5603
5633
|
valueIconName
|
|
5604
5634
|
}
|
|
5605
5635
|
),
|
|
5606
|
-
/* @__PURE__ */
|
|
5636
|
+
/* @__PURE__ */ jsx46(
|
|
5607
5637
|
InputValidationIcon,
|
|
5608
5638
|
{
|
|
5609
5639
|
valid,
|
|
@@ -5612,15 +5642,15 @@ var DropdownList = (props) => {
|
|
|
5612
5642
|
disabled
|
|
5613
5643
|
}
|
|
5614
5644
|
),
|
|
5615
|
-
/* @__PURE__ */
|
|
5645
|
+
/* @__PURE__ */ jsx46(
|
|
5616
5646
|
InputLoadingIcon,
|
|
5617
5647
|
{
|
|
5618
5648
|
loading,
|
|
5619
5649
|
disabled
|
|
5620
5650
|
}
|
|
5621
5651
|
),
|
|
5622
|
-
/* @__PURE__ */
|
|
5623
|
-
/* @__PURE__ */
|
|
5652
|
+
/* @__PURE__ */ jsx46(InputSuffix, { children: suffix }),
|
|
5653
|
+
/* @__PURE__ */ jsx46(
|
|
5624
5654
|
Button,
|
|
5625
5655
|
{
|
|
5626
5656
|
className: "k-input-button",
|
|
@@ -5633,7 +5663,7 @@ var DropdownList = (props) => {
|
|
|
5633
5663
|
]
|
|
5634
5664
|
}
|
|
5635
5665
|
),
|
|
5636
|
-
opened && popup && /* @__PURE__ */
|
|
5666
|
+
opened && popup && /* @__PURE__ */ jsx46(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
|
|
5637
5667
|
] });
|
|
5638
5668
|
};
|
|
5639
5669
|
DropdownList.states = states25;
|
|
@@ -5642,15 +5672,15 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
|
|
|
5642
5672
|
DropdownList.defaultProps = defaultProps20;
|
|
5643
5673
|
|
|
5644
5674
|
// src/dropdownlist/templates/dropdownlist-normal.tsx
|
|
5645
|
-
import { jsx as
|
|
5675
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
5646
5676
|
|
|
5647
5677
|
// src/nodata/nodata.tsx
|
|
5648
|
-
import { jsx as
|
|
5678
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
5649
5679
|
var className9 = `k-nodata`;
|
|
5650
|
-
var NoData = (props) => /* @__PURE__ */
|
|
5680
|
+
var NoData = (props) => /* @__PURE__ */ jsx48("span", { className: classNames(className9, props.className), children: props.children });
|
|
5651
5681
|
|
|
5652
5682
|
// src/list/list.spec.tsx
|
|
5653
|
-
import { jsx as
|
|
5683
|
+
import { jsx as jsx49, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
5654
5684
|
var LIST_CLASSNAME = `k-list`;
|
|
5655
5685
|
var states26 = [];
|
|
5656
5686
|
var options22 = {
|
|
@@ -5678,7 +5708,7 @@ var List = (props) => {
|
|
|
5678
5708
|
listHeader = child.props.label;
|
|
5679
5709
|
child.props.children.map((optChild, index2) => {
|
|
5680
5710
|
listChildren.push(
|
|
5681
|
-
/* @__PURE__ */
|
|
5711
|
+
/* @__PURE__ */ jsx49(
|
|
5682
5712
|
ListItem,
|
|
5683
5713
|
{
|
|
5684
5714
|
...optChild.props
|
|
@@ -5694,7 +5724,7 @@ var List = (props) => {
|
|
|
5694
5724
|
groupLabel = child.props.label;
|
|
5695
5725
|
}
|
|
5696
5726
|
listChildren.push(
|
|
5697
|
-
/* @__PURE__ */
|
|
5727
|
+
/* @__PURE__ */ jsx49(
|
|
5698
5728
|
ListItem,
|
|
5699
5729
|
{
|
|
5700
5730
|
className: index2 === 0 ? "k-first" : "",
|
|
@@ -5706,16 +5736,16 @@ var List = (props) => {
|
|
|
5706
5736
|
);
|
|
5707
5737
|
});
|
|
5708
5738
|
}
|
|
5709
|
-
listGroup = /* @__PURE__ */
|
|
5739
|
+
listGroup = /* @__PURE__ */ jsx49(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
5710
5740
|
} else if (child.type === ListItem) {
|
|
5711
|
-
listChildren.push(/* @__PURE__ */
|
|
5712
|
-
listContent = /* @__PURE__ */
|
|
5741
|
+
listChildren.push(/* @__PURE__ */ jsx49(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
5742
|
+
listContent = /* @__PURE__ */ jsx49(ListContent, { virtualization, children: listChildren });
|
|
5713
5743
|
}
|
|
5714
5744
|
});
|
|
5715
5745
|
} else {
|
|
5716
|
-
listContent = /* @__PURE__ */
|
|
5746
|
+
listContent = /* @__PURE__ */ jsx49(NoData, { children: "No data found." });
|
|
5717
5747
|
}
|
|
5718
|
-
return /* @__PURE__ */
|
|
5748
|
+
return /* @__PURE__ */ jsxs20(
|
|
5719
5749
|
"div",
|
|
5720
5750
|
{
|
|
5721
5751
|
...other,
|
|
@@ -5744,7 +5774,7 @@ List.defaultProps = defaultProps21;
|
|
|
5744
5774
|
var list_spec_default = List;
|
|
5745
5775
|
|
|
5746
5776
|
// src/list/list-angular.spec.tsx
|
|
5747
|
-
import { jsx as
|
|
5777
|
+
import { jsx as jsx50, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
5748
5778
|
var LISTANGULAR_CLASSNAME = `k-list`;
|
|
5749
5779
|
var states27 = [];
|
|
5750
5780
|
var options23 = {
|
|
@@ -5771,7 +5801,7 @@ var ListAngular = (props) => {
|
|
|
5771
5801
|
listHeader = child.props.label;
|
|
5772
5802
|
child.props.children.map((optChild, index2) => {
|
|
5773
5803
|
listChildren.push(
|
|
5774
|
-
/* @__PURE__ */
|
|
5804
|
+
/* @__PURE__ */ jsx50(
|
|
5775
5805
|
ListItem,
|
|
5776
5806
|
{
|
|
5777
5807
|
...optChild.props
|
|
@@ -5782,7 +5812,7 @@ var ListAngular = (props) => {
|
|
|
5782
5812
|
});
|
|
5783
5813
|
} else {
|
|
5784
5814
|
listChildren.push(
|
|
5785
|
-
/* @__PURE__ */
|
|
5815
|
+
/* @__PURE__ */ jsx50(
|
|
5786
5816
|
ListGroupItem,
|
|
5787
5817
|
{
|
|
5788
5818
|
...child.props,
|
|
@@ -5793,7 +5823,7 @@ var ListAngular = (props) => {
|
|
|
5793
5823
|
);
|
|
5794
5824
|
child.props.children.map((optChild, index2) => {
|
|
5795
5825
|
listChildren.push(
|
|
5796
|
-
/* @__PURE__ */
|
|
5826
|
+
/* @__PURE__ */ jsx50(
|
|
5797
5827
|
ListItem,
|
|
5798
5828
|
{
|
|
5799
5829
|
...optChild.props
|
|
@@ -5803,16 +5833,16 @@ var ListAngular = (props) => {
|
|
|
5803
5833
|
);
|
|
5804
5834
|
});
|
|
5805
5835
|
}
|
|
5806
|
-
listGroup = /* @__PURE__ */
|
|
5836
|
+
listGroup = /* @__PURE__ */ jsx50(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
5807
5837
|
} else if (child.type === ListItem) {
|
|
5808
|
-
listChildren.push(/* @__PURE__ */
|
|
5809
|
-
listContent = /* @__PURE__ */
|
|
5838
|
+
listChildren.push(/* @__PURE__ */ jsx50(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
5839
|
+
listContent = /* @__PURE__ */ jsx50(ListContent, { virtualization, children: listChildren });
|
|
5810
5840
|
}
|
|
5811
5841
|
});
|
|
5812
5842
|
} else {
|
|
5813
|
-
listContent = /* @__PURE__ */
|
|
5843
|
+
listContent = /* @__PURE__ */ jsx50(NoData, { children: "No data found." });
|
|
5814
5844
|
}
|
|
5815
|
-
return /* @__PURE__ */
|
|
5845
|
+
return /* @__PURE__ */ jsxs21(
|
|
5816
5846
|
"div",
|
|
5817
5847
|
{
|
|
5818
5848
|
...other,
|
|
@@ -5839,7 +5869,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
|
|
|
5839
5869
|
ListAngular.defaultProps = defaultProps22;
|
|
5840
5870
|
|
|
5841
5871
|
// src/checkbox/checkbox.spec.tsx
|
|
5842
|
-
import { jsx as
|
|
5872
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
5843
5873
|
var CHECKBOX_CLASSNAME = `k-checkbox`;
|
|
5844
5874
|
var states28 = [
|
|
5845
5875
|
States.hover,
|
|
@@ -5874,7 +5904,7 @@ var Checkbox = (props) => {
|
|
|
5874
5904
|
rounded = defaultProps23.rounded,
|
|
5875
5905
|
...other
|
|
5876
5906
|
} = props;
|
|
5877
|
-
return /* @__PURE__ */
|
|
5907
|
+
return /* @__PURE__ */ jsx51("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx51(
|
|
5878
5908
|
"input",
|
|
5879
5909
|
{
|
|
5880
5910
|
...other,
|
|
@@ -5897,7 +5927,7 @@ Checkbox.className = CHECKBOX_CLASSNAME;
|
|
|
5897
5927
|
Checkbox.defaultProps = defaultProps23;
|
|
5898
5928
|
|
|
5899
5929
|
// src/checkbox/checkbox-group.spec.tsx
|
|
5900
|
-
import { jsx as
|
|
5930
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
5901
5931
|
var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
|
|
5902
5932
|
var states29 = [];
|
|
5903
5933
|
var options25 = {};
|
|
@@ -5909,7 +5939,7 @@ var CheckboxGroup = (props) => {
|
|
|
5909
5939
|
layout = defaultProps24.layout,
|
|
5910
5940
|
...other
|
|
5911
5941
|
} = props;
|
|
5912
|
-
return /* @__PURE__ */
|
|
5942
|
+
return /* @__PURE__ */ jsx52(
|
|
5913
5943
|
"ul",
|
|
5914
5944
|
{
|
|
5915
5945
|
...other,
|
|
@@ -5930,7 +5960,7 @@ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
|
|
|
5930
5960
|
CheckboxGroup.defaultProps = defaultProps24;
|
|
5931
5961
|
|
|
5932
5962
|
// src/checkbox/checkbox-item.spec.tsx
|
|
5933
|
-
import { jsx as
|
|
5963
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
5934
5964
|
var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
|
|
5935
5965
|
var states30 = [];
|
|
5936
5966
|
var options26 = {};
|
|
@@ -5939,7 +5969,7 @@ var CheckboxItem = (props) => {
|
|
|
5939
5969
|
const {
|
|
5940
5970
|
...other
|
|
5941
5971
|
} = props;
|
|
5942
|
-
return /* @__PURE__ */
|
|
5972
|
+
return /* @__PURE__ */ jsx53(
|
|
5943
5973
|
"li",
|
|
5944
5974
|
{
|
|
5945
5975
|
...other,
|
|
@@ -5957,16 +5987,16 @@ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
|
|
|
5957
5987
|
CheckboxItem.defaultProps = defaultProps25;
|
|
5958
5988
|
|
|
5959
5989
|
// src/checkbox/templates/checkbox-with-label-after.tsx
|
|
5960
|
-
import { Fragment as
|
|
5990
|
+
import { Fragment as Fragment22, jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
5961
5991
|
|
|
5962
5992
|
// src/checkbox/templates/checkbox-with-label-before.tsx
|
|
5963
|
-
import { Fragment as
|
|
5993
|
+
import { Fragment as Fragment23, jsx as jsx55, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
5964
5994
|
|
|
5965
5995
|
// src/checkbox/templates/checkbox-normal.tsx
|
|
5966
|
-
import { jsx as
|
|
5996
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
5967
5997
|
|
|
5968
5998
|
// src/list/list-item.spec.tsx
|
|
5969
|
-
import { jsx as
|
|
5999
|
+
import { jsx as jsx57, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
5970
6000
|
var LISTITEM_CLASSNAME = `k-list-item`;
|
|
5971
6001
|
var states31 = [
|
|
5972
6002
|
States.hover,
|
|
@@ -5991,7 +6021,7 @@ var ListItem = (props) => {
|
|
|
5991
6021
|
...other
|
|
5992
6022
|
} = props;
|
|
5993
6023
|
const textOrChildren = text ? text : props.children;
|
|
5994
|
-
return /* @__PURE__ */
|
|
6024
|
+
return /* @__PURE__ */ jsxs24(
|
|
5995
6025
|
"li",
|
|
5996
6026
|
{
|
|
5997
6027
|
...other,
|
|
@@ -6006,10 +6036,10 @@ var ListItem = (props) => {
|
|
|
6006
6036
|
})
|
|
6007
6037
|
),
|
|
6008
6038
|
children: [
|
|
6009
|
-
showCheckbox && /* @__PURE__ */
|
|
6010
|
-
showIcon && /* @__PURE__ */
|
|
6011
|
-
/* @__PURE__ */
|
|
6012
|
-
groupLabel && groupLabel !== "" && /* @__PURE__ */
|
|
6039
|
+
showCheckbox && /* @__PURE__ */ jsx57(Checkbox, { checked }),
|
|
6040
|
+
showIcon && /* @__PURE__ */ jsx57(Icon, { icon: iconName }),
|
|
6041
|
+
/* @__PURE__ */ jsx57("span", { className: "k-list-item-text", children: textOrChildren }),
|
|
6042
|
+
groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx57("div", { className: "k-list-item-group-label", children: groupLabel })
|
|
6013
6043
|
]
|
|
6014
6044
|
}
|
|
6015
6045
|
);
|
|
@@ -6020,43 +6050,43 @@ ListItem.className = LISTITEM_CLASSNAME;
|
|
|
6020
6050
|
ListItem.defaultProps = defaultProps26;
|
|
6021
6051
|
|
|
6022
6052
|
// src/list/list-content.tsx
|
|
6023
|
-
import { jsx as
|
|
6053
|
+
import { jsx as jsx58, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
6024
6054
|
var className10 = `k-list-content`;
|
|
6025
6055
|
var ListContent = (props) => {
|
|
6026
6056
|
const {
|
|
6027
6057
|
virtualization
|
|
6028
6058
|
} = props;
|
|
6029
|
-
return /* @__PURE__ */
|
|
6030
|
-
/* @__PURE__ */
|
|
6031
|
-
virtualization && /* @__PURE__ */
|
|
6059
|
+
return /* @__PURE__ */ jsxs25("div", { className: classNames(className10, props.className), children: [
|
|
6060
|
+
/* @__PURE__ */ jsx58("ul", { className: classNames("k-list-ul"), children: props.children }),
|
|
6061
|
+
virtualization && /* @__PURE__ */ jsx58("div", { className: "k-height-container", children: /* @__PURE__ */ jsx58("div", {}) })
|
|
6032
6062
|
] });
|
|
6033
6063
|
};
|
|
6034
6064
|
|
|
6035
6065
|
// src/list/list-header.tsx
|
|
6036
|
-
import { jsx as
|
|
6066
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
6037
6067
|
var className11 = `k-list-group-sticky-header`;
|
|
6038
|
-
var ListHeader = (props) => /* @__PURE__ */
|
|
6068
|
+
var ListHeader = (props) => /* @__PURE__ */ jsx59("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx59("div", { className: "k-list-header-text", children: props.children }) });
|
|
6039
6069
|
|
|
6040
6070
|
// src/list/list-group.tsx
|
|
6041
|
-
import { Fragment as
|
|
6071
|
+
import { Fragment as Fragment24, jsx as jsx60, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
6042
6072
|
var ListGroup = (props) => {
|
|
6043
6073
|
const {
|
|
6044
6074
|
virtualization,
|
|
6045
6075
|
label
|
|
6046
6076
|
} = props;
|
|
6047
|
-
return /* @__PURE__ */
|
|
6048
|
-
label && /* @__PURE__ */
|
|
6049
|
-
props.children && /* @__PURE__ */
|
|
6077
|
+
return /* @__PURE__ */ jsxs26(Fragment24, { children: [
|
|
6078
|
+
label && /* @__PURE__ */ jsx60(ListHeader, { children: label }),
|
|
6079
|
+
props.children && /* @__PURE__ */ jsx60(ListContent, { virtualization, children: props.children })
|
|
6050
6080
|
] });
|
|
6051
6081
|
};
|
|
6052
6082
|
|
|
6053
6083
|
// src/list/list-group-item.tsx
|
|
6054
|
-
import { jsx as
|
|
6084
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
6055
6085
|
var className12 = `k-list-group-item`;
|
|
6056
|
-
var ListGroupItem = (props) => /* @__PURE__ */
|
|
6086
|
+
var ListGroupItem = (props) => /* @__PURE__ */ jsx61("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx61("span", { className: "k-list-item-text", children: props.children }) });
|
|
6057
6087
|
|
|
6058
6088
|
// src/list/list-option-label.tsx
|
|
6059
|
-
import { jsx as
|
|
6089
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
6060
6090
|
var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
|
|
6061
6091
|
var states32 = [
|
|
6062
6092
|
States.hover,
|
|
@@ -6075,7 +6105,7 @@ var ListOptionLabel = (props) => {
|
|
|
6075
6105
|
disabled,
|
|
6076
6106
|
...other
|
|
6077
6107
|
} = props;
|
|
6078
|
-
return /* @__PURE__ */
|
|
6108
|
+
return /* @__PURE__ */ jsx62(
|
|
6079
6109
|
"div",
|
|
6080
6110
|
{
|
|
6081
6111
|
...other,
|
|
@@ -6098,31 +6128,31 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
|
|
|
6098
6128
|
ListOptionLabel.defaultProps = defaultProps27;
|
|
6099
6129
|
|
|
6100
6130
|
// src/list/templates/list-normal.tsx
|
|
6101
|
-
import { jsx as
|
|
6131
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
6102
6132
|
|
|
6103
6133
|
// src/list/templates/list-virtualization.tsx
|
|
6104
|
-
import { jsx as
|
|
6134
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
6105
6135
|
|
|
6106
6136
|
// src/list/templates/list-grouping.tsx
|
|
6107
|
-
import { jsx as
|
|
6137
|
+
import { jsx as jsx65, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
6108
6138
|
|
|
6109
6139
|
// src/list/templates/list-virualization-grouping.tsx
|
|
6110
|
-
import { jsx as
|
|
6140
|
+
import { jsx as jsx66, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
6111
6141
|
|
|
6112
6142
|
// src/list/templates/list-virtualization-angular.tsx
|
|
6113
|
-
import { jsx as
|
|
6143
|
+
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
6114
6144
|
|
|
6115
6145
|
// src/list/templates/list-grouping-angular.tsx
|
|
6116
|
-
import { jsx as
|
|
6146
|
+
import { jsx as jsx68, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
6117
6147
|
|
|
6118
6148
|
// src/list/templates/list-virualization-grouping-angular.tsx
|
|
6119
|
-
import { jsx as
|
|
6149
|
+
import { jsx as jsx69, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
6120
6150
|
|
|
6121
6151
|
// src/dropdownlist/templates/dropdownlist-popup.tsx
|
|
6122
|
-
import { jsx as
|
|
6152
|
+
import { jsx as jsx70, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
6123
6153
|
|
|
6124
6154
|
// src/searchbox/searchbox.spec.tsx
|
|
6125
|
-
import { jsx as
|
|
6155
|
+
import { jsx as jsx71, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
6126
6156
|
var SEARCHBOX_CLASSNAME = `k-searchbox`;
|
|
6127
6157
|
var states33 = [
|
|
6128
6158
|
States.hover,
|
|
@@ -6163,7 +6193,7 @@ var Searchbox = (props) => {
|
|
|
6163
6193
|
icon = defaultProps28.icon,
|
|
6164
6194
|
...other
|
|
6165
6195
|
} = props;
|
|
6166
|
-
return /* @__PURE__ */
|
|
6196
|
+
return /* @__PURE__ */ jsxs32(
|
|
6167
6197
|
Input,
|
|
6168
6198
|
{
|
|
6169
6199
|
...other,
|
|
@@ -6179,11 +6209,11 @@ var Searchbox = (props) => {
|
|
|
6179
6209
|
disabled,
|
|
6180
6210
|
className: classNames(props.className, SEARCHBOX_CLASSNAME),
|
|
6181
6211
|
children: [
|
|
6182
|
-
showIcon && /* @__PURE__ */
|
|
6183
|
-
/* @__PURE__ */
|
|
6184
|
-
/* @__PURE__ */
|
|
6185
|
-
/* @__PURE__ */
|
|
6186
|
-
/* @__PURE__ */
|
|
6212
|
+
showIcon && /* @__PURE__ */ jsx71(Icon, { className: "k-input-icon", icon }),
|
|
6213
|
+
/* @__PURE__ */ jsx71(InputInnerInput, { placeholder, value }),
|
|
6214
|
+
/* @__PURE__ */ jsx71(InputLoadingIcon, { ...props }),
|
|
6215
|
+
/* @__PURE__ */ jsx71(InputValidationIcon, { ...props }),
|
|
6216
|
+
/* @__PURE__ */ jsx71(InputClearValue, { ...props })
|
|
6187
6217
|
]
|
|
6188
6218
|
}
|
|
6189
6219
|
);
|
|
@@ -6194,19 +6224,19 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
|
|
|
6194
6224
|
Searchbox.defaultProps = defaultProps28;
|
|
6195
6225
|
|
|
6196
6226
|
// src/searchbox/templates/searchbox-normal.tsx
|
|
6197
|
-
import { jsx as
|
|
6227
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
6198
6228
|
|
|
6199
6229
|
// src/dropdownlist/templates/dropdownlist-filtering.tsx
|
|
6200
|
-
import { Fragment as
|
|
6230
|
+
import { Fragment as Fragment25, jsx as jsx73, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
6201
6231
|
|
|
6202
6232
|
// src/dropdownlist/templates/dropdownlist-grouping.tsx
|
|
6203
|
-
import { jsx as
|
|
6233
|
+
import { jsx as jsx74, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
6204
6234
|
|
|
6205
6235
|
// src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
|
|
6206
|
-
import { Fragment as
|
|
6236
|
+
import { Fragment as Fragment26, jsx as jsx75, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
6207
6237
|
|
|
6208
6238
|
// src/listbox/listbox.spec.tsx
|
|
6209
|
-
import { jsx as
|
|
6239
|
+
import { jsx as jsx76, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
6210
6240
|
var LISTBOX_CLASSNAME = `k-listbox`;
|
|
6211
6241
|
var states34 = [
|
|
6212
6242
|
States.disabled
|
|
@@ -6228,7 +6258,7 @@ var ListBox = (props) => {
|
|
|
6228
6258
|
dir,
|
|
6229
6259
|
...other
|
|
6230
6260
|
} = props;
|
|
6231
|
-
return /* @__PURE__ */
|
|
6261
|
+
return /* @__PURE__ */ jsxs36(
|
|
6232
6262
|
"div",
|
|
6233
6263
|
{
|
|
6234
6264
|
...other,
|
|
@@ -6247,7 +6277,7 @@ var ListBox = (props) => {
|
|
|
6247
6277
|
}
|
|
6248
6278
|
),
|
|
6249
6279
|
children: [
|
|
6250
|
-
actions && /* @__PURE__ */
|
|
6280
|
+
actions && /* @__PURE__ */ jsx76("div", { className: "k-listbox-actions", children: actions.map((action) => {
|
|
6251
6281
|
const actionsIconMap = {
|
|
6252
6282
|
"left": dir !== "rtl" ? "caret-alt-left" : "caret-alt-right",
|
|
6253
6283
|
"right": dir !== "rtl" ? "caret-alt-right" : "caret-alt-left",
|
|
@@ -6257,12 +6287,12 @@ var ListBox = (props) => {
|
|
|
6257
6287
|
"down": "caret-alt-down",
|
|
6258
6288
|
"x": "x"
|
|
6259
6289
|
};
|
|
6260
|
-
return /* @__PURE__ */
|
|
6290
|
+
return /* @__PURE__ */ jsx76(Button, { icon: actionsIconMap[action], size });
|
|
6261
6291
|
}) }),
|
|
6262
|
-
/* @__PURE__ */
|
|
6292
|
+
/* @__PURE__ */ jsx76("div", { className: classNames(
|
|
6263
6293
|
"k-list-scroller",
|
|
6264
6294
|
"k-selectable"
|
|
6265
|
-
), children: /* @__PURE__ */
|
|
6295
|
+
), children: /* @__PURE__ */ jsx76(list_spec_default, { size, children }) })
|
|
6266
6296
|
]
|
|
6267
6297
|
}
|
|
6268
6298
|
);
|
|
@@ -6273,60 +6303,60 @@ ListBox.className = LISTBOX_CLASSNAME;
|
|
|
6273
6303
|
ListBox.defaultProps = defaultProps29;
|
|
6274
6304
|
|
|
6275
6305
|
// src/listbox/templates/listbox-normal.tsx
|
|
6276
|
-
import { jsx as
|
|
6306
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
6277
6307
|
|
|
6278
6308
|
// src/spreadsheet/tests/spreadsheet-insert-dialogs.tsx
|
|
6279
|
-
import { Fragment as
|
|
6309
|
+
import { Fragment as Fragment27, jsx as jsx78, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
6280
6310
|
var style = `
|
|
6281
6311
|
.k-window {
|
|
6282
6312
|
min-width: 400px;
|
|
6283
6313
|
position: relative;
|
|
6284
6314
|
}
|
|
6285
6315
|
`;
|
|
6286
|
-
var spreadsheet_insert_dialogs_default = () => /* @__PURE__ */
|
|
6287
|
-
/* @__PURE__ */
|
|
6288
|
-
/* @__PURE__ */
|
|
6289
|
-
/* @__PURE__ */
|
|
6290
|
-
/* @__PURE__ */
|
|
6291
|
-
/* @__PURE__ */
|
|
6292
|
-
/* @__PURE__ */
|
|
6293
|
-
/* @__PURE__ */
|
|
6294
|
-
] }), children: /* @__PURE__ */
|
|
6295
|
-
/* @__PURE__ */
|
|
6296
|
-
/* @__PURE__ */
|
|
6297
|
-
/* @__PURE__ */
|
|
6316
|
+
var spreadsheet_insert_dialogs_default = () => /* @__PURE__ */ jsxs37(Fragment27, { children: [
|
|
6317
|
+
/* @__PURE__ */ jsx78("style", { children: style }),
|
|
6318
|
+
/* @__PURE__ */ jsxs37("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
6319
|
+
/* @__PURE__ */ jsx78("section", { children: /* @__PURE__ */ jsx78(WindowNormal, { title: "Insert comment", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs37(Fragment27, { children: [
|
|
6320
|
+
/* @__PURE__ */ jsx78(Button, { themeColor: "primary", children: "Insert" }),
|
|
6321
|
+
/* @__PURE__ */ jsx78(Button, { children: "Cancel" }),
|
|
6322
|
+
/* @__PURE__ */ jsx78("span", { className: "k-spacer" }),
|
|
6323
|
+
/* @__PURE__ */ jsx78(Button, { fillMode: "clear", themeColor: "primary", children: "Remove comment" })
|
|
6324
|
+
] }), children: /* @__PURE__ */ jsx78(Form, { children: /* @__PURE__ */ jsx78(FormField, { label: "Comment", editor: /* @__PURE__ */ jsx78(Textarea, {}) }) }) }) }),
|
|
6325
|
+
/* @__PURE__ */ jsx78("section", { children: /* @__PURE__ */ jsxs37(WindowNormal, { title: "Insert image", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs37(Fragment27, { children: [
|
|
6326
|
+
/* @__PURE__ */ jsx78(Button, { themeColor: "primary", children: "Insert" }),
|
|
6327
|
+
/* @__PURE__ */ jsx78(Button, { children: "Cancel" })
|
|
6298
6328
|
] }), children: [
|
|
6299
|
-
/* @__PURE__ */
|
|
6300
|
-
/* @__PURE__ */
|
|
6329
|
+
/* @__PURE__ */ jsx78(Dropzone, {}),
|
|
6330
|
+
/* @__PURE__ */ jsx78(UploadNormal, { status: "upload" })
|
|
6301
6331
|
] }) }),
|
|
6302
|
-
/* @__PURE__ */
|
|
6303
|
-
/* @__PURE__ */
|
|
6304
|
-
/* @__PURE__ */
|
|
6305
|
-
/* @__PURE__ */
|
|
6306
|
-
/* @__PURE__ */
|
|
6307
|
-
] }), children: /* @__PURE__ */
|
|
6308
|
-
/* @__PURE__ */
|
|
6309
|
-
/* @__PURE__ */
|
|
6332
|
+
/* @__PURE__ */ jsx78("section", { children: /* @__PURE__ */ jsx78(WindowNormal, { title: "Insert Link", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs37(Fragment27, { children: [
|
|
6333
|
+
/* @__PURE__ */ jsx78(Button, { themeColor: "primary", children: "Insert" }),
|
|
6334
|
+
/* @__PURE__ */ jsx78(Button, { children: "Cancel" }),
|
|
6335
|
+
/* @__PURE__ */ jsx78("span", { className: "k-spacer" }),
|
|
6336
|
+
/* @__PURE__ */ jsx78(Button, { fillMode: "clear", themeColor: "primary", children: "Remove link" })
|
|
6337
|
+
] }), children: /* @__PURE__ */ jsxs37(Form, { children: [
|
|
6338
|
+
/* @__PURE__ */ jsx78(FormField, { label: "Select link", editor: /* @__PURE__ */ jsx78(DropdownList, { value: "URL" }) }),
|
|
6339
|
+
/* @__PURE__ */ jsx78(FormField, { label: "URL address", editor: /* @__PURE__ */ jsx78(Textbox, { value: "Input value" }) })
|
|
6310
6340
|
] }) }) }),
|
|
6311
|
-
/* @__PURE__ */
|
|
6312
|
-
/* @__PURE__ */
|
|
6313
|
-
/* @__PURE__ */
|
|
6314
|
-
/* @__PURE__ */
|
|
6315
|
-
/* @__PURE__ */
|
|
6316
|
-
] }), children: /* @__PURE__ */
|
|
6317
|
-
/* @__PURE__ */
|
|
6318
|
-
/* @__PURE__ */
|
|
6319
|
-
/* @__PURE__ */
|
|
6320
|
-
/* @__PURE__ */
|
|
6321
|
-
/* @__PURE__ */
|
|
6322
|
-
/* @__PURE__ */
|
|
6323
|
-
/* @__PURE__ */
|
|
6341
|
+
/* @__PURE__ */ jsx78("section", { children: /* @__PURE__ */ jsx78(WindowNormal, { title: "Insert Link", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs37(Fragment27, { children: [
|
|
6342
|
+
/* @__PURE__ */ jsx78(Button, { themeColor: "primary", children: "Insert" }),
|
|
6343
|
+
/* @__PURE__ */ jsx78(Button, { children: "Cancel" }),
|
|
6344
|
+
/* @__PURE__ */ jsx78("span", { className: "k-spacer" }),
|
|
6345
|
+
/* @__PURE__ */ jsx78(Button, { fillMode: "clear", themeColor: "primary", children: "Remove link" })
|
|
6346
|
+
] }), children: /* @__PURE__ */ jsxs37(Form, { children: [
|
|
6347
|
+
/* @__PURE__ */ jsx78(FormField, { label: "Select link", editor: /* @__PURE__ */ jsx78(DropdownList, { value: "Internal" }) }),
|
|
6348
|
+
/* @__PURE__ */ jsx78(FormField, { label: "Cell reference", editor: /* @__PURE__ */ jsx78(Textbox, { value: "B3:B11" }) }),
|
|
6349
|
+
/* @__PURE__ */ jsx78(FormField, { label: "From sheet", editor: /* @__PURE__ */ jsxs37(ListBox, { style: { width: "100%" }, children: [
|
|
6350
|
+
/* @__PURE__ */ jsx78(ListItem, { children: "Sheet 1" }),
|
|
6351
|
+
/* @__PURE__ */ jsx78(ListItem, { children: "Sheet 2" }),
|
|
6352
|
+
/* @__PURE__ */ jsx78(ListItem, { children: "Sheet 3" }),
|
|
6353
|
+
/* @__PURE__ */ jsx78(ListItem, { children: "Sheet 4" })
|
|
6324
6354
|
] }) })
|
|
6325
6355
|
] }) }) }),
|
|
6326
|
-
/* @__PURE__ */
|
|
6327
|
-
/* @__PURE__ */
|
|
6328
|
-
/* @__PURE__ */
|
|
6329
|
-
] }), children: /* @__PURE__ */
|
|
6356
|
+
/* @__PURE__ */ jsx78("section", { children: /* @__PURE__ */ jsx78(WindowNormal, { title: "Insert Chart", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs37(Fragment27, { children: [
|
|
6357
|
+
/* @__PURE__ */ jsx78(Button, { themeColor: "primary", children: "Insert" }),
|
|
6358
|
+
/* @__PURE__ */ jsx78(Button, { children: "Cancel" })
|
|
6359
|
+
] }), children: /* @__PURE__ */ jsx78(Form, { children: /* @__PURE__ */ jsx78(FormField, { label: "Select chart type", editor: /* @__PURE__ */ jsx78(DropdownList, { value: "Donut" }) }) }) }) })
|
|
6330
6360
|
] })
|
|
6331
6361
|
] });
|
|
6332
6362
|
export {
|