chrv-components 1.12.109 → 1.12.111
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/chrv-components-1.12.111.tgz +0 -0
- package/fesm2022/chrv-components.mjs +9002 -0
- package/fesm2022/chrv-components.mjs.map +1 -0
- package/package.json +33 -21
- package/types/chrv-components.d.ts +3200 -0
- package/chrv-components-1.12.109.tgz +0 -0
- package/ng-package.json +0 -17
- package/src/lib/animations/in-out.animation.ts +0 -13
- package/src/lib/animations/rotation.animation.ts +0 -35
- package/src/lib/animations/rotation.scss +0 -8
- package/src/lib/chr-breadcrumb/chr-breadcrumb.component.html +0 -13
- package/src/lib/chr-breadcrumb/chr-breadcrumb.component.scss +0 -0
- package/src/lib/chr-breadcrumb/chr-breadcrumb.component.spec.ts +0 -22
- package/src/lib/chr-breadcrumb/chr-breadcrumb.component.ts +0 -29
- package/src/lib/chr-button/button.component.css +0 -185
- package/src/lib/chr-button/button.component.html +0 -20
- package/src/lib/chr-button/button.component.ts +0 -116
- package/src/lib/chr-button-legacy/chr-button.component.html +0 -11
- package/src/lib/chr-button-legacy/chr-button.component.scss +0 -53
- package/src/lib/chr-button-legacy/chr-button.component.spec.ts +0 -22
- package/src/lib/chr-button-legacy/chr-button.component.ts +0 -83
- package/src/lib/chr-button-new/chr-button.component.css +0 -30
- package/src/lib/chr-button-new/chr-button.component.html +0 -34
- package/src/lib/chr-button-new/chr-button.component.spec.ts +0 -22
- package/src/lib/chr-button-new/chr-button.component.ts +0 -60
- package/src/lib/chr-carousel/chr-carousel.component.css +0 -46
- package/src/lib/chr-carousel/chr-carousel.component.html +0 -46
- package/src/lib/chr-carousel/chr-carousel.component.spec.ts +0 -23
- package/src/lib/chr-carousel/chr-carousel.component.ts +0 -178
- package/src/lib/chr-checkbox/chr-checkbox.component.html +0 -17
- package/src/lib/chr-checkbox/chr-checkbox.component.scss +0 -9
- package/src/lib/chr-checkbox/chr-checkbox.component.spec.ts +0 -23
- package/src/lib/chr-checkbox/chr-checkbox.component.ts +0 -35
- package/src/lib/chr-context-menu/chr-context-menu.component.html +0 -20
- package/src/lib/chr-context-menu/chr-context-menu.component.scss +0 -60
- package/src/lib/chr-context-menu/chr-context-menu.component.spec.ts +0 -23
- package/src/lib/chr-context-menu/chr-context-menu.component.ts +0 -49
- package/src/lib/chr-data-list/chr-data-list.html +0 -37
- package/src/lib/chr-data-list/chr-data-list.scss +0 -89
- package/src/lib/chr-data-list/chr-data-list.spec.ts +0 -22
- package/src/lib/chr-data-list/chr-data-list.ts +0 -341
- package/src/lib/chr-datagrid/data-grid/data-grid.html +0 -180
- package/src/lib/chr-datagrid/data-grid/data-grid.scss +0 -342
- package/src/lib/chr-datagrid/data-grid/data-grid.spec.ts +0 -23
- package/src/lib/chr-datagrid/data-grid/data-grid.ts +0 -807
- package/src/lib/chr-datagrid/editable-cell/editable-cell.html +0 -43
- package/src/lib/chr-datagrid/editable-cell/editable-cell.scss +0 -81
- package/src/lib/chr-datagrid/editable-cell/editable-cell.spec.ts +0 -23
- package/src/lib/chr-datagrid/editable-cell/editable-cell.ts +0 -158
- package/src/lib/chr-datagrid/filter/column-filter.html +0 -36
- package/src/lib/chr-datagrid/filter/column-filter.scss +0 -108
- package/src/lib/chr-datagrid/filter/column-filter.spec.ts +0 -22
- package/src/lib/chr-datagrid/filter/column-filter.ts +0 -148
- package/src/lib/chr-datagrid/group/column-group.html +0 -27
- package/src/lib/chr-datagrid/group/column-group.scss +0 -100
- package/src/lib/chr-datagrid/group/column-group.spec.ts +0 -22
- package/src/lib/chr-datagrid/group/column-group.ts +0 -106
- package/src/lib/chr-deactivation-warning-modal/chr-deactivation-warning-modal.html +0 -13
- package/src/lib/chr-deactivation-warning-modal/chr-deactivation-warning-modal.scss +0 -8
- package/src/lib/chr-deactivation-warning-modal/chr-deactivation-warning-modal.spec.ts +0 -22
- package/src/lib/chr-deactivation-warning-modal/chr-deactivation-warning-modal.ts +0 -18
- package/src/lib/chr-default-modal/chr-default-modal.component.html +0 -19
- package/src/lib/chr-default-modal/chr-default-modal.component.scss +0 -5
- package/src/lib/chr-default-modal/chr-default-modal.component.spec.ts +0 -23
- package/src/lib/chr-default-modal/chr-default-modal.component.ts +0 -73
- package/src/lib/chr-delete-modal/chr-delete-modal.component.html +0 -24
- package/src/lib/chr-delete-modal/chr-delete-modal.component.scss +0 -5
- package/src/lib/chr-delete-modal/chr-delete-modal.component.spec.ts +0 -23
- package/src/lib/chr-delete-modal/chr-delete-modal.component.ts +0 -41
- package/src/lib/chr-dropdown/chr-dropdown.component.css +0 -44
- package/src/lib/chr-dropdown/chr-dropdown.component.html +0 -25
- package/src/lib/chr-dropdown/chr-dropdown.component.spec.ts +0 -22
- package/src/lib/chr-dropdown/chr-dropdown.component.ts +0 -62
- package/src/lib/chr-form/chr-base-input/chr-base-input.component.html +0 -53
- package/src/lib/chr-form/chr-base-input/chr-base-input.component.scss +0 -151
- package/src/lib/chr-form/chr-base-input/chr-base-input.component.spec.ts +0 -23
- package/src/lib/chr-form/chr-base-input/chr-base-input.component.ts +0 -577
- package/src/lib/chr-form/chr-color-input/chr-color-input.component.html +0 -45
- package/src/lib/chr-form/chr-color-input/chr-color-input.component.scss +0 -15
- package/src/lib/chr-form/chr-color-input/chr-color-input.component.spec.ts +0 -23
- package/src/lib/chr-form/chr-color-input/chr-color-input.component.ts +0 -61
- package/src/lib/chr-form/chr-date-input/chr-date-input.component.html +0 -38
- package/src/lib/chr-form/chr-date-input/chr-date-input.component.scss +0 -5
- package/src/lib/chr-form/chr-date-input/chr-date-input.component.spec.ts +0 -23
- package/src/lib/chr-form/chr-date-input/chr-date-input.component.ts +0 -113
- package/src/lib/chr-form/chr-datetime-input/chr-datetime-input.component.html +0 -38
- package/src/lib/chr-form/chr-datetime-input/chr-datetime-input.component.scss +0 -5
- package/src/lib/chr-form/chr-datetime-input/chr-datetime-input.component.spec.ts +0 -23
- package/src/lib/chr-form/chr-datetime-input/chr-datetime-input.component.ts +0 -108
- package/src/lib/chr-form/chr-file-input/chr-file-input.component.html +0 -94
- package/src/lib/chr-form/chr-file-input/chr-file-input.component.scss +0 -148
- package/src/lib/chr-form/chr-file-input/chr-file-input.component.spec.ts +0 -23
- package/src/lib/chr-form/chr-file-input/chr-file-input.component.ts +0 -196
- package/src/lib/chr-form/chr-form.component.html +0 -211
- package/src/lib/chr-form/chr-form.component.scss +0 -48
- package/src/lib/chr-form/chr-form.component.spec.ts +0 -22
- package/src/lib/chr-form/chr-form.component.ts +0 -465
- package/src/lib/chr-form/chr-nice-file-input/chr-nice-file-input.component.html +0 -57
- package/src/lib/chr-form/chr-nice-file-input/chr-nice-file-input.component.scss +0 -21
- package/src/lib/chr-form/chr-nice-file-input/chr-nice-file-input.component.spec.ts +0 -22
- package/src/lib/chr-form/chr-nice-file-input/chr-nice-file-input.component.ts +0 -23
- package/src/lib/chr-form/chr-textarea-input/chr-textarea-input.component.html +0 -37
- package/src/lib/chr-form/chr-textarea-input/chr-textarea-input.component.scss +0 -27
- package/src/lib/chr-form/chr-textarea-input/chr-textarea-input.component.spec.ts +0 -23
- package/src/lib/chr-form/chr-textarea-input/chr-textarea-input.component.ts +0 -93
- package/src/lib/chr-form/chr-toggle-input/chr-toggle-input.component.html +0 -37
- package/src/lib/chr-form/chr-toggle-input/chr-toggle-input.component.scss +0 -59
- package/src/lib/chr-form/chr-toggle-input/chr-toggle-input.component.spec.ts +0 -23
- package/src/lib/chr-form/chr-toggle-input/chr-toggle-input.component.ts +0 -66
- package/src/lib/chr-form-legacy/chr-form-legacy.component.html +0 -233
- package/src/lib/chr-form-legacy/chr-form-legacy.component.scss +0 -159
- package/src/lib/chr-form-legacy/chr-form-legacy.component.spec.ts +0 -22
- package/src/lib/chr-form-legacy/chr-form-legacy.component.ts +0 -399
- package/src/lib/chr-hover-title/chr-hover-title.component.html +0 -4
- package/src/lib/chr-hover-title/chr-hover-title.component.scss +0 -91
- package/src/lib/chr-hover-title/chr-hover-title.component.spec.ts +0 -23
- package/src/lib/chr-hover-title/chr-hover-title.component.ts +0 -31
- package/src/lib/chr-inline-svg/chr-inline-svg.component.css +0 -0
- package/src/lib/chr-inline-svg/chr-inline-svg.component.html +0 -3
- package/src/lib/chr-inline-svg/chr-inline-svg.component.spec.ts +0 -23
- package/src/lib/chr-inline-svg/chr-inline-svg.component.ts +0 -53
- package/src/lib/chr-inputs/chr-file-input/chr-file-input.component.css +0 -137
- package/src/lib/chr-inputs/chr-file-input/chr-file-input.component.html +0 -40
- package/src/lib/chr-inputs/chr-file-input/chr-file-input.component.ts +0 -163
- package/src/lib/chr-inputs/chr-input/chr-input.component.css +0 -176
- package/src/lib/chr-inputs/chr-input/chr-input.component.html +0 -41
- package/src/lib/chr-inputs/chr-input/chr-input.component.ts +0 -303
- package/src/lib/chr-inputs/chr-password-input/chr-password-input.component.css +0 -7
- package/src/lib/chr-inputs/chr-password-input/chr-password-input.component.html +0 -9
- package/src/lib/chr-inputs/chr-password-input/chr-password-input.component.ts +0 -29
- package/src/lib/chr-inputs/chr-search-select-input/chr-search-select-input.component.css +0 -32
- package/src/lib/chr-inputs/chr-search-select-input/chr-search-select-input.component.html +0 -19
- package/src/lib/chr-inputs/chr-search-select-input/chr-search-select-input.component.ts +0 -62
- package/src/lib/chr-inputs/chr-tag-select-input/chr-tag-select-input.component.css +0 -57
- package/src/lib/chr-inputs/chr-tag-select-input/chr-tag-select-input.component.html +0 -31
- package/src/lib/chr-inputs/chr-tag-select-input/chr-tag-select-input.component.ts +0 -100
- package/src/lib/chr-message-banner/message-banner.html +0 -15
- package/src/lib/chr-message-banner/message-banner.scss +0 -81
- package/src/lib/chr-message-banner/message-banner.spec.ts +0 -23
- package/src/lib/chr-message-banner/message-banner.ts +0 -22
- package/src/lib/chr-modal/chr-modal.component.html +0 -8
- package/src/lib/chr-modal/chr-modal.component.scss +0 -133
- package/src/lib/chr-modal/chr-modal.component.ts +0 -114
- package/src/lib/chr-old-spinner/chr-old-spinner.component.html +0 -12
- package/src/lib/chr-old-spinner/chr-old-spinner.component.scss +0 -75
- package/src/lib/chr-old-spinner/chr-old-spinner.component.ts +0 -69
- package/src/lib/chr-paginator/chr-paginator.component.html +0 -43
- package/src/lib/chr-paginator/chr-paginator.component.scss +0 -25
- package/src/lib/chr-paginator/chr-paginator.component.spec.ts +0 -22
- package/src/lib/chr-paginator/chr-paginator.component.ts +0 -201
- package/src/lib/chr-search-select/chr-search-select.component.html +0 -77
- package/src/lib/chr-search-select/chr-search-select.component.scss +0 -41
- package/src/lib/chr-search-select/chr-search-select.component.spec.ts +0 -23
- package/src/lib/chr-search-select/chr-search-select.component.ts +0 -197
- package/src/lib/chr-searchbar/chr-searchbar.component.html +0 -19
- package/src/lib/chr-searchbar/chr-searchbar.component.scss +0 -0
- package/src/lib/chr-searchbar/chr-searchbar.component.spec.ts +0 -23
- package/src/lib/chr-searchbar/chr-searchbar.component.ts +0 -28
- package/src/lib/chr-separator/chr-separator.component.html +0 -3
- package/src/lib/chr-separator/chr-separator.component.scss +0 -13
- package/src/lib/chr-separator/chr-separator.component.spec.ts +0 -23
- package/src/lib/chr-separator/chr-separator.component.ts +0 -13
- package/src/lib/chr-spinner/chr-spinner.html +0 -16
- package/src/lib/chr-spinner/chr-spinner.scss +0 -203
- package/src/lib/chr-spinner/chr-spinner.ts +0 -25
- package/src/lib/chr-tab/chr-tab.component.css +0 -11
- package/src/lib/chr-tab/chr-tab.component.html +0 -3
- package/src/lib/chr-tab/chr-tab.component.spec.ts +0 -22
- package/src/lib/chr-tab/chr-tab.component.ts +0 -23
- package/src/lib/chr-tab-group/chr-tab-group.component.css +0 -20
- package/src/lib/chr-tab-group/chr-tab-group.component.html +0 -23
- package/src/lib/chr-tab-group/chr-tab-group.component.spec.ts +0 -23
- package/src/lib/chr-tab-group/chr-tab-group.component.ts +0 -48
- package/src/lib/chr-table/chr-table.component.html +0 -151
- package/src/lib/chr-table/chr-table.component.scss +0 -35
- package/src/lib/chr-table/chr-table.component.spec.ts +0 -23
- package/src/lib/chr-table/chr-table.component.ts +0 -277
- package/src/lib/chr-table-header-cell/chr-table-header-cell.component.html +0 -18
- package/src/lib/chr-table-header-cell/chr-table-header-cell.component.scss +0 -22
- package/src/lib/chr-table-header-cell/chr-table-header-cell.component.spec.ts +0 -23
- package/src/lib/chr-table-header-cell/chr-table-header-cell.component.ts +0 -51
- package/src/lib/chr-table-new/chr-table-new.component.html +0 -212
- package/src/lib/chr-table-new/chr-table-new.component.scss +0 -191
- package/src/lib/chr-table-new/chr-table-new.component.spec.ts +0 -22
- package/src/lib/chr-table-new/chr-table-new.component.ts +0 -322
- package/src/lib/chr-tag-select/chr-tag-select.component.html +0 -77
- package/src/lib/chr-tag-select/chr-tag-select.component.scss +0 -29
- package/src/lib/chr-tag-select/chr-tag-select.component.spec.ts +0 -22
- package/src/lib/chr-tag-select/chr-tag-select.component.ts +0 -292
- package/src/lib/chr-toast/toast.html +0 -42
- package/src/lib/chr-toast/toast.scss +0 -152
- package/src/lib/chr-toast/toast.spec.ts +0 -22
- package/src/lib/chr-toast/toast.ts +0 -60
- package/src/lib/chr-toast-container/toast-container.html +0 -7
- package/src/lib/chr-toast-container/toast-container.scss +0 -6
- package/src/lib/chr-toast-container/toast-container.spec.ts +0 -23
- package/src/lib/chr-toast-container/toast-container.ts +0 -55
- package/src/lib/chr-toast-legacy/chr-toast.component.html +0 -15
- package/src/lib/chr-toast-legacy/chr-toast.component.scss +0 -46
- package/src/lib/chr-toast-legacy/chr-toast.component.spec.ts +0 -23
- package/src/lib/chr-toast-legacy/chr-toast.component.ts +0 -18
- package/src/lib/config/interceptors/CachingInterceptor.ts +0 -47
- package/src/lib/config/interceptors/ProgressInterceptor.ts +0 -56
- package/src/lib/config/interceptors/SpinnerInterceptor.ts +0 -31
- package/src/lib/config/interceptors/XsrfInterceptor.ts +0 -66
- package/src/lib/config/interceptors/old_SpinnerInterceptor.ts +0 -40
- package/src/lib/config/ngx-mask.config.ts +0 -59
- package/src/lib/config/providers/debounce-plugin-provider.ts +0 -10
- package/src/lib/config/providers/xsrf-provider.ts +0 -46
- package/src/lib/directives/autofocus.directive.ts +0 -14
- package/src/lib/directives/chr-hover-title.directive.ts +0 -266
- package/src/lib/directives/chr-hover.directive.ts +0 -260
- package/src/lib/directives/chr-popover-directive.directive.ts +0 -185
- package/src/lib/directives/context-menu.directive.ts +0 -220
- package/src/lib/directives/control-click.directive.ts +0 -69
- package/src/lib/directives/cross-cell-navigation.directive.ts +0 -78
- package/src/lib/directives/debounce.directive.ts +0 -73
- package/src/lib/directives/outside-click-aware.directive.ts +0 -29
- package/src/lib/directives/prevent-reload.directive.ts +0 -19
- package/src/lib/directives/scroll-into-view.directive.ts +0 -30
- package/src/lib/directives/tab-input-only-handler.directive.ts +0 -30
- package/src/lib/directives/tab-to-enter-handler.directive.ts +0 -24
- package/src/lib/guards/form-deactivation/deactivation.guard.spec.ts +0 -21
- package/src/lib/guards/form-deactivation/deactivation.guard.ts +0 -36
- package/src/lib/models/AnonymousTable.model.ts +0 -219
- package/src/lib/models/AutoDataSource.model.ts +0 -283
- package/src/lib/models/AutoDataTable.model.ts +0 -144
- package/src/lib/models/CanBeDeactivated.ts +0 -3
- package/src/lib/models/ColumnMetadata.model.ts +0 -250
- package/src/lib/models/FilterMode.enum.ts +0 -9
- package/src/lib/models/GroupAggregationEnum.ts +0 -7
- package/src/lib/models/Position.model.ts +0 -14
- package/src/lib/models/TableConstraint.model.ts +0 -68
- package/src/lib/models/TableConstraintColumn.model.ts +0 -58
- package/src/lib/models/TableConstraintReference.model.ts +0 -46
- package/src/lib/models/chr-validators/base-validator.ts +0 -117
- package/src/lib/models/chr-validators/decimal-validator.ts +0 -58
- package/src/lib/models/chr-validators/max-date-validator.ts +0 -51
- package/src/lib/models/chr-validators/max-file-size-validator.ts +0 -72
- package/src/lib/models/chr-validators/maxlength-validator.ts +0 -50
- package/src/lib/models/chr-validators/min-file-size-validator.ts +0 -73
- package/src/lib/models/chr-validators/minlength-validator.ts +0 -50
- package/src/lib/models/chr-validators/required-validator.ts +0 -53
- package/src/lib/models/chr-validators/type-validator.ts +0 -56
- package/src/lib/models/colors.ts +0 -92
- package/src/lib/models/context-menu.ts +0 -21
- package/src/lib/models/controls.ts +0 -74
- package/src/lib/models/exporters/csvExporter.ts +0 -28
- package/src/lib/models/exporters/exporter.ts +0 -15
- package/src/lib/models/exporters/jsonExporter.ts +0 -25
- package/src/lib/models/file.ts +0 -46
- package/src/lib/models/formatters/base.formatter.ts +0 -52
- package/src/lib/models/formatters/bit.formatter.ts +0 -65
- package/src/lib/models/formatters/character.formatter.ts +0 -71
- package/src/lib/models/formatters/date.formatter.ts +0 -75
- package/src/lib/models/formatters/formatter.interface.ts +0 -22
- package/src/lib/models/formatters/number.formatter.ts +0 -93
- package/src/lib/models/formatters/time.formatter.ts +0 -65
- package/src/lib/models/formatters/varchar.formatter.ts +0 -66
- package/src/lib/models/live-update-message.ts +0 -18
- package/src/lib/models/modal.ts +0 -279
- package/src/lib/models/toasts/toast-config.ts +0 -28
- package/src/lib/models/toasts/toast-ref.ts +0 -23
- package/src/lib/models/toasts/toast.ts +0 -25
- package/src/lib/models/tokens/caching-defaults-token.ts +0 -18
- package/src/lib/models/tokens/debounce-defaults-token.ts +0 -22
- package/src/lib/models/tokens/http-context-tokens.ts +0 -3
- package/src/lib/models/tokens/modal-tokens.ts +0 -13
- package/src/lib/models/tokens/spinner-token.ts +0 -3
- package/src/lib/plugins/debounce-event.ts +0 -34
- package/src/lib/services/cache/cache.service.ts +0 -94
- package/src/lib/services/cache/cache.spec.ts +0 -16
- package/src/lib/services/cookie.service.ts +0 -56
- package/src/lib/services/data-exporter.service.ts +0 -44
- package/src/lib/services/data-formatter.service.ts +0 -62
- package/src/lib/services/data.service.ts +0 -81
- package/src/lib/services/dialog.service.ts +0 -45
- package/src/lib/services/files.service.ts +0 -122
- package/src/lib/services/live-update.service.ts +0 -130
- package/src/lib/services/loader.service.ts +0 -33
- package/src/lib/services/modal.service.ts +0 -52
- package/src/lib/services/progress/progress.service.ts +0 -47
- package/src/lib/services/progress/progress.spec.ts +0 -16
- package/src/lib/services/spinner.service.ts +0 -56
- package/src/lib/services/toast/toast-service.spec.ts +0 -16
- package/src/lib/services/toast/toast-service.ts +0 -60
- package/src/lib/services/toast.service.ts +0 -77
- package/src/lib/styles/_colors-classes.scss +0 -111
- package/src/lib/styles/_colors-selectors.scss +0 -59
- package/src/lib/styles/_hover-colors-selectors.scss +0 -59
- package/src/lib/styles/colors.scss +0 -3
- package/src/lib/styles/corners.scss +0 -251
- package/src/lib/styles/forms.scss +0 -72
- package/src/lib/styles/h.scss +0 -17
- package/src/lib/styles/hollow-font.scss +0 -35
- package/src/lib/styles/links.scss +0 -41
- package/src/lib/styles/material_symbols.scss +0 -18
- package/src/lib/styles/trapeze.scss +0 -57
- package/src/public-api.ts +0 -163
- package/tailwind.config.js +0 -46
- package/tsconfig.lib.json +0 -25
- package/tsconfig.lib.prod.json +0 -16
- package/tsconfig.spec.json +0 -22
|
Binary file
|