@quadrel-enterprise-ui/framework 19.0.0 → 19.0.2

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 (148) hide show
  1. package/fesm2022/quadrel-enterprise-ui-framework.mjs +6816 -12295
  2. package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
  3. package/lib/button/button-stack/button-stack-container/button-stack.component.d.ts +2 -8
  4. package/lib/core/core.module.d.ts +8 -6
  5. package/lib/core/model/app-enviroment.token.d.ts +1 -2
  6. package/lib/file-collector/file-collector.component.d.ts +2 -5
  7. package/lib/forms/qd-form.module.d.ts +27 -29
  8. package/lib/lists/__mocks__/mock-list.module.d.ts +2 -10
  9. package/lib/lists/list.module.d.ts +4 -12
  10. package/lib/lists/pairs/horizontal-pairs/horizontal-pairs-container/horizontal-pairs.component.d.ts +2 -7
  11. package/lib/lists/pairs/status-pairs/status-pairs-container/status-pairs.component.d.ts +3 -7
  12. package/lib/notifications/notification/notification.component.d.ts +2 -2
  13. package/lib/qd-ui-mock.module.d.ts +18 -25
  14. package/lib/qd-ui.module.d.ts +28 -35
  15. package/lib/quick-edit/quick-edit.component.d.ts +2 -4
  16. package/lib/section/section.module.d.ts +1 -2
  17. package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +1 -1
  18. package/lib/shell/header/widget/shell-header-widget.component.d.ts +1 -1
  19. package/package.json +1 -1
  20. package/public-api.d.ts +0 -16
  21. package/src/assets/i18n/de.json +0 -1
  22. package/src/assets/i18n/en.json +0 -2
  23. package/src/assets/i18n/fr.json +0 -2
  24. package/src/assets/i18n/it.json +0 -2
  25. package/src/assets/styles/components/_components.all.scss +0 -1
  26. package/lib/container/__mocks__/mock-action-footer.component.d.ts +0 -5
  27. package/lib/container/__mocks__/mock-container-create-content.component.d.ts +0 -9
  28. package/lib/container/__mocks__/mock-container-create-default.component.d.ts +0 -7
  29. package/lib/container/__mocks__/mock-container-section.component.d.ts +0 -7
  30. package/lib/container/__mocks__/mock-container-toolbar-action.component.d.ts +0 -16
  31. package/lib/container/__mocks__/mock-container-toolbar-filter.component.d.ts +0 -5
  32. package/lib/container/__mocks__/mock-container-toolbar-title.component.d.ts +0 -5
  33. package/lib/container/__mocks__/mock-container-toolbar.component.d.ts +0 -8
  34. package/lib/container/__mocks__/mock-container.component.d.ts +0 -17
  35. package/lib/container/__mocks__/mock-container.module.d.ts +0 -30
  36. package/lib/container/__mocks__/mock-create-delete-alert.component.d.ts +0 -7
  37. package/lib/container/__mocks__/mock-form-group.component.d.ts +0 -14
  38. package/lib/container/container.component.d.ts +0 -86
  39. package/lib/container/container.module.d.ts +0 -31
  40. package/lib/container/model/container-type.d.ts +0 -12
  41. package/lib/container/model/toolbar.interface.d.ts +0 -40
  42. package/lib/container/section/container-section.component.d.ts +0 -22
  43. package/lib/container/section/header/container-section-header.component.d.ts +0 -10
  44. package/lib/container/section/info/container-section-info.component.d.ts +0 -8
  45. package/lib/container/services/container-action.service.d.ts +0 -10
  46. package/lib/container/services/container-layout.service.d.ts +0 -20
  47. package/lib/container/toolbar/action/container-toolbar-action.component.d.ts +0 -45
  48. package/lib/container/toolbar/container-toolbar.component.d.ts +0 -26
  49. package/lib/container/toolbar/filter/container-toolbar-filter.component.d.ts +0 -11
  50. package/lib/container/toolbar/title/container-toolbar-title.component.d.ts +0 -10
  51. package/lib/content-grid/__mocks__/mock-content-grid-column.d.ts +0 -5
  52. package/lib/content-grid/__mocks__/mock-content-grid-row.d.ts +0 -5
  53. package/lib/content-grid/__mocks__/mock-content-grid.d.ts +0 -5
  54. package/lib/content-grid/__mocks__/mock-content-grid.module.d.ts +0 -13
  55. package/lib/content-grid/content-grid/content-grid.component.d.ts +0 -15
  56. package/lib/content-grid/content-grid-column/content-grid-column.component.d.ts +0 -11
  57. package/lib/content-grid/content-grid-row/content-grid-row.component.d.ts +0 -12
  58. package/lib/content-grid/content-grid.module.d.ts +0 -14
  59. package/lib/forms/forms/forms.component.d.ts +0 -10
  60. package/lib/layout/__mocks__/mock-action-bar.component.d.ts +0 -14
  61. package/lib/layout/__mocks__/mock-active-content-tab.directive.d.ts +0 -7
  62. package/lib/layout/__mocks__/mock-button-enabled.directive.d.ts +0 -7
  63. package/lib/layout/__mocks__/mock-layout-container.component.d.ts +0 -5
  64. package/lib/layout/__mocks__/mock-layout-renderer.component.d.ts +0 -13
  65. package/lib/layout/__mocks__/mock-layout.module.d.ts +0 -30
  66. package/lib/layout/__mocks__/mock-page-process-header-title.component.d.ts +0 -5
  67. package/lib/layout/__mocks__/mock-page-process-header.component.d.ts +0 -26
  68. package/lib/layout/__mocks__/mock-page-title.component.d.ts +0 -7
  69. package/lib/layout/__mocks__/mock-panel-title.component.d.ts +0 -7
  70. package/lib/layout/__mocks__/mock-panel.component.d.ts +0 -9
  71. package/lib/layout/__mocks__/mock-truncated-text.directive.d.ts +0 -12
  72. package/lib/layout/action-bar/action-bar.component.d.ts +0 -33
  73. package/lib/layout/action-bar/button-enabled.directive.d.ts +0 -25
  74. package/lib/layout/container/container.component.d.ts +0 -67
  75. package/lib/layout/content/page-process-header/page-process-header/page-process-header.component.d.ts +0 -101
  76. package/lib/layout/content/page-process-header/page-process-header-title/page-process-header-title.component.d.ts +0 -10
  77. package/lib/layout/content/page-title/page-title.component.d.ts +0 -22
  78. package/lib/layout/directives/active-content-tab.directive.d.ts +0 -21
  79. package/lib/layout/directives/calculate-full-height.directive.d.ts +0 -21
  80. package/lib/layout/force-line-break/force-line-break.directive.d.ts +0 -8
  81. package/lib/layout/interfaces/process-list.d.ts +0 -9
  82. package/lib/layout/layout-renderer/layout-renderer.component.d.ts +0 -26
  83. package/lib/layout/layout.module.d.ts +0 -49
  84. package/lib/layout/modal-fullscreen-container/modal-fullscreen-container.component.d.ts +0 -47
  85. package/lib/layout/panel/container/panel.component.d.ts +0 -29
  86. package/lib/layout/panel/title/panel-title.component.d.ts +0 -23
  87. package/lib/layout/panel/types/panel-types.d.ts +0 -5
  88. package/lib/layout/service/layout.service.d.ts +0 -24
  89. package/lib/layout/service/panel.service.d.ts +0 -13
  90. package/lib/lists/__mocks__/mock-vertical-pairs-caption.component.d.ts +0 -6
  91. package/lib/lists/__mocks__/mock-vertical-pairs-item.component.d.ts +0 -5
  92. package/lib/lists/__mocks__/mock-vertical-pairs-value.component.d.ts +0 -6
  93. package/lib/lists/__mocks__/mock-vertical-pairs.component.d.ts +0 -5
  94. package/lib/lists/pairs/vertical-pairs/vertical-pairs-caption/vertical-pairs-caption.component.d.ts +0 -10
  95. package/lib/lists/pairs/vertical-pairs/vertical-pairs-container/vertical-pairs.component.d.ts +0 -25
  96. package/lib/lists/pairs/vertical-pairs/vertical-pairs-item/vertical-pairs-item.component.d.ts +0 -20
  97. package/lib/lists/pairs/vertical-pairs/vertical-pairs-value/vertical-pairs-value.component.d.ts +0 -10
  98. package/lib/master-layout/__mocks__/mock-header-widget.component.d.ts +0 -16
  99. package/lib/master-layout/__mocks__/mock-master-layout-banner.component.d.ts +0 -5
  100. package/lib/master-layout/__mocks__/mock-master-layout-footer.component.d.ts +0 -5
  101. package/lib/master-layout/__mocks__/mock-master-layout-header.component.d.ts +0 -15
  102. package/lib/master-layout/__mocks__/mock-master-layout.component.d.ts +0 -9
  103. package/lib/master-layout/__mocks__/mock-master-layout.module.d.ts +0 -18
  104. package/lib/master-layout/header-widget/header-widget.component.d.ts +0 -55
  105. package/lib/master-layout/master-layout/master-layout.component.d.ts +0 -48
  106. package/lib/master-layout/master-layout-banner/master-layout-banner.component.d.ts +0 -25
  107. package/lib/master-layout/master-layout-footer/master-layout-footer.component.d.ts +0 -10
  108. package/lib/master-layout/master-layout-header/master-layout-header.component.d.ts +0 -48
  109. package/lib/master-layout/master-layout.module.d.ts +0 -30
  110. package/lib/master-layout/model/page-level.d.ts +0 -5
  111. package/lib/master-layout/model/service-navigation.d.ts +0 -3
  112. package/lib/master-layout/service/master-layout.service.d.ts +0 -16
  113. package/lib/master-layout/service-navigation/service-navigation.component.d.ts +0 -13
  114. package/lib/navigation/stepper/__mocks__/mock-step-action.component.d.ts +0 -16
  115. package/lib/navigation/stepper/__mocks__/mock-step-item.component.d.ts +0 -17
  116. package/lib/navigation/stepper/__mocks__/mock-step.component.d.ts +0 -18
  117. package/lib/navigation/stepper/__mocks__/mock-stepper.component.d.ts +0 -7
  118. package/lib/navigation/stepper/__mocks__/mock-stepper.module.d.ts +0 -16
  119. package/lib/navigation/stepper/interfaces/stepper.d.ts +0 -12
  120. package/lib/navigation/stepper/step/step.component.d.ts +0 -125
  121. package/lib/navigation/stepper/step-action/step-action.component.d.ts +0 -29
  122. package/lib/navigation/stepper/step-item/step-item.component.d.ts +0 -35
  123. package/lib/navigation/stepper/stepper/stepper.component.d.ts +0 -127
  124. package/lib/navigation/stepper/stepper.module.d.ts +0 -20
  125. package/lib/navigation/tab-bar/__mocks__/mock-tab-bar.module.d.ts +0 -12
  126. package/lib/navigation/tab-bar/__mocks__/mock-tab-link.component.d.ts +0 -7
  127. package/lib/navigation/tab-bar/__mocks__/mock-tab-nav-bar.component.d.ts +0 -5
  128. package/lib/navigation/tab-bar/tab-bar.module.d.ts +0 -13
  129. package/lib/navigation/tab-bar/tab-link/tab-link.component.d.ts +0 -26
  130. package/lib/navigation/tab-bar/tab-nav-bar/tab-nav-bar.component.d.ts +0 -11
  131. package/lib/navigation/tabs/__mocks__/mock-tab-action.component.d.ts +0 -11
  132. package/lib/navigation/tabs/__mocks__/mock-tab-item.component.d.ts +0 -17
  133. package/lib/navigation/tabs/__mocks__/mock-tab-pending-tasks.component.d.ts +0 -9
  134. package/lib/navigation/tabs/__mocks__/mock-tab.component.d.ts +0 -19
  135. package/lib/navigation/tabs/__mocks__/mock-tabs-page-leave-handler.component.d.ts +0 -7
  136. package/lib/navigation/tabs/__mocks__/mock-tabs.component.d.ts +0 -15
  137. package/lib/navigation/tabs/__mocks__/mock-tabs.module.d.ts +0 -20
  138. package/lib/navigation/tabs/interfaces/tabs.interface.d.ts +0 -27
  139. package/lib/navigation/tabs/services/tabs.service.d.ts +0 -25
  140. package/lib/navigation/tabs/tab/tab.component.d.ts +0 -79
  141. package/lib/navigation/tabs/tab-action/tab-action.component.d.ts +0 -16
  142. package/lib/navigation/tabs/tab-item/tab-item.component.d.ts +0 -34
  143. package/lib/navigation/tabs/tab-pending-tasks/tab-pending-tasks.component.d.ts +0 -21
  144. package/lib/navigation/tabs/tabs/tabs.component.d.ts +0 -81
  145. package/lib/navigation/tabs/tabs.module.d.ts +0 -21
  146. package/src/assets/styles/components/_components.master-layout.scss +0 -97
  147. /package/lib/{layout → core}/directives/viewport-adaptive.directive.d.ts +0 -0
  148. /package/lib/{master-layout/service → shell/services}/language-from-url.service.d.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.