@orchestrator-ui/orchestrator-ui-components 1.4.0 → 1.6.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 (73) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/.turbo/turbo-lint.log +7 -1
  3. package/.turbo/turbo-test.log +8 -8
  4. package/CHANGELOG.md +36 -11
  5. package/LICENSE.txt +202 -0
  6. package/README.md +22 -0
  7. package/dist/index.d.ts +148 -31
  8. package/dist/index.js +2125 -1989
  9. package/package.json +21 -2
  10. package/src/api/index.ts +4 -3
  11. package/src/api/types.ts +53 -0
  12. package/src/components/WfoBadges/WfoProductBlockBadge/WfoProductBlockBadge.tsx +1 -0
  13. package/src/components/WfoDropdownButton/WfoDropdownButton.tsx +2 -0
  14. package/src/components/WfoForms/AutoFieldLoader.tsx +6 -6
  15. package/src/components/WfoForms/formFields/AcceptField.tsx +2 -1
  16. package/src/components/WfoForms/formFields/BoolField.tsx +2 -1
  17. package/src/components/WfoForms/formFields/DividerField.tsx +1 -1
  18. package/src/components/WfoForms/formFields/ErrorField.tsx +1 -1
  19. package/src/components/WfoForms/formFields/LabelField.tsx +1 -1
  20. package/src/components/WfoForms/formFields/ListAddField.tsx +2 -1
  21. package/src/components/WfoForms/formFields/ListDelField.tsx +2 -1
  22. package/src/components/WfoForms/formFields/LongTextField.tsx +1 -1
  23. package/src/components/WfoForms/formFields/NumField.tsx +1 -1
  24. package/src/components/WfoForms/formFields/ProductField.tsx +8 -7
  25. package/src/components/WfoForms/formFields/RadioField.tsx +1 -1
  26. package/src/components/WfoForms/formFields/SelectField.tsx +4 -2
  27. package/src/components/WfoForms/formFields/SubmitField.tsx +1 -1
  28. package/src/components/WfoForms/formFields/SubscriptionField.tsx +5 -4
  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 +2 -1
  43. package/src/components/WfoForms/formFields/utils.ts +3 -2
  44. package/src/components/WfoJsonCodeBlock/WfoJsonCodeBlock.tsx +11 -5
  45. package/src/components/WfoJsonCodeBlock/styles.ts +13 -0
  46. package/src/components/WfoKeyValueTable/WfoValueCell.tsx +8 -1
  47. package/src/components/WfoSubscription/WfoSubscription.tsx +5 -5
  48. package/src/components/WfoSubscription/WfoSubscriptionGeneral.tsx +70 -62
  49. package/src/components/WfoSubscription/WfoSubscriptionProductBlock.tsx +24 -5
  50. package/src/components/WfoSubscriptionsList/WfoSubscriptionsList.tsx +11 -1
  51. package/src/components/WfoSubscriptionsList/subscriptionResultMappers.ts +3 -0
  52. package/src/components/WfoTable/WfoInlineJson/WfoInlineJson.tsx +14 -0
  53. package/src/components/WfoTable/WfoInlineJson/index.ts +1 -0
  54. package/src/components/WfoTable/index.ts +1 -0
  55. package/src/components/WfoTable/utils/constants.ts +2 -2
  56. package/src/components/WfoWorkflowSteps/WfoStepStatusIcon/WfoStepStatusIcon.tsx +7 -0
  57. package/src/icons/WfoExternalLink.tsx +30 -0
  58. package/src/icons/index.ts +1 -0
  59. package/src/messages/en-GB.json +2 -0
  60. package/src/messages/nl-NL.json +2 -0
  61. package/src/pages/metadata/WfoProductsPage.tsx +5 -0
  62. package/src/pages/processes/WfoStartProcessPage.tsx +0 -6
  63. package/src/rtk/endpoints/subscriptionDetail.ts +1 -0
  64. package/src/rtk/endpoints/subscriptionList.ts +1 -0
  65. package/src/types/types.ts +3 -0
  66. package/src/utils/getDefaultTableConfig.ts +1 -0
  67. /package/src/components/WfoForms/formFields/{ContactPersonAutocompleteStyles.ts → deprecated/ContactPersonAutocompleteStyles.ts} +0 -0
  68. /package/src/components/WfoForms/formFields/{ImsPortIdFieldStyling.ts → deprecated/ImsPortIdFieldStyling.ts} +0 -0
  69. /package/src/components/WfoForms/formFields/{IpPrefixTableFieldStyling.ts → deprecated/IpPrefixTableFieldStyling.ts} +0 -0
  70. /package/src/components/WfoForms/formFields/{SplitPrefixStyling.ts → deprecated/SplitPrefixStyling.ts} +0 -0
  71. /package/src/components/WfoForms/formFields/{surf → deprecated}/utils.ts +0 -0
  72. /package/src/hooks/{surf → deprecated}/useGetSubscriptionDropdownOptions.ts +0 -0
  73. /package/src/hooks/{surf → deprecated}/useIsTaggedPort.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.