ngx-material-entity 16.1.0 → 16.1.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 (170) hide show
  1. package/classes/base.builder.d.ts +1 -1
  2. package/components/confirm-dialog/confirm-dialog-data.builder.d.ts +1 -1
  3. package/components/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  4. package/components/create-page/create-page.component.d.ts +11 -20
  5. package/components/create-page/page-create-data.builder.d.ts +1 -1
  6. package/components/edit-page/edit-page.component.d.ts +10 -25
  7. package/components/edit-page/page-edit-data.builder.d.ts +1 -1
  8. package/components/form/form.component.d.ts +59 -0
  9. package/components/input/array/array-date-input/array-date-input.component.d.ts +1 -1
  10. package/components/input/array/array-date-range-input/array-date-range-input.component.d.ts +1 -1
  11. package/components/input/array/array-date-time-input/array-date-time-input.component.d.ts +1 -1
  12. package/components/input/array/array-string-autocomplete-chips/array-string-autocomplete-chips.component.d.ts +1 -1
  13. package/components/input/array/array-string-chips-input/array-string-chips-input.component.d.ts +1 -1
  14. package/components/input/boolean/boolean-checkbox-input/boolean-checkbox-input.component.d.ts +1 -1
  15. package/components/input/boolean/boolean-dropdown-input/boolean-dropdown-input.component.d.ts +1 -1
  16. package/components/input/boolean/boolean-toggle-input/boolean-toggle-input.component.d.ts +1 -1
  17. package/components/input/custom/custom.component.d.ts +1 -1
  18. package/components/input/date/date-input/date-input.component.d.ts +1 -1
  19. package/components/input/date/date-range-input/date-range-input.component.d.ts +1 -1
  20. package/components/input/date/date-time-input/date-time-input.component.d.ts +1 -1
  21. package/components/input/file/file-default-input/file-default-input.component.d.ts +1 -1
  22. package/components/input/file/file-image-input/file-image-input.component.d.ts +1 -1
  23. package/components/input/file/file-input/file-input.component.d.ts +1 -1
  24. package/components/input/input.component.d.ts +33 -3
  25. package/components/input/number/number-dropdown-input/number-dropdown-input.component.d.ts +1 -1
  26. package/components/input/number/number-input/number-input.component.d.ts +1 -1
  27. package/components/input/number/number-slider-input/number-slider-input.component.d.ts +1 -1
  28. package/components/input/relations/references-many-input/references-many-input.component.d.ts +1 -1
  29. package/components/input/string/string-autocomplete-input/string-autocomplete-input.component.d.ts +1 -1
  30. package/components/input/string/string-dropdown-input/string-dropdown-input.component.d.ts +1 -1
  31. package/components/input/string/string-input/string-input.component.d.ts +1 -1
  32. package/components/input/string/string-password-input/string-password-input.component.d.ts +1 -1
  33. package/components/input/string/string-textbox-input/string-textbox-input.component.d.ts +1 -1
  34. package/components/table/create-dialog/create-data.builder.d.ts +4 -1
  35. package/components/table/create-dialog/create-entity-data.builder.d.ts +2 -2
  36. package/components/table/create-dialog/create-entity-dialog.component.d.ts +22 -14
  37. package/components/table/display-column-value/display-column-value.component.d.ts +1 -1
  38. package/components/table/edit-dialog/edit-data.builder.d.ts +4 -2
  39. package/components/table/edit-dialog/edit-entity-dialog.component.d.ts +12 -7
  40. package/components/table/edit-dialog/edit-entity.builder.d.ts +2 -2
  41. package/components/table/table-data.builder.d.ts +3 -3
  42. package/components/table/table-data.d.ts +17 -1
  43. package/components/table/table.component.d.ts +9 -7
  44. package/decorators/array/array-decorator-internal.data.d.ts +1 -1
  45. package/decorators/array/array.decorator.d.ts +1 -1
  46. package/decorators/base/decorator-types.enum.d.ts +3 -2
  47. package/decorators/boolean/boolean-decorator-internal.data.d.ts +1 -1
  48. package/decorators/custom/custom-decorator-internal.data.d.ts +1 -1
  49. package/decorators/custom/custom.decorator.d.ts +1 -1
  50. package/decorators/date/date-decorator-internal.data.d.ts +1 -1
  51. package/decorators/file/file-decorator-internal.data.d.ts +1 -1
  52. package/decorators/file/file-decorator.data.d.ts +1 -1
  53. package/decorators/has-many/has-many-decorator-internal.data.d.ts +1 -1
  54. package/decorators/has-many/has-many.decorator.d.ts +1 -1
  55. package/decorators/number/number-decorator-internal.data.d.ts +1 -2
  56. package/decorators/object/object-decorator-internal.data.d.ts +12 -1
  57. package/decorators/object/object-decorator.data.d.ts +14 -1
  58. package/decorators/object/object.decorator.d.ts +2 -2
  59. package/decorators/references-many/references-many-decorator-internal.data.d.ts +1 -1
  60. package/decorators/references-many/references-many.decorator.d.ts +1 -1
  61. package/decorators/references-one/references-one-decorator-internal.data.d.ts +1 -1
  62. package/decorators/references-one/references-one.decorator.d.ts +1 -1
  63. package/decorators/string/string-decorator-internal.data.d.ts +1 -2
  64. package/default-global-configuration-values.d.ts +0 -5
  65. package/directives/drag-drop.directive.d.ts +1 -1
  66. package/esm2022/classes/base.builder.mjs +2 -2
  67. package/esm2022/classes/entity.model.mjs +1 -1
  68. package/esm2022/components/confirm-dialog/confirm-dialog-data.builder.mjs +1 -1
  69. package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +4 -4
  70. package/esm2022/components/create-page/create-data.route.mjs +1 -1
  71. package/esm2022/components/create-page/create-page.component.mjs +31 -43
  72. package/esm2022/components/create-page/page-create-data.builder.mjs +1 -1
  73. package/esm2022/components/edit-page/edit-data.route.mjs +1 -1
  74. package/esm2022/components/edit-page/edit-page.component.mjs +30 -56
  75. package/esm2022/components/edit-page/page-edit-data.builder.mjs +1 -1
  76. package/esm2022/components/form/form.component.mjs +99 -0
  77. package/esm2022/components/input/array/array-date-input/array-date-input.component.mjs +30 -14
  78. package/esm2022/components/input/array/array-date-range-input/array-date-range-input.component.mjs +28 -14
  79. package/esm2022/components/input/array/array-date-time-input/array-date-time-input.component.mjs +34 -15
  80. package/esm2022/components/input/array/array-string-autocomplete-chips/array-string-autocomplete-chips.component.mjs +22 -10
  81. package/esm2022/components/input/array/array-string-chips-input/array-string-chips-input.component.mjs +18 -9
  82. package/esm2022/components/input/array/array-table.class.mjs +1 -1
  83. package/esm2022/components/input/base-input.component.mjs +1 -1
  84. package/esm2022/components/input/boolean/boolean-checkbox-input/boolean-checkbox-input.component.mjs +14 -6
  85. package/esm2022/components/input/boolean/boolean-dropdown-input/boolean-dropdown-input.component.mjs +19 -11
  86. package/esm2022/components/input/boolean/boolean-toggle-input/boolean-toggle-input.component.mjs +16 -8
  87. package/esm2022/components/input/custom/custom.component.mjs +3 -4
  88. package/esm2022/components/input/date/date-input/date-input.component.mjs +15 -7
  89. package/esm2022/components/input/date/date-range-input/date-range-input.component.mjs +19 -11
  90. package/esm2022/components/input/date/date-time-input/date-time-input.component.mjs +26 -14
  91. package/esm2022/components/input/file/file-default-input/file-default-input.component.mjs +6 -5
  92. package/esm2022/components/input/file/file-image-input/file-image-input.component.mjs +8 -6
  93. package/esm2022/components/input/file/file-input/file-input.component.mjs +21 -10
  94. package/esm2022/components/input/input.component.mjs +156 -53
  95. package/esm2022/components/input/number/number-dropdown-input/number-dropdown-input.component.mjs +18 -8
  96. package/esm2022/components/input/number/number-input/number-input.component.mjs +12 -7
  97. package/esm2022/components/input/number/number-slider-input/number-slider-input.component.mjs +14 -8
  98. package/esm2022/components/input/relations/references-many-input/references-many-input.component.mjs +32 -17
  99. package/esm2022/components/input/string/string-autocomplete-input/string-autocomplete-input.component.mjs +22 -11
  100. package/esm2022/components/input/string/string-dropdown-input/string-dropdown-input.component.mjs +21 -11
  101. package/esm2022/components/input/string/string-input/string-input.component.mjs +12 -6
  102. package/esm2022/components/input/string/string-password-input/string-password-input.component.mjs +19 -9
  103. package/esm2022/components/input/string/string-textbox-input/string-textbox-input.component.mjs +12 -6
  104. package/esm2022/components/table/create-dialog/create-data.builder.mjs +14 -3
  105. package/esm2022/components/table/create-dialog/create-entity-data.builder.mjs +2 -2
  106. package/esm2022/components/table/create-dialog/create-entity-dialog.component.mjs +66 -38
  107. package/esm2022/components/table/default.actions.mjs +1 -1
  108. package/esm2022/components/table/display-column-value/base-display-column-value.component.mjs +1 -1
  109. package/esm2022/components/table/display-column-value/display-column-value.component.mjs +1 -1
  110. package/esm2022/components/table/edit-dialog/edit-data.builder.mjs +18 -7
  111. package/esm2022/components/table/edit-dialog/edit-entity-dialog.component.mjs +45 -24
  112. package/esm2022/components/table/edit-dialog/edit-entity.builder.mjs +2 -2
  113. package/esm2022/components/table/table-data.builder.mjs +7 -7
  114. package/esm2022/components/table/table-data.mjs +1 -1
  115. package/esm2022/components/table/table.component.mjs +30 -24
  116. package/esm2022/components/tooltip/tooltip.component.mjs +1 -1
  117. package/esm2022/decorators/array/array-decorator-internal.data.mjs +1 -1
  118. package/esm2022/decorators/array/array-decorator.data.mjs +1 -1
  119. package/esm2022/decorators/array/array.decorator.mjs +2 -2
  120. package/esm2022/decorators/base/base-property.decorator.mjs +1 -1
  121. package/esm2022/decorators/base/decorator-types.enum.mjs +2 -1
  122. package/esm2022/decorators/base/property-decorator-internal.data.mjs +1 -1
  123. package/esm2022/decorators/boolean/boolean-decorator-internal.data.mjs +1 -1
  124. package/esm2022/decorators/boolean/boolean.decorator.mjs +2 -2
  125. package/esm2022/decorators/custom/custom-decorator-internal.data.mjs +1 -1
  126. package/esm2022/decorators/custom/custom-decorator.data.mjs +1 -1
  127. package/esm2022/decorators/custom/custom.decorator.mjs +2 -2
  128. package/esm2022/decorators/date/date-decorator-internal.data.mjs +1 -1
  129. package/esm2022/decorators/date/date-decorator.data.mjs +1 -1
  130. package/esm2022/decorators/date/date.decorator.mjs +2 -2
  131. package/esm2022/decorators/file/file-decorator-internal.data.mjs +1 -1
  132. package/esm2022/decorators/file/file-decorator.data.mjs +1 -1
  133. package/esm2022/decorators/file/file.decorator.mjs +2 -2
  134. package/esm2022/decorators/has-many/has-many-decorator-internal.data.mjs +1 -1
  135. package/esm2022/decorators/has-many/has-many.decorator.mjs +2 -2
  136. package/esm2022/decorators/number/number-decorator-internal.data.mjs +3 -10
  137. package/esm2022/decorators/number/number.decorator.mjs +2 -2
  138. package/esm2022/decorators/object/object-decorator-internal.data.mjs +23 -1
  139. package/esm2022/decorators/object/object-decorator.data.mjs +1 -1
  140. package/esm2022/decorators/object/object.decorator.mjs +8 -3
  141. package/esm2022/decorators/references-many/references-many-decorator-internal.data.mjs +1 -1
  142. package/esm2022/decorators/references-many/references-many.decorator.mjs +2 -2
  143. package/esm2022/decorators/references-one/references-one-decorator-internal.data.mjs +1 -1
  144. package/esm2022/decorators/references-one/references-one.decorator.mjs +2 -2
  145. package/esm2022/decorators/string/string-decorator-internal.data.mjs +3 -10
  146. package/esm2022/decorators/string/string.decorator.mjs +2 -2
  147. package/esm2022/default-global-configuration-values.mjs +5 -17
  148. package/esm2022/directives/drag-drop.directive.mjs +4 -3
  149. package/esm2022/directives/dynamic-style-class.directive.mjs +1 -1
  150. package/esm2022/encapsulation/reflect.utilities.mjs +2 -1
  151. package/esm2022/functions/dropdown-values-to-function.function.mjs +14 -0
  152. package/esm2022/functions/get-validation-errors-tooltip-content.function.ts.mjs +1 -1
  153. package/esm2022/global-configuration-values.mjs +16 -2
  154. package/esm2022/public-api.mjs +1 -2
  155. package/esm2022/services/entity.service.mjs +1 -1
  156. package/esm2022/services/unsaved-changes.guard.mjs +7 -13
  157. package/esm2022/utilities/date.utilities.mjs +1 -1
  158. package/esm2022/utilities/entity.utilities.mjs +9 -9
  159. package/esm2022/utilities/file.utilities.mjs +1 -1
  160. package/esm2022/utilities/validation.utilities.mjs +11 -6
  161. package/fesm2022/ngx-material-entity.mjs +4760 -4510
  162. package/fesm2022/ngx-material-entity.mjs.map +1 -1
  163. package/functions/dropdown-values-to-function.function.d.ts +11 -0
  164. package/global-configuration-values.d.ts +15 -1
  165. package/package.json +1 -1
  166. package/public-api.d.ts +0 -1
  167. package/services/unsaved-changes.guard.d.ts +15 -8
  168. package/utilities/entity.utilities.d.ts +2 -2
  169. package/components/input/input.module.d.ts +0 -58
  170. package/esm2022/components/input/input.module.mjs +0 -192

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.