@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
|
@@ -4870,8 +4870,22 @@ Window.options = options11;
|
|
|
4870
4870
|
Window.className = WINDOW_CLASSNAME;
|
|
4871
4871
|
Window.defaultProps = defaultProps12;
|
|
4872
4872
|
|
|
4873
|
-
// src/
|
|
4873
|
+
// src/window/templates/window-normal.tsx
|
|
4874
4874
|
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
4875
|
+
var WindowNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
4876
|
+
Window,
|
|
4877
|
+
{
|
|
4878
|
+
title: "Title",
|
|
4879
|
+
actions: ["window-minimize", "window", "x"],
|
|
4880
|
+
children: [
|
|
4881
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, { children: "Content" })
|
|
4882
|
+
],
|
|
4883
|
+
...props
|
|
4884
|
+
}
|
|
4885
|
+
);
|
|
4886
|
+
|
|
4887
|
+
// src/form/form-field.tsx
|
|
4888
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
4875
4889
|
var FORMFIELD_CLASSNAME = "k-form-field";
|
|
4876
4890
|
var states12 = [
|
|
4877
4891
|
States.disabled
|
|
@@ -4889,7 +4903,7 @@ var FormField = (props) => {
|
|
|
4889
4903
|
dir,
|
|
4890
4904
|
colSpan
|
|
4891
4905
|
} = props;
|
|
4892
|
-
return /* @__PURE__ */ (0,
|
|
4906
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
|
|
4893
4907
|
"div",
|
|
4894
4908
|
{
|
|
4895
4909
|
className: classNames(
|
|
@@ -4902,19 +4916,19 @@ var FormField = (props) => {
|
|
|
4902
4916
|
),
|
|
4903
4917
|
dir,
|
|
4904
4918
|
children: [
|
|
4905
|
-
label && /* @__PURE__ */ (0,
|
|
4919
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("label", { className: classNames(
|
|
4906
4920
|
"k-label",
|
|
4907
4921
|
"k-form-label"
|
|
4908
4922
|
), children: [
|
|
4909
4923
|
label,
|
|
4910
|
-
optional && /* @__PURE__ */ (0,
|
|
4911
|
-
info && /* @__PURE__ */ (0,
|
|
4924
|
+
optional && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
|
|
4925
|
+
info && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: "k-field-info", children: "(field info)" })
|
|
4912
4926
|
] }),
|
|
4913
|
-
orientation === "horizontal" && !label && /* @__PURE__ */ (0,
|
|
4914
|
-
/* @__PURE__ */ (0,
|
|
4927
|
+
orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
|
|
4928
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "k-form-field-wrap", children: [
|
|
4915
4929
|
editor,
|
|
4916
|
-
hint && /* @__PURE__ */ (0,
|
|
4917
|
-
error && /* @__PURE__ */ (0,
|
|
4930
|
+
hint && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("div", { className: "k-form-hint", children: hint }),
|
|
4931
|
+
error && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("div", { className: "k-form-error", children: error })
|
|
4918
4932
|
] })
|
|
4919
4933
|
]
|
|
4920
4934
|
}
|
|
@@ -4923,7 +4937,7 @@ var FormField = (props) => {
|
|
|
4923
4937
|
FormField.className = FORMFIELD_CLASSNAME;
|
|
4924
4938
|
|
|
4925
4939
|
// src/form/fieldset.tsx
|
|
4926
|
-
var
|
|
4940
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
4927
4941
|
var FIELDSET_CLASSNAME = "k-form-fieldset";
|
|
4928
4942
|
var Fieldset = (props) => {
|
|
4929
4943
|
const {
|
|
@@ -4933,9 +4947,9 @@ var Fieldset = (props) => {
|
|
|
4933
4947
|
gapX,
|
|
4934
4948
|
gapY
|
|
4935
4949
|
} = props;
|
|
4936
|
-
return /* @__PURE__ */ (0,
|
|
4937
|
-
legend && /* @__PURE__ */ (0,
|
|
4938
|
-
layout === "grid" ? /* @__PURE__ */ (0,
|
|
4950
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
|
|
4951
|
+
legend && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("legend", { className: "k-form-legend", children: legend }),
|
|
4952
|
+
layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: classNames(
|
|
4939
4953
|
"k-form-layout",
|
|
4940
4954
|
"k-d-grid",
|
|
4941
4955
|
{
|
|
@@ -4943,13 +4957,13 @@ var Fieldset = (props) => {
|
|
|
4943
4957
|
[`k-gap-x-${gapX}`]: gapX,
|
|
4944
4958
|
[`k-gap-y-${gapY}`]: gapY
|
|
4945
4959
|
}
|
|
4946
|
-
), children: props.children }) : /* @__PURE__ */ (0,
|
|
4960
|
+
), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_jsx_runtime23.Fragment, { children: props.children })
|
|
4947
4961
|
] });
|
|
4948
4962
|
};
|
|
4949
4963
|
Fieldset.className = FIELDSET_CLASSNAME;
|
|
4950
4964
|
|
|
4951
4965
|
// src/form/form.spec.tsx
|
|
4952
|
-
var
|
|
4966
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
4953
4967
|
var import_react2 = require("react");
|
|
4954
4968
|
var FORM_CLASSNAME = "k-form";
|
|
4955
4969
|
var states13 = [];
|
|
@@ -4973,7 +4987,7 @@ var Form = (props) => {
|
|
|
4973
4987
|
tag = defaultProps13.tag,
|
|
4974
4988
|
children
|
|
4975
4989
|
} = props;
|
|
4976
|
-
const Parent = ({ tag: tag2, className: className9, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0,
|
|
4990
|
+
const Parent = ({ tag: tag2, className: className9, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("form", { className: className9, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: className9, children: children2 });
|
|
4977
4991
|
const formChildren = [];
|
|
4978
4992
|
if (children) {
|
|
4979
4993
|
if (Array.isArray(children)) {
|
|
@@ -4992,7 +5006,7 @@ var Form = (props) => {
|
|
|
4992
5006
|
children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react2.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
|
|
4993
5007
|
}
|
|
4994
5008
|
}
|
|
4995
|
-
return /* @__PURE__ */ (0,
|
|
5009
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(Parent, { tag, className: classNames(
|
|
4996
5010
|
props.className,
|
|
4997
5011
|
FORM_CLASSNAME,
|
|
4998
5012
|
optionClassNames(FORM_CLASSNAME, {
|
|
@@ -5002,7 +5016,7 @@ var Form = (props) => {
|
|
|
5002
5016
|
[`${FORM_CLASSNAME}-${orientation}`]: orientation
|
|
5003
5017
|
}
|
|
5004
5018
|
), children: [
|
|
5005
|
-
layout === "grid" ? /* @__PURE__ */ (0,
|
|
5019
|
+
layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: classNames(
|
|
5006
5020
|
"k-form-layout",
|
|
5007
5021
|
"k-d-grid",
|
|
5008
5022
|
{
|
|
@@ -5010,8 +5024,8 @@ var Form = (props) => {
|
|
|
5010
5024
|
[`k-gap-x-${gapX}`]: gapX,
|
|
5011
5025
|
[`k-gap-y-${gapY}`]: gapY
|
|
5012
5026
|
}
|
|
5013
|
-
), children: formChildren }) : /* @__PURE__ */ (0,
|
|
5014
|
-
formButtons && /* @__PURE__ */ (0,
|
|
5027
|
+
), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_jsx_runtime24.Fragment, { children: formChildren }),
|
|
5028
|
+
formButtons && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "k-form-buttons", children: formButtons })
|
|
5015
5029
|
] });
|
|
5016
5030
|
};
|
|
5017
5031
|
Form.states = states13;
|
|
@@ -5020,7 +5034,7 @@ Form.className = FORM_CLASSNAME;
|
|
|
5020
5034
|
Form.defaultProps = defaultProps13;
|
|
5021
5035
|
|
|
5022
5036
|
// src/input/input.spec.tsx
|
|
5023
|
-
var
|
|
5037
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
5024
5038
|
var INPUT_CLASSNAME = `k-input`;
|
|
5025
5039
|
var states14 = [
|
|
5026
5040
|
States.hover,
|
|
@@ -5056,7 +5070,7 @@ var Input = (props) => {
|
|
|
5056
5070
|
fillMode = defaultProps14.fillMode,
|
|
5057
5071
|
...other
|
|
5058
5072
|
} = props;
|
|
5059
|
-
return /* @__PURE__ */ (0,
|
|
5073
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
5060
5074
|
"span",
|
|
5061
5075
|
{
|
|
5062
5076
|
...other,
|
|
@@ -5075,7 +5089,7 @@ Input.className = INPUT_CLASSNAME;
|
|
|
5075
5089
|
Input.defaultProps = defaultProps14;
|
|
5076
5090
|
|
|
5077
5091
|
// src/input/picker.spec.tsx
|
|
5078
|
-
var
|
|
5092
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
5079
5093
|
var PICKER_CLASSNAME = `k-picker`;
|
|
5080
5094
|
var pickerStates = [
|
|
5081
5095
|
States.hover,
|
|
@@ -5111,7 +5125,7 @@ var Picker = (props) => {
|
|
|
5111
5125
|
fillMode = defaultProps15.fillMode,
|
|
5112
5126
|
...other
|
|
5113
5127
|
} = props;
|
|
5114
|
-
return /* @__PURE__ */ (0,
|
|
5128
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
5115
5129
|
"span",
|
|
5116
5130
|
{
|
|
5117
5131
|
...other,
|
|
@@ -5131,7 +5145,7 @@ Picker.className = PICKER_CLASSNAME;
|
|
|
5131
5145
|
Picker.defaultProps = defaultProps15;
|
|
5132
5146
|
|
|
5133
5147
|
// src/input/input-clear-value.tsx
|
|
5134
|
-
var
|
|
5148
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
5135
5149
|
var className = `k-clear-value`;
|
|
5136
5150
|
var states15 = [
|
|
5137
5151
|
States.disabled,
|
|
@@ -5147,16 +5161,16 @@ var InputClearValue = (props) => {
|
|
|
5147
5161
|
value
|
|
5148
5162
|
} = props;
|
|
5149
5163
|
if (disabled || readonly || loading || !value) {
|
|
5150
|
-
return /* @__PURE__ */ (0,
|
|
5164
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_jsx_runtime27.Fragment, {});
|
|
5151
5165
|
}
|
|
5152
|
-
return /* @__PURE__ */ (0,
|
|
5166
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { icon: "x" }) });
|
|
5153
5167
|
};
|
|
5154
5168
|
InputClearValue.states = states15;
|
|
5155
5169
|
InputClearValue.options = options14;
|
|
5156
5170
|
InputClearValue.className = className;
|
|
5157
5171
|
|
|
5158
5172
|
// src/input/input-inner-input.tsx
|
|
5159
|
-
var
|
|
5173
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
5160
5174
|
var className2 = `k-input-inner`;
|
|
5161
5175
|
var states16 = [];
|
|
5162
5176
|
var options15 = {};
|
|
@@ -5174,7 +5188,7 @@ var InputInnerInput = (props) => {
|
|
|
5174
5188
|
autocomplete = defaultProps16.autocomplete,
|
|
5175
5189
|
...other
|
|
5176
5190
|
} = props;
|
|
5177
|
-
return /* @__PURE__ */ (0,
|
|
5191
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
5178
5192
|
"input",
|
|
5179
5193
|
{
|
|
5180
5194
|
...other,
|
|
@@ -5191,7 +5205,7 @@ InputInnerInput.options = options15;
|
|
|
5191
5205
|
InputInnerInput.className = className2;
|
|
5192
5206
|
|
|
5193
5207
|
// src/input/input-inner-span.tsx
|
|
5194
|
-
var
|
|
5208
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
5195
5209
|
var className3 = `k-input-inner`;
|
|
5196
5210
|
var states17 = [];
|
|
5197
5211
|
var options16 = {};
|
|
@@ -5204,16 +5218,16 @@ var InputInnerSpan = (props) => {
|
|
|
5204
5218
|
valueIconName,
|
|
5205
5219
|
...other
|
|
5206
5220
|
} = props;
|
|
5207
|
-
return /* @__PURE__ */ (0,
|
|
5221
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
|
|
5208
5222
|
"span",
|
|
5209
5223
|
{
|
|
5210
5224
|
...other,
|
|
5211
5225
|
className: classNames(props.className, className3, optionClassNames(className3, props)),
|
|
5212
5226
|
children: [
|
|
5213
5227
|
valueIcon,
|
|
5214
|
-
!valueIcon && valueIconName && /* @__PURE__ */ (0,
|
|
5228
|
+
!valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
|
|
5215
5229
|
showValue && !value && placeholder,
|
|
5216
|
-
showValue && value && /* @__PURE__ */ (0,
|
|
5230
|
+
showValue && value && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: "k-input-value-text", children: value })
|
|
5217
5231
|
]
|
|
5218
5232
|
}
|
|
5219
5233
|
);
|
|
@@ -5223,7 +5237,7 @@ InputInnerSpan.options = options16;
|
|
|
5223
5237
|
InputInnerSpan.className = className3;
|
|
5224
5238
|
|
|
5225
5239
|
// src/input/input-inner-textarea.tsx
|
|
5226
|
-
var
|
|
5240
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
5227
5241
|
var defaultProps17 = {
|
|
5228
5242
|
value: "",
|
|
5229
5243
|
placeholder: ""
|
|
@@ -5238,7 +5252,7 @@ var InputInnerTextarea = (props) => {
|
|
|
5238
5252
|
rows,
|
|
5239
5253
|
...other
|
|
5240
5254
|
} = props;
|
|
5241
|
-
return /* @__PURE__ */ (0,
|
|
5255
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
5242
5256
|
"textarea",
|
|
5243
5257
|
{
|
|
5244
5258
|
...other,
|
|
@@ -5254,7 +5268,7 @@ InputInnerTextarea.options = options17;
|
|
|
5254
5268
|
InputInnerTextarea.className = className4;
|
|
5255
5269
|
|
|
5256
5270
|
// src/input/input-loading-icon.tsx
|
|
5257
|
-
var
|
|
5271
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
5258
5272
|
var className5 = `k-input-loading-icon`;
|
|
5259
5273
|
var states19 = [
|
|
5260
5274
|
States.disabled,
|
|
@@ -5266,13 +5280,13 @@ var InputLoadingIcon = (props) => {
|
|
|
5266
5280
|
loading
|
|
5267
5281
|
} = props;
|
|
5268
5282
|
if (disabled || !loading) {
|
|
5269
|
-
return /* @__PURE__ */ (0,
|
|
5283
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_jsx_runtime31.Fragment, {});
|
|
5270
5284
|
}
|
|
5271
|
-
return /* @__PURE__ */ (0,
|
|
5285
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
|
|
5272
5286
|
};
|
|
5273
5287
|
|
|
5274
5288
|
// src/input/input-validation-icon.tsx
|
|
5275
|
-
var
|
|
5289
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
5276
5290
|
var className6 = `k-input-validation-icon`;
|
|
5277
5291
|
var states20 = [
|
|
5278
5292
|
States.valid,
|
|
@@ -5291,39 +5305,39 @@ var InputValidationIcon = (props) => {
|
|
|
5291
5305
|
const iconName = invalid ? "exclamation-circle" : "check";
|
|
5292
5306
|
const renderValidationIcon = Boolean(valid || invalid);
|
|
5293
5307
|
if (disabled || loading || !renderValidationIcon) {
|
|
5294
|
-
return /* @__PURE__ */ (0,
|
|
5308
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_jsx_runtime32.Fragment, {});
|
|
5295
5309
|
}
|
|
5296
|
-
return /* @__PURE__ */ (0,
|
|
5310
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Icon, { className: classNames(className6), icon: iconName });
|
|
5297
5311
|
};
|
|
5298
5312
|
InputValidationIcon.states = states20;
|
|
5299
5313
|
InputValidationIcon.options = options18;
|
|
5300
5314
|
InputValidationIcon.className = className6;
|
|
5301
5315
|
|
|
5302
5316
|
// src/input/input-prefix.tsx
|
|
5303
|
-
var
|
|
5317
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
5304
5318
|
var className7 = `k-input-prefix`;
|
|
5305
5319
|
var InputPrefix = (props) => {
|
|
5306
5320
|
if (!props.children) {
|
|
5307
|
-
return /* @__PURE__ */ (0,
|
|
5321
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, {});
|
|
5308
5322
|
}
|
|
5309
|
-
return /* @__PURE__ */ (0,
|
|
5323
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: classNames(className7, props.className), children: props.children });
|
|
5310
5324
|
};
|
|
5311
5325
|
|
|
5312
5326
|
// src/input/input-suffix.tsx
|
|
5313
|
-
var
|
|
5327
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
5314
5328
|
var className8 = `k-input-suffix`;
|
|
5315
5329
|
var InputSuffix = (props) => {
|
|
5316
5330
|
if (!props.children) {
|
|
5317
|
-
return /* @__PURE__ */ (0,
|
|
5331
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_jsx_runtime34.Fragment, {});
|
|
5318
5332
|
}
|
|
5319
|
-
return /* @__PURE__ */ (0,
|
|
5333
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: classNames(className8, props.className), children: props.children });
|
|
5320
5334
|
};
|
|
5321
5335
|
|
|
5322
5336
|
// src/input/input-separator.tsx
|
|
5323
|
-
var
|
|
5337
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
5324
5338
|
|
|
5325
5339
|
// src/textbox/textbox.spec.tsx
|
|
5326
|
-
var
|
|
5340
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
5327
5341
|
var TEXTBOX_CLASSNAME = `k-textbox`;
|
|
5328
5342
|
var states21 = [
|
|
5329
5343
|
States.hover,
|
|
@@ -5366,7 +5380,7 @@ var Textbox = (props) => {
|
|
|
5366
5380
|
showClearButton = defaultProps18.showClearButton,
|
|
5367
5381
|
...other
|
|
5368
5382
|
} = props;
|
|
5369
|
-
return /* @__PURE__ */ (0,
|
|
5383
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
5370
5384
|
Input,
|
|
5371
5385
|
{
|
|
5372
5386
|
...other,
|
|
@@ -5383,9 +5397,9 @@ var Textbox = (props) => {
|
|
|
5383
5397
|
readonly,
|
|
5384
5398
|
className: classNames(props.className, TEXTBOX_CLASSNAME),
|
|
5385
5399
|
children: [
|
|
5386
|
-
/* @__PURE__ */ (0,
|
|
5387
|
-
/* @__PURE__ */ (0,
|
|
5388
|
-
/* @__PURE__ */ (0,
|
|
5400
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputPrefix, { children: prefix }),
|
|
5401
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputInnerInput, { placeholder, value }),
|
|
5402
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
5389
5403
|
InputValidationIcon,
|
|
5390
5404
|
{
|
|
5391
5405
|
valid,
|
|
@@ -5394,14 +5408,14 @@ var Textbox = (props) => {
|
|
|
5394
5408
|
disabled
|
|
5395
5409
|
}
|
|
5396
5410
|
),
|
|
5397
|
-
/* @__PURE__ */ (0,
|
|
5411
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
5398
5412
|
InputLoadingIcon,
|
|
5399
5413
|
{
|
|
5400
5414
|
loading,
|
|
5401
5415
|
disabled
|
|
5402
5416
|
}
|
|
5403
5417
|
),
|
|
5404
|
-
showClearButton && /* @__PURE__ */ (0,
|
|
5418
|
+
showClearButton && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
5405
5419
|
InputClearValue,
|
|
5406
5420
|
{
|
|
5407
5421
|
loading,
|
|
@@ -5410,7 +5424,7 @@ var Textbox = (props) => {
|
|
|
5410
5424
|
value
|
|
5411
5425
|
}
|
|
5412
5426
|
),
|
|
5413
|
-
/* @__PURE__ */ (0,
|
|
5427
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(InputSuffix, { children: suffix })
|
|
5414
5428
|
]
|
|
5415
5429
|
}
|
|
5416
5430
|
);
|
|
@@ -5421,16 +5435,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
|
|
|
5421
5435
|
Textbox.defaultProps = defaultProps18;
|
|
5422
5436
|
|
|
5423
5437
|
// src/textbox/templates/textbox-normal.tsx
|
|
5424
|
-
var
|
|
5438
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
5425
5439
|
|
|
5426
5440
|
// src/textbox/templates/textbox-prefix.tsx
|
|
5427
|
-
var
|
|
5441
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
5428
5442
|
|
|
5429
5443
|
// src/textbox/templates/textbox-suffix.tsx
|
|
5430
|
-
var
|
|
5444
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
5431
5445
|
|
|
5432
5446
|
// src/spreadsheet/tests/spreadsheet-sheets-bar.tsx
|
|
5433
|
-
var
|
|
5447
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
5434
5448
|
var style = `
|
|
5435
5449
|
#test-area {
|
|
5436
5450
|
max-width: 1180px;
|
|
@@ -5453,66 +5467,66 @@ var style = `
|
|
|
5453
5467
|
position: relative;
|
|
5454
5468
|
}
|
|
5455
5469
|
`;
|
|
5456
|
-
var spreadsheet_sheets_bar_default = () => /* @__PURE__ */ (0,
|
|
5457
|
-
/* @__PURE__ */ (0,
|
|
5458
|
-
/* @__PURE__ */ (0,
|
|
5459
|
-
/* @__PURE__ */ (0,
|
|
5460
|
-
/* @__PURE__ */ (0,
|
|
5461
|
-
/* @__PURE__ */ (0,
|
|
5462
|
-
/* @__PURE__ */ (0,
|
|
5463
|
-
/* @__PURE__ */ (0,
|
|
5464
|
-
/* @__PURE__ */ (0,
|
|
5465
|
-
/* @__PURE__ */ (0,
|
|
5466
|
-
/* @__PURE__ */ (0,
|
|
5467
|
-
/* @__PURE__ */ (0,
|
|
5470
|
+
var spreadsheet_sheets_bar_default = () => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
|
|
5471
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("style", { children: style }),
|
|
5472
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
|
|
5473
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { children: "Sheets Bar" }),
|
|
5474
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { style: { width: "100%", height: "auto" }, className: "k-spreadsheet", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "k-spreadsheet-sheets-bar", children: [
|
|
5475
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { className: "k-spreadsheet-sheet-add", fillMode: "flat", icon: "plus" }),
|
|
5476
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { className: "k-spreadsheet-sheets-menu", fillMode: "flat", icon: "menu" }),
|
|
5477
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-spreadsheet-sheets k-tabstrip k-tabstrip-bottom k-tabstrip-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "k-tabstrip-items-wrapper k-vstack", children: [
|
|
5478
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
5479
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("li", { className: "k-item k-first", children: [
|
|
5480
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-link", children: "Sheet 1" }),
|
|
5481
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
5468
5482
|
] }),
|
|
5469
|
-
/* @__PURE__ */ (0,
|
|
5470
|
-
/* @__PURE__ */ (0,
|
|
5471
|
-
/* @__PURE__ */ (0,
|
|
5483
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("li", { className: "k-item", children: [
|
|
5484
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-link", children: "Sheet 2" }),
|
|
5485
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
5472
5486
|
] }),
|
|
5473
|
-
/* @__PURE__ */ (0,
|
|
5474
|
-
/* @__PURE__ */ (0,
|
|
5475
|
-
/* @__PURE__ */ (0,
|
|
5487
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("li", { className: "k-item k-active", children: [
|
|
5488
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-link", children: "Sheet 3" }),
|
|
5489
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
5476
5490
|
] }),
|
|
5477
|
-
/* @__PURE__ */ (0,
|
|
5478
|
-
/* @__PURE__ */ (0,
|
|
5479
|
-
/* @__PURE__ */ (0,
|
|
5491
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("li", { className: "k-item k-focus", children: [
|
|
5492
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-link", children: "Sheet 4" }),
|
|
5493
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
5480
5494
|
] }),
|
|
5481
|
-
/* @__PURE__ */ (0,
|
|
5482
|
-
/* @__PURE__ */ (0,
|
|
5483
|
-
/* @__PURE__ */ (0,
|
|
5495
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("li", { className: "k-item", children: [
|
|
5496
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-link", children: "Sheet 5" }),
|
|
5497
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
5484
5498
|
] }),
|
|
5485
|
-
/* @__PURE__ */ (0,
|
|
5486
|
-
/* @__PURE__ */ (0,
|
|
5487
|
-
/* @__PURE__ */ (0,
|
|
5499
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("li", { className: "k-item k-last k-disabled", children: [
|
|
5500
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-link", children: "Sheet 6" }),
|
|
5501
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
5488
5502
|
] })
|
|
5489
5503
|
] }),
|
|
5490
|
-
/* @__PURE__ */ (0,
|
|
5491
|
-
/* @__PURE__ */ (0,
|
|
5504
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { className: "k-tabstrip-prev", fillMode: "flat", icon: "caret-alt-left", rounded: null, size: null }),
|
|
5505
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { className: "k-tabstrip-next", fillMode: "flat", icon: "caret-alt-right", rounded: null, size: null })
|
|
5492
5506
|
] }) })
|
|
5493
5507
|
] }) }) }),
|
|
5494
|
-
/* @__PURE__ */ (0,
|
|
5495
|
-
/* @__PURE__ */ (0,
|
|
5496
|
-
/* @__PURE__ */ (0,
|
|
5497
|
-
/* @__PURE__ */ (0,
|
|
5498
|
-
/* @__PURE__ */ (0,
|
|
5499
|
-
/* @__PURE__ */ (0,
|
|
5500
|
-
/* @__PURE__ */ (0,
|
|
5501
|
-
/* @__PURE__ */ (0,
|
|
5502
|
-
/* @__PURE__ */ (0,
|
|
5508
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { children: "Sheets Bar ContextMenu" }),
|
|
5509
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Popup, { id: "spreadsheet-context-menu-sheets", className: "k-menu-popup k-context-menu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(MenuList, { className: "k-context-menu", children: [
|
|
5510
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuItem, { text: "Delete", icon: "trash" }),
|
|
5511
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuItem, { text: "Duplicate", icon: "copy" }),
|
|
5512
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuItem, { text: "Rename", icon: "pencil" }),
|
|
5513
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuItem, { text: "Hide", icon: "eye-slash" }),
|
|
5514
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuSeparator, {}),
|
|
5515
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuItem, { text: "Move Right", icon: "arrow-right" }),
|
|
5516
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(MenuItem, { text: "Move Left", icon: "arrow-left" })
|
|
5503
5517
|
] }) }) }),
|
|
5504
|
-
/* @__PURE__ */ (0,
|
|
5505
|
-
/* @__PURE__ */ (0,
|
|
5506
|
-
/* @__PURE__ */ (0,
|
|
5507
|
-
/* @__PURE__ */ (0,
|
|
5508
|
-
] }), children: /* @__PURE__ */ (0,
|
|
5509
|
-
/* @__PURE__ */ (0,
|
|
5510
|
-
/* @__PURE__ */ (0,
|
|
5511
|
-
/* @__PURE__ */ (0,
|
|
5512
|
-
/* @__PURE__ */ (0,
|
|
5518
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { children: "Sheets Bar Rename" }),
|
|
5519
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(WindowNormal, { title: "Rename Sheet", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "stretched", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
|
|
5520
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { themeColor: "primary", children: "Rename" }),
|
|
5521
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { children: "Cancel" })
|
|
5522
|
+
] }), children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Form, { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(FormField, { label: "Rename sheet", editor: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Textbox, { placeholder: "Sheet name" }) }) }) }) }),
|
|
5523
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { children: "Sheets Bar Delete" }),
|
|
5524
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(WindowNormal, { title: "Delete Sheet", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "stretched", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
|
|
5525
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { themeColor: "primary", children: "Delete" }),
|
|
5526
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Button, { children: "Cancel" })
|
|
5513
5527
|
] }), children: [
|
|
5514
|
-
/* @__PURE__ */ (0,
|
|
5515
|
-
/* @__PURE__ */ (0,
|
|
5528
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("p", { children: "The deleted sheet data will be lost." }),
|
|
5529
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("p", { children: "Are you sure you want to proceed?" })
|
|
5516
5530
|
] }) })
|
|
5517
5531
|
] })
|
|
5518
5532
|
] });
|