@orchestrator-ui/orchestrator-ui-components 6.8.0 → 7.0.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 (92) hide show
  1. package/.turbo/turbo-build.log +8 -8
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/.turbo/turbo-test.log +8 -9
  4. package/CHANGELOG.md +10 -0
  5. package/dist/index.d.ts +155 -4305
  6. package/dist/index.js +1636 -5688
  7. package/dist/index.js.map +1 -1
  8. package/package.json +4 -8
  9. package/src/components/WfoPydanticForm/RenderFormErrors.tsx +2 -1
  10. package/src/components/WfoPydanticForm/Row.tsx +3 -1
  11. package/src/components/WfoPydanticForm/fields/WfoSummary.tsx +3 -5
  12. package/src/components/WfoPydanticForm/fields/styles.ts +72 -0
  13. package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.tsx +10 -27
  14. package/src/components/WfoWorkflowSteps/WfoStep/WfoStepForm.tsx +1 -1
  15. package/src/components/index.ts +0 -1
  16. package/src/configuration/version.ts +1 -1
  17. package/src/contexts/OrchestratorConfigContext.tsx +0 -1
  18. package/src/pages/processes/WfoStartProcessPage.tsx +5 -107
  19. package/src/rtk/endpoints/index.ts +0 -2
  20. package/src/types/index.ts +0 -1
  21. package/src/types/types.ts +0 -1
  22. package/src/components/WfoForms/AutoFieldLoader.tsx +0 -118
  23. package/src/components/WfoForms/AutoFields.tsx +0 -49
  24. package/src/components/WfoForms/CreateForm.tsx +0 -75
  25. package/src/components/WfoForms/UserInputForm.tsx +0 -697
  26. package/src/components/WfoForms/UserInputFormStyling.ts +0 -80
  27. package/src/components/WfoForms/UserInputFormWizard.tsx +0 -127
  28. package/src/components/WfoForms/formFields/AcceptField.tsx +0 -243
  29. package/src/components/WfoForms/formFields/AcceptFieldStyling.ts +0 -35
  30. package/src/components/WfoForms/formFields/BoolField.tsx +0 -77
  31. package/src/components/WfoForms/formFields/BoolFieldStyling.ts +0 -64
  32. package/src/components/WfoForms/formFields/ConnectedSelectField.tsx +0 -19
  33. package/src/components/WfoForms/formFields/CustomerField.tsx +0 -77
  34. package/src/components/WfoForms/formFields/DateField.tsx +0 -72
  35. package/src/components/WfoForms/formFields/DividerField.tsx +0 -29
  36. package/src/components/WfoForms/formFields/ErrorField.tsx +0 -40
  37. package/src/components/WfoForms/formFields/ErrorsField.tsx +0 -34
  38. package/src/components/WfoForms/formFields/LabelField.tsx +0 -43
  39. package/src/components/WfoForms/formFields/ListAddField.tsx +0 -95
  40. package/src/components/WfoForms/formFields/ListDelField.tsx +0 -95
  41. package/src/components/WfoForms/formFields/ListField.tsx +0 -117
  42. package/src/components/WfoForms/formFields/ListItemField.tsx +0 -40
  43. package/src/components/WfoForms/formFields/ListSelectField.tsx +0 -95
  44. package/src/components/WfoForms/formFields/LocationCodeField.tsx +0 -60
  45. package/src/components/WfoForms/formFields/LongTextField.tsx +0 -68
  46. package/src/components/WfoForms/formFields/NestField.tsx +0 -107
  47. package/src/components/WfoForms/formFields/NumField.tsx +0 -85
  48. package/src/components/WfoForms/formFields/OptGroupField.tsx +0 -74
  49. package/src/components/WfoForms/formFields/RadioField.tsx +0 -87
  50. package/src/components/WfoForms/formFields/SelectField/SelectField.tsx +0 -177
  51. package/src/components/WfoForms/formFields/SelectField/index.ts +0 -1
  52. package/src/components/WfoForms/formFields/SelectField/styles.ts +0 -52
  53. package/src/components/WfoForms/formFields/SubmitField.tsx +0 -50
  54. package/src/components/WfoForms/formFields/SubscriptionSummaryField.tsx +0 -74
  55. package/src/components/WfoForms/formFields/SummaryField.tsx +0 -104
  56. package/src/components/WfoForms/formFields/SummaryFieldStyling.ts +0 -44
  57. package/src/components/WfoForms/formFields/TextField.tsx +0 -81
  58. package/src/components/WfoForms/formFields/commonStyles.ts +0 -32
  59. package/src/components/WfoForms/formFields/deprecated/ContactPersonAutocomplete.tsx +0 -99
  60. package/src/components/WfoForms/formFields/deprecated/ContactPersonAutocompleteStyles.ts +0 -41
  61. package/src/components/WfoForms/formFields/deprecated/ContactPersonNameField.tsx +0 -263
  62. package/src/components/WfoForms/formFields/deprecated/FileUploadField.tsx +0 -151
  63. package/src/components/WfoForms/formFields/deprecated/ImsNodeIdField.tsx +0 -109
  64. package/src/components/WfoForms/formFields/deprecated/ImsPortIdField.tsx +0 -233
  65. package/src/components/WfoForms/formFields/deprecated/ImsPortIdFieldStyling.ts +0 -17
  66. package/src/components/WfoForms/formFields/deprecated/IpNetworkField.tsx +0 -105
  67. package/src/components/WfoForms/formFields/deprecated/IpPrefixTableField.tsx +0 -390
  68. package/src/components/WfoForms/formFields/deprecated/IpPrefixTableFieldStyling.ts +0 -117
  69. package/src/components/WfoForms/formFields/deprecated/SplitPrefix.tsx +0 -138
  70. package/src/components/WfoForms/formFields/deprecated/SplitPrefixStyling.ts +0 -11
  71. package/src/components/WfoForms/formFields/deprecated/SubscriptionField.tsx +0 -263
  72. package/src/components/WfoForms/formFields/deprecated/SubscriptionFieldStyling.ts +0 -33
  73. package/src/components/WfoForms/formFields/deprecated/TimestampField.tsx +0 -110
  74. package/src/components/WfoForms/formFields/deprecated/VlanField.tsx +0 -300
  75. package/src/components/WfoForms/formFields/deprecated/index.ts +0 -15
  76. package/src/components/WfoForms/formFields/deprecated/types.ts +0 -74
  77. package/src/components/WfoForms/formFields/deprecated/utils.ts +0 -1
  78. package/src/components/WfoForms/formFields/index.ts +0 -30
  79. package/src/components/WfoForms/formFields/listFieldStyling.ts +0 -86
  80. package/src/components/WfoForms/formFields/types.ts +0 -41
  81. package/src/components/WfoForms/formFields/utils.spec.ts +0 -296
  82. package/src/components/WfoForms/formFields/utils.ts +0 -69
  83. package/src/components/WfoForms/index.ts +0 -5
  84. package/src/components/WfoWorkflowSteps/WfoStep/WfoStepFormOld.tsx +0 -67
  85. package/src/hooks/deprecated/useGetSurfSubcriptionDropdownOptions.ts +0 -37
  86. package/src/hooks/deprecated/useIsTaggedPort.ts +0 -25
  87. package/src/rtk/endpoints/deprecated/index.ts +0 -1
  88. package/src/rtk/endpoints/deprecated/surfSubscriptionDropdownOptions.ts +0 -53
  89. package/src/rtk/endpoints/formFields.ts +0 -131
  90. package/src/rtk/endpoints/ipam.ts +0 -54
  91. package/src/types/deprecated/SurfSubscriptionDropdownOptionsFilterParams.ts +0 -10
  92. package/src/types/deprecated/index.ts +0 -1
@@ -1,12 +1,12 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@6.8.0 build
2
+ > @orchestrator-ui/orchestrator-ui-components@7.0.0 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@6.8.0 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@7.0.0 generate-version
7
7
  > node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
8
8
 
9
- src/configuration/version.ts 147ms
9
+ src/configuration/version.ts 139ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.json
12
12
  CLI tsup v8.5.0
@@ -14,9 +14,9 @@ src/configuration/version.ts 147ms
14
14
  CLI Target: es2022
15
15
  CLI Cleaning output folder
16
16
  ESM Build start
17
- ESM dist/index.js 931.08 KB
18
- ESM dist/index.js.map 1.79 MB
19
- ESM ⚡️ Build success in 342ms
17
+ ESM dist/index.js 805.45 KB
18
+ ESM dist/index.js.map 1.51 MB
19
+ ESM ⚡️ Build success in 278ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 24784ms
22
- DTS dist/index.d.ts 1.26 MB
21
+ DTS ⚡️ Build success in 18816ms
22
+ DTS dist/index.d.ts 1.08 MB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@6.8.0 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@7.0.0 lint
3
3
  > eslint
4
4
 
5
5
 
@@ -1,10 +1,10 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@6.8.0 test
2
+ > @orchestrator-ui/orchestrator-ui-components@7.0.0 test
3
3
  > jest
4
4
 
5
+ PASS Wfo-UI Tests src/utils/date.spec.ts
5
6
  PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
6
7
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
7
- PASS Wfo-UI Tests src/utils/date.spec.ts
8
8
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
9
9
  PASS Wfo-UI Tests src/utils/string.spec.ts
10
10
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
@@ -12,8 +12,8 @@ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
12
12
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
13
13
  PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
14
14
  PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
15
- PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
16
15
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
16
+ PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
17
17
  PASS Wfo-UI Tests src/rtk/utils.spec.ts
18
18
  PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
19
19
  PASS Wfo-UI Tests src/utils/getQueryParams.spec.ts
@@ -21,9 +21,6 @@ PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllo
21
21
  PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
22
22
  PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
23
23
  PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
24
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.805 s)
25
- PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (7.039 s)
26
- PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts
27
24
  PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
28
25
  PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
29
26
  PASS Wfo-UI Tests src/utils/filterData.spec.ts
@@ -38,9 +35,11 @@ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
38
35
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
39
36
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
40
37
  PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
38
+ PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts
39
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.166 s)
41
40
 
42
- Test Suites: 36 passed, 36 total
43
- Tests: 239 passed, 239 total
41
+ Test Suites: 35 passed, 35 total
42
+ Tests: 226 passed, 226 total
44
43
  Snapshots: 0 total
45
- Time: 9.486 s
44
+ Time: 7.966 s
46
45
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 7.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 87f9e22: Removes uniforms in favor of PydanticForms form handling library
8
+
9
+ ### Patch Changes
10
+
11
+ - ba5bafc: Update to latest pydantic-forms version
12
+
3
13
  ## 6.8.0
4
14
 
5
15
  ### Minor Changes