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,18 @@
|
|
|
1
|
+
import * as monaco from "monaco-editor";
|
|
2
|
+
export interface MonacoCodeOptions {
|
|
3
|
+
lang?: string;
|
|
4
|
+
guid?: string;
|
|
5
|
+
value?: () => string;
|
|
6
|
+
onChange?: (value: string) => void;
|
|
7
|
+
onChangeErrorState?: (errMessage?: string) => void;
|
|
8
|
+
jsonSchema?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @TJS-type any
|
|
11
|
+
*/
|
|
12
|
+
editorOptions?: monaco.editor.IStandaloneEditorConstructionOptions;
|
|
13
|
+
showDescription?: boolean;
|
|
14
|
+
enableFullscreen?: boolean;
|
|
15
|
+
enableSuggestionOnEnter?: boolean;
|
|
16
|
+
/** Игнорировать валидационные ошибки формата данных */
|
|
17
|
+
ignoreControlValidation?: boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { FormattedText } from "mdtScripts/helpers/formattedText";
|
|
2
|
+
import { ControlSize } from "mdtScripts/views/controls/Control";
|
|
3
|
+
export declare type ButtonTypes = "default" | "primary" | "success" | "info" | "warning" | "danger" | "link" | "group-title" | "extended" | "fatal";
|
|
4
|
+
export interface IButton {
|
|
5
|
+
/**
|
|
6
|
+
* Тип кнопки
|
|
7
|
+
*/
|
|
8
|
+
type?: ButtonTypes | (() => ButtonTypes);
|
|
9
|
+
/**
|
|
10
|
+
* Размер кнопки
|
|
11
|
+
*/
|
|
12
|
+
size?: ControlSize;
|
|
13
|
+
/**
|
|
14
|
+
* Дочерние элементы
|
|
15
|
+
*/
|
|
16
|
+
items?: Button[];
|
|
17
|
+
/**
|
|
18
|
+
* Поле является группировочным
|
|
19
|
+
*/
|
|
20
|
+
group?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Иконка
|
|
23
|
+
*/
|
|
24
|
+
icon?: string | {
|
|
25
|
+
(): string;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Иконка при наведении
|
|
29
|
+
*/
|
|
30
|
+
hoverIcon?: string | {
|
|
31
|
+
(): string;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Название
|
|
35
|
+
*/
|
|
36
|
+
title?: any;
|
|
37
|
+
supIcon?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Показывать дочерние при наведении
|
|
40
|
+
*/
|
|
41
|
+
itemsShowOnHover?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Показывать дочерние по клику
|
|
44
|
+
*/
|
|
45
|
+
showItemsOnClick?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Скрыть каретку
|
|
48
|
+
*/
|
|
49
|
+
hideCaret?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Порядок отображения
|
|
52
|
+
*/
|
|
53
|
+
order?: number;
|
|
54
|
+
/**
|
|
55
|
+
* Ссылка
|
|
56
|
+
*/
|
|
57
|
+
href?: string | {
|
|
58
|
+
(): string;
|
|
59
|
+
};
|
|
60
|
+
code?: string;
|
|
61
|
+
}
|
|
62
|
+
export interface Button extends IButton {
|
|
63
|
+
/**
|
|
64
|
+
* Всплывающая подсказка
|
|
65
|
+
*/
|
|
66
|
+
tooltip?: FormattedText | {
|
|
67
|
+
(): FormattedText;
|
|
68
|
+
};
|
|
69
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getJSONSchema(): Promise<{}>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { MonacoCodeOptions } from "./MonacoCodeOptions.schema";
|
|
3
|
+
export declare class MonacoCode {
|
|
4
|
+
private options;
|
|
5
|
+
editor: any;
|
|
6
|
+
model: any;
|
|
7
|
+
guid: string;
|
|
8
|
+
$inited: boolean;
|
|
9
|
+
private schema;
|
|
10
|
+
private errorState;
|
|
11
|
+
private lastKey;
|
|
12
|
+
constructor(options: MonacoCodeOptions);
|
|
13
|
+
setSchema(schema: string): void;
|
|
14
|
+
/** Creates or reinit model for monaco editor */
|
|
15
|
+
createModel(): any;
|
|
16
|
+
registerActions(el: any): void;
|
|
17
|
+
updateErrorState(): void;
|
|
18
|
+
private getEditorThemeType;
|
|
19
|
+
$view: () => _mithril.MithrilVirtualElement;
|
|
20
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { FieldCtrl } from "_core/scripts/views/form/field";
|
|
3
|
+
import { MonacoCode } from "./monacoCode";
|
|
4
|
+
import { MonacoFieldControlOptions } from "./MonacoFieldControlOptions.schema";
|
|
5
|
+
export declare class MonacoFieldControl {
|
|
6
|
+
private options;
|
|
7
|
+
private fieldCtrl;
|
|
8
|
+
hasReadonly: boolean;
|
|
9
|
+
editor: MonacoCode;
|
|
10
|
+
private $enabledState;
|
|
11
|
+
constructor(options: MonacoFieldControlOptions, fieldCtrl: FieldCtrl);
|
|
12
|
+
enabled(): boolean;
|
|
13
|
+
private updateEnabledState;
|
|
14
|
+
static registerOptionsPreparation(handler: (options: MonacoFieldControlOptions, fieldCtrl: FieldCtrl) => MonacoFieldControlOptions): void;
|
|
15
|
+
private static prepOptionsHandlers;
|
|
16
|
+
private static prepareOptions;
|
|
17
|
+
$view: () => _mithril.MithrilVirtualElement;
|
|
18
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import "./style.less";
|
|
2
|
+
import "_core/scripts/views/form/controls/monacoEditor/pathResolver.ts";
|
|
3
|
+
declare type MonacoManagerEvents = {
|
|
4
|
+
prepare: (() => Promise<void>)[];
|
|
5
|
+
defaultOptionsPrepare: any;
|
|
6
|
+
editorCreate: any;
|
|
7
|
+
};
|
|
8
|
+
export declare class MonacoManager {
|
|
9
|
+
private static amdLoaderPath;
|
|
10
|
+
private static vsPath;
|
|
11
|
+
static events: MonacoManagerEvents;
|
|
12
|
+
private static preparePromise;
|
|
13
|
+
static prepare(): Promise<void>;
|
|
14
|
+
static isPrepared(): boolean;
|
|
15
|
+
static create(el: HTMLElement, options?: any, lang?: string): Promise<any>;
|
|
16
|
+
static createModel(value: string, schema?: string, lang?: string, uid?: string): import("monaco-editor").editor.ITextModel;
|
|
17
|
+
private static registerJsonSchemas;
|
|
18
|
+
private static registerJsDefinitions;
|
|
19
|
+
static modelUri(code: string, lang?: string, uid?: string): string;
|
|
20
|
+
private static genCharArray;
|
|
21
|
+
private static getStorageService;
|
|
22
|
+
}
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FieldCtrl, FieldFormControl } from "../../field";
|
|
2
|
+
import { Table } from "mdtScripts/common/Table";
|
|
3
|
+
import { IFilter } from "mdtServices/Filter";
|
|
4
|
+
import { ListOptions } from "mdtScripts/views/list/ListOptions";
|
|
5
|
+
import { ListExtConfig } from "mdtScripts/common/list/ListExt";
|
|
6
|
+
export interface GridPickerFieldCtrlOptions {
|
|
7
|
+
table?: Table;
|
|
8
|
+
filter?: IFilter;
|
|
9
|
+
listOptions?: ListOptions;
|
|
10
|
+
listExtenders?: ListExtConfig;
|
|
11
|
+
}
|
|
12
|
+
export declare class GridPickerFieldCtrl implements FieldFormControl {
|
|
13
|
+
hasReadonly: any;
|
|
14
|
+
content: any;
|
|
15
|
+
constructor(options: GridPickerFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
16
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { Field } from "../../../../common/Field";
|
|
3
|
+
import { Record } from "../../../../common/Record";
|
|
4
|
+
export interface MultiPickerCtrlOptions {
|
|
5
|
+
inputControl?: any;
|
|
6
|
+
command?: Function;
|
|
7
|
+
remove?: Function;
|
|
8
|
+
field?: Field;
|
|
9
|
+
splitter?: string;
|
|
10
|
+
getTitle?: (r: Record) => string | _mithril.MithrilVirtualElement | _mithril.MithrilVirtualElement[];
|
|
11
|
+
readonly?: () => boolean;
|
|
12
|
+
onunload?: () => void;
|
|
13
|
+
pick?: () => void;
|
|
14
|
+
enabled?: () => boolean;
|
|
15
|
+
preItem?: {
|
|
16
|
+
element: string | _mithril.MithrilVirtualElement | _mithril.MithrilVirtualElement[];
|
|
17
|
+
hasSplitter: boolean;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export declare class MultiPickerCtrl {
|
|
21
|
+
items: (val?: any, val$?: any, fireEvent?: any) => any[];
|
|
22
|
+
options: MultiPickerCtrlOptions;
|
|
23
|
+
constructor(items: (val?: any, val$?: any, fireEvent?: any) => any[], options?: MultiPickerCtrlOptions);
|
|
24
|
+
append(item: any): void;
|
|
25
|
+
remove(item: any): void;
|
|
26
|
+
removeLast(): void;
|
|
27
|
+
clear(): void;
|
|
28
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { Record } from "../../../../common/Record";
|
|
3
|
+
import { IFilter } from "../../../../services/Filter";
|
|
4
|
+
import { MultiPickerCtrl } from "./multiPicker";
|
|
5
|
+
import { PickerInputShowMoreOptions } from "./pickerInput";
|
|
6
|
+
import { FieldCtrl } from "../../field";
|
|
7
|
+
import { ModalOptions } from "mdtScripts/views/containers/modal";
|
|
8
|
+
export interface MultiPickerFieldCtrlOptions {
|
|
9
|
+
picked?: (r?: any) => void;
|
|
10
|
+
/** Загрузить дополнительные поля при выборе значения */
|
|
11
|
+
hintSelect?: string[];
|
|
12
|
+
select?: string[];
|
|
13
|
+
/** Фильтр для выбора значений */
|
|
14
|
+
filter?: IFilter | (() => IFilter);
|
|
15
|
+
modalOptions?: ModalOptions;
|
|
16
|
+
}
|
|
17
|
+
export declare class MultiPickerFieldCtrl {
|
|
18
|
+
options: MultiPickerFieldCtrlOptions;
|
|
19
|
+
fieldCtrl: FieldCtrl;
|
|
20
|
+
private refTable;
|
|
21
|
+
private m2mField;
|
|
22
|
+
private o2mField;
|
|
23
|
+
multiPicker: MultiPickerCtrl;
|
|
24
|
+
focus: _mithril.MithrilPromiseProperty<boolean> & {
|
|
25
|
+
onchange: (v?: boolean) => any;
|
|
26
|
+
};
|
|
27
|
+
hasReadonly: boolean;
|
|
28
|
+
private req;
|
|
29
|
+
constructor(options: MultiPickerFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
30
|
+
clear(): void;
|
|
31
|
+
refreshValue(): any;
|
|
32
|
+
private simpleValueUpdate;
|
|
33
|
+
private record;
|
|
34
|
+
value(record?: any, fireEvent?: any): any[];
|
|
35
|
+
added(item: Record): any;
|
|
36
|
+
pick(options?: PickerInputShowMoreOptions): void;
|
|
37
|
+
details(record: any): void;
|
|
38
|
+
private abortRequest;
|
|
39
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { Table } from "../../../../common/Table";
|
|
3
|
+
import { IFilter } from "../../../../services/Filter";
|
|
4
|
+
import { SearchOperation } from "../../../../services/RecordManager";
|
|
5
|
+
import { PickRecordOptions } from "../../../pickRecordModal";
|
|
6
|
+
import { FieldCtrl, FieldFormControl } from "../../field";
|
|
7
|
+
import { PickerInputShowMoreOptions } from "./pickerInput";
|
|
8
|
+
import { ListEvents } from "../../../list/ListCtrl";
|
|
9
|
+
import { Query } from "_core/scripts/services/api/Query";
|
|
10
|
+
import { ModalOptions } from "mdtScripts/views/containers/modal";
|
|
11
|
+
import { BaseFieldOptions } from "../../LayoutTypes";
|
|
12
|
+
import "./picker.less";
|
|
13
|
+
import { Valued } from "mdtScripts/helpers/types";
|
|
14
|
+
export interface PickerFieldCtrlOptions extends BaseFieldOptions {
|
|
15
|
+
refTable?: Valued<Table>;
|
|
16
|
+
pickOptions?: PickRecordOptions;
|
|
17
|
+
picked?: (r?: any) => void;
|
|
18
|
+
filter?: IFilter | (() => IFilter);
|
|
19
|
+
hintSelect?: string[];
|
|
20
|
+
hintSorting?: any[];
|
|
21
|
+
icon?: string;
|
|
22
|
+
events?: ListEvents;
|
|
23
|
+
itemClass?: (item: any) => any;
|
|
24
|
+
itemTooltip?: (item: any) => any;
|
|
25
|
+
linkClass?: (r: any) => any;
|
|
26
|
+
linkTitle?: (r: any) => any;
|
|
27
|
+
text?: (r: any) => string;
|
|
28
|
+
formatRecord?: string;
|
|
29
|
+
autopick?: {
|
|
30
|
+
query?: Query;
|
|
31
|
+
};
|
|
32
|
+
detailsEditable?: boolean;
|
|
33
|
+
searchOperation?: SearchOperation;
|
|
34
|
+
modalOptions?: ModalOptions;
|
|
35
|
+
}
|
|
36
|
+
export declare class PickerFieldCtrl implements FieldFormControl {
|
|
37
|
+
options: PickerFieldCtrlOptions;
|
|
38
|
+
fieldCtrl: FieldCtrl;
|
|
39
|
+
focus: _mithril.MithrilPromiseProperty<boolean> & {
|
|
40
|
+
onchange: (v?: boolean) => any;
|
|
41
|
+
};
|
|
42
|
+
inputControl: any;
|
|
43
|
+
pickOptions: PickRecordOptions;
|
|
44
|
+
private schema;
|
|
45
|
+
hasReadonly: boolean;
|
|
46
|
+
defaultQuery: {
|
|
47
|
+
select: any[];
|
|
48
|
+
};
|
|
49
|
+
private pathData;
|
|
50
|
+
private displayValueReq;
|
|
51
|
+
constructor(options: PickerFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
52
|
+
value(r: any, fireEvent?: any, setDirty?: any, skipRequiredValidation?: any, updateData?: any): void;
|
|
53
|
+
text(): any;
|
|
54
|
+
pick(options?: PickerInputShowMoreOptions): void;
|
|
55
|
+
autoPickFirst(query?: any): any;
|
|
56
|
+
detailsEnabled(): any;
|
|
57
|
+
details(): import("mdtScripts/views/containers/modal").ModalCtrl;
|
|
58
|
+
clear(): void;
|
|
59
|
+
filter(): any;
|
|
60
|
+
private appendStyleToQuery;
|
|
61
|
+
private queryOptions;
|
|
62
|
+
private searchOptions;
|
|
63
|
+
private title;
|
|
64
|
+
private getTitleText;
|
|
65
|
+
private refTable;
|
|
66
|
+
private getLabelStyleView;
|
|
67
|
+
protected bound(): void;
|
|
68
|
+
private fetchDisplayValueFailed;
|
|
69
|
+
private fetchingDisplayValue;
|
|
70
|
+
protected fetchDisplayValue(): any;
|
|
71
|
+
abortRequest(): void;
|
|
72
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { Field } from "../../../../common/Field";
|
|
3
|
+
import { Record } from "../../../../common/Record";
|
|
4
|
+
import { RecordManagerSearchByDefaultFieldOptions } from "../../../../services/RecordManager";
|
|
5
|
+
import { ApiRequest } from "../../../../services/api/ApiRequestOptions";
|
|
6
|
+
import { DropdownMenuCtrlOptions } from "../../../controls/DropdownMenu";
|
|
7
|
+
import { FocusableControl } from "../../control";
|
|
8
|
+
import { ActionItem } from "mdtScripts/helpers/ui/el";
|
|
9
|
+
import { Table } from "mdtScripts/common/Table";
|
|
10
|
+
import { IFilter } from "mdtServices/IFilter";
|
|
11
|
+
export interface PickerInputShowMoreOptions {
|
|
12
|
+
filter?: IFilter;
|
|
13
|
+
}
|
|
14
|
+
export interface PickerInputCtrlOptions {
|
|
15
|
+
showMore: (options?: PickerInputShowMoreOptions) => void;
|
|
16
|
+
value?: () => Record[];
|
|
17
|
+
field?: Field;
|
|
18
|
+
enabled?: () => boolean;
|
|
19
|
+
searchable?: () => boolean;
|
|
20
|
+
selected?: (r: Record) => any;
|
|
21
|
+
remove?: () => any;
|
|
22
|
+
icon?: string;
|
|
23
|
+
placeholder?: string;
|
|
24
|
+
searchOptions?: RecordManagerSearchByDefaultFieldOptions;
|
|
25
|
+
focusTarget: FocusableControl;
|
|
26
|
+
refTable?: () => any;
|
|
27
|
+
dropdown?: DropdownMenuCtrlOptions;
|
|
28
|
+
}
|
|
29
|
+
export declare class PickerInputCtrl {
|
|
30
|
+
options: PickerInputCtrlOptions;
|
|
31
|
+
focus: _mithril.MithrilPromiseProperty<boolean> & {
|
|
32
|
+
onchange: (v?: boolean) => any;
|
|
33
|
+
};
|
|
34
|
+
req: _mithril.MithrilPromiseProperty<ApiRequest> & {
|
|
35
|
+
onchange: (v?: ApiRequest) => any;
|
|
36
|
+
};
|
|
37
|
+
private readonly defaultSearchTop;
|
|
38
|
+
constructor(options: PickerInputCtrlOptions);
|
|
39
|
+
enabled(): boolean;
|
|
40
|
+
hints(table: Table, text: string, filter: any): Promise<ActionItem[]>;
|
|
41
|
+
private isFoundLessThenTop;
|
|
42
|
+
private getShowMoreItem;
|
|
43
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { FieldCtrl } from "../../field";
|
|
2
|
+
import { FormCtrl } from "../../form";
|
|
3
|
+
import { LayoutBuilder } from "../../Layout";
|
|
4
|
+
export interface BuilderFieldControlOptions {
|
|
5
|
+
objectId?: any;
|
|
6
|
+
icon?: string;
|
|
7
|
+
title?: string;
|
|
8
|
+
showTitle?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare abstract class BuilderFieldControlBase {
|
|
11
|
+
private fieldCtrl;
|
|
12
|
+
record: any;
|
|
13
|
+
content: FormCtrl;
|
|
14
|
+
options: BuilderFieldControlOptions;
|
|
15
|
+
protected value: (v?: any) => any;
|
|
16
|
+
constructor(options: BuilderFieldControlOptions, fieldCtrl: FieldCtrl);
|
|
17
|
+
protected defaultOptions(): BuilderFieldControlOptions;
|
|
18
|
+
init(): FormCtrl<import("../../../../common/Record").Record>;
|
|
19
|
+
protected table(): import("../../../../common/Table").Table;
|
|
20
|
+
protected layoutBuilder(): LayoutBuilder;
|
|
21
|
+
protected getObjectId(): any;
|
|
22
|
+
private initValueMediator;
|
|
23
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface ControlsListOptions {
|
|
2
|
+
createCtrl: () => any;
|
|
3
|
+
sortable?: any;
|
|
4
|
+
}
|
|
5
|
+
export interface ControlsListCallbacks {
|
|
6
|
+
add?: (ctrls: any, ctrl: any) => void;
|
|
7
|
+
remove?: (ctrls: any) => void;
|
|
8
|
+
change?: (ctrls: any) => void;
|
|
9
|
+
}
|
|
10
|
+
export declare class ControlsList {
|
|
11
|
+
controls: any[];
|
|
12
|
+
options: ControlsListOptions;
|
|
13
|
+
callbacks: ControlsListCallbacks;
|
|
14
|
+
constructor(controls?: any, options?: ControlsListOptions, callbacks?: ControlsListCallbacks);
|
|
15
|
+
init(controls: any): void;
|
|
16
|
+
add(): void;
|
|
17
|
+
remove(item: any): void;
|
|
18
|
+
reordered(ctrls: any): void;
|
|
19
|
+
setKey(ctrl: any): void;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Table } from "../../../../common/Table";
|
|
2
|
+
import { FieldCtrl } from "../../field";
|
|
3
|
+
import { BuilderFieldControlOptions, BuilderFieldControlBase } from "./BuilderFieldControlBase";
|
|
4
|
+
export interface QueryBuilderOptions extends BuilderFieldControlOptions {
|
|
5
|
+
selectEnabled?: boolean;
|
|
6
|
+
filterEnabled?: boolean;
|
|
7
|
+
selectOptions?: any;
|
|
8
|
+
filterOptions?: any;
|
|
9
|
+
}
|
|
10
|
+
export declare class QueryControl extends BuilderFieldControlBase {
|
|
11
|
+
options: QueryBuilderOptions;
|
|
12
|
+
constructor(options: QueryBuilderOptions, fieldCtrl: FieldCtrl);
|
|
13
|
+
table(): Table;
|
|
14
|
+
layoutBuilder(): import("../../Layout").LayoutBuilder;
|
|
15
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { RecordId } from "./../../../../common/Record";
|
|
2
|
+
import { Table } from "../../../../common/Table";
|
|
3
|
+
import { FieldPathCtrl } from "../../../../common/controls/FieldPath";
|
|
4
|
+
import { FieldCtrl } from "../../field";
|
|
5
|
+
export interface SelectBuilderFieldCtrlOptions extends SelectBuilderControlOptions {
|
|
6
|
+
objectId?: RecordId | (() => RecordId);
|
|
7
|
+
}
|
|
8
|
+
export declare class SelectBuilderFieldCtrl {
|
|
9
|
+
options: SelectBuilderFieldCtrlOptions;
|
|
10
|
+
private fieldCtrl;
|
|
11
|
+
content: SelectBuilderControl;
|
|
12
|
+
objectId: number;
|
|
13
|
+
constructor(options: SelectBuilderFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
14
|
+
init(): void;
|
|
15
|
+
checkObjectId(): void;
|
|
16
|
+
getObjectId(): any;
|
|
17
|
+
}
|
|
18
|
+
interface SelectBuilderControlOptions {
|
|
19
|
+
single?: boolean;
|
|
20
|
+
fieldPathOptions?: any;
|
|
21
|
+
}
|
|
22
|
+
export declare class SelectBuilderControl {
|
|
23
|
+
options: SelectBuilderControlOptions;
|
|
24
|
+
controlsList: any;
|
|
25
|
+
pathControl: FieldPathCtrl;
|
|
26
|
+
value: (value?: any[]) => any[];
|
|
27
|
+
table: Table;
|
|
28
|
+
constructor(objectId: any, value?: (value?: any[]) => any[], options?: SelectBuilderControlOptions);
|
|
29
|
+
private createFieldPath;
|
|
30
|
+
private updateValue;
|
|
31
|
+
}
|
|
32
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Table } from "../../../../common/Table";
|
|
2
|
+
import { FieldCtrl } from "../../field";
|
|
3
|
+
import { LayoutBuilder } from "../../Layout";
|
|
4
|
+
import { BuilderFieldControlOptions, BuilderFieldControlBase } from "./BuilderFieldControlBase";
|
|
5
|
+
export declare type UpdateControlOptions = BuilderFieldControlOptions;
|
|
6
|
+
export declare class UpdateControl extends BuilderFieldControlBase {
|
|
7
|
+
objectId: any;
|
|
8
|
+
constructor(options: UpdateControlOptions, fieldCtrl: FieldCtrl);
|
|
9
|
+
table(): Table;
|
|
10
|
+
layoutBuilder(): LayoutBuilder;
|
|
11
|
+
checkObjectId(): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { FieldCtrl } from "../field";
|
|
2
|
+
import { BaseFieldOptions } from "../LayoutTypes";
|
|
3
|
+
export interface RadioFieldCtrlOptions extends BaseFieldOptions {
|
|
4
|
+
items?: any;
|
|
5
|
+
disabled?: (value: any, item: any) => boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare class RadioFieldCtrl {
|
|
8
|
+
options: RadioFieldCtrlOptions;
|
|
9
|
+
fieldCtrl: FieldCtrl;
|
|
10
|
+
content: RadioCtrl;
|
|
11
|
+
constructor(options: RadioFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
12
|
+
}
|
|
13
|
+
export interface RadioCtrlOptions {
|
|
14
|
+
items?: any;
|
|
15
|
+
disabled?: (value: any, item: any) => boolean;
|
|
16
|
+
}
|
|
17
|
+
export declare class RadioCtrl {
|
|
18
|
+
name: any;
|
|
19
|
+
value: (v?: any) => any;
|
|
20
|
+
options: RadioCtrlOptions;
|
|
21
|
+
constructor(name: any, value: (v?: any) => any, options?: RadioCtrlOptions);
|
|
22
|
+
items(): any;
|
|
23
|
+
disabled(value: any, item: any): boolean;
|
|
24
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { RadioCtrl } from "./radio";
|
|
2
|
+
import { FieldCtrl } from "../field";
|
|
3
|
+
import { SelectMixin, SelectFieldCtrlOptions } from "../controls";
|
|
4
|
+
export declare type RadioFieldFkCtrlOptions = SelectFieldCtrlOptions;
|
|
5
|
+
export declare class RadioPickerFieldCtrl extends SelectMixin {
|
|
6
|
+
options: RadioFieldFkCtrlOptions;
|
|
7
|
+
fieldCtrl: FieldCtrl;
|
|
8
|
+
content: RadioCtrl;
|
|
9
|
+
constructor(options: RadioFieldFkCtrlOptions, fieldCtrl: FieldCtrl);
|
|
10
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FieldCtrl, FieldFormControl } from "../field";
|
|
2
|
+
import { TextFieldCtrlOptions } from "./text";
|
|
3
|
+
declare type SecretFieldCtrlOptions = TextFieldCtrlOptions;
|
|
4
|
+
export declare class SecretFieldCtrl implements FieldFormControl {
|
|
5
|
+
fieldCtrl: FieldCtrl;
|
|
6
|
+
hasReadonly: boolean;
|
|
7
|
+
private content;
|
|
8
|
+
private show;
|
|
9
|
+
constructor(options: SecretFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
10
|
+
private toggleShow;
|
|
11
|
+
}
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { IFilter } from "../../../services/Filter";
|
|
3
|
+
import { FieldCtrl } from "../field";
|
|
4
|
+
import { QuerySorting } from "_core/scripts/services/api/Query";
|
|
5
|
+
import { ControlSize } from "mdtScripts/views/controls/Control";
|
|
6
|
+
export declare abstract class SelectMixin {
|
|
7
|
+
options: SelectFieldCtrlOptions;
|
|
8
|
+
fieldCtrl: FieldCtrl;
|
|
9
|
+
keyField: string;
|
|
10
|
+
valueField: string;
|
|
11
|
+
filter: IFilter;
|
|
12
|
+
sortField: QuerySorting;
|
|
13
|
+
rows: any[];
|
|
14
|
+
isRowsFetched: boolean;
|
|
15
|
+
focus: _mithril.MithrilPromiseProperty<boolean> & {
|
|
16
|
+
onchange: (v?: boolean) => any;
|
|
17
|
+
};
|
|
18
|
+
private req;
|
|
19
|
+
selectFields: any[];
|
|
20
|
+
$initFetch: boolean;
|
|
21
|
+
curFilter: any;
|
|
22
|
+
constructor(options: SelectFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
23
|
+
hasFilter(): boolean;
|
|
24
|
+
initFilter(): void;
|
|
25
|
+
turnOffControl: any;
|
|
26
|
+
refresh(init?: boolean): void;
|
|
27
|
+
isCurrentValueInOptions(): boolean;
|
|
28
|
+
fetchRows(): any;
|
|
29
|
+
fetchCurrentRow(): any;
|
|
30
|
+
private isAutoSelected;
|
|
31
|
+
autoSelectFirst(): void;
|
|
32
|
+
pushCurrentRows(rows: any[]): void;
|
|
33
|
+
clearCurrentRow(): void;
|
|
34
|
+
abortRequest(): void;
|
|
35
|
+
}
|
|
36
|
+
export interface SelectFieldCtrlOptions {
|
|
37
|
+
autoselect?: boolean;
|
|
38
|
+
selectFields?: string[];
|
|
39
|
+
keyField?: string;
|
|
40
|
+
valueField?: string;
|
|
41
|
+
sortField?: string;
|
|
42
|
+
filter?: IFilter | (() => IFilter);
|
|
43
|
+
datasource?: any;
|
|
44
|
+
}
|
|
45
|
+
export declare class SelectFieldCtrl extends SelectMixin {
|
|
46
|
+
fieldCtrl: FieldCtrl;
|
|
47
|
+
constructor(options: SelectFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
48
|
+
/**
|
|
49
|
+
* @deprecated
|
|
50
|
+
* use stringifyControlSize
|
|
51
|
+
*/
|
|
52
|
+
getSelectSize(size: ControlSize): import("mdtScripts/helpers/utils/stringifyControlSize").ComponentSize;
|
|
53
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SortingManager } from "../../../services/SortingManager";
|
|
2
|
+
import { FieldCtrl } from "../field";
|
|
3
|
+
import { ListCtrl } from "../../list/ListCtrl";
|
|
4
|
+
export interface SortingListCtrlOptions {
|
|
5
|
+
sorting: any;
|
|
6
|
+
}
|
|
7
|
+
export declare class SortingListCtrl {
|
|
8
|
+
private options;
|
|
9
|
+
fieldCtrl: FieldCtrl;
|
|
10
|
+
sorting: SortingManager;
|
|
11
|
+
list: ListCtrl;
|
|
12
|
+
constructor(options: SortingListCtrlOptions, fieldCtrl: FieldCtrl);
|
|
13
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { FieldCtrl, FieldFormControl } from "../field";
|
|
3
|
+
import { Button } from "mdtScripts/helpers/ui/el";
|
|
4
|
+
export interface TextFieldCtrlOptions {
|
|
5
|
+
type?: any;
|
|
6
|
+
control?: any;
|
|
7
|
+
wordWrap?: any;
|
|
8
|
+
css?: any;
|
|
9
|
+
rows?: number;
|
|
10
|
+
hinted?: any;
|
|
11
|
+
autofocus?: boolean;
|
|
12
|
+
min?: number;
|
|
13
|
+
max?: number;
|
|
14
|
+
icon?: string | (() => string);
|
|
15
|
+
showClearAction?: boolean;
|
|
16
|
+
actions?: Button[];
|
|
17
|
+
}
|
|
18
|
+
export declare class TextFieldCtrl implements FieldFormControl {
|
|
19
|
+
fieldCtrl: FieldCtrl;
|
|
20
|
+
hints: (v: any) => any;
|
|
21
|
+
hintSelected: (v: any) => any;
|
|
22
|
+
options: TextFieldCtrlOptions;
|
|
23
|
+
focus: _mithril.MithrilPromiseProperty<boolean> & {
|
|
24
|
+
onchange: (v?: boolean) => any;
|
|
25
|
+
};
|
|
26
|
+
constructor(options: TextFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
27
|
+
hasClearAction: () => boolean;
|
|
28
|
+
showClearAction: () => boolean;
|
|
29
|
+
hasAddons: () => string | number | boolean | (() => string);
|
|
30
|
+
}
|