@progress/kendo-themes-html 7.0.2-dev.5 → 7.0.3-dev.0
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
|
@@ -6818,335 +6818,349 @@ Window.options = options39;
|
|
|
6818
6818
|
Window.className = WINDOW_CLASSNAME;
|
|
6819
6819
|
Window.defaultProps = defaultProps35;
|
|
6820
6820
|
|
|
6821
|
-
// src/
|
|
6821
|
+
// src/window/templates/window-normal.tsx
|
|
6822
6822
|
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
6823
|
+
var WindowNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
6824
|
+
Window,
|
|
6825
|
+
{
|
|
6826
|
+
title: "Title",
|
|
6827
|
+
actions: ["window-minimize", "window", "x"],
|
|
6828
|
+
children: [
|
|
6829
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(import_jsx_runtime91.Fragment, { children: "Content" })
|
|
6830
|
+
],
|
|
6831
|
+
...props
|
|
6832
|
+
}
|
|
6833
|
+
);
|
|
6834
|
+
|
|
6835
|
+
// src/editor/tests/editor-table-wizard.tsx
|
|
6836
|
+
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
6823
6837
|
var styles = `
|
|
6824
6838
|
.k-window {
|
|
6825
6839
|
width: 100%;
|
|
6826
6840
|
position: relative;
|
|
6827
6841
|
}
|
|
6828
6842
|
`;
|
|
6829
|
-
var editor_table_wizard_default = () => /* @__PURE__ */ (0,
|
|
6830
|
-
/* @__PURE__ */ (0,
|
|
6831
|
-
/* @__PURE__ */ (0,
|
|
6832
|
-
/* @__PURE__ */ (0,
|
|
6833
|
-
/* @__PURE__ */ (0,
|
|
6834
|
-
/* @__PURE__ */ (0,
|
|
6835
|
-
] }), children: /* @__PURE__ */ (0,
|
|
6836
|
-
/* @__PURE__ */ (0,
|
|
6837
|
-
/* @__PURE__ */ (0,
|
|
6838
|
-
/* @__PURE__ */ (0,
|
|
6843
|
+
var editor_table_wizard_default = () => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(import_jsx_runtime92.Fragment, { children: [
|
|
6844
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("style", { children: styles }),
|
|
6845
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
6846
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(WindowNormal, { actions: ["x"], className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(import_jsx_runtime92.Fragment, { children: [
|
|
6847
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Button, { themeColor: "primary", children: "Save" }),
|
|
6848
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Button, { children: "Cancel" })
|
|
6849
|
+
] }), children: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
|
|
6850
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
|
|
6851
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("span", { className: "k-link", children: "General" }) }),
|
|
6852
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("li", { className: "k-item k-last", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("span", { className: "k-link", children: "Advanced" }) })
|
|
6839
6853
|
] }) }),
|
|
6840
|
-
/* @__PURE__ */ (0,
|
|
6841
|
-
/* @__PURE__ */ (0,
|
|
6854
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
|
|
6855
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6842
6856
|
FormField,
|
|
6843
6857
|
{
|
|
6844
6858
|
colSpan: "2",
|
|
6845
6859
|
label: "Rows",
|
|
6846
|
-
editor: /* @__PURE__ */ (0,
|
|
6860
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, { value: "3" })
|
|
6847
6861
|
}
|
|
6848
6862
|
),
|
|
6849
|
-
/* @__PURE__ */ (0,
|
|
6863
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6850
6864
|
FormField,
|
|
6851
6865
|
{
|
|
6852
6866
|
colSpan: "2",
|
|
6853
6867
|
label: "Columns",
|
|
6854
|
-
editor: /* @__PURE__ */ (0,
|
|
6868
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, { value: "4" })
|
|
6855
6869
|
}
|
|
6856
6870
|
),
|
|
6857
|
-
/* @__PURE__ */ (0,
|
|
6871
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6858
6872
|
FormField,
|
|
6859
6873
|
{
|
|
6860
6874
|
colSpan: "1",
|
|
6861
6875
|
label: "Width",
|
|
6862
|
-
editor: /* @__PURE__ */ (0,
|
|
6876
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, {})
|
|
6863
6877
|
}
|
|
6864
6878
|
),
|
|
6865
|
-
/* @__PURE__ */ (0,
|
|
6879
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6866
6880
|
FormField,
|
|
6867
6881
|
{
|
|
6868
6882
|
colSpan: "1",
|
|
6869
6883
|
label: "\xA0",
|
|
6870
|
-
editor: /* @__PURE__ */ (0,
|
|
6884
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(DropdownList, { placeholder: "%" })
|
|
6871
6885
|
}
|
|
6872
6886
|
),
|
|
6873
|
-
/* @__PURE__ */ (0,
|
|
6887
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6874
6888
|
FormField,
|
|
6875
6889
|
{
|
|
6876
6890
|
colSpan: "1",
|
|
6877
6891
|
label: "Height",
|
|
6878
|
-
editor: /* @__PURE__ */ (0,
|
|
6892
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, { placeholder: "Auto" })
|
|
6879
6893
|
}
|
|
6880
6894
|
),
|
|
6881
|
-
/* @__PURE__ */ (0,
|
|
6895
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6882
6896
|
FormField,
|
|
6883
6897
|
{
|
|
6884
6898
|
colSpan: "1",
|
|
6885
6899
|
label: "\xA0",
|
|
6886
|
-
editor: /* @__PURE__ */ (0,
|
|
6900
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(DropdownList, { placeholder: "px" })
|
|
6887
6901
|
}
|
|
6888
6902
|
),
|
|
6889
|
-
/* @__PURE__ */ (0,
|
|
6903
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6890
6904
|
FormField,
|
|
6891
6905
|
{
|
|
6892
6906
|
colSpan: "2",
|
|
6893
6907
|
label: "Position",
|
|
6894
|
-
editor: /* @__PURE__ */ (0,
|
|
6908
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Icon, { icon: "table-position-start" }), placeholder: "Left" })
|
|
6895
6909
|
}
|
|
6896
6910
|
),
|
|
6897
|
-
/* @__PURE__ */ (0,
|
|
6911
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6898
6912
|
FormField,
|
|
6899
6913
|
{
|
|
6900
6914
|
colSpan: "2",
|
|
6901
6915
|
label: "Alignment",
|
|
6902
|
-
editor: /* @__PURE__ */ (0,
|
|
6916
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
|
|
6903
6917
|
}
|
|
6904
6918
|
),
|
|
6905
|
-
/* @__PURE__ */ (0,
|
|
6919
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6906
6920
|
FormField,
|
|
6907
6921
|
{
|
|
6908
6922
|
colSpan: "2",
|
|
6909
6923
|
label: "Cell spacing",
|
|
6910
|
-
editor: /* @__PURE__ */ (0,
|
|
6924
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, { placeholder: "Auto" })
|
|
6911
6925
|
}
|
|
6912
6926
|
),
|
|
6913
|
-
/* @__PURE__ */ (0,
|
|
6927
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6914
6928
|
FormField,
|
|
6915
6929
|
{
|
|
6916
6930
|
colSpan: "2",
|
|
6917
6931
|
label: "Cell padding",
|
|
6918
|
-
editor: /* @__PURE__ */ (0,
|
|
6932
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, { placeholder: "Auto" })
|
|
6919
6933
|
}
|
|
6920
6934
|
),
|
|
6921
|
-
/* @__PURE__ */ (0,
|
|
6935
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6922
6936
|
FormField,
|
|
6923
6937
|
{
|
|
6924
6938
|
colSpan: "full",
|
|
6925
6939
|
label: "Table background",
|
|
6926
|
-
editor: /* @__PURE__ */ (0,
|
|
6940
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(ColorPicker, {})
|
|
6927
6941
|
}
|
|
6928
6942
|
),
|
|
6929
|
-
/* @__PURE__ */ (0,
|
|
6943
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6930
6944
|
FormField,
|
|
6931
6945
|
{
|
|
6932
6946
|
colSpan: "1",
|
|
6933
6947
|
label: "Border width",
|
|
6934
|
-
editor: /* @__PURE__ */ (0,
|
|
6948
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, { value: "1" })
|
|
6935
6949
|
}
|
|
6936
6950
|
),
|
|
6937
|
-
/* @__PURE__ */ (0,
|
|
6951
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6938
6952
|
FormField,
|
|
6939
6953
|
{
|
|
6940
6954
|
colSpan: "1",
|
|
6941
6955
|
label: "Border color",
|
|
6942
|
-
editor: /* @__PURE__ */ (0,
|
|
6956
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(ColorPicker, {})
|
|
6943
6957
|
}
|
|
6944
6958
|
),
|
|
6945
|
-
/* @__PURE__ */ (0,
|
|
6959
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6946
6960
|
FormField,
|
|
6947
6961
|
{
|
|
6948
6962
|
colSpan: "2",
|
|
6949
6963
|
label: "Border style",
|
|
6950
|
-
editor: /* @__PURE__ */ (0,
|
|
6964
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(DropdownList, { value: "Solid" })
|
|
6951
6965
|
}
|
|
6952
6966
|
),
|
|
6953
|
-
/* @__PURE__ */ (0,
|
|
6967
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6954
6968
|
FormField,
|
|
6955
6969
|
{
|
|
6956
6970
|
colSpan: "full",
|
|
6957
|
-
editor: /* @__PURE__ */ (0,
|
|
6958
|
-
/* @__PURE__ */ (0,
|
|
6959
|
-
/* @__PURE__ */ (0,
|
|
6971
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(import_jsx_runtime92.Fragment, { children: [
|
|
6972
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Checkbox, {}),
|
|
6973
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("label", { className: "k-checkbox-label", children: "Collapse borders" })
|
|
6960
6974
|
] })
|
|
6961
6975
|
}
|
|
6962
6976
|
)
|
|
6963
6977
|
] }) })
|
|
6964
6978
|
] }) }) }),
|
|
6965
|
-
/* @__PURE__ */ (0,
|
|
6966
|
-
/* @__PURE__ */ (0,
|
|
6967
|
-
/* @__PURE__ */ (0,
|
|
6968
|
-
] }), children: /* @__PURE__ */ (0,
|
|
6969
|
-
/* @__PURE__ */ (0,
|
|
6970
|
-
/* @__PURE__ */ (0,
|
|
6971
|
-
/* @__PURE__ */ (0,
|
|
6979
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(WindowNormal, { actions: ["x"], className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(import_jsx_runtime92.Fragment, { children: [
|
|
6980
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Button, { themeColor: "primary", children: "Save" }),
|
|
6981
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Button, { children: "Cancel" })
|
|
6982
|
+
] }), children: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
|
|
6983
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
|
|
6984
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("li", { className: "k-item k-first", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("span", { className: "k-link", children: "General" }) }),
|
|
6985
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("span", { className: "k-link", children: "Advanced" }) })
|
|
6972
6986
|
] }) }),
|
|
6973
|
-
/* @__PURE__ */ (0,
|
|
6974
|
-
/* @__PURE__ */ (0,
|
|
6975
|
-
/* @__PURE__ */ (0,
|
|
6976
|
-
/* @__PURE__ */ (0,
|
|
6977
|
-
/* @__PURE__ */ (0,
|
|
6987
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(Form, { tag: "div", layout: "grid", children: [
|
|
6988
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(FormField, { label: "ID", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Textbox, {}) }),
|
|
6989
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(FormField, { label: "CSS class", optional: true, editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Textbox, {}) }),
|
|
6990
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(Fieldset, { legend: "Accessibility", layout: "grid", cols: 4, gapX: 4, children: [
|
|
6991
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6978
6992
|
FormField,
|
|
6979
6993
|
{
|
|
6980
6994
|
colSpan: "2",
|
|
6981
6995
|
label: "Caption",
|
|
6982
6996
|
optional: true,
|
|
6983
|
-
editor: /* @__PURE__ */ (0,
|
|
6997
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Textbox, {})
|
|
6984
6998
|
}
|
|
6985
6999
|
),
|
|
6986
|
-
/* @__PURE__ */ (0,
|
|
7000
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6987
7001
|
FormField,
|
|
6988
7002
|
{
|
|
6989
7003
|
colSpan: "2",
|
|
6990
7004
|
label: "Caption alignment",
|
|
6991
|
-
editor: /* @__PURE__ */ (0,
|
|
7005
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
|
|
6992
7006
|
}
|
|
6993
7007
|
),
|
|
6994
|
-
/* @__PURE__ */ (0,
|
|
7008
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
6995
7009
|
FormField,
|
|
6996
7010
|
{
|
|
6997
7011
|
colSpan: "1",
|
|
6998
7012
|
label: "Header rows",
|
|
6999
|
-
editor: /* @__PURE__ */ (0,
|
|
7013
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, { value: "0" })
|
|
7000
7014
|
}
|
|
7001
7015
|
),
|
|
7002
|
-
/* @__PURE__ */ (0,
|
|
7016
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7003
7017
|
FormField,
|
|
7004
7018
|
{
|
|
7005
7019
|
colSpan: "1",
|
|
7006
7020
|
label: "Header cols",
|
|
7007
|
-
editor: /* @__PURE__ */ (0,
|
|
7021
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, { value: "0" })
|
|
7008
7022
|
}
|
|
7009
7023
|
),
|
|
7010
|
-
/* @__PURE__ */ (0,
|
|
7024
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7011
7025
|
FormField,
|
|
7012
7026
|
{
|
|
7013
7027
|
colSpan: "2",
|
|
7014
7028
|
label: "Associate headers",
|
|
7015
|
-
editor: /* @__PURE__ */ (0,
|
|
7029
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(DropdownList, { value: "Using 'scope' attribu..." })
|
|
7016
7030
|
}
|
|
7017
7031
|
),
|
|
7018
|
-
/* @__PURE__ */ (0,
|
|
7032
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7019
7033
|
FormField,
|
|
7020
7034
|
{
|
|
7021
7035
|
colSpan: "full",
|
|
7022
7036
|
label: "Summary",
|
|
7023
7037
|
optional: true,
|
|
7024
|
-
editor: /* @__PURE__ */ (0,
|
|
7038
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Textarea, { rows: 3, placeholder: "Summary attribute is not HTML5 compatible" })
|
|
7025
7039
|
}
|
|
7026
7040
|
)
|
|
7027
7041
|
] })
|
|
7028
7042
|
] }) })
|
|
7029
7043
|
] }) }) }),
|
|
7030
|
-
/* @__PURE__ */ (0,
|
|
7031
|
-
/* @__PURE__ */ (0,
|
|
7032
|
-
/* @__PURE__ */ (0,
|
|
7033
|
-
] }), children: /* @__PURE__ */ (0,
|
|
7034
|
-
/* @__PURE__ */ (0,
|
|
7044
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(WindowNormal, { actions: ["x"], className: "k-editor-window k-editor-table-wizard-window", title: "Cell properties", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(import_jsx_runtime92.Fragment, { children: [
|
|
7045
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Button, { themeColor: "primary", children: "Save" }),
|
|
7046
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Button, { children: "Cancel" })
|
|
7047
|
+
] }), children: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
|
|
7048
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7035
7049
|
FormField,
|
|
7036
7050
|
{
|
|
7037
7051
|
colSpan: "full",
|
|
7038
|
-
editor: /* @__PURE__ */ (0,
|
|
7039
|
-
/* @__PURE__ */ (0,
|
|
7040
|
-
/* @__PURE__ */ (0,
|
|
7052
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(import_jsx_runtime92.Fragment, { children: [
|
|
7053
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Checkbox, {}),
|
|
7054
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("label", { className: "k-checkbox-label", children: "Apply to all cells" })
|
|
7041
7055
|
] })
|
|
7042
7056
|
}
|
|
7043
7057
|
),
|
|
7044
|
-
/* @__PURE__ */ (0,
|
|
7058
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7045
7059
|
FormField,
|
|
7046
7060
|
{
|
|
7047
7061
|
colSpan: "1",
|
|
7048
7062
|
label: "Width",
|
|
7049
|
-
editor: /* @__PURE__ */ (0,
|
|
7063
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, {}),
|
|
7050
7064
|
hint: "apply to column"
|
|
7051
7065
|
}
|
|
7052
7066
|
),
|
|
7053
|
-
/* @__PURE__ */ (0,
|
|
7067
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7054
7068
|
FormField,
|
|
7055
7069
|
{
|
|
7056
7070
|
colSpan: "1",
|
|
7057
7071
|
label: "\xA0",
|
|
7058
|
-
editor: /* @__PURE__ */ (0,
|
|
7072
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(DropdownList, { placeholder: "px" })
|
|
7059
7073
|
}
|
|
7060
7074
|
),
|
|
7061
|
-
/* @__PURE__ */ (0,
|
|
7075
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7062
7076
|
FormField,
|
|
7063
7077
|
{
|
|
7064
7078
|
colSpan: "1",
|
|
7065
7079
|
label: "Height",
|
|
7066
|
-
editor: /* @__PURE__ */ (0,
|
|
7080
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, { placeholder: "Auto" }),
|
|
7067
7081
|
hint: "apply to row"
|
|
7068
7082
|
}
|
|
7069
7083
|
),
|
|
7070
|
-
/* @__PURE__ */ (0,
|
|
7084
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7071
7085
|
FormField,
|
|
7072
7086
|
{
|
|
7073
7087
|
colSpan: "1",
|
|
7074
7088
|
label: "\xA0",
|
|
7075
|
-
editor: /* @__PURE__ */ (0,
|
|
7089
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(DropdownList, { placeholder: "px" })
|
|
7076
7090
|
}
|
|
7077
7091
|
),
|
|
7078
|
-
/* @__PURE__ */ (0,
|
|
7092
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7079
7093
|
FormField,
|
|
7080
7094
|
{
|
|
7081
7095
|
colSpan: "2",
|
|
7082
7096
|
label: "Alignment",
|
|
7083
|
-
editor: /* @__PURE__ */ (0,
|
|
7097
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
|
|
7084
7098
|
}
|
|
7085
7099
|
),
|
|
7086
|
-
/* @__PURE__ */ (0,
|
|
7100
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7087
7101
|
FormField,
|
|
7088
7102
|
{
|
|
7089
7103
|
colSpan: "2",
|
|
7090
7104
|
label: "Text control",
|
|
7091
|
-
editor: /* @__PURE__ */ (0,
|
|
7105
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(DropdownList, { prefix: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Icon, { icon: "text-wrap" }), placeholder: "Wrap" })
|
|
7092
7106
|
}
|
|
7093
7107
|
),
|
|
7094
|
-
/* @__PURE__ */ (0,
|
|
7108
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7095
7109
|
FormField,
|
|
7096
7110
|
{
|
|
7097
7111
|
colSpan: "2",
|
|
7098
7112
|
label: "Cell spacing",
|
|
7099
|
-
editor: /* @__PURE__ */ (0,
|
|
7113
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, { placeholder: "Auto" })
|
|
7100
7114
|
}
|
|
7101
7115
|
),
|
|
7102
|
-
/* @__PURE__ */ (0,
|
|
7116
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7103
7117
|
FormField,
|
|
7104
7118
|
{
|
|
7105
7119
|
colSpan: "2",
|
|
7106
7120
|
label: "Cell padding",
|
|
7107
|
-
editor: /* @__PURE__ */ (0,
|
|
7121
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, { placeholder: "Auto" })
|
|
7108
7122
|
}
|
|
7109
7123
|
),
|
|
7110
|
-
/* @__PURE__ */ (0,
|
|
7124
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7111
7125
|
FormField,
|
|
7112
7126
|
{
|
|
7113
7127
|
colSpan: "1",
|
|
7114
7128
|
label: "Border width",
|
|
7115
|
-
editor: /* @__PURE__ */ (0,
|
|
7129
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(NumericTextbox, { value: "1" })
|
|
7116
7130
|
}
|
|
7117
7131
|
),
|
|
7118
|
-
/* @__PURE__ */ (0,
|
|
7132
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7119
7133
|
FormField,
|
|
7120
7134
|
{
|
|
7121
7135
|
colSpan: "1",
|
|
7122
7136
|
label: "Border color",
|
|
7123
|
-
editor: /* @__PURE__ */ (0,
|
|
7137
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(ColorPicker, {})
|
|
7124
7138
|
}
|
|
7125
7139
|
),
|
|
7126
|
-
/* @__PURE__ */ (0,
|
|
7140
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7127
7141
|
FormField,
|
|
7128
7142
|
{
|
|
7129
7143
|
colSpan: "2",
|
|
7130
7144
|
label: "Border style",
|
|
7131
|
-
editor: /* @__PURE__ */ (0,
|
|
7145
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(DropdownList, { value: "Solid" })
|
|
7132
7146
|
}
|
|
7133
7147
|
),
|
|
7134
|
-
/* @__PURE__ */ (0,
|
|
7148
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7135
7149
|
FormField,
|
|
7136
7150
|
{
|
|
7137
7151
|
colSpan: "full",
|
|
7138
7152
|
label: "ID",
|
|
7139
7153
|
optional: true,
|
|
7140
|
-
editor: /* @__PURE__ */ (0,
|
|
7154
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Textbox, {})
|
|
7141
7155
|
}
|
|
7142
7156
|
),
|
|
7143
|
-
/* @__PURE__ */ (0,
|
|
7157
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
7144
7158
|
FormField,
|
|
7145
7159
|
{
|
|
7146
7160
|
colSpan: "full",
|
|
7147
7161
|
label: "CSS class",
|
|
7148
7162
|
optional: true,
|
|
7149
|
-
editor: /* @__PURE__ */ (0,
|
|
7163
|
+
editor: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Textbox, {})
|
|
7150
7164
|
}
|
|
7151
7165
|
)
|
|
7152
7166
|
] }) }) })
|