@ansible/ansible-ui-framework 2.4.1389 → 2.4.1740

Sign up to get free protection for your applications and to get access to all the features.
Files changed (231) hide show
  1. package/{framework/PageDetails → PageDetails}/PageDetailCodeEditor.d.ts +3 -1
  2. package/{framework/PageDialogs → PageDialogs}/BulkActionDialog.d.ts +2 -1
  3. package/{framework/PageDialogs → PageDialogs}/BulkConfirmationDialog.d.ts +0 -2
  4. package/{framework/PageForm → PageForm}/Inputs/PageFormCheckbox.d.ts +2 -1
  5. package/PageForm/Inputs/PageFormFileUpload.d.ts +9 -0
  6. package/{framework/PageForm → PageForm}/Inputs/PageFormMultiInput.d.ts +3 -7
  7. package/{framework/PageForm → PageForm}/Inputs/PageFormMultiSelect.d.ts +1 -1
  8. package/{framework/PageForm → PageForm}/Inputs/PageFormSelect.d.ts +2 -0
  9. package/{framework/PageForm → PageForm}/Inputs/PageFormSingleSelect.d.ts +2 -1
  10. package/{framework/PageForm → PageForm}/Inputs/PageFormTextArea.d.ts +3 -1
  11. package/PageForm/Inputs/validation-hooks.d.ts +4 -0
  12. package/{framework/PageForm → PageForm}/PageForm.d.ts +4 -5
  13. package/{framework/PageInputs → PageInputs}/PageMultiSelect.d.ts +1 -1
  14. package/{framework/PageInputs → PageInputs}/PageSingleSelect.d.ts +3 -3
  15. package/{framework/PageNavigation → PageNavigation}/PageApp.d.ts +1 -0
  16. package/{framework/PageNavigation → PageNavigation}/PageNavigation.d.ts +1 -0
  17. package/{framework/PageNavigation → PageNavigation}/PageNavigationItem.d.ts +2 -0
  18. package/{framework/PageTable → PageTable}/PageMultiSelectList.d.ts +1 -0
  19. package/{framework/PageTable → PageTable}/PageTableCard.d.ts +3 -3
  20. package/{framework/PageTable → PageTable}/PageTableColumn.d.ts +18 -18
  21. package/{framework/PageTabs → PageTabs}/PageTabs.d.ts +0 -1
  22. package/PageWizard/PageWizardBody.d.ts +2 -0
  23. package/{framework/PageWizard → PageWizard}/PageWizardProvider.d.ts +1 -0
  24. package/{framework/PageWizard → PageWizard}/types.d.ts +6 -5
  25. package/assets/editor.worker-kH-qYHP1.js +11 -0
  26. package/assets/json.worker-kXvdEO82.js +42 -0
  27. package/assets/yaml.worker-BvVMw5Ib.js +470 -0
  28. package/components/IconButton.d.ts +2 -0
  29. package/components/icons/RunningIcon.d.ts +2 -0
  30. package/{framework/components → components}/pfcolors.d.ts +1 -1
  31. package/components/useURLSearchParams.d.ts +4 -0
  32. package/hooks/useAbortController.d.ts +1 -0
  33. package/index.js +18441 -19701
  34. package/index.umd.cjs +173 -223
  35. package/package.json +1 -1
  36. package/publish/assets/yaml.worker-BvVMw5Ib.d.ts +3 -0
  37. package/publish/index.d.ts +317 -0
  38. package/style.css +1 -1
  39. package/{framework/useView.d.ts → useView.d.ts} +1 -1
  40. package/assets/editor.worker-BaH8g6hh.js +0 -11
  41. package/assets/json.worker--PbY3Cm5.js +0 -42
  42. package/assets/yaml.worker-BtFF61Fi.js +0 -470
  43. package/framework/PageDashboard/PageDashboardCountBar.cy.d.ts +0 -1
  44. package/framework/PageDialogs/BulkActionDialog.cy.d.ts +0 -1
  45. package/framework/PageDialogs/PageDialog.cy.d.ts +0 -1
  46. package/framework/PageForm/ErrorAlert.cy.d.ts +0 -1
  47. package/framework/PageForm/Inputs/PageFormDataEditor.cy.d.ts +0 -1
  48. package/framework/PageForm/Inputs/PageFormFileUpload.d.ts +0 -7
  49. package/framework/PageForm/Inputs/PageFormMarkdownEditor.cy.d.ts +0 -1
  50. package/framework/PageForm/Inputs/PageFormSecret.cy.d.ts +0 -1
  51. package/framework/PageForm/Inputs/validation-hooks.d.ts +0 -4
  52. package/framework/PageForm/PageFormExpandableSection.cy.d.ts +0 -1
  53. package/framework/PageForm/genericErrorAdapter.cy.d.ts +0 -1
  54. package/framework/PageInputs/PageAsyncMultiSelect.cy.d.ts +0 -1
  55. package/framework/PageInputs/PageAsyncSingleSelect.cy.d.ts +0 -9
  56. package/framework/PageInputs/PageMultiSelect.cy.d.ts +0 -1
  57. package/framework/PageInputs/PageSingleSelect.cy.d.ts +0 -1
  58. package/framework/PageNotifications/PageNotificationsProvider.cy.d.ts +0 -1
  59. package/framework/PageTabs/PageRoutedTabs.d.ts +0 -20
  60. package/framework/PageToolbar/PageToolbarFilters/ToolbarAsyncSelectFilterBuilder.d.ts +0 -23
  61. package/framework/PageToolbar/PageToolbarFilters/ToolbarFilters.cy.d.ts +0 -1
  62. package/framework/PageWizard/PageWizard.cy.d.ts +0 -1
  63. package/framework/PageWizard/PageWizardBody.cy.d.ts +0 -1
  64. package/framework/PageWizard/PageWizardBody.d.ts +0 -2
  65. package/framework/PageWizard/PageWizardFooter.cy.d.ts +0 -1
  66. package/framework/components/AsyncQueryLabel.d.ts +0 -6
  67. package/framework/components/IconButton.d.ts +0 -2
  68. package/framework/components/icons/RunningIcon.d.ts +0 -2
  69. package/framework/components/useSearchParams.d.ts +0 -1
  70. package/framework/publish/assets/yaml.worker-BtFF61Fi.d.ts +0 -3
  71. package/framework/publish/index.d.ts +0 -317
  72. /package/{framework/PageActions → PageActions}/PageAction.d.ts +0 -0
  73. /package/{framework/PageActions → PageActions}/PageActionButton.d.ts +0 -0
  74. /package/{framework/PageActions → PageActions}/PageActionDropdown.d.ts +0 -0
  75. /package/{framework/PageActions → PageActions}/PageActionSwitch.d.ts +0 -0
  76. /package/{framework/PageActions → PageActions}/PageActionUtils.d.ts +0 -0
  77. /package/{framework/PageActions → PageActions}/PageActions.d.ts +0 -0
  78. /package/{framework/PageActions → PageActions}/PageActionsPinned.d.ts +0 -0
  79. /package/{framework/PageAlertToaster.d.ts → PageAlertToaster.d.ts} +0 -0
  80. /package/{framework/PageBody.d.ts → PageBody.d.ts} +0 -0
  81. /package/{framework/PageCarousel → PageCarousel}/PageCarousel.d.ts +0 -0
  82. /package/{framework/PageCarousel → PageCarousel}/PageCarouselCardPage.d.ts +0 -0
  83. /package/{framework/PageCarousel → PageCarousel}/PageCarouselNav.d.ts +0 -0
  84. /package/{framework/PageCells → PageCells}/BytesCell.d.ts +0 -0
  85. /package/{framework/PageCells → PageCells}/CopyCell.d.ts +0 -0
  86. /package/{framework/PageCells → PageCells}/DateTimeCell.d.ts +0 -0
  87. /package/{framework/PageCells → PageCells}/ElapsedTimeCell.d.ts +0 -0
  88. /package/{framework/PageCells → PageCells}/LabelsCell.d.ts +0 -0
  89. /package/{framework/PageCells → PageCells}/TextCell.d.ts +0 -0
  90. /package/{framework/PageDashboard → PageDashboard}/PageChartContainer.d.ts +0 -0
  91. /package/{framework/PageDashboard → PageDashboard}/PageChartLegend.d.ts +0 -0
  92. /package/{framework/PageDashboard → PageDashboard}/PageDashboard.d.ts +0 -0
  93. /package/{framework/PageDashboard → PageDashboard}/PageDashboardCard.d.ts +0 -0
  94. /package/{framework/PageDashboard → PageDashboard}/PageDashboardCarousel.d.ts +0 -0
  95. /package/{framework/PageDashboard → PageDashboard}/PageDashboardChart.d.ts +0 -0
  96. /package/{framework/PageDashboard → PageDashboard}/PageDashboardCount.d.ts +0 -0
  97. /package/{framework/PageDashboard → PageDashboard}/PageDashboardCountBar.d.ts +0 -0
  98. /package/{framework/PageDashboard → PageDashboard}/PageDashboardGettingStarted.d.ts +0 -0
  99. /package/{framework/PageDashboard → PageDashboard}/PageDonutChart.d.ts +0 -0
  100. /package/{framework/PageDashboard → PageDashboard}/PageScatterChart.d.ts +0 -0
  101. /package/{framework/PageDashboard → PageDashboard}/usePageChartColors.d.ts +0 -0
  102. /package/{framework/PageDetails → PageDetails}/PageDetail.d.ts +0 -0
  103. /package/{framework/PageDetails → PageDetails}/PageDetailKeyValueList.d.ts +0 -0
  104. /package/{framework/PageDetails → PageDetails}/PageDetails.d.ts +0 -0
  105. /package/{framework/PageDetails → PageDetails}/PageDetailsFromColumns.d.ts +0 -0
  106. /package/{framework/PageDialogs → PageDialogs}/MultiSelectDialog.d.ts +0 -0
  107. /package/{framework/PageDialogs → PageDialogs}/PageDialog.d.ts +0 -0
  108. /package/{framework/PageDialogs → PageDialogs}/SingleSelectDialog.d.ts +0 -0
  109. /package/{framework/PageDialogs → PageDialogs}/useSelectDialog.d.ts +0 -0
  110. /package/{framework/PageEmptyStates → PageEmptyStates}/PageNotFound.d.ts +0 -0
  111. /package/{framework/PageEmptyStates → PageEmptyStates}/PageNotImplemented.d.ts +0 -0
  112. /package/{framework/PageForm → PageForm}/ErrorAlert.d.ts +0 -0
  113. /package/{framework/PageForm → PageForm}/GenericForm.d.ts +0 -0
  114. /package/{framework/PageForm → PageForm}/Inputs/FormGroupDateTimePicker.d.ts +0 -0
  115. /package/{framework/PageForm → PageForm}/Inputs/FormGroupTypeAheadMultiSelect.d.ts +0 -0
  116. /package/{framework/PageForm → PageForm}/Inputs/PageFormAsyncMultiSelect.d.ts +0 -0
  117. /package/{framework/PageForm → PageForm}/Inputs/PageFormAsyncSelect.d.ts +0 -0
  118. /package/{framework/PageForm → PageForm}/Inputs/PageFormAsyncSingleSelect.d.ts +0 -0
  119. /package/{framework/PageForm → PageForm}/Inputs/PageFormCreatableSelect.d.ts +0 -0
  120. /package/{framework/PageForm → PageForm}/Inputs/PageFormDataEditor.d.ts +0 -0
  121. /package/{framework/PageForm → PageForm}/Inputs/PageFormDateTimePicker.d.ts +0 -0
  122. /package/{framework/PageForm → PageForm}/Inputs/PageFormGroup.d.ts +0 -0
  123. /package/{framework/PageForm → PageForm}/Inputs/PageFormMarkdown.d.ts +0 -0
  124. /package/{framework/PageForm → PageForm}/Inputs/PageFormSecret.d.ts +0 -0
  125. /package/{framework/PageForm → PageForm}/Inputs/PageFormSlider.d.ts +0 -0
  126. /package/{framework/PageForm → PageForm}/Inputs/PageFormSwitch.d.ts +0 -0
  127. /package/{framework/PageForm → PageForm}/Inputs/PageFormTextInput.d.ts +0 -0
  128. /package/{framework/PageForm → PageForm}/Inputs/PageFormToggleGroup.d.ts +0 -0
  129. /package/{framework/PageForm → PageForm}/Inputs/PageMarkdownDetail.d.ts +0 -0
  130. /package/{framework/PageForm → PageForm}/PageFormButtons.d.ts +0 -0
  131. /package/{framework/PageForm → PageForm}/PageFormExpandableSection.d.ts +0 -0
  132. /package/{framework/PageForm → PageForm}/Utils/PageFormHidden.d.ts +0 -0
  133. /package/{framework/PageForm → PageForm}/Utils/PageFormSection.d.ts +0 -0
  134. /package/{framework/PageForm → PageForm}/Utils/PageFormSetError.d.ts +0 -0
  135. /package/{framework/PageForm → PageForm}/Utils/PageFormSetValue.d.ts +0 -0
  136. /package/{framework/PageForm → PageForm}/Utils/PageFormWatch.d.ts +0 -0
  137. /package/{framework/PageForm → PageForm}/genericErrorAdapter.d.ts +0 -0
  138. /package/{framework/PageForm → PageForm}/typesErrorAdapter.d.ts +0 -0
  139. /package/{framework/PageFramework.d.ts → PageFramework.d.ts} +0 -0
  140. /package/{framework/PageHeader.d.ts → PageHeader.d.ts} +0 -0
  141. /package/{framework/PageInputs → PageInputs}/PageAsyncMultiSelect.d.ts +0 -0
  142. /package/{framework/PageInputs → PageInputs}/PageAsyncSelectOptions.d.ts +0 -0
  143. /package/{framework/PageInputs → PageInputs}/PageAsyncSingleSelect.d.ts +0 -0
  144. /package/{framework/PageInputs → PageInputs}/PageSelectOption.d.ts +0 -0
  145. /package/{framework/PageInputs → PageInputs}/PageToggleGroup.d.ts +0 -0
  146. /package/{framework/PageLayout.d.ts → PageLayout.d.ts} +0 -0
  147. /package/{framework/PageMasonry.d.ts → PageMasonry.d.ts} +0 -0
  148. /package/{framework/PageMasthead → PageMasthead}/PageMasthead.d.ts +0 -0
  149. /package/{framework/PageMasthead → PageMasthead}/PageMastheadDropdown.d.ts +0 -0
  150. /package/{framework/PageMasthead → PageMasthead}/PageNotificationsIcon.d.ts +0 -0
  151. /package/{framework/PageMasthead → PageMasthead}/PageThemeSwitcher.d.ts +0 -0
  152. /package/{framework/PageNavigation → PageNavigation}/PageNavSidebar.d.ts +0 -0
  153. /package/{framework/PageNavigation → PageNavigation}/PageNavigationRoutesProvider.d.ts +0 -0
  154. /package/{framework/PageNavigation → PageNavigation}/useGetPageUrl.d.ts +0 -0
  155. /package/{framework/PageNavigation → PageNavigation}/usePageNavigate.d.ts +0 -0
  156. /package/{framework/PageNotifications → PageNotifications}/PageNotificationsProvider.d.ts +0 -0
  157. /package/{framework/PageSettings → PageSettings}/PageSettings.d.ts +0 -0
  158. /package/{framework/PageSettings → PageSettings}/PageSettingsProvider.d.ts +0 -0
  159. /package/{framework/PageTable → PageTable}/PageLoadingTable.d.ts +0 -0
  160. /package/{framework/PageTable → PageTable}/PagePagination.d.ts +0 -0
  161. /package/{framework/PageTable → PageTable}/PageTable.d.ts +0 -0
  162. /package/{framework/PageTable → PageTable}/PageTableCards.d.ts +0 -0
  163. /package/{framework/PageTable → PageTable}/PageTableList.d.ts +0 -0
  164. /package/{framework/PageTable → PageTable}/useTableItems.d.ts +0 -0
  165. /package/{framework/PageTabs → PageTabs}/PageBreadcrumbs.d.ts +0 -0
  166. /package/{framework/PageToolbar → PageToolbar}/PageTableViewType.d.ts +0 -0
  167. /package/{framework/PageToolbar → PageToolbar}/PageToolbar.d.ts +0 -0
  168. /package/{framework/PageToolbar → PageToolbar}/PageToolbarFilter.d.ts +0 -0
  169. /package/{framework/PageToolbar → PageToolbar}/PageToolbarFilters/ToolbarAsyncMultiSelectFilter.d.ts +0 -0
  170. /package/{framework/PageToolbar → PageToolbar}/PageToolbarFilters/ToolbarAsyncSingleSelectFilter.d.ts +0 -0
  171. /package/{framework/PageToolbar → PageToolbar}/PageToolbarFilters/ToolbarDateRangeFilter.d.ts +0 -0
  172. /package/{framework/PageToolbar → PageToolbar}/PageToolbarFilters/ToolbarFilterCommon.d.ts +0 -0
  173. /package/{framework/PageToolbar → PageToolbar}/PageToolbarFilters/ToolbarMultiSelectFilter.d.ts +0 -0
  174. /package/{framework/PageToolbar → PageToolbar}/PageToolbarFilters/ToolbarSingleSelectFilter.d.ts +0 -0
  175. /package/{framework/PageToolbar → PageToolbar}/PageToolbarFilters/ToolbarTextFilter.d.ts +0 -0
  176. /package/{framework/PageToolbar → PageToolbar}/PageToolbarSort.d.ts +0 -0
  177. /package/{framework/PageToolbar → PageToolbar}/PageToolbarToggleGroup.d.ts +0 -0
  178. /package/{framework/PageToolbar → PageToolbar}/PageToolbarView.d.ts +0 -0
  179. /package/{framework/PageWizard → PageWizard}/PageWizard.d.ts +0 -0
  180. /package/{framework/PageWizard → PageWizard}/PageWizardFooter.d.ts +0 -0
  181. /package/{framework/PageWizard → PageWizard}/PageWizardHeader.d.ts +0 -0
  182. /package/{framework/PageWizard → PageWizard}/PageWizardNavigation.d.ts +0 -0
  183. /package/{framework/PageWizard → PageWizard}/PageWizardToggle.d.ts +0 -0
  184. /package/{framework/PageWizard → PageWizard}/index.d.ts +0 -0
  185. /package/{framework/components → components}/BulkSelector.d.ts +0 -0
  186. /package/{framework/components → components}/Collapse.d.ts +0 -0
  187. /package/{framework/components → components}/DataEditor.d.ts +0 -0
  188. /package/{framework/components → components}/DetailInfo.d.ts +0 -0
  189. /package/{framework/components → components}/Dotted.d.ts +0 -0
  190. /package/{framework/components → components}/DropZone.d.ts +0 -0
  191. /package/{framework/components → components}/DropdownControlled.d.ts +0 -0
  192. /package/{framework/components → components}/EmptyStateCustom.d.ts +0 -0
  193. /package/{framework/components → components}/EmptyStateError.d.ts +0 -0
  194. /package/{framework/components → components}/EmptyStateFilter.d.ts +0 -0
  195. /package/{framework/components → components}/EmptyStateNoData.d.ts +0 -0
  196. /package/{framework/components → components}/EmptyStateUnauthorized.d.ts +0 -0
  197. /package/{framework/components → components}/ErrorBoundary.d.ts +0 -0
  198. /package/{framework/components → components}/Help.d.ts +0 -0
  199. /package/{framework/components → components}/IconWrapper.d.ts +0 -0
  200. /package/{framework/components → components}/LoadingPage.d.ts +0 -0
  201. /package/{framework/components → components}/LoadingState.d.ts +0 -0
  202. /package/{framework/components → components}/Masonry.d.ts +0 -0
  203. /package/{framework/components → components}/PageGrid.d.ts +0 -0
  204. /package/{framework/components → components}/ReorderItems.d.ts +0 -0
  205. /package/{framework/components → components}/Scrollable.d.ts +0 -0
  206. /package/{framework/components → components}/StandardPopover.d.ts +0 -0
  207. /package/{framework/components → components}/Unavailable.d.ts +0 -0
  208. /package/{framework/components → components}/icons/ExpandIcon.d.ts +0 -0
  209. /package/{framework/components → components}/useBreakPoint.d.ts +0 -0
  210. /package/{framework/components → components}/useIsMounted.d.ts +0 -0
  211. /package/{framework/components → components}/useManageColumns.d.ts +0 -0
  212. /package/{framework/components → components}/useManagedItems.d.ts +0 -0
  213. /package/{framework/components → components}/useOpen.d.ts +0 -0
  214. /package/{framework/components → components}/useOverridableState.d.ts +0 -0
  215. /package/{framework/components → components}/useWindowLocation.d.ts +0 -0
  216. /package/{framework/hooks → hooks}/useClipboard.d.ts +0 -0
  217. /package/{framework/hooks → hooks}/useID.d.ts +0 -0
  218. /package/{framework/index.d.ts → index.d.ts} +0 -0
  219. /package/{framework/publish/assets/editor.worker-BaH8g6hh.d.ts → publish/assets/editor.worker-kH-qYHP1.d.ts} +0 -0
  220. /package/{framework/publish/assets/json.worker--PbY3Cm5.d.ts → publish/assets/json.worker-kXvdEO82.d.ts} +0 -0
  221. /package/{framework/publish → publish}/index.umd.d.cts +0 -0
  222. /package/{framework/useFrameworkTranslations.d.ts → useFrameworkTranslations.d.ts} +0 -0
  223. /package/{framework/useInMemoryView.d.ts → useInMemoryView.d.ts} +0 -0
  224. /package/{framework/utils → utils}/codeEditorUtils.d.ts +0 -0
  225. /package/{framework/utils → utils}/compare.d.ts +0 -0
  226. /package/{framework/utils → utils}/dateTimeHelpers.d.ts +0 -0
  227. /package/{framework/utils → utils}/download-file.d.ts +0 -0
  228. /package/{framework/utils → utils}/formatDateString.d.ts +0 -0
  229. /package/{framework/utils → utils}/random-string.d.ts +0 -0
  230. /package/{framework/utils → utils}/strings.d.ts +0 -0
  231. /package/{framework/vite.config.d.ts → vite.config.d.ts} +0 -0
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- import { FileUploadProps } from '@patternfly/react-core';
2
- import { PageFormGroupProps } from './PageFormGroup';
3
- export type PageFormFileUploadProps = {
4
- name: string;
5
- placeholder?: string;
6
- } & PageFormGroupProps & Omit<FileUploadProps, 'id'>;
7
- export declare function PageFormFileUpload(props: PageFormFileUploadProps): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export {};
@@ -1,4 +0,0 @@
1
- export declare function useRequiredValidationRule(label: string, isRequired?: boolean): {
2
- value: boolean;
3
- message: string;
4
- } | undefined;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,9 +0,0 @@
1
- import { ReactNode } from 'react';
2
- import { PageAsyncSelectQueryOptions, PageAsyncSelectQueryResult } from './PageAsyncSelectOptions';
3
- export declare const asyncSelectTestOptions: {
4
- value: number;
5
- label: string;
6
- description: string;
7
- }[];
8
- export declare function asyncSelectTestQuery(queryOptions: PageAsyncSelectQueryOptions): Promise<PageAsyncSelectQueryResult<number>>;
9
- export declare function asyncSelectTestQueryLabel(value: number): ReactNode;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,20 +0,0 @@
1
- import './PageTabs.css';
2
- export declare function PageRoutedTabs(props: {
3
- backTab?: {
4
- label: string;
5
- page: string;
6
- persistentFilterKey: string;
7
- };
8
- tabs: ({
9
- label: string;
10
- page: string;
11
- dataCy?: string;
12
- } | false)[];
13
- params?: {
14
- [key: string]: string | number | undefined;
15
- };
16
- componentParams?: {
17
- [key: string]: unknown;
18
- };
19
- sharedQueryKeys?: string[];
20
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,23 +0,0 @@
1
- import { ITableColumn, IToolbarFilter, ISelected } from '../../../framework';
2
- import { IView, ViewExtendedOptions } from '../../useView';
3
- import { MultiDialogs } from '../../../frontend/hub/administration/repositories/hooks/useAddCollections';
4
- type BaseView<T extends object> = IView & ISelected<T> & {
5
- itemCount: number | undefined;
6
- pageItems: T[] | undefined;
7
- refresh: () => Promise<void>;
8
- };
9
- export type AsyncSelectFilterBuilderProps<T extends object> = {
10
- title: string;
11
- tableColumns: ITableColumn<T>[];
12
- toolbarFilters?: IToolbarFilter[];
13
- viewParams: ViewExtendedOptions<T>;
14
- useView: (viewParams: ViewExtendedOptions<T>) => BaseView<T>;
15
- multiDialogs?: MultiDialogs;
16
- };
17
- export declare function useAsyncSingleSelectFilterBuilder<T extends object>(props: AsyncSelectFilterBuilderProps<T>): {
18
- openBrowse: (onSelect: (value: T) => void, defaultSelection?: T) => void;
19
- };
20
- export declare function useAsyncMultiSelectFilterBuilder<T extends object>(props: AsyncSelectFilterBuilderProps<T>): {
21
- openBrowse: (onSelect: (value: T[]) => void, defaultSelection?: T[]) => void;
22
- };
23
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- import type { PageWizardBody } from './types';
2
- export declare function PageWizardBody<T>({ onCancel, onSubmit, disableGrid, errorAdapter, isVertical, singleColumn, }: PageWizardBody<T>): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export {};
@@ -1,6 +0,0 @@
1
- import { ReactNode } from 'react';
2
- export declare function AsyncQueryLabel(props: {
3
- url: string;
4
- id: number | string | undefined;
5
- field?: string;
6
- }): ReactNode;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const IconButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const RunningIcon: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("@patternfly/react-icons/dist/esm/createIcon").SVGIconProps & import("react").RefAttributes<import("react").Component<import("@patternfly/react-icons/dist/esm/createIcon").SVGIconProps, any, any>>, never>> & Omit<import("react").ComponentClass<import("@patternfly/react-icons/dist/esm/createIcon").SVGIconProps, any>, keyof import("react").Component<any, {}, any>>;
@@ -1 +0,0 @@
1
- export declare function useSearchParams(): [URLSearchParams, (setSearchParams: URLSearchParams) => void];
@@ -1,3 +0,0 @@
1
- declare var bA: <T>(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>) => T;
2
- declare function vA(Ps: any, ts: any, Bs: any): any;
3
- declare function ks(Ps: any, ts: any, Bs: any): any;
@@ -1,317 +0,0 @@
1
- declare function Jwe(e: any): any;
2
- declare function rwe(e: any): any;
3
- declare function uAe(e: any): any;
4
- declare function hC(e: any): any;
5
- declare var v_e: any;
6
- declare var b_e: any;
7
- declare var m_e: any;
8
- declare var y_e: any;
9
- declare var dy: any;
10
- declare var Za: any;
11
- declare function fAe(e: any): any;
12
- declare function dTe(e: any): any;
13
- declare function fTe(e: any): any;
14
- declare function dAe(e: any): any;
15
- declare function P8(e: any): any;
16
- declare function hAe(e: any): any;
17
- declare function UR(e: any): any;
18
- declare function AAe(e: any): any;
19
- declare function yb(e: any): any;
20
- declare var I8: any;
21
- declare function j8(e: any): any;
22
- declare function GAe(e: any): any;
23
- declare function CAe(e: any): any;
24
- declare var $8: any;
25
- declare var Ct: any;
26
- declare var Dt: any;
27
- declare function gu(e: any): any;
28
- declare const KT: O.Context<{
29
- addAlert: () => null;
30
- removeAlert: () => null;
31
- replaceAlert: () => null;
32
- removeAlerts: () => null;
33
- }>;
34
- declare function QR(e: any): any;
35
- declare function zAe(e: any): any;
36
- declare function cAe(e: any): any;
37
- declare function j0(e: any): any;
38
- declare function mAe(e: any): any;
39
- declare function bb(e: any): any;
40
- declare function vAe(e: any): any;
41
- declare const fk: O.Context<{
42
- columns: number;
43
- }>;
44
- declare function yAe(e: any): any;
45
- declare function xAe(e: any): any;
46
- declare function bAe(e: any): any;
47
- declare function vc(e: any): any;
48
- declare function p_e(e: any): any;
49
- declare function E_e(e: any): any;
50
- declare function Owe(e: any): any;
51
- declare function f_e(e: any): any;
52
- declare function k2e(e: any): any;
53
- declare function E2e(e: any): any;
54
- declare function kAe(e: any): any;
55
- declare function jAe(e: any): any;
56
- declare function P2e(e: any): any;
57
- declare function $Ae(e: any): any;
58
- declare function g$(e: any): any;
59
- declare function DAe(e: any): any;
60
- declare function IAe(e: any): any;
61
- declare function MAe(e: any): any;
62
- declare function LAe(e: any): any;
63
- declare function ETe(e: any): any;
64
- declare function RAe(e: any): any;
65
- declare function NAe(e: any): any;
66
- declare function TTe(): any;
67
- declare const ED: O.Context<{
68
- isOpen: boolean;
69
- setState: () => {};
70
- }>;
71
- declare function hTe(e: any): any;
72
- declare function ATe(e: any): any;
73
- declare function l2e(e: any): any;
74
- declare function TAe(): any;
75
- declare function FAe(): any;
76
- declare const ul: O.Context<{}[]>;
77
- declare function T8(e: any): any;
78
- declare function pE(e: any): any;
79
- declare function Pg(e: any): any;
80
- declare function uC(e: any): any;
81
- declare function UAe(e: any): any;
82
- declare function WAe(): any;
83
- declare function xwe(e: any): any;
84
- declare function pwe(e: any): any;
85
- declare function HAe(e: any): any;
86
- declare const GTe: any;
87
- declare function si(e: any): any;
88
- declare function s2e(e: any): any;
89
- declare function an(e: any): any;
90
- declare function M8(e: any): any;
91
- declare var hwe: any;
92
- declare function $Te(e: any, t: any, n: any): void;
93
- declare function DTe(e: any, t: any, n: any): void;
94
- declare function ITe(e: any, t: any, n: any): void;
95
- declare function t2e(e: any, t: any): 1 | -1 | 0;
96
- declare function id(e: any, t: any): 1 | -1 | 0;
97
- declare function e2e(e: any, t: any): 1 | -1 | 0;
98
- declare function lAe(e: any): {
99
- title: string;
100
- variant: string;
101
- timeout: number;
102
- };
103
- declare function PTe(e: any, t: any): any;
104
- declare function k0(e: any): "var(--pf-v5-global--danger-color--100)" | "var(--pf-v5-global--success-color--100)" | "var(--pf-v5-global--warning-color--100)" | "var(--pf-v5-global--info-color--100)" | "var(--pf-v5-global--disabled-color--100)" | undefined;
105
- declare const nk: "var(--pf-v5-global--danger-color--100)";
106
- declare const ik: "var(--pf-v5-global--disabled-color--100)";
107
- declare const rk: "var(--pf-v5-global--info-color--100)";
108
- declare const pAe: "var(--pf-v5-global--link--Color)";
109
- declare const tk: "var(--pf-v5-global--success-color--100)";
110
- declare const gAe: "var(--pf-v5-global--danger-color--100)";
111
- declare const D8: "var(--pf-v5-global--warning-color--100)";
112
- declare function BAe(e: any): any;
113
- declare function jTe(e: any, t: any): any;
114
- declare function Tn(e: any): boolean | undefined;
115
- declare function Qwe(e?: (e: any) => {
116
- genericErrors: {
117
- message: string;
118
- }[];
119
- fieldErrors: {
120
- name: string;
121
- message: string;
122
- }[];
123
- }): O.Dispatch<O.SetStateAction<undefined>>;
124
- declare function OAe(e?: (e: any) => {
125
- genericErrors: {
126
- message: string;
127
- }[];
128
- fieldErrors: {
129
- name: string;
130
- message: string;
131
- }[];
132
- }): (r: any) => void;
133
- declare function C_e(e: any): any;
134
- declare function O_e(e: any): any;
135
- declare function _Ae(e: any): any;
136
- declare function w_e(e: any): any;
137
- declare function S_e(e: any): any;
138
- declare function X3(e: any, t: any): {
139
- filtered: never[];
140
- setFilterFn: (c: any) => void;
141
- };
142
- declare function m$(e: any, t: any, n?: boolean): {
143
- form: undefined;
144
- handleSubmit: any;
145
- error: null;
146
- setError: O.Dispatch<O.SetStateAction<null>>;
147
- handleSubmitError: (c: any) => void;
148
- setFieldError: any;
149
- };
150
- declare function Ht(): ({
151
- by: string;
152
- cancelText: string;
153
- canceledText: string;
154
- cardView: string;
155
- clearAllFilters: string;
156
- clickToRefresh: string;
157
- closeText: string;
158
- confirmText: string;
159
- countMore: string;
160
- documentation: string;
161
- errorText: string;
162
- filter: string;
163
- listView: string;
164
- manageColumns: string;
165
- moreInformation: string;
166
- noItemsFound: string;
167
- noResultsFound: string;
168
- noResultsMatchCriteria: string;
169
- noSelection: string;
170
- noSelections: string;
171
- noneSelectedText: string;
172
- ofText: string;
173
- pendingText: string;
174
- pleaseFixValidationErrors: string;
175
- processingText: string;
176
- selectNone: string;
177
- selectedText: string;
178
- showLess: string;
179
- sort: string;
180
- submitText: string;
181
- submittingText: string;
182
- successText: string;
183
- tableView: string;
184
- unknownError: string;
185
- validating: string;
186
- } | (() => void))[];
187
- declare function MTe(): (t: any, n: any) => any;
188
- declare function qAe(e: any): {
189
- selectedItems: any[];
190
- selectItem: (h: any) => void;
191
- unselectItem: (h: any) => void;
192
- isSelected: (h: any) => boolean;
193
- selectItems: (h: any) => void;
194
- selectAll: () => void;
195
- unselectAll: () => void;
196
- allSelected: boolean;
197
- keyFn: any;
198
- unselectItems: (h: any) => void;
199
- page: number;
200
- setPage: O.Dispatch<O.SetStateAction<number>>;
201
- perPage: number;
202
- setPerPage: O.Dispatch<O.SetStateAction<number>>;
203
- sort: any;
204
- setSort: O.Dispatch<any>;
205
- sortDirection: any;
206
- setSortDirection: O.Dispatch<any>;
207
- filterState: any;
208
- setFilterState: O.Dispatch<any>;
209
- clearAllFilters: () => void;
210
- itemCount: number | undefined;
211
- pageItems: never[] | undefined;
212
- error: any;
213
- };
214
- declare function oAe(): string;
215
- declare function ab(): {
216
- addAlert: () => null;
217
- removeAlert: () => null;
218
- replaceAlert: () => null;
219
- removeAlerts: () => null;
220
- };
221
- declare function Ua(): (((a: any) => void) | undefined)[];
222
- declare function Cwe(): {
223
- dialogs: never[];
224
- clearDialogs: () => void;
225
- pushDialog: (e: any) => void;
226
- popDialog: () => void;
227
- };
228
- declare function pTe(): (i: any) => void;
229
- declare function Lx(): {
230
- isOpen: boolean;
231
- setState: () => {};
232
- };
233
- declare function VAe(): (n: any, r: any) => void;
234
- declare function fl(): {};
235
- declare function kg(e: any): {
236
- paged: never[];
237
- page: number;
238
- setPage: O.Dispatch<O.SetStateAction<number>>;
239
- perPage: number;
240
- setPerPage: O.Dispatch<O.SetStateAction<number>>;
241
- };
242
- declare function EAe(e: any): (g: any, v: any) => void;
243
- declare function Y3(e: any, t: any, n: any): {
244
- selectedItems: any[];
245
- selectItem: (g: any) => void;
246
- unselectItem: (g: any) => void;
247
- isSelected: (g: any) => boolean;
248
- selectItems: (g: any) => void;
249
- selectAll: () => void;
250
- unselectAll: () => void;
251
- allSelected: boolean;
252
- keyFn: any;
253
- unselectItems: (g: any) => void;
254
- };
255
- declare function Ewe(e: any, t: any): {
256
- selectedItems: any[];
257
- selectItem: (h: any) => void;
258
- unselectItem: (h: any) => void;
259
- isSelected: (h: any) => boolean;
260
- selectItems: (h: any) => void;
261
- selectAll: () => void;
262
- unselectAll: () => void;
263
- allSelected: boolean;
264
- keyFn: any;
265
- unselectItems: (h: any) => void;
266
- };
267
- declare function K3(e: any): {
268
- sorted: any;
269
- sort: undefined;
270
- setSort: O.Dispatch<O.SetStateAction<undefined>>;
271
- };
272
- declare function SAe(e: any, t: any, n: any): {
273
- allSelected: boolean;
274
- filtered: never[];
275
- isSelected: (g: any) => boolean;
276
- page: number;
277
- paged: never[];
278
- perPage: number;
279
- search: any;
280
- searched: never[];
281
- selectAll: () => void;
282
- selectItem: (g: any) => void;
283
- selectPage: () => void;
284
- selectedItems: any[];
285
- setFilterFn: (c: any) => void;
286
- setPage: O.Dispatch<O.SetStateAction<number>>;
287
- setPerPage: O.Dispatch<O.SetStateAction<number>>;
288
- setSearch: any;
289
- setSearchFn: (h: any) => void;
290
- setSort: O.Dispatch<O.SetStateAction<undefined>>;
291
- sort: undefined;
292
- sorted: any;
293
- unselectAll: () => void;
294
- unselectItem: (g: any) => void;
295
- };
296
- declare function QTe(e: any): {
297
- page: number;
298
- setPage: O.Dispatch<O.SetStateAction<number>>;
299
- perPage: number;
300
- setPerPage: O.Dispatch<O.SetStateAction<number>>;
301
- sort: any;
302
- setSort: O.Dispatch<any>;
303
- sortDirection: any;
304
- setSortDirection: O.Dispatch<any>;
305
- filterState: any;
306
- setFilterState: O.Dispatch<any>;
307
- clearAllFilters: () => void;
308
- };
309
- declare function __e(e: any): any;
310
- declare function wAe(e: any, t: any): any;
311
- declare function x_e(e: any): any;
312
- declare function sx(e: any): any;
313
- declare function I3(e: any): any;
314
- declare function jI(): string;
315
- declare function cs(e: any, t: any): any;
316
- import * as O from "react";
317
- export { Jwe as BulkActionDialog, rwe as BulkSelector, uAe as BytesCell, hC as Collapse, v_e as ColumnCardOption, b_e as ColumnDashboardOption, m_e as ColumnListOption, y_e as ColumnModalOption, dy as ColumnPriority, Za as ColumnTableOption, fAe as CopyCell, dTe as DataEditorActions, fTe as DataEditorButtons, dAe as DateCell, P8 as DateTimeCell, hAe as ElapsedTimeCell, UR as FrameworkTranslationsProvider, AAe as GenericForm, yb as Help, I8 as LabelColorE, j8 as LabelsCell, GAe as LoadingPage, CAe as MultiSelectDialog, $8 as PFColorE, Ct as PageActionSelection, Dt as PageActionType, gu as PageActions, KT as PageAlertToasterContext, QR as PageAlertToasterProvider, zAe as PageApp, cAe as PageBody, j0 as PageChartContainer, mAe as PageDashboard, bb as PageDashboardCard, vAe as PageDashboardChart, fk as PageDashboardContext, yAe as PageDashboardCount, xAe as PageDashboardDonutCard, bAe as PageDashboardGettingStarted, vc as PageDetail, p_e as PageDetails, E_e as PageDetailsFromColumns, Owe as PageDialogProvider, f_e as PageDonutChart, k2e as PageForm, E2e as PageFormCancelButton, kAe as PageFormCheckbox, jAe as PageFormDataEditor, P2e as PageFormGrid, $Ae as PageFormSelect, g$ as PageFormSubmitButton, DAe as PageFormSwitch, IAe as PageFormTextArea, MAe as PageFormTextInput, LAe as PageFramework, ETe as PageHeader, RAe as PageLayout, NAe as PageMasthead, TTe as PageMastheadToggle, ED as PageNavSideBarContext, hTe as PageNavSideBarProvider, ATe as PageNavigation, l2e as PageNotFound, TAe as PageNotImplemented, FAe as PageNotificationsIcon, ul as PageSettingsContext, T8 as PageSettingsProvider, pE as PageTab, Pg as PageTable, uC as PageTableCards, UAe as PageTabs, WAe as PageThemeSwitcher, xwe as PageToolbar, pwe as PageToolbarFilters, HAe as PageWizard, GTe as RunningIcon, si as Scrollable, s2e as SelectDialog, an as TableColumnCell, M8 as TextCell, hwe as ToolbarFilterType, $Te as addNavigationItem, DTe as addNavigationItemAfter, ITe as addNavigationItemBefore, t2e as compareNumbers, id as compareStrings, e2e as compareUnknowns, lAe as errorToAlertProps, PTe as findNavigationItemById, k0 as getPatternflyColor, nk as pfDanger, ik as pfDisabled, rk as pfInfo, pAe as pfLink, tk as pfSuccess, gAe as pfUnreachable, D8 as pfWarning, BAe as removeLeadingSlash, jTe as removeNavigationItemById, Tn as useBreakpoint, Qwe as useBulkActionDialog, OAe as useBulkConfirmation, C_e as useColumnsWithoutExpandedRow, O_e as useColumnsWithoutSort, _Ae as useDashboardColumns, w_e as useDescriptionColumns, S_e as useExpandedColumns, X3 as useFiltered, m$ as useFormErrors, Ht as useFrameworkTranslations, MTe as useGetPageUrl, qAe as useInMemoryView, oAe as useOrientation, ab as usePageAlertToaster, Ua as usePageDialog, Cwe as usePageDialogs, pTe as usePageNavBarClick, Lx as usePageNavSideBar, VAe as usePageNavigate, fl as usePageSettings, kg as usePaged, EAe as useSelectDialog, Y3 as useSelected, Ewe as useSelectedInMemory, K3 as useSorted, SAe as useTableItems, QTe as useView, __e as useVisibleCardColumns, wAe as useVisibleColumns, x_e as useVisibleListColumns, sx as useVisibleModalColumns, I3 as useVisibleTableColumns, jI as useWindowSize, cs as valueToObject };
File without changes