diff --git a/.github/workflows/qualityGate.yml b/.github/workflows/qualityGate.yml index d872c56a4a..a8c9657547 100644 --- a/.github/workflows/qualityGate.yml +++ b/.github/workflows/qualityGate.yml @@ -17,10 +17,13 @@ env: REPORT_1_ARTIFACT: qualityGateReports_file1 REPORT_2_ARTIFACT: qualityGateReports_file2 PR_NUM_ARTIFACT: qualityGateReports_pr - REPORT_1_PATH: ./.reports/trackBundleSize.md - REPORT_2_PATH: ./.reports/generateComponentsApiStats.md ERROR_STATUS_TAG: 'CI Status: error' - PREV_DOCS_GEN_STATS_REPORT_PATH: ./target-branch/public/docs/docsGenOutput/docsGenStats.json + # + TARGET_BRANCH_DIR: ./target-branch + MERGE_COMMIT_BRANCH_DIR: ./merge-commit-branch + PREV_DOCS_GEN_STATS_REPORT_PATH: ../target-branch/public/docs/docsGenOutput/docsGenStats.json # Pay attention it should be relative to the "merge commit branch" dir. + REPORT_1_PATH: ./merge-commit-branch/.reports/trackBundleSize.md + REPORT_2_PATH: ./merge-commit-branch/.reports/generateComponentsApiStats.md jobs: quality_gate: @@ -31,16 +34,16 @@ jobs: # I.e. the result of merging source branch to the target branch will be checked out. - name: 'Checkout the "merge commit" branch' uses: actions/checkout@v4 + with: + path: ${{ env.MERGE_COMMIT_BRANCH_DIR }} - # Checkout the TARGET branch. We only need to check out the folder where the report is located - - name: 'Checkout "public/docs/docsGenOutput" folder from the "target" branch' + # Checkout the TARGET branch. + - name: 'Checkout "target" branch' uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.base.ref }} repository: ${{ github.event.pull_request.base.repo.full_name }} - path: target-branch - sparse-checkout: | - public/docs/docsGenOutput + path: ${{ env.TARGET_BRANCH_DIR }} - uses: actions/cache@v3 with: @@ -50,14 +53,19 @@ jobs: key: v1-npm-deps-${{ hashFiles('**/yarn.lock') }} restore-keys: v1-npm-deps- - - name: 'Install dependencies' + - name: 'Install dependencies & Run "generate-components-api" (target branch)' + working-directory: ${{ env.TARGET_BRANCH_DIR }} run: | yarn + yarn generate-components-api - - name: 'Run quality checks' + - name: 'Install dependencies & Run quality checks (merge commit branch)' + working-directory: ${{ env.MERGE_COMMIT_BRANCH_DIR }} run: | + yarn yarn track-bundle-size yarn generate-components-api --prev-stats=${{env.PREV_DOCS_GEN_STATS_REPORT_PATH}} + # # # diff --git a/.github/workflows/qualityGateCommentPR.yml b/.github/workflows/qualityGateCommentPR.yml index e90fc90796..fdbf321a58 100644 --- a/.github/workflows/qualityGateCommentPR.yml +++ b/.github/workflows/qualityGateCommentPR.yml @@ -15,7 +15,7 @@ env: REPORT_CONCATENATED: qualityGateReports_concat PR_NUM_ARTIFACT: qualityGateReports_pr COMMENT_AUTHOR: 'github-actions[bot]' - COMMENT_TAG: '' + COMMENT_TAG: '' jobs: quality_gate_comment_pr: diff --git a/.gitignore b/.gitignore index 63c9aa09fe..25a17fb344 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ next-app/yarn-error.log* .templates .reports +public/docs/docsGenOutput/docsGenStats.json diff --git a/public/docs/docsGenOutput/docsGenStats.json b/public/docs/docsGenOutput/docsGenStats.json deleted file mode 100644 index b592fbe038..0000000000 --- a/public/docs/docsGenOutput/docsGenStats.json +++ /dev/null @@ -1,3678 +0,0 @@ -{ - "missingPropComment": { - "totals": { - "amountProps": 615, - "amountTypes": 210 - }, - "value": [ - { - "typeRef": "@epam/uui-core:AcceptDropParams", - "value": [ - "offsetLeft", - "offsetTop", - "targetHeight", - "targetWidth" - ] - }, - { - "typeRef": "@epam/uui-core:ApiExtensions", - "value": [ - "withOptions" - ] - }, - { - "typeRef": "@epam/uui-core:ApplyFilterOptions", - "value": [ - "filter", - "getFilter" - ] - }, - { - "typeRef": "@epam/uui-core:ApplySearchOptions", - "value": [ - "getSearchFields", - "search", - "sortSearchByRelevance" - ] - }, - { - "typeRef": "@epam/uui-core:ApplySortOptions", - "value": [ - "sortBy", - "sorting" - ] - }, - { - "typeRef": "@epam/uui-core:ButtonSemanticProps", - "value": [ - "type" - ] - }, - { - "typeRef": "@epam/uui-core:CommonContexts", - "value": [ - "api", - "history", - "uuiApp" - ] - }, - { - "typeRef": "@epam/uui-core:ContextProviderProps", - "value": [ - "gaCode", - "history" - ] - }, - { - "typeRef": "@epam/uui-core:DataQuery", - "value": [ - "filter" - ] - }, - { - "typeRef": "@epam/uui-core:DataRowPathItem", - "value": [ - "id", - "isLastChild", - "value" - ] - }, - { - "typeRef": "@epam/uui-core:DataTableHeaderCellProps", - "value": [ - "column", - "isFilterActive", - "isFirstColumn", - "isLastColumn", - "key", - "onDrop", - "onSort", - "renderFilter", - "selectAll", - "sortDirection" - ] - }, - { - "typeRef": "@epam/uui-core:DataTableHeaderRowProps", - "value": [ - "columns", - "onConfigButtonClick", - "renderCell", - "renderConfigButton", - "selectAll" - ] - }, - { - "typeRef": "@epam/uui-core:DndContextState", - "value": [ - "ghostOffsetX", - "ghostOffsetY", - "ghostWidth", - "isDragging", - "renderGhost" - ] - }, - { - "typeRef": "@epam/uui-core:FilterPredicate", - "value": [ - "eq", - "gt", - "gte", - "in", - "inRange", - "isNull", - "lt", - "lte", - "neq", - "nin", - "not", - "notInRange" - ] - }, - { - "typeRef": "@epam/uui-core:IAdaptiveItem", - "value": [ - "collapseToMore", - "collapsedContainer", - "estimatedWidth", - "priority", - "showInBurgerMenu" - ] - }, - { - "typeRef": "@epam/uui-core:IApiContext", - "value": [ - "recoveryReason" - ] - }, - { - "typeRef": "@epam/uui-core:IBaseContext", - "value": [ - "destroyContext", - "subscribe", - "unsubscribe" - ] - }, - { - "typeRef": "@epam/uui-core:IContextProviderSsrProps", - "value": [ - "router" - ] - }, - { - "typeRef": "@epam/uui-core:IDataSource", - "value": [ - "getById", - "getId", - "getView", - "setItem", - "unsubscribeView", - "useView" - ] - }, - { - "typeRef": "@epam/uui-core:IDataSourceView", - "value": [ - "_forceUpdate", - "destroy", - "getById", - "getListProps", - "getSelectedRows", - "getSelectedRowsCount", - "getVisibleRows", - "loadData", - "reload", - "selectAll" - ] - }, - { - "typeRef": "@epam/uui-core:IDndContext", - "value": [ - "dragData", - "endDrag", - "getMouseCoords", - "startDrag" - ] - }, - { - "typeRef": "@epam/uui-core:IHistory4", - "value": [ - "block", - "createHref", - "listen", - "location", - "push", - "replace" - ] - }, - { - "typeRef": "@epam/uui-core:IMap", - "value": [ - "[Symbol.iterator]", - "constructor", - "delete", - "get", - "has", - "set", - "size" - ] - }, - { - "typeRef": "@epam/uui-core:IRouter6", - "value": [ - "createHref", - "deleteBlocker", - "getBlocker", - "navigate", - "state", - "subscribe" - ] - }, - { - "typeRef": "@epam/uui-core:ITree", - "value": [ - "cascadeSelection", - "clearStructure", - "computeSubtotals", - "filter", - "forEach", - "forEachItem", - "getById", - "getChildren", - "getChildrenByParentId", - "getChildrenIdsByParentId", - "getNodeInfo", - "getParentIdsRecursive", - "getParents", - "getPathById", - "getPathItem", - "getRootIds", - "getRootItems", - "getTotalRecursiveCount", - "isFlatList", - "load", - "loadMissing", - "loadMissingIdsAndParents", - "mergeItems", - "patch", - "search", - "sort" - ] - }, - { - "typeRef": "@epam/uui-core:Link", - "value": [ - "hash", - "key", - "pathname", - "query", - "search", - "state" - ] - }, - { - "typeRef": "@epam/uui-core:LoadTreeOptions", - "value": [ - "isFolded", - "isLoadStrict", - "loadAllChildren" - ] - }, - { - "typeRef": "@epam/uui-core:ModalOperation", - "value": [ - "component", - "props" - ] - }, - { - "typeRef": "@epam/uui-core:NotificationOperation", - "value": [ - "component", - "config", - "props" - ] - }, - { - "typeRef": "@epam/uui-core:PickerBaseOptions", - "value": [ - "ref" - ] - }, - { - "typeRef": "@epam/uui-core:RangeDatePickerPresets", - "value": [ - "[key: string]" - ] - }, - { - "typeRef": "@epam/uui-core:RenderEditorProps", - "value": [ - "ref" - ] - }, - { - "typeRef": "@epam/uui-core:SearchResultItem", - "value": [ - "parents" - ] - }, - { - "typeRef": "@epam/uui-core:StatefulProps", - "value": [ - "initialState", - "render", - "storage" - ] - }, - { - "typeRef": "@epam/uui-core:TMouseCoords", - "value": [ - "buttons", - "mouseDownPageX", - "mouseDownPageY", - "mouseDx", - "mouseDxSmooth", - "mouseDy", - "mouseDySmooth", - "mousePageX", - "mousePageY" - ] - }, - { - "typeRef": "@epam/uui-core:TreeNodeInfo", - "value": [ - "count", - "totalCount" - ] - }, - { - "typeRef": "@epam/uui-core:TreeParams", - "value": [ - "complexIds", - "getId", - "getParentId" - ] - }, - { - "typeRef": "@epam/uui-core:UseUuiErrorOptions", - "value": [ - "errorConfig", - "recoveryConfig" - ] - }, - { - "typeRef": "@epam/uui-core:UseUuiErrorProps", - "value": [ - "getErrorInfo", - "options" - ] - }, - { - "typeRef": "@epam/uui-core:UuiContexts", - "value": [ - "uuiAnalytics", - "uuiApi", - "uuiDnD", - "uuiErrors", - "uuiLayout", - "uuiLocks", - "uuiModals", - "uuiNotifications", - "uuiRouter", - "uuiUserSettings" - ] - }, - { - "typeRef": "@epam/uui-core:UuiRecoveryErrorInfo", - "value": [ - "subtitle", - "title" - ] - }, - { - "typeRef": "@epam/uui-components:ArrayPickerProps", - "value": [ - "emptyValue", - "selectionMode", - "valueType", - "valueType" - ] - }, - { - "typeRef": "@epam/uui-components:AvatarStackProps", - "value": [ - "avatarSize", - "avatarsCount", - "direction", - "renderItem", - "urlArray" - ] - }, - { - "typeRef": "@epam/uui-components:BaseRatingProps", - "value": [ - "from", - "renderRating", - "step", - "to" - ] - }, - { - "typeRef": "@epam/uui-components:BaseTimePickerProps", - "value": [ - "format", - "id", - "minutesStep", - "rawProps", - "renderTarget" - ] - }, - { - "typeRef": "@epam/uui-components:BurgerProps", - "value": [ - "bg", - "burgerContentCx", - "burgerIcon", - "crossIcon", - "logoUrl", - "renderBurgerContent", - "width" - ] - }, - { - "typeRef": "@epam/uui-components:CalendarPresetsProps", - "value": [ - "onPresetSet", - "presets" - ] - }, - { - "typeRef": "@epam/uui-components:CalendarProps", - "value": [ - "displayedDate", - "filter", - "getDayCX", - "hideAnotherMonths", - "isHoliday", - "onValueChange", - "renderDay", - "value" - ] - }, - { - "typeRef": "@epam/uui-components:CarouselProps", - "value": [ - "arrowIcon", - "divideBy", - "items", - "renderItem" - ] - }, - { - "typeRef": "@epam/uui-components:CarouselState", - "value": [ - "activeSlide" - ] - }, - { - "typeRef": "@epam/uui-components:CheckboxProps", - "value": [ - "id", - "renderLabel" - ] - }, - { - "typeRef": "@epam/uui-components:ColumnsConfigurationRowProps", - "value": [ - "columnConfig", - "isDndAllowed", - "isPinned", - "isPinnedAlways", - "onCanAcceptDrop", - "onDrop", - "togglePin", - "toggleVisibility" - ] - }, - { - "typeRef": "@epam/uui-components:DataSourceKeyboardParams", - "value": [ - "listView", - "rows", - "searchPosition" - ] - }, - { - "typeRef": "@epam/uui-components:DataTableSelectionProviderProps", - "value": [ - "columns", - "onCopy", - "rows" - ] - }, - { - "typeRef": "@epam/uui-components:DatePickerBodyBaseOptions", - "value": [ - "changeIsOpen", - "filter", - "presets", - "renderDay" - ] - }, - { - "typeRef": "@epam/uui-components:DatePickerBodyBaseProps", - "value": [ - "setDisplayedDateAndView", - "setSelectedDate", - "value" - ] - }, - { - "typeRef": "@epam/uui-components:DatePickerState", - "value": [ - "inputValue", - "isOpen" - ] - }, - { - "typeRef": "@epam/uui-components:DayProps", - "value": [ - "filter", - "getDayCX", - "isHoliday", - "isSelected", - "renderDayNumber" - ] - }, - { - "typeRef": "@epam/uui-components:HeaderCellContentProps", - "value": [ - "onResize", - "onResizeEnd", - "onResizeStart", - "toggleSort" - ] - }, - { - "typeRef": "@epam/uui-components:IProgressBarProps", - "value": [ - "hideLabel", - "label", - "progress" - ] - }, - { - "typeRef": "@epam/uui-components:IScrollSpyApi", - "value": [ - "currentActive", - "scrollToElement", - "setRef" - ] - }, - { - "typeRef": "@epam/uui-components:IScrollSpyProps", - "value": [ - "elements", - "initialActive", - "options" - ] - }, - { - "typeRef": "@epam/uui-components:MainMenuDropdownProps", - "value": [ - "renderBody" - ] - }, - { - "typeRef": "@epam/uui-components:MainMenuLogoProps", - "value": [ - "link", - "logoBgColor", - "logoUrl", - "onClick", - "onContextMenu", - "showArrow" - ] - }, - { - "typeRef": "@epam/uui-components:MainMenuProps", - "value": [ - "customerLogoBgColor", - "isTransparent", - "serverBadge" - ] - }, - { - "typeRef": "@epam/uui-components:PaginatorParams", - "value": [ - "goToNext", - "goToPrev", - "isFirst", - "isLast", - "pages", - "size" - ] - }, - { - "typeRef": "@epam/uui-components:PickerBodyBaseProps", - "value": [ - "fixedBodyPosition", - "onKeyDown", - "renderNotFound", - "rows", - "scheduleUpdate", - "search", - "searchDebounceDelay", - "showSearch" - ] - }, - { - "typeRef": "@epam/uui-components:PickerBodyValue", - "value": [ - "displayedDate", - "selectedDate", - "view" - ] - }, - { - "typeRef": "@epam/uui-components:PickerInputBaseProps", - "value": [ - "portalTarget" - ] - }, - { - "typeRef": "@epam/uui-components:PickerModalArrayProps", - "value": [ - "initialValue", - "initialValue", - "selectionMode", - "valueType", - "valueType" - ] - }, - { - "typeRef": "@epam/uui-components:PickerModalOptions", - "value": [ - "disallowClickOutside", - "renderFilter", - "renderFooter" - ] - }, - { - "typeRef": "@epam/uui-components:PickerModalScalarProps", - "value": [ - "initialValue", - "initialValue", - "selectionMode", - "valueType", - "valueType" - ] - }, - { - "typeRef": "@epam/uui-components:PickerTogglerProps", - "value": [ - "autoFocus", - "cancelIcon", - "closePickerBody", - "disableClear", - "disableSearch", - "dropdownIcon", - "entityName", - "getName", - "isSingleLine", - "maxItems", - "minCharsToSearch", - "onKeyDown", - "pickerMode", - "renderItem", - "searchPosition" - ] - }, - { - "typeRef": "@epam/uui-components:RadioGroupItem", - "value": [ - "id", - "name", - "renderName" - ] - }, - { - "typeRef": "@epam/uui-components:RadioGroupProps", - "value": [ - "RadioInput", - "items", - "radioInputProps" - ] - }, - { - "typeRef": "@epam/uui-components:RadioInputProps", - "value": [ - "icon", - "id", - "renderLabel", - "tabIndex" - ] - }, - { - "typeRef": "@epam/uui-components:RangeSliderState", - "value": [ - "activeHandle" - ] - }, - { - "typeRef": "@epam/uui-components:RangeSliderValue", - "value": [ - "from", - "to" - ] - }, - { - "typeRef": "@epam/uui-components:RatingProps", - "value": [ - "Tooltip", - "emptyStarIcon", - "filledStarIcon", - "hideTooltip", - "hint" - ] - }, - { - "typeRef": "@epam/uui-components:RichTextViewProps", - "value": [ - "htmlContent" - ] - }, - { - "typeRef": "@epam/uui-components:ScrollbarProps", - "value": [ - "hasBottomShadow", - "hasTopShadow", - "renderView" - ] - }, - { - "typeRef": "@epam/uui-components:SinglePickerProps", - "value": [ - "selectionMode", - "valueType", - "valueType" - ] - }, - { - "typeRef": "@epam/uui-components:SliderBaseState", - "value": [ - "isActive", - "valueWidth" - ] - }, - { - "typeRef": "@epam/uui-components:SnackbarProps", - "value": [ - "closeIcon", - "notifications" - ] - }, - { - "typeRef": "@epam/uui-components:SwitchProps", - "value": [ - "id" - ] - }, - { - "typeRef": "@epam/uui-components:TextAreaProps", - "value": [ - "forwardedRef" - ] - }, - { - "typeRef": "@epam/uui-components:TimePickerBodyProps", - "value": [ - "addIcon", - "format", - "minutesStep", - "subtractIcon" - ] - }, - { - "typeRef": "@epam/uui-components:TimePickerValue", - "value": [ - "hours", - "minutes" - ] - }, - { - "typeRef": "@epam/uui-components:TreeListItem", - "value": [ - "data", - "id", - "name", - "parentId" - ] - }, - { - "typeRef": "@epam/uui-components:TreeProps", - "value": [ - "getSearchFields", - "items", - "renderRow", - "search" - ] - }, - { - "typeRef": "@epam/uui-components:UsePickerInputProps", - "value": [ - "shouldShowBody", - "toggleModalOpening" - ] - }, - { - "typeRef": "@epam/uui-components:YearSelectionProps", - "value": [ - "selectedDate" - ] - }, - { - "typeRef": "@epam/uui:AccordionMods", - "value": [ - "mode", - "padding" - ] - }, - { - "typeRef": "@epam/uui:BadgeCoreProps", - "value": [ - "indicator" - ] - }, - { - "typeRef": "@epam/uui:BadgeMods", - "value": [ - "color", - "fill", - "size" - ] - }, - { - "typeRef": "@epam/uui:BurgerButtonMods", - "value": [ - "indentLevel", - "type" - ] - }, - { - "typeRef": "@epam/uui:BurgerGroupHeaderProps", - "value": [ - "caption" - ] - }, - { - "typeRef": "@epam/uui:ButtonMods", - "value": [ - "color", - "fill", - "size" - ] - }, - { - "typeRef": "@epam/uui:CheckboxMods", - "value": [ - "mode", - "size" - ] - }, - { - "typeRef": "@epam/uui:ColumnsConfigurationModalProps", - "value": [ - "columns", - "columnsConfig", - "defaultConfig", - "getSearchFields", - "renderItem" - ] - }, - { - "typeRef": "@epam/uui:ConfirmationModalWindowProps", - "value": [ - "bodyContent", - "caption", - "hideCancelButton" - ] - }, - { - "typeRef": "@epam/uui:CountIndicatorCoreProps", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/uui:DataPickerBodyProps", - "value": [ - "editMode", - "maxHeight", - "searchSize", - "selectionMode" - ] - }, - { - "typeRef": "@epam/uui:DataPickerRowProps", - "value": [ - "alignActions", - "borderBottom", - "padding", - "renderItem", - "size" - ] - }, - { - "typeRef": "@epam/uui:DataRowsContainerProps", - "value": [ - "headerRef", - "renderRow", - "rows" - ] - }, - { - "typeRef": "@epam/uui:DataTableCellMods", - "value": [ - "border" - ] - }, - { - "typeRef": "@epam/uui:DataTableHeaderCellMods", - "value": [ - "textCase" - ] - }, - { - "typeRef": "@epam/uui:DataTableHeaderRowMods", - "value": [ - "textCase" - ] - }, - { - "typeRef": "@epam/uui:DataTableMods", - "value": [ - "border", - "headerTextCase", - "size" - ] - }, - { - "typeRef": "@epam/uui:DataTableProps", - "value": [ - "columns", - "filters", - "getRows", - "onCopy", - "onScroll", - "renderColumnsConfigurationModal", - "renderNoResultsBlock", - "renderRow", - "showColumnsConfig" - ] - }, - { - "typeRef": "@epam/uui:DataTableRowMods", - "value": [ - "borderBottom" - ] - }, - { - "typeRef": "@epam/uui:DatePickerBodyProps", - "value": [ - "getDayCX", - "isHoliday" - ] - }, - { - "typeRef": "@epam/uui:DefaultNotificationProps", - "value": [ - "actions" - ] - }, - { - "typeRef": "@epam/uui:DropdownContainerMods", - "value": [ - "padding", - "vPadding" - ] - }, - { - "typeRef": "@epam/uui:DropdownMenuContainerProps", - "value": [ - "closeOnKey", - "minWidth" - ] - }, - { - "typeRef": "@epam/uui:DropMarkerProps", - "value": [ - "enableBlocker" - ] - }, - { - "typeRef": "@epam/uui:DropSpotProps", - "value": [ - "accept", - "cx", - "infoText", - "onUploadFiles", - "single" - ] - }, - { - "typeRef": "@epam/uui:FileCardItem", - "value": [ - "abortXHR", - "progress" - ] - }, - { - "typeRef": "@epam/uui:FileCardProps", - "value": [ - "file", - "width" - ] - }, - { - "typeRef": "@epam/uui:FiltersPanelProps", - "value": [ - "filters", - "setTableState", - "size", - "tableState" - ] - }, - { - "typeRef": "@epam/uui:HighlightRange", - "value": [ - "from", - "isHighlighted", - "to" - ] - }, - { - "typeRef": "@epam/uui:IconButtonMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/uui:IDropdownMenuItemProps", - "value": [ - "indent", - "isActive", - "isSelected" - ] - }, - { - "typeRef": "@epam/uui:IndeterminateBarMods", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/uui:ITextPlaceholderProps", - "value": [ - "isNotAnimated", - "wordsCount" - ] - }, - { - "typeRef": "@epam/uui:LinkButtonCoreProps", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/uui:LinkButtonMods", - "value": [ - "color", - "size" - ] - }, - { - "typeRef": "@epam/uui:MainMenuAvatarProps", - "value": [ - "avatarUrl", - "icon" - ] - }, - { - "typeRef": "@epam/uui:MainMenuButtonMods", - "value": [ - "type" - ] - }, - { - "typeRef": "@epam/uui:ModalWindowMods", - "value": [ - "height", - "width" - ] - }, - { - "typeRef": "@epam/uui:MultiSwitchProps", - "value": [ - "color", - "items" - ] - }, - { - "typeRef": "@epam/uui:NotificationCardProps", - "value": [ - "color", - "icon" - ] - }, - { - "typeRef": "@epam/uui:PanelMods", - "value": [ - "background", - "margin", - "shadow" - ] - }, - { - "typeRef": "@epam/uui:PickerItemProps", - "value": [ - "avatarUrl", - "dataSourceState", - "icon", - "subtitle", - "title" - ] - }, - { - "typeRef": "@epam/uui:PickerListItemProps", - "value": [ - "getName" - ] - }, - { - "typeRef": "@epam/uui:PickerListProps", - "value": [ - "noOptionsMessage", - "renderModalToggler" - ] - }, - { - "typeRef": "@epam/uui:PickerTogglerMods", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/uui:PresetsPanelProps", - "value": [ - "tableState" - ] - }, - { - "typeRef": "@epam/uui:ProgressBarMods", - "value": [ - "size", - "striped" - ] - }, - { - "typeRef": "@epam/uui:RadioInputMods", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/uui:RangeDatePickerBodyProps", - "value": [ - "focusPart", - "isHoliday", - "renderFooter", - "renderHeader" - ] - }, - { - "typeRef": "@epam/uui:RangeDatePickerProps", - "value": [ - "getPlaceholder" - ] - }, - { - "typeRef": "@epam/uui:RangeDatePickerValue", - "value": [ - "from", - "to" - ] - }, - { - "typeRef": "@epam/uui:RichTextViewMods", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/uui:RowMods", - "value": [ - "background", - "borderBottom", - "columnGap", - "margin", - "padding", - "rowGap", - "size", - "spacing", - "topShadow", - "vPadding" - ] - }, - { - "typeRef": "@epam/uui:SizeMod", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/uui:SwitchMods", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/uui:TabButtonMods", - "value": [ - "size", - "withNotify" - ] - }, - { - "typeRef": "@epam/uui:TagCoreProps", - "value": [ - "fill", - "size" - ] - }, - { - "typeRef": "@epam/uui:TagMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/uui:TextAreaMods", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/uui:TextInputMods", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/uui:TextMods", - "value": [ - "color", - "fontStyle", - "fontWeight", - "size" - ] - }, - { - "typeRef": "@epam/uui:TextSettings", - "value": [ - "fontSize", - "lineHeight" - ] - }, - { - "typeRef": "@epam/uui:TimePickerProps", - "value": [ - "format", - "minutesStep" - ] - }, - { - "typeRef": "@epam/uui:VirtualListRenderRowsParams", - "value": [ - "estimatedHeight", - "listContainerRef", - "offsetY", - "scrollShadows" - ] - }, - { - "typeRef": "@epam/promo:AlertMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/promo:BadgeMods", - "value": [ - "color", - "fill", - "size" - ] - }, - { - "typeRef": "@epam/promo:ButtonMods", - "value": [ - "color", - "fill", - "size" - ] - }, - { - "typeRef": "@epam/promo:DropdownContainerMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/promo:ErrorHandlerProps", - "value": [ - "getErrorInfo", - "onNotificationError" - ] - }, - { - "typeRef": "@epam/promo:IconButtonMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/promo:LinkButtonMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/promo:ModalWindowMods", - "value": [ - "height", - "width" - ] - }, - { - "typeRef": "@epam/promo:MultiSwitchMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/promo:NotificationCardMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/promo:PanelMods", - "value": [ - "background", - "margin", - "shadow" - ] - }, - { - "typeRef": "@epam/promo:RatingMods", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/promo:RowMods", - "value": [ - "background" - ] - }, - { - "typeRef": "@epam/promo:RowSizeMod", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/promo:StatusIndicatorMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/promo:TagMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/promo:TextMods", - "value": [ - "color", - "font" - ] - }, - { - "typeRef": "@epam/electric:BadgeMods", - "value": [ - "color", - "fill", - "size" - ] - }, - { - "typeRef": "@epam/electric:PromoButtonMods", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/electric:StatusIndicatorMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/electric:TagMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/loveship:AlertMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/loveship:BadgeMods", - "value": [ - "color", - "fill", - "shape", - "size" - ] - }, - { - "typeRef": "@epam/loveship:ButtonMods", - "value": [ - "color", - "fill", - "shape", - "size" - ] - }, - { - "typeRef": "@epam/loveship:DropdownContainerMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/loveship:ErrorConfig", - "value": [ - "getInfo" - ] - }, - { - "typeRef": "@epam/loveship:ErrorPageProps", - "value": [ - "errorPageConfig", - "onNotificationError", - "theme" - ] - }, - { - "typeRef": "@epam/loveship:FontMod", - "value": [ - "font" - ] - }, - { - "typeRef": "@epam/loveship:IconButtonMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/loveship:LinkButtonMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/loveship:MakeMeItemProps", - "value": [ - "api" - ] - }, - { - "typeRef": "@epam/loveship:MakeMeUser", - "value": [ - "avatarUrl", - "email", - "externalId", - "jobTitle", - "name" - ] - }, - { - "typeRef": "@epam/loveship:ModalWindowMods", - "value": [ - "height", - "width" - ] - }, - { - "typeRef": "@epam/loveship:MultiSwitchMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/loveship:NotificationCardMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/loveship:PanelMods", - "value": [ - "background", - "margin", - "shadow" - ] - }, - { - "typeRef": "@epam/loveship:RadioInputMods", - "value": [ - "theme" - ] - }, - { - "typeRef": "@epam/loveship:RatingMods", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/loveship:RowMods", - "value": [ - "background", - "spacing", - "type" - ] - }, - { - "typeRef": "@epam/loveship:RowSizeMod", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/loveship:SizeMod", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/loveship:SliderRatingProps", - "value": [ - "from", - "getHandlerIcon", - "getScaleIcon", - "renderTooltip", - "size", - "tooltipColor", - "withoutNa" - ] - }, - { - "typeRef": "@epam/loveship:SnackbarCardProps", - "value": [ - "snackType" - ] - }, - { - "typeRef": "@epam/loveship:StatusIndicatorMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/loveship:TabButtonMods", - "value": [ - "theme" - ] - }, - { - "typeRef": "@epam/loveship:TagMods", - "value": [ - "color" - ] - }, - { - "typeRef": "@epam/loveship:TextInputMods", - "value": [ - "size" - ] - }, - { - "typeRef": "@epam/loveship:TextMods", - "value": [ - "color", - "font" - ] - }, - { - "typeRef": "@epam/uui-editor:LinkElement", - "value": [ - "href", - "type" - ] - }, - { - "typeRef": "@epam/uui-editor:PlaceholderPluginParams", - "value": [ - "items" - ] - }, - { - "typeRef": "@epam/uui-editor:PlateProps", - "value": [ - "align", - "url", - "width" - ] - }, - { - "typeRef": "@epam/uui-editor:SlateImageSize", - "value": [ - "height", - "width" - ] - }, - { - "typeRef": "@epam/uui-editor:SlateProps", - "value": [ - "data" - ] - }, - { - "typeRef": "@epam/uui-editor:ToolbarButtonProps", - "value": [ - "caption", - "editor", - "icon", - "iconColor", - "isActive", - "isDisabled", - "onClick" - ] - } - ] - }, - "missingTypeComment": { - "totals": { - "amountTypes": 484 - }, - "value": [ - "@epam/uui-core:AcceptDropParams", - "@epam/uui-core:AnalyticsEvent", - "@epam/uui-core:ApiCallErrorType", - "@epam/uui-core:ApiCallInfo", - "@epam/uui-core:ApiCallOptions", - "@epam/uui-core:ApiContextProps", - "@epam/uui-core:ApiExtensions", - "@epam/uui-core:ApiRecoveryReason", - "@epam/uui-core:ApiStatus", - "@epam/uui-core:ApplyFilterOptions", - "@epam/uui-core:ApplySearchOptions", - "@epam/uui-core:ApplySortOptions", - "@epam/uui-core:ArrayDataSourceProps", - "@epam/uui-core:ArrayElement", - "@epam/uui-core:ArrayPickerProps", - "@epam/uui-core:AsyncDataSourceProps", - "@epam/uui-core:BaseDatePickerProps", - "@epam/uui-core:BaseRangeDatePickerProps", - "@epam/uui-core:BatchPromiseOptions", - "@epam/uui-core:BlockTypes", - "@epam/uui-core:ButtonBaseCoreProps", - "@epam/uui-core:ButtonComponentProps", - "@epam/uui-core:ButtonSemanticProps", - "@epam/uui-core:CascadeSelection", - "@epam/uui-core:CheckboxCoreProps", - "@epam/uui-core:ColumnsConfig", - "@epam/uui-core:CommonContexts", - "@epam/uui-core:ContextProviderProps", - "@epam/uui-core:CX", - "@epam/uui-core:DataColumnProps", - "@epam/uui-core:DataQuery", - "@epam/uui-core:DataQueryFilter", - "@epam/uui-core:DataQueryFilterCondition", - "@epam/uui-core:DataSourceListCounts", - "@epam/uui-core:DataSourceListProps", - "@epam/uui-core:DataTableCellOptions", - "@epam/uui-core:DataTableCellProps", - "@epam/uui-core:DataTableColumnsConfigOptions", - "@epam/uui-core:DataTableConfigModalParams", - "@epam/uui-core:DataTableHeaderCellProps", - "@epam/uui-core:DataTableHeaderRowProps", - "@epam/uui-core:DataTableRowProps", - "@epam/uui-core:DataTableSelectedCellData", - "@epam/uui-core:DataTableState", - "@epam/uui-core:DatePickerCoreProps", - "@epam/uui-core:DndActorProps", - "@epam/uui-core:DndActorRenderParams", - "@epam/uui-core:DndContextState", - "@epam/uui-core:DragGhostProps", - "@epam/uui-core:DropdownBodyProps", - "@epam/uui-core:DropdownProps", - "@epam/uui-core:DropParams", - "@epam/uui-core:ErrorPageInfo", - "@epam/uui-core:FileUploadOptions", - "@epam/uui-core:FileUploadResponse", - "@epam/uui-core:FilterPredicate", - "@epam/uui-core:FilterPredicateName", - "@epam/uui-core:FiltersConfig", - "@epam/uui-core:FlexCellProps", - "@epam/uui-core:FormProps", - "@epam/uui-core:FormSaveResponse", - "@epam/uui-core:IAdaptiveItem", - "@epam/uui-core:IAnalyticsContext", - "@epam/uui-core:IAnalyticsListener", - "@epam/uui-core:IApiContext", - "@epam/uui-core:IColumnConfig", - "@epam/uui-core:IContextProviderSsrProps", - "@epam/uui-core:IDataSource", - "@epam/uui-core:IDataSourceView", - "@epam/uui-core:IDndContext", - "@epam/uui-core:IErrorContext", - "@epam/uui-core:IFilterConfig", - "@epam/uui-core:IFilterItemBodyProps", - "@epam/uui-core:IFilterPredicate", - "@epam/uui-core:IFormApi", - "@epam/uui-core:IHasStyleAttrs", - "@epam/uui-core:IHistory4", - "@epam/uui-core:ILayoutContext", - "@epam/uui-core:ILens", - "@epam/uui-core:ILockContext", - "@epam/uui-core:IMap", - "@epam/uui-core:IModal", - "@epam/uui-core:IModalContext", - "@epam/uui-core:INotification", - "@epam/uui-core:INotificationContext", - "@epam/uui-core:IPresetsApi", - "@epam/uui-core:IProcessRequest", - "@epam/uui-core:IRouterContext", - "@epam/uui-core:ITablePreset", - "@epam/uui-core:ITableState", - "@epam/uui-core:ItemsComparator", - "@epam/uui-core:ITree", - "@epam/uui-core:LabeledInputCoreProps", - "@epam/uui-core:LayoutLayer", - "@epam/uui-core:LazyDataSourceProps", - "@epam/uui-core:ListApiResponse", - "@epam/uui-core:ListApiSettings", - "@epam/uui-core:LoadingStatus", - "@epam/uui-core:LoadTreeOptions", - "@epam/uui-core:MergedRawProps", - "@epam/uui-core:Metadata", - "@epam/uui-core:ModalBlockerProps", - "@epam/uui-core:ModalFooterCoreProps", - "@epam/uui-core:ModalHeaderCoreProps", - "@epam/uui-core:ModalOperation", - "@epam/uui-core:ModalWindowProps", - "@epam/uui-core:NotificationOperation", - "@epam/uui-core:NotificationParams", - "@epam/uui-core:PickerBaseProps", - "@epam/uui-core:PickerBindingProps", - "@epam/uui-core:PickerBindingValueType", - "@epam/uui-core:PickerFooterProps", - "@epam/uui-core:RangeDatePickerInputType", - "@epam/uui-core:RangeDatePickerPresets", - "@epam/uui-core:RangeDatePickerPresetValue", - "@epam/uui-core:RangeDatePickerValue", - "@epam/uui-core:RenderCellProps", - "@epam/uui-core:RenderEditorProps", - "@epam/uui-core:ScrollAlign", - "@epam/uui-core:SearchResultItem", - "@epam/uui-core:SortDirection", - "@epam/uui-core:SortingOption", - "@epam/uui-core:SpinnerCoreProps", - "@epam/uui-core:StatefulProps", - "@epam/uui-core:TableFiltersConfig", - "@epam/uui-core:TextInputCoreProps", - "@epam/uui-core:TMouseCoords", - "@epam/uui-core:TooltipCoreProps", - "@epam/uui-core:TreeNodeInfo", - "@epam/uui-core:TreeParams", - "@epam/uui-core:UseFormProps", - "@epam/uui-core:UseTableStateHookParams", - "@epam/uui-core:UseUuiErrorOptions", - "@epam/uui-core:UseUuiErrorProps", - "@epam/uui-core:UuiRecoveryErrorInfo", - "@epam/uui-core:ValidationMode", - "@epam/uui-components:AccordionProps", - "@epam/uui-components:AdaptiveItemProps", - "@epam/uui-components:AdaptivePanelProps", - "@epam/uui-components:AnchorProps", - "@epam/uui-components:ArrayPickerProps", - "@epam/uui-components:AvatarProps", - "@epam/uui-components:AvatarStackProps", - "@epam/uui-components:BaseRatingProps", - "@epam/uui-components:BaseTimePickerProps", - "@epam/uui-components:BlockerProps", - "@epam/uui-components:BurgerProps", - "@epam/uui-components:ButtonBaseProps", - "@epam/uui-components:ButtonProps", - "@epam/uui-components:CalendarPresetsProps", - "@epam/uui-components:CalendarProps", - "@epam/uui-components:CarouselProps", - "@epam/uui-components:CarouselState", - "@epam/uui-components:CheckboxGroupProps", - "@epam/uui-components:CheckboxProps", - "@epam/uui-components:ColumnsConfigurationRowProps", - "@epam/uui-components:ControlGroupProps", - "@epam/uui-components:ControlIconProps", - "@epam/uui-components:DataSourceKeyboardParams", - "@epam/uui-components:DataTableSelectionProviderProps", - "@epam/uui-components:DatePickerBodyBaseOptions", - "@epam/uui-components:DatePickerBodyBaseProps", - "@epam/uui-components:DatePickerState", - "@epam/uui-components:DayProps", - "@epam/uui-components:DragHandleProps", - "@epam/uui-components:DropdownContainerProps", - "@epam/uui-components:DropSpotRenderParams", - "@epam/uui-components:FlexSpacerProps", - "@epam/uui-components:HeaderCellContentProps", - "@epam/uui-components:IconButtonBaseProps", - "@epam/uui-components:InputAddonProps", - "@epam/uui-components:IProgressBarProps", - "@epam/uui-components:IRenderInputProps", - "@epam/uui-components:IScrollSpyApi", - "@epam/uui-components:IScrollSpyProps", - "@epam/uui-components:LabeledInputProps", - "@epam/uui-components:MainMenuCustomElementProps", - "@epam/uui-components:MainMenuDropdownProps", - "@epam/uui-components:MainMenuLogoProps", - "@epam/uui-components:MainMenuProps", - "@epam/uui-components:NumericInputProps", - "@epam/uui-components:PaginatorParams", - "@epam/uui-components:PaginatorProps", - "@epam/uui-components:PickerBindingProps", - "@epam/uui-components:PickerBindingValueType", - "@epam/uui-components:PickerBodyBaseProps", - "@epam/uui-components:PickerInputBaseProps", - "@epam/uui-components:PickerListBaseProps", - "@epam/uui-components:PickerModalArrayProps", - "@epam/uui-components:PickerModalOptions", - "@epam/uui-components:PickerModalScalarProps", - "@epam/uui-components:PickerTogglerProps", - "@epam/uui-components:PortalProps", - "@epam/uui-components:PositionValues", - "@epam/uui-components:RadioGroupItem", - "@epam/uui-components:RadioGroupProps", - "@epam/uui-components:RadioInputProps", - "@epam/uui-components:RangeSliderState", - "@epam/uui-components:RangeSliderValue", - "@epam/uui-components:RatingProps", - "@epam/uui-components:RichTextViewProps", - "@epam/uui-components:ScrollbarProps", - "@epam/uui-components:ScrollbarsApi", - "@epam/uui-components:SelectionContextState", - "@epam/uui-components:SliderBaseProps", - "@epam/uui-components:SnackbarProps", - "@epam/uui-components:SpinnerProps", - "@epam/uui-components:SwitchProps", - "@epam/uui-components:TextAreaProps", - "@epam/uui-components:TextInputProps", - "@epam/uui-components:TextProps", - "@epam/uui-components:TimePickerBodyProps", - "@epam/uui-components:TimePickerValue", - "@epam/uui-components:TooltipProps", - "@epam/uui-components:TreeListItem", - "@epam/uui-components:TreeProps", - "@epam/uui-components:UsePickerInputProps", - "@epam/uui-components:UsePickerListProps", - "@epam/uui-components:UsePickerModalProps", - "@epam/uui-components:YearSelectionProps", - "@epam/uui:AccordionMods", - "@epam/uui:AccordionProps", - "@epam/uui:AlertProps", - "@epam/uui:BadgeColor", - "@epam/uui:BadgeCoreProps", - "@epam/uui:BadgeFill", - "@epam/uui:BadgeMods", - "@epam/uui:BadgeProps", - "@epam/uui:BadgeSize", - "@epam/uui:BurgerButtonMods", - "@epam/uui:BurgerGroupHeaderProps", - "@epam/uui:BurgerMods", - "@epam/uui:BurgerSearchProps", - "@epam/uui:ButtonColor", - "@epam/uui:ButtonFill", - "@epam/uui:ButtonMods", - "@epam/uui:ButtonProps", - "@epam/uui:CheckboxMods", - "@epam/uui:CheckboxProps", - "@epam/uui:ColumnsConfigurationModalProps", - "@epam/uui:CompletePickerInputProps", - "@epam/uui:ConfirmationModalWindowProps", - "@epam/uui:ControlSize", - "@epam/uui:CountIndicatorCoreProps", - "@epam/uui:CountIndicatorMods", - "@epam/uui:CountIndicatorProps", - "@epam/uui:DataPickerBodyProps", - "@epam/uui:DataPickerRowProps", - "@epam/uui:DataRowsContainerProps", - "@epam/uui:DataTableCellMods", - "@epam/uui:DataTableHeaderCellMods", - "@epam/uui:DataTableHeaderRowMods", - "@epam/uui:DataTableMods", - "@epam/uui:DataTableProps", - "@epam/uui:DataTableRowMods", - "@epam/uui:DatePickerBodyProps", - "@epam/uui:DatePickerProps", - "@epam/uui:DefaultNotificationProps", - "@epam/uui:DropdownContainerMods", - "@epam/uui:DropdownContainerProps", - "@epam/uui:DropdownMenuContainerProps", - "@epam/uui:DropMarkerProps", - "@epam/uui:DropSpotProps", - "@epam/uui:FileCardItem", - "@epam/uui:FileCardProps", - "@epam/uui:FiltersPanelProps", - "@epam/uui:FlexCellMods", - "@epam/uui:FlexCellProps", - "@epam/uui:FlexRowProps", - "@epam/uui:GlobalMenuProps", - "@epam/uui:HighlightRange", - "@epam/uui:IconButtonCoreProps", - "@epam/uui:IconButtonMods", - "@epam/uui:IconButtonProps", - "@epam/uui:IconColor", - "@epam/uui:IDropdownMenuItemProps", - "@epam/uui:IndeterminateBarMods", - "@epam/uui:InputType", - "@epam/uui:ITextPlaceholderProps", - "@epam/uui:LabeledInputMods", - "@epam/uui:LabeledInputProps", - "@epam/uui:LinkButtonColorType", - "@epam/uui:LinkButtonCoreProps", - "@epam/uui:LinkButtonMods", - "@epam/uui:LinkButtonProps", - "@epam/uui:MainMenuAvatarProps", - "@epam/uui:MainMenuButtonMods", - "@epam/uui:MainMenuIconProps", - "@epam/uui:MainMenuMods", - "@epam/uui:MainMenuProps", - "@epam/uui:MainMenuSearchProps", - "@epam/uui:ModalFooterProps", - "@epam/uui:ModalHeaderProps", - "@epam/uui:ModalWindowMods", - "@epam/uui:ModalWindowProps", - "@epam/uui:MultiSwitchProps", - "@epam/uui:NotificationCardProps", - "@epam/uui:NumericInputMods", - "@epam/uui:NumericInputProps", - "@epam/uui:PanelMods", - "@epam/uui:PanelProps", - "@epam/uui:PickerInputProps", - "@epam/uui:PickerItemProps", - "@epam/uui:PickerListItemProps", - "@epam/uui:PickerListProps", - "@epam/uui:PickerModalProps", - "@epam/uui:pickerPart", - "@epam/uui:PickerTogglerMods", - "@epam/uui:PresetsPanelProps", - "@epam/uui:ProgressBarMods", - "@epam/uui:RadioInputMods", - "@epam/uui:RadioInputProps", - "@epam/uui:RangeDatePickerBodyProps", - "@epam/uui:RangeDatePickerProps", - "@epam/uui:RangeDatePickerValue", - "@epam/uui:RichTextViewMods", - "@epam/uui:RichTextViewProps", - "@epam/uui:SearchInputProps", - "@epam/uui:SliderMods", - "@epam/uui:SliderProps", - "@epam/uui:SpinnerProps", - "@epam/uui:StatusIndicatorColors", - "@epam/uui:StatusIndicatorCoreProps", - "@epam/uui:StatusIndicatorMods", - "@epam/uui:StatusIndicatorProps", - "@epam/uui:SwitchMods", - "@epam/uui:SwitchProps", - "@epam/uui:TabButtonMods", - "@epam/uui:TabButtonProps", - "@epam/uui:TagColor", - "@epam/uui:TagCoreProps", - "@epam/uui:TagFill", - "@epam/uui:TagMods", - "@epam/uui:TagProps", - "@epam/uui:TagSize", - "@epam/uui:TextAreaMods", - "@epam/uui:TextAreaProps", - "@epam/uui:TextColor", - "@epam/uui:TextFontStyle", - "@epam/uui:TextFontWeight", - "@epam/uui:TextInputProps", - "@epam/uui:TextMods", - "@epam/uui:TextPlaceholderProps", - "@epam/uui:TextProps", - "@epam/uui:TextSize", - "@epam/uui:TimePickerProps", - "@epam/uui:TooltipMods", - "@epam/uui:TooltipProps", - "@epam/uui:UuiMultiSwitchColor", - "@epam/uui:VerticalTabButtonProps", - "@epam/uui:VirtualListProps", - "@epam/promo:AlertMods", - "@epam/promo:AlertProps", - "@epam/promo:BadgeMods", - "@epam/promo:BadgeProps", - "@epam/promo:ButtonColor", - "@epam/promo:ButtonMods", - "@epam/promo:ButtonProps", - "@epam/promo:ColorMod", - "@epam/promo:ControlShape", - "@epam/promo:ControlSize", - "@epam/promo:CountIndicatorMods", - "@epam/promo:CountIndicatorProps", - "@epam/promo:DropdownContainerMods", - "@epam/promo:DropdownContainerProps", - "@epam/promo:EpamAdditionalColor", - "@epam/promo:EpamColor", - "@epam/promo:EpamGrayscaleColor", - "@epam/promo:EpamPrimaryColor", - "@epam/promo:ErrorHandlerProps", - "@epam/promo:FillStyle", - "@epam/promo:FlexRowProps", - "@epam/promo:FontMod", - "@epam/promo:FontStyle", - "@epam/promo:IconButtonMods", - "@epam/promo:IconButtonProps", - "@epam/promo:IconColor", - "@epam/promo:IconContainerColors", - "@epam/promo:IconContainerMods", - "@epam/promo:IconContainerProps", - "@epam/promo:LinkButtonMods", - "@epam/promo:LinkButtonProps", - "@epam/promo:ModalWindowMods", - "@epam/promo:MultiSwitchColor", - "@epam/promo:MultiSwitchMods", - "@epam/promo:MultiSwitchProps", - "@epam/promo:NotificationCardMods", - "@epam/promo:NotificationCardProps", - "@epam/promo:PanelMods", - "@epam/promo:PanelProps", - "@epam/promo:RatingMods", - "@epam/promo:RatingProps", - "@epam/promo:RowSize", - "@epam/promo:RowSizeMod", - "@epam/promo:SizeMod", - "@epam/promo:StatusIndicatorMods", - "@epam/promo:StatusIndicatorProps", - "@epam/promo:TagMods", - "@epam/promo:TagProps", - "@epam/promo:TextMods", - "@epam/promo:TextProps", - "@epam/promo:TextSize", - "@epam/promo:TooltipMods", - "@epam/promo:TooltipProps", - "@epam/electric:BadgeMods", - "@epam/electric:BadgeProps", - "@epam/electric:PromoButtonMods", - "@epam/electric:PromoButtonProps", - "@epam/electric:PromoButtonSize", - "@epam/electric:StatusIndicatorMods", - "@epam/electric:StatusIndicatorProps", - "@epam/electric:TagMods", - "@epam/electric:TagProps", - "@epam/loveship:AlertMods", - "@epam/loveship:AlertProps", - "@epam/loveship:BadgeMods", - "@epam/loveship:BadgeProps", - "@epam/loveship:ButtonColorType", - "@epam/loveship:ButtonMods", - "@epam/loveship:ButtonProps", - "@epam/loveship:ColorMod", - "@epam/loveship:ControlShape", - "@epam/loveship:ControlSize", - "@epam/loveship:CountIndicatorMods", - "@epam/loveship:CountIndicatorProps", - "@epam/loveship:DropdownContainerMods", - "@epam/loveship:DropdownContainerProps", - "@epam/loveship:EpamAdditionalColor", - "@epam/loveship:EpamColor", - "@epam/loveship:EpamGrayscaleColor", - "@epam/loveship:EpamPrimaryColor", - "@epam/loveship:ErrorConfig", - "@epam/loveship:ErrorPageProps", - "@epam/loveship:FillStyle", - "@epam/loveship:FlexRowProps", - "@epam/loveship:FontMod", - "@epam/loveship:FontStyle", - "@epam/loveship:IconButtonMods", - "@epam/loveship:IconButtonProps", - "@epam/loveship:IconContainerMods", - "@epam/loveship:IconContainerProps", - "@epam/loveship:LinkButtonMods", - "@epam/loveship:LinkButtonProps", - "@epam/loveship:MakeMeItemProps", - "@epam/loveship:MakeMeUser", - "@epam/loveship:ModalWindowMods", - "@epam/loveship:MultiSwitchColor", - "@epam/loveship:MultiSwitchMods", - "@epam/loveship:MultiSwitchProps", - "@epam/loveship:NotificationCardMods", - "@epam/loveship:NotificationCardProps", - "@epam/loveship:PanelMods", - "@epam/loveship:PanelProps", - "@epam/loveship:RadioInputMods", - "@epam/loveship:RadioInputProps", - "@epam/loveship:RangeSliderMods", - "@epam/loveship:RatingMods", - "@epam/loveship:RatingProps", - "@epam/loveship:RowSize", - "@epam/loveship:RowSizeMod", - "@epam/loveship:SearchInputProps", - "@epam/loveship:SizeMod", - "@epam/loveship:SliderRatingProps", - "@epam/loveship:SnackbarCardProps", - "@epam/loveship:StatusIndicatorMods", - "@epam/loveship:StatusIndicatorProps", - "@epam/loveship:TabButtonMods", - "@epam/loveship:TabButtonProps", - "@epam/loveship:TagMods", - "@epam/loveship:TagProps", - "@epam/loveship:TextInputProps", - "@epam/loveship:TextMods", - "@epam/loveship:TextProps", - "@epam/loveship:TextSize", - "@epam/loveship:TooltipMods", - "@epam/loveship:TooltipProps", - "@epam/uui-editor:EditorValue", - "@epam/uui-editor:IImageElement", - "@epam/uui-editor:LinkElement", - "@epam/uui-editor:PlaceholderPluginParams", - "@epam/uui-editor:PlateImgAlign", - "@epam/uui-editor:SlateImageSize", - "@epam/uui-editor:SlateImgAlign", - "@epam/uui-editor:ToolbarButtonProps" - ] - }, - "ignoredExports": { - "totals": { - "allExports": 812, - "byModule": { - "@epam/uui-core": 130, - "@epam/uui-components": 105, - "@epam/uui": 144, - "@epam/promo": 127, - "@epam/electric": 106, - "@epam/loveship": 137, - "@epam/uui-editor": 63 - } - }, - "value": { - "@epam/uui-core": { - "ClassDeclaration": [ - "AnalyticsContext", - "ApiCallError", - "ApiContext", - "ArrayDataSource", - "ArrayListView", - "AsyncDataSource", - "AsyncListView", - "BaseDataSource", - "BaseListView", - "Debouncer", - "DndActor", - "DndContext", - "DragGhost", - "ErrorContext", - "GAListener", - "HistoryAdaptedRouter", - "LayoutContext", - "LazyDataSource", - "LazyListView", - "LazyLoadedMap", - "ListApiCache", - "Lock", - "LockContext", - "ModalContext", - "ModalOperationCancelled", - "NextRouterAdapter", - "NotificationContext", - "Router6AdaptedRouter", - "StubAdaptedRouter", - "Tree", - "UuiError" - ], - "VariableDeclaration": [ - "applyColumnsConfig", - "blankValidationState", - "CascadeSelectionTypes", - "clearEmptyValueFromRecord", - "cx", - "devLogger", - "directionMode", - "FAILED", - "forwardRef", - "getCalculatedValue", - "getColumnsConfig", - "getDecimalLength", - "getMinMaxValidatedValue", - "getSeparatedValue", - "i18n", - "IEditableDebouncer", - "isClientSide", - "isMobile", - "labelMod", - "Lens", - "LOADED", - "LOADING", - "maxOrderStr", - "minOrderStr", - "mobilePopperModifier", - "NOT_FOUND_RECORD", - "parseIconViewbox", - "PENDING", - "queryToSearch", - "ROOT_ID", - "searchToQuery", - "Stateful", - "UNKNOWN", - "urlParser", - "useColumnsConfig", - "useForceUpdate", - "useLayer", - "useLayoutEffectSafeForSsr", - "useTableState", - "useTableStateImpl", - "useUuiError", - "useUuiServices", - "UuiContext", - "uuiContextTypes", - "uuiDataTableHeaderCell", - "uuiDndState", - "uuiElement", - "uuiMarkers", - "uuiMod", - "uuiScrollShadows", - "validate" - ], - "FunctionDeclaration": [ - "arrayToMatrix", - "batch", - "blurFocusedElement", - "closestTargetParentByCondition", - "ContextProvider", - "createSkinComponent", - "deleteCookie", - "Form", - "formatBytes", - "getBeforeUnloadSingletone", - "getBrowser", - "getCookie", - "getFilterPredicate", - "getOffset", - "getOrderBetween", - "getOrderComparer", - "getRouter6BlockFn", - "getScreenSize", - "getScrollParentOfEventTarget", - "getSearchFilter", - "handleSpaceKey", - "isAnyParentHasClass", - "isEventTargetInsideClickable", - "isEventTargetInsideDraggable", - "isEventTargetInsideInput", - "isFocusReceiverInsideFocusLock", - "isUrl", - "mergeValidation", - "parseStringToCSSProperties", - "prependHttp", - "preventDefaultIfTargetFocused", - "releasePointerCaptureOnEventTarget", - "runDataQuery", - "setCookie", - "simplifyPredicates", - "useArrayDataSource", - "useAsyncDataSource", - "useForm", - "useLazyDataSource", - "useList", - "usePrevious", - "useScrollShadows", - "useUuiContext", - "useUuiServicesSsr", - "useVirtualList", - "validateServerErrorState", - "withMods" - ], - "EnumDeclaration": [ - "Browser" - ] - }, - "@epam/uui-components": { - "ClassDeclaration": [ - "Accordion", - "AnchorImpl", - "BaseDatePicker", - "BaseRangeDatePicker", - "BaseRating", - "BaseTimePicker", - "Burger", - "Button", - "ButtonBase", - "Calendar", - "CalendarPresets", - "Carousel", - "Checkbox", - "CheckboxGroup", - "ControlGroup", - "DataPickerRow", - "DataTableHeaderCell", - "DataTableHeaderRow", - "DatePickerBodyBase", - "Day", - "DragHandle", - "Dropdown", - "DropSpot", - "ErrorCatch", - "IconButton", - "LabeledInput", - "MainMenu", - "MainMenuCustomElement", - "MainMenuLogo", - "ModalBlocker", - "Modals", - "ModalWindow", - "MonthSelection", - "Paginator", - "PickerBodyBase", - "RadioGroup", - "RadioInput", - "RangeSlider", - "Rating", - "RichTextView", - "Slider", - "SliderBase", - "Snackbar", - "Spinner", - "Switch", - "Text", - "TextArea", - "TimePickerBody", - "UploadFileToggler", - "VPanel", - "YearSelection" - ], - "FunctionDeclaration": [ - "AdaptivePanel", - "applyValueToDataSourceState", - "dataSourceStateToValue", - "DataTableCell", - "DataTableSelectionProvider", - "FlexSpacer", - "InputAddon", - "PortalRoot", - "ScrollSpy", - "Tooltip", - "Tree", - "useColumnsConfiguration", - "usePicker", - "usePickerInput", - "usePickerList", - "usePickerModal", - "useScrollSpy" - ], - "VariableDeclaration": [ - "Anchor", - "Avatar", - "AvatarStack", - "Blocker", - "DataTableRow", - "DataTableSelectionContext", - "defaultFormat", - "DropdownContainer", - "FlexCell", - "FlexRow", - "handleDataSourceKeyboard", - "i18n", - "IconContainer", - "NumericInput", - "PickerToggler", - "Portal", - "ProgressBar", - "ScrollBars", - "supportedDateFormats", - "Svg", - "TextInput", - "toCustomDateFormat", - "toCustomDateRangeFormat", - "toValueDateFormat", - "toValueDateRangeFormat", - "uuiBurger", - "uuiDatePickerBodyBase", - "uuiDaySelection", - "uuiInputElements", - "uuiMainMenu", - "uuiMonthSelection", - "uuiNumericInput", - "uuiPresets", - "uuiSlider", - "uuiTimePicker", - "uuiYearSelection", - "valueFormat" - ] - }, - "@epam/uui": { - "VariableDeclaration": [ - "Accordion", - "Alert", - "allIconColors", - "allLinkButtonColors", - "Anchor", - "Avatar", - "AvatarStack", - "Badge", - "Blocker", - "Burger", - "BurgerButton", - "Button", - "Calendar", - "Checkbox", - "CheckboxGroup", - "ColumnHeaderDropdown", - "ControlGroup", - "CountIndicator", - "DataPickerFooter", - "DataPickerHeader", - "DataTableHeaderRow", - "DataTableRow", - "DatePicker", - "defaultBadgeFill", - "defaultBadgeSize", - "defaultPredicates", - "Dropdown", - "DropdownContainer", - "DropdownMenuBody", - "DropdownMenuButton", - "ErrorAlert", - "ErrorNotification", - "FileCard", - "FiltersPanel", - "FlexCell", - "FlexRow", - "getHighlightedSearchMatches", - "getHighlightRanges", - "GlobalMenu", - "HintAlert", - "HintNotification", - "i18n", - "IconButton", - "IconContainer", - "IndeterminateBar", - "IndicatorBar", - "InputAddon", - "LabeledInput", - "LinkButton", - "MainMenu", - "MainMenuAvatar", - "MainMenuButton", - "MainMenuIcon", - "MainMenuSearch", - "MobileDropdownWrapper", - "ModalBlocker", - "ModalWindow", - "MultiSwitch", - "NotificationCard", - "NumericInput", - "Panel", - "PickerInput", - "PickerToggler", - "ProgressBar", - "propsMods", - "RadioGroup", - "RadioInput", - "RangeDatePicker", - "rangeDatePickerPresets", - "renderCell", - "renderDropMarkers", - "RichTextView", - "ScrollBars", - "SearchInput", - "Slider", - "Spinner", - "StatusIndicator", - "SuccessAlert", - "SuccessNotification", - "SvgCircleProgress", - "Switch", - "TabButton", - "Tag", - "Text", - "TextArea", - "TextInput", - "TextPlaceholder", - "TimePicker", - "Tooltip", - "useColumnsWithFilters", - "uuiDatePickerBody", - "VerticalTabButton", - "VirtualList", - "WarningAlert", - "WarningNotification" - ], - "FunctionDeclaration": [ - "applyBadgeMods", - "applyButtonMods", - "applyCheckboxMods", - "applyDateSelectionMods", - "applyInputAddonMods", - "applyNumericInputMods", - "applyProgressBarMods", - "applySliderMods", - "applySpinnerMods", - "applySwitchMods", - "applyTagMods", - "applyTextAreaMods", - "applyTextInputMods", - "BurgerGroupHeader", - "BurgerSearch", - "ColumnsConfigurationModal", - "DataRowsContainer", - "DataTable", - "DataTableCell", - "DropdownMenuHeader", - "DropdownMenuSplitter", - "DropdownMenuSwitchButton", - "DropdownSubMenu", - "DropMarker", - "FilterItemBody", - "FlexSpacer", - "Form", - "getTextClasses", - "Paginator", - "PickerList", - "PickerListItem", - "PickerModal", - "PresetsPanel", - "useForm", - "weekCount" - ], - "ClassDeclaration": [ - "ClearNotification", - "ConfirmationModal", - "DataPickerBody", - "DataPickerRow", - "DataTableHeaderCell", - "DatePickerBody", - "DropSpot", - "MainMenuDropdown", - "ModalFooter", - "ModalHeader", - "PickerItem", - "RangeDatePickerBody" - ], - "EnumDeclaration": [ - "EditMode", - "IDropdownControlKeys" - ] - }, - "@epam/promo": { - "VariableDeclaration": [ - "Accordion", - "Alert", - "allBorderStyles", - "allEpamAdditionalColors", - "allEpamGrayscaleColors", - "allEpamPrimaryColors", - "allFillStyles", - "allFontStyles", - "allIconContainerColors", - "allRowSizes", - "allSizes", - "allTextSizes", - "Anchor", - "Avatar", - "AvatarStack", - "Badge", - "Blocker", - "Burger", - "BurgerButton", - "Button", - "Calendar", - "Checkbox", - "CheckboxGroup", - "commonControlColors", - "ControlGroup", - "ControlWrapper", - "CountIndicator", - "DataPickerFooter", - "DataTableHeaderRow", - "DataTableRow", - "DatePicker", - "defaultPredicates", - "Dropdown", - "DropdownContainer", - "DropdownMenuBody", - "DropdownMenuButton", - "ErrorAlert", - "ErrorNotification", - "ErrorPage", - "FileCard", - "FiltersPanel", - "FlexCell", - "FlexRow", - "getErrorPageConfig", - "getRecoveryMessageConfig", - "GlobalMenu", - "HintAlert", - "HintNotification", - "i18n", - "IconButton", - "IconContainer", - "IndeterminateBar", - "IndicatorBar", - "LabeledInput", - "LinkButton", - "MainMenu", - "MainMenuAvatar", - "MainMenuButton", - "MainMenuIcon", - "MainMenuSearch", - "ModalBlocker", - "ModalWindow", - "MultiSwitch", - "NotificationCard", - "NumericInput", - "Panel", - "PickerInput", - "PickerToggler", - "ProgressBar", - "RadioGroup", - "RadioInput", - "RangeDatePicker", - "Rating", - "RichTextView", - "ScrollBars", - "SearchInput", - "Slider", - "Spinner", - "StatusIndicator", - "SuccessAlert", - "SuccessNotification", - "SvgCircleProgress", - "Switch", - "TabButton", - "Tag", - "Text", - "TextArea", - "TextInput", - "TextPlaceholder", - "TimePicker", - "Tooltip", - "VerticalTabButton", - "VirtualList", - "WarningAlert", - "WarningNotification" - ], - "FunctionDeclaration": [ - "applyBadgeMods", - "applyDropdownContainerMods", - "applyIconContainerMods", - "BurgerSearch", - "ColumnsConfigurationModal", - "DataTable", - "DataTableCell", - "DropdownMenuHeader", - "DropdownMenuSplitter", - "DropdownMenuSwitchButton", - "DropdownSubMenu", - "DropMarker", - "ErrorHandler", - "FlexSpacer", - "Form", - "Paginator", - "PickerList", - "PickerModal", - "PresetsPanel", - "useForm" - ], - "ClassDeclaration": [ - "ClearNotification", - "ConfirmationModal", - "DataPickerBody", - "DataPickerRow", - "DropSpot", - "MainMenuCustomElement", - "MainMenuDropdown", - "MainMenuLogo", - "ModalFooter", - "ModalHeader", - "PickerItem" - ], - "EnumDeclaration": [ - "EditMode" - ] - }, - "@epam/electric": { - "VariableDeclaration": [ - "Accordion", - "Alert", - "Anchor", - "Avatar", - "AvatarStack", - "Badge", - "Blocker", - "Burger", - "BurgerButton", - "Button", - "Calendar", - "Checkbox", - "CheckboxGroup", - "ColumnHeaderDropdown", - "ControlGroup", - "CountIndicator", - "DataPickerFooter", - "DataPickerHeader", - "DataTableHeaderRow", - "DataTableRow", - "DatePicker", - "defaultPredicates", - "Dropdown", - "DropdownContainer", - "DropdownMenuBody", - "DropdownMenuButton", - "ErrorNotification", - "FileCard", - "FiltersPanel", - "FlexCell", - "FlexRow", - "GlobalMenu", - "HintNotification", - "IconButton", - "IndeterminateBar", - "IndicatorBar", - "InputAddon", - "LabeledInput", - "LinkButton", - "MainMenu", - "MainMenuAvatar", - "MainMenuButton", - "MainMenuIcon", - "MainMenuSearch", - "MobileDropdownWrapper", - "ModalBlocker", - "ModalWindow", - "MultiSwitch", - "NotificationCard", - "NumericInput", - "Panel", - "PickerInput", - "PickerToggler", - "ProgressBar", - "PromoButton", - "RadioGroup", - "RadioInput", - "RangeDatePicker", - "RichTextView", - "ScrollBars", - "Spinner", - "StatusIndicator", - "SuccessNotification", - "SvgCircleProgress", - "Switch", - "TabButton", - "Tag", - "Text", - "TextArea", - "TextInput", - "TextPlaceholder", - "TimePicker", - "Tooltip", - "VerticalTabButton", - "VirtualList", - "WarningNotification" - ], - "FunctionDeclaration": [ - "applyButtonMods", - "BurgerSearch", - "ColumnsConfigurationModal", - "DataRowsContainer", - "DataTable", - "DataTableCell", - "DropdownMenuHeader", - "DropdownMenuSplitter", - "DropdownMenuSwitchButton", - "DropdownSubMenu", - "DropMarker", - "FlexSpacer", - "Form", - "Paginator", - "PickerList", - "PickerListItem", - "PickerModal", - "PresetsPanel", - "useForm" - ], - "ClassDeclaration": [ - "ClearNotification", - "ConfirmationModal", - "DataPickerBody", - "DataPickerRow", - "DataTableHeaderCell", - "DropSpot", - "MainMenuDropdown", - "ModalFooter", - "ModalHeader", - "PickerItem", - "RangeDatePickerBody" - ] - }, - "@epam/loveship": { - "VariableDeclaration": [ - "Accordion", - "Alert", - "allBorderStyles", - "allEpamAdditionalColors", - "allEpamGrayscaleColors", - "allEpamPrimaryColors", - "allFillStyles", - "allFontStyles", - "allRowSizes", - "allSizes", - "allTextSizes", - "Anchor", - "Avatar", - "AvatarStack", - "Badge", - "Blocker", - "Burger", - "BurgerButton", - "Button", - "Calendar", - "Checkbox", - "CheckboxGroup", - "commonControlColors", - "ControlGroup", - "ControlWrapper", - "CountIndicator", - "DataPickerFooter", - "DataTableHeaderRow", - "DataTableRow", - "DatePicker", - "defaultPredicates", - "Dropdown", - "DropdownContainer", - "DropdownMenuBody", - "DropdownMenuButton", - "ErrorAlert", - "ErrorNotification", - "FileCard", - "FiltersPanel", - "FlexCell", - "FlexRow", - "getDefaultErrorPageProps", - "getTextWidth", - "GlobalMenu", - "HintAlert", - "HintNotification", - "i18n", - "IconButton", - "IconContainer", - "IndeterminateBar", - "IndicatorBar", - "LabeledInput", - "LinkButton", - "MainMenu", - "MainMenuAvatar", - "MainMenuButton", - "MainMenuIcon", - "MainMenuSearch", - "ModalBlocker", - "ModalWindow", - "MultiSwitch", - "NotificationCard", - "NumericInput", - "Panel", - "PickerInput", - "PickerToggler", - "ProgressBar", - "RadioGroup", - "RadioInput", - "RangeDatePicker", - "RangeSlider", - "Rating", - "recoveryWordings", - "RichTextView", - "ScrollBars", - "SearchInput", - "Slider", - "SnackbarCard", - "Spinner", - "StatusIndicator", - "SuccessAlert", - "SuccessNotification", - "SvgCircleProgress", - "Switch", - "TabButton", - "Tag", - "Text", - "TextArea", - "TextInput", - "TextPlaceholder", - "TimePicker", - "Tooltip", - "VerticalTabButton", - "VirtualList", - "WarningAlert", - "WarningNotification" - ], - "FunctionDeclaration": [ - "applyBadgeMods", - "applyButtonMods", - "applyIconContainerMods", - "applyRangeSliderMods", - "applyTextInputMods", - "ColumnsConfigurationModal", - "DataTable", - "DataTableCell", - "DropdownMenuHeader", - "DropdownMenuSplitter", - "DropdownMenuSwitchButton", - "DropdownSubMenu", - "DropMarker", - "ErrorHandler", - "FlexSpacer", - "Form", - "getIconClass", - "Paginator", - "PickerList", - "PickerModal", - "PresetsPanel", - "useForm" - ], - "ClassDeclaration": [ - "AvatarRow", - "ClearNotification", - "ConfirmationModal", - "DataPickerBody", - "DataPickerRow", - "DropSpot", - "ErrorPage", - "InstanceItem", - "MainMenuCustomElement", - "MainMenuDropdown", - "MainMenuLogo", - "MakeMeItem", - "ModalFooter", - "ModalHeader", - "PickerItem", - "SliderRating", - "Snackbar", - "TextOverflow", - "UploadFileToggler" - ] - }, - "@epam/uui-editor": { - "VariableDeclaration": [ - "ATTACHMENT_PLUGIN_KEY", - "ATTACHMENT_PLUGIN_TYPE", - "attachmentPlugin", - "baseMarksPlugin", - "basePlugins", - "codeBlockPlugin", - "colorPlugin", - "createDeserializer", - "createSerializer", - "defaultPlugins", - "headerPlugin", - "IFRAME_PLUGIN_KEY", - "IFRAME_PLUGIN_TYPE", - "iframePlugin", - "IMAGE_PLUGIN_KEY", - "IMAGE_PLUGIN_TYPE", - "imagePlugin", - "isEditorValueEmpty", - "linkPlugin", - "listPlugin", - "migrateNode", - "migrateSchema", - "notePlugin", - "noteTypes", - "PARAGRAPH_TYPE", - "paragraphPlugin", - "placeholderPlugin", - "QUOTE_PLUGIN_KEY", - "quotePlugin", - "SEPARATOR_KEY", - "separatorPlugin", - "superscriptPlugin", - "tablePlugin", - "TODO_ELEMENT_KEY", - "toDoListPlugin", - "ToolbarButton", - "uploadFilePlugin", - "VIDEO_PLUGIN_KEY", - "videoPlugin" - ], - "FunctionDeclaration": [ - "BoldButton", - "CodeButton", - "ColorButton", - "getBlockDesirialiser", - "getMarkDeserializer", - "HeaderButton", - "IframeButton", - "ImageButton", - "isImageSelected", - "isPluginActive", - "isTextSelected", - "ItalicButton", - "LinkButton", - "ListButton", - "NoteButton", - "PlaceholderButton", - "QuoteButton", - "SeparatorButton", - "SlateEditor", - "SuperscriptButton", - "TableButton", - "ToDoListButton", - "UnderlineButton", - "VideoButton" - ] - } - } - }, - "includedExports": { - "totals": { - "allExports": 566, - "byModule": { - "@epam/uui-core": 201, - "@epam/uui-components": 88, - "@epam/uui": 138, - "@epam/promo": 55, - "@epam/electric": 9, - "@epam/loveship": 65, - "@epam/uui-editor": 10 - } - }, - "value": { - "@epam/uui-core": { - "InterfaceDeclaration": [ - "AcceptDropParams", - "ApiCallInfo", - "ApiCallOptions", - "ApiContextProps", - "ApiExtensions", - "ApplyFilterOptions", - "ApplySearchOptions", - "ApplySortOptions", - "ArrayDataSourceProps", - "ArrayListViewProps", - "AsyncDataSourceProps", - "AsyncListViewProps", - "BaseArrayListViewProps", - "BaseDatePickerProps", - "BaseListViewProps", - "BaseRangeDatePickerProps", - "BatchPromiseOptions", - "ButtonBaseCoreProps", - "ButtonCoreProps", - "ButtonSemanticProps", - "CheckboxCoreProps", - "CommonContexts", - "ContextProviderProps", - "DataColumnProps", - "DataQuery", - "DataRowOptions", - "DataRowPathItem", - "DataSourceListProps", - "DataSourceState", - "DataTableCellOptions", - "DataTableCellProps", - "DataTableColumnsConfigOptions", - "DataTableHeaderCellProps", - "DataTableHeaderRowProps", - "DataTableRowProps", - "DataTableSelectedCellData", - "DataTableState", - "DatePickerCoreProps", - "DndActorProps", - "DndActorRenderParams", - "DndContextState", - "DragGhostProps", - "DropdownBodyProps", - "DropdownProps", - "DropParams", - "ErrorPageInfo", - "FileUploadOptions", - "FileUploadResponse", - "FormProps", - "FormSaveResponse", - "IAdaptiveItem", - "IAnalyticableClick", - "IAnalyticableOnChange", - "IAnalyticsContext", - "IAnalyticsListener", - "IApiContext", - "IBaseContext", - "IBasicPickerToggler", - "ICanBeInvalid", - "ICanBeReadonly", - "ICanBeRequired", - "ICanFocus", - "ICanRedirect", - "IClickable", - "IContextProviderSsrProps", - "IDataSource", - "IDisableable", - "IDndActor", - "IDndContext", - "IDropdownBodyProps", - "IDropdownToggler", - "IEditable", - "IEditableDebouncerOptions", - "IEditableDebouncerProps", - "IErrorContext", - "IFormApi", - "IHasCaption", - "IHasChildren", - "IHasCX", - "IHasDirection", - "IHasForwardedRef", - "IHasIcon", - "IHasLabel", - "IHasPlaceholder", - "IHasStyleAttrs", - "IHasTabIndex", - "IHistory4", - "ILayoutContext", - "ILens", - "ILockContext", - "IMap", - "IModal", - "IModalContext", - "INotification", - "INotificationContext", - "IPickerToggler", - "IPresetsApi", - "IRouterContext", - "ITablePreset", - "ITableState", - "ITree", - "IUserSettingsContext", - "LabeledInputCoreProps", - "LayoutLayer", - "LazyDataSourceApiRequest", - "LazyDataSourceApiRequestContext", - "LazyDataSourceApiRequestRange", - "LazyDataSourceApiResponse", - "LazyDataSourceProps", - "LazyListViewProps", - "Link", - "ListApiResponse", - "ListApiSettings", - "LoadTreeOptions", - "Metadata", - "ModalBlockerProps", - "ModalFooterCoreProps", - "ModalHeaderCoreProps", - "ModalOperation", - "ModalWindowProps", - "NotificationOperation", - "NotificationParams", - "RangeDatePickerValue", - "RenderCellProps", - "RenderEditorProps", - "ScrollToConfig", - "SortingOption", - "SpinnerCoreProps", - "StatefulProps", - "TextInputCoreProps", - "TooltipCoreProps", - "TreeNodeInfo", - "TreeParams", - "UseTableStateHookParams", - "UseUuiErrorOptions", - "UseUuiErrorProps", - "UseUuiServicesProps", - "UuiContexts", - "UuiServicesProps", - "VirtualListRange", - "VirtualListState" - ], - "TypeAliasDeclaration": [ - "AnalyticsEvent", - "ApiCallErrorType", - "ApiRecoveryReason", - "ApiStatus", - "ArrayElement", - "ArrayPickerProps", - "BlockTypes", - "ButtonComponentProps", - "CascadeSelection", - "ClassValue", - "ColumnsConfig", - "CX", - "DataQueryFilter", - "DataQueryFilterCondition", - "DataRowProps", - "DataSourceListCounts", - "DataTableConfigModalParams", - "DropdownPlacement", - "DropPosition", - "DropPositionOptions", - "FilterPredicate", - "FilterPredicateName", - "FiltersConfig", - "FlexCellProps", - "FlexRowProps", - "ICanBeFixed", - "ICheckable", - "IColumnConfig", - "Icon", - "IDataSourceView", - "IFilterConfig", - "IFilterItemBodyProps", - "IFilterPredicate", - "IHasRawProps", - "IProcessRequest", - "IRouter6", - "ItemsComparator", - "LazyDataSourceApi", - "LazyLoadedMapLoadCallback", - "LoadingStatus", - "MergedRawProps", - "PickerBaseOptions", - "PickerBaseProps", - "PickerBindingProps", - "PickerBindingValueType", - "PickerFilterConfig", - "PickerFooterProps", - "RangeDatePickerInputType", - "RangeDatePickerPresets", - "RangeDatePickerPresetValue", - "ScrollAlign", - "SearchResultItem", - "SinglePickerProps", - "SortDirection", - "TableFiltersConfig", - "TMouseCoords", - "UseFormProps", - "UuiRecoveryErrorInfo", - "ValidationMode", - "VPanelProps" - ] - }, - "@epam/uui-components": { - "TypeAliasDeclaration": [ - "AccordionProps", - "AdaptiveItemProps", - "AnchorProps", - "ArrayPickerProps", - "ButtonBaseProps", - "ButtonProps", - "IconButtonBaseProps", - "IRenderInputProps", - "PickerBindingProps", - "PickerBindingValueType", - "PickerInputBaseProps", - "PickerListBaseProps", - "PickerModalArrayProps", - "PickerModalScalarProps", - "SinglePickerProps", - "TextProps", - "UsePickerInputProps", - "UsePickerListProps", - "UsePickerModalProps", - "ViewType" - ], - "InterfaceDeclaration": [ - "AdaptivePanelProps", - "AvatarProps", - "AvatarStackProps", - "BaseRatingProps", - "BaseTimePickerProps", - "BlockerProps", - "BurgerProps", - "CalendarPresetsProps", - "CalendarProps", - "CarouselProps", - "CarouselState", - "CheckboxGroupProps", - "CheckboxProps", - "ColumnsConfigurationRowProps", - "ControlGroupProps", - "ControlIconProps", - "DataSourceKeyboardParams", - "DataTableSelectionProviderProps", - "DatePickerBodyBaseOptions", - "DatePickerBodyBaseProps", - "DatePickerState", - "DayProps", - "DragHandleProps", - "DropdownContainerProps", - "DropSpotRenderParams", - "FlexSpacerProps", - "HeaderCellContentProps", - "InputAddonProps", - "IProgressBarProps", - "IScrollSpyApi", - "IScrollSpyProps", - "LabeledInputProps", - "MainMenuCustomElementProps", - "MainMenuDropdownProps", - "MainMenuLogoProps", - "MainMenuProps", - "NumericInputProps", - "PaginatorParams", - "PaginatorProps", - "PickerBodyBaseProps", - "PickerBodyValue", - "PickerModalOptions", - "PickerTogglerProps", - "PortalProps", - "PositionValues", - "RadioGroupItem", - "RadioGroupProps", - "RadioInputProps", - "RangeSliderState", - "RangeSliderValue", - "RatingProps", - "RichTextViewProps", - "ScrollbarProps", - "ScrollbarsApi", - "SelectionContextState", - "SliderBaseProps", - "SliderBaseState", - "SnackbarProps", - "SpinnerProps", - "SwitchProps", - "TextAreaProps", - "TextInputProps", - "TimePickerBodyProps", - "TimePickerValue", - "TooltipProps", - "TreeListItem", - "TreeProps", - "YearSelectionProps" - ] - }, - "@epam/uui": { - "InterfaceDeclaration": [ - "AccordionMods", - "AlertProps", - "BadgeMods", - "BurgerButtonMods", - "BurgerGroupHeaderProps", - "BurgerMods", - "BurgerSearchProps", - "ButtonMods", - "CheckboxMods", - "ColumnsConfigurationModalProps", - "ConfirmationModalWindowProps", - "DataPickerBodyProps", - "DataPickerRowProps", - "DataRowsContainerProps", - "DataTableCellMods", - "DataTableHeaderCellMods", - "DataTableHeaderRowMods", - "DataTableMods", - "DataTableProps", - "DataTableRowMods", - "DatePickerBodyProps", - "DatePickerProps", - "DefaultNotificationProps", - "DropdownContainerMods", - "DropdownContainerProps", - "DropdownMenuContainerProps", - "DropMarkerProps", - "DropSpotProps", - "FileCardItem", - "FileCardProps", - "FiltersPanelProps", - "FlexRowProps", - "GlobalMenuProps", - "HighlightRange", - "IconButtonMods", - "IDropdownMenuItemProps", - "IHasEditMode", - "IndeterminateBarMods", - "ITextPlaceholderProps", - "LabeledInputMods", - "LinkButtonMods", - "MainMenuAvatarProps", - "MainMenuButtonMods", - "MainMenuMods", - "MainMenuSearchProps", - "ModalFooterProps", - "ModalHeaderProps", - "ModalWindowMods", - "MultiSwitchProps", - "NotificationCardProps", - "NumericInputMods", - "PanelMods", - "PickerItemProps", - "PickerListItemProps", - "PickerTogglerMods", - "PresetsPanelProps", - "ProgressBarMods", - "RadioInputMods", - "RangeDatePickerBodyProps", - "RangeDatePickerProps", - "RangeDatePickerValue", - "RichTextViewMods", - "SearchInputProps", - "SizeMod", - "SliderMods", - "SliderProps", - "SwitchMods", - "TabButtonMods", - "TextAreaMods", - "TextInputMods", - "TextInputProps", - "TextMods", - "TextSettings", - "TimePickerProps", - "TooltipMods", - "VirtualListRenderRowsParams" - ], - "TypeAliasDeclaration": [ - "AccordionProps", - "BadgeColor", - "BadgeCoreProps", - "BadgeFill", - "BadgeProps", - "BadgeSize", - "ButtonColor", - "ButtonCoreProps", - "ButtonFill", - "ButtonProps", - "CheckboxProps", - "CompletePickerInputProps", - "ControlSize", - "CountIndicatorCoreProps", - "CountIndicatorMods", - "CountIndicatorProps", - "FlexCellMods", - "FlexCellProps", - "IconButtonCoreProps", - "IconButtonProps", - "IconColor", - "InputType", - "LabeledInputProps", - "LinkButtonColorType", - "LinkButtonCoreProps", - "LinkButtonProps", - "MainMenuIconProps", - "MainMenuProps", - "ModalWindowProps", - "NumericInputProps", - "PanelProps", - "PickerInputProps", - "PickerListProps", - "PickerModalProps", - "pickerPart", - "RadioInputProps", - "RichTextViewProps", - "RowMods", - "SpinnerProps", - "StatusIndicatorColors", - "StatusIndicatorCoreProps", - "StatusIndicatorMods", - "StatusIndicatorProps", - "SwitchProps", - "TabButtonProps", - "TagColor", - "TagCoreProps", - "TagFill", - "TagMods", - "TagProps", - "TagSize", - "TextAreaProps", - "TextColor", - "TextFontStyle", - "TextFontWeight", - "TextPlaceholderProps", - "TextProps", - "TextSize", - "TooltipProps", - "UuiMultiSwitchColor", - "VerticalTabButtonProps", - "VirtualListProps" - ] - }, - "@epam/promo": { - "InterfaceDeclaration": [ - "AlertMods", - "AlertProps", - "ButtonMods", - "ColorMod", - "CountIndicatorMods", - "DropdownContainerMods", - "ErrorHandlerProps", - "FontMod", - "IconButtonMods", - "IconContainerMods", - "LinkButtonMods", - "ModalWindowMods", - "MultiSwitchMods", - "NotificationCardMods", - "PanelMods", - "PanelProps", - "RatingMods", - "RatingProps", - "RowMods", - "RowSizeMod", - "SizeMod", - "TextInputProps", - "TextMods", - "TooltipMods" - ], - "TypeAliasDeclaration": [ - "BadgeMods", - "BadgeProps", - "ButtonColor", - "ButtonProps", - "ControlShape", - "ControlSize", - "CountIndicatorProps", - "DropdownContainerProps", - "EpamAdditionalColor", - "EpamColor", - "EpamGrayscaleColor", - "EpamPrimaryColor", - "FillStyle", - "FlexRowProps", - "FontStyle", - "IconButtonProps", - "IconColor", - "IconContainerColors", - "IconContainerProps", - "LinkButtonProps", - "MultiSwitchColor", - "MultiSwitchProps", - "NotificationCardProps", - "RowSize", - "StatusIndicatorMods", - "StatusIndicatorProps", - "TagMods", - "TagProps", - "TextProps", - "TextSize", - "TooltipProps" - ] - }, - "@epam/electric": { - "TypeAliasDeclaration": [ - "BadgeMods", - "BadgeProps", - "PromoButtonProps", - "PromoButtonSize", - "StatusIndicatorMods", - "StatusIndicatorProps", - "TagMods", - "TagProps" - ], - "InterfaceDeclaration": [ - "PromoButtonMods" - ] - }, - "@epam/loveship": { - "InterfaceDeclaration": [ - "AlertMods", - "AlertProps", - "ButtonMods", - "ColorMod", - "CountIndicatorMods", - "DropdownContainerMods", - "ErrorConfig", - "ErrorPageProps", - "FontMod", - "IconButtonMods", - "IconContainerMods", - "LinkButtonMods", - "MakeMeItemProps", - "MakeMeUser", - "ModalWindowMods", - "MultiSwitchMods", - "NotificationCardMods", - "PanelMods", - "PanelProps", - "RadioInputMods", - "RadioInputProps", - "RangeSliderMods", - "RatingMods", - "RatingProps", - "RowMods", - "RowSizeMod", - "SizeMod", - "SliderRatingProps", - "SnackbarCardProps", - "TextInputMods", - "TextMods", - "TooltipMods" - ], - "TypeAliasDeclaration": [ - "BadgeMods", - "BadgeProps", - "ButtonColorType", - "ButtonProps", - "ControlShape", - "ControlSize", - "CountIndicatorProps", - "DropdownContainerProps", - "EpamAdditionalColor", - "EpamColor", - "EpamGrayscaleColor", - "EpamPrimaryColor", - "FillStyle", - "FlexRowProps", - "FontStyle", - "IconButtonProps", - "IconContainerProps", - "LinkButtonProps", - "MultiSwitchColor", - "MultiSwitchProps", - "NotificationCardProps", - "RowSize", - "SearchInputProps", - "StatusIndicatorMods", - "StatusIndicatorProps", - "TabButtonMods", - "TabButtonProps", - "TagMods", - "TagProps", - "TextInputProps", - "TextProps", - "TextSize", - "TooltipProps" - ] - }, - "@epam/uui-editor": { - "TypeAliasDeclaration": [ - "EditorValue", - "PlateImgAlign", - "SlateImageSize", - "SlateImgAlign" - ], - "InterfaceDeclaration": [ - "IImageElement", - "LinkElement", - "PlaceholderPluginParams", - "PlateProps", - "SlateProps", - "ToolbarButtonProps" - ] - } - } - } -} \ No newline at end of file