mdt-client 31.3.38 → 31.3.39
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/index.d.ts +11 -11
- package/dist/index.js +16 -16
- package/package.json +38 -38
- package/readme.md +15 -15
- package/types/common/Datasource.d.ts +9 -9
- package/types/common/Field.d.ts +51 -51
- package/types/common/FieldSettings.schema.d.ts +17 -17
- package/types/common/MdtField.d.ts +9 -9
- package/types/common/MdtObject.d.ts +7 -7
- package/types/common/Record.d.ts +27 -27
- package/types/common/Table.d.ts +66 -66
- package/types/common/form/tabs/TabsFormExtenderOptions.d.ts +12 -12
- package/types/common/list/aggregation/AggregayionTypes.d.ts +2 -2
- package/types/common/list/cacheUpdateTime/CacheUpdateTimePublicOptions.d.ts +6 -6
- package/types/common/list/cellControlExtender/CellControlExtender.d.ts +1 -1
- package/types/common/list/columnMenu/ColumnMenuOptions.d.ts +17 -17
- package/types/common/list/columnMenu/QuickFilterOptions.d.ts +7 -7
- package/types/common/list/columnMenu/ValuesFilterOptions.d.ts +24 -24
- package/types/common/list/form/FormListPublicOptions.d.ts +44 -44
- package/types/common/list/gallery/GalleryListExtenderPublicOptions.d.ts +11 -11
- package/types/common/list/group/groupTypes.d.ts +177 -177
- package/types/common/list/hierarchy/hierarchyTypes.d.ts +48 -48
- package/types/common/list/historyType/HistoryTypeListExtenderOptions.d.ts +3 -3
- package/types/common/list/labelStyle/LabelStylePublicOptions.d.ts +6 -6
- package/types/common/list/legend/LegendListExtenderOptions.d.ts +8 -8
- package/types/common/list/listView/ListViewListExtenderOptions.d.ts +25 -25
- package/types/common/list/namedFilter/InMemoryNamedFilterOptions.d.ts +23 -23
- package/types/common/list/namedFilter/NamedFilterListExtenderPublicOptions.d.ts +29 -29
- package/types/common/list/reorder/ReorderListExtenderPublicOptions.d.ts +4 -4
- package/types/common/list/select/SelectPublicOptions.d.ts +18 -18
- package/types/common/list/styleField/StyleFieldListExtenderPublicOptions.d.ts +3 -3
- package/types/common/list/toolbar/ToolbarPublicOptions.d.ts +23 -22
- package/types/common/list/virtualScroll/VIrtualScrollPublicOptions.d.ts +7 -7
- package/types/common/serverMessage/ServerMessageTypes.d.ts +17 -17
- package/types/components/baseFormControls/input/inputOptions.d.ts +31 -31
- package/types/components/baseFormControls/maskedInput/MaskFormatter.types.d.ts +2 -2
- package/types/components/button/baseButton/buttonOptions.d.ts +12 -12
- package/types/components/buttonGroup/buttonGroupOptions.d.ts +7 -7
- package/types/components/dropdown/menu/item/dropdownInputItemOptions.d.ts +5 -5
- package/types/components/dropdown/menu/item/dropdownItemWrapOptions.d.ts +20 -19
- package/types/components/dropdown/menuActionItem/dropdownMenuItemOptions.d.ts +32 -32
- package/types/components/form/fieldView/fieldViewOptions.d.ts +13 -13
- package/types/components/form/header/types.d.ts +14 -14
- package/types/components/form/label/labelOptions.d.ts +23 -22
- package/types/components/icon/iconOptions.d.ts +24 -22
- package/types/components/iconButton/iconButtonOptions.d.ts +10 -10
- package/types/components/navigation/header/userButton/UserMenuSlot.d.ts +10 -10
- package/types/components/processPrincipalsList/ProcessPrincipalsListItem.d.ts +5 -5
- package/types/components/resizablePanels/panelTitle/panelTitleOptions.d.ts +16 -16
- package/types/components/resizablePanels/panelToolbar/panelToolbarOptions.d.ts +4 -4
- package/types/components/resizablePanels/resizablePanel/resizablePanelOptions.d.ts +24 -24
- package/types/components/resizablePanels/resizablePanelsOptions.d.ts +22 -22
- package/types/components/textWithIcon/textWithIconOptions.d.ts +17 -17
- package/types/components/toggleablePanels/toggleablePanelsOptions.d.ts +40 -40
- package/types/data/active/ActivationListAdapterTypes.d.ts +6 -6
- package/types/data/fieldFilter/ToolbarFieldFilterOptions.d.ts +21 -21
- package/types/data/periods/helpers/types.d.ts +4 -4
- package/types/datasources/FetchResult.d.ts +5 -5
- package/types/helpers/IUi.d.ts +2 -2
- package/types/helpers/dateUtils.d.ts +23 -23
- package/types/helpers/deleteFromArray.d.ts +1 -1
- package/types/helpers/events/EventEmitter.d.ts +12 -12
- package/types/helpers/fireEvent.d.ts +4 -4
- package/types/helpers/formatOptions.d.ts +16 -16
- package/types/helpers/formattedText.d.ts +8 -8
- package/types/helpers/pipeline/ImmutableArgPipeline.d.ts +8 -8
- package/types/helpers/pipeline/Pipeline.d.ts +20 -20
- package/types/helpers/redraw.d.ts +16 -16
- package/types/helpers/types.d.ts +85 -85
- package/types/helpers/ui/elementModificators/focusableComponent.d.ts +15 -15
- package/types/helpers/ui/elementModificators/modificatorsTypes.d.ts +4 -4
- package/types/helpers/ui/keyboardUtils/getKeySymbol.d.ts +2 -2
- package/types/helpers/ui/keyboardUtils/keyboardUtils.d.ts +23 -23
- package/types/helpers/ui/keyboardUtils/osByUserAgent.d.ts +1 -1
- package/types/helpers/utils/classNames.d.ts +20 -20
- package/types/helpers/utils/keyStorage/KeyStorage.d.ts +6 -6
- package/types/helpers/utils/memoization/memoize.d.ts +18 -18
- package/types/helpers/utils/object.d.ts +4 -4
- package/types/helpers/utils/stringifyControlSize.d.ts +3 -3
- package/types/helpers/utils/valued/getValued.d.ts +18 -18
- package/types/helpers/zone/IZone.d.ts +8 -8
- package/types/security/PermissionLevel.d.ts +40 -40
- package/types/security/User.d.ts +20 -19
- package/types/services/HotkeyManager.d.ts +6 -6
- package/types/services/IFilter.d.ts +322 -322
- package/types/services/ModuleData.d.ts +9 -9
- package/types/services/api/ApiAccessor/apiV1Types.d.ts +266 -266
- package/types/services/api/ApiAccessor/apiV2Types.d.ts +586 -585
- package/types/services/api/ApiAccessor/binding/bindingApiTypes.d.ts +42 -42
- package/types/services/api/ApiAccessorRequestAdapter/handlers/fetch/helpers/count/count.d.ts +10 -10
- package/types/services/api/ApiAccessorRequestAdapter/handlers/fetch/helpers/query/exts/hierarchy/hierarchyQueryHelpersTypes.d.ts +28 -28
- package/types/services/api/ApiAccessorRequestAdapter/handlers/fetch/helpers/query/exts/placeIn/placeInQueryTypes.d.ts +9 -9
- package/types/services/api/ApiAccessorRequestAdapter/handlers/messageTypes.d.ts +37 -37
- package/types/services/api/ApiAccessorRequestAdapter/message/apiV2MessageTypes.d.ts +2 -2
- package/types/services/api/ApiRequestOptions.d.ts +43 -43
- package/types/services/api/BaseQuery.d.ts +25 -25
- package/types/services/api/Query.d.ts +56 -56
- package/types/services/api/QuerySorting.d.ts +18 -18
- package/types/services/api/ServerResonseType.d.ts +2 -2
- package/types/services/commands/Command.d.ts +22 -22
- package/types/services/commands/CommandGroup.d.ts +15 -15
- package/types/services/commands/CommandManager.d.ts +77 -77
- package/types/services/customModules/facades/Form/IFieldControlFacade.d.ts +26 -26
- package/types/services/customModules/facades/Form/IFieldControlManagerFacade.d.ts +36 -36
- package/types/services/customModules/facades/Form/IFieldStateFacade.d.ts +13 -13
- package/types/services/customModules/facades/Form/IFormControlFacade.d.ts +133 -133
- package/types/services/customModules/facades/Form/IFormFacade.d.ts +102 -102
- package/types/services/customModules/facades/Form/IFormLayout.d.ts +12 -12
- package/types/services/customModules/facades/IAppFacade.d.ts +38 -38
- package/types/services/customModules/facades/IAuthFacade.d.ts +9 -9
- package/types/services/customModules/facades/ILegacyFacade.d.ts +239 -239
- package/types/services/customModules/facades/IMdtFacade.d.ts +88 -88
- package/types/services/customModules/facades/IModuleRegistryFacade.d.ts +5 -5
- package/types/services/customModules/facades/IPageFacade.d.ts +7 -7
- package/types/services/customModules/facades/List/Column/IColumnFacade.d.ts +7 -7
- package/types/services/customModules/facades/List/IListCellFacade.d.ts +8 -8
- package/types/services/customModules/facades/List/IListComponentFacade.d.ts +10 -10
- package/types/services/customModules/facades/List/IListControlFacade.d.ts +88 -88
- package/types/services/customModules/facades/List/IListRowFacade.d.ts +2 -2
- package/types/services/customModules/facades/List/IListServiceFacade.d.ts +96 -96
- package/types/services/customModules/facades/List/ListOptions/IListOptions.d.ts +4 -4
- package/types/services/customModules/facades/components/CodeEditorFacade.d.ts +9 -9
- package/types/services/customModules/facades/components/ModalFacade.d.ts +4 -4
- package/types/services/customModules/facades/formDashboard/IFormDashboard.d.ts +20 -20
- package/types/services/customModules/facades/internalModules/importFormCtrl.types.d.ts +83 -77
- package/types/services/customModules/facades/internalModules/importModuleFacade.d.ts +53 -53
- package/types/services/customModules/facades/internalModules/modulesFacadeTypes.d.ts +11 -11
- package/types/services/customModules/facades/internalModules/statusFacade.d.ts +13 -13
- package/types/services/customModules/facades/record/IRecordFacade.d.ts +13 -13
- package/types/services/customModules/facades/record/IRecordManagerFacade.d.ts +5 -5
- package/types/services/customModules/facades/schema/IFieldFacade.d.ts +14 -14
- package/types/services/customModules/facades/schema/IObjectFacade.d.ts +20 -20
- package/types/services/customModules/facades/schema/ISchemaFacade.d.ts +24 -24
- package/types/services/customModules/facades/schema/fieldBuilder/fieldBuilder/IFieldBuilder.d.ts +23 -23
- package/types/services/customModules/facades/schema/fieldBuilder/fieldFkBuilder/IFieldFkBuilder.d.ts +8 -8
- package/types/services/customModules/facades/services/CommandManagerFacade.d.ts +11 -11
- package/types/services/customModules/facades/services/IListButtonExtendPipelineService.d.ts +13 -13
- package/types/services/customModules/facades/services/INavigationFacade.d.ts +91 -91
- package/types/services/customModules/facades/services/ISecurityFacade.d.ts +13 -13
- package/types/services/customModules/facades/utils/IApiFacade.d.ts +91 -91
- package/types/services/customModules/facades/utils/IUiComponentsFacade.d.ts +191 -191
- package/types/services/customModules/facades/utils/IUiFacade.d.ts +84 -84
- package/types/services/customModules/facades/utils/IUtilsFacade.d.ts +225 -225
- package/types/services/customModules/facades/utils/ImUtilsFacade.d.ts +42 -42
- package/types/services/dropdown/IDropDownMenu.d.ts +41 -41
- package/types/services/e2e/e2eServiceType.d.ts +11 -11
- package/types/ui-kit/IUiKitUtilsFacade.d.ts +35 -35
- package/types/ui-kit/UiKitFacade.d.ts +106 -104
- package/types/ui-kit/components/calendar/Calendar.d.ts +3 -3
- package/types/views/controls/Control.d.ts +7 -7
- package/types/views/controls/panels/panelOptions.d.ts +15 -15
- package/types/views/form/controls/commonControl/ICommonControl.d.ts +29 -29
- package/types/views/form/controls/fileupload/FileInputFacade.types.d.ts +6 -6
- package/types/views/form/controls/monacoEditor/MonacoCodeOptions.schema.d.ts +24 -24
- package/types/views/form/controls/monacoEditor/jsonSchemas/Button.schema.d.ts +70 -70
- package/types/views/form/controls/picker/multiPickerFacade/IMultiPickerFacade.d.ts +36 -36
- package/types/views/form/controls/toggleablePanels/editor/toggleablePanelsEditorFacadeOptions.d.ts +21 -21
- package/types/views/form/formTypes.d.ts +5 -5
- package/types/views/form/schema/FormPageExtOptions.schema.d.ts +22 -22
- package/types/views/form/schema/FormPageOptions.schema.d.ts +19 -19
- package/types/views/gallery/ImageFetchOptions.d.ts +5 -5
- package/types/views/list/ListViewOptions.d.ts +102 -102
- package/types/views/list/features/aggregation/AggregationRowListOptions.d.ts +23 -23
- package/types/views/list/schema/ListPageExtOptions.schema.d.ts +123 -123
- package/types/views/list/schema/ListPageOptions.schema.d.ts +145 -145
- package/types/views/list/tabular/TabularListTypes.d.ts +53 -53
- package/types/views/page/PageZoneTypes.d.ts +1 -1
- package/types/views/page/charts/ChartControlOptions.schema.d.ts +850 -760
- package/types/views/page/charts/facade/IChartControlFacade.d.ts +29 -29
- package/types/views/page/charts/reportDashboard/config/chartConfig.d.ts +31 -31
- package/types/views/page/charts/reportDashboard/config/filterConfig.d.ts +56 -56
- package/types/views/page/charts/reportDashboard/config/listConfig.d.ts +9 -9
- package/types/views/page/charts/reportDashboard/config/reportDashboardConfig.d.ts +55 -55
- package/types/views/page/charts/reportDashboard/controls/dynamicChart/dynamicChartControlPublicOptions.d.ts +3 -3
- package/types/views/page/charts/reportDashboard/index.d.ts +5 -5
- package/types/views/page/charts/reportDashboard/utils/formJsonVarParser.d.ts +13 -13
- package/types/_core/scripts/common/Datasource.d.ts +0 -9
- package/types/_core/scripts/common/Field.d.ts +0 -51
- package/types/_core/scripts/common/FieldSettings.schema.d.ts +0 -17
- package/types/_core/scripts/common/MdtField.d.ts +0 -9
- package/types/_core/scripts/common/MdtObject.d.ts +0 -7
- package/types/_core/scripts/common/Record.d.ts +0 -27
- package/types/_core/scripts/common/Table.d.ts +0 -66
- package/types/_core/scripts/common/form/tabs/TabsFormExtenderOptions.d.ts +0 -12
- package/types/_core/scripts/common/list/aggregation/AggregayionTypes.d.ts +0 -2
- package/types/_core/scripts/common/list/cacheUpdateTime/CacheUpdateTimePublicOptions.d.ts +0 -6
- package/types/_core/scripts/common/list/cellControlExtender/CellControlExtender.d.ts +0 -1
- package/types/_core/scripts/common/list/columnMenu/ColumnMenuOptions.d.ts +0 -17
- package/types/_core/scripts/common/list/columnMenu/QuickFilterOptions.d.ts +0 -7
- package/types/_core/scripts/common/list/columnMenu/ValuesFilterOptions.d.ts +0 -24
- package/types/_core/scripts/common/list/form/FormListPublicOptions.d.ts +0 -40
- package/types/_core/scripts/common/list/gallery/GalleryListExtenderPublicOptions.d.ts +0 -11
- package/types/_core/scripts/common/list/group/groupTypes.d.ts +0 -177
- package/types/_core/scripts/common/list/hierarchy/hierarchyTypes.d.ts +0 -48
- package/types/_core/scripts/common/list/historyType/HistoryTypeListExtenderOptions.d.ts +0 -3
- package/types/_core/scripts/common/list/labelStyle/LabelStylePublicOptions.d.ts +0 -6
- package/types/_core/scripts/common/list/legend/LegendListExtenderOptions.d.ts +0 -8
- package/types/_core/scripts/common/list/listView/ListViewListExtenderOptions.d.ts +0 -25
- package/types/_core/scripts/common/list/namedFilter/InMemoryNamedFilterOptions.d.ts +0 -23
- package/types/_core/scripts/common/list/namedFilter/NamedFilterListExtenderPublicOptions.d.ts +0 -29
- package/types/_core/scripts/common/list/reorder/ReorderListExtenderPublicOptions.d.ts +0 -4
- package/types/_core/scripts/common/list/select/SelectPublicOptions.d.ts +0 -18
- package/types/_core/scripts/common/list/styleField/StyleFieldListExtenderPublicOptions.d.ts +0 -3
- package/types/_core/scripts/common/list/toolbar/ToolbarPublicOptions.d.ts +0 -22
- package/types/_core/scripts/common/list/virtualScroll/VIrtualScrollPublicOptions.d.ts +0 -7
- package/types/_core/scripts/common/serverMessage/ServerMessageTypes.d.ts +0 -17
- package/types/_core/scripts/components/baseFormControls/input/inputOptions.d.ts +0 -30
- package/types/_core/scripts/components/baseFormControls/maskedInput/MaskFormatter.types.d.ts +0 -2
- package/types/_core/scripts/components/button/baseButton/buttonOptions.d.ts +0 -12
- package/types/_core/scripts/components/buttonGroup/buttonGroupOptions.d.ts +0 -7
- package/types/_core/scripts/components/dropdown/menu/item/dropdownInputItemOptions.d.ts +0 -5
- package/types/_core/scripts/components/dropdown/menu/item/dropdownItemWrapOptions.d.ts +0 -19
- package/types/_core/scripts/components/dropdown/menuActionItem/dropdownMenuItemOptions.d.ts +0 -32
- package/types/_core/scripts/components/form/fieldView/fieldViewOptions.d.ts +0 -13
- package/types/_core/scripts/components/form/header/types.d.ts +0 -14
- package/types/_core/scripts/components/form/label/labelOptions.d.ts +0 -22
- package/types/_core/scripts/components/icon/iconOptions.d.ts +0 -21
- package/types/_core/scripts/components/iconButton/iconButtonOptions.d.ts +0 -9
- package/types/_core/scripts/components/processPrincipalsList/ProcessPrincipalsListItem.d.ts +0 -5
- package/types/_core/scripts/components/resizablePanels/panelTitle/panelTitleOptions.d.ts +0 -16
- package/types/_core/scripts/components/resizablePanels/panelToolbar/panelToolbarOptions.d.ts +0 -4
- package/types/_core/scripts/components/resizablePanels/resizablePanel/resizablePanelOptions.d.ts +0 -24
- package/types/_core/scripts/components/resizablePanels/resizablePanelsOptions.d.ts +0 -22
- package/types/_core/scripts/components/textWithIcon/textWithIconOptions.d.ts +0 -16
- package/types/_core/scripts/components/toggleablePanels/toggleablePanelsOptions.d.ts +0 -40
- package/types/_core/scripts/data/active/ActivationListAdapterTypes.d.ts +0 -6
- package/types/_core/scripts/data/fieldFilter/ToolbarFieldFilterOptions.d.ts +0 -21
- package/types/_core/scripts/data/periods/helpers/types.d.ts +0 -4
- package/types/_core/scripts/datasources/FetchResult.d.ts +0 -5
- package/types/_core/scripts/helpers/IUi.d.ts +0 -2
- package/types/_core/scripts/helpers/dateUtils.d.ts +0 -23
- package/types/_core/scripts/helpers/deleteFromArray.d.ts +0 -1
- package/types/_core/scripts/helpers/events/EventEmitter.d.ts +0 -12
- package/types/_core/scripts/helpers/fireEvent.d.ts +0 -4
- package/types/_core/scripts/helpers/formatOptions.d.ts +0 -16
- package/types/_core/scripts/helpers/formattedText.d.ts +0 -8
- package/types/_core/scripts/helpers/pipeline/ImmutableArgPipeline.d.ts +0 -8
- package/types/_core/scripts/helpers/pipeline/Pipeline.d.ts +0 -20
- package/types/_core/scripts/helpers/redraw.d.ts +0 -16
- package/types/_core/scripts/helpers/types.d.ts +0 -84
- package/types/_core/scripts/helpers/ui/elementModificators/focusableComponent.d.ts +0 -14
- package/types/_core/scripts/helpers/ui/elementModificators/modificatorsTypes.d.ts +0 -4
- package/types/_core/scripts/helpers/ui/keyboardUtils/getKeySymbol.d.ts +0 -2
- package/types/_core/scripts/helpers/ui/keyboardUtils/keyboardUtils.d.ts +0 -23
- package/types/_core/scripts/helpers/ui/keyboardUtils/osByUserAgent.d.ts +0 -1
- package/types/_core/scripts/helpers/utils/classNames.d.ts +0 -20
- package/types/_core/scripts/helpers/utils/keyStorage/KeyStorage.d.ts +0 -6
- package/types/_core/scripts/helpers/utils/memoization/memoize.d.ts +0 -18
- package/types/_core/scripts/helpers/utils/object.d.ts +0 -4
- package/types/_core/scripts/helpers/utils/stringifyControlSize.d.ts +0 -3
- package/types/_core/scripts/helpers/utils/valued/getValued.d.ts +0 -18
- package/types/_core/scripts/helpers/zone/IZone.d.ts +0 -7
- package/types/_core/scripts/security/PermissionLevel.d.ts +0 -40
- package/types/_core/scripts/security/User.d.ts +0 -19
- package/types/_core/scripts/services/HotkeyManager.d.ts +0 -6
- package/types/_core/scripts/services/IFilter.d.ts +0 -322
- package/types/_core/scripts/services/ModuleData.d.ts +0 -9
- package/types/_core/scripts/services/api/ApiAccessor/apiV1Types.d.ts +0 -266
- package/types/_core/scripts/services/api/ApiAccessor/apiV2Types.d.ts +0 -585
- package/types/_core/scripts/services/api/ApiAccessor/binding/bindingApiTypes.d.ts +0 -42
- package/types/_core/scripts/services/api/ApiAccessor/job/jobApiTypes.d.ts +0 -82
- package/types/_core/scripts/services/api/ApiAccessorRequestAdapter/handlers/fetch/helpers/count/count.d.ts +0 -10
- package/types/_core/scripts/services/api/ApiAccessorRequestAdapter/handlers/fetch/helpers/query/exts/hierarchy/hierarchyQueryHelpersTypes.d.ts +0 -28
- package/types/_core/scripts/services/api/ApiAccessorRequestAdapter/handlers/fetch/helpers/query/exts/placeIn/placeInQueryTypes.d.ts +0 -9
- package/types/_core/scripts/services/api/ApiAccessorRequestAdapter/handlers/messageTypes.d.ts +0 -37
- package/types/_core/scripts/services/api/ApiAccessorRequestAdapter/message/apiV2MessageTypes.d.ts +0 -2
- package/types/_core/scripts/services/api/ApiRequestOptions.d.ts +0 -43
- package/types/_core/scripts/services/api/BaseQuery.d.ts +0 -25
- package/types/_core/scripts/services/api/Query.d.ts +0 -56
- package/types/_core/scripts/services/api/QuerySorting.d.ts +0 -18
- package/types/_core/scripts/services/api/ServerResonseType.d.ts +0 -2
- package/types/_core/scripts/services/commands/Command.d.ts +0 -22
- package/types/_core/scripts/services/commands/CommandGroup.d.ts +0 -15
- package/types/_core/scripts/services/commands/CommandManager.d.ts +0 -77
- package/types/_core/scripts/services/customModules/facades/Form/IFieldControlFacade.d.ts +0 -26
- package/types/_core/scripts/services/customModules/facades/Form/IFieldControlManagerFacade.d.ts +0 -36
- package/types/_core/scripts/services/customModules/facades/Form/IFieldStateFacade.d.ts +0 -13
- package/types/_core/scripts/services/customModules/facades/Form/IFormControlFacade.d.ts +0 -133
- package/types/_core/scripts/services/customModules/facades/Form/IFormFacade.d.ts +0 -102
- package/types/_core/scripts/services/customModules/facades/Form/IFormLayout.d.ts +0 -12
- package/types/_core/scripts/services/customModules/facades/IAppFacade.d.ts +0 -38
- package/types/_core/scripts/services/customModules/facades/IAuthFacade.d.ts +0 -9
- package/types/_core/scripts/services/customModules/facades/ILegacyFacade.d.ts +0 -238
- package/types/_core/scripts/services/customModules/facades/IMdtFacade.d.ts +0 -87
- package/types/_core/scripts/services/customModules/facades/IModuleRegistryFacade.d.ts +0 -5
- package/types/_core/scripts/services/customModules/facades/IPageFacade.d.ts +0 -7
- package/types/_core/scripts/services/customModules/facades/List/Column/IColumnFacade.d.ts +0 -7
- package/types/_core/scripts/services/customModules/facades/List/IListCellFacade.d.ts +0 -8
- package/types/_core/scripts/services/customModules/facades/List/IListComponentFacade.d.ts +0 -10
- package/types/_core/scripts/services/customModules/facades/List/IListControlFacade.d.ts +0 -88
- package/types/_core/scripts/services/customModules/facades/List/IListRowFacade.d.ts +0 -2
- package/types/_core/scripts/services/customModules/facades/List/IListServiceFacade.d.ts +0 -96
- package/types/_core/scripts/services/customModules/facades/List/ListOptions/IListOptions.d.ts +0 -4
- package/types/_core/scripts/services/customModules/facades/components/CodeEditorFacade.d.ts +0 -9
- package/types/_core/scripts/services/customModules/facades/components/ModalFacade.d.ts +0 -4
- package/types/_core/scripts/services/customModules/facades/formDashboard/IFormDashboard.d.ts +0 -20
- package/types/_core/scripts/services/customModules/facades/internalModules/importFormCtrl.types.d.ts +0 -77
- package/types/_core/scripts/services/customModules/facades/internalModules/importModuleFacade.d.ts +0 -53
- package/types/_core/scripts/services/customModules/facades/internalModules/jobFacade.d.ts +0 -7
- package/types/_core/scripts/services/customModules/facades/internalModules/modulesFacadeTypes.d.ts +0 -12
- package/types/_core/scripts/services/customModules/facades/internalModules/statusFacade.d.ts +0 -13
- package/types/_core/scripts/services/customModules/facades/record/IRecordFacade.d.ts +0 -13
- package/types/_core/scripts/services/customModules/facades/record/IRecordManagerFacade.d.ts +0 -5
- package/types/_core/scripts/services/customModules/facades/schema/IFieldFacade.d.ts +0 -14
- package/types/_core/scripts/services/customModules/facades/schema/IObjectFacade.d.ts +0 -20
- package/types/_core/scripts/services/customModules/facades/schema/ISchemaFacade.d.ts +0 -24
- package/types/_core/scripts/services/customModules/facades/schema/fieldBuilder/fieldBuilder/IFieldBuilder.d.ts +0 -23
- package/types/_core/scripts/services/customModules/facades/schema/fieldBuilder/fieldFkBuilder/IFieldFkBuilder.d.ts +0 -8
- package/types/_core/scripts/services/customModules/facades/services/CommandManagerFacade.d.ts +0 -11
- package/types/_core/scripts/services/customModules/facades/services/IListButtonExtendPipelineService.d.ts +0 -13
- package/types/_core/scripts/services/customModules/facades/services/INavigationFacade.d.ts +0 -91
- package/types/_core/scripts/services/customModules/facades/services/ISecurityFacade.d.ts +0 -13
- package/types/_core/scripts/services/customModules/facades/utils/IApiFacade.d.ts +0 -91
- package/types/_core/scripts/services/customModules/facades/utils/IUiComponentsFacade.d.ts +0 -185
- package/types/_core/scripts/services/customModules/facades/utils/IUiFacade.d.ts +0 -83
- package/types/_core/scripts/services/customModules/facades/utils/IUtilsFacade.d.ts +0 -224
- package/types/_core/scripts/services/customModules/facades/utils/ImUtilsFacade.d.ts +0 -41
- package/types/_core/scripts/services/dropdown/IDropDownMenu.d.ts +0 -40
- package/types/_core/scripts/services/e2e/e2eServiceType.d.ts +0 -11
- package/types/_core/scripts/ui-kit/IUiKitUtilsFacade.d.ts +0 -21
- package/types/_core/scripts/ui-kit/UiKitFacade.d.ts +0 -101
- package/types/_core/scripts/views/controls/Control.d.ts +0 -7
- package/types/_core/scripts/views/controls/panels/panelOptions.d.ts +0 -15
- package/types/_core/scripts/views/form/controls/commonControl/ICommonControl.d.ts +0 -28
- package/types/_core/scripts/views/form/controls/fileupload/FileInputFacade.types.d.ts +0 -6
- package/types/_core/scripts/views/form/controls/monacoEditor/MonacoCodeOptions.schema.d.ts +0 -24
- package/types/_core/scripts/views/form/controls/monacoEditor/jsonSchemas/Button.schema.d.ts +0 -70
- package/types/_core/scripts/views/form/controls/picker/multiPickerFacade/IMultiPickerFacade.d.ts +0 -36
- package/types/_core/scripts/views/form/controls/toggleablePanels/editor/toggleablePanelsEditorFacadeOptions.d.ts +0 -21
- package/types/_core/scripts/views/form/formTypes.d.ts +0 -5
- package/types/_core/scripts/views/form/schema/FormPageExtOptions.schema.d.ts +0 -22
- package/types/_core/scripts/views/form/schema/FormPageOptions.schema.d.ts +0 -19
- package/types/_core/scripts/views/gallery/ImageFetchOptions.d.ts +0 -5
- package/types/_core/scripts/views/list/ListViewOptions.d.ts +0 -99
- package/types/_core/scripts/views/list/features/aggregation/AggregationRowListOptions.d.ts +0 -23
- package/types/_core/scripts/views/list/schema/ListPageExtOptions.schema.d.ts +0 -123
- package/types/_core/scripts/views/list/schema/ListPageOptions.schema.d.ts +0 -145
- package/types/_core/scripts/views/list/tabular/TabularListTypes.d.ts +0 -53
- package/types/_core/scripts/views/page/PageZoneTypes.d.ts +0 -1
- package/types/_core/scripts/views/page/charts/ChartControlOptions.schema.d.ts +0 -759
- package/types/_core/scripts/views/page/charts/facade/IChartControlFacade.d.ts +0 -29
- package/types/_core/scripts/views/page/charts/reportDashboard/config/chartConfig.d.ts +0 -31
- package/types/_core/scripts/views/page/charts/reportDashboard/config/filterConfig.d.ts +0 -56
- package/types/_core/scripts/views/page/charts/reportDashboard/config/listConfig.d.ts +0 -9
- package/types/_core/scripts/views/page/charts/reportDashboard/config/reportDashboardConfig.d.ts +0 -55
- package/types/_core/scripts/views/page/charts/reportDashboard/controls/dynamicChart/dynamicChartControlPublicOptions.d.ts +0 -3
- package/types/_core/scripts/views/page/charts/reportDashboard/index.d.ts +0 -5
- package/types/_core/scripts/views/page/charts/reportDashboard/utils/formJsonVarParser.d.ts +0 -13
- package/types/job/scripts/types.d.ts +0 -11
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Query } from "../../../../../../../../scripts/services/api/Query";
|
|
2
|
-
export declare const FETCH_COUNT_ALIAS = "$Count";
|
|
3
|
-
export declare type CountMap = {
|
|
4
|
-
queryIdx: number;
|
|
5
|
-
relatedCountIdx: number;
|
|
6
|
-
}[];
|
|
7
|
-
export declare function extendQueryByCount(query: Query): {
|
|
8
|
-
query: Query;
|
|
9
|
-
countMap?: CountMap;
|
|
10
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { RecordId } from "../../../../../../../../../common/Record";
|
|
2
|
-
import { FieldPath } from "../../../../../../../../../helpers/types";
|
|
3
|
-
import { IFilter } from "../../../../../../../../../services/IFilter";
|
|
4
|
-
export declare type HierarchyQueryMeta = {
|
|
5
|
-
hierarchy?: QueryHierarchyBaseData;
|
|
6
|
-
hierarchyLoadMore?: QueryHierarchyLoadMoreData;
|
|
7
|
-
};
|
|
8
|
-
export declare type QueryHierarchyLoadMoreData = {
|
|
9
|
-
parentField?: FieldPath;
|
|
10
|
-
parentId: RecordId;
|
|
11
|
-
filter?: IFilter;
|
|
12
|
-
/**
|
|
13
|
-
* Если true, то для иерархии явно определены поля primary и parent.
|
|
14
|
-
* В этом случае используется стандартный API иерархии.
|
|
15
|
-
* Иначе, иерархия строится с помощью расширений API `placeIn` и `dependency`. Такой режим используется, например, в меппинге.
|
|
16
|
-
*/
|
|
17
|
-
isModded?: boolean;
|
|
18
|
-
};
|
|
19
|
-
export declare type QueryHierarchyBaseData = {
|
|
20
|
-
top?: number;
|
|
21
|
-
} & WithExpandedIds;
|
|
22
|
-
export declare type ExpandedIds = {
|
|
23
|
-
id: RecordId;
|
|
24
|
-
take: number;
|
|
25
|
-
}[];
|
|
26
|
-
export declare type WithExpandedIds = {
|
|
27
|
-
expandedIds?: ExpandedIds;
|
|
28
|
-
};
|
package/types/_core/scripts/services/api/ApiAccessorRequestAdapter/handlers/messageTypes.d.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { MdtRecord, RecordId } from "../../../../../scripts/common/Record";
|
|
2
|
-
import { UiType } from "../../../../../scripts/helpers/IUi";
|
|
3
|
-
import { ServerResponseType } from "../../../../services/api/ServerResonseType";
|
|
4
|
-
export interface DataExtraInformation {
|
|
5
|
-
items: DataExtraInformationItems;
|
|
6
|
-
type: ServerResponseType;
|
|
7
|
-
actions: DataExtraInformationAction[];
|
|
8
|
-
hasActions: boolean;
|
|
9
|
-
needConfirmation: boolean;
|
|
10
|
-
isEmpty: boolean;
|
|
11
|
-
}
|
|
12
|
-
export declare type DataExtraInformationItems = (DataExtraInformationText | DataExtraInformationRows | DataExtraInformationRefs)[];
|
|
13
|
-
declare type DataExtraInformationTextType = Capitalize<UiType | "none">;
|
|
14
|
-
export interface DataExtraInformationText {
|
|
15
|
-
type: DataExtraInformationTextType;
|
|
16
|
-
text: string;
|
|
17
|
-
severity?: number;
|
|
18
|
-
}
|
|
19
|
-
export interface DataExtraInformationRows {
|
|
20
|
-
type: "Rows";
|
|
21
|
-
rows?: MdtRecord[];
|
|
22
|
-
}
|
|
23
|
-
export declare type DataExtraInformationRefs = {
|
|
24
|
-
type: "Refs";
|
|
25
|
-
rows?: {
|
|
26
|
-
ID_Object: RecordId;
|
|
27
|
-
ID_Record: RecordId;
|
|
28
|
-
}[];
|
|
29
|
-
};
|
|
30
|
-
export interface DataExtraInformationAction {
|
|
31
|
-
type: UiType;
|
|
32
|
-
icon: string;
|
|
33
|
-
title: string;
|
|
34
|
-
param: string;
|
|
35
|
-
paramValue: any;
|
|
36
|
-
}
|
|
37
|
-
export {};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { ServerMessageHandler } from "mdtScripts/common/serverMessage/ServerMessageTypes";
|
|
2
|
-
export interface ApiRequest {
|
|
3
|
-
abort?: () => void;
|
|
4
|
-
}
|
|
5
|
-
export interface ApiRequestOptions {
|
|
6
|
-
req?: (x?: any) => ApiRequest;
|
|
7
|
-
onerror?: (e: any) => boolean | void;
|
|
8
|
-
onRequestError?: () => void;
|
|
9
|
-
camel?: boolean;
|
|
10
|
-
multi?: boolean;
|
|
11
|
-
method?: string;
|
|
12
|
-
xhrConfig?(xhr: XMLHttpRequest): void;
|
|
13
|
-
background?: boolean;
|
|
14
|
-
ignoreUnwrapError?: boolean;
|
|
15
|
-
withCredentials?: boolean;
|
|
16
|
-
url?: string;
|
|
17
|
-
user?: string;
|
|
18
|
-
password?: string;
|
|
19
|
-
data?: any;
|
|
20
|
-
unwrapSuccess?(data: any): any;
|
|
21
|
-
unwrapError?(data: any, options?: any): any;
|
|
22
|
-
serialize?(dataToSerialize: any): string;
|
|
23
|
-
deserialize?(dataToDeserialize: string): any;
|
|
24
|
-
extract?(xhr: XMLHttpRequest, options: ApiRequestOptions): string;
|
|
25
|
-
type?(data: Object): void;
|
|
26
|
-
config?(xhr: XMLHttpRequest, options?: ApiRequestOptions): XMLHttpRequest;
|
|
27
|
-
dataType?: string;
|
|
28
|
-
extractXhr?(xhr: XMLHttpRequest): string;
|
|
29
|
-
/**
|
|
30
|
-
* Кастомный обработчик сообщений сервера.
|
|
31
|
-
* Используется для кастомного проставления параметров в запрос.
|
|
32
|
-
* Возвращает true, если параметры проставления и стандартное проставление не требуется.
|
|
33
|
-
*/
|
|
34
|
-
handleServerMessageParams?: ServerMessageHandler;
|
|
35
|
-
}
|
|
36
|
-
export interface ApiRequestPromiseOptions extends ApiRequestOptions {
|
|
37
|
-
/**
|
|
38
|
-
* Определяет, нужно ли вызывать reject при ошибке. По умолчанию false, reject вызываться не будет.
|
|
39
|
-
*
|
|
40
|
-
* Нужно выставить true, если нужна явная обработка, все остальные серверные ошибки обрабатываются стандартным механизмом.
|
|
41
|
-
*/
|
|
42
|
-
rejectPromiseOnError?: boolean;
|
|
43
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { IFilter } from "../IFilter";
|
|
2
|
-
import { QuerySorting } from "./QuerySorting";
|
|
3
|
-
export interface BaseQuery {
|
|
4
|
-
/** Названия выбранных полей */
|
|
5
|
-
select?: QuerySelect;
|
|
6
|
-
/** Количество записей */
|
|
7
|
-
top?: number;
|
|
8
|
-
/** Фильтр запроса */
|
|
9
|
-
filter?: IFilter;
|
|
10
|
-
/** Количество пропускаемых с начала записей */
|
|
11
|
-
skip?: number;
|
|
12
|
-
/** Сортировка записей */
|
|
13
|
-
sorting?: QuerySorting[];
|
|
14
|
-
count?: boolean;
|
|
15
|
-
/** Параметры для функции.
|
|
16
|
-
* Задаются в виде объекта, где ключ - название параметра функции, значение - значение параметра функции.
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* { "search": "Some value" }
|
|
20
|
-
*/
|
|
21
|
-
functionParams?: Record<string, any>;
|
|
22
|
-
/** Получение уникальных записей */
|
|
23
|
-
distinct?: boolean;
|
|
24
|
-
}
|
|
25
|
-
export declare type QuerySelect = string[];
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { Table } from "../../common/Table";
|
|
2
|
-
import { Grouping } from "../../common/list/group/groupTypes";
|
|
3
|
-
import { HierarchyQuery } from "../../common/list/hierarchy/hierarchyTypes";
|
|
4
|
-
import { ApiV1 } from "./ApiAccessor/apiV1Types";
|
|
5
|
-
import { ApiV2 } from "./ApiAccessor/apiV2Types";
|
|
6
|
-
import { HierarchyQueryMeta } from "./ApiAccessorRequestAdapter/handlers/fetch/helpers/query/exts/hierarchy/hierarchyQueryHelpersTypes";
|
|
7
|
-
import { PlaceInQueryMeta } from "./ApiAccessorRequestAdapter/handlers/fetch/helpers/query/exts/placeIn/placeInQueryTypes";
|
|
8
|
-
import { BaseQuery } from "./BaseQuery";
|
|
9
|
-
export interface Query extends BaseQuery {
|
|
10
|
-
options?: QueryOptions;
|
|
11
|
-
withCount?: boolean;
|
|
12
|
-
key?: string;
|
|
13
|
-
params?: QueryParams & {
|
|
14
|
-
[name: string]: any;
|
|
15
|
-
};
|
|
16
|
-
dependency?: {
|
|
17
|
-
table: string;
|
|
18
|
-
field: string;
|
|
19
|
-
};
|
|
20
|
-
aggregate?: boolean;
|
|
21
|
-
export?: string;
|
|
22
|
-
format?: string;
|
|
23
|
-
hierarchy?: HierarchyQuery;
|
|
24
|
-
placeIn?: string;
|
|
25
|
-
date?: Date;
|
|
26
|
-
table?: Table;
|
|
27
|
-
children?: Query[];
|
|
28
|
-
parent?: Query;
|
|
29
|
-
groups?: Grouping.Query;
|
|
30
|
-
disableDefaultSorting?: boolean;
|
|
31
|
-
pure?: boolean;
|
|
32
|
-
audit?: TicketQuery;
|
|
33
|
-
workflow?: TicketQuery;
|
|
34
|
-
tag?: TicketQuery;
|
|
35
|
-
skippedRowsCount?: number;
|
|
36
|
-
workflowStage?: boolean;
|
|
37
|
-
exts?: QueryExts;
|
|
38
|
-
/**
|
|
39
|
-
* Дополнительная информация по запросу, содержит логические данные.
|
|
40
|
-
* Используется при конвертации запроса под API v1/v2, чтобы не парсить сгенерированные строки, напр. placeIn
|
|
41
|
-
*/
|
|
42
|
-
meta?: PlaceInQueryMeta & HierarchyQueryMeta;
|
|
43
|
-
}
|
|
44
|
-
export declare type QueryExts = ApiV2.Request.Fetch.Exts;
|
|
45
|
-
declare type QueryParams = ApiV1.Request.Fetch.Params;
|
|
46
|
-
export declare type TicketQuery = string | "ticket";
|
|
47
|
-
export interface QueryOptions {
|
|
48
|
-
root?: boolean;
|
|
49
|
-
reset?: boolean;
|
|
50
|
-
firstQuery?: boolean;
|
|
51
|
-
secondary?: boolean;
|
|
52
|
-
ext?: {
|
|
53
|
-
[ext: string]: any;
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare type Cast = "date";
|
|
2
|
-
export declare type QuerySortingObject = {
|
|
3
|
-
path: string;
|
|
4
|
-
asc?: boolean;
|
|
5
|
-
cast?: Cast;
|
|
6
|
-
};
|
|
7
|
-
/**
|
|
8
|
-
* Настройка сортировки.
|
|
9
|
-
* @defaultSnippets
|
|
10
|
-
* [
|
|
11
|
-
* {
|
|
12
|
-
* "label": "Объект сортировки,
|
|
13
|
-
* "body": { "path": "$1", "asc": true }
|
|
14
|
-
* }
|
|
15
|
-
* ]
|
|
16
|
-
*/
|
|
17
|
-
export declare type QuerySorting = string | QuerySortingObject;
|
|
18
|
-
export {};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Icon } from "../../components/icon/iconOptions";
|
|
2
|
-
import { FormattedText } from "../../helpers/formattedText";
|
|
3
|
-
import { AnyObject, Valued } from "../../helpers/types";
|
|
4
|
-
import { CommandBase, CommandGroupProps, CommandProps, Hotkey } from "./CommandManager";
|
|
5
|
-
interface CommandOptions<Context> {
|
|
6
|
-
getContext: () => Context;
|
|
7
|
-
}
|
|
8
|
-
export declare class Command<Context = AnyObject> implements CommandProps {
|
|
9
|
-
private base;
|
|
10
|
-
private options;
|
|
11
|
-
readonly code: string;
|
|
12
|
-
readonly title: string;
|
|
13
|
-
readonly description: Valued<FormattedText>;
|
|
14
|
-
readonly icon: Valued<Icon>;
|
|
15
|
-
readonly hotkeys: Hotkey[];
|
|
16
|
-
readonly group: CommandGroupProps;
|
|
17
|
-
constructor(base: CommandBase, options: CommandOptions<Context>);
|
|
18
|
-
visible(): boolean;
|
|
19
|
-
enabled(): boolean;
|
|
20
|
-
execute(): void;
|
|
21
|
-
}
|
|
22
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { AnyObject } from "../../helpers/types";
|
|
2
|
-
import { CommandBase, CommandGroupProps } from "./CommandManager";
|
|
3
|
-
interface CommandGroupOptions<Context> {
|
|
4
|
-
addCommands: (commands: CommandBase<Context>[], groupCode: string) => void;
|
|
5
|
-
}
|
|
6
|
-
export declare class CommandGroup<Context = AnyObject> implements CommandGroupProps {
|
|
7
|
-
private options;
|
|
8
|
-
readonly code: string;
|
|
9
|
-
readonly title: string;
|
|
10
|
-
readonly description?: string;
|
|
11
|
-
readonly icon?: string;
|
|
12
|
-
constructor(group: CommandGroupProps, options: CommandGroupOptions<Context>);
|
|
13
|
-
addCommands(commands: CommandBase<Context>[]): void;
|
|
14
|
-
}
|
|
15
|
-
export {};
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { Icon } from "../../components/icon/iconOptions";
|
|
2
|
-
import { FormattedText } from "../../helpers/formattedText";
|
|
3
|
-
import { AnyObject, CommandEvent, Valued } from "../../helpers/types";
|
|
4
|
-
import { IFormControlFacade } from "../customModules/facades/Form/IFormControlFacade";
|
|
5
|
-
import { IListControlFacade } from "../customModules/facades/List/IListControlFacade";
|
|
6
|
-
import { Command } from "./Command";
|
|
7
|
-
import { CommandGroup } from "./CommandGroup";
|
|
8
|
-
export interface CommandGroupProps {
|
|
9
|
-
/** Уникальный код группы команд */
|
|
10
|
-
code: string;
|
|
11
|
-
/** Наименование группы команд */
|
|
12
|
-
title: string;
|
|
13
|
-
/** Описание группы команд */
|
|
14
|
-
description?: string;
|
|
15
|
-
/** Иконка группы команд */
|
|
16
|
-
icon?: Icon;
|
|
17
|
-
}
|
|
18
|
-
export declare type Hotkey = string;
|
|
19
|
-
export interface CommandProps {
|
|
20
|
-
/** Уникальный код команды */
|
|
21
|
-
code: string;
|
|
22
|
-
/** Наименование команды */
|
|
23
|
-
title: string;
|
|
24
|
-
/** Описание команды */
|
|
25
|
-
description?: Valued<FormattedText>;
|
|
26
|
-
/** Иконка команды */
|
|
27
|
-
icon?: Valued<Icon>;
|
|
28
|
-
/**
|
|
29
|
-
* Горячие клавиши для вызова команды.
|
|
30
|
-
*
|
|
31
|
-
* Комбинаций клавиш для команды может быть несколько.
|
|
32
|
-
*
|
|
33
|
-
* Комбинация клавиш задается строкой и указывается в следующем порядке `Ctrl/Cmd + Alt + Shift + Любая другая клавиша`.
|
|
34
|
-
*
|
|
35
|
-
* Клавиши разделяются двумя пробелами и символом "+" между ними.
|
|
36
|
-
*
|
|
37
|
-
* Например `Alt + Shift + Y`.
|
|
38
|
-
*/
|
|
39
|
-
hotkeys?: Hotkey[];
|
|
40
|
-
/** Группа которой принадлежит команда */
|
|
41
|
-
group?: CommandGroupProps;
|
|
42
|
-
}
|
|
43
|
-
export interface CommandBase<Context = AnyObject> extends CommandProps {
|
|
44
|
-
/** Функция которая будет вызвана при выполнении команды */
|
|
45
|
-
execute: (context: Context) => void;
|
|
46
|
-
/** Условие активности команды */
|
|
47
|
-
enabled?: (context: Context) => boolean;
|
|
48
|
-
/** Условие видимости команды в быстрых командах */
|
|
49
|
-
visible?: (context: Context) => boolean;
|
|
50
|
-
}
|
|
51
|
-
export declare type HotkeyCommands = {
|
|
52
|
-
[hotkey: string]: () => void;
|
|
53
|
-
};
|
|
54
|
-
export interface CommandManagerContext {
|
|
55
|
-
list?: IListControlFacade;
|
|
56
|
-
form?: IFormControlFacade;
|
|
57
|
-
[contextProp: string]: any;
|
|
58
|
-
}
|
|
59
|
-
export declare class CommandManagerClass<Context> {
|
|
60
|
-
private groups;
|
|
61
|
-
private commands;
|
|
62
|
-
private hotkeyCommands;
|
|
63
|
-
private context;
|
|
64
|
-
addGroup(group: CommandGroupProps, commands?: CommandBase<Context>[]): CommandGroup<Context>;
|
|
65
|
-
addCommands(commands: CommandBase<Context>[], groupCode?: string): void;
|
|
66
|
-
getCommand(code: string): Command<Context>;
|
|
67
|
-
getCommandList(): Command<Context>[];
|
|
68
|
-
execByEvent(event: CommandEvent): void;
|
|
69
|
-
setContext(key: keyof Context, value: Context[keyof Context]): void;
|
|
70
|
-
removeContext(key: keyof Context): void;
|
|
71
|
-
private createGroup;
|
|
72
|
-
private validateGroup;
|
|
73
|
-
private findGroup;
|
|
74
|
-
private validateCommand;
|
|
75
|
-
private pushCommands;
|
|
76
|
-
}
|
|
77
|
-
export declare const CommandManager: CommandManagerClass<CommandManagerContext>;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export declare type FieldValue = any;
|
|
2
|
-
export interface ErrorInfo {
|
|
3
|
-
/** Текст ошибки */
|
|
4
|
-
message: string;
|
|
5
|
-
/** Код ошибки */
|
|
6
|
-
key?: string;
|
|
7
|
-
}
|
|
8
|
-
export interface IFieldControlFacadeContstructor<T = FieldValue> {
|
|
9
|
-
new (options: any, fieldCtrl: any): IFieldControlFacade<T>;
|
|
10
|
-
}
|
|
11
|
-
export interface IFieldControlFacade<T = FieldValue> {
|
|
12
|
-
/** Получить значение поля */
|
|
13
|
-
getValue: () => T;
|
|
14
|
-
/** Установить значение поля */
|
|
15
|
-
setValue: (val: T) => void;
|
|
16
|
-
/** Проверка, является ли поле редактируемым */
|
|
17
|
-
isEditable: () => boolean;
|
|
18
|
-
/** Установить ошибку валидации для поля */
|
|
19
|
-
setErrors: (errors: ErrorInfo[]) => void;
|
|
20
|
-
/** Очистить ошибки валидации */
|
|
21
|
-
clearErrors: (errorKey?: string) => void;
|
|
22
|
-
/** Подписаться на событие обновления значения поля */
|
|
23
|
-
onUpdated: (callback: (val: T) => void) => () => void;
|
|
24
|
-
/** Заголовок поля */
|
|
25
|
-
title: () => string;
|
|
26
|
-
}
|
package/types/_core/scripts/services/customModules/facades/Form/IFieldControlManagerFacade.d.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { IFieldControlFacade } from "./IFieldControlFacade";
|
|
2
|
-
export interface MountContext<V> {
|
|
3
|
-
/** Родительский DOM-элемент контрола */
|
|
4
|
-
el: HTMLElement;
|
|
5
|
-
/** Поле, к которому привязан контрол */
|
|
6
|
-
field: IFieldControlFacade<V>;
|
|
7
|
-
/** Опции контрола */
|
|
8
|
-
options: any;
|
|
9
|
-
/** Подписка на событие удаления контрола */
|
|
10
|
-
onUnmount: (onUnmountCallback?: () => void) => void;
|
|
11
|
-
/** Mithril класс контрола */
|
|
12
|
-
control: any;
|
|
13
|
-
}
|
|
14
|
-
export interface IMithrilCustomControl<V> {
|
|
15
|
-
new (options: any, field: IFieldControlFacade<V>): any;
|
|
16
|
-
}
|
|
17
|
-
export interface RegisterArgs<V> {
|
|
18
|
-
/** Наименование контрола */
|
|
19
|
-
title: string;
|
|
20
|
-
/** Код контрола */
|
|
21
|
-
code: string;
|
|
22
|
-
/** Mithril класс контрола */
|
|
23
|
-
control?: IMithrilCustomControl<V>;
|
|
24
|
-
/** Типы полей, для которых предназначен контрол */
|
|
25
|
-
types?: string | string[];
|
|
26
|
-
/** Используется ли контрол для полей с внешним ключом */
|
|
27
|
-
ref?: boolean;
|
|
28
|
-
/** Скрыть контрол из списка в конструкторе форм */
|
|
29
|
-
hidden?: boolean;
|
|
30
|
-
/** Подписка на событие рендера контрола */
|
|
31
|
-
onMount?: (params: MountContext<V>) => void;
|
|
32
|
-
}
|
|
33
|
-
export interface IFieldControlManagerFacade<V = any> {
|
|
34
|
-
/** Зарегистрировать новый контрол */
|
|
35
|
-
register: <T = V>(args: RegisterArgs<T>) => void;
|
|
36
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IFilter } from "../../../IFilter";
|
|
2
|
-
export interface IFieldStateFacade {
|
|
3
|
-
/** Сделать поле недоступным для редактирования */
|
|
4
|
-
setReadonly(readonly: boolean): void;
|
|
5
|
-
/** Настроить фильтр для поля */
|
|
6
|
-
setFilter(filter: IFilter): void;
|
|
7
|
-
/** Скрыть/Показать поле */
|
|
8
|
-
setVisible(isVisible: boolean): void;
|
|
9
|
-
/** Добавить ошибку валидации для поля */
|
|
10
|
-
addError(message: string, key: string): void;
|
|
11
|
-
/** Убрать ранее добавленную ошибку валидации */
|
|
12
|
-
removeError(key: string): void;
|
|
13
|
-
}
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from "../../../../helpers/events/EventEmitter";
|
|
2
|
-
import { FormZones } from "../../../../views/form/formTypes";
|
|
3
|
-
import { IFieldFacade } from "../schema/IFieldFacade";
|
|
4
|
-
import { IObjectFacade } from "../schema/IObjectFacade";
|
|
5
|
-
import { RecordId } from "../../../../common/Record";
|
|
6
|
-
import { ParentCtrl } from "../utils/IUiFacade";
|
|
7
|
-
import { ButtonFacade } from "./IFormFacade";
|
|
8
|
-
import { FieldCode } from "mdtScripts/helpers/types";
|
|
9
|
-
import { IFieldStateFacade } from "./IFieldStateFacade";
|
|
10
|
-
export declare type IFormFieldOptionsConfig = {
|
|
11
|
-
[fieldCode: string]: any;
|
|
12
|
-
};
|
|
13
|
-
export interface IFormControlFacadeContstructor {
|
|
14
|
-
new (formCtrl: any): IFormControlFacade;
|
|
15
|
-
}
|
|
16
|
-
export interface FormControlFacadeEvents {
|
|
17
|
-
saved: {
|
|
18
|
-
recordId: RecordId;
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
export interface IFormControlFacade extends ParentCtrl {
|
|
22
|
-
eventEmitter: EventEmitter<FormControlFacadeEvents>;
|
|
23
|
-
/** Получить оригинальный контрол формы */
|
|
24
|
-
getFormCtrl(): any;
|
|
25
|
-
/** Получить объект, к которому приязана форма */
|
|
26
|
-
getObject(): IObjectFacade;
|
|
27
|
-
/** Получить код формы */
|
|
28
|
-
getCode(): string | undefined;
|
|
29
|
-
/** Получить контекстный параметр формы */
|
|
30
|
-
getContext(key: string): any;
|
|
31
|
-
/** Установить контекстный параметр формы */
|
|
32
|
-
setContext(key: string, value: any): void;
|
|
33
|
-
/** Получить запись */
|
|
34
|
-
getRecord(): Record<string, any>;
|
|
35
|
-
/** Получить ID записи */
|
|
36
|
-
getRecordId(): RecordId;
|
|
37
|
-
/** Проверка, что запись в форме новая */
|
|
38
|
-
isNewRecord(): boolean;
|
|
39
|
-
/** Получить или установить значение для поля формы */
|
|
40
|
-
value(field: string, val?: any, val$?: any, fireEvent?: boolean, setDirty?: boolean, updateData?: {}): any;
|
|
41
|
-
/** Получение значения по пути */
|
|
42
|
-
valueByPath(path: string): any;
|
|
43
|
-
/** Добавить зависимость для запроса записи*/
|
|
44
|
-
addRecordInitDependence(dependence: () => Promise<unknown>): void;
|
|
45
|
-
/** Подписаться на событие инициализации записи формы */
|
|
46
|
-
onBound(callback: () => void): void;
|
|
47
|
-
/** Подписаться на событие сохранения записи */
|
|
48
|
-
onSave<T = {
|
|
49
|
-
[field: string]: any;
|
|
50
|
-
}>(callback: (record: T) => void): void;
|
|
51
|
-
/** Подписаться на событие закрытия формы */
|
|
52
|
-
onClose(callback: () => void): void;
|
|
53
|
-
/** Подписаться на событие создания макета формы */
|
|
54
|
-
onLayoutCreated(callback: () => void): void;
|
|
55
|
-
/** Установить команду на форму */
|
|
56
|
-
addCommand(command: ButtonFacade, isExtended?: boolean): void;
|
|
57
|
-
/** Установить настройки для полей формы */
|
|
58
|
-
setFieldOptions(options: IFormFieldOptionsConfig): void;
|
|
59
|
-
/** Установить настройки для компонента формы */
|
|
60
|
-
setControlOptions(findControl: (col: any) => boolean, controlOptions: any): any;
|
|
61
|
-
/** Установить флаг доступности редактирования формы */
|
|
62
|
-
setReadonly(readonly: boolean): void;
|
|
63
|
-
/** Проверка, доступна ли форма для редактирования */
|
|
64
|
-
isReadonly(): boolean;
|
|
65
|
-
/** Изменить свойства существующей кнопки */
|
|
66
|
-
updateCommand(findCondition: (button: ButtonFacade) => boolean, command: Partial<ButtonFacade>): void;
|
|
67
|
-
/** Повторно инициализировать форму */
|
|
68
|
-
reinit(): void;
|
|
69
|
-
/** Сохранить форму */
|
|
70
|
-
save(): void;
|
|
71
|
-
/** Открыть конструктор формы */
|
|
72
|
-
openDesigner(): void;
|
|
73
|
-
/** Получить зоны */
|
|
74
|
-
getZones(): FormZones;
|
|
75
|
-
/** Подписаться на событие обновление значения поля формы */
|
|
76
|
-
onUpdated<V = string>(callback: (field: IFieldFacade, value: V) => void): void;
|
|
77
|
-
/** Закрыть форму */
|
|
78
|
-
close(): void;
|
|
79
|
-
/** Сообщить подписчикам формы о внесении изменений в данные
|
|
80
|
-
* Например, при вызове функции обновиться связанный список
|
|
81
|
-
*/
|
|
82
|
-
notifyDataUpdated(): void;
|
|
83
|
-
/**
|
|
84
|
-
* Подписаться на обновление поля и выполнить запрос, проверку, настройку формы или другое действие
|
|
85
|
-
*
|
|
86
|
-
* **Примеры**
|
|
87
|
-
*
|
|
88
|
-
* Когда обновляется поле "Сотрудник", автоматически заполняется поле "Позиция":
|
|
89
|
-
* ```js
|
|
90
|
-
* form.onFieldsUpdated({
|
|
91
|
-
* // Поля при изменении которых будет выполнено действие
|
|
92
|
-
* fields: ["ID_Employee"],
|
|
93
|
-
* // Действие, бизнес логика или вызов хранимой процедуры
|
|
94
|
-
* execute: async () => {
|
|
95
|
-
* const idEmployee = form.value("ID_Employee");
|
|
96
|
-
* if (!idEmployee) return null;
|
|
97
|
-
* // Допустим fetchPositionByEmployee выполняет запрос к базе и возвращает id позиции у сотрудника
|
|
98
|
-
* const idPosition = await fetchPositionByEmployee(idEmployee);
|
|
99
|
-
* return idPosition;
|
|
100
|
-
* },
|
|
101
|
-
* // Функция, которая будет выполнена после выполнения `execute`
|
|
102
|
-
* onComplete: (idPosition) => {
|
|
103
|
-
* form.value("ID_Position", idPosition);
|
|
104
|
-
* },
|
|
105
|
-
* // Поля, которые будут недоступны для редактирования, пока выполняются execute и onComplete
|
|
106
|
-
* lock: ["ID_Position"]
|
|
107
|
-
* });
|
|
108
|
-
* ```
|
|
109
|
-
*/
|
|
110
|
-
onFieldsUpdated<T = any>(options: OnFieldsUpdatedOptions<T>): void;
|
|
111
|
-
/**
|
|
112
|
-
* Состояние поля формы
|
|
113
|
-
*
|
|
114
|
-
* **Примеры**
|
|
115
|
-
*
|
|
116
|
-
* ```js
|
|
117
|
-
* form.getFieldState("ID_Employee").setFilter(Filter.eq("MDT_FlagActive", true);
|
|
118
|
-
* form.getFieldState("ID_Position").setReadonly(true);
|
|
119
|
-
* form.getFieldState("ID_EmployeeType").setVisible(false);
|
|
120
|
-
* ```
|
|
121
|
-
*/
|
|
122
|
-
getFieldState(fieldCode: FieldCode): IFieldStateFacade | undefined;
|
|
123
|
-
}
|
|
124
|
-
export interface OnFieldsUpdatedOptions<T = any> {
|
|
125
|
-
/** Поля при изменении которых будет выполнено действие */
|
|
126
|
-
fields: FieldCode[];
|
|
127
|
-
/** Действие, бизнес логика или вызов хранимой процедуры */
|
|
128
|
-
execute: () => Promise<T> | T;
|
|
129
|
-
/** Функция, которая будет выполнена после выполнения `execute` */
|
|
130
|
-
onComplete: (value: T) => void;
|
|
131
|
-
/** Поля, которые будут недоступны для редактирования, пока выполняются execute и onComplete */
|
|
132
|
-
lock?: FieldCode[];
|
|
133
|
-
}
|