@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
|
@@ -4512,32 +4512,46 @@ Window.options = options6;
|
|
|
4512
4512
|
Window.className = WINDOW_CLASSNAME;
|
|
4513
4513
|
Window.defaultProps = defaultProps6;
|
|
4514
4514
|
|
|
4515
|
+
// src/window/templates/window-normal.tsx
|
|
4516
|
+
import { Fragment as Fragment6, jsx as jsx10 } from "react/jsx-runtime";
|
|
4517
|
+
var WindowNormal = (props) => /* @__PURE__ */ jsx10(
|
|
4518
|
+
Window,
|
|
4519
|
+
{
|
|
4520
|
+
title: "Title",
|
|
4521
|
+
actions: ["window-minimize", "window", "x"],
|
|
4522
|
+
children: [
|
|
4523
|
+
/* @__PURE__ */ jsx10(Fragment6, { children: "Content" })
|
|
4524
|
+
],
|
|
4525
|
+
...props
|
|
4526
|
+
}
|
|
4527
|
+
);
|
|
4528
|
+
|
|
4515
4529
|
// src/window/tests/window-action-buttons.tsx
|
|
4516
|
-
import { Fragment as
|
|
4530
|
+
import { Fragment as Fragment7, jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
4517
4531
|
var style = `
|
|
4518
4532
|
.k-window {
|
|
4519
4533
|
position: relative;
|
|
4520
4534
|
width: 300px;
|
|
4521
4535
|
}
|
|
4522
4536
|
`;
|
|
4523
|
-
var window_action_buttons_default = () => /* @__PURE__ */ jsxs3(
|
|
4524
|
-
/* @__PURE__ */
|
|
4537
|
+
var window_action_buttons_default = () => /* @__PURE__ */ jsxs3(Fragment7, { children: [
|
|
4538
|
+
/* @__PURE__ */ jsx11("style", { children: style }),
|
|
4525
4539
|
/* @__PURE__ */ jsxs3("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
4526
|
-
/* @__PURE__ */
|
|
4527
|
-
/* @__PURE__ */
|
|
4528
|
-
/* @__PURE__ */
|
|
4540
|
+
/* @__PURE__ */ jsx11(WindowNormal, { actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs3(Fragment7, { children: [
|
|
4541
|
+
/* @__PURE__ */ jsx11(Button, { children: "Cancel" }),
|
|
4542
|
+
/* @__PURE__ */ jsx11(Button, { themeColor: "primary", children: "Update" })
|
|
4529
4543
|
] }), children: "Action Buttons at start position" }),
|
|
4530
|
-
/* @__PURE__ */
|
|
4531
|
-
/* @__PURE__ */
|
|
4532
|
-
/* @__PURE__ */
|
|
4544
|
+
/* @__PURE__ */ jsx11(WindowNormal, { actionButtonsAlign: "center", actionButtons: /* @__PURE__ */ jsxs3(Fragment7, { children: [
|
|
4545
|
+
/* @__PURE__ */ jsx11(Button, { children: "Cancel" }),
|
|
4546
|
+
/* @__PURE__ */ jsx11(Button, { themeColor: "primary", children: "Update" })
|
|
4533
4547
|
] }), children: "Action Buttons at center position" }),
|
|
4534
|
-
/* @__PURE__ */
|
|
4535
|
-
/* @__PURE__ */
|
|
4536
|
-
/* @__PURE__ */
|
|
4548
|
+
/* @__PURE__ */ jsx11(WindowNormal, { actionButtonsAlign: "end", actionButtons: /* @__PURE__ */ jsxs3(Fragment7, { children: [
|
|
4549
|
+
/* @__PURE__ */ jsx11(Button, { children: "Cancel" }),
|
|
4550
|
+
/* @__PURE__ */ jsx11(Button, { themeColor: "primary", children: "Update" })
|
|
4537
4551
|
] }), children: "Action Buttons at end position" }),
|
|
4538
|
-
/* @__PURE__ */
|
|
4539
|
-
/* @__PURE__ */
|
|
4540
|
-
/* @__PURE__ */
|
|
4552
|
+
/* @__PURE__ */ jsx11(WindowNormal, { actionButtonsAlign: "stretched", actionButtons: /* @__PURE__ */ jsxs3(Fragment7, { children: [
|
|
4553
|
+
/* @__PURE__ */ jsx11(Button, { children: "Cancel" }),
|
|
4554
|
+
/* @__PURE__ */ jsx11(Button, { themeColor: "primary", children: "Update" })
|
|
4541
4555
|
] }), children: "Action Buttons with stretched position" })
|
|
4542
4556
|
] })
|
|
4543
4557
|
] });
|
|
@@ -4512,21 +4512,35 @@ Window.options = options6;
|
|
|
4512
4512
|
Window.className = WINDOW_CLASSNAME;
|
|
4513
4513
|
Window.defaultProps = defaultProps6;
|
|
4514
4514
|
|
|
4515
|
+
// src/window/templates/window-normal.tsx
|
|
4516
|
+
import { Fragment as Fragment6, jsx as jsx10 } from "react/jsx-runtime";
|
|
4517
|
+
var WindowNormal = (props) => /* @__PURE__ */ jsx10(
|
|
4518
|
+
Window,
|
|
4519
|
+
{
|
|
4520
|
+
title: "Title",
|
|
4521
|
+
actions: ["window-minimize", "window", "x"],
|
|
4522
|
+
children: [
|
|
4523
|
+
/* @__PURE__ */ jsx10(Fragment6, { children: "Content" })
|
|
4524
|
+
],
|
|
4525
|
+
...props
|
|
4526
|
+
}
|
|
4527
|
+
);
|
|
4528
|
+
|
|
4515
4529
|
// src/window/tests/window-rtl.tsx
|
|
4516
|
-
import { Fragment as
|
|
4530
|
+
import { Fragment as Fragment7, jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
4517
4531
|
var style = `
|
|
4518
4532
|
.k-window {
|
|
4519
4533
|
position: relative;
|
|
4520
4534
|
}
|
|
4521
4535
|
`;
|
|
4522
|
-
var window_rtl_default = () => /* @__PURE__ */ jsxs3(
|
|
4523
|
-
/* @__PURE__ */
|
|
4536
|
+
var window_rtl_default = () => /* @__PURE__ */ jsxs3(Fragment7, { children: [
|
|
4537
|
+
/* @__PURE__ */ jsx11("style", { children: style }),
|
|
4524
4538
|
/* @__PURE__ */ jsxs3("div", { id: "test-area", className: "k-d-grid k-grid-cols-2 k-rtl", children: [
|
|
4525
|
-
/* @__PURE__ */
|
|
4526
|
-
/* @__PURE__ */
|
|
4527
|
-
/* @__PURE__ */
|
|
4528
|
-
/* @__PURE__ */
|
|
4529
|
-
/* @__PURE__ */
|
|
4539
|
+
/* @__PURE__ */ jsx11("section", { children: /* @__PURE__ */ jsx11(WindowNormal, { children: "Window content" }) }),
|
|
4540
|
+
/* @__PURE__ */ jsx11("section", { children: /* @__PURE__ */ jsx11(WindowNormal, { title: "", children: "Window with no title specified" }) }),
|
|
4541
|
+
/* @__PURE__ */ jsx11("section", { children: /* @__PURE__ */ jsx11(WindowNormal, { title: "", actions: void 0, children: "Window with empty title and no actions" }) }),
|
|
4542
|
+
/* @__PURE__ */ jsx11("section", { children: /* @__PURE__ */ jsx11(WindowNormal, { title: void 0, actions: void 0, children: "Window without a title" }) }),
|
|
4543
|
+
/* @__PURE__ */ jsx11("section", { children: /* @__PURE__ */ jsx11(WindowNormal, { title: "Window minimized", minimized: true, children: "Window content" }) })
|
|
4530
4544
|
] })
|
|
4531
4545
|
] });
|
|
4532
4546
|
export {
|
|
@@ -4512,21 +4512,34 @@ Window.options = options6;
|
|
|
4512
4512
|
Window.className = WINDOW_CLASSNAME;
|
|
4513
4513
|
Window.defaultProps = defaultProps6;
|
|
4514
4514
|
|
|
4515
|
+
// src/window/templates/window-normal.tsx
|
|
4516
|
+
import { Fragment as Fragment6, jsx as jsx10 } from "react/jsx-runtime";
|
|
4517
|
+
var WindowNormal = (props) => /* @__PURE__ */ jsx10(
|
|
4518
|
+
Window,
|
|
4519
|
+
{
|
|
4520
|
+
title: "Title",
|
|
4521
|
+
actions: ["window-minimize", "window", "x"],
|
|
4522
|
+
children: [
|
|
4523
|
+
/* @__PURE__ */ jsx10(Fragment6, { children: "Content" })
|
|
4524
|
+
],
|
|
4525
|
+
...props
|
|
4526
|
+
}
|
|
4527
|
+
);
|
|
4528
|
+
|
|
4515
4529
|
// src/window/tests/window-theme-colors.tsx
|
|
4516
|
-
import { Fragment as
|
|
4530
|
+
import { Fragment as Fragment7, jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
4517
4531
|
var style = `
|
|
4518
4532
|
.k-window {
|
|
4519
4533
|
position: relative;
|
|
4520
4534
|
}
|
|
4521
4535
|
`;
|
|
4522
|
-
var window_theme_colors_default = () => /* @__PURE__ */ jsxs3(
|
|
4523
|
-
/* @__PURE__ */
|
|
4524
|
-
/* @__PURE__ */
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
] })
|
|
4536
|
+
var window_theme_colors_default = () => /* @__PURE__ */ jsxs3(Fragment7, { children: [
|
|
4537
|
+
/* @__PURE__ */ jsx11("style", { children: style }),
|
|
4538
|
+
/* @__PURE__ */ jsx11("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [void 0, ...Window.options.themeColor].map((color) => /* @__PURE__ */ jsx11("section", { children: /* @__PURE__ */ jsxs3(WindowNormal, { themeColor: color, children: [
|
|
4539
|
+
"Window with ",
|
|
4540
|
+
color ? color : "no",
|
|
4541
|
+
" theme color"
|
|
4542
|
+
] }) })) })
|
|
4530
4543
|
] });
|
|
4531
4544
|
export {
|
|
4532
4545
|
window_theme_colors_default as default
|
|
@@ -4512,21 +4512,35 @@ Window.options = options6;
|
|
|
4512
4512
|
Window.className = WINDOW_CLASSNAME;
|
|
4513
4513
|
Window.defaultProps = defaultProps6;
|
|
4514
4514
|
|
|
4515
|
+
// src/window/templates/window-normal.tsx
|
|
4516
|
+
import { Fragment as Fragment6, jsx as jsx10 } from "react/jsx-runtime";
|
|
4517
|
+
var WindowNormal = (props) => /* @__PURE__ */ jsx10(
|
|
4518
|
+
Window,
|
|
4519
|
+
{
|
|
4520
|
+
title: "Title",
|
|
4521
|
+
actions: ["window-minimize", "window", "x"],
|
|
4522
|
+
children: [
|
|
4523
|
+
/* @__PURE__ */ jsx10(Fragment6, { children: "Content" })
|
|
4524
|
+
],
|
|
4525
|
+
...props
|
|
4526
|
+
}
|
|
4527
|
+
);
|
|
4528
|
+
|
|
4515
4529
|
// src/window/tests/window.tsx
|
|
4516
|
-
import { Fragment as
|
|
4530
|
+
import { Fragment as Fragment7, jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
4517
4531
|
var style = `
|
|
4518
4532
|
.k-window {
|
|
4519
4533
|
position: relative;
|
|
4520
4534
|
}
|
|
4521
4535
|
`;
|
|
4522
|
-
var window_default = () => /* @__PURE__ */ jsxs3(
|
|
4523
|
-
/* @__PURE__ */
|
|
4536
|
+
var window_default = () => /* @__PURE__ */ jsxs3(Fragment7, { children: [
|
|
4537
|
+
/* @__PURE__ */ jsx11("style", { children: style }),
|
|
4524
4538
|
/* @__PURE__ */ jsxs3("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
4525
|
-
/* @__PURE__ */
|
|
4526
|
-
/* @__PURE__ */
|
|
4527
|
-
/* @__PURE__ */
|
|
4528
|
-
/* @__PURE__ */
|
|
4529
|
-
/* @__PURE__ */
|
|
4539
|
+
/* @__PURE__ */ jsx11("section", { children: /* @__PURE__ */ jsx11(WindowNormal, { children: "Window content" }) }),
|
|
4540
|
+
/* @__PURE__ */ jsx11("section", { children: /* @__PURE__ */ jsx11(WindowNormal, { title: "", children: "Window with no title specified" }) }),
|
|
4541
|
+
/* @__PURE__ */ jsx11("section", { children: /* @__PURE__ */ jsx11(WindowNormal, { title: "", actions: void 0, children: "Window with empty title and no actions" }) }),
|
|
4542
|
+
/* @__PURE__ */ jsx11("section", { children: /* @__PURE__ */ jsx11(WindowNormal, { title: void 0, actions: void 0, children: "Window without a title" }) }),
|
|
4543
|
+
/* @__PURE__ */ jsx11("section", { children: /* @__PURE__ */ jsx11(WindowNormal, { title: "Window minimized", minimized: true, children: "Window content" }) })
|
|
4530
4544
|
] })
|
|
4531
4545
|
] });
|
|
4532
4546
|
export {
|
|
@@ -7,5 +7,8 @@ export type KendoFloatingActionButtonItemProps = {
|
|
|
7
7
|
export type KendoFloatingActionButtonItemState = {
|
|
8
8
|
[K in (typeof states)[number]]?: boolean;
|
|
9
9
|
};
|
|
10
|
-
export declare const FloatingActionButtonItem:
|
|
10
|
+
export declare const FloatingActionButtonItem: {
|
|
11
|
+
(props: KendoFloatingActionButtonItemProps & KendoFloatingActionButtonItemState & React.HTMLAttributes<HTMLLIElement>): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
states: ("active" | "focus" | "disabled" | "hover")[];
|
|
13
|
+
};
|
|
11
14
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const IconFloatingActionButton: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const IconTextFloatingActionButton: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const TextFloatingActionButton: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1,7 @@
|
|
|
1
1
|
export * from './multiselecttree.spec';
|
|
2
|
+
export * from './templates/multiselecttree-normal';
|
|
3
|
+
export * from './templates/multiselecttree-arrow-button';
|
|
4
|
+
export * from './templates/multiselecttree-value';
|
|
5
|
+
export * from './templates/multiselecttree-adaptive';
|
|
6
|
+
export * from './templates/multiselecttree-popup';
|
|
7
|
+
export * from './templates/multiselecttree-filtering';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { KendoActionSheetProps } from '../action-sheet';
|
|
2
3
|
export declare const MULTISELECTTREE_CLASSNAME = "k-multiselecttree";
|
|
3
4
|
declare const states: ("required" | "loading" | "focus" | "invalid" | "disabled" | "readonly" | "hover" | "valid")[];
|
|
4
5
|
declare const options: {
|
|
@@ -21,6 +22,8 @@ export type KendoMultiSelectTreeProps = KendoMultiSelectTreeOptions & {
|
|
|
21
22
|
showArrowButton?: boolean;
|
|
22
23
|
opened?: boolean;
|
|
23
24
|
dir?: 'ltr' | 'rtl';
|
|
25
|
+
adaptive?: boolean;
|
|
26
|
+
adaptiveSettings?: KendoActionSheetProps;
|
|
24
27
|
};
|
|
25
28
|
export type KendoMultiSelectTreeState = {
|
|
26
29
|
[K in (typeof states)[number]]?: boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MultiSelectTreeAdaptive: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MultiSelectTreeArrowButton: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MultiSelectTreeFiltering: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MultiSelectTreeNormal: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MultiSelectTreePopup: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MultiSelectTreeValue: ({ size, rounded, children, ...other }: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,6 @@
|
|
|
1
1
|
export * from './notification.spec';
|
|
2
2
|
export * from './notification-action';
|
|
3
|
+
export * from './templates/icon-notification';
|
|
4
|
+
export * from './templates/icon-notification-closable';
|
|
5
|
+
export * from './templates/notification-closable';
|
|
6
|
+
export * from './templates/notification-normal';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const IconNotificationClosable: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const IconNotification: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const NotificationClosable: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const NotificationNormal: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,3 +3,6 @@ export * from './upload-dropzone';
|
|
|
3
3
|
export * from './upload-file';
|
|
4
4
|
export * from './upload-file-multiple';
|
|
5
5
|
export * from './upload-file-info';
|
|
6
|
+
export * from './templates/upload-chunk';
|
|
7
|
+
export * from './templates/upload-batch';
|
|
8
|
+
export * from './templates/upload-normal';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const UploadBatch: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const UploadChunk: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const UploadNormal: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const WindowNormal: (props: any) => import("react/jsx-runtime").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-themes-html",
|
|
3
3
|
"description": "A collection of HTML helpers used for developing Kendo UI themes",
|
|
4
|
-
"version": "7.0.2
|
|
4
|
+
"version": "7.0.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/react": "^18.0.2"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "dfc0dd56b57521806d71c44a781e60250caf96fb"
|
|
56
56
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { WindowNormal } from '../../window';
|
|
2
2
|
import { MenuItem, MenuList } from '../../menu';
|
|
3
3
|
import { Popup } from '../../popup';
|
|
4
4
|
|
|
@@ -25,9 +25,9 @@ export default () =>(
|
|
|
25
25
|
<style>{styles}</style>
|
|
26
26
|
<div id="test-area" className="k-d-grid">
|
|
27
27
|
<section>
|
|
28
|
-
<
|
|
28
|
+
<WindowNormal title="Window">
|
|
29
29
|
Target
|
|
30
|
-
</
|
|
30
|
+
</WindowNormal>
|
|
31
31
|
<Popup className="k-menu-popup">
|
|
32
32
|
<MenuList className="k-context-menu">
|
|
33
33
|
<MenuItem text="Item 1" showArrow></MenuItem>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { WindowNormal } from '../../window';
|
|
2
2
|
import { DialogModal } from '../../dialog';
|
|
3
3
|
|
|
4
4
|
|
|
@@ -24,12 +24,12 @@ export default () =>(
|
|
|
24
24
|
<div id="test-area" className="k-d-grid k-grid-cols-1">
|
|
25
25
|
<section>
|
|
26
26
|
|
|
27
|
-
<
|
|
27
|
+
<WindowNormal title="Window with dialog" className="k-window-wrapper">
|
|
28
28
|
Window content
|
|
29
29
|
<DialogModal title="Dialog in window" actions={[ 'x' ]}>
|
|
30
30
|
Dialog content
|
|
31
31
|
</DialogModal>
|
|
32
|
-
</
|
|
32
|
+
</WindowNormal>
|
|
33
33
|
</section>
|
|
34
34
|
</div>
|
|
35
35
|
</>
|
|
@@ -3,7 +3,7 @@ import { Button } from '../../button';
|
|
|
3
3
|
import { CheckboxItem, CheckboxWithLabelAfter, CheckboxGroup } from '../../checkbox';
|
|
4
4
|
import { Textbox } from '../../textbox';
|
|
5
5
|
import { EditorNormal, EditorContent, EditorToolbar } from '../../editor';
|
|
6
|
-
import {
|
|
6
|
+
import { WindowNormal } from '../../window';
|
|
7
7
|
import { ButtonGroup } from '../../button-group';
|
|
8
8
|
import { Form, FormField } from '../../form';
|
|
9
9
|
|
|
@@ -34,7 +34,7 @@ export default () =>(
|
|
|
34
34
|
<span>Replace Window</span>
|
|
35
35
|
|
|
36
36
|
<section>
|
|
37
|
-
<
|
|
37
|
+
<WindowNormal title="Find and Replace" actions={[ 'x' ]}>
|
|
38
38
|
<div className="k-tabstrip k-tabstrip-top k-editor-find-replace">
|
|
39
39
|
<div className="k-tabstrip-items-wrapper k-hstack">
|
|
40
40
|
<ul className="k-tabstrip-items k-reset">
|
|
@@ -73,11 +73,11 @@ export default () =>(
|
|
|
73
73
|
</Form>
|
|
74
74
|
</div>
|
|
75
75
|
</div>
|
|
76
|
-
</
|
|
76
|
+
</WindowNormal>
|
|
77
77
|
</section>
|
|
78
78
|
|
|
79
79
|
<section>
|
|
80
|
-
<
|
|
80
|
+
<WindowNormal className="k-editor-window" title="Find and Replace" actions={[ 'x' ]}>
|
|
81
81
|
<div className="k-tabstrip k-tabstrip-top k-editor-find-replace">
|
|
82
82
|
<div className="k-tabstrip-items-wrapper k-hstack">
|
|
83
83
|
<ul className="k-tabstrip-items k-reset">
|
|
@@ -123,7 +123,7 @@ export default () =>(
|
|
|
123
123
|
</Form>
|
|
124
124
|
</div>
|
|
125
125
|
</div>
|
|
126
|
-
</
|
|
126
|
+
</WindowNormal>
|
|
127
127
|
</section>
|
|
128
128
|
|
|
129
129
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Button } from '../../button';
|
|
2
2
|
import { Textbox } from '../../textbox';
|
|
3
|
-
import {
|
|
3
|
+
import { WindowNormal } from '../../window';
|
|
4
4
|
import { Form, FormField } from '../../form';
|
|
5
5
|
|
|
6
6
|
|
|
@@ -20,7 +20,7 @@ export default () =>(
|
|
|
20
20
|
<span></span>
|
|
21
21
|
|
|
22
22
|
<section>
|
|
23
|
-
<
|
|
23
|
+
<WindowNormal title="Insert Image" actions={[ 'x' ]} actionButtonsAlign="start" actionButtons={
|
|
24
24
|
<>
|
|
25
25
|
<Button themeColor="primary">Insert</Button>
|
|
26
26
|
<Button>Cancel</Button>
|
|
@@ -32,7 +32,7 @@ export default () =>(
|
|
|
32
32
|
<FormField label="Width:" editor={ <Textbox showClearButton={false} /> } />
|
|
33
33
|
<FormField label="Height:" editor={ <Textbox showClearButton={false} /> } />
|
|
34
34
|
</Form>
|
|
35
|
-
</
|
|
35
|
+
</WindowNormal>
|
|
36
36
|
</section>
|
|
37
37
|
|
|
38
38
|
</div>
|
|
@@ -7,7 +7,7 @@ import { Icon } from '../../icon';
|
|
|
7
7
|
import { NumericTextbox } from '../../numerictextbox';
|
|
8
8
|
import { Textarea } from '../../textarea';
|
|
9
9
|
import { Textbox } from '../../textbox';
|
|
10
|
-
import {
|
|
10
|
+
import { WindowNormal } from '../../window';
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
const styles = `
|
|
@@ -22,7 +22,7 @@ export default () =>(
|
|
|
22
22
|
<style>{styles}</style>
|
|
23
23
|
<div id="test-area" className="k-d-grid k-grid-cols-2">
|
|
24
24
|
<section>
|
|
25
|
-
<
|
|
25
|
+
<WindowNormal actions={[ 'x' ]} className="k-editor-window k-editor-table-wizard-window" title="Table properties" actionButtonsAlign="start" actionButtons={
|
|
26
26
|
<>
|
|
27
27
|
<Button themeColor="primary">Save</Button>
|
|
28
28
|
<Button>Cancel</Button>
|
|
@@ -119,10 +119,10 @@ export default () =>(
|
|
|
119
119
|
</Form>
|
|
120
120
|
</div>
|
|
121
121
|
</div>
|
|
122
|
-
</
|
|
122
|
+
</WindowNormal>
|
|
123
123
|
</section>
|
|
124
124
|
<section>
|
|
125
|
-
<
|
|
125
|
+
<WindowNormal actions={[ 'x' ]} className="k-editor-window k-editor-table-wizard-window" title="Table properties" actionButtonsAlign="start" actionButtons={
|
|
126
126
|
<>
|
|
127
127
|
<Button themeColor="primary">Save</Button>
|
|
128
128
|
<Button>Cancel</Button>
|
|
@@ -176,11 +176,11 @@ export default () =>(
|
|
|
176
176
|
</Form>
|
|
177
177
|
</div>
|
|
178
178
|
</div>
|
|
179
|
-
</
|
|
179
|
+
</WindowNormal>
|
|
180
180
|
</section>
|
|
181
181
|
|
|
182
182
|
<section>
|
|
183
|
-
<
|
|
183
|
+
<WindowNormal actions={[ 'x' ]} className="k-editor-window k-editor-table-wizard-window" title="Cell properties" actionButtonsAlign="start" actionButtons={
|
|
184
184
|
<>
|
|
185
185
|
<Button themeColor="primary">Save</Button>
|
|
186
186
|
<Button>Cancel</Button>
|
|
@@ -266,7 +266,7 @@ export default () =>(
|
|
|
266
266
|
editor={ <Textbox /> }
|
|
267
267
|
/>
|
|
268
268
|
</Form>
|
|
269
|
-
</
|
|
269
|
+
</WindowNormal>
|
|
270
270
|
</section>
|
|
271
271
|
</div>
|
|
272
272
|
</>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { WindowNormal } from '../../window';
|
|
2
2
|
import { Textarea } from '../../textarea';
|
|
3
3
|
import { Button } from '../../button';
|
|
4
4
|
|
|
@@ -20,14 +20,14 @@ export default () =>(
|
|
|
20
20
|
<style>{styles}</style>
|
|
21
21
|
<div id="test-area" className="k-d-grid k-grid-cols-1">
|
|
22
22
|
<section>
|
|
23
|
-
<
|
|
23
|
+
<WindowNormal className="k-editor-window" title="View HTML" actions={[ 'x' ]} actionButtonsAlign="start" actionButtons={
|
|
24
24
|
<>
|
|
25
25
|
<Button themeColor="primary">Update</Button>
|
|
26
26
|
<Button>Cancel</Button>
|
|
27
27
|
</>
|
|
28
28
|
}>
|
|
29
29
|
<Textarea className="k-editor-textarea"></Textarea>
|
|
30
|
-
</
|
|
30
|
+
</WindowNormal>
|
|
31
31
|
</section>
|
|
32
32
|
</div>
|
|
33
33
|
</>
|
package/src/fab/fab-item.tsx
CHANGED
package/src/fab/index.ts
CHANGED