adminizer 4.6.0 → 4.7.0-build.221
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/Readme.md +12 -0
- package/assets/RelationDialogStack-CnHFOYyR.css +1 -0
- package/assets/RelationDialogStack-DI2bZxQX.js +20 -0
- package/assets/add-4213XScp.js +1 -0
- package/assets/add-group--F1XxfJ1.js +1 -0
- package/assets/add-group-form-DKRXC2n-.js +1 -0
- package/assets/add-user-b9HfMq7z.js +1 -0
- package/assets/add-user-form-UXAToWQd.js +1 -0
- package/assets/app-Clx8f5hd.css +1 -0
- package/assets/app-layout-C02ja4OI.js +1 -0
- package/assets/app-shell-D8wtkECO.js +1 -0
- package/assets/app-sidebar-BR5_zwxj.js +1 -0
- package/assets/app-sidebar-header-BZbIBQjq.js +1 -0
- package/assets/app.js +59 -7990
- package/assets/breadcrumbs-CODaqVkB.js +1 -0
- package/assets/catalog-6ZZjWdFs.js +6 -0
- package/assets/dashboard-CftAdKiH.js +3 -0
- package/assets/date-picker-DSOkNiNo.js +1 -0
- package/assets/del-modal-Cd4M7af8.js +1 -0
- package/assets/dynamic-controls-BsrJhPDY.js +1 -0
- package/assets/geo-json-CzR5JBXL.js +1 -0
- package/assets/handsontable-BI98OF5R.js +336 -0
- package/assets/history-DLHSU7Ak.js +1 -0
- package/assets/home-NcQ7nnU0.js +2 -0
- package/assets/icon-C2JNaLxH.js +1 -0
- package/assets/init-user-D2HSyXup.js +1 -0
- package/assets/input-error-CH2caTtO.js +1 -0
- package/assets/jsoneditor-DVNQmA6G.js +3869 -0
- package/assets/list-CFU0-TgN.js +4 -0
- package/assets/login-DFSLEO17.js +1 -0
- package/assets/manifest.json +246 -273
- package/assets/material-icon-Bx9pGQiQ.js +1 -0
- package/assets/media-manager-WcKe1EvD.js +6 -0
- package/assets/module-CT7PC6pc.js +1 -0
- package/assets/monaco-Bl4zdWCn.js +11 -0
- package/assets/nav-footer-BiSQkPt4.js +1 -0
- package/assets/nav-main-rTH0PfDw.js +1 -0
- package/assets/nav-user-Bj6cWs0a.js +1 -0
- package/assets/notification-Bi-PX87D.js +20 -0
- package/assets/pagination-render-AKJvTIRA.js +1 -0
- package/assets/register-BTP4uxsK.js +1 -0
- package/assets/ru-eW0WKkga.js +1 -0
- package/assets/theme-switcher-Dm8EOGzx.js +1 -0
- package/assets/toast-editor-DOg_gvSp.js +668 -0
- package/assets/user-filters-list-YUfR4XMI.js +1 -0
- package/assets/user-info-BgSbT02v.js +1 -0
- package/assets/user-menu-content-TQTXHIv6.js +1 -0
- package/assets/{vanilla-picker-l5rcX3cq.js → vanilla-picker-B3LgXoKV.js} +1 -7
- package/assets/welcome-vLwTu1R6.js +1 -0
- package/controllers/add.d.ts +1 -1
- package/controllers/add.js +20 -26
- package/controllers/addGroup.d.ts +1 -1
- package/controllers/addGroup.js +7 -15
- package/controllers/addUser.d.ts +1 -1
- package/controllers/addUser.js +10 -16
- package/controllers/catalog/Catalog.d.ts +1 -1
- package/controllers/catalog/Catalog.js +1 -10
- package/controllers/catalog/FrontendCatalogAdapter.d.ts +3 -3
- package/controllers/catalog/FrontendCatalogAdapter.js +0 -6
- package/controllers/catalog/FrontentCatalogAdapter.d.ts +3 -3
- package/controllers/catalog/FrontentCatalogAdapter.js +0 -4
- package/controllers/ckeditorUpload.js +2 -18
- package/controllers/dashboard.d.ts +1 -1
- package/controllers/dashboard.js +2 -5
- package/controllers/edit.js +24 -37
- package/controllers/editGroup.d.ts +1 -1
- package/controllers/editGroup.js +10 -21
- package/controllers/editUser.d.ts +1 -1
- package/controllers/editUser.js +11 -23
- package/controllers/exportData.d.ts +6 -0
- package/controllers/exportData.js +315 -0
- package/controllers/feed.d.ts +6 -0
- package/controllers/feed.js +73 -0
- package/controllers/feedback/feedbackController.d.ts +1 -1
- package/controllers/feedback/feedbackController.js +5 -7
- package/controllers/filter-fields/columns.d.ts +11 -0
- package/controllers/filter-fields/columns.js +106 -0
- package/controllers/filter-fields/filterFields.d.ts +10 -0
- package/controllers/filter-fields/filterFields.js +141 -0
- package/controllers/filter-fields/getAllUserFilters.d.ts +6 -0
- package/controllers/filter-fields/getAllUserFilters.js +115 -0
- package/controllers/filter-fields/groups.d.ts +5 -0
- package/controllers/filter-fields/groups.js +26 -0
- package/controllers/filter-fields/savedFilters.d.ts +25 -0
- package/controllers/filter-fields/savedFilters.js +317 -0
- package/controllers/getAllWidgets.d.ts +1 -1
- package/controllers/getAllWidgets.js +1 -9
- package/controllers/history-actions/HistoryController.js +6 -31
- package/controllers/initUser.js +6 -5
- package/controllers/inlineUpdate.d.ts +7 -0
- package/controllers/inlineUpdate.js +148 -0
- package/controllers/list.d.ts +1 -1
- package/controllers/list.js +383 -70
- package/controllers/listUserFilters.d.ts +5 -0
- package/controllers/listUserFilters.js +26 -0
- package/controllers/login.js +2 -2
- package/controllers/media-manager/mediaManagerApi.js +0 -9
- package/controllers/navigation/edit.js +3 -9
- package/controllers/notifications/NotificationController.d.ts +1 -1
- package/controllers/notifications/NotificationController.js +12 -36
- package/controllers/register.js +10 -9
- package/controllers/remove.js +10 -19
- package/controllers/timezones.d.ts +1 -1
- package/controllers/timezones.js +0 -6
- package/controllers/userApiKey.d.ts +7 -0
- package/controllers/userApiKey.js +36 -0
- package/controllers/view.js +14 -26
- package/controllers/welcome.d.ts +1 -1
- package/controllers/welcome.js +0 -4
- package/controllers/widgets/Action.d.ts +1 -1
- package/controllers/widgets/Action.js +1 -9
- package/controllers/widgets/Custom.d.ts +1 -1
- package/controllers/widgets/Custom.js +1 -9
- package/controllers/widgets/Info.d.ts +1 -1
- package/controllers/widgets/Info.js +1 -9
- package/controllers/widgets/filterInfo.d.ts +1 -0
- package/controllers/widgets/filterInfo.js +44 -0
- package/controllers/widgets/switch.d.ts +1 -1
- package/controllers/widgets/switch.js +1 -9
- package/controllers/widgetsDB.d.ts +1 -1
- package/controllers/widgetsDB.js +2 -8
- package/helpers/accessRightsHelper.d.ts +1 -1
- package/helpers/accessRightsHelper.js +5 -4
- package/helpers/apiKeyHelper.d.ts +5 -0
- package/helpers/apiKeyHelper.js +8 -0
- package/helpers/configHelper.js +12 -15
- package/helpers/controllerHelper.d.ts +14 -21
- package/helpers/controllerHelper.js +50 -83
- package/helpers/fieldsHelper.js +3 -3
- package/helpers/filterDatetimeHelper.d.ts +5 -0
- package/helpers/filterDatetimeHelper.js +84 -0
- package/helpers/inertiaActionsHelper.d.ts +2 -2
- package/helpers/inertiaActionsHelper.js +5 -4
- package/helpers/inertiaAddHelper.d.ts +3 -414
- package/helpers/inertiaAddHelper.js +39 -15
- package/helpers/inertiaGroupHelper.d.ts +2 -2
- package/helpers/inertiaGroupHelper.js +3 -3
- package/helpers/inertiaListHelper.d.ts +7 -3
- package/helpers/inertiaListHelper.js +26 -12
- package/helpers/inertiaMenuHelper.d.ts +1 -0
- package/helpers/inertiaMenuHelper.js +15 -3
- package/helpers/inertiaUserHelper.d.ts +3 -2
- package/helpers/inertiaUserHelper.js +7 -3
- package/helpers/menuHelper.d.ts +5 -2
- package/helpers/menuHelper.js +64 -12
- package/helpers/viteHelper.js +1 -2
- package/index.d.ts +6 -2
- package/index.js +6 -2
- package/interfaces/adminpanelConfig.d.ts +126 -39
- package/interfaces/internalModelAccess.d.ts +37 -0
- package/interfaces/internalModelAccess.js +1 -0
- package/interfaces/listQueryBuilder.d.ts +22 -0
- package/interfaces/listQueryBuilder.js +1 -0
- package/interfaces/queryCriteria.d.ts +54 -0
- package/interfaces/queryCriteria.js +1 -0
- package/interfaces/types.d.ts +1 -13
- package/lib/Adminizer.d.ts +4 -2
- package/lib/Adminizer.js +29 -10
- package/lib/DataAccessor.d.ts +8 -5
- package/lib/DataAccessor.js +89 -42
- package/lib/I18n.d.ts +5 -1
- package/lib/I18n.js +45 -19
- package/lib/MiddlewareManager.d.ts +8 -0
- package/lib/MiddlewareManager.js +53 -0
- package/lib/ai-assistant/OpenAiModelService.d.ts +3 -3
- package/lib/ai-assistant/OpenAiModelService.js +23 -24
- package/lib/catalog/Navigation.d.ts +1 -0
- package/lib/catalog/Navigation.js +12 -11
- package/lib/controls/jsoneditor/JsonEditor.d.ts +1 -2
- package/lib/controls/markdown/ToastUiEditor.d.ts +1 -2
- package/lib/feedback/FeedbackHandler.js +2 -2
- package/lib/filters/ConditionValidator.d.ts +107 -0
- package/lib/filters/ConditionValidator.js +483 -0
- package/lib/filters/CustomFilterHandler.d.ts +122 -0
- package/lib/filters/CustomFilterHandler.js +131 -0
- package/lib/filters/FilterCustomFieldHandler.d.ts +2 -0
- package/lib/filters/FilterCustomFieldHandler.js +2 -0
- package/lib/filters/FilterService.d.ts +82 -0
- package/lib/filters/FilterService.js +323 -0
- package/lib/filters/index.d.ts +6 -0
- package/lib/filters/index.js +4 -0
- package/lib/history-actions/AbstractHistoryAdapter.d.ts +5 -4
- package/lib/history-actions/AbstractHistoryAdapter.js +45 -30
- package/lib/history-actions/DefaultHistoryAdapter.d.ts +2 -0
- package/lib/history-actions/DefaultHistoryAdapter.js +12 -6
- package/lib/history-actions/HistoryHandler.js +1 -1
- package/lib/list-query-builder/ListQueryBuilder.d.ts +117 -0
- package/lib/list-query-builder/ListQueryBuilder.js +707 -0
- package/lib/media-manager/AbstractMediaManager.d.ts +9 -8
- package/lib/media-manager/DefaultMediaManager.d.ts +2 -0
- package/lib/media-manager/DefaultMediaManager.js +27 -15
- package/lib/media-manager/Items.d.ts +4 -1
- package/lib/media-manager/Items.js +62 -59
- package/lib/media-manager/MediaManagerHandler.js +1 -1
- package/lib/media-manager/helpers/MediaManagerHelper.d.ts +5 -1
- package/lib/media-manager/helpers/MediaManagerHelper.js +38 -4
- package/lib/model/AbstractModel.d.ts +33 -25
- package/lib/model/AbstractModel.js +54 -2
- package/lib/model/InternalModelAccessFactory.d.ts +18 -0
- package/lib/model/InternalModelAccessFactory.js +82 -0
- package/lib/model/ModelHandler.d.ts +6 -0
- package/lib/model/ModelHandler.js +14 -0
- package/lib/model/adapter/sequelize.d.ts +32 -10
- package/lib/model/adapter/sequelize.js +409 -62
- package/lib/model/adapter/typeorm.d.ts +62 -0
- package/lib/model/adapter/typeorm.js +777 -0
- package/lib/model/internalModelAccessToken.d.ts +1 -0
- package/lib/model/internalModelAccessToken.js +1 -0
- package/lib/model/internalModelRepository.d.ts +3 -0
- package/lib/model/internalModelRepository.js +4 -0
- package/lib/notifications/AbstractNotificationService.d.ts +3 -0
- package/lib/notifications/AbstractNotificationService.js +42 -36
- package/lib/notifications/GeneralNotificationService.js +37 -40
- package/lib/notifications/SystemNotificationService.js +33 -36
- package/lib/requestProcessor.js +0 -3
- package/lib/ui-i18n/getUiTranslations.d.ts +1 -0
- package/lib/ui-i18n/getUiTranslations.js +3 -0
- package/lib/ui-i18n/uiTranslationKeys.d.ts +6 -0
- package/lib/ui-i18n/uiTranslationKeys.js +268 -0
- package/lib/widgets/widgetHandler.d.ts +7 -2
- package/lib/widgets/widgetHandler.js +98 -18
- package/models/FilterAP.d.ts +116 -0
- package/models/FilterAP.js +68 -0
- package/models/FilterColumnAP.d.ts +32 -0
- package/models/FilterColumnAP.js +21 -0
- package/models/GroupAP.d.ts +1 -1
- package/models/HistoryActionsAP.d.ts +3 -3
- package/models/MediaManagerMetaAP.d.ts +1 -1
- package/models/NavigationAP.d.ts +1 -1
- package/models/UserAP.d.ts +6 -1
- package/models/UserAP.js +4 -0
- package/package.json +39 -32
- package/policies/authPolicies.d.ts +12 -0
- package/policies/authPolicies.js +104 -0
- package/policies/permissionResolvers.d.ts +12 -0
- package/policies/permissionResolvers.js +52 -0
- package/services/FeedService.d.ts +70 -0
- package/services/FeedService.js +334 -0
- package/system/Router.d.ts +1 -0
- package/system/Router.js +136 -59
- package/system/bindAccessRights.js +11 -30
- package/system/bindAuthorization.js +18 -18
- package/system/bindCors.js +16 -1
- package/system/bindCustomFilterHandlers.d.ts +2 -0
- package/system/bindCustomFilterHandlers.js +4 -0
- package/system/bindInertia.js +18 -61
- package/system/bindReqFunctions.js +10 -2
- package/system/bindTranslations.js +7 -3
- package/system/buildInternalModelAccess.d.ts +4 -0
- package/system/buildInternalModelAccess.js +59 -0
- package/system/defaults.js +18 -14
- package/system/routePolicies.d.ts +2 -0
- package/system/routePolicies.js +29 -0
- package/translations/en.json +151 -39
- package/translations/ru.json +211 -64
- package/ui/components/handsontable.js +13 -27
- package/ui/components/ui/dialog-stack.js +1 -3
- package/ui/components/ui/popover.js +1 -1
- package/ui/components/ui/sidebar.js +1 -1
- package/assets/RelationDialogStack-D9UVEF9s.js +0 -407
- package/assets/RelationDialogStack-DV8OITPR.css +0 -4
- package/assets/add-BlvzWQKF.js +0 -1
- package/assets/add-group-1Uoq9NWe.js +0 -1
- package/assets/add-group-form-B01gwDGu.js +0 -1
- package/assets/add-user-BQCAsaRy.js +0 -1
- package/assets/add-user-form-Cgwc9JkI.js +0 -1
- package/assets/app-DaOMy1nl.css +0 -72
- package/assets/app-layout-CAm60qoE.js +0 -1
- package/assets/app-shell-QWCtn9ye.js +0 -1
- package/assets/app-sidebar-CfaYbnSy.js +0 -1
- package/assets/app-sidebar-header-BsPFDhZ8.js +0 -1
- package/assets/breadcrumbs-CZZirDj8.js +0 -1
- package/assets/catalog-k5myk7fk.js +0 -6
- package/assets/dashboard-BkL9ybBw.js +0 -3
- package/assets/date-picker-B5AZ_7Q9.js +0 -1
- package/assets/del-modal-BoyXZloG.js +0 -1
- package/assets/dynamic-controls-k61T9W2P.js +0 -1
- package/assets/form-1WGY0YgG.js +0 -1
- package/assets/form-DJapG3qF.js +0 -1
- package/assets/geo-json-DsMUHo0l.js +0 -4
- package/assets/handsontable-PxYdjN8c.js +0 -298
- package/assets/history-CluyR-yJ.js +0 -1
- package/assets/home-Dug9zBzM.js +0 -2
- package/assets/icon-DfDLMG5f.js +0 -1
- package/assets/init-user-CF80MEnT.js +0 -1
- package/assets/input-error-DuuqFgZa.js +0 -1
- package/assets/jsoneditor-De1FvcYu.js +0 -3882
- package/assets/list-CuexshNt.js +0 -1
- package/assets/list-table-BsEWjTKY.js +0 -22
- package/assets/login-eDemYzN-.js +0 -1
- package/assets/material-icon-DMT8KdmE.js +0 -1
- package/assets/media-manager-DfYa_mT_.js +0 -14
- package/assets/module-Cd4Tm6uq.js +0 -1
- package/assets/monaco-BhBYtg3d.js +0 -11
- package/assets/nav-footer-D3olYxtz.js +0 -1
- package/assets/nav-main-BctqyzeV.js +0 -1
- package/assets/nav-user-Bn1Lt-BZ.js +0 -1
- package/assets/notification-D64qvni-.js +0 -27
- package/assets/pagination-render-DxD78ahJ.js +0 -1
- package/assets/register-349PwYbe.js +0 -1
- package/assets/theme-switcher-DfExsHW2.js +0 -1
- package/assets/toast-editor-ESK5iWPx.js +0 -845
- package/assets/user-info-DtBK5Kh8.js +0 -1
- package/assets/user-menu-content-0XYOCMaA.js +0 -1
- package/assets/welcome-PDp-gUei.js +0 -1
- package/controllers/form.d.ts +0 -1
- package/controllers/form.js +0 -86
- package/helpers/formHelper.d.ts +0 -6
- package/helpers/formHelper.js +0 -38
- package/helpers/inertiaFromHelper.d.ts +0 -11
- package/helpers/inertiaFromHelper.js +0 -98
- package/helpers/runtimeMode.d.ts +0 -1
- package/helpers/runtimeMode.js +0 -3
- package/lib/PolicyManager.d.ts +0 -8
- package/lib/PolicyManager.js +0 -53
- package/lib/datatable/NodeTable.d.ts +0 -49
- package/lib/datatable/NodeTable.js +0 -207
- package/lib/model/adapter/waterline.d.ts +0 -32
- package/lib/model/adapter/waterline.js +0 -180
- package/migrations/index.d.ts +0 -3
- package/migrations/index.js +0 -4
- package/migrations/knex/20250106000001_adminizer_init.d.ts +0 -8
- package/migrations/knex/20250106000001_adminizer_init.js +0 -164
- package/migrations/umzug/0001.d.ts +0 -7
- package/migrations/umzug/0001.js +0 -121
- package/migrations/umzugExports.d.ts +0 -2
- package/migrations/umzugExports.js +0 -9
- package/system/bindForms.d.ts +0 -2
- package/system/bindForms.js +0 -20
- /package/{policies → middlewares}/addMessages.d.ts +0 -0
- /package/{policies → middlewares}/addMessages.js +0 -0
- /package/{policies → middlewares}/checkAuth.d.ts +0 -0
- /package/{policies → middlewares}/checkAuth.js +0 -0
- /package/{policies → middlewares}/setLocale.d.ts +0 -0
- /package/{policies → middlewares}/setLocale.js +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ModelResource, PropsField } from "../interfaces/types";
|
|
2
2
|
import { Actions } from "./inertiaActionsHelper";
|
|
3
3
|
import { Fields, Field } from "./fieldsHelper";
|
|
4
4
|
import { AbstractControls, ControlType } from "../lib/controls/AbstractControls";
|
|
@@ -22,422 +22,11 @@ interface FieldProps extends Record<string | number | symbol, unknown> {
|
|
|
22
22
|
};
|
|
23
23
|
postLink: string;
|
|
24
24
|
model: string;
|
|
25
|
-
historyTableMessages: Record<string, string>;
|
|
26
25
|
}
|
|
27
|
-
export default function inertiaAddHelper(req: ReqType,
|
|
26
|
+
export default function inertiaAddHelper(req: ReqType, modelResource: ModelResource, fields: Fields, record?: Record<string, string | boolean | number | string[]>, view?: boolean): FieldProps;
|
|
28
27
|
export declare function getControlsOptions(fieldConfig: Field["config"], req: ReqType, type: ControlType, defaultControlName: string): {
|
|
29
28
|
name: string;
|
|
30
|
-
config:
|
|
31
|
-
el?: HTMLElement;
|
|
32
|
-
height?: string;
|
|
33
|
-
minHeight?: string;
|
|
34
|
-
initialValue?: string;
|
|
35
|
-
previewStyle?: import("@toast-ui/editor/types/editor").PreviewStyle;
|
|
36
|
-
initialEditType?: import("@toast-ui/editor/types/editor").EditorType;
|
|
37
|
-
events?: import("@toast-ui/editor/types/editor").EventMap;
|
|
38
|
-
hooks?: import("@toast-ui/editor/types/editor").HookMap;
|
|
39
|
-
language?: string;
|
|
40
|
-
useCommandShortcut?: boolean;
|
|
41
|
-
usageStatistics?: boolean;
|
|
42
|
-
toolbarItems?: (string | import("@toast-ui/editor/types/ui").ToolbarItemOptions)[][];
|
|
43
|
-
hideModeSwitch?: boolean;
|
|
44
|
-
plugins?: import("@toast-ui/editor/types/editor").EditorPlugin[];
|
|
45
|
-
extendedAutolinks?: import("@toast-ui/editor/types/editor").ExtendedAutolinks;
|
|
46
|
-
placeholder?: string;
|
|
47
|
-
linkAttributes?: import("@toast-ui/editor/types/editor").LinkAttributes;
|
|
48
|
-
customHTMLRenderer?: import("@toast-ui/editor/types/editor").CustomHTMLRenderer;
|
|
49
|
-
customMarkdownRenderer?: import("@toast-ui/editor/types/convertor").ToMdConvertorMap;
|
|
50
|
-
referenceDefinition?: boolean;
|
|
51
|
-
customHTMLSanitizer?: import("@toast-ui/editor/types/editor").Sanitizer;
|
|
52
|
-
previewHighlight?: boolean;
|
|
53
|
-
frontMatter?: boolean;
|
|
54
|
-
widgetRules?: import("@toast-ui/editor/types/editor").WidgetRule[];
|
|
55
|
-
theme?: string;
|
|
56
|
-
autofocus?: boolean;
|
|
57
|
-
viewer?: boolean;
|
|
58
|
-
} | {
|
|
59
|
-
items: string[];
|
|
60
|
-
} | {
|
|
61
|
-
[x: string]: string | number | boolean | object | string[] | Record<string, unknown>;
|
|
62
|
-
} | {
|
|
63
|
-
activeHeaderClassName?: string;
|
|
64
|
-
allowEmpty?: boolean;
|
|
65
|
-
allowHtml?: boolean;
|
|
66
|
-
allowInsertColumn?: boolean;
|
|
67
|
-
allowInsertRow?: boolean;
|
|
68
|
-
allowInvalid?: boolean;
|
|
69
|
-
allowRemoveColumn?: boolean;
|
|
70
|
-
allowRemoveRow?: boolean;
|
|
71
|
-
ariaTags?: boolean;
|
|
72
|
-
autoColumnSize?: import("handsontable/plugins/autoColumnSize").Settings;
|
|
73
|
-
autoRowSize?: import("handsontable/plugins/autoRowSize").Settings;
|
|
74
|
-
autoWrapCol?: boolean;
|
|
75
|
-
autoWrapRow?: boolean;
|
|
76
|
-
bindRowsWithHeaders?: import("handsontable/plugins/bindRowsWithHeaders").Settings;
|
|
77
|
-
cell?: import("handsontable/settings").CellSettings[];
|
|
78
|
-
cells?: (this: import("handsontable/settings").CellProperties, row: number, column: number, prop: string | number) => import("handsontable/settings").CellMeta;
|
|
79
|
-
checkedTemplate?: boolean | string | number;
|
|
80
|
-
className?: string | string[];
|
|
81
|
-
colHeaders?: boolean | string[] | ((index: number) => string);
|
|
82
|
-
collapsibleColumns?: import("handsontable/plugins/collapsibleColumns").Settings;
|
|
83
|
-
columnHeaderHeight?: number | Array<number | undefined>;
|
|
84
|
-
columns?: import("handsontable/settings").ColumnSettings[] | ((index: number) => import("handsontable/settings").ColumnSettings);
|
|
85
|
-
columnSorting?: import("handsontable/plugins/columnSorting").Settings;
|
|
86
|
-
columnSummary?: import("handsontable/plugins/columnSummary").Settings;
|
|
87
|
-
colWidths?: number | string | number[] | string[] | undefined[] | Array<number | string | undefined> | ((index: number) => string | number | undefined);
|
|
88
|
-
commentedCellClassName?: string;
|
|
89
|
-
comments?: import("handsontable/plugins/comments").Settings;
|
|
90
|
-
contextMenu?: import("handsontable/plugins/contextMenu").Settings;
|
|
91
|
-
copyable?: boolean;
|
|
92
|
-
copyPaste?: import("handsontable/plugins/copyPaste").Settings;
|
|
93
|
-
correctFormat?: boolean;
|
|
94
|
-
currentColClassName?: string;
|
|
95
|
-
currentHeaderClassName?: string;
|
|
96
|
-
currentRowClassName?: string;
|
|
97
|
-
customBorders?: import("handsontable/plugins/customBorders").Settings;
|
|
98
|
-
data?: import("handsontable/common").CellValue[][] | import("handsontable/common").RowObject[];
|
|
99
|
-
dataDotNotation?: boolean;
|
|
100
|
-
dataSchema?: import("handsontable/common").RowObject | import("handsontable/common").CellValue[] | ((row: number) => import("handsontable/common").RowObject | import("handsontable/common").CellValue[]);
|
|
101
|
-
dateFormat?: string;
|
|
102
|
-
datePickerConfig?: import("@handsontable/pikaday").PikadayOptions;
|
|
103
|
-
defaultDate?: string;
|
|
104
|
-
tabNavigation?: boolean;
|
|
105
|
-
disableVisualSelection?: boolean | "current" | "area" | "header" | Array<"current" | "area" | "header">;
|
|
106
|
-
dragToScroll?: import("handsontable/plugins/dragToScroll").Settings;
|
|
107
|
-
dropdownMenu?: import("handsontable/plugins/dropdownMenu").Settings;
|
|
108
|
-
editor?: import("handsontable/editors").EditorType | typeof import("handsontable/editors").BaseEditor | boolean | string;
|
|
109
|
-
enterBeginsEditing?: boolean;
|
|
110
|
-
enterMoves?: import("handsontable/3rdparty/walkontable/src/cell/coords").default | import("handsontable/common").SimpleCellCoords | ((event: KeyboardEvent) => import("handsontable/3rdparty/walkontable/src/cell/coords").default | import("handsontable/common").SimpleCellCoords);
|
|
111
|
-
fillHandle?: import("handsontable/plugins/autofill").Settings;
|
|
112
|
-
filter?: boolean;
|
|
113
|
-
filteringCaseSensitive?: boolean;
|
|
114
|
-
filters?: import("handsontable/plugins/filters").Settings;
|
|
115
|
-
fixedColumnsLeft?: number;
|
|
116
|
-
fixedColumnsStart?: number;
|
|
117
|
-
fixedRowsBottom?: number;
|
|
118
|
-
fixedRowsTop?: number;
|
|
119
|
-
formulas?: import("handsontable/plugins/formulas").Settings;
|
|
120
|
-
fragmentSelection?: boolean | "cell";
|
|
121
|
-
headerClassName?: string;
|
|
122
|
-
height?: number | string | (() => number | string);
|
|
123
|
-
hiddenColumns?: import("handsontable/plugins/hiddenColumns").Settings;
|
|
124
|
-
hiddenRows?: import("handsontable/plugins/hiddenRows").Settings;
|
|
125
|
-
invalidCellClassName?: string;
|
|
126
|
-
imeFastEdit?: boolean;
|
|
127
|
-
isEmptyCol?: (this: import("handsontable/core").default, column: number) => boolean;
|
|
128
|
-
isEmptyRow?: (this: import("handsontable/core").default, row: number) => boolean;
|
|
129
|
-
label?: import("handsontable/common").LabelOptions;
|
|
130
|
-
language?: string;
|
|
131
|
-
locale?: string;
|
|
132
|
-
layoutDirection?: "ltr" | "rtl" | "inherit";
|
|
133
|
-
licenseKey?: string | "non-commercial-and-evaluation";
|
|
134
|
-
manualColumnFreeze?: import("handsontable/plugins/manualColumnFreeze").Settings;
|
|
135
|
-
manualColumnMove?: import("handsontable/plugins/manualColumnMove").Settings;
|
|
136
|
-
manualColumnResize?: import("handsontable/plugins/manualColumnResize").Settings;
|
|
137
|
-
manualRowMove?: import("handsontable/plugins/manualRowMove").Settings;
|
|
138
|
-
manualRowResize?: import("handsontable/plugins/manualRowResize").Settings;
|
|
139
|
-
maxCols?: number;
|
|
140
|
-
maxRows?: number;
|
|
141
|
-
mergeCells?: import("handsontable/plugins/mergeCells").Settings;
|
|
142
|
-
minCols?: number;
|
|
143
|
-
minRows?: number;
|
|
144
|
-
minSpareCols?: number;
|
|
145
|
-
minSpareRows?: number;
|
|
146
|
-
multiColumnSorting?: import("handsontable/plugins/columnSorting").Settings;
|
|
147
|
-
navigableHeaders?: boolean;
|
|
148
|
-
nestedHeaders?: import("handsontable/plugins/nestedHeaders").Settings;
|
|
149
|
-
nestedRows?: import("handsontable/plugins/nestedRows").Settings;
|
|
150
|
-
noWordWrapClassName?: string;
|
|
151
|
-
numericFormat?: import("handsontable/common").NumericFormatOptions;
|
|
152
|
-
observeDOMVisibility?: boolean;
|
|
153
|
-
outsideClickDeselects?: boolean | ((target: HTMLElement) => boolean);
|
|
154
|
-
persistentState?: import("handsontable/plugins/persistentState").Settings;
|
|
155
|
-
placeholder?: string;
|
|
156
|
-
placeholderCellClassName?: string;
|
|
157
|
-
preventOverflow?: boolean | "vertical" | "horizontal";
|
|
158
|
-
preventWheel?: boolean;
|
|
159
|
-
readOnly?: boolean;
|
|
160
|
-
readOnlyCellClassName?: string;
|
|
161
|
-
renderAllColumns?: boolean;
|
|
162
|
-
renderAllRows?: boolean;
|
|
163
|
-
renderer?: import("handsontable/renderers").RendererType | string | import("handsontable/renderers").BaseRenderer;
|
|
164
|
-
rowHeaders?: boolean | string[] | ((index: number) => string);
|
|
165
|
-
rowHeaderWidth?: number | number[];
|
|
166
|
-
rowHeights?: number | string | number[] | string[] | undefined[] | Array<number | string | undefined> | ((index: number) => string | number | undefined);
|
|
167
|
-
search?: import("handsontable/plugins/search").Settings;
|
|
168
|
-
selectionMode?: "single" | "range" | "multiple";
|
|
169
|
-
selectOptions?: string[] | import("handsontable/common").SelectOptionsObject | ((visualRow: number, visualColumn: number, prop: string | number) => string[] | import("handsontable/common").SelectOptionsObject);
|
|
170
|
-
skipColumnOnPaste?: boolean;
|
|
171
|
-
skipRowOnPaste?: boolean;
|
|
172
|
-
sortByRelevance?: boolean;
|
|
173
|
-
source?: string[] | number[] | ((this: import("handsontable/settings").CellProperties, query: string, callback: (items: string[]) => void) => void);
|
|
174
|
-
startCols?: number;
|
|
175
|
-
startRows?: number;
|
|
176
|
-
stretchH?: "none" | "all" | "last";
|
|
177
|
-
strict?: boolean;
|
|
178
|
-
tableClassName?: string | string[];
|
|
179
|
-
tabMoves?: import("handsontable/3rdparty/walkontable/src/cell/coords").default | import("handsontable/common").SimpleCellCoords | ((event: KeyboardEvent) => import("handsontable/3rdparty/walkontable/src/cell/coords").default | import("handsontable/common").SimpleCellCoords);
|
|
180
|
-
themeName?: string;
|
|
181
|
-
title?: string;
|
|
182
|
-
trimDropdown?: boolean;
|
|
183
|
-
trimRows?: import("handsontable/plugins/trimRows").Settings;
|
|
184
|
-
trimWhitespace?: boolean;
|
|
185
|
-
type?: import("handsontable/cellTypes").CellType | string;
|
|
186
|
-
uncheckedTemplate?: boolean | string | number;
|
|
187
|
-
undo?: import("handsontable/plugins/undoRedo").Settings;
|
|
188
|
-
validator?: import("handsontable/validators").BaseValidator | RegExp | import("handsontable/validators").ValidatorType | string;
|
|
189
|
-
viewportColumnRenderingOffset?: number | "auto";
|
|
190
|
-
viewportRowRenderingOffset?: number | "auto";
|
|
191
|
-
viewportColumnRenderingThreshold?: number | "auto";
|
|
192
|
-
viewportRowRenderingThreshold?: number | "auto";
|
|
193
|
-
visibleRows?: number;
|
|
194
|
-
width?: number | string | (() => number | string);
|
|
195
|
-
wordWrap?: boolean;
|
|
196
|
-
afterAddChild?: (parent: import("handsontable/common").RowObject, element: import("handsontable/common").RowObject | undefined, index: number | undefined) => void;
|
|
197
|
-
afterAutofill?: (fillData: import("handsontable/common").CellValue[][], sourceRange: import("handsontable/3rdparty/walkontable/src/cell/range").default, targetRange: import("handsontable/3rdparty/walkontable/src/cell/range").default, direction: "up" | "down" | "left" | "right") => void;
|
|
198
|
-
afterBeginEditing?: (row: number, column: number) => void;
|
|
199
|
-
afterCellMetaReset?: () => void;
|
|
200
|
-
afterChange?: (changes: import("handsontable/common").CellChange[] | null, source: import("handsontable/common").ChangeSource) => void;
|
|
201
|
-
afterChangesObserved?: () => void;
|
|
202
|
-
afterColumnCollapse?: (currentCollapsedColumns: number[], destinationCollapsedColumns: number[], collapsePossible: boolean, successfullyCollapsed: boolean) => void;
|
|
203
|
-
afterColumnExpand?: (currentCollapsedColumns: number[], destinationCollapsedColumns: number[], expandPossible: boolean, successfullyExpanded: boolean) => void;
|
|
204
|
-
afterColumnFreeze?: (columnIndex: number, isFreezingPerformed: boolean) => void;
|
|
205
|
-
afterColumnMove?: (movedColumns: number[], finalIndex: number, dropIndex: number | undefined, movePossible: boolean, orderChanged: boolean) => void;
|
|
206
|
-
afterColumnResize?: (newSize: number, column: number, isDoubleClick: boolean) => void;
|
|
207
|
-
afterColumnSequenceChange?: (source: "init" | "move" | "insert" | "remove" | "update") => void;
|
|
208
|
-
afterColumnSort?: (currentSortConfig: import("handsontable/plugins/columnSorting").Config[], destinationSortConfigs: import("handsontable/plugins/columnSorting").Config[]) => void;
|
|
209
|
-
afterColumnUnfreeze?: (columnIndex: number, isUnfreezingPerformed: boolean) => void;
|
|
210
|
-
afterContextMenuDefaultOptions?: (predefinedItems: Array<import("handsontable/plugins/contextMenu").PredefinedMenuItemKey | import("handsontable/plugins/contextMenu").MenuItemConfig>) => void;
|
|
211
|
-
afterContextMenuHide?: (context: import("handsontable/plugins").ContextMenu) => void;
|
|
212
|
-
afterContextMenuShow?: (context: import("handsontable/plugins").ContextMenu) => void;
|
|
213
|
-
afterCopy?: (data: import("handsontable/common").CellValue[][], coords: import("handsontable/common").RangeType[], copiedHeadersCount: {
|
|
214
|
-
columnHeadersCount: number;
|
|
215
|
-
}) => void;
|
|
216
|
-
afterCopyLimit?: (selectedRows: number, selectedColumns: number, copyRowsLimit: number, copyColumnsLimit: number) => void;
|
|
217
|
-
afterCreateCol?: (index: number, amount: number, source?: import("handsontable/common").ChangeSource) => void;
|
|
218
|
-
afterCreateRow?: (index: number, amount: number, source?: import("handsontable/common").ChangeSource) => void;
|
|
219
|
-
afterCut?: (data: import("handsontable/common").CellValue[][], coords: import("handsontable/common").RangeType[]) => void;
|
|
220
|
-
afterDeselect?: () => void;
|
|
221
|
-
afterDestroy?: () => void;
|
|
222
|
-
afterDetachChild?: (parent: import("handsontable/common").RowObject, element: import("handsontable/common").RowObject) => void;
|
|
223
|
-
afterDocumentKeyDown?: (event: KeyboardEvent) => void;
|
|
224
|
-
afterDrawSelection?: (currentRow: number, currentColumn: number, cornersOfSelection: number[], layerLevel?: number) => string | void;
|
|
225
|
-
afterDropdownMenuDefaultOptions?: (predefinedItems: Array<import("handsontable/plugins/contextMenu").PredefinedMenuItemKey | import("handsontable/plugins/contextMenu").MenuItemConfig>) => void;
|
|
226
|
-
afterDropdownMenuHide?: (instance: import("handsontable/plugins").DropdownMenu) => void;
|
|
227
|
-
afterDropdownMenuShow?: (instance: import("handsontable/plugins").DropdownMenu) => void;
|
|
228
|
-
afterFilter?: (conditionsStack: import("handsontable/plugins/filters").ColumnConditions[]) => void;
|
|
229
|
-
afterFormulasValuesUpdate?: (changes: import("hyperformula").ExportedChange[]) => void;
|
|
230
|
-
afterGetCellMeta?: (row: number, column: number, cellProperties: import("handsontable/settings").CellProperties) => void;
|
|
231
|
-
afterGetColHeader?: (column: number, TH: HTMLTableHeaderCellElement, headerLevel: number) => void;
|
|
232
|
-
afterGetColumnHeaderRenderers?: (renderers: Array<(column: number, TH: HTMLTableHeaderCellElement) => void>) => void;
|
|
233
|
-
afterGetRowHeader?: (row: number, TH: HTMLTableHeaderCellElement) => void;
|
|
234
|
-
afterGetRowHeaderRenderers?: (renderers: Array<(row: number, TH: HTMLTableHeaderCellElement) => void>) => void;
|
|
235
|
-
afterHideColumns?: (currentHideConfig: number[], destinationHideConfig: number[], actionPossible: boolean, stateChanged: boolean) => void;
|
|
236
|
-
afterHideRows?: (currentHideConfig: number[], destinationHideConfig: number[], actionPossible: boolean, stateChanged: boolean) => void;
|
|
237
|
-
afterInit?: () => void;
|
|
238
|
-
afterLanguageChange?: (languageCode: string) => void;
|
|
239
|
-
afterListen?: () => void;
|
|
240
|
-
afterLoadData?: (sourceData: import("handsontable/common").CellValue[], initialLoad: boolean, source: string | undefined) => void;
|
|
241
|
-
afterMergeCells?: (cellRange: import("handsontable/3rdparty/walkontable/src/cell/range").default, mergeParent: import("handsontable/plugins/mergeCells").Settings, auto: boolean) => void;
|
|
242
|
-
afterModifyTransformEnd?: (coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, rowTransformDir: -1 | 0, colTransformDir: -1 | 0) => void;
|
|
243
|
-
afterModifyTransformFocus?: (coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, rowTransformDir: -1 | 0, colTransformDir: -1 | 0) => void;
|
|
244
|
-
afterModifyTransformStart?: (coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, rowTransformDir: -1 | 0, colTransformDir: -1 | 0) => void;
|
|
245
|
-
afterMomentumScroll?: () => void;
|
|
246
|
-
afterNamedExpressionAdded?: (namedExpressionName: string, changes: import("hyperformula").ExportedChange[]) => void;
|
|
247
|
-
afterNamedExpressionRemoved?: (namedExpressionName: string, changes: import("hyperformula").ExportedChange[]) => void;
|
|
248
|
-
afterOnCellContextMenu?: (event: MouseEvent, coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, TD: HTMLTableCellElement) => void;
|
|
249
|
-
afterOnCellCornerDblClick?: (event: MouseEvent) => void;
|
|
250
|
-
afterOnCellCornerMouseDown?: (event: MouseEvent) => void;
|
|
251
|
-
afterOnCellMouseDown?: (event: MouseEvent, coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, TD: HTMLTableCellElement) => void;
|
|
252
|
-
afterOnCellMouseOut?: (event: MouseEvent, coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, TD: HTMLTableCellElement) => void;
|
|
253
|
-
afterOnCellMouseOver?: (event: MouseEvent, coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, TD: HTMLTableCellElement) => void;
|
|
254
|
-
afterOnCellMouseUp?: (event: MouseEvent, coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, TD: HTMLTableCellElement) => void;
|
|
255
|
-
afterPaste?: (data: import("handsontable/common").CellValue[][], coords: import("handsontable/common").RangeType[]) => void;
|
|
256
|
-
afterPluginsInitialized?: () => void;
|
|
257
|
-
afterRedo?: (action: import("handsontable/plugins/undoRedo").Action) => void;
|
|
258
|
-
afterRedoStackChange?: (undoneActionsBefore: import("handsontable/plugins/undoRedo").Action[], undoneActionsAfter: import("handsontable/plugins/undoRedo").Action[]) => void;
|
|
259
|
-
afterRefreshDimensions?: (previousDimensions: {
|
|
260
|
-
width: number;
|
|
261
|
-
height: number;
|
|
262
|
-
}, currentDimensions: {
|
|
263
|
-
width: number;
|
|
264
|
-
height: number;
|
|
265
|
-
}, stateChanged: boolean) => void;
|
|
266
|
-
afterRemoveCellMeta?: (row: number, column: number, key: string, value: any) => void;
|
|
267
|
-
afterRemoveCol?: (index: number, amount: number, physicalColumns: number[], source?: import("handsontable/common").ChangeSource) => void;
|
|
268
|
-
afterRemoveRow?: (index: number, amount: number, physicalRows: number[], source?: import("handsontable/common").ChangeSource) => void;
|
|
269
|
-
afterRender?: (isForced: boolean) => void;
|
|
270
|
-
afterRenderer?: (TD: HTMLTableCellElement, row: number, column: number, prop: string | number, value: string, cellProperties: import("handsontable/settings").CellProperties) => void;
|
|
271
|
-
afterRowMove?: (movedRows: number[], finalIndex: number, dropIndex: number | undefined, movePossible: boolean, orderChanged: boolean) => void;
|
|
272
|
-
afterRowResize?: (newSize: number, row: number, isDoubleClick: boolean) => void;
|
|
273
|
-
afterRowSequenceChange?: (source: "init" | "move" | "insert" | "remove" | "update") => void;
|
|
274
|
-
afterScrollHorizontally?: () => void;
|
|
275
|
-
afterScrollVertically?: () => void;
|
|
276
|
-
afterScroll?: () => void;
|
|
277
|
-
afterSelectColumns?: (from: import("handsontable/3rdparty/walkontable/src/cell/coords").default, to: import("handsontable/3rdparty/walkontable/src/cell/coords").default, highlight: import("handsontable/3rdparty/walkontable/src/cell/coords").default) => void;
|
|
278
|
-
afterSelection?: (row: number, column: number, row2: number, column2: number, preventScrolling: {
|
|
279
|
-
value: boolean;
|
|
280
|
-
}, selectionLayerLevel: number) => void;
|
|
281
|
-
afterSelectionByProp?: (row: number, prop: string, row2: number, prop2: string, preventScrolling: {
|
|
282
|
-
value: boolean;
|
|
283
|
-
}, selectionLayerLevel: number) => void;
|
|
284
|
-
afterSelectionEnd?: (row: number, column: number, row2: number, column2: number, selectionLayerLevel: number) => void;
|
|
285
|
-
afterSelectionEndByProp?: (row: number, prop: string, row2: number, prop2: string, selectionLayerLevel: number) => void;
|
|
286
|
-
afterSelectionFocusSet?: (row: number, column: number, preventScrolling: {
|
|
287
|
-
value: boolean;
|
|
288
|
-
}) => void;
|
|
289
|
-
afterSelectRows?: (from: import("handsontable/3rdparty/walkontable/src/cell/coords").default, to: import("handsontable/3rdparty/walkontable/src/cell/coords").default, highlight: import("handsontable/3rdparty/walkontable/src/cell/coords").default) => void;
|
|
290
|
-
afterSetCellMeta?: (row: number, column: number, key: string, value: any) => void;
|
|
291
|
-
afterSetDataAtCell?: (changes: import("handsontable/common").CellChange[], source?: import("handsontable/common").ChangeSource) => void;
|
|
292
|
-
afterSetDataAtRowProp?: (changes: import("handsontable/common").CellChange[], source?: import("handsontable/common").ChangeSource) => void;
|
|
293
|
-
afterSetSourceDataAtCell?: (changes: import("handsontable/common").CellChange[], source?: import("handsontable/common").ChangeSource) => void;
|
|
294
|
-
afterSetTheme?: (themeName: string | boolean | undefined, firstRun: boolean) => void;
|
|
295
|
-
afterSheetAdded?: (addedSheetDisplayName: string) => void;
|
|
296
|
-
afterSheetRemoved?: (removedSheetDisplayName: string, changes: import("hyperformula").ExportedChange[]) => void;
|
|
297
|
-
afterSheetRenamed?: (oldDisplayName: string, newDisplayName: string) => void;
|
|
298
|
-
afterTrimRow?: (currentTrimConfig: number[], destinationTrimConfig: number[], actionPossible: boolean, stateChanged: boolean) => void;
|
|
299
|
-
afterUndo?: (action: import("handsontable/plugins/undoRedo").Action) => void;
|
|
300
|
-
afterUndoStackChange?: (doneActionsBefore: import("handsontable/plugins/undoRedo").Action[], doneActionsAfter: import("handsontable/plugins/undoRedo").Action[]) => void;
|
|
301
|
-
afterUnhideColumns?: (currentHideConfig: number[], destinationHideConfig: number[], actionPossible: boolean, stateChanged: boolean) => void;
|
|
302
|
-
afterUnhideRows?: (currentHideConfig: number[], destinationHideConfig: number[], actionPossible: boolean, stateChanged: boolean) => void;
|
|
303
|
-
afterUnlisten?: () => void;
|
|
304
|
-
afterUnmergeCells?: (cellRange: import("handsontable/3rdparty/walkontable/src/cell/range").default, auto: boolean) => void;
|
|
305
|
-
afterUntrimRow?: (currentTrimConfig: number[], destinationTrimConfig: number[], actionPossible: boolean, stateChanged: boolean) => void;
|
|
306
|
-
afterUpdateData?: (sourceData: import("handsontable/common").CellValue[], initialLoad: boolean, source: string | undefined) => void;
|
|
307
|
-
afterUpdateSettings?: (newSettings: import("handsontable/settings").GridSettings) => void;
|
|
308
|
-
afterValidate?: (isValid: boolean, value: import("handsontable/common").CellValue, row: number, prop: string | number, source: import("handsontable/common").ChangeSource) => void | boolean;
|
|
309
|
-
afterViewportColumnCalculatorOverride?: (calc: import("handsontable/3rdparty/walkontable/src/calculator/viewportColumns").ViewportColumnsCalculator) => void;
|
|
310
|
-
afterViewportRowCalculatorOverride?: (calc: import("handsontable/3rdparty/walkontable/src/calculator/viewportColumns").ViewportColumnsCalculator) => void;
|
|
311
|
-
afterViewRender?: (isForced: boolean) => void;
|
|
312
|
-
beforeAddChild?: (parent: import("handsontable/common").RowObject, element?: import("handsontable/common").RowObject, index?: number) => void;
|
|
313
|
-
beforeAutofill?: (selectionData: import("handsontable/common").CellValue[][], sourceRange: import("handsontable/3rdparty/walkontable/src/cell/range").default, targetRange: import("handsontable/3rdparty/walkontable/src/cell/range").default, direction: "up" | "down" | "left" | "right") => import("handsontable/common").CellValue[][] | boolean | void;
|
|
314
|
-
beforeBeginEditing?: (row: number, column: number, initialValue: any, event: MouseEvent | KeyboardEvent, fullEditMode: boolean) => boolean | void;
|
|
315
|
-
beforeCellAlignment?: (stateBefore: {
|
|
316
|
-
[row: number]: string[];
|
|
317
|
-
}, range: import("handsontable/3rdparty/walkontable/src/cell/range").default[], type: "horizontal" | "vertical", alignmentClass: "htLeft" | "htCenter" | "htRight" | "htJustify" | "htTop" | "htMiddle" | "htBottom") => void;
|
|
318
|
-
beforeChange?: (changes: Array<import("handsontable/common").CellChange | null>, source: import("handsontable/common").ChangeSource) => void | boolean;
|
|
319
|
-
beforeChangeRender?: (changes: import("handsontable/common").CellChange[], source: import("handsontable/common").ChangeSource) => void;
|
|
320
|
-
beforeColumnCollapse?: (currentCollapsedColumn: number[], destinationCollapsedColumns: number[], collapsePossible: boolean) => void | boolean;
|
|
321
|
-
beforeColumnExpand?: (currentCollapsedColumn: number[], destinationCollapsedColumns: number[], expandPossible: boolean) => void | boolean;
|
|
322
|
-
beforeColumnFreeze?: (columnIndex: number, isFreezingPerformed: boolean) => void | boolean;
|
|
323
|
-
beforeColumnMove?: (movedColumns: number[], finalIndex: number, dropIndex: number | undefined, movePossible: boolean) => void | boolean;
|
|
324
|
-
beforeColumnResize?: (newSize: number, column: number, isDoubleClick: boolean) => void | number;
|
|
325
|
-
beforeColumnSort?: (currentSortConfig: import("handsontable/plugins/columnSorting").Config[], destinationSortConfigs: import("handsontable/plugins/columnSorting").Config[]) => void | boolean;
|
|
326
|
-
beforeColumnWrap?: (isActionInterrupted: {
|
|
327
|
-
value: boolean;
|
|
328
|
-
}, newCoords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, isColumnFlipped: boolean) => void;
|
|
329
|
-
beforeColumnUnfreeze?: (columnIndex: number, isUnfreezingPerformed: boolean) => void | boolean;
|
|
330
|
-
beforeCompositionStart?: (event: CompositionEvent) => void;
|
|
331
|
-
beforeContextMenuSetItems?: (menuItems: import("handsontable/plugins/contextMenu").MenuItemConfig[]) => void;
|
|
332
|
-
beforeContextMenuShow?: (context: import("handsontable/plugins").ContextMenu) => void;
|
|
333
|
-
beforeCopy?: (data: import("handsontable/common").CellValue[][], coords: import("handsontable/common").RangeType[], copiedHeadersCount: {
|
|
334
|
-
columnHeadersCount: number;
|
|
335
|
-
}) => void | boolean;
|
|
336
|
-
beforeCreateCol?: (index: number, amount: number, source?: import("handsontable/common").ChangeSource) => void | boolean;
|
|
337
|
-
beforeCreateRow?: (index: number, amount: number, source?: import("handsontable/common").ChangeSource) => void | boolean;
|
|
338
|
-
beforeCut?: (data: import("handsontable/common").CellValue[][], coords: import("handsontable/common").RangeType[]) => void | boolean;
|
|
339
|
-
beforeDetachChild?: (parent: import("handsontable/common").RowObject, element: import("handsontable/common").RowObject) => void;
|
|
340
|
-
beforeDrawBorders?: (corners: number[], borderClassName: "current" | "area" | "highlight" | undefined) => void;
|
|
341
|
-
beforeDropdownMenuSetItems?: (menuItems: import("handsontable/plugins/contextMenu").MenuItemConfig[]) => void;
|
|
342
|
-
beforeDropdownMenuShow?: (instance: import("handsontable/plugins").DropdownMenu) => void;
|
|
343
|
-
beforeFilter?: (conditionsStack: import("handsontable/plugins/filters").ColumnConditions[], previousConditionsStack: import("handsontable/plugins/filters").ColumnConditions[]) => void | boolean;
|
|
344
|
-
beforeGetCellMeta?: (row: number, column: number, cellProperties: import("handsontable/settings").CellProperties) => void;
|
|
345
|
-
beforeHideColumns?: (currentHideConfig: number[], destinationHideConfig: number[], actionPossible: boolean) => void | boolean;
|
|
346
|
-
beforeHideRows?: (currentHideConfig: number[], destinationHideConfig: number[], actionPossible: boolean) => void | boolean;
|
|
347
|
-
beforeHighlightingColumnHeader?: (column: number, headerLevel: number, highlightMeta: import("handsontable/core/hooks").HookHighlightColumnHeaderMeta) => number | void;
|
|
348
|
-
beforeHighlightingRowHeader?: (row: number, headerLevel: number, highlightMeta: import("handsontable/core/hooks").HookHighlightRowHeaderMeta) => number | void;
|
|
349
|
-
beforeInit?: () => void;
|
|
350
|
-
beforeInitWalkontable?: (walkontableConfig: object) => void;
|
|
351
|
-
beforeKeyDown?: (event: KeyboardEvent) => void;
|
|
352
|
-
beforeLanguageChange?: (languageCode: string) => void;
|
|
353
|
-
beforeLoadData?: (sourceData: import("handsontable/common").CellValue[], initialLoad: boolean, source: string | undefined) => void;
|
|
354
|
-
beforeMergeCells?: (cellRange: import("handsontable/3rdparty/walkontable/src/cell/range").default, auto: boolean) => void;
|
|
355
|
-
beforeOnCellContextMenu?: (event: MouseEvent, coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, TD: HTMLTableCellElement) => void;
|
|
356
|
-
beforeOnCellMouseDown?: (event: MouseEvent, coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, TD: HTMLTableCellElement, controller: import("handsontable/selection").SelectionController) => void;
|
|
357
|
-
beforeOnCellMouseOut?: (event: MouseEvent, coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, TD: HTMLTableCellElement) => void;
|
|
358
|
-
beforeOnCellMouseOver?: (event: MouseEvent, coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, TD: HTMLTableCellElement, controller: import("handsontable/selection").SelectionController) => void;
|
|
359
|
-
beforeOnCellMouseUp?: (event: MouseEvent, coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, TD: HTMLTableCellElement) => void;
|
|
360
|
-
beforePaste?: (data: import("handsontable/common").CellValue[][], coords: import("handsontable/common").RangeType[]) => void | boolean;
|
|
361
|
-
beforeRedo?: (action: import("handsontable/plugins/undoRedo").Action) => void;
|
|
362
|
-
beforeRedoStackChange?: (undoneActions: import("handsontable/plugins/undoRedo").Action[]) => void;
|
|
363
|
-
beforeRefreshDimensions?: (previousDimensions: {
|
|
364
|
-
width: number;
|
|
365
|
-
height: number;
|
|
366
|
-
}, currentDimensions: {
|
|
367
|
-
width: number;
|
|
368
|
-
height: number;
|
|
369
|
-
}, actionPossible: boolean) => boolean | void;
|
|
370
|
-
beforeRemoveCellClassNames?: () => string[] | void;
|
|
371
|
-
beforeRemoveCellMeta?: (row: number, column: number, key: string, value: any) => void;
|
|
372
|
-
beforeRemoveCol?: (index: number, amount: number, physicalColumns: number[], source?: import("handsontable/common").ChangeSource) => void;
|
|
373
|
-
beforeRemoveRow?: (index: number, amount: number, physicalColumns: number[], source?: import("handsontable/common").ChangeSource) => void;
|
|
374
|
-
beforeRender?: (isForced: boolean) => void;
|
|
375
|
-
beforeRenderer?: (TD: HTMLTableCellElement, row: number, column: number, prop: string | number, value: import("handsontable/common").CellValue, cellProperties: import("handsontable/settings").CellProperties) => void;
|
|
376
|
-
beforeRowMove?: (movedRows: number[], finalIndex: number, dropIndex: number | undefined, movePossible: boolean) => void;
|
|
377
|
-
beforeRowResize?: (newSize: number, row: number, isDoubleClick: boolean) => number | void;
|
|
378
|
-
beforeRowWrap?: (isActionInterrupted: {
|
|
379
|
-
value: boolean;
|
|
380
|
-
}, newCoords: import("handsontable/3rdparty/walkontable/src/cell/coords").default, isRowFlipped: boolean) => void;
|
|
381
|
-
beforeSelectColumns?: (from: import("handsontable/3rdparty/walkontable/src/cell/coords").default, to: import("handsontable/3rdparty/walkontable/src/cell/coords").default, highlight: import("handsontable/3rdparty/walkontable/src/cell/coords").default) => void;
|
|
382
|
-
beforeSelectionFocusSet?: (coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default) => void;
|
|
383
|
-
beforeSelectionHighlightSet?: () => void;
|
|
384
|
-
beforeSelectRows?: (from: import("handsontable/3rdparty/walkontable/src/cell/coords").default, to: import("handsontable/3rdparty/walkontable/src/cell/coords").default, highlight: import("handsontable/3rdparty/walkontable/src/cell/coords").default) => void;
|
|
385
|
-
beforeSetCellMeta?: (row: number, column: number, key: string, value: any) => boolean | void;
|
|
386
|
-
beforeSetRangeEnd?: (coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default) => void;
|
|
387
|
-
beforeSetRangeStart?: (coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default) => void;
|
|
388
|
-
beforeSetRangeStartOnly?: (coords: import("handsontable/3rdparty/walkontable/src/cell/coords").default) => void;
|
|
389
|
-
beforeStretchingColumnWidth?: (stretchedWidth: number, column: number) => void | number;
|
|
390
|
-
beforeTouchScroll?: () => void;
|
|
391
|
-
beforeTrimRow?: (currentTrimConfig: number[], destinationTrimConfig: number[], actionPossible: boolean) => void | boolean;
|
|
392
|
-
beforeUndo?: (action: import("handsontable/plugins/undoRedo").Action) => void;
|
|
393
|
-
beforeUndoStackChange?: (doneActions: import("handsontable/plugins/undoRedo").Action[], source?: string) => void;
|
|
394
|
-
beforeUnhideColumns?: (currentHideConfig: number[], destinationHideConfig: number[], actionPossible: boolean) => void | boolean;
|
|
395
|
-
beforeUnhideRows?: (currentHideConfig: number[], destinationHideConfig: number[], actionPossible: boolean) => void | boolean;
|
|
396
|
-
beforeUnmergeCells?: (cellRange: import("handsontable/3rdparty/walkontable/src/cell/range").default, auto: boolean) => void;
|
|
397
|
-
beforeUntrimRow?: (currentTrimConfig: number[], destinationTrimConfig: number[], actionPossible: boolean) => void | boolean;
|
|
398
|
-
beforeUpdateData?: (sourceData: import("handsontable/common").CellValue[], initialLoad: boolean, source: string | undefined) => void;
|
|
399
|
-
beforeValidate?: (value: import("handsontable/common").CellValue, row: number, prop: string | number, source?: import("handsontable/common").ChangeSource) => void;
|
|
400
|
-
beforeValueRender?: (value: import("handsontable/common").CellValue, cellProperties: import("handsontable/settings").CellProperties) => void;
|
|
401
|
-
beforeViewportScrollVertically?: (visualRow: number, snapping: "auto" | "top" | "bottom") => number | boolean | null;
|
|
402
|
-
beforeViewportScrollHorizontally?: (visualColumn: number, snapping: "auto" | "start" | "end") => number | boolean | null;
|
|
403
|
-
beforeViewportScroll?: () => void;
|
|
404
|
-
beforeViewRender?: (isForced: boolean, skipRender: {
|
|
405
|
-
skipRender?: boolean;
|
|
406
|
-
}) => void;
|
|
407
|
-
construct?: () => void;
|
|
408
|
-
init?: () => void;
|
|
409
|
-
modifyAutoColumnSizeSeed?: (seed: string, cellProperties: import("handsontable/settings").CellProperties, cellValue: import("handsontable/common").CellValue) => string | void;
|
|
410
|
-
modifyAutofillRange?: (startArea: Array<[number, number, number, number]>, entireArea: Array<[number, number, number, number]>) => void;
|
|
411
|
-
modifyColHeader?: (column: number) => void;
|
|
412
|
-
modifyColumnHeaderHeight?: () => void;
|
|
413
|
-
modifyColumnHeaderValue?: (headerValue: string, visualColumnIndex: number, headerLevel: number) => void | string;
|
|
414
|
-
modifyColWidth?: (width: number, column: number, source?: string) => void;
|
|
415
|
-
modifyCopyableRange?: (copyableRanges: import("handsontable/common").RangeType[]) => void;
|
|
416
|
-
modifyFiltersMultiSelectValue?: (value: string, meta: import("handsontable/settings").CellProperties) => void | import("handsontable/common").CellValue;
|
|
417
|
-
modifyFocusedElement?: (row: number, column: number, focusedElement: HTMLElement) => void | HTMLElement;
|
|
418
|
-
modifyData?: (row: number, column: number, valueHolder: {
|
|
419
|
-
value: import("handsontable/common").CellValue;
|
|
420
|
-
}, ioMode: "get" | "set") => void;
|
|
421
|
-
modifyFocusOnTabNavigation?: (tabActivationDir: "from_above" | "from_below", visualCoords: import("handsontable/3rdparty/walkontable/src/cell/coords").default) => void;
|
|
422
|
-
modifyGetCellCoords?: (row: number, column: number, topmost: boolean, source: string | undefined) => void | [number, number] | [number, number, number, number];
|
|
423
|
-
modifyGetCoordsElement?: (row: number, column: number) => void | [number, number];
|
|
424
|
-
modifyRowData?: (row: number) => void;
|
|
425
|
-
modifyRowHeader?: (row: number) => void;
|
|
426
|
-
modifyRowHeaderWidth?: (rowHeaderWidth: number) => void;
|
|
427
|
-
modifyRowHeight?: (height: number, row: number, source?: string) => void | number;
|
|
428
|
-
modifyRowHeightByOverlayName?: (height: number, row: number, overlayType: import("handsontable/common").OverlayType) => void | number;
|
|
429
|
-
modifySourceData?: (row: number, column: number, valueHolder: {
|
|
430
|
-
value: import("handsontable/common").CellValue;
|
|
431
|
-
}, ioMode: "get" | "set") => void;
|
|
432
|
-
modifyTransformEnd?: (delta: import("handsontable/3rdparty/walkontable/src/cell/coords").default) => void;
|
|
433
|
-
modifyTransformFocus?: (delta: import("handsontable/3rdparty/walkontable/src/cell/coords").default) => void;
|
|
434
|
-
modifyTransformStart?: (delta: import("handsontable/3rdparty/walkontable/src/cell/coords").default) => void;
|
|
435
|
-
persistentStateLoad?: (key: string, valuePlaceholder: {
|
|
436
|
-
value: any;
|
|
437
|
-
}) => void;
|
|
438
|
-
persistentStateReset?: (key: string) => void;
|
|
439
|
-
persistentStateSave?: (key: string, value: any) => void;
|
|
440
|
-
};
|
|
29
|
+
config: any;
|
|
441
30
|
path: {};
|
|
442
31
|
};
|
|
443
32
|
export declare function inputText(type: string, isIn: string[]): "email" | "password" | "date" | "time" | "number" | "color" | "month" | "week" | "range" | "text" | "select" | "datetime-local";
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
import inertiaActionsHelper from "./inertiaActionsHelper.js";
|
|
2
2
|
import chalk from "chalk";
|
|
3
3
|
import { isObject } from "./JsUtils.js";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
4
|
+
/**
|
|
5
|
+
* Get ISO week number from date
|
|
6
|
+
* @param date - Date object
|
|
7
|
+
* @returns Week number (1-53)
|
|
8
|
+
*/
|
|
9
|
+
function getWeekNumber(date) {
|
|
10
|
+
const d = new Date(Date.UTC(date.getFullYear(), date.getMonth(), date.getDate()));
|
|
11
|
+
const dayNum = d.getUTCDay() || 7;
|
|
12
|
+
d.setUTCDate(d.getUTCDate() + 4 - dayNum);
|
|
13
|
+
const yearStart = new Date(Date.UTC(d.getUTCFullYear(), 0, 1));
|
|
14
|
+
return Math.ceil((((d.getTime() - yearStart.getTime()) / 86400000) + 1) / 7);
|
|
15
|
+
}
|
|
16
|
+
export default function inertiaAddHelper(req, modelResource, fields, record, view = false) {
|
|
13
17
|
const actionType = 'add';
|
|
14
18
|
let props = {
|
|
15
19
|
edit: !!record,
|
|
@@ -19,7 +23,7 @@ export default function inertiaAddHelper(req, entity, fields, record, view = fal
|
|
|
19
23
|
search: req.i18n.__('Search'),
|
|
20
24
|
btnBack: {
|
|
21
25
|
title: req.i18n.__('Back'),
|
|
22
|
-
link:
|
|
26
|
+
link: modelResource.uri
|
|
23
27
|
},
|
|
24
28
|
fields: [],
|
|
25
29
|
btnSave: {
|
|
@@ -28,11 +32,10 @@ export default function inertiaAddHelper(req, entity, fields, record, view = fal
|
|
|
28
32
|
btnHistory: {
|
|
29
33
|
title: req.i18n.__('History'),
|
|
30
34
|
},
|
|
31
|
-
postLink: record ? `${
|
|
32
|
-
model:
|
|
33
|
-
historyTableMessages: Object.fromEntries(Object.keys(historyTableMessages).map(key => [key, req.i18n.__(key)]))
|
|
35
|
+
postLink: record ? `${modelResource.uri}/edit/${record.id}` : `${modelResource.uri}/add`,
|
|
36
|
+
model: modelResource.name.toLocaleLowerCase()
|
|
34
37
|
};
|
|
35
|
-
props.actions = inertiaActionsHelper(actionType,
|
|
38
|
+
props.actions = inertiaActionsHelper(actionType, modelResource, req);
|
|
36
39
|
const config = req.adminizer.configHelper.getConfig();
|
|
37
40
|
for (const key of Object.keys(fields)) {
|
|
38
41
|
if ((!config.showORMtime) && (key === 'createdAt' || key === 'updatedAt'))
|
|
@@ -57,7 +60,7 @@ export default function inertiaAddHelper(req, entity, fields, record, view = fal
|
|
|
57
60
|
let relatedModel = undefined;
|
|
58
61
|
let canCreateRelated = false;
|
|
59
62
|
//@ts-ignore TODO: fix field type
|
|
60
|
-
if (
|
|
63
|
+
if (modelResource.config.model && req.adminizer.configHelper.isId(field, modelResource.config.model)) {
|
|
61
64
|
disabled = true;
|
|
62
65
|
}
|
|
63
66
|
if (['string', 'password', 'date', 'datetime', 'time', 'integer', 'number', 'float', 'email', 'month', 'week', 'range'].includes(type)) {
|
|
@@ -68,6 +71,27 @@ export default function inertiaAddHelper(req, entity, fields, record, view = fal
|
|
|
68
71
|
value = record ? record[key] : fieldConfig.options.min ? fieldConfig.options.min : 0;
|
|
69
72
|
}
|
|
70
73
|
}
|
|
74
|
+
// Format datetime for datetime-local input (YYYY-MM-DDTHH:mm)
|
|
75
|
+
if (type === 'datetime' && value) {
|
|
76
|
+
const date = new Date(value);
|
|
77
|
+
if (!isNaN(date.getTime())) {
|
|
78
|
+
const year = date.getFullYear();
|
|
79
|
+
const month = String(date.getMonth() + 1).padStart(2, '0');
|
|
80
|
+
const day = String(date.getDate()).padStart(2, '0');
|
|
81
|
+
const hours = String(date.getHours()).padStart(2, '0');
|
|
82
|
+
const minutes = String(date.getMinutes()).padStart(2, '0');
|
|
83
|
+
value = `${year}-${month}-${day}T${hours}:${minutes}`;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
// Format week for week input (YYYY-Www)
|
|
87
|
+
if (type === 'week' && value) {
|
|
88
|
+
const date = new Date(value);
|
|
89
|
+
if (!isNaN(date.getTime())) {
|
|
90
|
+
const year = date.getFullYear();
|
|
91
|
+
const week = getWeekNumber(date);
|
|
92
|
+
value = `${year}-W${String(week).padStart(2, '0')}`;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
71
95
|
}
|
|
72
96
|
if (type === 'color') {
|
|
73
97
|
fieldType = 'color';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GroupAP } from "../models/GroupAP";
|
|
2
2
|
import { UserAP } from "../models/UserAP";
|
|
3
|
-
import { AccessRightsToken,
|
|
3
|
+
import { AccessRightsToken, ModelResource, PropsField } from "../interfaces/types";
|
|
4
4
|
interface groupedTokens {
|
|
5
5
|
header: string;
|
|
6
6
|
fields: PropsField[];
|
|
@@ -22,7 +22,7 @@ interface listProps extends Record<string | number | symbol, unknown> {
|
|
|
22
22
|
users: PropsField[];
|
|
23
23
|
groupedTokens: groupedTokens[];
|
|
24
24
|
}
|
|
25
|
-
export declare function inertiaGroupHelper(
|
|
25
|
+
export declare function inertiaGroupHelper(modelResource: ModelResource, req: ReqType, users: UserAP[], groupedTokens: {
|
|
26
26
|
[key: string]: AccessRightsToken[];
|
|
27
27
|
}, group?: GroupAP, view?: boolean): listProps;
|
|
28
28
|
export {};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export function inertiaGroupHelper(
|
|
1
|
+
export function inertiaGroupHelper(modelResource, req, users, groupedTokens, group, view = false) {
|
|
2
2
|
let props = {
|
|
3
3
|
edit: !!group,
|
|
4
4
|
view: view,
|
|
5
5
|
btnBack: {
|
|
6
6
|
title: req.i18n.__('Back'),
|
|
7
|
-
link:
|
|
7
|
+
link: modelResource.uri
|
|
8
8
|
},
|
|
9
9
|
btnSave: {
|
|
10
10
|
title: req.i18n.__('Save')
|
|
11
11
|
},
|
|
12
|
-
postLink: group ? `${
|
|
12
|
+
postLink: group ? `${modelResource.uri}/edit/${group.id}` : `${modelResource.uri}/add`,
|
|
13
13
|
head: req.i18n.__('Group settings'),
|
|
14
14
|
userHead: '',
|
|
15
15
|
fields: [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ModelResource } from "../interfaces/types";
|
|
2
2
|
import { Fields } from "./fieldsHelper";
|
|
3
3
|
import { Actions } from "./inertiaActionsHelper";
|
|
4
4
|
interface listProps extends Record<string | number | symbol, unknown> {
|
|
@@ -18,11 +18,15 @@ interface listProps extends Record<string | number | symbol, unknown> {
|
|
|
18
18
|
notFoundContent: string;
|
|
19
19
|
searchBtn: string;
|
|
20
20
|
resetBtn: string;
|
|
21
|
-
|
|
21
|
+
modelResource: {
|
|
22
22
|
name: string;
|
|
23
23
|
uri: string;
|
|
24
24
|
};
|
|
25
25
|
inlineActions: Actions[];
|
|
26
|
+
filtersEnabled?: boolean;
|
|
27
|
+
activeFilterName?: string;
|
|
28
|
+
defaultPageSize: number;
|
|
29
|
+
pageSizeOptions: number[];
|
|
26
30
|
}
|
|
27
|
-
export declare function inertiaListHelper(
|
|
31
|
+
export declare function inertiaListHelper(modelResource: ModelResource, req: ReqType, fields: Fields, activeFilterName?: string): listProps;
|
|
28
32
|
export {};
|