ngx-material-entity 18.0.0 → 18.1.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.
- package/components/custom-table/custom-table-configuration.model.d.ts +65 -0
- package/components/custom-table/custom-table.component.d.ts +111 -0
- package/components/edit-page/edit-page.component.d.ts +5 -1
- package/components/input/array/array-date-input/array-date-input.component.d.ts +2 -2
- package/components/input/array/array-date-range-input/array-date-range-input.component.d.ts +3 -3
- package/components/input/array/array-date-time-input/array-date-time-input.component.d.ts +3 -3
- package/components/input/array/array-table.class.d.ts +25 -19
- package/components/input/input.component.d.ts +99 -80
- package/components/input/relations/references-many-input/references-many-input.component.d.ts +12 -17
- package/components/table/edit-dialog/edit-entity-dialog.component.d.ts +5 -5
- package/components/table/table-data.d.ts +9 -4
- package/components/table/table.component.d.ts +15 -37
- package/decorators/array/array-decorator-internal.data.d.ts +5 -1
- package/decorators/array/array-decorator.data.d.ts +38 -82
- package/decorators/references-many/references-many-decorator-internal.data.d.ts +3 -1
- package/decorators/references-many/references-many-decorator.data.d.ts +13 -1
- package/directives/dynamic-style-class.directive.d.ts +4 -5
- package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +5 -6
- package/esm2022/components/create-page/create-page.component.mjs +6 -7
- package/esm2022/components/custom-table/custom-table-configuration.model.mjs +37 -0
- package/esm2022/components/custom-table/custom-table.component.mjs +213 -0
- package/esm2022/components/edit-page/edit-page.component.mjs +19 -9
- package/esm2022/components/form/form.component.mjs +5 -6
- package/esm2022/components/input/array/array-date-input/array-date-input.component.mjs +16 -20
- package/esm2022/components/input/array/array-date-range-input/array-date-range-input.component.mjs +27 -26
- package/esm2022/components/input/array/array-date-time-input/array-date-time-input.component.mjs +17 -21
- package/esm2022/components/input/array/array-string-autocomplete-chips/array-string-autocomplete-chips.component.mjs +4 -4
- package/esm2022/components/input/array/array-string-chips-input/array-string-chips-input.component.mjs +4 -4
- package/esm2022/components/input/array/array-table.class.mjs +51 -43
- package/esm2022/components/input/date/date-range-input/date-range-input.component.mjs +5 -6
- package/esm2022/components/input/date/date-time-input/date-time-input.component.mjs +4 -4
- package/esm2022/components/input/file/file-image-input/file-image-input.component.mjs +4 -7
- package/esm2022/components/input/file/file-input/file-input.component.mjs +4 -5
- package/esm2022/components/input/input.component.mjs +143 -106
- package/esm2022/components/input/number/number-dropdown-input/number-dropdown-input.component.mjs +4 -5
- package/esm2022/components/input/relations/references-many-input/references-many-input.component.mjs +40 -55
- package/esm2022/components/input/string/string-autocomplete-input/string-autocomplete-input.component.mjs +4 -5
- package/esm2022/components/input/string/string-dropdown-input/string-dropdown-input.component.mjs +4 -5
- package/esm2022/components/input/string/string-password-input/string-password-input.component.mjs +4 -4
- package/esm2022/components/table/create-dialog/create-entity-dialog.component.mjs +9 -8
- package/esm2022/components/table/edit-dialog/edit-entity-dialog.component.mjs +22 -14
- package/esm2022/components/table/table-data.mjs +1 -1
- package/esm2022/components/table/table.component.mjs +40 -107
- package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/decorators/array/array-decorator-internal.data.mjs +14 -1
- package/esm2022/decorators/array/array-decorator.data.mjs +33 -2
- package/esm2022/decorators/has-many/has-many-decorator-internal.data.mjs +1 -1
- package/esm2022/decorators/references-many/references-many-decorator-internal.data.mjs +8 -1
- package/esm2022/decorators/references-many/references-many-decorator.data.mjs +1 -1
- package/esm2022/directives/dynamic-style-class.directive.mjs +5 -5
- package/esm2022/directives/tooltip.directive.mjs +4 -1
- package/esm2022/functions/get-changes-tooltip-content.function.mjs +23 -0
- package/esm2022/functions/get-validation-errors-tooltip-content.function.mjs +23 -0
- package/esm2022/functions/table-column-value-to-sort-value.function.mjs +29 -0
- package/esm2022/public-api.mjs +3 -2
- package/esm2022/utilities/date.utilities.mjs +7 -6
- package/esm2022/utilities/entity.utilities.mjs +23 -7
- package/esm2022/utilities/validation.utilities.mjs +2 -2
- package/fesm2022/ngx-material-entity.mjs +2550 -2224
- package/fesm2022/ngx-material-entity.mjs.map +1 -1
- package/functions/get-changes-tooltip-content.function.d.ts +13 -0
- package/functions/table-column-value-to-sort-value.function.d.ts +9 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -1
- package/utilities/entity.utilities.d.ts +7 -3
- package/esm2022/functions/get-validation-errors-tooltip-content.function.ts.mjs +0 -23
- /package/functions/{get-validation-errors-tooltip-content.function.ts.d.ts → get-validation-errors-tooltip-content.function.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.