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,17 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { FieldCtrl, FieldFormControl } from "../field";
|
|
3
|
+
import { BaseFieldOptions } from "../LayoutTypes";
|
|
4
|
+
export interface ChangeableControlOptions extends BaseFieldOptions {
|
|
5
|
+
childControl: (fieldCtrl: FieldCtrl) => any;
|
|
6
|
+
}
|
|
7
|
+
export declare class ChangeableFieldControl implements FieldFormControl {
|
|
8
|
+
options: ChangeableControlOptions;
|
|
9
|
+
fieldCtrl: any;
|
|
10
|
+
hasReadonly: any;
|
|
11
|
+
control: any;
|
|
12
|
+
focus: _mithril.MithrilPromiseProperty<boolean> & {
|
|
13
|
+
onchange: (v?: boolean) => any;
|
|
14
|
+
};
|
|
15
|
+
constructor(options: ChangeableControlOptions, fieldCtrl: any);
|
|
16
|
+
rebuild(): void;
|
|
17
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ApiService } from "../../../../../services/api/ApiService";
|
|
2
|
+
import { CodeFieldAdapterOptions, CodeFieldCtrl } from "../code";
|
|
3
|
+
import { CodeFieldAdapter } from "./base";
|
|
4
|
+
export declare class CodeFieldMarkdownAdapter extends CodeFieldAdapter {
|
|
5
|
+
private owner;
|
|
6
|
+
api: ApiService;
|
|
7
|
+
constructor(owner: CodeFieldCtrl, options: CodeFieldAdapterOptions);
|
|
8
|
+
insertLink(file: any): void;
|
|
9
|
+
viewConfig(ctrl: any, el: any, ctx: any): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ActionItem } from "../../../../helpers/ui/el";
|
|
2
|
+
import { FieldCtrl } from "../../field";
|
|
3
|
+
import { CodeTextFieldCtrl, AceCommand } from "./codeText";
|
|
4
|
+
import { CodeFieldAdapter } from "./adapters/base";
|
|
5
|
+
export interface CodeFieldAdapterOptions {
|
|
6
|
+
mode: string;
|
|
7
|
+
wrap?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface CodeFieldOptions extends CodeFieldAdapterOptions {
|
|
10
|
+
previewType: string;
|
|
11
|
+
previewMode: string;
|
|
12
|
+
height?: string;
|
|
13
|
+
fullscreen?: boolean;
|
|
14
|
+
commands?: AceCommand[];
|
|
15
|
+
}
|
|
16
|
+
export declare class CodeFieldCtrl {
|
|
17
|
+
options: CodeFieldOptions;
|
|
18
|
+
private fieldCtrl;
|
|
19
|
+
hasReadonly: boolean;
|
|
20
|
+
codeCtrl: CodeTextFieldCtrl;
|
|
21
|
+
content: any;
|
|
22
|
+
actions: ActionItem[];
|
|
23
|
+
adapter: CodeFieldAdapter;
|
|
24
|
+
createPreviewCtrl(): any;
|
|
25
|
+
constructor(options: CodeFieldOptions, fieldCtrl: FieldCtrl);
|
|
26
|
+
init(): void;
|
|
27
|
+
private _fullscreen;
|
|
28
|
+
fullscreen(): void;
|
|
29
|
+
isFullscreen(): boolean;
|
|
30
|
+
fullscreenAvailable(): boolean;
|
|
31
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { FieldCtrl, FieldFormControl } from "../../field";
|
|
3
|
+
export interface AceCommand {
|
|
4
|
+
name: string;
|
|
5
|
+
bindKey: string;
|
|
6
|
+
exec: () => void;
|
|
7
|
+
}
|
|
8
|
+
export interface CodeTextFieldOptions {
|
|
9
|
+
mode: string;
|
|
10
|
+
gutter?: boolean;
|
|
11
|
+
edit?: boolean;
|
|
12
|
+
wrap?: boolean;
|
|
13
|
+
validate?: boolean;
|
|
14
|
+
syntaxCheck?: boolean;
|
|
15
|
+
commands?: AceCommand[];
|
|
16
|
+
}
|
|
17
|
+
export declare class CodeTextFieldCtrl implements FieldFormControl {
|
|
18
|
+
fieldCtrl: FieldCtrl;
|
|
19
|
+
editor: any;
|
|
20
|
+
hasReadonly: any;
|
|
21
|
+
options: CodeTextFieldOptions;
|
|
22
|
+
inited: _mithril.MithrilPromise<any>;
|
|
23
|
+
events: {
|
|
24
|
+
changed: any[];
|
|
25
|
+
scroll: any[];
|
|
26
|
+
enable: any[];
|
|
27
|
+
insert: any[];
|
|
28
|
+
};
|
|
29
|
+
value: any;
|
|
30
|
+
constructor(options: CodeTextFieldOptions, fieldCtrl: FieldCtrl);
|
|
31
|
+
enable(flag: any): void;
|
|
32
|
+
scroll(e: any): void;
|
|
33
|
+
insertLink(e: any): void;
|
|
34
|
+
init(): void;
|
|
35
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FieldCtrl } from "../../../field";
|
|
2
|
+
import { CodeTextFieldCtrl } from "../codeText";
|
|
3
|
+
declare global {
|
|
4
|
+
const marked: any;
|
|
5
|
+
}
|
|
6
|
+
export declare class MarkdownPreviewCtrl {
|
|
7
|
+
fieldCtrl: FieldCtrl;
|
|
8
|
+
private codeCtrl;
|
|
9
|
+
constructor(fieldCtrl: FieldCtrl, codeCtrl: CodeTextFieldCtrl);
|
|
10
|
+
events: {
|
|
11
|
+
scroll: any[];
|
|
12
|
+
};
|
|
13
|
+
scrollTo(top: any): void;
|
|
14
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { Valued, ViewElement } from "../../../../helpers/types";
|
|
3
|
+
export interface Action {
|
|
4
|
+
icon?: Valued<string>;
|
|
5
|
+
code?: string;
|
|
6
|
+
title?: Valued<string>;
|
|
7
|
+
command?: () => void;
|
|
8
|
+
}
|
|
9
|
+
export interface ClearAction {
|
|
10
|
+
show?: boolean;
|
|
11
|
+
title?: Valued<string>;
|
|
12
|
+
command?: () => void;
|
|
13
|
+
}
|
|
14
|
+
export interface CommonControlOptions {
|
|
15
|
+
actions?: Action[];
|
|
16
|
+
clearAction?: ClearAction;
|
|
17
|
+
icon?: Valued<string>;
|
|
18
|
+
readonly?: boolean;
|
|
19
|
+
attrs?: _mithril.MithrilAttributes;
|
|
20
|
+
contentAttrs?: _mithril.MithrilAttributes;
|
|
21
|
+
content?: ViewElement;
|
|
22
|
+
invalid?: boolean;
|
|
23
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { FieldCtrl, FieldFormControl } from "../field";
|
|
2
|
+
declare global {
|
|
3
|
+
const Pikaday: any;
|
|
4
|
+
}
|
|
5
|
+
export declare type DateFieldCtrlOptions = {};
|
|
6
|
+
export declare class DateFieldCtrl implements FieldFormControl {
|
|
7
|
+
options: DateFieldCtrlOptions;
|
|
8
|
+
fieldCtrl: FieldCtrl;
|
|
9
|
+
hasReadonly: any;
|
|
10
|
+
content: DateInputCtrl;
|
|
11
|
+
constructor(options: DateFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
12
|
+
init(): void;
|
|
13
|
+
}
|
|
14
|
+
export declare class DateInputCtrl {
|
|
15
|
+
value: any;
|
|
16
|
+
elementId: any;
|
|
17
|
+
options: any;
|
|
18
|
+
pikaday: any;
|
|
19
|
+
constructor(value: any, elementId?: any, options?: any);
|
|
20
|
+
clear(): void;
|
|
21
|
+
static i18n(): {
|
|
22
|
+
previousMonth: string;
|
|
23
|
+
nextMonth: string;
|
|
24
|
+
months: any[];
|
|
25
|
+
weekdays: any[];
|
|
26
|
+
weekdaysShort: any[];
|
|
27
|
+
};
|
|
28
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FieldCtrl, FormlessFieldCtrlOptions, FieldFormControl } from "../field";
|
|
2
|
+
export interface DateTextFieldOptions extends FormlessFieldCtrlOptions {
|
|
3
|
+
disableDayFn?: any;
|
|
4
|
+
customControl?: any;
|
|
5
|
+
}
|
|
6
|
+
export declare class DateTextFieldCtrl implements FieldFormControl {
|
|
7
|
+
options: DateTextFieldOptions;
|
|
8
|
+
fieldCtrl: FieldCtrl;
|
|
9
|
+
hasReadonly: any;
|
|
10
|
+
constructor(options: DateTextFieldOptions, fieldCtrl: FieldCtrl);
|
|
11
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { FieldFormControl, FieldCtrl } from "_core/scripts/views/form/field";
|
|
3
|
+
import { FormCtrl } from "_core/scripts/views/form/form";
|
|
4
|
+
import { Field } from "_core/scripts/common/Field";
|
|
5
|
+
import { SchemaManager } from "_core/scripts/services/SchemaManager";
|
|
6
|
+
import { Record } from "mdtScripts/common/Record";
|
|
7
|
+
import { FormLayoutColOptions } from "../Layout";
|
|
8
|
+
import { Table } from "mdtScripts/common/Table";
|
|
9
|
+
import { FormColOptions } from "../LayoutTypes";
|
|
10
|
+
import { ApiRequestOptions } from "mdtServices/api/ApiRequestOptions";
|
|
11
|
+
export interface DynamicFkFormFieldCtrlOptions extends FormLayoutColOptions<FormColOptions> {
|
|
12
|
+
formExtenders?: any;
|
|
13
|
+
hideTitle?: boolean;
|
|
14
|
+
subtitle?: string;
|
|
15
|
+
hideSubtitle?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export declare class DynamicFkFormFieldCtrl implements FieldFormControl {
|
|
18
|
+
private options;
|
|
19
|
+
private fieldCtrl;
|
|
20
|
+
hasReadonly: boolean;
|
|
21
|
+
form: FormCtrl;
|
|
22
|
+
parent: FormCtrl;
|
|
23
|
+
schema: SchemaManager;
|
|
24
|
+
objectPath: Field[];
|
|
25
|
+
recordField: Field;
|
|
26
|
+
map: {};
|
|
27
|
+
constructor(options: DynamicFkFormFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
28
|
+
private _visibilityState;
|
|
29
|
+
setupVisibilityValidationFix(): void;
|
|
30
|
+
isIDRelation(): boolean;
|
|
31
|
+
loadObjectId(): _mithril.MithrilPromise<any>;
|
|
32
|
+
static loadObjectId(field: Field, record: Record, requestOptions?: ApiRequestOptions): _mithril.MithrilPromise<any>;
|
|
33
|
+
showForm(): void;
|
|
34
|
+
show(objectId: any, recordId: any): void;
|
|
35
|
+
static dfkRecordField(field: Field, table: Table): Field;
|
|
36
|
+
}
|
|
37
|
+
export declare function addHeaderToLayout(layout: any, table: Table, ctrl: any): void;
|
|
38
|
+
export declare function subFormView(ctrl: any): _mithril.MithrilVirtualElement;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { FieldPathCtrl } from "../../../common/controls/FieldPath";
|
|
3
|
+
import { FieldCtrl, FieldFormControl } from "../field";
|
|
4
|
+
export interface FieldPathFieldCtrlOptions {
|
|
5
|
+
objectIdPath: string;
|
|
6
|
+
changed: any;
|
|
7
|
+
limit?: number;
|
|
8
|
+
objectId?: () => number | number;
|
|
9
|
+
}
|
|
10
|
+
export declare class FieldPathFieldCtrl implements FieldFormControl {
|
|
11
|
+
options: any;
|
|
12
|
+
fieldCtrl: FieldCtrl;
|
|
13
|
+
pathCtrl: FieldPathCtrl;
|
|
14
|
+
focus: _mithril.MithrilPromiseProperty<boolean> & {
|
|
15
|
+
onchange: (v?: boolean) => any;
|
|
16
|
+
};
|
|
17
|
+
constructor(options: FieldPathFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
18
|
+
checkObject(): void;
|
|
19
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { FieldCtrl, FieldFormControl } from "../../field";
|
|
2
|
+
import { ThumbImage } from "../../../gallery/ThumbImage";
|
|
3
|
+
import { BaseFieldOptions } from "../../LayoutTypes";
|
|
4
|
+
export declare class FileFieldCtrl implements FieldFormControl {
|
|
5
|
+
options: FileInputOptions;
|
|
6
|
+
fieldCtrl: FieldCtrl;
|
|
7
|
+
private api;
|
|
8
|
+
private provider;
|
|
9
|
+
content: FileInputCtrl;
|
|
10
|
+
hasReadonly: boolean;
|
|
11
|
+
constructor(options: FileInputOptions, fieldCtrl: FieldCtrl);
|
|
12
|
+
}
|
|
13
|
+
export interface FileCtrlCommonOptions {
|
|
14
|
+
whiteList?: string[];
|
|
15
|
+
}
|
|
16
|
+
export interface FileInputOptions extends BaseFieldOptions, FileCtrlCommonOptions {
|
|
17
|
+
disk?: boolean;
|
|
18
|
+
uploadUrl: () => string;
|
|
19
|
+
downloadUrl: (att: boolean) => string;
|
|
20
|
+
previewSrc?: () => string;
|
|
21
|
+
thumbOnClick?: () => any;
|
|
22
|
+
value: () => any;
|
|
23
|
+
clear: () => void;
|
|
24
|
+
text: () => string;
|
|
25
|
+
uploaded?: (r: any, files?: any) => void;
|
|
26
|
+
readonly?: boolean | {
|
|
27
|
+
(): boolean;
|
|
28
|
+
};
|
|
29
|
+
type?: "default" | "image";
|
|
30
|
+
fileType?: string;
|
|
31
|
+
height?: number;
|
|
32
|
+
width?: number;
|
|
33
|
+
imageMode?: "fit" | "fill";
|
|
34
|
+
fileAdded?: (file: File) => void;
|
|
35
|
+
provider?: () => string;
|
|
36
|
+
}
|
|
37
|
+
export declare class FileInputCtrl {
|
|
38
|
+
options: FileInputOptions;
|
|
39
|
+
private api;
|
|
40
|
+
valueCtrl: any;
|
|
41
|
+
events: {
|
|
42
|
+
progress: any[];
|
|
43
|
+
};
|
|
44
|
+
types: {
|
|
45
|
+
default: typeof DefaultFileInputValueCtrl;
|
|
46
|
+
image: typeof ImageFileInputValueCtrl;
|
|
47
|
+
};
|
|
48
|
+
constructor(options: FileInputOptions);
|
|
49
|
+
type(): any;
|
|
50
|
+
upload(file: File): void;
|
|
51
|
+
}
|
|
52
|
+
export declare class DefaultFileInputValueCtrl {
|
|
53
|
+
fileName: () => string;
|
|
54
|
+
url: (att: boolean) => string;
|
|
55
|
+
options?: FileInputOptions;
|
|
56
|
+
name: string;
|
|
57
|
+
constructor(fileName: () => string, url: (att: boolean) => string, options?: FileInputOptions);
|
|
58
|
+
isOneDrive(): boolean;
|
|
59
|
+
getTooltipText(isFileNameCropped: boolean): string;
|
|
60
|
+
}
|
|
61
|
+
export declare class ImageFileInputValueCtrl {
|
|
62
|
+
fileName: () => string;
|
|
63
|
+
url: (att: boolean) => string;
|
|
64
|
+
options?: any;
|
|
65
|
+
name: string;
|
|
66
|
+
thumb: ThumbImage;
|
|
67
|
+
constructor(fileName: () => string, url: (att: boolean) => string, options?: any);
|
|
68
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { FieldCtrl } from "../../field";
|
|
3
|
+
import { FileCtrlCommonOptions } from "./file";
|
|
4
|
+
export interface FileListCtrlOptions extends FileCtrlCommonOptions {
|
|
5
|
+
readonly?: any;
|
|
6
|
+
downloadUrl?: (item: any) => string;
|
|
7
|
+
remove?: (item: any) => void;
|
|
8
|
+
upload?: (files: any) => void;
|
|
9
|
+
}
|
|
10
|
+
export interface FileListFieldCtrlOptions {
|
|
11
|
+
controlOptions: FileListCtrlOptions;
|
|
12
|
+
m2mField?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare class FileListFieldCtrl {
|
|
15
|
+
options: FileListFieldCtrlOptions;
|
|
16
|
+
fieldCtrl: FieldCtrl;
|
|
17
|
+
content: any;
|
|
18
|
+
fileField: any;
|
|
19
|
+
hasReadonly: boolean;
|
|
20
|
+
private req;
|
|
21
|
+
constructor(options: FileListFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
22
|
+
initContent(): void;
|
|
23
|
+
readonly(): boolean;
|
|
24
|
+
remove(item: any): void;
|
|
25
|
+
upload(files: FileList): void;
|
|
26
|
+
getFilesData(): any;
|
|
27
|
+
refreshValue(): any;
|
|
28
|
+
private validateFormats;
|
|
29
|
+
}
|
|
30
|
+
export interface File {
|
|
31
|
+
ID: number;
|
|
32
|
+
Name: string;
|
|
33
|
+
ShortUid: string;
|
|
34
|
+
Title: string;
|
|
35
|
+
}
|
|
36
|
+
export declare class FileListCtrl {
|
|
37
|
+
source: () => File[];
|
|
38
|
+
options: FileListCtrlOptions;
|
|
39
|
+
constructor(source: () => File[], options?: FileListCtrlOptions);
|
|
40
|
+
readonly(): any;
|
|
41
|
+
upload(files: any): void;
|
|
42
|
+
downloadUrl(data: any): string;
|
|
43
|
+
remove(item: any): void;
|
|
44
|
+
}
|
|
45
|
+
export declare function multiFileInput(onChange: (e: any) => void, attrs: _mithril.MithrilAttributes): _mithril.MithrilVirtualElement;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { FileListFieldCtrlOptions, FileListFieldCtrl, FileListCtrlOptions } from "./multifile";
|
|
2
|
+
import { FieldCtrl } from "../../field";
|
|
3
|
+
import { ImageServiceContext } from "../../../gallery/ImageService";
|
|
4
|
+
export interface ImageListFieldCtrlOptions extends FileListFieldCtrlOptions {
|
|
5
|
+
controlOptions: ThumbListOptions;
|
|
6
|
+
}
|
|
7
|
+
export declare class ImageListFieldCtrl extends FileListFieldCtrl {
|
|
8
|
+
options: ImageListFieldCtrlOptions;
|
|
9
|
+
fieldCtrl: FieldCtrl;
|
|
10
|
+
hasReadonly: boolean;
|
|
11
|
+
constructor(options: ImageListFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
12
|
+
initContent(): void;
|
|
13
|
+
}
|
|
14
|
+
export interface ThumbListOptions extends FileListCtrlOptions {
|
|
15
|
+
title?: any;
|
|
16
|
+
downloadTitle?: string;
|
|
17
|
+
readonly?: any;
|
|
18
|
+
upload?: (files: any) => any;
|
|
19
|
+
remove?: (item: any) => any;
|
|
20
|
+
galleryDataHandler?: any;
|
|
21
|
+
galleryCtx?: ImageServiceContext;
|
|
22
|
+
}
|
|
23
|
+
export declare class ThumbList {
|
|
24
|
+
data: () => any;
|
|
25
|
+
options: ThumbListOptions;
|
|
26
|
+
title: any;
|
|
27
|
+
downloadTitle: any;
|
|
28
|
+
thumbImages: any[];
|
|
29
|
+
constructor(data: () => any, options?: ThumbListOptions);
|
|
30
|
+
update(): void;
|
|
31
|
+
getGalleryData(): any;
|
|
32
|
+
getZip(): Window;
|
|
33
|
+
readonly(): any;
|
|
34
|
+
upload(files: any): void;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface FilterModalFieldControlOptions {
|
|
2
|
+
objectId: string | number;
|
|
3
|
+
}
|
|
4
|
+
export declare class FilterModalFieldControl {
|
|
5
|
+
options: any;
|
|
6
|
+
fieldCtrl: any;
|
|
7
|
+
content: any;
|
|
8
|
+
constructor(options: any, fieldCtrl: any);
|
|
9
|
+
}
|
|
10
|
+
export declare class FilterFieldModal {
|
|
11
|
+
value: any;
|
|
12
|
+
objectIdFn: any;
|
|
13
|
+
constructor(value: any, objectIdFn: any);
|
|
14
|
+
modal(): void;
|
|
15
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { LabelMode } from "../../form";
|
|
2
|
+
import { Field } from "../../../../common/Field";
|
|
3
|
+
export declare class FilterSettings {
|
|
4
|
+
static defaultFilterGroup(r?: {}): {
|
|
5
|
+
op: string;
|
|
6
|
+
groups: {
|
|
7
|
+
$table: string;
|
|
8
|
+
}[];
|
|
9
|
+
};
|
|
10
|
+
static setupLayoutCol(objectId: number): {
|
|
11
|
+
refTable: import("../../../../common/Table").Table;
|
|
12
|
+
formOptions: {
|
|
13
|
+
objectId: () => number;
|
|
14
|
+
events: {
|
|
15
|
+
layout: {
|
|
16
|
+
begin: (layout: any) => void;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
control: string;
|
|
21
|
+
title: string;
|
|
22
|
+
labelMode: LabelMode;
|
|
23
|
+
css: string;
|
|
24
|
+
};
|
|
25
|
+
static filterGroupEvents(): {
|
|
26
|
+
layout: {
|
|
27
|
+
begin: (layout: any) => void;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
static getSelectedField(code: any, objectId: any): Field;
|
|
31
|
+
static controlP2Type(type: any, op?: any, fk?: any): any;
|
|
32
|
+
static p2Available(op: string): boolean;
|
|
33
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FieldCtrl } from "../field";
|
|
2
|
+
export interface FilterFieldCtrlOptions {
|
|
3
|
+
objectId: any;
|
|
4
|
+
}
|
|
5
|
+
export declare class FilterFieldCtrl {
|
|
6
|
+
options: FilterFieldCtrlOptions;
|
|
7
|
+
private fieldCtrl;
|
|
8
|
+
content: any;
|
|
9
|
+
objectId: any;
|
|
10
|
+
constructor(options: FilterFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
11
|
+
init(): void;
|
|
12
|
+
checkObjectId(): void;
|
|
13
|
+
getObjectId(): any;
|
|
14
|
+
private cleanFilter;
|
|
15
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { Table } from "../../../common/Table";
|
|
3
|
+
import { Button } from "../../../helpers/ui/el";
|
|
4
|
+
import { FieldCtrl, FieldFormControl } from "../field";
|
|
5
|
+
import { FormOptions, FormCtrl } from "../form";
|
|
6
|
+
import { Record } from "../../../common/Record";
|
|
7
|
+
export declare enum FormFieldMode {
|
|
8
|
+
Simple = 0,
|
|
9
|
+
Extend = 1
|
|
10
|
+
}
|
|
11
|
+
interface Form {
|
|
12
|
+
$destroy?: boolean;
|
|
13
|
+
record: any;
|
|
14
|
+
content: FormCtrl;
|
|
15
|
+
}
|
|
16
|
+
export interface FormFieldCtrlOptions {
|
|
17
|
+
refTable?: Table;
|
|
18
|
+
refTableCode?: string;
|
|
19
|
+
actions?: FormFieldButton[];
|
|
20
|
+
formOptions?: FormOptions;
|
|
21
|
+
compact?: boolean;
|
|
22
|
+
onadd?: (rec: any, table: Table) => void;
|
|
23
|
+
markAsDirty?: boolean;
|
|
24
|
+
useDelimiter?: boolean;
|
|
25
|
+
onInited?: (el: any, ctx: any) => void;
|
|
26
|
+
onFormInited?: (form: Form, ctx: any, el: any) => void;
|
|
27
|
+
mode?: FormFieldMode;
|
|
28
|
+
addButtonVisible?: () => boolean;
|
|
29
|
+
removeButtonVisible?: () => boolean;
|
|
30
|
+
fieldCss?: string;
|
|
31
|
+
sort?: (a: Record, b: Record) => number;
|
|
32
|
+
}
|
|
33
|
+
export interface FormFieldButton extends Button {
|
|
34
|
+
table?: Table;
|
|
35
|
+
onadd?: (rec: any, table: Table, form: FormCtrl) => void;
|
|
36
|
+
}
|
|
37
|
+
export declare class FormFieldCtrl implements FieldFormControl {
|
|
38
|
+
options: FormFieldCtrlOptions;
|
|
39
|
+
private fieldCtrl;
|
|
40
|
+
hasReadonly: any;
|
|
41
|
+
forms: Array<Form>;
|
|
42
|
+
refTable: Table;
|
|
43
|
+
isListField: boolean;
|
|
44
|
+
btns: FormFieldButton[];
|
|
45
|
+
removeBtn: Button;
|
|
46
|
+
addBtn: Button;
|
|
47
|
+
inited: _mithril.MithrilPromise<any>;
|
|
48
|
+
constructor(options: FormFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
49
|
+
private getAddButton;
|
|
50
|
+
private getRemoveButton;
|
|
51
|
+
rebuild(): void;
|
|
52
|
+
add(record?: any, table?: Table, afterForm?: Form, btn?: FormFieldButton, inited?: (form: FormCtrl) => void, setDirty?: boolean): FormCtrl;
|
|
53
|
+
remove(form: Form): void;
|
|
54
|
+
getForms(): Form[];
|
|
55
|
+
records(): any;
|
|
56
|
+
update(setDirty?: boolean): void;
|
|
57
|
+
}
|
|
58
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FieldCtrl, FieldFormControl } from "../field";
|
|
2
|
+
export declare type GeographyFieldCtrlOptions = {};
|
|
3
|
+
export declare class GeographyFieldCtrl implements FieldFormControl {
|
|
4
|
+
fieldCtrl: FieldCtrl;
|
|
5
|
+
hasReadonly: any;
|
|
6
|
+
constructor(options: GeographyFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
7
|
+
value(prop: any, val?: any): any;
|
|
8
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { FieldCtrl, FieldFormControl } from "../field";
|
|
3
|
+
export interface HtmlFieldCtrlOptions {
|
|
4
|
+
height?: string;
|
|
5
|
+
container?: "div";
|
|
6
|
+
css?: string;
|
|
7
|
+
markdown?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare class HtmlFieldCtrl implements FieldFormControl {
|
|
10
|
+
options: HtmlFieldCtrlOptions;
|
|
11
|
+
fieldCtrl: FieldCtrl;
|
|
12
|
+
hasReadonly: boolean;
|
|
13
|
+
content: HtmlCtrl;
|
|
14
|
+
constructor(options: HtmlFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
15
|
+
}
|
|
16
|
+
interface HtmlFieldOptions extends HtmlFieldCtrlOptions {
|
|
17
|
+
value: () => string;
|
|
18
|
+
}
|
|
19
|
+
export declare class HtmlCtrl {
|
|
20
|
+
private options;
|
|
21
|
+
private el;
|
|
22
|
+
constructor(options: HtmlFieldOptions);
|
|
23
|
+
print(): void;
|
|
24
|
+
private initEl;
|
|
25
|
+
$view: () => _mithril.MithrilVirtualElement;
|
|
26
|
+
}
|
|
27
|
+
export {};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { FieldCtrl, FieldFormControl } from "../field";
|
|
2
|
+
export declare type IconPickerFieldCtrlOptions = {};
|
|
3
|
+
export declare class IconPickerFieldCtrl implements FieldFormControl {
|
|
4
|
+
fieldCtrl: FieldCtrl;
|
|
5
|
+
content: IconPicker;
|
|
6
|
+
hasReadonly: boolean;
|
|
7
|
+
constructor(options: IconPickerFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
8
|
+
}
|
|
9
|
+
export declare class IconPicker {
|
|
10
|
+
icon: any;
|
|
11
|
+
onchange: any;
|
|
12
|
+
constructor(onchange?: (code: string) => string, current?: () => string);
|
|
13
|
+
pick(): void;
|
|
14
|
+
}
|
|
15
|
+
export declare class IconData {
|
|
16
|
+
description: string;
|
|
17
|
+
code: string;
|
|
18
|
+
}
|
|
19
|
+
export interface IconsBlockOptions {
|
|
20
|
+
pick?: (code: string, isDbl?: boolean) => void;
|
|
21
|
+
current?: string;
|
|
22
|
+
}
|
|
23
|
+
export declare class IconsBlock {
|
|
24
|
+
static iconCodes: IconData[];
|
|
25
|
+
search: string;
|
|
26
|
+
options: IconsBlockOptions;
|
|
27
|
+
current: string;
|
|
28
|
+
static systemClasses: string[];
|
|
29
|
+
static getIconCodes(): IconData[];
|
|
30
|
+
constructor(options: IconsBlockOptions);
|
|
31
|
+
pick(code: string, dblClick?: boolean): void;
|
|
32
|
+
$clickCounter: number;
|
|
33
|
+
}
|
|
34
|
+
export declare class IconPickerModal {
|
|
35
|
+
static create(onchange: any, current: any): import("../../containers/modal").ModalCtrl;
|
|
36
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { FieldFormControl } from "../field";
|
|
2
|
+
export interface ListFieldCtrlOptions {
|
|
3
|
+
prop: string;
|
|
4
|
+
}
|
|
5
|
+
export declare class ListFieldCtrl implements FieldFormControl {
|
|
6
|
+
fieldCtrl: any;
|
|
7
|
+
hasReadonly: any;
|
|
8
|
+
prop: any;
|
|
9
|
+
list: any[];
|
|
10
|
+
lastItemIndex: number;
|
|
11
|
+
constructor(options: ListFieldCtrlOptions, fieldCtrl: any);
|
|
12
|
+
init(): void;
|
|
13
|
+
update(): void;
|
|
14
|
+
add(): void;
|
|
15
|
+
remove(t: any): void;
|
|
16
|
+
rename(v: any, idx: any): void;
|
|
17
|
+
private clearEmpty;
|
|
18
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FieldCtrl, FieldFormControl } from "../field";
|
|
2
|
+
import { ListCtrl } from "../../list/ListCtrl";
|
|
3
|
+
import { ListOptions } from "mdtScripts/views/list/ListOptions";
|
|
4
|
+
import { ListExtConfig } from "mdtScripts/common/list/ListExt";
|
|
5
|
+
export interface ListGridFieldCtrlOptions {
|
|
6
|
+
root: boolean;
|
|
7
|
+
listOptions: ListOptions;
|
|
8
|
+
listExtenders: ListExtConfig;
|
|
9
|
+
/** Вызывать окно добавления при инициализации */
|
|
10
|
+
addOnLoad: boolean;
|
|
11
|
+
listPickOptions?: ListOptions;
|
|
12
|
+
}
|
|
13
|
+
export declare class ListGridFieldCtrl implements FieldFormControl {
|
|
14
|
+
options: ListGridFieldCtrlOptions;
|
|
15
|
+
fieldCtrl: FieldCtrl;
|
|
16
|
+
hasReadonly: any;
|
|
17
|
+
content: any;
|
|
18
|
+
list: ListCtrl;
|
|
19
|
+
constructor(options: ListGridFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
20
|
+
add(): void;
|
|
21
|
+
remove(): void;
|
|
22
|
+
}
|