@ansible/ansible-ui-framework 2.4.77 → 2.4.119

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. package/assets/editor.worker-cc8927cd.js +9 -0
  2. package/assets/json.worker-e09ec1a1.js +40 -0
  3. package/assets/yaml.worker-6d764edc.js +459 -0
  4. package/framework/PageActions/PageActionButton.d.ts +1 -1
  5. package/framework/PageActions/PageActionDropdown.d.ts +1 -1
  6. package/framework/PageActions/PageActionLink.d.ts +1 -1
  7. package/framework/PageActions/PageActionSwitch.d.ts +1 -1
  8. package/framework/PageActions/PageActions.d.ts +1 -1
  9. package/framework/PageActions/PageActionsPinned.d.ts +1 -1
  10. package/framework/PageAlertToaster.d.ts +1 -1
  11. package/framework/PageBody.d.ts +1 -1
  12. package/framework/PageCells/BytesCell.d.ts +1 -2
  13. package/framework/PageCells/CapacityCell.d.ts +1 -2
  14. package/framework/PageCells/CopyCell.d.ts +1 -2
  15. package/framework/PageCells/DateTimeCell.d.ts +2 -3
  16. package/framework/PageCells/ElapsedTimeCell.d.ts +1 -2
  17. package/framework/PageCells/LabelsCell.d.ts +1 -2
  18. package/framework/PageCells/TextCell.d.ts +1 -1
  19. package/framework/PageColumnModal.d.ts +1 -2
  20. package/framework/PageDashboard/PageChartContainer.d.ts +1 -1
  21. package/framework/PageDashboard/PageDashboard.d.ts +1 -1
  22. package/framework/PageDashboard/PageDashboardCard.d.ts +1 -1
  23. package/framework/PageDashboard/PageDashboardChart.d.ts +1 -2
  24. package/framework/PageDashboard/PageDonutChart.d.ts +2 -3
  25. package/framework/PageDashboard/PageScatterChart.d.ts +1 -2
  26. package/framework/PageDetails/PageDetail.d.ts +1 -1
  27. package/framework/PageDetails/PageDetailCodeEditor.d.ts +1 -2
  28. package/framework/PageDetails/PageDetails.d.ts +1 -1
  29. package/framework/PageDetails/PageDetailsFromColumns.d.ts +1 -2
  30. package/framework/PageDialogs/BulkConfirmationDialog.d.ts +1 -2
  31. package/framework/PageDialogs/MultiSelectDialog.d.ts +1 -2
  32. package/framework/PageDialogs/PageDialog.d.ts +1 -1
  33. package/framework/PageDialogs/SelectSingleDialog.d.ts +1 -2
  34. package/framework/PageDialogs/useSelectDialog.d.ts +1 -2
  35. package/framework/PageForm/Inputs/DataEditor.d.ts +12 -0
  36. package/framework/PageForm/Inputs/FormGroupSelect.d.ts +1 -1
  37. package/framework/PageForm/Inputs/FormGroupSelectOption.d.ts +1 -1
  38. package/framework/PageForm/Inputs/FormGroupTextArea.d.ts +1 -2
  39. package/framework/PageForm/Inputs/FormGroupTextInput.d.ts +1 -1
  40. package/framework/PageForm/Inputs/FormGroupTypeAheadMultiSelect.d.ts +1 -1
  41. package/framework/PageForm/Inputs/PageFormAsyncSelect.d.ts +3 -2
  42. package/framework/PageForm/Inputs/PageFormCheckbox.d.ts +1 -2
  43. package/framework/PageForm/Inputs/PageFormCreatableSelect.d.ts +1 -1
  44. package/framework/PageForm/Inputs/PageFormDataEditor.cy.d.ts +1 -0
  45. package/framework/PageForm/Inputs/PageFormDataEditor.d.ts +10 -0
  46. package/framework/PageForm/Inputs/PageFormFileUpload.d.ts +1 -2
  47. package/framework/PageForm/Inputs/PageFormGroup.d.ts +1 -1
  48. package/framework/PageForm/Inputs/PageFormMultiInput.d.ts +1 -2
  49. package/framework/PageForm/Inputs/PageFormSelect.d.ts +1 -2
  50. package/framework/PageForm/Inputs/PageFormSelectOption.d.ts +1 -2
  51. package/framework/PageForm/Inputs/PageFormSlider.d.ts +1 -2
  52. package/framework/PageForm/Inputs/PageFormSwitch.d.ts +1 -1
  53. package/framework/PageForm/Inputs/PageFormTextArea.d.ts +1 -2
  54. package/framework/PageForm/Inputs/PageFormTextInput.d.ts +1 -1
  55. package/framework/PageForm/Inputs/PageFormTextSelect.d.ts +1 -2
  56. package/framework/PageForm/PageForm.d.ts +4 -4
  57. package/framework/PageForm/PageFormAlerts.d.ts +1 -2
  58. package/framework/PageForm/PageFormButtons.d.ts +1 -2
  59. package/framework/PageForm/Utils/PageFormHidden.d.ts +1 -1
  60. package/framework/PageForm/Utils/PageFormSection.d.ts +1 -1
  61. package/framework/PageForm/Utils/PageFormWatch.d.ts +1 -1
  62. package/framework/PageFramework.d.ts +1 -1
  63. package/framework/PageHeader.d.ts +3 -3
  64. package/framework/PageLayout.d.ts +1 -1
  65. package/framework/PageNav/PageNavSidebar.d.ts +11 -0
  66. package/framework/PageTable/PagePagination.d.ts +1 -1
  67. package/framework/PageTable/PageTable.d.ts +1 -1
  68. package/framework/PageTable/PageTableCard.d.ts +1 -1
  69. package/framework/PageTable/PageTableCards.d.ts +1 -2
  70. package/framework/PageTable/PageTableList.d.ts +1 -1
  71. package/framework/PageTable/PageToolbar.d.ts +1 -1
  72. package/framework/PageTable/PageToolbarFilter.d.ts +1 -1
  73. package/framework/PageTable/PageToolbarSort.d.ts +1 -2
  74. package/framework/PageTable/PageToolbarView.d.ts +1 -2
  75. package/framework/PageTabs.d.ts +3 -3
  76. package/framework/Settings.d.ts +2 -2
  77. package/framework/components/BulkSelector.d.ts +1 -2
  78. package/framework/components/Collapse.d.ts +1 -1
  79. package/framework/components/DetailInfo.d.ts +1 -2
  80. package/framework/components/Dotted.d.ts +1 -1
  81. package/framework/components/DropdownControlled.d.ts +1 -1
  82. package/framework/components/EmptyStateCustom.d.ts +1 -1
  83. package/framework/components/EmptyStateError.d.ts +1 -2
  84. package/framework/components/EmptyStateFilter.d.ts +1 -2
  85. package/framework/components/EmptyStateNoData.d.ts +1 -1
  86. package/framework/components/EmptyStateUnauthorized.d.ts +1 -1
  87. package/framework/components/ErrorBoundary.d.ts +1 -1
  88. package/framework/components/Help.d.ts +1 -1
  89. package/framework/components/IconWrapper.d.ts +1 -1
  90. package/framework/components/LoadingPage.d.ts +1 -2
  91. package/framework/components/LoadingState.d.ts +1 -2
  92. package/framework/components/Masonry.d.ts +1 -1
  93. package/framework/components/PageGrid.d.ts +1 -1
  94. package/framework/components/Scrollable.d.ts +1 -1
  95. package/framework/components/StandardPopover.d.ts +1 -1
  96. package/framework/components/usePageNavigate.d.ts +1 -1
  97. package/framework/index.d.ts +1 -2
  98. package/framework/useFrameworkTranslations.d.ts +1 -1
  99. package/framework/utils/codeEditorUtils.d.ts +5 -0
  100. package/index.js +78491 -8109
  101. package/index.umd.cjs +740 -56
  102. package/package.json +1 -1
  103. package/style.css +1 -1
  104. package/framework/PageForm/Inputs/PageFormCodeEditor.d.ts +0 -17
  105. package/framework/RoutedTabs.d.ts +0 -16

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.