@orchestrator-ui/orchestrator-ui-components 1.3.1 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/.turbo/turbo-lint.log +7 -1
  3. package/.turbo/turbo-test.log +7 -7
  4. package/CHANGELOG.md +31 -2
  5. package/LICENSE.txt +202 -0
  6. package/README.md +22 -0
  7. package/dist/index.d.ts +531 -314
  8. package/dist/index.js +5120 -7384
  9. package/package.json +21 -4
  10. package/src/api/index.ts +4 -3
  11. package/src/api/types.ts +53 -0
  12. package/src/components/WfoDropdownButton/WfoDropdownButton.tsx +2 -0
  13. package/src/components/WfoForms/AutoFieldLoader.tsx +6 -6
  14. package/src/components/WfoForms/formFields/AcceptField.tsx +2 -1
  15. package/src/components/WfoForms/formFields/BoolField.tsx +2 -1
  16. package/src/components/WfoForms/formFields/DividerField.tsx +1 -1
  17. package/src/components/WfoForms/formFields/ErrorField.tsx +1 -1
  18. package/src/components/WfoForms/formFields/LabelField.tsx +1 -1
  19. package/src/components/WfoForms/formFields/ListAddField.tsx +2 -1
  20. package/src/components/WfoForms/formFields/ListDelField.tsx +2 -1
  21. package/src/components/WfoForms/formFields/LongTextField.tsx +1 -1
  22. package/src/components/WfoForms/formFields/NumField.tsx +1 -1
  23. package/src/components/WfoForms/formFields/ProductField.tsx +8 -7
  24. package/src/components/WfoForms/formFields/RadioField.tsx +1 -1
  25. package/src/components/WfoForms/formFields/SelectField.tsx +4 -2
  26. package/src/components/WfoForms/formFields/SubmitField.tsx +1 -1
  27. package/src/components/WfoForms/formFields/SubscriptionField.tsx +5 -4
  28. package/src/components/WfoForms/formFields/SubscriptionSummaryField.tsx +11 -15
  29. package/src/components/WfoForms/formFields/TextField.tsx +1 -1
  30. package/src/components/WfoForms/formFields/{ContactPersonAutocomplete.tsx → deprecated/ContactPersonAutocomplete.tsx} +4 -3
  31. package/src/components/WfoForms/formFields/{ContactPersonNameField.tsx → deprecated/ContactPersonNameField.tsx} +3 -2
  32. package/src/components/WfoForms/formFields/{ImsNodeIdField.tsx → deprecated/ImsNodeIdField.tsx} +4 -3
  33. package/src/components/WfoForms/formFields/{ImsPortIdField.tsx → deprecated/ImsPortIdField.tsx} +7 -4
  34. package/src/components/WfoForms/formFields/{IpNetworkField.tsx → deprecated/IpNetworkField.tsx} +4 -3
  35. package/src/components/WfoForms/formFields/{IpPrefixTableField.tsx → deprecated/IpPrefixTableField.tsx} +5 -4
  36. package/src/components/WfoForms/formFields/{SplitPrefix.tsx → deprecated/SplitPrefix.tsx} +3 -2
  37. package/src/components/WfoForms/formFields/{TimestampField.tsx → deprecated/TimestampField.tsx} +1 -1
  38. package/src/components/WfoForms/formFields/{VlanField.tsx → deprecated/VlanField.tsx} +5 -4
  39. package/src/components/WfoForms/formFields/deprecated/index.ts +13 -0
  40. package/src/components/WfoForms/formFields/{surf → deprecated}/types.ts +1 -1
  41. package/src/components/WfoForms/formFields/index.ts +1 -6
  42. package/src/components/WfoForms/formFields/utils.spec.ts +1 -1
  43. package/src/components/WfoForms/formFields/utils.ts +3 -2
  44. package/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.tsx +2 -2
  45. package/src/components/WfoProcessList/WfoProcessesList.tsx +16 -9
  46. package/src/components/WfoProcessList/processListObjectMappers.ts +6 -10
  47. package/src/components/WfoSettings/WfoModifySettings.tsx +29 -13
  48. package/src/components/WfoSettings/WfoResetTextSearchIndexButton.tsx +22 -0
  49. package/src/components/WfoSettings/index.ts +1 -0
  50. package/src/components/{WfoButtonComboBox/WfoButtonComboBox.tsx → WfoStartButton/WfoStartButtonComboBox.tsx} +11 -17
  51. package/src/components/WfoStartButton/WfoStartTaskComboBox.tsx +47 -0
  52. package/src/components/WfoStartButton/WfoStartWorkflowComboBox.tsx +49 -0
  53. package/src/components/WfoStartButton/index.ts +2 -0
  54. package/src/components/WfoSubscription/WfoRelatedSubscriptions.tsx +30 -36
  55. package/src/components/WfoSubscription/WfoSubscription.tsx +17 -20
  56. package/src/components/WfoSubscription/index.ts +6 -4
  57. package/src/components/WfoSubscriptionsList/WfoSubscriptionsList.tsx +12 -16
  58. package/src/components/WfoSubscriptionsList/subscriptionResultMappers.ts +10 -12
  59. package/src/components/index.ts +2 -1
  60. package/src/configuration/constants.ts +3 -0
  61. package/src/hooks/{surf → deprecated}/useGetSubscriptionDropdownOptions.ts +6 -13
  62. package/src/hooks/{surf → deprecated}/useIsTaggedPort.ts +6 -9
  63. package/src/hooks/index.ts +0 -1
  64. package/src/index.ts +0 -1
  65. package/src/messages/en-GB.json +3 -1
  66. package/src/messages/nl-NL.json +3 -1
  67. package/src/pages/metadata/WfoProductBlocksPage.tsx +27 -37
  68. package/src/pages/metadata/WfoProductsPage.tsx +11 -16
  69. package/src/pages/metadata/WfoResourceTypesPage.tsx +33 -35
  70. package/src/pages/metadata/WfoWorkflowsPage.tsx +42 -40
  71. package/src/pages/metadata/workflowListObjectMapper.ts +4 -7
  72. package/src/pages/processes/WfoStartProcessPage.tsx +0 -6
  73. package/src/pages/startPage/WfoStartPage.tsx +56 -68
  74. package/src/pages/subscriptions/WfoSubscriptionsListPage.tsx +6 -7
  75. package/src/rtk/api.ts +11 -3
  76. package/src/rtk/endpoints/index.ts +11 -2
  77. package/src/rtk/endpoints/metadata/index.ts +3 -0
  78. package/src/rtk/endpoints/metadata/productBlocks.ts +88 -0
  79. package/src/rtk/endpoints/metadata/resourceTypes.ts +78 -0
  80. package/src/rtk/endpoints/metadata/workflows.ts +73 -0
  81. package/src/rtk/endpoints/processList.ts +2 -1
  82. package/src/rtk/endpoints/processListSummary.ts +70 -0
  83. package/src/rtk/endpoints/products.ts +76 -0
  84. package/src/rtk/endpoints/productsSummary.ts +62 -0
  85. package/src/rtk/endpoints/relatedSubscriptions.ts +99 -0
  86. package/src/rtk/endpoints/settings.ts +10 -0
  87. package/src/rtk/endpoints/startOptions.ts +99 -0
  88. package/src/{graphqlQueries/subscriptionDetailQuery.ts → rtk/endpoints/subscriptionDetail.ts} +45 -11
  89. package/src/rtk/endpoints/subscriptionList.ts +86 -0
  90. package/src/rtk/endpoints/subscriptionListSummary.ts +70 -0
  91. package/src/rtk/endpoints/subscriptionsDropdownOptions.ts +72 -0
  92. package/src/types/types.ts +20 -0
  93. package/src/utils/index.ts +1 -0
  94. package/src/components/WfoPageTemplate/WfoSidebar/WfoStartCreateWorkflowButtonComboBox.tsx +0 -61
  95. package/src/components/WfoStartTaskButtonComboBox/WfoStartTaskButtonComboBox.tsx +0 -54
  96. package/src/components/WfoStartTaskButtonComboBox/index.ts +0 -1
  97. package/src/graphqlQueries/index.ts +0 -7
  98. package/src/graphqlQueries/processListQuery.ts +0 -101
  99. package/src/graphqlQueries/productBlocksQuery.ts +0 -59
  100. package/src/graphqlQueries/productsQuery.ts +0 -85
  101. package/src/graphqlQueries/relatedSubscriptionsQuery.ts +0 -65
  102. package/src/graphqlQueries/resourceTypesQuery.ts +0 -52
  103. package/src/graphqlQueries/subscriptionsDropdownOptionsQuery.ts +0 -48
  104. package/src/graphqlQueries/subscriptionsListQuery.ts +0 -101
  105. package/src/graphqlQueries/workflows/workflowsQuery.ts +0 -48
  106. package/src/graphqlQueries/workflows/workflowsQueryForDropdownList.ts +0 -38
  107. package/src/hooks/useQueryWithGraphql.ts +0 -72
  108. /package/src/components/WfoForms/formFields/{ContactPersonAutocompleteStyles.ts → deprecated/ContactPersonAutocompleteStyles.ts} +0 -0
  109. /package/src/components/WfoForms/formFields/{ImsPortIdFieldStyling.ts → deprecated/ImsPortIdFieldStyling.ts} +0 -0
  110. /package/src/components/WfoForms/formFields/{IpPrefixTableFieldStyling.ts → deprecated/IpPrefixTableFieldStyling.ts} +0 -0
  111. /package/src/components/WfoForms/formFields/{SplitPrefixStyling.ts → deprecated/SplitPrefixStyling.ts} +0 -0
  112. /package/src/components/WfoForms/formFields/{surf → deprecated}/utils.ts +0 -0
  113. /package/src/components/{WfoButtonComboBox → WfoStartButton}/styles.ts +0 -0

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.