mdt-client 31.3.37 → 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 -224
- 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,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="../../../../mithril" />
|
|
2
|
-
export interface E2eServiceType {
|
|
3
|
-
mark(el: HTMLElement, ...markOptionsArray: MarkOptions[]): any;
|
|
4
|
-
unmark(el: HTMLElement, keys: string[] | string): any;
|
|
5
|
-
selector(...markOptionsArray: MarkOptions[]): string;
|
|
6
|
-
signIn(login: string, password: string): MPromise<unknown>;
|
|
7
|
-
}
|
|
8
|
-
export declare type MarkOptions = {
|
|
9
|
-
testid?: string;
|
|
10
|
-
[k: string]: string;
|
|
11
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ViewElement } from "../helpers/types";
|
|
3
|
-
export interface IUiKitUtilsFacade {
|
|
4
|
-
/**
|
|
5
|
-
* Адаптирует React-компонент из UI Kit для использования в Mithril-представлениях.
|
|
6
|
-
*
|
|
7
|
-
* Автоматически добавляет класс 'ui-kit' для корректного применения стилей компонентов.
|
|
8
|
-
*
|
|
9
|
-
* @param Component React-компонент из UI Kit
|
|
10
|
-
* @param props Пропсы для компонента
|
|
11
|
-
* @returns ViewElement для использования в Mithril
|
|
12
|
-
*
|
|
13
|
-
* @example
|
|
14
|
-
* // В Mithril view:
|
|
15
|
-
* return UiKitUtils.wrapComponent(Button, {
|
|
16
|
-
* children: "Нажми меня",
|
|
17
|
-
* variant: "primary"
|
|
18
|
-
* });
|
|
19
|
-
*/
|
|
20
|
-
wrapComponent<P>(Component: React.FC<P>, props?: P): ViewElement;
|
|
21
|
-
}
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import * as alert from "ics-ui-kit/dist/components/alert";
|
|
2
|
-
import * as alertDialog from "ics-ui-kit/dist/components/alert-dialog";
|
|
3
|
-
import * as avatar from "ics-ui-kit/dist/components/avatar";
|
|
4
|
-
import * as badge from "ics-ui-kit/dist/components/badge";
|
|
5
|
-
import * as breadcrumb from "ics-ui-kit/dist/components/breadcrumb";
|
|
6
|
-
import * as button from "ics-ui-kit/dist/components/button";
|
|
7
|
-
import * as calendar from "ics-ui-kit/dist/components/calendar";
|
|
8
|
-
import * as checkbox from "ics-ui-kit/dist/components/checkbox";
|
|
9
|
-
import * as collapsible from "ics-ui-kit/dist/components/collapsible";
|
|
10
|
-
import * as command from "ics-ui-kit/dist/components/command";
|
|
11
|
-
import * as divider from "ics-ui-kit/dist/components/divider";
|
|
12
|
-
import * as dropdown from "ics-ui-kit/dist/components/dropdown";
|
|
13
|
-
import * as emptyState from "ics-ui-kit/dist/components/empty-state";
|
|
14
|
-
import * as errorState from "ics-ui-kit/dist/components/error-state";
|
|
15
|
-
import * as field from "ics-ui-kit/dist/components/field";
|
|
16
|
-
import * as fileUpload from "ics-ui-kit/dist/components/file-upload";
|
|
17
|
-
import * as form from "ics-ui-kit/dist/components/form";
|
|
18
|
-
import * as icon from "ics-ui-kit/dist/components/icon";
|
|
19
|
-
import * as input from "ics-ui-kit/dist/components/input";
|
|
20
|
-
import * as inputOTP from "ics-ui-kit/dist/components/input-otp";
|
|
21
|
-
import * as label from "ics-ui-kit/dist/components/label";
|
|
22
|
-
import * as menuItem from "ics-ui-kit/dist/components/menu-item";
|
|
23
|
-
import * as modal from "ics-ui-kit/dist/components/modal";
|
|
24
|
-
import * as overflowTooltip from "ics-ui-kit/dist/components/overflow-tooltip";
|
|
25
|
-
import * as overlay from "ics-ui-kit/dist/components/overlay";
|
|
26
|
-
import * as popover from "ics-ui-kit/dist/components/popover";
|
|
27
|
-
import * as progress from "ics-ui-kit/dist/components/progress";
|
|
28
|
-
import * as prose from "ics-ui-kit/dist/components/prose";
|
|
29
|
-
import * as select from "ics-ui-kit/dist/components/select";
|
|
30
|
-
import * as sheet from "ics-ui-kit/dist/components/sheet";
|
|
31
|
-
import * as sidebar from "ics-ui-kit/dist/components/sidebar";
|
|
32
|
-
import * as skeleton from "ics-ui-kit/dist/components/skeleton";
|
|
33
|
-
import * as switchComponent from "ics-ui-kit/dist/components/switch";
|
|
34
|
-
import * as table from "ics-ui-kit/dist/components/table";
|
|
35
|
-
import * as tabs from "ics-ui-kit/dist/components/tabs";
|
|
36
|
-
import * as tag from "ics-ui-kit/dist/components/tag";
|
|
37
|
-
import * as textarea from "ics-ui-kit/dist/components/textarea";
|
|
38
|
-
import * as toast from "ics-ui-kit/dist/components/toast";
|
|
39
|
-
import * as toggleGroup from "ics-ui-kit/dist/components/toggle-group";
|
|
40
|
-
import * as tooltip from "ics-ui-kit/dist/components/tooltip";
|
|
41
|
-
import * as toolbar from "ics-ui-kit/dist/components/toolbar";
|
|
42
|
-
import * as reactTable from "ics-ui-kit/dist/vendors/tanstack/react-table";
|
|
43
|
-
import * as zod from "ics-ui-kit/dist/vendors/zod";
|
|
44
|
-
import * as reactHookForm from "ics-ui-kit/dist/vendors/react-hook-form";
|
|
45
|
-
/**
|
|
46
|
-
* Фасад для ре-экспорта компонентов из UI Kit.
|
|
47
|
-
* В этом классе должны быть только ре-экспорты из UI Kit с сохранением структуры.
|
|
48
|
-
* Любые модификации или дополнительные логика должны быть реализованы отдельно.
|
|
49
|
-
*/
|
|
50
|
-
export declare class UiKitFacade {
|
|
51
|
-
components: {
|
|
52
|
-
readonly alert: typeof alert;
|
|
53
|
-
readonly "alert-dialog": typeof alertDialog;
|
|
54
|
-
readonly avatar: typeof avatar;
|
|
55
|
-
readonly badge: typeof badge;
|
|
56
|
-
readonly breadcrumb: typeof breadcrumb;
|
|
57
|
-
readonly button: typeof button;
|
|
58
|
-
readonly calendar: typeof calendar;
|
|
59
|
-
readonly checkbox: typeof checkbox;
|
|
60
|
-
readonly collapsible: typeof collapsible;
|
|
61
|
-
readonly command: typeof command;
|
|
62
|
-
readonly divider: typeof divider;
|
|
63
|
-
readonly dropdown: typeof dropdown;
|
|
64
|
-
readonly "empty-state": typeof emptyState;
|
|
65
|
-
readonly "error-state": typeof errorState;
|
|
66
|
-
readonly field: typeof field;
|
|
67
|
-
readonly "file-upload": typeof fileUpload;
|
|
68
|
-
readonly form: typeof form;
|
|
69
|
-
readonly icon: typeof icon;
|
|
70
|
-
readonly input: typeof input;
|
|
71
|
-
readonly "input-otp": typeof inputOTP;
|
|
72
|
-
readonly label: typeof label;
|
|
73
|
-
readonly "menu-item": typeof menuItem;
|
|
74
|
-
readonly modal: typeof modal;
|
|
75
|
-
readonly "overflow-tooltip": typeof overflowTooltip;
|
|
76
|
-
readonly overlay: typeof overlay;
|
|
77
|
-
readonly popover: typeof popover;
|
|
78
|
-
readonly progress: typeof progress;
|
|
79
|
-
readonly prose: typeof prose;
|
|
80
|
-
readonly select: typeof select;
|
|
81
|
-
readonly sheet: typeof sheet;
|
|
82
|
-
readonly sidebar: typeof sidebar;
|
|
83
|
-
readonly skeleton: typeof skeleton;
|
|
84
|
-
readonly switch: typeof switchComponent;
|
|
85
|
-
readonly table: typeof table;
|
|
86
|
-
readonly tabs: typeof tabs;
|
|
87
|
-
readonly tag: typeof tag;
|
|
88
|
-
readonly textarea: typeof textarea;
|
|
89
|
-
readonly toast: typeof toast;
|
|
90
|
-
readonly "toggle-group": typeof toggleGroup;
|
|
91
|
-
readonly tooltip: typeof tooltip;
|
|
92
|
-
readonly toolbar: typeof toolbar;
|
|
93
|
-
};
|
|
94
|
-
vendors: {
|
|
95
|
-
tanstack: {
|
|
96
|
-
"react-table": typeof reactTable;
|
|
97
|
-
};
|
|
98
|
-
zod: typeof zod;
|
|
99
|
-
"react-hook-form": typeof reactHookForm;
|
|
100
|
-
};
|
|
101
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export interface PanelOptions extends IPanelOptions {
|
|
2
|
-
pinned?: boolean;
|
|
3
|
-
focused?: boolean;
|
|
4
|
-
minimized?: boolean;
|
|
5
|
-
closable?: boolean;
|
|
6
|
-
minimizable?: boolean;
|
|
7
|
-
actionsEnabled?: boolean;
|
|
8
|
-
control?: any;
|
|
9
|
-
useAnimations?: boolean;
|
|
10
|
-
unminimizeAction?: any;
|
|
11
|
-
}
|
|
12
|
-
export interface IPanelOptions {
|
|
13
|
-
/** Отображать боковую панель в расширенном на весь экран виде */
|
|
14
|
-
maximized?: boolean;
|
|
15
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/// <reference types="../../../../mithril" />
|
|
2
|
-
import { CSSClassName, Valued, ViewElement } from "../../../../helpers/types";
|
|
3
|
-
export interface Action {
|
|
4
|
-
/** Иконка для отображения. */
|
|
5
|
-
icon?: Valued<string>;
|
|
6
|
-
/** Текст для отображения. Показывается, если не задана иконка. */
|
|
7
|
-
text?: Valued<string>;
|
|
8
|
-
code?: string;
|
|
9
|
-
/** Тултип */
|
|
10
|
-
title?: Valued<string>;
|
|
11
|
-
command?: () => void;
|
|
12
|
-
className?: CSSClassName;
|
|
13
|
-
}
|
|
14
|
-
export interface ClearAction {
|
|
15
|
-
show?: boolean;
|
|
16
|
-
title?: Valued<string>;
|
|
17
|
-
command?: () => void;
|
|
18
|
-
}
|
|
19
|
-
export interface CommonControlOptions {
|
|
20
|
-
actions?: Action[];
|
|
21
|
-
clearAction?: ClearAction;
|
|
22
|
-
icon?: Valued<string>;
|
|
23
|
-
readonly?: boolean;
|
|
24
|
-
attrs?: _mithril.MithrilAttributes;
|
|
25
|
-
contentAttrs?: _mithril.MithrilAttributes;
|
|
26
|
-
content?: ViewElement;
|
|
27
|
-
invalid?: boolean;
|
|
28
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { CSSClassName } from "../../../../helpers/types";
|
|
2
|
-
import * as monaco from "monaco-editor";
|
|
3
|
-
export declare type MonacoCodeLang = string;
|
|
4
|
-
export interface MonacoCodeOptions {
|
|
5
|
-
lang?: MonacoCodeLang;
|
|
6
|
-
guid?: string;
|
|
7
|
-
value?: () => string;
|
|
8
|
-
onChange?: (value: string) => void;
|
|
9
|
-
onChangeErrorState?: (errMessage?: string) => void;
|
|
10
|
-
jsonSchema?: string;
|
|
11
|
-
height?: string;
|
|
12
|
-
placeholder?: string;
|
|
13
|
-
className?: CSSClassName;
|
|
14
|
-
/**
|
|
15
|
-
* @TJS-type any
|
|
16
|
-
*/
|
|
17
|
-
editorOptions?: monaco.editor.IStandaloneEditorConstructionOptions;
|
|
18
|
-
showDescription?: boolean;
|
|
19
|
-
enableFullscreen?: boolean;
|
|
20
|
-
enableSuggestionOnEnter?: boolean;
|
|
21
|
-
/** Игнорировать валидационные ошибки формата данных */
|
|
22
|
-
ignoreControlValidation?: boolean;
|
|
23
|
-
saveCursorPositionStorageKey?: () => string | undefined;
|
|
24
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { FormattedText } from "../../../../../helpers/formattedText";
|
|
2
|
-
import { UiType } from "../../../../../helpers/IUi";
|
|
3
|
-
import { ControlSize } from "../../../../../views/controls/Control";
|
|
4
|
-
export declare type ButtonTypes = UiType | "default" | "link" | "group-title" | "extended" | "no-type";
|
|
5
|
-
export interface IButton {
|
|
6
|
-
/**
|
|
7
|
-
* Тип кнопки
|
|
8
|
-
*/
|
|
9
|
-
type?: ButtonTypes | (() => ButtonTypes);
|
|
10
|
-
/**
|
|
11
|
-
* Размер кнопки
|
|
12
|
-
*/
|
|
13
|
-
size?: ControlSize;
|
|
14
|
-
/**
|
|
15
|
-
* Дочерние элементы
|
|
16
|
-
*/
|
|
17
|
-
items?: Button[];
|
|
18
|
-
/**
|
|
19
|
-
* Поле является группировочным
|
|
20
|
-
*/
|
|
21
|
-
group?: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Иконка
|
|
24
|
-
*/
|
|
25
|
-
icon?: string | {
|
|
26
|
-
(): string;
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Иконка при наведении
|
|
30
|
-
*/
|
|
31
|
-
hoverIcon?: string | {
|
|
32
|
-
(): string;
|
|
33
|
-
};
|
|
34
|
-
/**
|
|
35
|
-
* Название
|
|
36
|
-
*/
|
|
37
|
-
title?: any;
|
|
38
|
-
supIcon?: string;
|
|
39
|
-
/**
|
|
40
|
-
* Показывать дочерние при наведении
|
|
41
|
-
*/
|
|
42
|
-
itemsShowOnHover?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* Показывать дочерние по клику
|
|
45
|
-
*/
|
|
46
|
-
showItemsOnClick?: boolean;
|
|
47
|
-
/**
|
|
48
|
-
* Скрыть каретку
|
|
49
|
-
*/
|
|
50
|
-
hideCaret?: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* Порядок отображения
|
|
53
|
-
*/
|
|
54
|
-
order?: number;
|
|
55
|
-
/**
|
|
56
|
-
* Ссылка
|
|
57
|
-
*/
|
|
58
|
-
href?: string | {
|
|
59
|
-
(): string;
|
|
60
|
-
};
|
|
61
|
-
code?: string;
|
|
62
|
-
}
|
|
63
|
-
export interface Button extends IButton {
|
|
64
|
-
/**
|
|
65
|
-
* Всплывающая подсказка
|
|
66
|
-
*/
|
|
67
|
-
tooltip?: FormattedText | {
|
|
68
|
-
(): FormattedText;
|
|
69
|
-
};
|
|
70
|
-
}
|
package/types/_core/scripts/views/form/controls/picker/multiPickerFacade/IMultiPickerFacade.d.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { EventEmitterSubscribeController } from "../../../../../helpers/events/EventEmitter";
|
|
2
|
-
import { FormattedText } from "../../../../../helpers/formattedText";
|
|
3
|
-
import { Valued, ViewControl } from "../../../../../helpers/types";
|
|
4
|
-
interface FetchQuery {
|
|
5
|
-
searchString?: string;
|
|
6
|
-
}
|
|
7
|
-
export declare type MultiPickerItemKey = number | string;
|
|
8
|
-
export declare type MultiPickerItem = Record<string, any>;
|
|
9
|
-
export interface MultiPickerFacadeOptions<T extends MultiPickerItem = MultiPickerItem> {
|
|
10
|
-
datasource: {
|
|
11
|
-
fetch(query: FetchQuery): Promise<T[]>;
|
|
12
|
-
};
|
|
13
|
-
itemOptions: {
|
|
14
|
-
getUniqueKey: (item: T) => string | number;
|
|
15
|
-
getTitle: (item: T) => string;
|
|
16
|
-
getTooltip?: (item: T) => FormattedText;
|
|
17
|
-
};
|
|
18
|
-
initialValue?: Valued<T[]>;
|
|
19
|
-
actions: {
|
|
20
|
-
pick: (filterItems: (availableItems: T[]) => T[]) => unknown;
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
export interface MultiPickerEvents<T extends MultiPickerItem = MultiPickerItem> {
|
|
24
|
-
trySelectItem: {
|
|
25
|
-
item: T;
|
|
26
|
-
};
|
|
27
|
-
tryRemoveItem: {
|
|
28
|
-
item: T;
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
export interface IMultiPickerFacade<T extends MultiPickerItem = MultiPickerItem> extends ViewControl {
|
|
32
|
-
readonly on: EventEmitterSubscribeController<MultiPickerEvents<T>>["subscribe"];
|
|
33
|
-
updateValue(value: T[]): void;
|
|
34
|
-
getValue(): T[];
|
|
35
|
-
}
|
|
36
|
-
export {};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { PanelTitleTextContent } from "../../../../../components/resizablePanels/panelTitle/panelTitleOptions";
|
|
2
|
-
import { ResizablePanelFocusOptions } from "../../../../../components/resizablePanels/resizablePanel/resizablePanelOptions";
|
|
3
|
-
import { PanelSizeFactor } from "../../../../../components/resizablePanels/resizablePanelsOptions";
|
|
4
|
-
import { PanelsGrid, ToggleableRotatablePanelsOptions } from "../../../../../components/toggleablePanels/toggleablePanelsOptions";
|
|
5
|
-
import { Valued, ViewElement } from "../../../../../helpers/types";
|
|
6
|
-
import { ButtonFacade } from "../../../../../services/customModules/facades/Form/IFormFacade";
|
|
7
|
-
export interface ToggleablePanelsEditorFacadeOptions extends ToggleableRotatablePanelsOptions {
|
|
8
|
-
toolbarButtons?: ButtonFacade[];
|
|
9
|
-
panels: PanelsGrid<ToggleablePanelsEditorPanelFacadeOptions>;
|
|
10
|
-
runButton: ButtonFacade;
|
|
11
|
-
hightlightFocusedPanel?: boolean;
|
|
12
|
-
}
|
|
13
|
-
interface ToggleablePanelsEditorPanelFacadeOptions {
|
|
14
|
-
title: PanelTitleTextContent;
|
|
15
|
-
error?: Valued<string>;
|
|
16
|
-
isShown?: boolean;
|
|
17
|
-
size?: PanelSizeFactor;
|
|
18
|
-
content: () => ViewElement;
|
|
19
|
-
focusOptions?: ResizablePanelFocusOptions;
|
|
20
|
-
}
|
|
21
|
-
export {};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { TabsFormExtenderPublicOptions } from "mdtScripts/common/form/tabs/TabsFormExtenderOptions";
|
|
2
|
-
export interface FormPageExtOptions {
|
|
3
|
-
/**
|
|
4
|
-
* Вкладки на форме
|
|
5
|
-
*/
|
|
6
|
-
tabs?: TabsFormExtenderPublicOptions;
|
|
7
|
-
/**
|
|
8
|
-
* Добавляет блок с вложениями на форму
|
|
9
|
-
*
|
|
10
|
-
* Для работы необходимо o2m-поле на таблицу со ссылкой на mdt.File
|
|
11
|
-
*
|
|
12
|
-
* @default false
|
|
13
|
-
*/
|
|
14
|
-
attachment?: boolean;
|
|
15
|
-
/**
|
|
16
|
-
* Выводит дату создания и имя автора записи при наличии специальных полей (MDT_DateCreate и MDT_ID_PrincipalCreatedBy)
|
|
17
|
-
*
|
|
18
|
-
* @markdownDescription "Выводит дату создания и имя автора записи при наличии полей `MDT_DateCreate` и `MDT_ID_PrincipalCreatedBy`"
|
|
19
|
-
* @default false
|
|
20
|
-
*/
|
|
21
|
-
common?: boolean;
|
|
22
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Button } from "../controls/monacoEditor/jsonSchemas/Button.schema";
|
|
2
|
-
export interface FormPageOptions {
|
|
3
|
-
/** Форма только для чтения */
|
|
4
|
-
readonly?: boolean | (() => boolean);
|
|
5
|
-
/** Создавать автоматически новую запись, если не существует */
|
|
6
|
-
createIfNotExists?: boolean;
|
|
7
|
-
/** Кнопка удаления на форме */
|
|
8
|
-
deleteButton?: false | Button;
|
|
9
|
-
/** Настройки кнопки */
|
|
10
|
-
primaryButton?: Button;
|
|
11
|
-
/** Скрывать заголовок */
|
|
12
|
-
hideTitle?: boolean;
|
|
13
|
-
/** Скрывать подзаголовок */
|
|
14
|
-
hideSubtitle?: boolean;
|
|
15
|
-
/** Дополнительные данные для загрузки */
|
|
16
|
-
hintSelect?: string[];
|
|
17
|
-
/** Код макета формы */
|
|
18
|
-
layoutCode?: string;
|
|
19
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
/// <reference types="../../../../mithril" />
|
|
2
|
-
import { Valued } from "mdtScripts/helpers/types";
|
|
3
|
-
import { Field } from "../../common/Field";
|
|
4
|
-
import { IListControlFacade } from "../../services/customModules/facades/List/IListControlFacade";
|
|
5
|
-
import { ClassNamesArg } from "mdtScripts/helpers/utils/classNames";
|
|
6
|
-
import { Table } from "mdtScripts/common/Table";
|
|
7
|
-
export interface ListColumnControlViewContextBase {
|
|
8
|
-
col: LayoutColumn;
|
|
9
|
-
row: any;
|
|
10
|
-
isHead: boolean;
|
|
11
|
-
headerText: string;
|
|
12
|
-
prop: Function;
|
|
13
|
-
table: Table;
|
|
14
|
-
td: _mithril.MithrilVirtualElement;
|
|
15
|
-
th: _mithril.MithrilVirtualElement;
|
|
16
|
-
}
|
|
17
|
-
export interface ICellTransformerCtx<T = any> {
|
|
18
|
-
row: T & {
|
|
19
|
-
$rendered?: number;
|
|
20
|
-
[k: string]: any;
|
|
21
|
-
};
|
|
22
|
-
rows: T & {
|
|
23
|
-
$rendered?: number;
|
|
24
|
-
[k: string]: any;
|
|
25
|
-
}[];
|
|
26
|
-
td: _mithril.MithrilVirtualElement;
|
|
27
|
-
tr: _mithril.MithrilVirtualElement;
|
|
28
|
-
isHead?: boolean;
|
|
29
|
-
idx?: number;
|
|
30
|
-
}
|
|
31
|
-
export interface CellTransformerContext<T = any> extends ICellTransformerCtx<T> {
|
|
32
|
-
list: IListControlFacade;
|
|
33
|
-
col: ILayoutColumnBase;
|
|
34
|
-
}
|
|
35
|
-
export interface IRowTransformerContext {
|
|
36
|
-
row: any;
|
|
37
|
-
tr: _mithril.MithrilVirtualElement;
|
|
38
|
-
list: any;
|
|
39
|
-
}
|
|
40
|
-
export interface RowTransformerContext extends IRowTransformerContext {
|
|
41
|
-
list: IListControlFacade;
|
|
42
|
-
}
|
|
43
|
-
export interface ILayoutColumnBase {
|
|
44
|
-
id?: number;
|
|
45
|
-
code?: string;
|
|
46
|
-
fieldPath?: string;
|
|
47
|
-
title?: string;
|
|
48
|
-
description?: string;
|
|
49
|
-
width?: number | string;
|
|
50
|
-
type?: string;
|
|
51
|
-
position?: number;
|
|
52
|
-
flagIconOnly?: boolean;
|
|
53
|
-
visible?: boolean;
|
|
54
|
-
}
|
|
55
|
-
export interface ILayoutColumn extends ILayoutColumnBase {
|
|
56
|
-
/** Уникальный идентификатор колонки. Если задан, используется в качестве ключа в элементе при рендере */
|
|
57
|
-
$key?: string;
|
|
58
|
-
control?: any;
|
|
59
|
-
transformer?: any;
|
|
60
|
-
$field?: Field;
|
|
61
|
-
$pathFields?: Field[];
|
|
62
|
-
$pathFieldsFull?: Field[];
|
|
63
|
-
$refFields?: Field[];
|
|
64
|
-
$type?: any;
|
|
65
|
-
$column?: ILayoutColumn;
|
|
66
|
-
$valuePath?: string;
|
|
67
|
-
$valuePathFull?: string;
|
|
68
|
-
$lastRefField?: Field;
|
|
69
|
-
$refIdPath?: string;
|
|
70
|
-
$system?: boolean;
|
|
71
|
-
$new?: boolean;
|
|
72
|
-
$title?: string;
|
|
73
|
-
class?: string;
|
|
74
|
-
/** Стилизация ячейки */
|
|
75
|
-
wrapClass?: Valued<ClassNamesArg>;
|
|
76
|
-
$width?: number;
|
|
77
|
-
$destroy?: boolean;
|
|
78
|
-
/**
|
|
79
|
-
* Тип отображения описания столбца
|
|
80
|
-
* icon - после названия столбца отображается иконка с описанием
|
|
81
|
-
* hover - описание только при наведении на заголовок столбца
|
|
82
|
-
* @default "hoverAndIcon"
|
|
83
|
-
*
|
|
84
|
-
* Опция не публичная, используется для скрытия иконки описания кастомных колонок
|
|
85
|
-
*/
|
|
86
|
-
$descriptionShowType?: typeof DescriptionShowTypes[keyof typeof DescriptionShowTypes];
|
|
87
|
-
}
|
|
88
|
-
export interface LayoutColumnValued {
|
|
89
|
-
$valueView?: (value: any, ctx: CellTransformerContext, args?: O2MValueViewArgs) => any;
|
|
90
|
-
}
|
|
91
|
-
export interface LayoutColumn extends ILayoutColumn, LayoutColumnValued {
|
|
92
|
-
}
|
|
93
|
-
export interface O2MValueViewArgs {
|
|
94
|
-
valueIndex?: number;
|
|
95
|
-
}
|
|
96
|
-
export declare const DescriptionShowTypes: {
|
|
97
|
-
hoverAndIcon: string;
|
|
98
|
-
hoverOnly: string;
|
|
99
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { AggregationType } from "mdtScripts/common/list/aggregation/AggregayionTypes";
|
|
2
|
-
export interface AggregationRowListOptions {
|
|
3
|
-
/** Пути к агрегируемым полям */
|
|
4
|
-
fields: {
|
|
5
|
-
[fieldCode: string]: AggregationType | AggregationTypeOptions;
|
|
6
|
-
};
|
|
7
|
-
/** Показывать тип агрегации в строке. По-умолчанию `true` */
|
|
8
|
-
showTitle?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export interface AggregationTypeOptions {
|
|
11
|
-
type: AggregationType;
|
|
12
|
-
/**
|
|
13
|
-
* @title Маска по которой будет отформатировано.
|
|
14
|
-
* @description Подробнее можно [узнать в статье](https://ics-it.gram.ax/mdt/content/dataView/formatMask).
|
|
15
|
-
*/
|
|
16
|
-
mask?: string;
|
|
17
|
-
/**
|
|
18
|
-
* @default true
|
|
19
|
-
*/
|
|
20
|
-
inheritFieldMask?: boolean;
|
|
21
|
-
title?: string;
|
|
22
|
-
tooltip?: string;
|
|
23
|
-
}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import { CacheUpdateTimePublicOptions } from "mdtScripts/common/list/cacheUpdateTime/CacheUpdateTimePublicOptions";
|
|
2
|
-
import { CellControlExtenderOptions } from "mdtScripts/common/list/cellControlExtender/CellControlExtender";
|
|
3
|
-
import { ColumnMenuOptions } from "mdtScripts/common/list/columnMenu/ColumnMenuOptions";
|
|
4
|
-
import { FormListPublicOptions } from "mdtScripts/common/list/form/FormListPublicOptions";
|
|
5
|
-
import { GalleryListExtenderPublicOptions } from "mdtScripts/common/list/gallery/GalleryListExtenderPublicOptions";
|
|
6
|
-
import { HierarchyListExtenderPublicOptions } from "mdtScripts/common/list/hierarchy/hierarchyTypes";
|
|
7
|
-
import { HistoryTypeListExtenderOptions } from "mdtScripts/common/list/historyType/HistoryTypeListExtenderOptions";
|
|
8
|
-
import { LabelStylePublicOptions } from "mdtScripts/common/list/labelStyle/LabelStylePublicOptions";
|
|
9
|
-
import { ListViewListExtenderPublicOptions } from "mdtScripts/common/list/listView/ListViewListExtenderOptions";
|
|
10
|
-
import { InMemoryNamedFilterListExtenderPublicOptions } from "mdtScripts/common/list/namedFilter/InMemoryNamedFilterOptions";
|
|
11
|
-
import { NamedFilterListExtenderPublicOptions } from "mdtScripts/common/list/namedFilter/NamedFilterListExtenderPublicOptions";
|
|
12
|
-
import { ReorderListExtenderPublicOptions } from "mdtScripts/common/list/reorder/ReorderListExtenderPublicOptions";
|
|
13
|
-
import { SelectListPublicOptions } from "mdtScripts/common/list/select/SelectPublicOptions";
|
|
14
|
-
import { StyleFieldListExtenderPublicOptions } from "mdtScripts/common/list/styleField/StyleFieldListExtenderPublicOptions";
|
|
15
|
-
import { ToolbarPublicOptions } from "mdtScripts/common/list/toolbar/ToolbarPublicOptions";
|
|
16
|
-
import { VirtualScrollListPublicOptions } from "mdtScripts/common/list/virtualScroll/VIrtualScrollPublicOptions";
|
|
17
|
-
import { ToolbarFieldFilterListExtenderOptions } from "mdtScripts/data/fieldFilter/ToolbarFieldFilterOptions";
|
|
18
|
-
import { AggregationRowListOptions } from "../features/aggregation/AggregationRowListOptions";
|
|
19
|
-
import { LegendListExtenderOptions } from "mdtScripts/common/list/legend/LegendListExtenderOptions";
|
|
20
|
-
import { GroupingListExtenderPublicOptions, GroupListExtenderOptions } from "mdtScripts/common/list/group/groupTypes";
|
|
21
|
-
export interface ListPageExtOptions {
|
|
22
|
-
/**
|
|
23
|
-
* Панель инструментов
|
|
24
|
-
*/
|
|
25
|
-
toolbar?: ToolbarPublicOptions | false;
|
|
26
|
-
/**
|
|
27
|
-
* Выбор записей
|
|
28
|
-
*/
|
|
29
|
-
select?: SelectListPublicOptions | false;
|
|
30
|
-
/**
|
|
31
|
-
* Формы для добавления, редактирования и удаления записей
|
|
32
|
-
*/
|
|
33
|
-
form?: FormListPublicOptions | false;
|
|
34
|
-
/**
|
|
35
|
-
* Перетаскивание записей
|
|
36
|
-
*/
|
|
37
|
-
dragDrop?: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* Настройка иерархии
|
|
40
|
-
* @default { "parentField": "", "primaryField": "" }
|
|
41
|
-
*/
|
|
42
|
-
hierarchy?: HierarchyListExtenderPublicOptions | false;
|
|
43
|
-
/**
|
|
44
|
-
* Подгрузка данных
|
|
45
|
-
*/
|
|
46
|
-
virtualScroll?: VirtualScrollListPublicOptions | false;
|
|
47
|
-
/**
|
|
48
|
-
* Выпадающее меню в колонке.
|
|
49
|
-
* Настройки задаются по коду поля.
|
|
50
|
-
* @default { "": { "valuesFilter": { "sorting": [{ "path": "", "asc": true }]}}}
|
|
51
|
-
*/
|
|
52
|
-
columnMenu?: ColumnMenuOptions | false;
|
|
53
|
-
/**
|
|
54
|
-
* Настройка представления списка
|
|
55
|
-
*/
|
|
56
|
-
listView?: ListViewListExtenderPublicOptions | false;
|
|
57
|
-
/**
|
|
58
|
-
* Именованные фильтры
|
|
59
|
-
*/
|
|
60
|
-
namedFilter?: NamedFilterListExtenderPublicOptions | false;
|
|
61
|
-
/**
|
|
62
|
-
* Предустановленные фильтры
|
|
63
|
-
*/
|
|
64
|
-
inMemoryNamedFilter?: InMemoryNamedFilterListExtenderPublicOptions | false;
|
|
65
|
-
/**
|
|
66
|
-
* Специальное отображение стилизованных данных
|
|
67
|
-
*/
|
|
68
|
-
labelStyle?: LabelStylePublicOptions | false;
|
|
69
|
-
/**
|
|
70
|
-
* Простая группировка по значениям поля
|
|
71
|
-
*/
|
|
72
|
-
group?: GroupListExtenderOptions | false;
|
|
73
|
-
/**
|
|
74
|
-
* Расширенная группировка
|
|
75
|
-
* @default { "settings": { "groups": [{ "path": "" }] } }
|
|
76
|
-
*/
|
|
77
|
-
grouping?: GroupingListExtenderPublicOptions | false;
|
|
78
|
-
/**
|
|
79
|
-
* Сортировка строк
|
|
80
|
-
*/
|
|
81
|
-
reorder?: ReorderListExtenderPublicOptions | false;
|
|
82
|
-
/**
|
|
83
|
-
* Стилизация строк таблицы по значению из записи
|
|
84
|
-
*
|
|
85
|
-
* Указанное значение в styleField наложится на строку как css-класс
|
|
86
|
-
*/
|
|
87
|
-
styleField?: StyleFieldListExtenderPublicOptions | false;
|
|
88
|
-
/**
|
|
89
|
-
* Конструктор списка
|
|
90
|
-
*/
|
|
91
|
-
designer?: boolean;
|
|
92
|
-
/**
|
|
93
|
-
* Добавление контрола выбора даты для фильтрации исторических полей
|
|
94
|
-
*/
|
|
95
|
-
historyType?: HistoryTypeListExtenderOptions | false;
|
|
96
|
-
/**
|
|
97
|
-
* Галлерея
|
|
98
|
-
*/
|
|
99
|
-
gallery?: GalleryListExtenderPublicOptions | false;
|
|
100
|
-
/**
|
|
101
|
-
* Отображение даты последнего обновления кэша для кэш-таблиц
|
|
102
|
-
*/
|
|
103
|
-
cacheUpdateTime?: CacheUpdateTimePublicOptions | false;
|
|
104
|
-
/**
|
|
105
|
-
* Обработка отображения специальных значений
|
|
106
|
-
*
|
|
107
|
-
* Например, для полей со ссылкой на mdt.File в ячейке отображается прямая ссылка на скачивание вместо простого значения
|
|
108
|
-
*/
|
|
109
|
-
cellControl?: false | CellControlExtenderOptions;
|
|
110
|
-
/**
|
|
111
|
-
* Настройка итоговой строки
|
|
112
|
-
*/
|
|
113
|
-
aggregation?: AggregationRowListOptions | false;
|
|
114
|
-
/**
|
|
115
|
-
* Настройка фильтра по полю
|
|
116
|
-
*/
|
|
117
|
-
toolbarFieldFilter?: ToolbarFieldFilterListExtenderOptions[];
|
|
118
|
-
/**
|
|
119
|
-
* Легенда
|
|
120
|
-
* @default {"items": [{"title": "","cssClass": ""}]}
|
|
121
|
-
*/
|
|
122
|
-
legend?: LegendListExtenderOptions | false;
|
|
123
|
-
}
|