@vality/matez 19.0.1-pr-423-667df70.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/README.md +8 -0
- package/fesm2022/vality-matez.mjs +3741 -0
- package/fesm2022/vality-matez.mjs.map +1 -0
- package/index.d.ts +1 -0
- package/lib/components/actions/actions.component.d.ts +5 -0
- package/lib/components/actions/actions.module.d.ts +7 -0
- package/lib/components/actions/index.d.ts +2 -0
- package/lib/components/confirm-dialog/confirm-dialog.component.d.ts +16 -0
- package/lib/components/confirm-dialog/confirm-dialog.module.d.ts +14 -0
- package/lib/components/confirm-dialog/index.d.ts +2 -0
- package/lib/components/content-loading/content-loading.component.d.ts +8 -0
- package/lib/components/content-loading/index.d.ts +1 -0
- package/lib/components/date-range-field/date-range-field.component.d.ts +16 -0
- package/lib/components/date-range-field/date-range-field.module.d.ts +13 -0
- package/lib/components/date-range-field/index.d.ts +5 -0
- package/lib/components/date-range-field/types/date-range.d.ts +4 -0
- package/lib/components/date-range-field/utils/create-date-range-to-today.d.ts +2 -0
- package/lib/components/date-range-field/utils/is-equal-date-range.d.ts +2 -0
- package/lib/components/datetime-field/datetime-field.component.d.ts +19 -0
- package/lib/components/datetime-field/datetime-field.module.d.ts +11 -0
- package/lib/components/datetime-field/index.d.ts +2 -0
- package/lib/components/dialog/components/dialog-actions/dialog-actions.component.d.ts +5 -0
- package/lib/components/dialog/dialog.component.d.ts +28 -0
- package/lib/components/dialog/dialog.module.d.ts +16 -0
- package/lib/components/dialog/index.d.ts +8 -0
- package/lib/components/dialog/services/dialog.service.d.ts +23 -0
- package/lib/components/dialog/tokens.d.ts +8 -0
- package/lib/components/dialog/types/dialog-response-status.d.ts +5 -0
- package/lib/components/dialog/types/dialog-response.d.ts +6 -0
- package/lib/components/dialog/utils/dialog-superclass.d.ts +13 -0
- package/lib/components/error-page/error-page-routing.module.d.ts +7 -0
- package/lib/components/error-page/error-page.component.d.ts +5 -0
- package/lib/components/error-page/error-page.module.d.ts +9 -0
- package/lib/components/error-page/index.d.ts +2 -0
- package/lib/components/file-upload/file-upload.component.d.ts +14 -0
- package/lib/components/file-upload/file-upload.module.d.ts +9 -0
- package/lib/components/file-upload/index.d.ts +3 -0
- package/lib/components/file-upload/utils/load-file-content.d.ts +3 -0
- package/lib/components/filters/components/filters-dialog/filters-dialog.component.d.ts +10 -0
- package/lib/components/filters/components/main-filters/main-filters.directive.d.ts +8 -0
- package/lib/components/filters/components/more-filters-button/more-filters-button.component.d.ts +7 -0
- package/lib/components/filters/components/other-filters/other-filters.directive.d.ts +8 -0
- package/lib/components/filters/filters.component.d.ts +29 -0
- package/lib/components/filters/filters.module.d.ts +19 -0
- package/lib/components/filters/index.d.ts +5 -0
- package/lib/components/index.d.ts +18 -0
- package/lib/components/input-field/index.d.ts +2 -0
- package/lib/components/input-field/input-field.component.d.ts +14 -0
- package/lib/components/input-field/input-field.module.d.ts +12 -0
- package/lib/components/list-field/index.d.ts +2 -0
- package/lib/components/list-field/list-field.component.d.ts +12 -0
- package/lib/components/list-field/list-field.module.d.ts +10 -0
- package/lib/components/nav/index.d.ts +1 -0
- package/lib/components/nav/nav.component.d.ts +16 -0
- package/lib/components/number-range-field/index.d.ts +2 -0
- package/lib/components/number-range-field/number-range-field.component.d.ts +18 -0
- package/lib/components/number-range-field/number-range-field.module.d.ts +9 -0
- package/lib/components/progress/index.d.ts +3 -0
- package/lib/components/progress/progress.component.d.ts +9 -0
- package/lib/components/progress/progress.module.d.ts +9 -0
- package/lib/components/progress/utils/get-progress-by-count.d.ts +1 -0
- package/lib/components/select-autocomplete/autocomplete-field/autocomplete-field.component.d.ts +23 -0
- package/lib/components/select-autocomplete/autocomplete-field/autocomplete-field.module.d.ts +13 -0
- package/lib/components/select-autocomplete/autocomplete-field/index.d.ts +2 -0
- package/lib/components/select-autocomplete/index.d.ts +3 -0
- package/lib/components/select-autocomplete/select-field/index.d.ts +2 -0
- package/lib/components/select-autocomplete/select-field/select-field.component.d.ts +26 -0
- package/lib/components/select-autocomplete/select-field/select-field.module.d.ts +12 -0
- package/lib/components/select-autocomplete/types/index.d.ts +1 -0
- package/lib/components/select-autocomplete/types/option.d.ts +6 -0
- package/lib/components/select-autocomplete/utils/find-option-by-value.d.ts +2 -0
- package/lib/components/select-autocomplete/utils/get-hint-text.d.ts +5 -0
- package/lib/components/select-autocomplete/utils/index.d.ts +2 -0
- package/lib/components/select-autocomplete/utils/search-options.d.ts +3 -0
- package/lib/components/switch-button/index.d.ts +2 -0
- package/lib/components/switch-button/switch-button.component.d.ts +24 -0
- package/lib/components/switch-button/switch-button.module.d.ts +11 -0
- package/lib/components/table/components/base-column.component.d.ts +17 -0
- package/lib/components/table/components/customize/customize.component.d.ts +17 -0
- package/lib/components/table/components/dnd-column.component.d.ts +7 -0
- package/lib/components/table/components/infinity-scroll.directive.d.ts +12 -0
- package/lib/components/table/components/no-records.component.d.ts +7 -0
- package/lib/components/table/components/select-column.component.d.ts +21 -0
- package/lib/components/table/components/table-actions.component.d.ts +5 -0
- package/lib/components/table/components/table-info-bar/table-info-bar.component.d.ts +33 -0
- package/lib/components/table/components/table-inputs.component.d.ts +5 -0
- package/lib/components/table/components/table-progress-bar.component.d.ts +6 -0
- package/lib/components/table/consts.d.ts +8 -0
- package/lib/components/table/index.d.ts +10 -0
- package/lib/components/table/presets/create-menu-column.d.ts +6 -0
- package/lib/components/table/presets/index.d.ts +1 -0
- package/lib/components/table/table.component.d.ts +81 -0
- package/lib/components/table/table.module.d.ts +34 -0
- package/lib/components/table/tree-data/index.d.ts +2 -0
- package/lib/components/table/tree-data/tree-data-item-to-inline-data-item.d.ts +10 -0
- package/lib/components/table/tree-data/tree-data.d.ts +10 -0
- package/lib/components/table/types/column2.d.ts +34 -0
- package/lib/components/table/types/drag-drop.d.ts +10 -0
- package/lib/components/table/types/index.d.ts +3 -0
- package/lib/components/table/types/update-options.d.ts +3 -0
- package/lib/components/table/utils/cached-head-map.d.ts +2 -0
- package/lib/components/table/utils/correct-priorities.d.ts +5 -0
- package/lib/components/table/utils/create-column.d.ts +6 -0
- package/lib/components/table/utils/create-intersection-observer.d.ts +2 -0
- package/lib/components/table/utils/create-unique-column-def.d.ts +1 -0
- package/lib/components/table/utils/filter-sort.d.ts +14 -0
- package/lib/components/table/utils/normalize-string.d.ts +2 -0
- package/lib/components/table/utils/table-data-source.d.ts +31 -0
- package/lib/components/table/utils/table-to-csv-object.d.ts +3 -0
- package/lib/components/table/utils/to-columns-data.d.ts +26 -0
- package/lib/components/tag/index.d.ts +2 -0
- package/lib/components/tag/tag.component.d.ts +10 -0
- package/lib/components/tag/tag.module.d.ts +10 -0
- package/lib/components/value/components/menu-value.component.d.ts +15 -0
- package/lib/components/value/components/value-list.component.d.ts +7 -0
- package/lib/components/value/index.d.ts +3 -0
- package/lib/components/value/types/base-type.d.ts +19 -0
- package/lib/components/value/types/value.d.ts +9 -0
- package/lib/components/value/utils/currency-amount-value-to-string.d.ts +8 -0
- package/lib/components/value/utils/datetime-value-to-string.d.ts +4 -0
- package/lib/components/value/utils/unknown-to-string.d.ts +1 -0
- package/lib/components/value/utils/value-to-string.d.ts +2 -0
- package/lib/components/value/value.component.d.ts +27 -0
- package/lib/directives/highlight.directive.d.ts +15 -0
- package/lib/directives/index.d.ts +2 -0
- package/lib/directives/tooltip.directive.d.ts +1 -0
- package/lib/index.d.ts +6 -0
- package/lib/pipes/amount-currency.pipe.d.ts +10 -0
- package/lib/pipes/enum-key-values.pipe.d.ts +10 -0
- package/lib/pipes/enum-key.pipe.d.ts +8 -0
- package/lib/pipes/enum-keys.pipe.d.ts +7 -0
- package/lib/pipes/humanized-duration.pipe.d.ts +13 -0
- package/lib/pipes/index.d.ts +8 -0
- package/lib/pipes/inline-json.pipe.d.ts +7 -0
- package/lib/pipes/pipes.module.d.ts +14 -0
- package/lib/pipes/select.pipe.d.ts +12 -0
- package/lib/services/config/config.service.d.ts +12 -0
- package/lib/services/config/index.d.ts +1 -0
- package/lib/services/fetch-superclass/fetch-superclass.d.ts +39 -0
- package/lib/services/fetch-superclass/index.d.ts +1 -0
- package/lib/services/index.d.ts +5 -0
- package/lib/services/log/index.d.ts +2 -0
- package/lib/services/log/log-error.d.ts +12 -0
- package/lib/services/log/log.module.d.ts +7 -0
- package/lib/services/log/notify-log.service.d.ts +17 -0
- package/lib/services/log/types/operation.d.ts +1 -0
- package/lib/services/query-params/index.d.ts +4 -0
- package/lib/services/query-params/query-params.module.d.ts +6 -0
- package/lib/services/query-params/query-params.service.d.ts +37 -0
- package/lib/services/query-params/types/serializer.d.ts +6 -0
- package/lib/services/query-params/utils/date-query-params-serializers.d.ts +2 -0
- package/lib/services/query-params/utils/deserialize-query-param.d.ts +2 -0
- package/lib/services/query-params/utils/index.d.ts +2 -0
- package/lib/services/query-params/utils/query-params-serializers.d.ts +3 -0
- package/lib/services/query-params/utils/serialize-query-param.d.ts +2 -0
- package/lib/services/url.service.d.ts +12 -0
- package/lib/styles/index.d.ts +1 -0
- package/lib/styles/types/color.d.ts +4 -0
- package/lib/types/progressable.d.ts +3 -0
- package/lib/utils/async/async-transform.d.ts +20 -0
- package/lib/utils/async/get-possibly-async-observable.d.ts +3 -0
- package/lib/utils/async/index.d.ts +3 -0
- package/lib/utils/async/is-async.d.ts +4 -0
- package/lib/utils/clean/clean.d.ts +2 -0
- package/lib/utils/clean/index.d.ts +1 -0
- package/lib/utils/compare/compare-different-types.d.ts +4 -0
- package/lib/utils/compare/index.d.ts +1 -0
- package/lib/utils/component/component-changes.d.ts +8 -0
- package/lib/utils/component/index.d.ts +1 -0
- package/lib/utils/csv/create-csv.d.ts +1 -0
- package/lib/utils/csv/index.d.ts +1 -0
- package/lib/utils/currency/format-currency.d.ts +1 -0
- package/lib/utils/currency/get-currency-exponent.d.ts +1 -0
- package/lib/utils/currency/index.d.ts +4 -0
- package/lib/utils/currency/to-major.d.ts +2 -0
- package/lib/utils/currency/to-minor.d.ts +2 -0
- package/lib/utils/date/get-no-time-zone-iso-string.d.ts +2 -0
- package/lib/utils/date/index.d.ts +1 -0
- package/lib/utils/decorators/debounce-time.d.ts +1 -0
- package/lib/utils/decorators/index.d.ts +1 -0
- package/lib/utils/empty/index.d.ts +3 -0
- package/lib/utils/empty/is-empty-primitive.d.ts +1 -0
- package/lib/utils/empty/is-empty.d.ts +1 -0
- package/lib/utils/empty/types/nil.d.ts +1 -0
- package/lib/utils/enum/get-enum-keys.d.ts +10 -0
- package/lib/utils/enum/index.d.ts +2 -0
- package/lib/utils/enum/types/enum.d.ts +2 -0
- package/lib/utils/enum/types/union-enum.d.ts +2 -0
- package/lib/utils/file/download-file.d.ts +8 -0
- package/lib/utils/file/index.d.ts +1 -0
- package/lib/utils/form/create-controls.d.ts +4 -0
- package/lib/utils/form/form-wrappers/abstract-control-superclass.d.ts +17 -0
- package/lib/utils/form/form-wrappers/form-component-superclass.directive.d.ts +14 -0
- package/lib/utils/form/form-wrappers/form-control-superclass.directive.d.ts +8 -0
- package/lib/utils/form/form-wrappers/form-group-superclass.directive.d.ts +11 -0
- package/lib/utils/form/form-wrappers/index.d.ts +5 -0
- package/lib/utils/form/form-wrappers/utils/create-control-providers.d.ts +2 -0
- package/lib/utils/form/form-wrappers/utils/get-errors-tree.d.ts +6 -0
- package/lib/utils/form/form-wrappers/utils/provide-validators.d.ts +2 -0
- package/lib/utils/form/form-wrappers/utils/provide-value-accessor.d.ts +2 -0
- package/lib/utils/form/get-valid-value-changes.d.ts +3 -0
- package/lib/utils/form/get-value-changes.d.ts +3 -0
- package/lib/utils/form/get-value.d.ts +2 -0
- package/lib/utils/form/has-controls.d.ts +2 -0
- package/lib/utils/form/index.d.ts +8 -0
- package/lib/utils/form/set-disabled.d.ts +2 -0
- package/lib/utils/form/types/form-group-by-value.d.ts +4 -0
- package/lib/utils/import/get-import-value.d.ts +2 -0
- package/lib/utils/import/index.d.ts +1 -0
- package/lib/utils/index.d.ts +18 -0
- package/lib/utils/json/index.d.ts +1 -0
- package/lib/utils/json/inline-json.d.ts +1 -0
- package/lib/utils/object/count-changed.d.ts +3 -0
- package/lib/utils/object/count-props.d.ts +1 -0
- package/lib/utils/object/index.d.ts +3 -0
- package/lib/utils/object/select.d.ts +3 -0
- package/lib/utils/operators/async-start-with.d.ts +2 -0
- package/lib/utils/operators/debounce-time-with-first.d.ts +2 -0
- package/lib/utils/operators/fork-join-to-result.d.ts +20 -0
- package/lib/utils/operators/get-observable.d.ts +3 -0
- package/lib/utils/operators/handle-error.d.ts +3 -0
- package/lib/utils/operators/in-progress-from.d.ts +2 -0
- package/lib/utils/operators/index.d.ts +8 -0
- package/lib/utils/operators/pass-error.d.ts +2 -0
- package/lib/utils/operators/progress-to.d.ts +2 -0
- package/lib/utils/operators/switch-combine-with.d.ts +6 -0
- package/lib/utils/string/index.d.ts +1 -0
- package/lib/utils/string/split-by-separators.d.ts +1 -0
- package/lib/utils/transform-attribute/array-attribute.d.ts +3 -0
- package/lib/utils/transform-attribute/index.d.ts +1 -0
- package/package.json +44 -0
package/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# MatEz
|
|
2
|
+
|
|
3
|
+
Core is a custom library designed to enhance and streamline Angular application development. It provides a set of reusable components, directives, and services that can be easily integrated into your Angular projects.
|
|
4
|
+
|
|
5
|
+
- Table
|
|
6
|
+
- Dialog
|
|
7
|
+
- Tag
|
|
8
|
+
- Value
|