@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
|
@@ -4401,67 +4401,101 @@ import { jsx as jsx5 } from "react/jsx-runtime";
|
|
|
4401
4401
|
|
|
4402
4402
|
// src/fab/fab-item.tsx
|
|
4403
4403
|
import { jsx as jsx6, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
4404
|
+
var className = `k-fab-item`;
|
|
4404
4405
|
var states5 = [
|
|
4405
4406
|
States.hover,
|
|
4406
4407
|
States.focus,
|
|
4407
4408
|
States.active,
|
|
4408
4409
|
States.disabled
|
|
4409
4410
|
];
|
|
4411
|
+
var FloatingActionButtonItem = (props) => {
|
|
4412
|
+
const {
|
|
4413
|
+
text,
|
|
4414
|
+
icon,
|
|
4415
|
+
align,
|
|
4416
|
+
hover,
|
|
4417
|
+
focus,
|
|
4418
|
+
active,
|
|
4419
|
+
disabled,
|
|
4420
|
+
...other
|
|
4421
|
+
} = props;
|
|
4422
|
+
return /* @__PURE__ */ jsxs2(
|
|
4423
|
+
"li",
|
|
4424
|
+
{
|
|
4425
|
+
...other,
|
|
4426
|
+
className: classNames(
|
|
4427
|
+
props.className,
|
|
4428
|
+
className,
|
|
4429
|
+
{
|
|
4430
|
+
[`k-text-${align}`]: align
|
|
4431
|
+
},
|
|
4432
|
+
stateClassNames(className, {
|
|
4433
|
+
hover,
|
|
4434
|
+
focus,
|
|
4435
|
+
active,
|
|
4436
|
+
disabled
|
|
4437
|
+
})
|
|
4438
|
+
),
|
|
4439
|
+
children: [
|
|
4440
|
+
/* @__PURE__ */ jsx6("span", { className: "k-fab-item-text", children: text }),
|
|
4441
|
+
/* @__PURE__ */ jsx6(Icon, { className: "k-fab-item-icon", icon })
|
|
4442
|
+
]
|
|
4443
|
+
}
|
|
4444
|
+
);
|
|
4445
|
+
};
|
|
4446
|
+
FloatingActionButtonItem.states = states5;
|
|
4447
|
+
|
|
4448
|
+
// src/fab/templates/text-fab.tsx
|
|
4449
|
+
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
4450
|
+
var TextFloatingActionButton = (props) => /* @__PURE__ */ jsx7(
|
|
4451
|
+
FloatingActionButton,
|
|
4452
|
+
{
|
|
4453
|
+
text: "Create",
|
|
4454
|
+
...props
|
|
4455
|
+
}
|
|
4456
|
+
);
|
|
4457
|
+
|
|
4458
|
+
// src/fab/templates/icon-fab.tsx
|
|
4459
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
4460
|
+
var IconFloatingActionButton = (props) => /* @__PURE__ */ jsx8(
|
|
4461
|
+
FloatingActionButton,
|
|
4462
|
+
{
|
|
4463
|
+
icon: "plus",
|
|
4464
|
+
...props
|
|
4465
|
+
}
|
|
4466
|
+
);
|
|
4467
|
+
|
|
4468
|
+
// src/fab/templates/icon-text-fab.tsx
|
|
4469
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
4470
|
+
var IconTextFloatingActionButton = (props) => /* @__PURE__ */ jsx9(
|
|
4471
|
+
FloatingActionButton,
|
|
4472
|
+
{
|
|
4473
|
+
icon: "plus",
|
|
4474
|
+
text: "Create",
|
|
4475
|
+
...props
|
|
4476
|
+
}
|
|
4477
|
+
);
|
|
4410
4478
|
|
|
4411
4479
|
// src/fab/tests/fab.tsx
|
|
4412
|
-
import { Fragment as Fragment4, jsx as
|
|
4480
|
+
import { Fragment as Fragment4, jsx as jsx10, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
4413
4481
|
var styles = `
|
|
4414
4482
|
#test-area {
|
|
4415
4483
|
grid-template-columns: 200px repeat(3, 1fr);
|
|
4416
4484
|
}
|
|
4417
4485
|
`;
|
|
4418
4486
|
var fab_default = () => /* @__PURE__ */ jsxs3(Fragment4, { children: [
|
|
4419
|
-
/* @__PURE__ */
|
|
4487
|
+
/* @__PURE__ */ jsx10("style", { children: styles }),
|
|
4420
4488
|
/* @__PURE__ */ jsxs3("div", { id: "test-area", className: "k-d-grid", children: [
|
|
4421
|
-
/* @__PURE__ */
|
|
4422
|
-
/* @__PURE__ */
|
|
4423
|
-
/* @__PURE__ */
|
|
4424
|
-
/* @__PURE__ */
|
|
4425
|
-
/* @__PURE__ */
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "secondary", icon: "plus", text: "Create" }) }),
|
|
4432
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "secondary", icon: "plus" }) }),
|
|
4433
|
-
/* @__PURE__ */ jsx7("span", { children: "tertiary" }),
|
|
4434
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "tertiary", text: "Create" }) }),
|
|
4435
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "tertiary", icon: "plus", text: "Create" }) }),
|
|
4436
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "tertiary", icon: "plus" }) }),
|
|
4437
|
-
/* @__PURE__ */ jsx7("span", { children: "info" }),
|
|
4438
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "info", text: "Create" }) }),
|
|
4439
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "info", icon: "plus", text: "Create" }) }),
|
|
4440
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "info", icon: "plus" }) }),
|
|
4441
|
-
/* @__PURE__ */ jsx7("span", { children: "success" }),
|
|
4442
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "success", text: "Create" }) }),
|
|
4443
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "success", icon: "plus", text: "Create" }) }),
|
|
4444
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "success", icon: "plus" }) }),
|
|
4445
|
-
/* @__PURE__ */ jsx7("span", { children: "warning" }),
|
|
4446
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "warning", text: "Create" }) }),
|
|
4447
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "warning", icon: "plus", text: "Create" }) }),
|
|
4448
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "warning", icon: "plus" }) }),
|
|
4449
|
-
/* @__PURE__ */ jsx7("span", { children: "error" }),
|
|
4450
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "error", text: "Create" }) }),
|
|
4451
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "error", icon: "plus", text: "Create" }) }),
|
|
4452
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "error", icon: "plus" }) }),
|
|
4453
|
-
/* @__PURE__ */ jsx7("span", { children: "dark" }),
|
|
4454
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "dark", text: "Create" }) }),
|
|
4455
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "dark", icon: "plus", text: "Create" }) }),
|
|
4456
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "dark", icon: "plus" }) }),
|
|
4457
|
-
/* @__PURE__ */ jsx7("span", { children: "light" }),
|
|
4458
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "light", text: "Create" }) }),
|
|
4459
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "light", icon: "plus", text: "Create" }) }),
|
|
4460
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "light", icon: "plus" }) }),
|
|
4461
|
-
/* @__PURE__ */ jsx7("span", { children: "inverse" }),
|
|
4462
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "inverse", text: "Create" }) }),
|
|
4463
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "inverse", icon: "plus", text: "Create" }) }),
|
|
4464
|
-
/* @__PURE__ */ jsx7("span", { children: /* @__PURE__ */ jsx7(FloatingActionButton, { themeColor: "inverse", icon: "plus" }) })
|
|
4489
|
+
/* @__PURE__ */ jsx10("span", {}),
|
|
4490
|
+
/* @__PURE__ */ jsx10("span", { children: "Text" }),
|
|
4491
|
+
/* @__PURE__ */ jsx10("span", { children: "Text + Icon" }),
|
|
4492
|
+
/* @__PURE__ */ jsx10("span", { children: "Icon" }),
|
|
4493
|
+
FloatingActionButton.options.themeColor.map((color) => /* @__PURE__ */ jsxs3(Fragment4, { children: [
|
|
4494
|
+
/* @__PURE__ */ jsx10("span", { children: color }),
|
|
4495
|
+
/* @__PURE__ */ jsx10("span", { children: /* @__PURE__ */ jsx10(TextFloatingActionButton, { themeColor: color }) }),
|
|
4496
|
+
/* @__PURE__ */ jsx10("span", { children: /* @__PURE__ */ jsx10(IconTextFloatingActionButton, { themeColor: color }) }),
|
|
4497
|
+
/* @__PURE__ */ jsx10("span", { children: /* @__PURE__ */ jsx10(IconFloatingActionButton, { themeColor: color }) })
|
|
4498
|
+
] }))
|
|
4465
4499
|
] })
|
|
4466
4500
|
] });
|
|
4467
4501
|
export {
|
|
@@ -4631,7 +4631,7 @@ var Upload = (props) => {
|
|
|
4631
4631
|
props.children && /* @__PURE__ */ jsx13("ul", { className: "k-upload-files", children: props.children }),
|
|
4632
4632
|
actions && /* @__PURE__ */ jsxs5(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
|
|
4633
4633
|
/* @__PURE__ */ jsx13(Button, { className: "k-clear-selected", children: "Clear" }),
|
|
4634
|
-
/* @__PURE__ */ jsx13(Button, { themeColor: "primary", className: "k-upload-selected", children: "
|
|
4634
|
+
/* @__PURE__ */ jsx13(Button, { themeColor: "primary", className: "k-upload-selected", children: "Upload" })
|
|
4635
4635
|
] })
|
|
4636
4636
|
]
|
|
4637
4637
|
}
|
|
@@ -4790,32 +4790,48 @@ import { Fragment as Fragment9, jsx as jsx19, jsxs as jsxs8 } from "react/jsx-ru
|
|
|
4790
4790
|
// src/upload/upload-file-multiple.tsx
|
|
4791
4791
|
import { Fragment as Fragment10, jsx as jsx20, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
4792
4792
|
|
|
4793
|
-
// src/
|
|
4793
|
+
// src/upload/templates/upload-chunk.tsx
|
|
4794
4794
|
import { Fragment as Fragment11, jsx as jsx21, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
4795
|
+
|
|
4796
|
+
// src/upload/templates/upload-batch.tsx
|
|
4797
|
+
import { Fragment as Fragment12, jsx as jsx22, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
4798
|
+
|
|
4799
|
+
// src/upload/templates/upload-normal.tsx
|
|
4800
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
4801
|
+
var UploadNormal = (props) => /* @__PURE__ */ jsx23(
|
|
4802
|
+
Upload,
|
|
4803
|
+
{
|
|
4804
|
+
async: true,
|
|
4805
|
+
...props
|
|
4806
|
+
}
|
|
4807
|
+
);
|
|
4808
|
+
|
|
4809
|
+
// src/filemanager/tests/filemanager-dialogs.tsx
|
|
4810
|
+
import { Fragment as Fragment13, jsx as jsx24, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
4795
4811
|
var styles = `
|
|
4796
4812
|
.k-dialog {
|
|
4797
4813
|
width: 100%;
|
|
4798
4814
|
position: relative;
|
|
4799
4815
|
}
|
|
4800
4816
|
`;
|
|
4801
|
-
var filemanager_dialogs_default = () => /* @__PURE__ */
|
|
4802
|
-
/* @__PURE__ */
|
|
4803
|
-
/* @__PURE__ */
|
|
4804
|
-
/* @__PURE__ */
|
|
4805
|
-
/* @__PURE__ */
|
|
4806
|
-
/* @__PURE__ */
|
|
4807
|
-
] }), children: /* @__PURE__ */
|
|
4808
|
-
/* @__PURE__ */
|
|
4809
|
-
/* @__PURE__ */
|
|
4810
|
-
/* @__PURE__ */
|
|
4811
|
-
/* @__PURE__ */
|
|
4812
|
-
] }), children: /* @__PURE__ */
|
|
4813
|
-
/* @__PURE__ */
|
|
4814
|
-
/* @__PURE__ */
|
|
4815
|
-
/* @__PURE__ */
|
|
4817
|
+
var filemanager_dialogs_default = () => /* @__PURE__ */ jsxs12(Fragment13, { children: [
|
|
4818
|
+
/* @__PURE__ */ jsx24("style", { children: styles }),
|
|
4819
|
+
/* @__PURE__ */ jsxs12("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
|
|
4820
|
+
/* @__PURE__ */ jsx24("section", { children: /* @__PURE__ */ jsx24(DialogNormal, { title: "Upload Files", actions: ["x"], actionButtonsAlign: "start", className: "k-filemanager-upload-dialog", actionButtons: /* @__PURE__ */ jsxs12(Fragment13, { children: [
|
|
4821
|
+
/* @__PURE__ */ jsx24(Button, { themeColor: "primary", children: "Upload" }),
|
|
4822
|
+
/* @__PURE__ */ jsx24(Button, { children: "Cancel" })
|
|
4823
|
+
] }), children: /* @__PURE__ */ jsx24(UploadNormal, { empty: true, status: "upload" }) }) }),
|
|
4824
|
+
/* @__PURE__ */ jsx24("span", { children: " " }),
|
|
4825
|
+
/* @__PURE__ */ jsx24("section", { children: /* @__PURE__ */ jsx24(DialogNormal, { title: "Confirm", actions: ["x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs12(Fragment13, { children: [
|
|
4826
|
+
/* @__PURE__ */ jsx24(Button, { themeColor: "primary", children: "Confirm" }),
|
|
4827
|
+
/* @__PURE__ */ jsx24(Button, { children: "Cancel" })
|
|
4828
|
+
] }), children: /* @__PURE__ */ jsx24("p", { children: "Do you want to move or copy?" }) }) }),
|
|
4829
|
+
/* @__PURE__ */ jsx24("section", { children: /* @__PURE__ */ jsxs12(DialogNormal, { title: "Confirm", actions: ["x"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs12(Fragment13, { children: [
|
|
4830
|
+
/* @__PURE__ */ jsx24(Button, { themeColor: "primary", children: "Confirm" }),
|
|
4831
|
+
/* @__PURE__ */ jsx24(Button, { children: "Cancel" })
|
|
4816
4832
|
] }), children: [
|
|
4817
|
-
/* @__PURE__ */
|
|
4818
|
-
/* @__PURE__ */
|
|
4833
|
+
/* @__PURE__ */ jsx24("p", { children: "Are you sure you want to delete this file?" }),
|
|
4834
|
+
/* @__PURE__ */ jsx24("p", { children: "You can't undo this action." })
|
|
4819
4835
|
] }) })
|
|
4820
4836
|
] })
|
|
4821
4837
|
] });
|