@veloceapps/sdk 8.0.0-77 → 8.0.0-79

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. package/README.md +0 -1
  2. package/cms/types/common.types.d.ts +0 -1
  3. package/esm2020/cms/types/common.types.mjs +1 -1
  4. package/esm2020/cms/utils/ui-builder-layout.utils.mjs +1 -3
  5. package/esm2020/core/modules/configuration/services/configuration-runtime.service.mjs +5 -5
  6. package/esm2020/core/modules/configuration/services/configuration.service.mjs +3 -3
  7. package/esm2020/core/modules/configuration/services/runtime-context.service.mjs +6 -6
  8. package/esm2020/src/flow-routing.module.mjs +1 -18
  9. package/esm2020/src/pages/product/product.component.mjs +2 -3
  10. package/esm2020/src/pages/remote/remote.component.mjs +5 -6
  11. package/fesm2015/veloceapps-sdk-cms.mjs +2 -2
  12. package/fesm2015/veloceapps-sdk-cms.mjs.map +1 -1
  13. package/fesm2015/veloceapps-sdk-core.mjs +16 -15
  14. package/fesm2015/veloceapps-sdk-core.mjs.map +1 -1
  15. package/fesm2015/veloceapps-sdk.mjs +8 -160
  16. package/fesm2015/veloceapps-sdk.mjs.map +1 -1
  17. package/fesm2020/veloceapps-sdk-cms.mjs +0 -2
  18. package/fesm2020/veloceapps-sdk-cms.mjs.map +1 -1
  19. package/fesm2020/veloceapps-sdk-core.mjs +9 -9
  20. package/fesm2020/veloceapps-sdk-core.mjs.map +1 -1
  21. package/fesm2020/veloceapps-sdk.mjs +6 -161
  22. package/fesm2020/veloceapps-sdk.mjs.map +1 -1
  23. package/package.json +1 -9
  24. package/src/flow-routing.module.d.ts +6 -7
  25. package/esm2020/runtime/components/component-preview/component-preview.component.mjs +0 -125
  26. package/esm2020/runtime/components/index.mjs +0 -5
  27. package/esm2020/runtime/components/section-renderer/section-renderer.component.mjs +0 -67
  28. package/esm2020/runtime/components/ui-runtime/runtime.component.mjs +0 -440
  29. package/esm2020/runtime/components/ui-runtime-preview/runtime-preview.component.mjs +0 -108
  30. package/esm2020/runtime/execution/components/children-placeholder/children-placeholder.component.mjs +0 -60
  31. package/esm2020/runtime/execution/components/context-provider/context-provider.component.mjs +0 -39
  32. package/esm2020/runtime/execution/components/execution-section-renderer/execution-section-renderer.component.mjs +0 -67
  33. package/esm2020/runtime/execution/components/federated/federated.component.mjs +0 -74
  34. package/esm2020/runtime/execution/components/velo-attribute/velo-attribute.component.mjs +0 -60
  35. package/esm2020/runtime/execution/components/velo-multiselect/velo-multiselect.component.mjs +0 -130
  36. package/esm2020/runtime/execution/components/velo-port-checkbox/velo-port-checkbox.component.mjs +0 -72
  37. package/esm2020/runtime/execution/components/velo-port-dropdown/velo-port-dropdown.component.mjs +0 -97
  38. package/esm2020/runtime/execution/components/velo-port-radio/velo-port-radio.component.mjs +0 -142
  39. package/esm2020/runtime/execution/components/velo-type/velo-type.component.mjs +0 -119
  40. package/esm2020/runtime/execution/directives/section-script.directive.mjs +0 -247
  41. package/esm2020/runtime/execution/directives/sf-query.directive.mjs +0 -35
  42. package/esm2020/runtime/execution/directives/velo-attribute.directive.mjs +0 -88
  43. package/esm2020/runtime/execution/directives/velo-port.directive.mjs +0 -376
  44. package/esm2020/runtime/execution/directives/vl-approval.directive.mjs +0 -23
  45. package/esm2020/runtime/execution/directives/vl-document-attachments.directive.mjs +0 -36
  46. package/esm2020/runtime/execution/directives/vl-document-templates.directive.mjs +0 -60
  47. package/esm2020/runtime/execution/directives/vl-quote.directive.mjs +0 -42
  48. package/esm2020/runtime/execution/directives/vl-ramp.directive.mjs +0 -55
  49. package/esm2020/runtime/execution/runtime-execution.module.mjs +0 -133
  50. package/esm2020/runtime/execution/utils/federated.util.mjs +0 -32
  51. package/esm2020/runtime/index.mjs +0 -5
  52. package/esm2020/runtime/runtime.module.mjs +0 -74
  53. package/esm2020/runtime/services/cart.service.mjs +0 -29
  54. package/esm2020/runtime/services/collapsible-state.service.mjs +0 -34
  55. package/esm2020/runtime/services/configuration.service.mjs +0 -119
  56. package/esm2020/runtime/services/current-state.service.mjs +0 -17
  57. package/esm2020/runtime/services/form-scope.service.mjs +0 -30
  58. package/esm2020/runtime/services/index.mjs +0 -4
  59. package/esm2020/runtime/services/product-model-cache.service.mjs +0 -31
  60. package/esm2020/runtime/services/runtime-context.service.mjs +0 -60
  61. package/esm2020/runtime/services/runtime-form.service.mjs +0 -219
  62. package/esm2020/runtime/services/runtime.service.mjs +0 -115
  63. package/esm2020/runtime/services/section-helper.service.mjs +0 -27
  64. package/esm2020/runtime/services/section-scope.service.mjs +0 -36
  65. package/esm2020/runtime/services/section-store.service.mjs +0 -22
  66. package/esm2020/runtime/services/section.service.mjs +0 -117
  67. package/esm2020/runtime/types/bound-data.types.mjs +0 -7
  68. package/esm2020/runtime/types/index.mjs +0 -3
  69. package/esm2020/runtime/types/quote-states.types.mjs +0 -2
  70. package/esm2020/runtime/types/runtime.types.mjs +0 -2
  71. package/esm2020/runtime/types/script-registry.types.mjs +0 -51
  72. package/esm2020/runtime/utils/line-item.util.mjs +0 -270
  73. package/esm2020/runtime/utils/section.utils.mjs +0 -26
  74. package/esm2020/runtime/utils/sections-binder.helper.mjs +0 -105
  75. package/esm2020/runtime/veloceapps-sdk-runtime.mjs +0 -5
  76. package/esm2020/src/pages/legacy-product/legacy-product.component.mjs +0 -137
  77. package/esm2020/src/pages/legacy-product/legacy-product.module.mjs +0 -19
  78. package/fesm2015/veloceapps-sdk-runtime.mjs +0 -3770
  79. package/fesm2015/veloceapps-sdk-runtime.mjs.map +0 -1
  80. package/fesm2020/veloceapps-sdk-runtime.mjs +0 -3767
  81. package/fesm2020/veloceapps-sdk-runtime.mjs.map +0 -1
  82. package/runtime/README.md +0 -5
  83. package/runtime/components/component-preview/component-preview.component.d.ts +0 -27
  84. package/runtime/components/index.d.ts +0 -4
  85. package/runtime/components/section-renderer/section-renderer.component.d.ts +0 -25
  86. package/runtime/components/ui-runtime/runtime.component.d.ts +0 -53
  87. package/runtime/components/ui-runtime-preview/runtime-preview.component.d.ts +0 -27
  88. package/runtime/execution/components/children-placeholder/children-placeholder.component.d.ts +0 -30
  89. package/runtime/execution/components/context-provider/context-provider.component.d.ts +0 -14
  90. package/runtime/execution/components/execution-section-renderer/execution-section-renderer.component.d.ts +0 -25
  91. package/runtime/execution/components/federated/federated.component.d.ts +0 -36
  92. package/runtime/execution/components/velo-attribute/velo-attribute.component.d.ts +0 -19
  93. package/runtime/execution/components/velo-multiselect/velo-multiselect.component.d.ts +0 -35
  94. package/runtime/execution/components/velo-port-checkbox/velo-port-checkbox.component.d.ts +0 -22
  95. package/runtime/execution/components/velo-port-dropdown/velo-port-dropdown.component.d.ts +0 -22
  96. package/runtime/execution/components/velo-port-radio/velo-port-radio.component.d.ts +0 -28
  97. package/runtime/execution/components/velo-type/velo-type.component.d.ts +0 -31
  98. package/runtime/execution/directives/section-script.directive.d.ts +0 -59
  99. package/runtime/execution/directives/sf-query.directive.d.ts +0 -15
  100. package/runtime/execution/directives/velo-attribute.directive.d.ts +0 -26
  101. package/runtime/execution/directives/velo-port.directive.d.ts +0 -74
  102. package/runtime/execution/directives/vl-approval.directive.d.ts +0 -10
  103. package/runtime/execution/directives/vl-document-attachments.directive.d.ts +0 -15
  104. package/runtime/execution/directives/vl-document-templates.directive.d.ts +0 -33
  105. package/runtime/execution/directives/vl-quote.directive.d.ts +0 -14
  106. package/runtime/execution/directives/vl-ramp.directive.d.ts +0 -15
  107. package/runtime/execution/runtime-execution.module.d.ts +0 -25
  108. package/runtime/execution/utils/federated.util.d.ts +0 -6
  109. package/runtime/index.d.ts +0 -4
  110. package/runtime/runtime.module.d.ts +0 -16
  111. package/runtime/services/cart.service.d.ts +0 -15
  112. package/runtime/services/collapsible-state.service.d.ts +0 -15
  113. package/runtime/services/configuration.service.d.ts +0 -20
  114. package/runtime/services/current-state.service.d.ts +0 -8
  115. package/runtime/services/form-scope.service.d.ts +0 -20
  116. package/runtime/services/index.d.ts +0 -3
  117. package/runtime/services/product-model-cache.service.d.ts +0 -14
  118. package/runtime/services/runtime-context.service.d.ts +0 -16
  119. package/runtime/services/runtime-form.service.d.ts +0 -24
  120. package/runtime/services/runtime.service.d.ts +0 -44
  121. package/runtime/services/section-helper.service.d.ts +0 -8
  122. package/runtime/services/section-scope.service.d.ts +0 -14
  123. package/runtime/services/section-store.service.d.ts +0 -11
  124. package/runtime/services/section.service.d.ts +0 -30
  125. package/runtime/types/bound-data.types.d.ts +0 -13
  126. package/runtime/types/index.d.ts +0 -2
  127. package/runtime/types/quote-states.types.d.ts +0 -6
  128. package/runtime/types/runtime.types.d.ts +0 -19
  129. package/runtime/types/script-registry.types.d.ts +0 -13
  130. package/runtime/utils/line-item.util.d.ts +0 -34
  131. package/runtime/utils/section.utils.d.ts +0 -2
  132. package/runtime/utils/sections-binder.helper.d.ts +0 -16
  133. package/src/pages/legacy-product/legacy-product.component.d.ts +0 -37
  134. package/src/pages/legacy-product/legacy-product.module.d.ts +0 -9
@@ -2312,7 +2312,6 @@ const constructPageChildren = (path, layout) => {
2312
2312
  const constructRegion = (name, parentPath) => {
2313
2313
  return {
2314
2314
  name,
2315
- displayName: name,
2316
2315
  path: `${parentPath}/${name}`,
2317
2316
  type: 'REGION',
2318
2317
  children: [],
@@ -2322,7 +2321,6 @@ const constructRegion = (name, parentPath) => {
2322
2321
  const constructPage = (name, pageType, layout, configuredStyles) => {
2323
2322
  return {
2324
2323
  name,
2325
- displayName: name,
2326
2324
  path: name,
2327
2325
  type: 'PAGE',
2328
2326
  layout,