@quadrel-enterprise-ui/framework 19.0.0-beta.3 → 19.0.1

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