mdt-client 1.0.26 → 1.0.29
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 +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +8618 -1103
- package/package.json +27 -26
- package/types/_core/scripts/Configuration.d.ts +6 -0
- package/types/_core/scripts/Router.d.ts +12 -0
- package/types/_core/scripts/common/Datasource.d.ts +9 -0
- package/types/_core/scripts/common/Field.d.ts +38 -0
- package/types/_core/scripts/common/MdtField.d.ts +9 -0
- package/types/_core/scripts/common/MdtObject.d.ts +7 -0
- package/types/_core/scripts/common/NavigationNode.d.ts +46 -0
- package/types/_core/scripts/common/Record.d.ts +12 -0
- package/types/_core/scripts/common/ServerMessagePrepare.d.ts +2 -0
- package/types/_core/scripts/common/ServerMessageProcess.d.ts +1 -0
- package/types/_core/scripts/common/Table.d.ts +34 -0
- package/types/_core/scripts/common/controls/ChangePassword.d.ts +23 -0
- package/types/_core/scripts/common/controls/ClientError.d.ts +9 -0
- package/types/_core/scripts/common/controls/Error.d.ts +13 -0
- package/types/_core/scripts/common/controls/ErrorDetails.d.ts +9 -0
- package/types/_core/scripts/common/controls/FieldPath.d.ts +56 -0
- package/types/_core/scripts/common/controls/Message.d.ts +18 -0
- package/types/_core/scripts/common/controls/ServerError.d.ts +12 -0
- package/types/_core/scripts/common/controls/ServerMessage.d.ts +30 -0
- package/types/_core/scripts/common/controls/commandMenu/commandInput.d.ts +22 -0
- package/types/_core/scripts/common/controls/commandMenu/commandItem.d.ts +15 -0
- package/types/_core/scripts/common/controls/commandMenu/commandMenu.d.ts +15 -0
- package/types/_core/scripts/common/controls/datepicker/datePickerInput.d.ts +45 -0
- package/types/_core/scripts/common/controls/datepicker/datepicker.d.ts +31 -0
- package/types/_core/scripts/common/controls/datepicker/field.d.ts +15 -0
- package/types/_core/scripts/common/controls/datepicker/locale.d.ts +2 -0
- package/types/_core/scripts/common/controls/datepicker/numberInput.d.ts +12 -0
- package/types/_core/scripts/common/controls/datepicker/timePicker.d.ts +28 -0
- package/types/_core/scripts/common/controls/datepicker/types.d.ts +33 -0
- package/types/_core/scripts/common/controls/datepicker/utils.d.ts +25 -0
- package/types/_core/scripts/common/controls/dragDrop.d.ts +13 -0
- package/types/_core/scripts/common/controls/time/timeFieldControl.d.ts +12 -0
- package/types/_core/scripts/common/controls/time/timeInput.d.ts +22 -0
- package/types/_core/scripts/common/form/CommonFormExtender.d.ts +15 -0
- package/types/_core/scripts/common/form/tabs/TabsFormExtender.d.ts +22 -0
- package/types/_core/scripts/common/list/ListExt.d.ts +67 -0
- package/types/_core/scripts/common/list/aggregation/Aggregation.d.ts +38 -0
- package/types/_core/scripts/common/list/cacheUpdateTime/CacheUpdateTimeListExtender.d.ts +22 -0
- package/types/_core/scripts/common/list/cellControlExtender/CellControlListExtender.d.ts +18 -0
- package/types/_core/scripts/common/list/cellControlExtender/controls/file.d.ts +6 -0
- package/types/_core/scripts/common/list/columnMenu/ColumnMenu.d.ts +8 -0
- package/types/_core/scripts/common/list/columnMenu/ColumnMenuListExtender.d.ts +26 -0
- package/types/_core/scripts/common/list/columnMenu/QuickFilter.d.ts +40 -0
- package/types/_core/scripts/common/list/columnMenu/ValuesFilter.d.ts +45 -0
- package/types/_core/scripts/common/list/dragDrop/DragDropListExtender.d.ts +44 -0
- package/types/_core/scripts/common/list/dragDrop/DragDropListTransformer.d.ts +6 -0
- package/types/_core/scripts/common/list/export/ExportListExtender.d.ts +40 -0
- package/types/_core/scripts/common/list/form/FormListExtender.d.ts +77 -0
- package/types/_core/scripts/common/list/form/openRecord/OpenRecordFormAdapter.d.ts +5 -0
- package/types/_core/scripts/common/list/form/openRecord/OpenRecordRowTransformer.d.ts +7 -0
- package/types/_core/scripts/common/list/gallery/GalleryListExtender.d.ts +38 -0
- package/types/_core/scripts/common/list/group/GroupListExtender.d.ts +26 -0
- package/types/_core/scripts/common/list/group/GroupListNamedSettings.d.ts +11 -0
- package/types/_core/scripts/common/list/group/GroupingHelper.d.ts +8 -0
- package/types/_core/scripts/common/list/group/GroupingListExtender.d.ts +104 -0
- package/types/_core/scripts/common/list/group/GroupingRowTransformer.d.ts +10 -0
- package/types/_core/scripts/common/list/hierarchy/HierarchyTransformerCtrl.d.ts +4 -0
- package/types/_core/scripts/common/list/hierarchy/LoadMoreRowTransformer.d.ts +7 -0
- package/types/_core/scripts/common/list/hierarchy/hierarchyListExtender.d.ts +69 -0
- package/types/_core/scripts/common/list/historyType/HistoryTypeListExtender.d.ts +18 -0
- package/types/_core/scripts/common/list/labelStyle/LabelStyleHelper.d.ts +12 -0
- package/types/_core/scripts/common/list/labelStyle/LabelStyleListExtender.d.ts +27 -0
- package/types/_core/scripts/common/list/labelStyle/LabelStyleSchema.d.ts +6 -0
- package/types/_core/scripts/common/list/legend/LegendListExtender.d.ts +16 -0
- package/types/_core/scripts/common/list/listView/ColumnListCtrl.d.ts +12 -0
- package/types/_core/scripts/common/list/listView/ListExtender.d.ts +30 -0
- package/types/_core/scripts/common/list/listView/ListViewSettings.d.ts +12 -0
- package/types/_core/scripts/common/list/namedFilter/BaseListExtender.d.ts +13 -0
- package/types/_core/scripts/common/list/namedFilter/InMemoryListExtender.d.ts +37 -0
- package/types/_core/scripts/common/list/namedFilter/ListExtender.d.ts +25 -0
- package/types/_core/scripts/common/list/namedSettings/Modal.d.ts +19 -0
- package/types/_core/scripts/common/list/namedSettings/NamedSettingsDataManager.d.ts +9 -0
- package/types/_core/scripts/common/list/namedSettings/NamedSettingsManager.d.ts +59 -0
- package/types/_core/scripts/common/list/namedSettings/NamedSettingsRecord.d.ts +18 -0
- package/types/_core/scripts/common/list/reorder/ReorderListExtender.d.ts +19 -0
- package/types/_core/scripts/common/list/rowAction/RowActionColumn.d.ts +5 -0
- package/types/_core/scripts/common/list/select/SelectListColumn.d.ts +5 -0
- package/types/_core/scripts/common/list/select/SelectListExtender.d.ts +46 -0
- package/types/_core/scripts/common/list/styleField/StyleFieldListExtender.d.ts +14 -0
- package/types/_core/scripts/common/list/styleField/StyleTransformers.d.ts +8 -0
- package/types/_core/scripts/common/list/toolbar/toolbar.d.ts +37 -0
- package/types/_core/scripts/common/list/toolbarFilters/SearchableCheckboxList.d.ts +29 -0
- package/types/_core/scripts/common/list/toolbarFilters/ToolbarFiltersListExtender.d.ts +31 -0
- package/types/_core/scripts/common/list/virtualScroll/VirtualScrollListExtender.d.ts +27 -0
- package/types/_core/scripts/common/module.d.ts +1 -0
- package/types/_core/scripts/components/baseFormControls/boolean/checkbox/checkbox.d.ts +10 -0
- package/types/_core/scripts/components/baseFormControls/boolean/checkboxFieldControl/checkboxFieldControl.d.ts +4 -0
- package/types/_core/scripts/components/baseFormControls/boolean/labeledCheckbox/labeledCheckbox.d.ts +6 -0
- package/types/_core/scripts/components/baseFormControls/input/inputView.d.ts +22 -0
- package/types/_core/scripts/components/baseFormControls/input/unstyledInputView.d.ts +3 -0
- package/types/_core/scripts/components/baseFormControls/picker/picker.d.ts +15 -0
- package/types/_core/scripts/components/baseFormControls/select/select.d.ts +24 -0
- package/types/_core/scripts/components/baseFormControls/textarea/textarea.d.ts +16 -0
- package/types/_core/scripts/components/baseFormControls/wordWrap/wordWrap.d.ts +14 -0
- package/types/_core/scripts/components/button/baseButton/button.d.ts +15 -0
- package/types/_core/scripts/components/button/dropdownButton/dropdownButton.d.ts +8 -0
- package/types/_core/scripts/components/button/dropdownButton/dropdownButtonStateController.d.ts +14 -0
- package/types/_core/scripts/components/buttonGroup/buttonGroup.d.ts +11 -0
- package/types/_core/scripts/components/cardChart/cardChart.d.ts +27 -0
- package/types/_core/scripts/components/cardChart/cardChartChange.d.ts +11 -0
- package/types/_core/scripts/components/cardChart/cardChartCtrl.d.ts +10 -0
- package/types/_core/scripts/components/cardChart/services/cardFontResizer.d.ts +21 -0
- package/types/_core/scripts/components/cardChart/services/cardLineClampService.d.ts +6 -0
- package/types/_core/scripts/components/cardChart/services/cardValueFontResizer.d.ts +11 -0
- package/types/_core/scripts/components/dropdown/dropdown.d.ts +12 -0
- package/types/_core/scripts/components/dropdown/menu/dropdownMenu.d.ts +7 -0
- package/types/_core/scripts/components/dropdown/menu/group/dropdownGroup.d.ts +9 -0
- package/types/_core/scripts/components/dropdown/menu/item/dropdownInputItem.d.ts +4 -0
- package/types/_core/scripts/components/dropdown/menu/item/dropdownInputItemOptions.d.ts +5 -0
- package/types/_core/scripts/components/dropdown/menu/item/dropdownItemWrap.d.ts +7 -0
- package/types/_core/scripts/components/dropdown/menu/item/dropdownItemWrapOptions.d.ts +19 -0
- package/types/_core/scripts/components/dropdown/menuActionItem/dropdownMenuItem.d.ts +6 -0
- package/types/_core/scripts/components/dropdown/menuActionItem/dropdownMenuItemOptions.d.ts +28 -0
- package/types/_core/scripts/components/elements/clearActionView.d.ts +7 -0
- package/types/_core/scripts/components/elements/clearIconView.d.ts +6 -0
- package/types/_core/scripts/components/form/fieldView/fieldView.d.ts +14 -0
- package/types/_core/scripts/components/form/finalFormAdapter/ControlStore.d.ts +13 -0
- package/types/_core/scripts/components/form/finalFormAdapter/FinalForm.d.ts +23 -0
- package/types/_core/scripts/components/form/finalFormAdapter/IFormLayoutRenderer.d.ts +10 -0
- package/types/_core/scripts/components/form/header/headerView.d.ts +14 -0
- package/types/_core/scripts/components/form/label/label.d.ts +22 -0
- package/types/_core/scripts/components/form/layout/json/FinalFormJsonRenderer.d.ts +60 -0
- package/types/_core/scripts/components/form/layout/json/JsonFormView.d.ts +46 -0
- package/types/_core/scripts/components/form/layout/json/JsonUtils.d.ts +5 -0
- package/types/_core/scripts/components/form/layout/json/fullWidthFormComponent/fullWidthFormComponent.d.ts +8 -0
- package/types/_core/scripts/components/form/layout/json/monacoJsonControl.d.ts +5 -0
- package/types/_core/scripts/components/form/mdtFieldControl/JsonFormFieldControl.d.ts +23 -0
- package/types/_core/scripts/components/hotkey/hotkey.d.ts +7 -0
- package/types/_core/scripts/components/icon/icon.d.ts +4 -0
- package/types/_core/scripts/components/icon/iconOptions.d.ts +17 -0
- package/types/_core/scripts/components/iconButton/iconButton.d.ts +10 -0
- package/types/_core/scripts/components/iframe/iframe.d.ts +10 -0
- package/types/_core/scripts/components/jsonFormat/jsonFormatView.d.ts +24 -0
- package/types/_core/scripts/components/labelStyleBase/labelStyleBase.d.ts +12 -0
- package/types/_core/scripts/components/panel/panelView.d.ts +10 -0
- package/types/{components → _core/scripts/components}/popover/IPopoverBase.d.ts +6 -3
- package/types/_core/scripts/components/popover/PopoverBase.d.ts +23 -0
- package/types/_core/scripts/components/processFormBlock/ProcessFormBlockOptions.d.ts +18 -0
- package/types/_core/scripts/components/processFormBlock/processFormBlock.d.ts +4 -0
- package/types/_core/scripts/components/processPrincipalsList/ProcessPrincipalsListItem.d.ts +5 -0
- package/types/_core/scripts/components/processPrincipalsList/processPrincipalsList.d.ts +8 -0
- package/types/_core/scripts/components/progressBar/progressBar.d.ts +10 -0
- package/types/_core/scripts/components/progressBar/progressBarCtrl.d.ts +8 -0
- package/types/_core/scripts/components/progressBar/progressBarStateController.d.ts +9 -0
- package/types/_core/scripts/components/resizablePanels/panelSizeController/insetAdapter/insetAdapter.d.ts +12 -0
- package/types/_core/scripts/components/resizablePanels/panelSizeController/insetAdapter/insetAdapterService.d.ts +14 -0
- package/types/_core/scripts/components/resizablePanels/panelSizeController/panelSizeController.d.ts +31 -0
- package/types/_core/scripts/components/resizablePanels/panelSizeController/panelsDragController.d.ts +19 -0
- package/types/_core/scripts/components/resizablePanels/panelSizeController/resizeController.d.ts +25 -0
- package/types/_core/scripts/components/resizablePanels/panelTitle/panelTitle.d.ts +14 -0
- package/types/_core/scripts/components/resizablePanels/panelToolbar/panelToolbar.d.ts +6 -0
- package/types/_core/scripts/components/resizablePanels/resizablePanel/resizablePanel.d.ts +23 -0
- package/types/_core/scripts/components/resizablePanels/resizablePanels.d.ts +12 -0
- package/types/_core/scripts/components/resizablePanels/resizablePanelsController.d.ts +14 -0
- package/types/_core/scripts/components/resizablePanels/resizablePanelsFocusController.d.ts +16 -0
- package/types/_core/scripts/components/resizablePanels/resizer/panelResizer.d.ts +11 -0
- package/types/_core/scripts/components/resizablePanels/resizer/resizerPositionController.d.ts +6 -0
- package/types/_core/scripts/components/skeleton/Skeleton.d.ts +14 -0
- package/types/_core/scripts/components/textWithIcon/textWithIcon.d.ts +17 -0
- package/types/_core/scripts/components/toggleablePanels/toggleablePanels.d.ts +34 -0
- package/types/_core/scripts/components/toggleablePanels/toggleablePanelsCtrl.d.ts +20 -0
- package/types/_core/scripts/components/tooltip/controllers/globalEventHandler.d.ts +19 -0
- package/types/_core/scripts/components/tooltip/controllers/tooltipGenerator.d.ts +11 -0
- package/types/_core/scripts/components/tooltip/controllers/tooltipPositionController.d.ts +31 -0
- package/types/_core/scripts/components/tooltip/controllers/tooltipTarget.d.ts +10 -0
- package/types/_core/scripts/components/tooltip/tooltip.d.ts +9 -0
- package/types/_core/scripts/components/topNavButton/topNavButton.d.ts +6 -0
- package/types/_core/scripts/data/active/ActivationCellTransformer.d.ts +5 -0
- package/types/_core/scripts/data/active/ActivationFormAdapter.d.ts +12 -0
- package/types/_core/scripts/data/active/ActivationListAdapter.d.ts +10 -0
- package/types/_core/scripts/data/active/ActivationManager.d.ts +8 -0
- package/types/_core/scripts/data/active/ActivationRowTransformer.d.ts +3 -0
- package/types/_core/scripts/data/active/ActivationSchema.d.ts +5 -0
- package/types/_core/scripts/data/active/FilterItems.d.ts +18 -0
- package/types/_core/scripts/data/fieldFilter/ToolbarFieldFilterListExtender.d.ts +20 -0
- package/types/_core/scripts/datasources/ApiDatasource.d.ts +20 -0
- package/types/_core/scripts/datasources/FetchResult.d.ts +5 -0
- package/types/_core/scripts/datasources/MemoryDatasource.d.ts +26 -0
- package/types/_core/scripts/datasources/TabularDatasource/TabularDatasource.d.ts +16 -0
- package/types/_core/scripts/datasources/TabularDatasource/TabularDatasourceDataService.d.ts +17 -0
- package/types/_core/scripts/errorHandling.d.ts +35 -0
- package/types/_core/scripts/helpers/FieldValueFormatter.d.ts +1 -0
- package/types/_core/scripts/helpers/IUi.d.ts +1 -0
- package/types/_core/scripts/helpers/PositionCalculator.d.ts +59 -0
- package/types/_core/scripts/helpers/debug.d.ts +6 -0
- package/types/_core/scripts/helpers/extend.d.ts +66 -0
- package/types/_core/scripts/helpers/formatOptions.d.ts +6 -0
- package/types/_core/scripts/helpers/formattedText.d.ts +9 -0
- package/types/_core/scripts/helpers/notification/ConsoleNotifier.d.ts +4 -0
- package/types/_core/scripts/helpers/notification/PopupNotifier.d.ts +10 -0
- package/types/_core/scripts/helpers/o2m.d.ts +45 -0
- package/types/_core/scripts/helpers/polyfills.d.ts +16 -0
- package/types/_core/scripts/helpers/removeMarkdown.d.ts +1 -0
- package/types/_core/scripts/helpers/textScript/createScript.d.ts +1 -0
- package/types/_core/scripts/helpers/textScript/runScript.d.ts +8 -0
- package/types/_core/scripts/helpers/types.d.ts +40 -0
- package/types/_core/scripts/helpers/ui/animate.d.ts +24 -0
- package/types/_core/scripts/helpers/ui/buttonTemplates.d.ts +21 -0
- package/types/_core/scripts/helpers/ui/closable.d.ts +2 -0
- package/types/_core/scripts/helpers/ui/commandButton.d.ts +10 -0
- package/types/_core/scripts/helpers/ui/confirmModal.d.ts +2 -0
- package/types/_core/scripts/helpers/ui/dom/getBrowserPrefix.d.ts +9 -0
- package/types/_core/scripts/helpers/ui/dom.d.ts +54 -0
- package/types/_core/scripts/helpers/ui/el.d.ts +112 -0
- package/types/_core/scripts/helpers/ui/expandDropdown.d.ts +3 -0
- package/types/_core/scripts/helpers/ui/hacks.d.ts +7 -0
- package/types/_core/scripts/helpers/ui/labelStyle/labelStyle.d.ts +16 -0
- package/types/_core/scripts/helpers/ui/link/link.d.ts +8 -0
- package/types/_core/scripts/helpers/ui/paletteHelper.d.ts +5 -0
- package/types/_core/scripts/helpers/ui/setTooltip.d.ts +12 -0
- package/types/_core/scripts/helpers/ui/show.d.ts +68 -0
- package/types/_core/scripts/helpers/ui/sortable.d.ts +19 -0
- package/types/_core/scripts/helpers/ui/tests.d.ts +9 -0
- package/types/_core/scripts/helpers/ui/ui_m.d.ts +17 -0
- package/types/_core/scripts/helpers/urlHelper.d.ts +9 -0
- package/types/_core/scripts/helpers/utils/CacheManager.d.ts +6 -0
- package/types/_core/scripts/helpers/utils/arraySortByOrder.d.ts +5 -0
- package/types/_core/scripts/helpers/utils/classNames.d.ts +2 -0
- package/types/_core/scripts/helpers/utils/deepEqual.d.ts +1 -0
- package/types/_core/scripts/helpers/utils/deepPropHandle.d.ts +1 -0
- package/types/_core/scripts/helpers/utils/errorHandling.d.ts +1 -0
- package/types/_core/scripts/helpers/utils/isPromisable.d.ts +2 -0
- package/types/_core/scripts/helpers/utils/json.d.ts +1 -0
- package/types/_core/scripts/helpers/utils/object.d.ts +1 -0
- package/types/_core/scripts/helpers/utils/stringifyControlSize.d.ts +3 -0
- package/types/_core/scripts/helpers/utils/v.d.ts +2 -0
- package/types/_core/scripts/helpers/utils.d.ts +146 -0
- package/types/_core/scripts/helpers/view.d.ts +8 -0
- package/types/_core/scripts/helpers/viewer.d.ts +5 -0
- package/types/_core/scripts/helpers/zone/IZone.d.ts +7 -0
- package/types/_core/scripts/helpers/zone/Zone.d.ts +14 -0
- package/types/_core/scripts/helpers/zone/Zones.d.ts +6 -0
- package/types/_core/scripts/messages.d.ts +15 -0
- package/types/_core/scripts/security/PermissionLevel.d.ts +32 -0
- package/types/_core/scripts/security/User.d.ts +15 -0
- package/types/_core/scripts/services/AppCommandManager.d.ts +5 -0
- package/types/_core/scripts/services/Auth.d.ts +19 -0
- package/types/_core/scripts/services/CommandManager.d.ts +50 -0
- package/types/_core/scripts/services/CommandManagerCommands.d.ts +4 -0
- package/types/_core/scripts/services/DebugManagerCommands.d.ts +3 -0
- package/types/_core/scripts/services/Evaluator.d.ts +654 -0
- package/types/_core/scripts/services/Extendable.d.ts +15 -0
- package/types/_core/scripts/services/Filter.d.ts +35 -0
- package/types/_core/scripts/services/FormManager.d.ts +27 -0
- package/types/_core/scripts/services/FormManagerCommands.d.ts +3 -0
- package/types/_core/scripts/services/FormService.d.ts +7 -0
- package/types/_core/scripts/services/FuzzysortManager.d.ts +7 -0
- package/types/_core/scripts/services/GlobalVarManager.d.ts +17 -0
- package/types/_core/scripts/services/HotkeyManager.d.ts +4 -0
- package/types/_core/scripts/services/IFilter.d.ts +77 -0
- package/types/_core/scripts/services/LayoutRecordManager.d.ts +6 -0
- package/types/_core/scripts/services/ListManagerCommands.d.ts +3 -0
- package/types/_core/scripts/services/ListService.d.ts +21 -0
- package/types/_core/scripts/services/ModuleData.d.ts +8 -0
- package/types/_core/scripts/services/ModuleService.d.ts +12 -0
- package/types/_core/scripts/services/NavigationControlManager.d.ts +61 -0
- package/types/_core/scripts/services/NavigationManager.d.ts +60 -0
- package/types/_core/scripts/services/NavigationManagerCommands.d.ts +5 -0
- package/types/_core/scripts/services/NotificationService.d.ts +22 -0
- package/types/_core/scripts/services/OneToManyRecordManager.d.ts +8 -0
- package/types/_core/scripts/services/QuerySelectService.d.ts +7 -0
- package/types/_core/scripts/services/RecordManager.d.ts +92 -0
- package/types/_core/scripts/services/SchemaManager.d.ts +114 -0
- package/types/_core/scripts/services/SchemaManagerCommands.d.ts +3 -0
- package/types/_core/scripts/services/SearchByDeafultFieldHelper.d.ts +12 -0
- package/types/_core/scripts/services/SecurityManager.d.ts +32 -0
- package/types/_core/scripts/services/SettingsManager.d.ts +12 -0
- package/types/_core/scripts/services/SortingManager.d.ts +13 -0
- package/types/_core/scripts/services/TableRefresher/TableRefresher.d.ts +15 -0
- package/types/_core/scripts/services/TableRefresher/TableRefresherFormAdapter.d.ts +9 -0
- package/types/_core/scripts/services/TableRefresher/TableRefresherListAdapter.d.ts +9 -0
- package/types/_core/scripts/services/Validator.d.ts +10 -0
- package/types/_core/scripts/services/api/ApiAccessor.d.ts +11 -0
- package/types/_core/scripts/services/api/ApiRequestOptions.d.ts +27 -0
- package/types/_core/scripts/services/api/ApiUrlHelper.d.ts +18 -0
- package/types/_core/scripts/services/api/BaseQuery.d.ts +15 -0
- package/types/_core/scripts/services/api/IRequestResult.d.ts +68 -0
- package/types/_core/scripts/services/api/Query.d.ts +67 -0
- package/types/_core/scripts/services/api/QueryResultHandler.d.ts +27 -0
- package/types/_core/scripts/services/browserSupport/block.d.ts +11 -0
- package/types/_core/scripts/services/browserSupport/service.d.ts +35 -0
- package/types/_core/scripts/services/commandsContext/FormCommandContextManager.d.ts +5 -0
- package/types/_core/scripts/services/commandsContext/ListCommandContextManager.d.ts +5 -0
- package/types/_core/scripts/services/customModules/customModulesManager.d.ts +18 -0
- package/types/_core/scripts/services/customModules/customModulesSettings.d.ts +3 -0
- package/types/_core/scripts/services/customModules/facades/AuthFacade.d.ts +7 -0
- package/types/_core/scripts/services/customModules/facades/Form/FieldControlFacade.d.ts +19 -0
- package/types/_core/scripts/services/customModules/facades/Form/FieldControlManagerFacade.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/Form/FormControlFacade.d.ts +34 -0
- package/types/_core/scripts/services/customModules/facades/Form/FormServiceFacade.d.ts +20 -0
- package/types/_core/scripts/services/customModules/facades/Form/IFieldControlFacade.d.ts +26 -0
- package/types/_core/scripts/services/customModules/facades/Form/IFieldControlManagerFacade.d.ts +36 -0
- package/types/_core/scripts/services/customModules/facades/Form/IFormControlFacade.d.ts +61 -0
- package/types/_core/scripts/services/customModules/facades/Form/IFormFacade.d.ts +60 -0
- package/types/_core/scripts/services/customModules/facades/IAuthFacade.d.ts +7 -0
- package/types/_core/scripts/services/customModules/facades/IMdtFacade.d.ts +58 -0
- package/types/_core/scripts/services/customModules/facades/IModuleRegistryFacade.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/IPageFacade.d.ts +7 -0
- package/types/_core/scripts/services/customModules/facades/List/IListCellFacade.d.ts +8 -0
- package/types/_core/scripts/services/customModules/facades/List/IListComponentFacade.d.ts +10 -0
- package/types/_core/scripts/services/customModules/facades/List/IListControlFacade.d.ts +41 -0
- package/types/_core/scripts/services/customModules/facades/List/IListRowFacade.d.ts +2 -0
- package/types/_core/scripts/services/customModules/facades/List/IListServiceFacade.d.ts +24 -0
- package/types/_core/scripts/services/customModules/facades/List/ListCellFacade.d.ts +21 -0
- package/types/_core/scripts/services/customModules/facades/List/ListControlFacade.d.ts +28 -0
- package/types/_core/scripts/services/customModules/facades/List/ListRowFacade.d.ts +14 -0
- package/types/_core/scripts/services/customModules/facades/List/ListServiceFacade.d.ts +18 -0
- package/types/_core/scripts/services/customModules/facades/ModuleRegistryFacade.d.ts +4 -0
- package/types/_core/scripts/services/customModules/facades/PageFacade.d.ts +8 -0
- package/types/_core/scripts/services/customModules/facades/facadeUtils.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/mdtFacade.d.ts +46 -0
- package/types/_core/scripts/services/customModules/facades/schema/FieldFacade.d.ts +11 -0
- package/types/_core/scripts/services/customModules/facades/schema/IFieldFacade.d.ts +7 -0
- package/types/_core/scripts/services/customModules/facades/schema/IObjectFacade.d.ts +9 -0
- package/types/_core/scripts/services/customModules/facades/schema/ISchemaFacade.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/schema/ObjectFacade.d.ts +13 -0
- package/types/_core/scripts/services/customModules/facades/schema/SchemaFacade.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/services/INavigationFacade.d.ts +43 -0
- package/types/_core/scripts/services/customModules/facades/services/ISecurityFacade.d.ts +19 -0
- package/types/_core/scripts/services/customModules/facades/services/NavigationFacade.d.ts +10 -0
- package/types/_core/scripts/services/customModules/facades/services/SecurityFacade.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/utils/ApiFacade.d.ts +15 -0
- package/types/_core/scripts/services/customModules/facades/utils/DropdownFacade.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/utils/IApiFacade.d.ts +43 -0
- package/types/_core/scripts/services/customModules/facades/utils/IDropdownFacade.d.ts +4 -0
- package/types/_core/scripts/services/customModules/facades/utils/IUiComponentsFacade.d.ts +42 -0
- package/types/_core/scripts/services/customModules/facades/utils/IUiFacade.d.ts +69 -0
- package/types/_core/scripts/services/customModules/facades/utils/IUtilsFacade.d.ts +6 -0
- package/types/_core/scripts/services/customModules/facades/utils/ImUtilsFacade.d.ts +25 -0
- package/types/_core/scripts/services/customModules/facades/utils/UiComponentsFacade.d.ts +19 -0
- package/types/_core/scripts/services/customModules/facades/utils/UiFacade.d.ts +12 -0
- package/types/_core/scripts/services/customModules/facades/utils/UtilsFacade.d.ts +2 -0
- package/types/_core/scripts/services/customModules/facades/utils/mUtilsFacade.d.ts +2 -0
- package/types/_core/scripts/services/dropdown/DropdownManager.d.ts +7 -0
- package/types/_core/scripts/services/dropdown/DropdownMenu.d.ts +13 -0
- package/types/_core/scripts/services/dropdown/IDropDownManager.d.ts +5 -0
- package/types/_core/scripts/services/dropdown/IDropDownMenu.d.ts +26 -0
- package/types/_core/scripts/services/dropdown/createDropdown.d.ts +3 -0
- package/types/_core/scripts/services/jsonSchema/JsonSchemaManager.d.ts +17 -0
- package/types/_core/scripts/services/jsonSchema/JsonSchemaValidator.d.ts +11 -0
- package/types/_core/scripts/services/objectRules/ObjectRuleTypes.d.ts +32 -0
- package/types/_core/scripts/services/objectRules/ObjectRules.d.ts +27 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesApiDatasource.d.ts +6 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesDataPurifier.d.ts +4 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesEditorSetup.d.ts +2 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesFormAdapter.d.ts +28 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesScriptProvider.d.ts +24 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesService.d.ts +19 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesValidator.d.ts +25 -0
- package/types/_core/scripts/services/objectRules/ui/ObjectRuleModal.d.ts +50 -0
- package/types/_core/scripts/services/schema/IExp.schema.d.ts +2 -0
- package/types/_core/scripts/setupMainForms.d.ts +1 -0
- package/types/_core/scripts/views/Animator.d.ts +19 -0
- package/types/_core/scripts/views/CenteredMessage.d.ts +5 -0
- package/types/_core/scripts/views/CustomCss.d.ts +13 -0
- package/types/_core/scripts/views/FramePage.d.ts +6 -0
- package/types/_core/scripts/views/containers/ModalSizeManager.d.ts +12 -0
- package/types/_core/scripts/views/containers/containerMixin.d.ts +79 -0
- package/types/_core/scripts/views/containers/modal.d.ts +67 -0
- package/types/_core/scripts/views/containers/popover.d.ts +24 -0
- package/types/_core/scripts/views/containers/side.d.ts +16 -0
- package/types/_core/scripts/views/controls/Alert.d.ts +18 -0
- package/types/_core/scripts/views/controls/ContextMenu.d.ts +24 -0
- package/types/_core/scripts/views/controls/Control.d.ts +7 -0
- package/types/_core/scripts/views/controls/DropdownMenu.d.ts +86 -0
- package/types/_core/scripts/views/controls/DropdownMenuService.d.ts +5 -0
- package/types/_core/scripts/views/controls/JsonViewControl.d.ts +16 -0
- package/types/_core/scripts/views/controls/JsonViewFieldControl.d.ts +11 -0
- package/types/_core/scripts/views/controls/MessageText.d.ts +4 -0
- package/types/_core/scripts/views/controls/NotifiationsCtrl.d.ts +8 -0
- package/types/_core/scripts/views/controls/ObjectFormatControl.d.ts +5 -0
- package/types/_core/scripts/views/controls/Reorder.d.ts +25 -0
- package/types/_core/scripts/views/controls/ReorderView.d.ts +22 -0
- package/types/_core/scripts/views/controls/Resizer.d.ts +32 -0
- package/types/_core/scripts/views/controls/ResizerView.d.ts +8 -0
- package/types/_core/scripts/views/controls/SplitBlock.d.ts +21 -0
- package/types/_core/scripts/views/controls/SplitBlockSection.d.ts +27 -0
- package/types/_core/scripts/views/controls/UserProfile.d.ts +19 -0
- package/types/_core/scripts/views/controls/panels/Panel.d.ts +59 -0
- package/types/_core/scripts/views/controls/panels/PanelContainer.d.ts +34 -0
- package/types/_core/scripts/views/form/ControlManager.d.ts +52 -0
- package/types/_core/scripts/views/form/FormEvaluator.d.ts +25 -0
- package/types/_core/scripts/views/form/FormState.d.ts +34 -0
- package/types/_core/scripts/views/form/Layout.d.ts +104 -0
- package/types/_core/scripts/views/form/LayoutTypes.d.ts +390 -0
- package/types/_core/scripts/views/form/button.d.ts +9 -0
- package/types/_core/scripts/views/form/control.d.ts +7 -0
- package/types/_core/scripts/views/form/controls/OneToOneFormField.d.ts +10 -0
- package/types/_core/scripts/views/form/controls/bitMask.d.ts +11 -0
- package/types/_core/scripts/views/form/controls/boolean-group.d.ts +7 -0
- package/types/_core/scripts/views/form/controls/boolean.d.ts +16 -0
- package/types/_core/scripts/views/form/controls/changeable.d.ts +17 -0
- package/types/_core/scripts/views/form/controls/code/adapters/base.d.ts +6 -0
- package/types/_core/scripts/views/form/controls/code/adapters/markdown.d.ts +10 -0
- package/types/_core/scripts/views/form/controls/code/code.d.ts +31 -0
- package/types/_core/scripts/views/form/controls/code/codeText.d.ts +35 -0
- package/types/_core/scripts/views/form/controls/code/preview/markdown.d.ts +14 -0
- package/types/_core/scripts/views/form/controls/commonControl/ICommonControl.d.ts +23 -0
- package/types/_core/scripts/views/form/controls/commonControl/commonControl.d.ts +5 -0
- package/types/_core/scripts/views/form/controls/commonControl/mdtCommonControl.d.ts +3 -0
- package/types/_core/scripts/views/form/controls/commonControl/removeInputStyle.d.ts +3 -0
- package/types/_core/scripts/views/form/controls/date.d.ts +28 -0
- package/types/_core/scripts/views/form/controls/dateLabel.d.ts +11 -0
- package/types/_core/scripts/views/form/controls/dynamicFk.d.ts +38 -0
- package/types/_core/scripts/views/form/controls/fieldPathField.d.ts +19 -0
- package/types/_core/scripts/views/form/controls/fileupload/AttachmentFormExtender.d.ts +5 -0
- package/types/_core/scripts/views/form/controls/fileupload/file.d.ts +68 -0
- package/types/_core/scripts/views/form/controls/fileupload/fileuploadService.d.ts +3 -0
- package/types/_core/scripts/views/form/controls/fileupload/multifile.d.ts +45 -0
- package/types/_core/scripts/views/form/controls/fileupload/thumblist.d.ts +35 -0
- package/types/_core/scripts/views/form/controls/filter/filterFieldModal.d.ts +15 -0
- package/types/_core/scripts/views/form/controls/filter/filterSettings.d.ts +33 -0
- package/types/_core/scripts/views/form/controls/filter.d.ts +15 -0
- package/types/_core/scripts/views/form/controls/formField.d.ts +58 -0
- package/types/_core/scripts/views/form/controls/geography.d.ts +8 -0
- package/types/_core/scripts/views/form/controls/html.d.ts +27 -0
- package/types/_core/scripts/views/form/controls/iconPicker.d.ts +36 -0
- package/types/_core/scripts/views/form/controls/list.d.ts +18 -0
- package/types/_core/scripts/views/form/controls/listGrid.d.ts +22 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/MonacoCodeOptions.schema.d.ts +18 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/MonacoFieldControlOptions.schema.d.ts +5 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/jsonSchemas/Button.schema.d.ts +69 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/jsonSchemas/schemaIndex.d.ts +1 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/monacoCode.d.ts +20 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/monacoField.d.ts +18 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/monacoLibService.d.ts +9 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/monacoManager.d.ts +23 -0
- package/types/_core/scripts/views/form/controls/notFound.d.ts +6 -0
- package/types/_core/scripts/views/form/controls/picker/gridPicker.d.ts +16 -0
- package/types/_core/scripts/views/form/controls/picker/multiPicker.d.ts +28 -0
- package/types/_core/scripts/views/form/controls/picker/multiPickerField.d.ts +39 -0
- package/types/_core/scripts/views/form/controls/picker/picker.d.ts +72 -0
- package/types/_core/scripts/views/form/controls/picker/pickerInput.d.ts +43 -0
- package/types/_core/scripts/views/form/controls/query/BuilderFieldControlBase.d.ts +23 -0
- package/types/_core/scripts/views/form/controls/query/ControlsList.d.ts +20 -0
- package/types/_core/scripts/views/form/controls/query/QueryBuilderControl.d.ts +15 -0
- package/types/_core/scripts/views/form/controls/query/SelectBuilderControl.d.ts +32 -0
- package/types/_core/scripts/views/form/controls/query/UpdateBuilderControl.d.ts +12 -0
- package/types/_core/scripts/views/form/controls/radio.d.ts +24 -0
- package/types/_core/scripts/views/form/controls/radioPicker.d.ts +10 -0
- package/types/_core/scripts/views/form/controls/secretFieldCtrl.d.ts +12 -0
- package/types/_core/scripts/views/form/controls/select.d.ts +53 -0
- package/types/_core/scripts/views/form/controls/sortingList.d.ts +13 -0
- package/types/_core/scripts/views/form/controls/text.d.ts +30 -0
- package/types/_core/scripts/views/form/controls/textViewPreparator.d.ts +27 -0
- package/types/_core/scripts/views/form/controls/toggleablePanels/codeEditor/getCodeEditor.d.ts +5 -0
- package/types/_core/scripts/views/form/controls/toggleablePanels/codeEditor/toggleablePanelsEditorOnlyContent.d.ts +5 -0
- package/types/_core/scripts/views/form/controls/toggleablePanels/contentLayout/toggleablePanelsContentLayout.d.ts +6 -0
- package/types/_core/scripts/views/form/controls/toggleablePanels/toolbar/toggleablePanelsToolbar.d.ts +9 -0
- package/types/_core/scripts/views/form/controls/toggleablePanels/wrapper/toggleablePanelsWrapper.d.ts +8 -0
- package/types/_core/scripts/views/form/controls.d.ts +37 -0
- package/types/_core/scripts/views/form/features/loadingProgress/progressBarFormAdapter.d.ts +8 -0
- package/types/_core/scripts/views/form/field.d.ts +144 -0
- package/types/_core/scripts/views/form/formButtonsOrder.d.ts +8 -0
- package/types/_core/scripts/views/form/formContextParam.d.ts +20 -0
- package/types/_core/scripts/views/form/formDebug.d.ts +19 -0
- package/types/_core/scripts/views/form/formListCtrl.d.ts +36 -0
- package/types/_core/scripts/views/form/formTypes.d.ts +4 -0
- package/types/_core/scripts/views/form/frame.d.ts +16 -0
- package/types/_core/scripts/views/form/header.d.ts +10 -0
- package/types/_core/scripts/views/form/listFormContextParam.d.ts +4 -0
- package/types/_core/scripts/views/form/markdown.d.ts +12 -0
- package/types/_core/scripts/views/form/oneToMany.d.ts +79 -0
- package/types/_core/scripts/views/form/oneToManyControlService.d.ts +26 -0
- package/types/_core/scripts/views/form/panel.d.ts +25 -0
- package/types/_core/scripts/views/form/playground/FormEvaluatorPlayground.d.ts +7 -0
- package/types/_core/scripts/views/form/playground/FormPlaygroundCtrl.d.ts +21 -0
- package/types/_core/scripts/views/form/schema/FormPageExtOptions.schema.d.ts +22 -0
- package/types/_core/scripts/views/form/schema/FormPageOptions.schema.d.ts +17 -0
- package/types/_core/scripts/views/form/tabs.d.ts +20 -0
- package/types/_core/scripts/views/form/templater/autorefresher/templaterAutorefresher.d.ts +20 -0
- package/types/_core/scripts/views/form/templater/panelsTemplater/panelsTemplater.d.ts +35 -0
- package/types/_core/scripts/views/form/templater/panelsTemplater/templaterProgressBar.d.ts +10 -0
- package/types/_core/scripts/views/form/templater/templateAbort.d.ts +4 -0
- package/types/_core/scripts/views/form/templater/templateEvaluator.d.ts +59 -0
- package/types/_core/scripts/views/form/templater/templatePreview.d.ts +20 -0
- package/types/_core/scripts/views/form/templater/templaterEditorService.d.ts +5 -0
- package/types/_core/scripts/views/form/templater/templaterPreviewWindowController.d.ts +9 -0
- package/types/_core/scripts/views/form/templater/templaterWorkerService.d.ts +11 -0
- package/types/_core/scripts/views/gallery/Gallery.d.ts +41 -0
- package/types/_core/scripts/views/gallery/ThumbImage.d.ts +26 -0
- package/types/_core/scripts/views/layouts/mainLayout.d.ts +2 -0
- package/types/_core/scripts/views/layouts/splashLayout.d.ts +2 -0
- package/types/_core/scripts/views/list/CheckboxList.d.ts +25 -0
- package/types/_core/scripts/views/list/EventsPriority.d.ts +13 -0
- package/types/_core/scripts/views/list/IListView.d.ts +58 -0
- package/types/_core/scripts/views/list/ListHelper.d.ts +3 -0
- package/types/_core/scripts/views/list/ListOptions.d.ts +37 -0
- package/types/_core/scripts/views/list/ListView.d.ts +32 -0
- package/types/_core/scripts/views/list/O2mColumn.d.ts +21 -0
- package/types/_core/scripts/views/list/features/aggregation/AggregationListExtender.d.ts +26 -0
- package/types/_core/scripts/views/list/features/columnFixator/ListColumnFixator.d.ts +46 -0
- package/types/_core/scripts/views/list/features/loadingProgress/progressBarListAdapter.d.ts +8 -0
- package/types/_core/scripts/views/list/features/rowClamp/ListRowClampAdapter.d.ts +8 -0
- package/types/_core/scripts/views/list/features/rowClamp/RowClamp.d.ts +29 -0
- package/types/_core/scripts/views/list/features/settingsStore/ListSettingsStore.d.ts +17 -0
- package/types/_core/scripts/views/list/fieldColumn.d.ts +21 -0
- package/types/_core/scripts/views/list/schema/ListPageExtOptions.schema.d.ts +127 -0
- package/types/_core/scripts/views/list/schema/ListPageOptions.schema.d.ts +76 -0
- package/types/_core/scripts/views/login/FormAuthCtrl.d.ts +21 -0
- package/types/_core/scripts/views/login/LoginCtrl.d.ts +27 -0
- package/types/_core/scripts/views/page/Content.d.ts +17 -0
- package/types/_core/scripts/views/page/ContentListCtrl.d.ts +25 -0
- package/types/_core/scripts/views/page/DateFilterList.d.ts +1 -0
- package/types/_core/scripts/views/page/ErrorPage.d.ts +20 -0
- package/types/_core/scripts/views/page/Page.d.ts +40 -0
- package/types/_core/scripts/views/page/PageTypes.d.ts +7 -0
- package/types/_core/scripts/views/page/PageZoneTypes.d.ts +1 -0
- package/types/_core/scripts/views/page/PageZones.d.ts +2 -0
- package/types/_core/scripts/views/page/SideNav.d.ts +14 -0
- package/types/_core/scripts/views/page/SideNavView.d.ts +6 -0
- package/types/_core/scripts/views/page/SplashPage.d.ts +11 -0
- package/types/_core/scripts/views/page/SplitPageButton.d.ts +5 -0
- package/types/_core/scripts/views/page/charts/ChartControlOptions.schema.d.ts +460 -0
- package/types/_core/scripts/views/page/charts/ChartFormControlOptions.schema.d.ts +35 -0
- package/types/_core/scripts/views/page/charts/chartControl.d.ts +19 -0
- package/types/_core/scripts/views/page/charts/chartControlDataService.d.ts +38 -0
- package/types/_core/scripts/views/page/charts/chartFormControl.d.ts +27 -0
- package/types/_core/scripts/views/page/charts/configAdapter/cardChart.d.ts +17 -0
- package/types/_core/scripts/views/page/charts/configAdapter/cardServices/cardOptionsService.d.ts +37 -0
- package/types/_core/scripts/views/page/charts/configAdapter/cardServices/colorRangeManager.d.ts +7 -0
- package/types/_core/scripts/views/page/charts/configAdapter/chartBaseOptionsAdapter.d.ts +3 -0
- package/types/_core/scripts/views/page/charts/configAdapter/chartConfigAdapter.d.ts +13 -0
- package/types/_core/scripts/views/page/charts/configAdapter/chartFieldsAdapter.d.ts +25 -0
- package/types/_core/scripts/views/page/charts/configAdapter/chartModel.d.ts +11 -0
- package/types/_core/scripts/views/page/charts/configAdapter/libChart.d.ts +21 -0
- package/types/_core/scripts/views/page/dashboard/DashboardPageControlOptions.schema.d.ts +3 -0
- package/types/_core/scripts/views/page/dashboard/dashboardPageControl.d.ts +15 -0
- package/types/_core/scripts/views/page/dashboard/dashboardPageCreator.d.ts +1 -0
- package/types/_core/scripts/views/page/firstRecord/FirstRecordCreator.d.ts +1 -0
- package/types/_core/scripts/views/page/firstRecord/FirstRecordCtrl.d.ts +5 -0
- package/types/_core/scripts/views/page/fkPanels/FkPanels.d.ts +25 -0
- package/types/_core/scripts/views/page/fkPanels/FkPanelsPageCreator.d.ts +1 -0
- package/types/_core/scripts/views/page/fkPanels/FkPanelsPageOptions.schema.d.ts +14 -0
- package/types/_core/scripts/views/pickRecordModal.d.ts +11 -0
- package/types/_core/scripts/views/security/FilterColumnCtrl.d.ts +15 -0
- package/types/_core/scripts/views/security/PermisionLevelColumnCtrl.d.ts +13 -0
- package/types/_core/scripts/views/security/PrincipalPermissionTitleColumn.d.ts +3 -0
- package/types/admin/scripts/AboutCtrl.d.ts +9 -0
- package/types/admin/scripts/Designer/Constructor.d.ts +25 -0
- package/types/admin/scripts/Designer/DesignFormExtender.d.ts +3 -0
- package/types/admin/scripts/Designer/Json.d.ts +12 -0
- package/types/admin/scripts/Designer/JsonEditor.d.ts +10 -0
- package/types/admin/scripts/Designer/LayoutEdit.d.ts +36 -0
- package/types/admin/scripts/Designer/controls/ChartDesignerCtrl.d.ts +17 -0
- package/types/admin/scripts/Designer/controls/Field.d.ts +74 -0
- package/types/admin/scripts/Designer/controls/Frame.d.ts +26 -0
- package/types/admin/scripts/Designer/controls/Header.d.ts +8 -0
- package/types/admin/scripts/Designer/controls/Markdown.d.ts +6 -0
- package/types/admin/scripts/Designer/controls/Panel.d.ts +6 -0
- package/types/admin/scripts/Designer/controls/Tabs.d.ts +7 -0
- package/types/admin/scripts/emailCheck.d.ts +2 -0
- package/types/admin/scripts/forms/LayoutForm.d.ts +4 -0
- package/types/admin/scripts/forms/ListForm.d.ts +2 -0
- package/types/admin/scripts/forms/ObjectFieldForm.d.ts +2 -0
- package/types/admin/scripts/forms/ObjectForm.d.ts +3 -0
- package/types/admin/scripts/list/DesignerListExtender.d.ts +26 -0
- package/types/admin/scripts/list/DesignerListTransformer.d.ts +6 -0
- package/types/admin/scripts/list/ListColumnDesignFormCtrl.d.ts +9 -0
- package/types/admin/scripts/list/ListResizer.d.ts +9 -0
- package/types/admin/scripts/manageNav.d.ts +1 -0
- package/types/admin/scripts/module.d.ts +32 -0
- package/types/admin/scripts/principalList.d.ts +6 -0
- package/types/admin/scripts/reorder.d.ts +10 -0
- package/types/admin/scripts/resizer.d.ts +9 -0
- package/types/admin/scripts/scripting.d.ts +4 -0
- package/types/components/baseFormControls/input/inputView.d.ts +22 -0
- package/types/components/dropdown/menu/item/dropdownInputItemOptions.d.ts +5 -0
- package/types/components/dropdown/menu/item/dropdownItemWrap.d.ts +7 -0
- package/types/components/dropdown/menu/item/dropdownItemWrapOptions.d.ts +4 -0
- package/types/components/dropdown/menuActionItem/dropdownMenuItem.d.ts +6 -0
- package/types/components/dropdown/menuActionItem/dropdownMenuItemOptions.d.ts +2 -1
- package/types/components/icon/icon.d.ts +4 -0
- package/types/components/tooltip/controllers/globalEventHandler.d.ts +19 -0
- package/types/components/tooltip/controllers/tooltipGenerator.d.ts +11 -0
- package/types/components/tooltip/controllers/tooltipPositionController.d.ts +31 -0
- package/types/components/tooltip/controllers/tooltipTarget.d.ts +10 -0
- package/types/components/tooltip/tooltip.d.ts +9 -0
- package/types/dm/scripts/CloneFormCtrl.d.ts +12 -0
- package/types/dm/scripts/DeleteFormCtrl.d.ts +12 -0
- package/types/dm/scripts/DmFormCtrl.d.ts +12 -0
- package/types/dm/scripts/DmService.d.ts +10 -0
- package/types/dm/scripts/DmTypes.d.ts +15 -0
- package/types/dm/scripts/LinkedFieldAction.d.ts +33 -0
- package/types/dm/scripts/MergeFormCtrl.d.ts +13 -0
- package/types/dm/scripts/MergeHelper.d.ts +17 -0
- package/types/dm/scripts/MergeListExtender.d.ts +25 -0
- package/types/dm/scripts/module.d.ts +4 -0
- package/types/helpers/PositionCalculator.d.ts +59 -0
- package/types/helpers/formattedText.d.ts +2 -1
- package/types/helpers/types.d.ts +9 -2
- package/types/helpers/ui/setTooltip.d.ts +12 -0
- package/types/helpers/utils/classNames.d.ts +2 -0
- package/types/helpers/utils/object.d.ts +1 -0
- package/types/helpers/utils/stringifyControlSize.d.ts +3 -0
- package/types/helpers/utils/v.d.ts +2 -0
- package/types/helpers/zone/IZone.d.ts +0 -1
- package/types/helpers/zone/Zones.d.ts +2 -0
- package/types/inline/scripts/CellList.d.ts +14 -0
- package/types/inline/scripts/Editor.d.ts +93 -0
- package/types/inline/scripts/ListExtender.d.ts +41 -0
- package/types/inline/scripts/ListExtenderTypes.d.ts +29 -0
- package/types/inline/scripts/autocommit/autocommit.d.ts +6 -0
- package/types/inline/scripts/before.d.ts +10 -0
- package/types/inline/scripts/easyInline/FKDropdown.d.ts +52 -0
- package/types/inline/scripts/easyInline/easyInline.d.ts +11 -0
- package/types/inline/scripts/messages.d.ts +1 -0
- package/types/inline/scripts/module.d.ts +15 -0
- package/types/inline/scripts/transformers/CellTransformer.d.ts +8 -0
- package/types/inline/scripts/transformers/ListTransformer.d.ts +1 -0
- package/types/inline/scripts/transformers/RowTransformer.d.ts +1 -0
- package/types/inline/scripts/ui-bindings.d.ts +1 -0
- package/types/inline/scripts/validation/inlineValidator.d.ts +8 -0
- package/types/services/customModules/facades/Form/IFormControlFacade.d.ts +4 -0
- package/types/services/customModules/facades/IMdtFacade.d.ts +3 -0
- package/types/services/customModules/facades/IPageFacade.d.ts +7 -0
- package/types/services/customModules/facades/PageFacade.d.ts +5 -0
- package/types/services/customModules/facades/utils/IDropdownFacade.d.ts +4 -0
- package/types/services/customModules/facades/utils/IUiComponentsFacade.d.ts +19 -5
- package/types/services/customModules/facades/utils/IUiFacade.d.ts +8 -1
- package/types/services/customModules/facades/utils/IUtilsFacade.d.ts +1 -0
- package/types/services/customModules/facades/utils/ImUtilsFacade.d.ts +3 -0
- package/types/services/dropdown/DropdownManager.d.ts +7 -0
- package/types/services/dropdown/DropdownMenu.d.ts +11 -0
- package/types/services/dropdown/IDropDownMenu.d.ts +15 -11
- package/types/views/form/controls/commonControl/ICommonControl.d.ts +23 -0
- package/types/views/page/PageTypes.d.ts +7 -0
- package/types/views/page/PageZoneCodes.d.ts +1 -0
- package/types/views/page/PageZoneTypes.d.ts +1 -0
- package/types/views/page/PageZones.d.ts +2 -0
- package/types/components/tooltip/controllers/tooltipAttributes.d.ts +0 -2
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { InputOptions } from "mdtScripts/components/baseFormControls/input/inputView";
|
|
3
|
+
import { TextareaOptions } from "mdtScripts/components/baseFormControls/textarea/textarea";
|
|
4
|
+
import { WordWrapOptions } from "mdtScripts/components/baseFormControls/wordWrap/wordWrap";
|
|
5
|
+
import { TextFieldCtrl, TextFieldCtrlOptions } from "./text";
|
|
6
|
+
import { FieldCtrl } from "../field";
|
|
7
|
+
declare type BaseOptions = {
|
|
8
|
+
id?: string;
|
|
9
|
+
value?: any;
|
|
10
|
+
attrs?: _mithril.MithrilAttributes;
|
|
11
|
+
hasError?: boolean;
|
|
12
|
+
};
|
|
13
|
+
declare type TextControlOptions = {
|
|
14
|
+
autofocus?: boolean;
|
|
15
|
+
placeholder?: string;
|
|
16
|
+
};
|
|
17
|
+
declare type PreparedOptions = BaseOptions & TextControlOptions;
|
|
18
|
+
export interface TextViewPreparator<Options = PreparedOptions> {
|
|
19
|
+
prepareOptions(ctrl: TextFieldCtrl): Options;
|
|
20
|
+
prepareView(options: Options): _mithril.MithrilVirtualElement;
|
|
21
|
+
}
|
|
22
|
+
export default function getTextViewPreparator({ wordWrap, control }: TextFieldCtrlOptions): TextViewPreparator;
|
|
23
|
+
export declare function getTextControlOptions(ctrlOptions: TextFieldCtrlOptions, fieldCtrl: FieldCtrl): TextControlOptions;
|
|
24
|
+
export declare const inputPreparator: TextViewPreparator<InputOptions>;
|
|
25
|
+
export declare const textareaPreparator: TextViewPreparator<TextareaOptions>;
|
|
26
|
+
export declare const wordWrapPreparator: TextViewPreparator<WordWrapOptions>;
|
|
27
|
+
export {};
|
package/types/_core/scripts/views/form/controls/toggleablePanels/codeEditor/getCodeEditor.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { MonacoCode } from "../../monacoEditor/monacoCode";
|
|
2
|
+
import { MonacoCodeOptions } from "../../monacoEditor/MonacoCodeOptions.schema";
|
|
3
|
+
declare type CodeEditorOptions = MonacoCodeOptions;
|
|
4
|
+
export declare function getCodeEditor(options: CodeEditorOptions): MonacoCode;
|
|
5
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { MonacoCode } from "../../monacoEditor/monacoCode";
|
|
3
|
+
import "./toggleablePanelsEditorOnlyContent.less";
|
|
4
|
+
export declare function fullHeightEditorView(editor: MonacoCode, attrs?: _mithril.MithrilAttributes): _mithril.MithrilVirtualElement;
|
|
5
|
+
export declare function editorOnlyContent(editor: MonacoCode, wrapperClass?: string): _mithril.MithrilVirtualElement;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { ViewElement } from "mdtScripts/helpers/types";
|
|
3
|
+
import "./toggleablePanelsContentLayout.less";
|
|
4
|
+
export declare function getPanelContent(content: ViewElement, wrapperClass?: string): _mithril.MithrilVirtualElement;
|
|
5
|
+
export declare function panelContentView(content: ViewElement, cssClass?: string): _mithril.MithrilVirtualElement;
|
|
6
|
+
export declare function panelContentItemView(content: ViewElement, cssClass?: string): _mithril.MithrilVirtualElement;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { ViewElement } from "mdtScripts/helpers/types";
|
|
3
|
+
import { Button } from "mdtScripts/helpers/ui/el";
|
|
4
|
+
import "./toggleablePanelsToolbar.less";
|
|
5
|
+
export declare const toggleablePanelsToolbarClasses: {
|
|
6
|
+
fill: string;
|
|
7
|
+
};
|
|
8
|
+
export declare function toggleablePanelsToolbar(content: ViewElement): _mithril.MithrilVirtualElement;
|
|
9
|
+
export declare function toggleablePanelsActionsWrap(buttons: Button[]): _mithril.MithrilVirtualElement;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { ViewElement } from "mdtScripts/helpers/types";
|
|
3
|
+
import "./toggleablePanelsWrapper.less";
|
|
4
|
+
export declare function toggleablePanelsWrapper(content: ViewElement): _mithril.MithrilVirtualElement;
|
|
5
|
+
export declare function fullScreenWrap(content: ViewElement): _mithril.MithrilVirtualElement;
|
|
6
|
+
export declare const toggleablePanelsTitleClasses: {
|
|
7
|
+
compressible: string;
|
|
8
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export * from "./controls/bitMask";
|
|
2
|
+
export * from "./controls/boolean";
|
|
3
|
+
export * from "./controls/boolean-group";
|
|
4
|
+
export * from "./controls/changeable";
|
|
5
|
+
export * from "./controls/date";
|
|
6
|
+
export * from "./controls/dateLabel";
|
|
7
|
+
export * from "./controls/dynamicFk";
|
|
8
|
+
export * from "./controls/fieldPathField";
|
|
9
|
+
export * from "./controls/filter";
|
|
10
|
+
export * from "./controls/formField";
|
|
11
|
+
export * from "./controls/geography";
|
|
12
|
+
export * from "./controls/html";
|
|
13
|
+
export * from "./controls/iconPicker";
|
|
14
|
+
export * from "./controls/list";
|
|
15
|
+
export * from "./controls/listGrid";
|
|
16
|
+
export * from "./controls/notFound";
|
|
17
|
+
export * from "./controls/picker/gridPicker";
|
|
18
|
+
export * from "./controls/picker/multiPicker";
|
|
19
|
+
export * from "./controls/picker/multiPickerField";
|
|
20
|
+
export * from "./controls/picker/picker";
|
|
21
|
+
export * from "./controls/picker/pickerInput";
|
|
22
|
+
export * from "./controls/radio";
|
|
23
|
+
export * from "./controls/select";
|
|
24
|
+
export * from "./controls/sortingList";
|
|
25
|
+
export * from "./controls/text";
|
|
26
|
+
export * from "./controls/code/code";
|
|
27
|
+
export * from "./controls/fileupload/file";
|
|
28
|
+
export * from "./controls/fileupload/multifile";
|
|
29
|
+
export * from "./controls/filter/filterFieldModal";
|
|
30
|
+
export * from "./controls/picker/gridPicker";
|
|
31
|
+
export * from "./controls/picker/multiPickerField";
|
|
32
|
+
export * from "./controls/picker/picker";
|
|
33
|
+
export * from "./controls/query/QueryBuilderControl";
|
|
34
|
+
export * from "./controls/query/SelectBuilderControl";
|
|
35
|
+
export * from "./controls/query/UpdateBuilderControl";
|
|
36
|
+
export * from "./controls/fileupload/thumblist";
|
|
37
|
+
export * from "../controls/panels/Panel";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { FormCtrl } from "../../form";
|
|
3
|
+
import "./progressBarFormAdapter.less";
|
|
4
|
+
export declare class ProgressBarFormAdapter {
|
|
5
|
+
private progressBar;
|
|
6
|
+
constructor(form: FormCtrl);
|
|
7
|
+
getView(): _mithril.MithrilVirtualElement;
|
|
8
|
+
}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { FormCtrl, LabelMode } from "./form";
|
|
3
|
+
import { Field } from "../../common/Field";
|
|
4
|
+
import { RecordManager } from "../../services/RecordManager";
|
|
5
|
+
import { SchemaManager } from "../../services/SchemaManager";
|
|
6
|
+
import { SecurityManager } from "../../services/SecurityManager";
|
|
7
|
+
import { FocusableControl } from "./control";
|
|
8
|
+
import { FieldControlManager } from "./ControlManager";
|
|
9
|
+
import { FormState } from "./FormState";
|
|
10
|
+
import { FormLayoutColOptions } from "./Layout";
|
|
11
|
+
import { MonacoFieldControlOptions } from "./controls/monacoEditor/MonacoFieldControlOptions.schema";
|
|
12
|
+
import { FieldLabelViewOptions, FieldViewLabelMode } from "mdtScripts/components/form/fieldView/fieldView";
|
|
13
|
+
import { LabelIconButton } from "mdtScripts/components/form/label/label";
|
|
14
|
+
import { Valued } from "mdtScripts/helpers/types";
|
|
15
|
+
import { OrderedItem } from "mdtScripts/helpers/utils/arraySortByOrder";
|
|
16
|
+
interface DestoyableFieldControl {
|
|
17
|
+
onDestroy?(): void;
|
|
18
|
+
}
|
|
19
|
+
interface FieldCtrlHasReadonly {
|
|
20
|
+
hasReadonly?: boolean;
|
|
21
|
+
}
|
|
22
|
+
export interface FieldFormControl extends FocusableControl, DestoyableFieldControl, FieldCtrlHasReadonly {
|
|
23
|
+
}
|
|
24
|
+
export declare class FieldCtrl implements FocusableControl {
|
|
25
|
+
form: FormCtrl;
|
|
26
|
+
options: FormLayoutColOptions;
|
|
27
|
+
schema: SchemaManager;
|
|
28
|
+
recordManager: RecordManager;
|
|
29
|
+
fieldControlManager: FieldControlManager;
|
|
30
|
+
field: Field;
|
|
31
|
+
hasSlash: boolean;
|
|
32
|
+
id: string;
|
|
33
|
+
record: any;
|
|
34
|
+
control: FieldFormControl;
|
|
35
|
+
iconButtons?: {
|
|
36
|
+
[key: string]: () => OrderedItem<LabelIconButton>;
|
|
37
|
+
};
|
|
38
|
+
focus: any;
|
|
39
|
+
focused: any;
|
|
40
|
+
ignoreInvalidWrap: boolean;
|
|
41
|
+
cssClasses: {};
|
|
42
|
+
constructor(form: FormCtrl, options: FormLayoutColOptions);
|
|
43
|
+
valid(): boolean;
|
|
44
|
+
validate(value?: any): boolean;
|
|
45
|
+
addError(msg: any, key?: any): void;
|
|
46
|
+
clearErrors(key?: any): void;
|
|
47
|
+
value(val?: any, val$?: any, fireEvent?: any, setDirty?: any, skipRequiredValidation?: any, updateData?: any): any;
|
|
48
|
+
value$(): any;
|
|
49
|
+
text(): any;
|
|
50
|
+
getSlashPath(): string;
|
|
51
|
+
canWrite(): boolean;
|
|
52
|
+
canEdit(): boolean;
|
|
53
|
+
visible(): boolean;
|
|
54
|
+
title(): any;
|
|
55
|
+
errors(): import("./FormState").FormStateError[];
|
|
56
|
+
getDescriptionElement(): _mithril.MithrilVirtualElement;
|
|
57
|
+
getCssClasses(): string;
|
|
58
|
+
setCssClass(name: string, callback: () => boolean): void;
|
|
59
|
+
labelModeEnumToString: (lm: LabelMode) => FieldViewLabelMode;
|
|
60
|
+
getSortedLabelIconButtons: () => LabelIconButton[];
|
|
61
|
+
getFieldLabelViewOptions: () => FieldLabelViewOptions;
|
|
62
|
+
markFieldErrorVisible(): void;
|
|
63
|
+
}
|
|
64
|
+
export interface FormlessFieldCtrlOptions extends MonacoFieldControlOptions {
|
|
65
|
+
control?: any;
|
|
66
|
+
readonly?: boolean;
|
|
67
|
+
labeled?: boolean;
|
|
68
|
+
enabled?: boolean;
|
|
69
|
+
visible?: Valued<boolean>;
|
|
70
|
+
wordWrap?: boolean;
|
|
71
|
+
record?: any;
|
|
72
|
+
title?: string;
|
|
73
|
+
labelMode?: LabelMode;
|
|
74
|
+
pickerCtrl?: any;
|
|
75
|
+
selected?: Function;
|
|
76
|
+
css?: string;
|
|
77
|
+
events?: {
|
|
78
|
+
change?: any[];
|
|
79
|
+
updated?: any[];
|
|
80
|
+
controlCreated?: any[];
|
|
81
|
+
};
|
|
82
|
+
placeholder?: any;
|
|
83
|
+
nullable?: Valued<boolean>;
|
|
84
|
+
customText?: (ctrl: FormlessFieldCtrl) => any;
|
|
85
|
+
}
|
|
86
|
+
/** @deprecated */
|
|
87
|
+
export declare class FormlessFieldCtrl<T extends FieldFormControl = FieldFormControl> {
|
|
88
|
+
field: Field;
|
|
89
|
+
options: FormlessFieldCtrlOptions;
|
|
90
|
+
recordManager: RecordManager;
|
|
91
|
+
schema: SchemaManager;
|
|
92
|
+
security: SecurityManager;
|
|
93
|
+
fieldControlManager: FieldControlManager;
|
|
94
|
+
record: any;
|
|
95
|
+
control: T;
|
|
96
|
+
content: any;
|
|
97
|
+
events: {
|
|
98
|
+
change: any[];
|
|
99
|
+
updated: any[];
|
|
100
|
+
controlCreated: any[];
|
|
101
|
+
};
|
|
102
|
+
state: FormState;
|
|
103
|
+
_value: any;
|
|
104
|
+
id: string;
|
|
105
|
+
hasSlash: boolean;
|
|
106
|
+
focus: any;
|
|
107
|
+
focused: any;
|
|
108
|
+
form: any;
|
|
109
|
+
cssClasses: {};
|
|
110
|
+
ignoreInvalidWrap: boolean;
|
|
111
|
+
iconButtons?: {
|
|
112
|
+
[key: string]: () => OrderedItem<LabelIconButton>;
|
|
113
|
+
};
|
|
114
|
+
constructor(value: any, field: Field, options?: FormlessFieldCtrlOptions);
|
|
115
|
+
private createControl;
|
|
116
|
+
value(val?: any, val$?: any, fireEvent?: any, setDirty?: any, skipRequiredValidation?: any, updateData?: any): any;
|
|
117
|
+
value$(): any;
|
|
118
|
+
valid(): boolean;
|
|
119
|
+
validate(): any;
|
|
120
|
+
addError(msg: any, key?: any): void;
|
|
121
|
+
clearErrors(key?: any): void;
|
|
122
|
+
canWrite(): boolean;
|
|
123
|
+
canEdit(): boolean;
|
|
124
|
+
text(): any;
|
|
125
|
+
visible(): boolean;
|
|
126
|
+
title(): string;
|
|
127
|
+
errors(): import("./FormState").FormStateError[];
|
|
128
|
+
getDescriptionElement(): _mithril.MithrilVirtualElement;
|
|
129
|
+
getSlashPath(): any;
|
|
130
|
+
getCssClasses(): string;
|
|
131
|
+
setCssClass(name: string, callback: () => boolean): void;
|
|
132
|
+
labelModeEnumToString: (lm: LabelMode) => "normal" | "heading" | "hidden" | "inline";
|
|
133
|
+
getSortedLabelIconButtons: () => LabelIconButton[];
|
|
134
|
+
getFieldLabelViewOptions: () => FieldLabelViewOptions;
|
|
135
|
+
markFieldErrorVisible(): void;
|
|
136
|
+
}
|
|
137
|
+
export interface TitleElementsViewOptions {
|
|
138
|
+
title?: string;
|
|
139
|
+
description?: string;
|
|
140
|
+
isRequired?: boolean;
|
|
141
|
+
error?: string;
|
|
142
|
+
}
|
|
143
|
+
export declare function titleElements(options: TitleElementsViewOptions): any[];
|
|
144
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare type FormContextParamObject = {
|
|
2
|
+
/**
|
|
3
|
+
* @title Название параметра
|
|
4
|
+
* @description Название параметра в контексте формы
|
|
5
|
+
*/
|
|
6
|
+
name: FormContextparamName;
|
|
7
|
+
/**
|
|
8
|
+
* @title Поле записи
|
|
9
|
+
* @description Поле записи, значения которого будут храниться в контексте
|
|
10
|
+
* */
|
|
11
|
+
fieldName?: string;
|
|
12
|
+
};
|
|
13
|
+
export declare type FormContextparamName = string;
|
|
14
|
+
export declare type FormContextParam = string | FormContextParamObject;
|
|
15
|
+
declare class FormContextParamServiceClass {
|
|
16
|
+
getName(param: FormContextParam): string;
|
|
17
|
+
getFieldName(param: FormContextParam): string;
|
|
18
|
+
}
|
|
19
|
+
export declare const FormContextParamService: FormContextParamServiceClass;
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FormCtrl } from "./form";
|
|
2
|
+
import { FormState } from "./FormState";
|
|
3
|
+
import { ContainerMixin } from "../containers/containerMixin";
|
|
4
|
+
export interface FormDebugInfo {
|
|
5
|
+
form: FormCtrl;
|
|
6
|
+
state: FormState;
|
|
7
|
+
container: ContainerMixin;
|
|
8
|
+
record: any;
|
|
9
|
+
}
|
|
10
|
+
export declare class FormDebug {
|
|
11
|
+
private form;
|
|
12
|
+
constructor(form: FormCtrl);
|
|
13
|
+
getDebugInfo(): {
|
|
14
|
+
form: FormCtrl<import("../../common/Record").Record>;
|
|
15
|
+
state: FormState;
|
|
16
|
+
container: ContainerMixin;
|
|
17
|
+
record: any;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Table } from "_core/scripts/common/Table";
|
|
2
|
+
import { ListCtrl } from "../list/ListCtrl";
|
|
3
|
+
import { FormCtrl } from "./form";
|
|
4
|
+
import { ListPageOptions } from "../list/schema/ListPageOptions.schema";
|
|
5
|
+
import "./formListCtrl.less";
|
|
6
|
+
import { ListExtConfig } from "mdtScripts/common/list/ListExt";
|
|
7
|
+
import { IFilter } from "mdtServices/IFilter";
|
|
8
|
+
/** Список */
|
|
9
|
+
export interface FormListCol {
|
|
10
|
+
type: "list";
|
|
11
|
+
options: FormListCtrlOptions;
|
|
12
|
+
}
|
|
13
|
+
interface FormListCtrlOptions {
|
|
14
|
+
tableCode: string | number;
|
|
15
|
+
options: ListPageOptions;
|
|
16
|
+
/**
|
|
17
|
+
* @$ref #/definitions/ListPageExtOptions
|
|
18
|
+
*/
|
|
19
|
+
extConfig: ListExtConfig;
|
|
20
|
+
/**
|
|
21
|
+
* @title Скрыть заголовок
|
|
22
|
+
*/
|
|
23
|
+
hideTitle?: true;
|
|
24
|
+
filter?: IFilter;
|
|
25
|
+
}
|
|
26
|
+
export declare class FormListCtrl {
|
|
27
|
+
options: FormListCtrlOptions;
|
|
28
|
+
table: Table;
|
|
29
|
+
list: ListCtrl;
|
|
30
|
+
static defaultFilterCode: string;
|
|
31
|
+
constructor(form: FormCtrl, options: FormListCtrlOptions);
|
|
32
|
+
setEvaluatedFilter(): void;
|
|
33
|
+
destroy(): void;
|
|
34
|
+
private unsubscribe;
|
|
35
|
+
}
|
|
36
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IExp } from "mdtServices/schema/IExp.schema";
|
|
2
|
+
export interface FormFrameCol {
|
|
3
|
+
type: "frame";
|
|
4
|
+
options: FrameCtrlOptions;
|
|
5
|
+
}
|
|
6
|
+
export interface FrameCtrlOptions {
|
|
7
|
+
url: string;
|
|
8
|
+
url$: IExp;
|
|
9
|
+
/** Высота (в css unit: px, em, pt и т.п.) */
|
|
10
|
+
height: string;
|
|
11
|
+
}
|
|
12
|
+
export declare class FrameCtrl {
|
|
13
|
+
options: FrameCtrlOptions;
|
|
14
|
+
constructor(form: any, options: FrameCtrlOptions);
|
|
15
|
+
getUrl(): string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { HeaderViewOptions } from "mdtScripts/components/form/header/headerView";
|
|
2
|
+
export declare type HeaderCtrlOptions = HeaderViewOptions;
|
|
3
|
+
export interface FormHeaderCol {
|
|
4
|
+
type: "header";
|
|
5
|
+
options: HeaderCtrlOptions;
|
|
6
|
+
}
|
|
7
|
+
export declare class HeaderCtrl {
|
|
8
|
+
options: HeaderCtrlOptions;
|
|
9
|
+
constructor(form: any, options: HeaderCtrlOptions);
|
|
10
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface FormMarkdownCol {
|
|
2
|
+
type: "markdown";
|
|
3
|
+
options: MarkdownCtrlOptions;
|
|
4
|
+
}
|
|
5
|
+
interface MarkdownCtrlOptions {
|
|
6
|
+
content: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class MarkdownCtrl {
|
|
9
|
+
options: MarkdownCtrlOptions;
|
|
10
|
+
constructor(form: any, options: MarkdownCtrlOptions);
|
|
11
|
+
}
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { Field } from "../../common/Field";
|
|
3
|
+
import { Record } from "../../common/Record";
|
|
4
|
+
import { ListExtConfig } from "../../common/list/ListExt";
|
|
5
|
+
import { IFilter } from "../../services/Filter";
|
|
6
|
+
import { SchemaManager } from "../../services/SchemaManager";
|
|
7
|
+
import { SecurityManager } from "../../services/SecurityManager";
|
|
8
|
+
import { PickRecordOptions } from "../pickRecordModal";
|
|
9
|
+
import { FieldCtrl, FieldFormControl } from "./field";
|
|
10
|
+
import { FormCtrl, FormOptions } from "./form";
|
|
11
|
+
import { ListCtrl } from "../list/ListCtrl";
|
|
12
|
+
import { ListOptions } from "../list/ListOptions";
|
|
13
|
+
import { Button } from "mdtHelpers/ui/el";
|
|
14
|
+
import { ModalOptions } from "../containers/modal";
|
|
15
|
+
import { FormContextparamName } from "./formContextParam";
|
|
16
|
+
export interface OneToManyGridOptions {
|
|
17
|
+
field?: string;
|
|
18
|
+
filter?: IFilter;
|
|
19
|
+
readonly?: boolean;
|
|
20
|
+
/** Опции основного списка */
|
|
21
|
+
listOptions?: ListOptions;
|
|
22
|
+
/** Опции формы редактирования записи */
|
|
23
|
+
formOptions?: FormOptions;
|
|
24
|
+
listExts?: ListExtConfig;
|
|
25
|
+
/** Включить возможность добавить запись */
|
|
26
|
+
add?: boolean;
|
|
27
|
+
delete?: boolean;
|
|
28
|
+
deleteButton?: Partial<Button>;
|
|
29
|
+
/** Опции для списка выбора записи */
|
|
30
|
+
pickOptions?: PickRecordOptions;
|
|
31
|
+
pickField?: string;
|
|
32
|
+
changesOnTop?: boolean;
|
|
33
|
+
autoSortOrder?: boolean;
|
|
34
|
+
/** Максимальная высота компонента, в px */
|
|
35
|
+
maxHeight?: number;
|
|
36
|
+
modalOptions?: ModalOptions;
|
|
37
|
+
/**
|
|
38
|
+
* Настройка контекста формы
|
|
39
|
+
* @title Настройка контекста
|
|
40
|
+
* */
|
|
41
|
+
contextParam?: FormContextparamName;
|
|
42
|
+
}
|
|
43
|
+
export declare class OneToManyGridCtrl implements FieldFormControl {
|
|
44
|
+
options: OneToManyGridOptions;
|
|
45
|
+
fieldCtrl: FieldCtrl;
|
|
46
|
+
schema: SchemaManager;
|
|
47
|
+
security: SecurityManager;
|
|
48
|
+
table: import("../../common/Table").Table;
|
|
49
|
+
record: any;
|
|
50
|
+
field: Field;
|
|
51
|
+
pickField: Field;
|
|
52
|
+
list: ListCtrl;
|
|
53
|
+
/** @deprecated */
|
|
54
|
+
content: any;
|
|
55
|
+
private disposeFormBoundHandler;
|
|
56
|
+
$view: () => _mithril.MithrilVirtualElement;
|
|
57
|
+
constructor(options: OneToManyGridOptions, fieldCtrl: FieldCtrl);
|
|
58
|
+
checkPickField(): void;
|
|
59
|
+
value(rows?: Record[], fireEvents?: any): any;
|
|
60
|
+
setMaxSortOrder(record: any): void;
|
|
61
|
+
pick(): void;
|
|
62
|
+
removeAll(): void;
|
|
63
|
+
remove(): void;
|
|
64
|
+
addChange(record: Record): void;
|
|
65
|
+
fkReferenceCheck(record: any): void;
|
|
66
|
+
updateRowValue(record: any, field: any, value: any): void;
|
|
67
|
+
addModified(row: Record): void;
|
|
68
|
+
addDestroyed(row: Record): void;
|
|
69
|
+
fillRefs(list: ListCtrl): void;
|
|
70
|
+
private isNew;
|
|
71
|
+
readonly(): boolean;
|
|
72
|
+
onbound(form: FormCtrl, r: Record): void;
|
|
73
|
+
onDestroy(): void;
|
|
74
|
+
private registerListCreatingOnFormBound;
|
|
75
|
+
private getExtConfig;
|
|
76
|
+
private prepareListExts;
|
|
77
|
+
private destroyOldListCtrl;
|
|
78
|
+
private registerFormContextUpdater;
|
|
79
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Field } from "mdtScripts/common/Field";
|
|
2
|
+
import { ListExtConfig } from "mdtScripts/common/list/ListExt";
|
|
3
|
+
import { ListOptions } from "../list/ListOptions";
|
|
4
|
+
import { FormCtrl } from "./form";
|
|
5
|
+
import { Record } from "mdtScripts/common/Record";
|
|
6
|
+
export interface PrepareListOptionsData {
|
|
7
|
+
listOptions: ListOptions;
|
|
8
|
+
listExtConfig: ListExtConfig;
|
|
9
|
+
form: FormCtrl;
|
|
10
|
+
field: Field;
|
|
11
|
+
record: Record;
|
|
12
|
+
}
|
|
13
|
+
declare type PrepareListOptionsHandler = (data: PrepareListOptionsData) => {
|
|
14
|
+
listOptions: ListOptions;
|
|
15
|
+
listExtConfig: ListExtConfig;
|
|
16
|
+
};
|
|
17
|
+
export declare class OneToManyControlServiceClass {
|
|
18
|
+
private handlers;
|
|
19
|
+
prepareListOptions(data: PrepareListOptionsData): {
|
|
20
|
+
listOptions: ListOptions;
|
|
21
|
+
listExtConfig: ListExtConfig;
|
|
22
|
+
};
|
|
23
|
+
onPrepareListOptions(handler: PrepareListOptionsHandler): () => void;
|
|
24
|
+
}
|
|
25
|
+
export declare const OneToManyControlService: OneToManyControlServiceClass;
|
|
26
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { LayoutCtrl, FormLayout } from "./Layout";
|
|
2
|
+
import { FormCtrl } from "./form";
|
|
3
|
+
import { HeaderCtrlOptions } from "./header";
|
|
4
|
+
import "./panelCol.less";
|
|
5
|
+
export interface FormPanelCol {
|
|
6
|
+
type: "panel";
|
|
7
|
+
options: PanelFormLayoutCol;
|
|
8
|
+
}
|
|
9
|
+
export interface PanelFormLayoutCol {
|
|
10
|
+
layout: FormLayout;
|
|
11
|
+
title: string;
|
|
12
|
+
collapsible: boolean;
|
|
13
|
+
}
|
|
14
|
+
export interface HeaderPanelViewOptions extends HeaderCtrlOptions {
|
|
15
|
+
collapsible?: boolean;
|
|
16
|
+
collapsed: any;
|
|
17
|
+
}
|
|
18
|
+
export declare class PanelCtrl {
|
|
19
|
+
form: FormCtrl;
|
|
20
|
+
options: PanelFormLayoutCol;
|
|
21
|
+
layoutCtrl: LayoutCtrl;
|
|
22
|
+
constructor(form: FormCtrl, options: PanelFormLayoutCol);
|
|
23
|
+
rebuild(sys: any): void;
|
|
24
|
+
collapsed: boolean;
|
|
25
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { MonacoCode } from "../controls/monacoEditor/monacoCode";
|
|
3
|
+
import { FormCtrl } from "../form";
|
|
4
|
+
import "./style.less";
|
|
5
|
+
export declare class FormPlaygroundCtrl {
|
|
6
|
+
private form;
|
|
7
|
+
$time: any;
|
|
8
|
+
codeControl: MonacoCode;
|
|
9
|
+
code: string;
|
|
10
|
+
resultControl: MonacoCode;
|
|
11
|
+
result: string;
|
|
12
|
+
model: {
|
|
13
|
+
autorun: boolean;
|
|
14
|
+
};
|
|
15
|
+
title: string;
|
|
16
|
+
constructor(form: FormCtrl);
|
|
17
|
+
initContainer(container: any): void;
|
|
18
|
+
eval(): void;
|
|
19
|
+
setResult(v: any): void;
|
|
20
|
+
$view: () => _mithril.MithrilVirtualElement;
|
|
21
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { TabsFormExtenderPublicOptions } from "mdtScripts/common/form/tabs/TabsFormExtender";
|
|
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
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Button } from "../controls/monacoEditor/jsonSchemas/Button.schema";
|
|
2
|
+
export interface FormPageOptions {
|
|
3
|
+
/** Форма только для чтения */
|
|
4
|
+
readonly?: boolean | (() => boolean);
|
|
5
|
+
/** Создавать автоматически новую запись, если не существует */
|
|
6
|
+
createIfNotExists?: boolean;
|
|
7
|
+
/** Настройки кнопки */
|
|
8
|
+
primaryButton?: Button;
|
|
9
|
+
/** Скрывать заголовок */
|
|
10
|
+
hideTitle?: boolean;
|
|
11
|
+
/** Скрывать подзаголовок */
|
|
12
|
+
hideSubtitle?: boolean;
|
|
13
|
+
/** Дополнительные данные для загрузки */
|
|
14
|
+
hintSelect?: string[];
|
|
15
|
+
/** Код макета формы */
|
|
16
|
+
layoutCode?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { FormTab } from "../../common/form/tabs/TabsFormExtender";
|
|
2
|
+
import { FormCtrl, InstantiatedFormLayoutControl } from "./form";
|
|
3
|
+
export interface FormTabsCol {
|
|
4
|
+
type: "panel";
|
|
5
|
+
options: TabsCtrlOptions;
|
|
6
|
+
}
|
|
7
|
+
interface TabsCtrlOptions {
|
|
8
|
+
tabs: (FormTab & InstantiatedFormLayoutControl)[];
|
|
9
|
+
}
|
|
10
|
+
export declare class TabsCtrl {
|
|
11
|
+
form: FormCtrl;
|
|
12
|
+
options: TabsCtrlOptions;
|
|
13
|
+
tab: FormTab & InstantiatedFormLayoutControl;
|
|
14
|
+
constructor(form: FormCtrl, options: TabsCtrlOptions);
|
|
15
|
+
showFirst(filteredTabs?: (FormTab & InstantiatedFormLayoutControl)[]): void;
|
|
16
|
+
show(tab: FormTab & InstantiatedFormLayoutControl): void;
|
|
17
|
+
rebuild(system: any): void;
|
|
18
|
+
isVisible(tab: FormTab): any;
|
|
19
|
+
}
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ButtonOptions } from "mdtScripts/components/button/baseButton/button";
|
|
2
|
+
import { Button } from "mdtScripts/helpers/ui/el";
|
|
3
|
+
interface TemplaterAutorefresherOptions {
|
|
4
|
+
onTurnOn: () => void;
|
|
5
|
+
onTurnOff: () => void;
|
|
6
|
+
}
|
|
7
|
+
export declare class TemplaterAutorefresher {
|
|
8
|
+
private options;
|
|
9
|
+
private isEnabledFlag;
|
|
10
|
+
private nameInStorage;
|
|
11
|
+
constructor(options: TemplaterAutorefresherOptions);
|
|
12
|
+
getAutoRefreshBtn(): Button & ButtonOptions;
|
|
13
|
+
turnOnAutoRefresh(saveInStorage?: boolean): void;
|
|
14
|
+
turnOffAutoRefresh(saveInStorage?: boolean): void;
|
|
15
|
+
isEnabled(): boolean;
|
|
16
|
+
private toggleFlag;
|
|
17
|
+
private getFromStorageOrDefault;
|
|
18
|
+
private saveInStorage;
|
|
19
|
+
}
|
|
20
|
+
export {};
|