@messaia/cdk 19.0.2 → 20.0.0-RC.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.
- package/README.md +63 -0
- package/fesm2022/messaia-cdk.mjs +22068 -22741
- package/fesm2022/messaia-cdk.mjs.map +1 -1
- package/index.d.ts +13126 -3
- package/lib/common/styles/utilities/_general.scss +2 -2
- package/package.json +7 -7
- package/lib/base/base.module.d.ts +0 -50
- package/lib/base/components/base.component.d.ts +0 -434
- package/lib/base/components/dynamic-table-config-dialog/dynamic-table-config-dialog.comnponent.d.ts +0 -60
- package/lib/base/components/generic-embedded-list.component.d.ts +0 -102
- package/lib/base/components/generic-form-base.component.d.ts +0 -424
- package/lib/base/components/generic-form.component.d.ts +0 -29
- package/lib/base/components/generic-list.component.d.ts +0 -502
- package/lib/base/components/generic-reactive-form.component.d.ts +0 -65
- package/lib/base/components/task-dialog/task-dialog.component.d.ts +0 -63
- package/lib/base/constants/common.d.ts +0 -12
- package/lib/base/constants/global-roles.d.ts +0 -8
- package/lib/base/enums/message-type.d.ts +0 -5
- package/lib/base/helpers/auth-helper.d.ts +0 -26
- package/lib/base/interceptors/base.interceptor.d.ts +0 -42
- package/lib/base/interceptors/caching-interceptor.d.ts +0 -35
- package/lib/base/interceptors/loading.interceptor.d.ts +0 -30
- package/lib/base/interfaces/ibase-component.d.ts +0 -178
- package/lib/base/interfaces/igeneric-form-base.d.ts +0 -94
- package/lib/base/interfaces/igeneric-list-component.d.ts +0 -116
- package/lib/base/interfaces/igeneric-reactive-form-base.d.ts +0 -23
- package/lib/base/models/auth-user.d.ts +0 -17
- package/lib/base/models/task-dialog-data.d.ts +0 -84
- package/lib/base/public_api.d.ts +0 -1
- package/lib/base/services/file.service.d.ts +0 -10
- package/lib/base/services/loading-screen.service.d.ts +0 -30
- package/lib/base/services/print.service.d.ts +0 -23
- package/lib/chips/chips.module.d.ts +0 -24
- package/lib/chips/components/chips.component.d.ts +0 -344
- package/lib/chips/directives/autocomplete-option.directive.d.ts +0 -11
- package/lib/chips/directives/chip.directive.d.ts +0 -11
- package/lib/chips/public_api.d.ts +0 -2
- package/lib/common/animations/collapse/collapse.animation.d.ts +0 -20
- package/lib/common/animations/common/interfaces.d.ts +0 -5
- package/lib/common/behaviors/constructor.d.ts +0 -1
- package/lib/common/behaviors/control-value-accesor.mixin.d.ts +0 -16
- package/lib/common/behaviors/disabled.mixin.d.ts +0 -8
- package/lib/common/common.module.d.ts +0 -80
- package/lib/common/constants/constants.d.ts +0 -2
- package/lib/common/directives/autofocus.directive.d.ts +0 -32
- package/lib/common/directives/delayed-hover.directive.d.ts +0 -73
- package/lib/common/directives/disable-control.directive.d.ts +0 -16
- package/lib/common/enums/app-event-type.d.ts +0 -4
- package/lib/common/enums/filter-glue.d.ts +0 -14
- package/lib/common/enums/filter-operator.d.ts +0 -13
- package/lib/common/enums/salutation.d.ts +0 -7
- package/lib/common/functions/decorators.d.ts +0 -12
- package/lib/common/functions/functions.d.ts +0 -14
- package/lib/common/functions/utils.d.ts +0 -118
- package/lib/common/helpers/app-storage.d.ts +0 -43
- package/lib/common/helpers/delegate.d.ts +0 -3
- package/lib/common/helpers/dynamic-builder.d.ts +0 -19
- package/lib/common/helpers/dynamic-component-compiler.d.ts +0 -5
- package/lib/common/models/action-item.d.ts +0 -74
- package/lib/common/models/app-event.d.ts +0 -18
- package/lib/common/models/app-setting.d.ts +0 -87
- package/lib/common/models/audit-entity.d.ts +0 -36
- package/lib/common/models/audit-user.d.ts +0 -23
- package/lib/common/models/base-entity.d.ts +0 -23
- package/lib/common/models/common-error.d.ts +0 -25
- package/lib/common/models/common-handler-context.d.ts +0 -40
- package/lib/common/models/displayname-number-projection.d.ts +0 -26
- package/lib/common/models/displayname-projection.d.ts +0 -19
- package/lib/common/models/entity.d.ts +0 -11
- package/lib/common/models/enum-item.d.ts +0 -33
- package/lib/common/models/enum-metadata.d.ts +0 -42
- package/lib/common/models/filter-field.d.ts +0 -14
- package/lib/common/models/filter.d.ts +0 -15
- package/lib/common/models/icommon-handler-context.d.ts +0 -21
- package/lib/common/models/icon.d.ts +0 -39
- package/lib/common/models/key-value.d.ts +0 -10
- package/lib/common/models/modifiable-entity.d.ts +0 -21
- package/lib/common/models/name-number-projection.d.ts +0 -14
- package/lib/common/models/name-projection.d.ts +0 -10
- package/lib/common/models/permission.d.ts +0 -26
- package/lib/common/models/save-action.d.ts +0 -5
- package/lib/common/models/suffix-button.d.ts +0 -14
- package/lib/common/models/title-projection.d.ts +0 -10
- package/lib/common/pipes/bind.d.ts +0 -18
- package/lib/common/pipes/data-source.pipe.d.ts +0 -7
- package/lib/common/pipes/enum.pipe.d.ts +0 -21
- package/lib/common/pipes/file-size.pipe.d.ts +0 -13
- package/lib/common/pipes/filter.pipe.d.ts +0 -28
- package/lib/common/pipes/first-letter.d.ts +0 -12
- package/lib/common/pipes/form-array.pipe.d.ts +0 -8
- package/lib/common/pipes/form-control.pipe.d.ts +0 -8
- package/lib/common/pipes/form-group.pipe.d.ts +0 -8
- package/lib/common/pipes/func.pipe.d.ts +0 -7
- package/lib/common/pipes/join.pipe.d.ts +0 -7
- package/lib/common/pipes/keys.d.ts +0 -7
- package/lib/common/pipes/map.pipe.d.ts +0 -20
- package/lib/common/pipes/month-name.pipe.d.ts +0 -15
- package/lib/common/pipes/nested-property.d.ts +0 -16
- package/lib/common/pipes/only-number.d.ts +0 -21
- package/lib/common/pipes/order.pipe.d.ts +0 -116
- package/lib/common/pipes/placeholder.pipe.d.ts +0 -13
- package/lib/common/pipes/property-join.pipe.d.ts +0 -7
- package/lib/common/pipes/safe-html.pipe.d.ts +0 -22
- package/lib/common/pipes/split.pipe.d.ts +0 -16
- package/lib/common/pipes/time.pipe.d.ts +0 -7
- package/lib/common/pipes/titlecase.pipe.d.ts +0 -7
- package/lib/common/pipes/truncate.pipe.d.ts +0 -7
- package/lib/common/pipes/values.d.ts +0 -7
- package/lib/common/public_api.d.ts +0 -40
- package/lib/common/services/base.service.d.ts +0 -10
- package/lib/common/services/context-helper.d.ts +0 -17
- package/lib/common/services/enum.service.d.ts +0 -49
- package/lib/common/services/event-queue.service.d.ts +0 -23
- package/lib/common/services/service-locator.d.ts +0 -19
- package/lib/common/templates/templates.d.ts +0 -38
- package/lib/dialogs/alert-dialog/alert-dialog.component.d.ts +0 -20
- package/lib/dialogs/confirm-dialog/confirm-dialog.component.d.ts +0 -44
- package/lib/dialogs/dialog.component.d.ts +0 -23
- package/lib/dialogs/dialogs.module.d.ts +0 -22
- package/lib/dialogs/prompt-dialog/prompt-dialog.component.d.ts +0 -25
- package/lib/dialogs/public_api.d.ts +0 -1
- package/lib/dialogs/services/dialog.service.d.ts +0 -119
- package/lib/file/file-input.component.d.ts +0 -191
- package/lib/file/file.module.d.ts +0 -13
- package/lib/file/public_api.d.ts +0 -1
- package/lib/form-validators/abstract/typed-form.d.ts +0 -13
- package/lib/form-validators/algorithm/luhn-algorithm.d.ts +0 -8
- package/lib/form-validators/const/app-validators.const.d.ts +0 -3
- package/lib/form-validators/const/app.const.d.ts +0 -64
- package/lib/form-validators/const/config-names.const.d.ts +0 -32
- package/lib/form-validators/const/config-required-fields.const.d.ts +0 -6
- package/lib/form-validators/const/decorators.const.d.ts +0 -3
- package/lib/form-validators/const/events.const.d.ts +0 -52
- package/lib/form-validators/const/html-elements.const.d.ts +0 -24
- package/lib/form-validators/const/iban-country-wise-regex.const.d.ts +0 -1
- package/lib/form-validators/const/index.d.ts +0 -5
- package/lib/form-validators/const/operators.const.d.ts +0 -3
- package/lib/form-validators/const/validation-alphabet-locale.const.d.ts +0 -3
- package/lib/form-validators/const/validator.const.d.ts +0 -28
- package/lib/form-validators/core/annotation-types.d.ts +0 -3
- package/lib/form-validators/core/default-container.d.ts +0 -153
- package/lib/form-validators/decorators/allOf.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/alpha.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/alphaNumeric.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/and.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/ascii.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/async.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/base-decorator.function.d.ts +0 -1
- package/lib/form-validators/decorators/choice.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/compare.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/compose.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/contains.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/credit-card.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/cusip.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/custom.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/dataUri.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/date.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/different.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/digit.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/email.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/endsWith.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/even.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/extension.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/factor.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/file.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/fileSize.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/greater-than-equal-to.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/greater-than.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/grid.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/hexColor.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/image.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/index.d.ts +0 -92
- package/lib/form-validators/decorators/json.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/latLong.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/latitude.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/leapYear.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/less-than-equal-to.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/less-than.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/longitude.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/lowercase.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/mac.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/mask.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/maxDate.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/maxLength.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/maxNumber.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/maxTime.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/minDate.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/minLength.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/minNumber.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/minTime.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/model.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/non-validation-decorators/disable.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/non-validation-decorators/elementClass.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/non-validation-decorators/error.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/non-validation-decorators/update-on.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/noneOf.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/not.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/notEmpty.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/numeric.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/odd.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/oneOf.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/or.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/password.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/pattern.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/port.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/primeNumber.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/prop-array.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/prop-object.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/prop.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/range.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/required.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/requiredTrue.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/rule.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/sanitize/blacklist.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/escape.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/ltrim.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/prefix.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/rtrim.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/sanitize.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/sanitize/stripLow.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/suffix.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/toBoolean.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/toDate.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/sanitize/toDouble.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/toFloat.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/toInt.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/toString.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/trim.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/sanitize/whitelist.decorator.d.ts +0 -1
- package/lib/form-validators/decorators/startsWith.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/time.decorator.d.ts +0 -3
- package/lib/form-validators/decorators/unique.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/uppercase.decorator.d.ts +0 -2
- package/lib/form-validators/decorators/url.decorator.d.ts +0 -3
- package/lib/form-validators/directives/base-directive.d.ts +0 -25
- package/lib/form-validators/directives/control-host.directive.d.ts +0 -28
- package/lib/form-validators/directives/html-control-template.directive.d.ts +0 -22
- package/lib/form-validators/directives/rx-form.directive.d.ts +0 -49
- package/lib/form-validators/directives/template-validations/async-validation.directive.d.ts +0 -19
- package/lib/form-validators/directives/template-validations/base-validator.directive.d.ts +0 -45
- package/lib/form-validators/directives/template-validations/control-expression-process.d.ts +0 -44
- package/lib/form-validators/directives/template-validations/file-control.directive.d.ts +0 -55
- package/lib/form-validators/directives/template-validations/image-file-control.directive.d.ts +0 -37
- package/lib/form-validators/directives/template-validations/rxformcontrol.directive.d.ts +0 -136
- package/lib/form-validators/domain/disable-provider.d.ts +0 -69
- package/lib/form-validators/domain/element-processor/decimal.provider.d.ts +0 -52
- package/lib/form-validators/domain/element-processor/mask.provider.d.ts +0 -63
- package/lib/form-validators/domain/form-data.d.ts +0 -31
- package/lib/form-validators/enums/error-message-binding-strategy.d.ts +0 -9
- package/lib/form-validators/enums/index.d.ts +0 -4
- package/lib/form-validators/enums/ip-version.d.ts +0 -5
- package/lib/form-validators/enums/numeric-value-type.d.ts +0 -5
- package/lib/form-validators/enums/reset-type.d.ts +0 -8
- package/lib/form-validators/enums/url-validation-type.d.ts +0 -5
- package/lib/form-validators/models/config/alpha-config.d.ts +0 -6
- package/lib/form-validators/models/config/array-config.d.ts +0 -4
- package/lib/form-validators/models/config/base-config-fn.d.ts +0 -10
- package/lib/form-validators/models/config/base-config.d.ts +0 -7
- package/lib/form-validators/models/config/base-date-config.d.ts +0 -6
- package/lib/form-validators/models/config/choice-config.d.ts +0 -5
- package/lib/form-validators/models/config/compare-config.d.ts +0 -5
- package/lib/form-validators/models/config/component-config.d.ts +0 -3
- package/lib/form-validators/models/config/compose-config.d.ts +0 -5
- package/lib/form-validators/models/config/contains-config.d.ts +0 -5
- package/lib/form-validators/models/config/credit-card-config.d.ts +0 -5
- package/lib/form-validators/models/config/custom-config.d.ts +0 -5
- package/lib/form-validators/models/config/date-config.d.ts +0 -6
- package/lib/form-validators/models/config/default-config.d.ts +0 -4
- package/lib/form-validators/models/config/digit-config.d.ts +0 -3
- package/lib/form-validators/models/config/disable-config.d.ts +0 -3
- package/lib/form-validators/models/config/element-class-config.d.ts +0 -3
- package/lib/form-validators/models/config/email-config.d.ts +0 -3
- package/lib/form-validators/models/config/error-config.d.ts +0 -3
- package/lib/form-validators/models/config/extension-config.d.ts +0 -5
- package/lib/form-validators/models/config/factor-config.d.ts +0 -5
- package/lib/form-validators/models/config/field-config.d.ts +0 -4
- package/lib/form-validators/models/config/file-config.d.ts +0 -5
- package/lib/form-validators/models/config/hex-color-config.d.ts +0 -4
- package/lib/form-validators/models/config/iban-config.d.ts +0 -4
- package/lib/form-validators/models/config/image-config.d.ts +0 -7
- package/lib/form-validators/models/config/index.d.ts +0 -34
- package/lib/form-validators/models/config/ip-config.d.ts +0 -6
- package/lib/form-validators/models/config/logical-operator-config.d.ts +0 -5
- package/lib/form-validators/models/config/mask-config.d.ts +0 -6
- package/lib/form-validators/models/config/max-date-config.d.ts +0 -4
- package/lib/form-validators/models/config/message-config.d.ts +0 -3
- package/lib/form-validators/models/config/min-date-config.d.ts +0 -4
- package/lib/form-validators/models/config/model-config.d.ts +0 -4
- package/lib/form-validators/models/config/number-config.d.ts +0 -4
- package/lib/form-validators/models/config/numeric-config.d.ts +0 -9
- package/lib/form-validators/models/config/password-config.d.ts +0 -13
- package/lib/form-validators/models/config/pattern-config.d.ts +0 -6
- package/lib/form-validators/models/config/prop-config.d.ts +0 -16
- package/lib/form-validators/models/config/props-config.d.ts +0 -12
- package/lib/form-validators/models/config/range-config.d.ts +0 -5
- package/lib/form-validators/models/config/relational-operator-config.d.ts +0 -6
- package/lib/form-validators/models/config/required-config.d.ts +0 -3
- package/lib/form-validators/models/config/rule-config.d.ts +0 -4
- package/lib/form-validators/models/config/sanitize-config.d.ts +0 -3
- package/lib/form-validators/models/config/size-config.d.ts +0 -5
- package/lib/form-validators/models/config/string-comparison-config.d.ts +0 -5
- package/lib/form-validators/models/config/string-value-config.d.ts +0 -4
- package/lib/form-validators/models/config/time-config.d.ts +0 -15
- package/lib/form-validators/models/config/todate-config.d.ts +0 -3
- package/lib/form-validators/models/config/unique-config.d.ts +0 -4
- package/lib/form-validators/models/config/update-on-config.d.ts +0 -3
- package/lib/form-validators/models/config/url-config.d.ts +0 -5
- package/lib/form-validators/models/control-info.d.ts +0 -25
- package/lib/form-validators/models/data-sanitizer.d.ts +0 -13
- package/lib/form-validators/models/decorator-configuration.d.ts +0 -37
- package/lib/form-validators/models/form-builder-configuration.d.ts +0 -64
- package/lib/form-validators/models/index.d.ts +0 -2
- package/lib/form-validators/models/instance-container.d.ts +0 -47
- package/lib/form-validators/models/interface/array-prop-instance-config.interface.d.ts +0 -5
- package/lib/form-validators/models/interface/auto-instance-config.interface.d.ts +0 -7
- package/lib/form-validators/models/interface/form-data-config.d.ts +0 -3
- package/lib/form-validators/models/interface/i-abstract-control.d.ts +0 -29
- package/lib/form-validators/models/interface/i-form-group.d.ts +0 -58
- package/lib/form-validators/models/interface/instance-argument.interface.d.ts +0 -3
- package/lib/form-validators/models/interface/object-prop-instance-config.interface.d.ts +0 -4
- package/lib/form-validators/models/interface/options.d.ts +0 -9
- package/lib/form-validators/models/password-validation.model.d.ts +0 -74
- package/lib/form-validators/models/prop-validation-config.d.ts +0 -233
- package/lib/form-validators/models/property-info.d.ts +0 -57
- package/lib/form-validators/public_api.d.ts +0 -25
- package/lib/form-validators/reactive-form-validators/allOf.validator.d.ts +0 -8
- package/lib/form-validators/reactive-form-validators/alpha.validator.d.ts +0 -8
- package/lib/form-validators/reactive-form-validators/alphaNumeric.validator.d.ts +0 -8
- package/lib/form-validators/reactive-form-validators/and.validator.d.ts +0 -8
- package/lib/form-validators/reactive-form-validators/ascii.validator.d.ts +0 -8
- package/lib/form-validators/reactive-form-validators/async/base.async.validator.d.ts +0 -8
- package/lib/form-validators/reactive-form-validators/choice.validator.d.ts +0 -8
- package/lib/form-validators/reactive-form-validators/compare.validator.d.ts +0 -8
- package/lib/form-validators/reactive-form-validators/compose.validator.d.ts +0 -8
- package/lib/form-validators/reactive-form-validators/conditional-change.validator.d.ts +0 -2
- package/lib/form-validators/reactive-form-validators/contains.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/credit-card.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/cusip.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/custom.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/dataUri.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/date.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/different.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/digit.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/email.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/endsWith.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/even.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/extension.validator.d.ts +0 -2
- package/lib/form-validators/reactive-form-validators/factor.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/file.validator.d.ts +0 -2
- package/lib/form-validators/reactive-form-validators/fileSize.validator.d.ts +0 -2
- package/lib/form-validators/reactive-form-validators/greater-than-equal-to.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/greater-than.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/grid.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/hexcolor.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/iban.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/image.validator.d.ts +0 -2
- package/lib/form-validators/reactive-form-validators/index.d.ts +0 -65
- package/lib/form-validators/reactive-form-validators/ip.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/json.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/latLong.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/latitude.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/leapYear.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/less-than-equal-to.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/less-than.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/longitude.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/lowercase.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/mac.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/mask.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/maxDate.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/maxLength.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/maxNumber.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/maxTime.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/minDate.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/minLength.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/minNumber.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/minTime.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/noneOf.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/not.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/notEmpty.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/numeric.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/odd.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/oneOf.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/or.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/password.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/pattern.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/port.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/primeNumber.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/range.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/required.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/requiredTrue.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/rule.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/startsWith.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/time.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/unique.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/uppercase.validator.d.ts +0 -3
- package/lib/form-validators/reactive-form-validators/url.validator.d.ts +0 -3
- package/lib/form-validators/services/base-form-builder.d.ts +0 -70
- package/lib/form-validators/services/entity.service.d.ts +0 -15
- package/lib/form-validators/services/form-control.d.ts +0 -92
- package/lib/form-validators/services/form-group.d.ts +0 -9
- package/lib/form-validators/services/reactive-form.module.d.ts +0 -24
- package/lib/form-validators/services/rx-form-array.d.ts +0 -38
- package/lib/form-validators/services/rx-form-builder.d.ts +0 -248
- package/lib/form-validators/services/rx-form-group.d.ts +0 -187
- package/lib/form-validators/services/typed-form-builder.d.ts +0 -14
- package/lib/form-validators/util/alphabet-regex.locale.d.ts +0 -28
- package/lib/form-validators/util/app-util.d.ts +0 -66
- package/lib/form-validators/util/check-length.d.ts +0 -1
- package/lib/form-validators/util/config-provider.d.ts +0 -1
- package/lib/form-validators/util/date-checker.function.d.ts +0 -7
- package/lib/form-validators/util/date-provider.d.ts +0 -9
- package/lib/form-validators/util/form-const.d.ts +0 -2
- package/lib/form-validators/util/form-provider.d.ts +0 -40
- package/lib/form-validators/util/index.d.ts +0 -6
- package/lib/form-validators/util/instance-provider.function.d.ts +0 -15
- package/lib/form-validators/util/ip-checker.d.ts +0 -2
- package/lib/form-validators/util/linq.d.ts +0 -15
- package/lib/form-validators/util/object-maker.d.ts +0 -8
- package/lib/form-validators/util/reactive-form-config.d.ts +0 -17
- package/lib/form-validators/util/regex-rules.d.ts +0 -3
- package/lib/form-validators/util/regex-validator.d.ts +0 -11
- package/lib/form-validators/util/relational-checker.function.d.ts +0 -2
- package/lib/form-validators/util/reset-form.d.ts +0 -21
- package/lib/form-validators/util/sanitizers.d.ts +0 -3
- package/lib/form-validators/util/time-checker.function.d.ts +0 -4
- package/lib/form-validators/util/type.d.ts +0 -3
- package/lib/form-validators/util/validator-value-checker.d.ts +0 -5
- package/lib/form-validators/validators-extension/allOf-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/alpha-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/alphaNumeric-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/and-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/ascii-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/base-validator.function.d.ts +0 -3
- package/lib/form-validators/validators-extension/choice-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/compare-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/compose-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/contains-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/credit-card-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/cusip-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/custom-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/dataUri-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/date-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/different-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/digit-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/email-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/endsWith-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/even-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/extension-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/factor-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/file-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/fileSize-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/greater-than-equal-to-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/greater-than-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/grid-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/hexcolor-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/iban-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/image-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/index.d.ts +0 -67
- package/lib/form-validators/validators-extension/ip-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/json-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/latLong-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/latitude-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/leapYear-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/less-than-equal-to-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/less-than-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/longitude-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/lowercase-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/mac-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/mask-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/maxDate-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/maxLength-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/maxNumber-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/maxTime-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/minDate-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/minLength-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/minNumber-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/minTime-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/noneOf-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/not-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/notEmpty-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/numeric-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/odd-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/oneOf-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/or-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/password-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/pattern-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/port-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/primeNumber-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/range-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/required-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/requiredTrue-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/rxweb-validators.d.ts +0 -107
- package/lib/form-validators/validators-extension/startsWith-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/time-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-extension/unique-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/uppercase-validator.extension.d.ts +0 -3
- package/lib/form-validators/validators-extension/url-validator.extension.d.ts +0 -4
- package/lib/form-validators/validators-function/alpha-validation.function.d.ts +0 -10
- package/lib/form-validators/validators-function/regex-validation.function.d.ts +0 -20
- package/lib/forms/components/datepicker/datepicker-header.component.d.ts +0 -52
- package/lib/forms/components/generic-form/generic-form.component.d.ts +0 -315
- package/lib/forms/constants/constants.d.ts +0 -3
- package/lib/forms/directives/mat-form-field-editor.directive.d.ts +0 -88
- package/lib/forms/directives/mat-form-field-readonly.directive.d.ts +0 -16
- package/lib/forms/directives/parse-decimal-directive.d.ts +0 -38
- package/lib/forms/directives/vd-generic-form-custom-field.directive.d.ts +0 -24
- package/lib/forms/enums/form-field-type.d.ts +0 -21
- package/lib/forms/forms.module.d.ts +0 -57
- package/lib/forms/functions/decorators.d.ts +0 -22
- package/lib/forms/functions/functions.d.ts +0 -15
- package/lib/forms/helpers/abstract-mat-form-field.d.ts +0 -252
- package/lib/forms/helpers/abstract-select-form-field.component.d.ts +0 -358
- package/lib/forms/helpers/value-accessor-base.d.ts +0 -92
- package/lib/forms/models/form-definition.d.ts +0 -67
- package/lib/forms/models/form-field-definition.d.ts +0 -483
- package/lib/forms/models/form-field-group-definition.d.ts +0 -56
- package/lib/forms/pipes/field-func.pipe.d.ts +0 -14
- package/lib/forms/pipes/group-filter.pipe.d.ts +0 -17
- package/lib/forms/public_api.d.ts +0 -4
- package/lib/forms/validators/empty-string-reset.directive.d.ts +0 -13
- package/lib/forms/validators/equal-validator.directive.d.ts +0 -20
- package/lib/forms/validators/native-element-injector.directive.d.ts +0 -22
- package/lib/forms/validators/unique-validator-directive.d.ts +0 -36
- package/lib/http/http.module.d.ts +0 -8
- package/lib/http/models/response.d.ts +0 -23
- package/lib/http/public_api.d.ts +0 -1
- package/lib/http/services/generic.service.d.ts +0 -171
- package/lib/layout/dynamic-menu/dynamic-menu.component.d.ts +0 -57
- package/lib/layout/layout-card-over/layout-card-over.component.d.ts +0 -31
- package/lib/layout/layout-compact/layout-compact.component.d.ts +0 -128
- package/lib/layout/layout-footer/layout-footer.component.d.ts +0 -17
- package/lib/layout/layout-manage-list/layout-manage-list.component.d.ts +0 -100
- package/lib/layout/layout-manage-list/layout-manage-list.directives.d.ts +0 -61
- package/lib/layout/layout-nav/layout-nav.component.d.ts +0 -99
- package/lib/layout/layout-nav-list/layout-nav-list.component.d.ts +0 -97
- package/lib/layout/layout-nav-list/layout-nav-list.directives.d.ts +0 -61
- package/lib/layout/layout-toggle.class.d.ts +0 -46
- package/lib/layout/layout.component.d.ts +0 -144
- package/lib/layout/layout.directives.d.ts +0 -25
- package/lib/layout/layout.module.d.ts +0 -45
- package/lib/layout/list-toolbar/list-toolbar.component.d.ts +0 -27
- package/lib/layout/navigation-drawer/navigation-drawer.component.d.ts +0 -170
- package/lib/layout/public_api.d.ts +0 -1
- package/lib/list/components/list.component.d.ts +0 -33
- package/lib/list/directives/vd-list-option.directive.d.ts +0 -16
- package/lib/list/list.module.d.ts +0 -13
- package/lib/list/public_api.d.ts +0 -2
- package/lib/media/directives/media-toggle.directive.d.ts +0 -66
- package/lib/media/media.module.d.ts +0 -11
- package/lib/media/public_api.d.ts +0 -1
- package/lib/media/services/media.service.d.ts +0 -37
- package/lib/menu/components/menu.component.d.ts +0 -72
- package/lib/menu/enums/menu-item-target.d.ts +0 -21
- package/lib/menu/enums/menu-scope.d.ts +0 -4
- package/lib/menu/menu.module.d.ts +0 -31
- package/lib/menu/models/menu-client.d.ts +0 -26
- package/lib/menu/models/menu-department.d.ts +0 -26
- package/lib/menu/models/menu-item-client.d.ts +0 -26
- package/lib/menu/models/menu-item-department.d.ts +0 -26
- package/lib/menu/models/menu-item.d.ts +0 -117
- package/lib/menu/models/menu-settings.d.ts +0 -10
- package/lib/menu/models/menu.d.ts +0 -62
- package/lib/menu/public_api.d.ts +0 -2
- package/lib/menu/resolvers/menu-form-includes.resolve.d.ts +0 -21
- package/lib/menu/resolvers/menu-item-form-includes.resolve.d.ts +0 -21
- package/lib/menu/resolvers/menu-list-projection.resolve.d.ts +0 -20
- package/lib/menu/resolvers/menu-settings.resolve.d.ts +0 -15
- package/lib/menu/services/menu-items.service.d.ts +0 -12
- package/lib/menu/services/menu.resolve.d.ts +0 -40
- package/lib/menu/services/menu.service.d.ts +0 -12
- package/lib/search/public_api.d.ts +0 -1
- package/lib/search/search.module.d.ts +0 -11
- package/lib/select/components/select.component.d.ts +0 -96
- package/lib/select/directives/vd-select-option.directive.d.ts +0 -16
- package/lib/select/directives/vd-select-trigger.directive.d.ts +0 -16
- package/lib/select/public_api.d.ts +0 -3
- package/lib/select/select.module.d.ts +0 -16
- package/lib/table/components/dynamic-table/dynamic-table.component.d.ts +0 -389
- package/lib/table/components/filter-clear/filter-clear.component.d.ts +0 -16
- package/lib/table/components/filter-date/filter-date.component.d.ts +0 -79
- package/lib/table/components/filter-input/filter-input.component.d.ts +0 -98
- package/lib/table/components/filter-select/filter-select.component.d.ts +0 -207
- package/lib/table/constants/constants.d.ts +0 -2
- package/lib/table/directives/data-source-filter.directive.d.ts +0 -28
- package/lib/table/directives/vd-table-field.directive.d.ts +0 -24
- package/lib/table/enums/grid.d.ts +0 -10
- package/lib/table/enums/table-column-type.d.ts +0 -15
- package/lib/table/functions/decorators.d.ts +0 -23
- package/lib/table/functions/functions.d.ts +0 -8
- package/lib/table/models/facet-value.d.ts +0 -26
- package/lib/table/models/facet.d.ts +0 -27
- package/lib/table/models/pagination.d.ts +0 -26
- package/lib/table/models/table-column-config.d.ts +0 -44
- package/lib/table/models/table-column.d.ts +0 -279
- package/lib/table/models/table-config.d.ts +0 -29
- package/lib/table/models/table-definition.d.ts +0 -159
- package/lib/table/models/table-query-config.d.ts +0 -26
- package/lib/table/paginator-intl.d.ts +0 -27
- package/lib/table/public_api.d.ts +0 -1
- package/lib/table/table.data-source.d.ts +0 -228
- package/lib/table/table.module.d.ts +0 -58
- package/lib/table/table.static-data-source.d.ts +0 -145
- package/public_api.d.ts +0 -15
|
@@ -1,389 +0,0 @@
|
|
|
1
|
-
import { AfterViewChecked, ChangeDetectorRef, ElementRef, EventEmitter, OnInit, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
-
import { FormArray, FormGroup } from '@angular/forms';
|
|
3
|
-
import { MatMenuTrigger } from '@angular/material/menu';
|
|
4
|
-
import { MatPaginator } from '@angular/material/paginator';
|
|
5
|
-
import { MatSort, SortDirection } from '@angular/material/sort';
|
|
6
|
-
import { MatTable } from '@angular/material/table';
|
|
7
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
8
|
-
import { DynamicBuilder } from '../../../common/helpers/dynamic-builder';
|
|
9
|
-
import { ActionItem } from '../../../common/models/action-item';
|
|
10
|
-
import { Grid } from '../../enums/grid';
|
|
11
|
-
import { TableColumnType } from '../../enums/table-column-type';
|
|
12
|
-
import { TableColumn } from '../../models/table-column';
|
|
13
|
-
import { TableDataSource } from '../../table.data-source';
|
|
14
|
-
import * as i0 from "@angular/core";
|
|
15
|
-
export declare class VdDynamicTableComponent implements OnInit, AfterViewChecked {
|
|
16
|
-
private dynamicBuilder;
|
|
17
|
-
private changeDetector;
|
|
18
|
-
/**
|
|
19
|
-
* Reference to the table component, used for accessing MatTable functionalities.
|
|
20
|
-
*/
|
|
21
|
-
table?: MatTable<any>;
|
|
22
|
-
/**
|
|
23
|
-
* References to the container elements for detail templates, with ViewContainerRef
|
|
24
|
-
* allowing dynamic insertion of views.
|
|
25
|
-
*/
|
|
26
|
-
detailsTemplateRef?: QueryList<any>;
|
|
27
|
-
/**
|
|
28
|
-
* Reference to a content child template (details template) of type TemplateRef,
|
|
29
|
-
* used for rendering custom templates in the table.
|
|
30
|
-
*/
|
|
31
|
-
templateRef?: TemplateRef<any>;
|
|
32
|
-
/**
|
|
33
|
-
* Data source for the table, which can either be a custom TableDataSource
|
|
34
|
-
* implementation or a dynamic object.
|
|
35
|
-
*/
|
|
36
|
-
dataSource: TableDataSource<any, any> | any;
|
|
37
|
-
/**
|
|
38
|
-
* Input data for the table, which is set as a static data source.
|
|
39
|
-
* This method also initializes sorting and pagination for the table.
|
|
40
|
-
*/
|
|
41
|
-
set data(data: any);
|
|
42
|
-
/**
|
|
43
|
-
* Reactive FormArray representing the form data, which is used to track
|
|
44
|
-
* form controls and synchronize table data with form changes.
|
|
45
|
-
*/
|
|
46
|
-
_formArray?: FormArray;
|
|
47
|
-
/**
|
|
48
|
-
* Input FormArray for managing form controls associated with the table.
|
|
49
|
-
* It sets the table data and subscribes to changes in the form values to
|
|
50
|
-
* update the table dynamically.
|
|
51
|
-
*/
|
|
52
|
-
get formArray(): FormArray | undefined;
|
|
53
|
-
set formArray(formArray: FormArray);
|
|
54
|
-
/**
|
|
55
|
-
* Getter for retrieving the raw value of the form, without applying any transformations.
|
|
56
|
-
*/
|
|
57
|
-
get formValue(): any;
|
|
58
|
-
/**
|
|
59
|
-
* Flag to enable or disable debug mode for logging and additional information.
|
|
60
|
-
*/
|
|
61
|
-
debugValue: boolean;
|
|
62
|
-
/**
|
|
63
|
-
* Input representing the class type used in this component,
|
|
64
|
-
* typically defining the structure or model of the data.
|
|
65
|
-
*/
|
|
66
|
-
classType: any;
|
|
67
|
-
/**
|
|
68
|
-
* Input for the current context or environment in which the table is being used.
|
|
69
|
-
* This allows passing additional metadata or settings.
|
|
70
|
-
*/
|
|
71
|
-
context: any;
|
|
72
|
-
/**
|
|
73
|
-
* Input for applying filters to the data source. It defines criteria or conditions
|
|
74
|
-
* that will be used to filter the table data.
|
|
75
|
-
*/
|
|
76
|
-
dataSourceFilter: any;
|
|
77
|
-
/**
|
|
78
|
-
* Flag indicating whether the table uses a static data source.
|
|
79
|
-
* When true, the table does not rely on dynamic data changes.
|
|
80
|
-
*/
|
|
81
|
-
static: boolean;
|
|
82
|
-
/**
|
|
83
|
-
* Flag to indicate whether the table data is filterable by the user.
|
|
84
|
-
* If true, filtering options are provided.
|
|
85
|
-
*/
|
|
86
|
-
filterable: boolean;
|
|
87
|
-
/**
|
|
88
|
-
* Flag to indicate whether the table headers or columns should stick
|
|
89
|
-
* to the viewport during scrolling.
|
|
90
|
-
*/
|
|
91
|
-
sticky: boolean;
|
|
92
|
-
/**
|
|
93
|
-
* Defines the overall width of the table.
|
|
94
|
-
*/
|
|
95
|
-
tableWidth?: number;
|
|
96
|
-
/**
|
|
97
|
-
* Determines whether the filter operator is used in table filtering.
|
|
98
|
-
* If true, filtering logic will apply operators such as equals, contains, etc.
|
|
99
|
-
*/
|
|
100
|
-
useFilterOperator: boolean;
|
|
101
|
-
/**
|
|
102
|
-
* Determines whether the table supports pagination.
|
|
103
|
-
* If true, pagination controls will be available for navigating through the data.
|
|
104
|
-
*/
|
|
105
|
-
paginable: boolean;
|
|
106
|
-
/**
|
|
107
|
-
* Determines whether the 'Checkbox' column is shown for row selection.
|
|
108
|
-
* If true, a checkbox column will be displayed allowing users to select rows.
|
|
109
|
-
*/
|
|
110
|
-
selectable: boolean;
|
|
111
|
-
/**
|
|
112
|
-
* Specifies the active column used for sorting the table data.
|
|
113
|
-
* This input determines which column the sorting is applied to.
|
|
114
|
-
*/
|
|
115
|
-
sortActive?: string;
|
|
116
|
-
/**
|
|
117
|
-
* Specifies the direction of sorting (ascending or descending).
|
|
118
|
-
* Default is 'asc' (ascending).
|
|
119
|
-
*/
|
|
120
|
-
sortDirection: SortDirection;
|
|
121
|
-
/**
|
|
122
|
-
* Determines whether the table header should remain sticky (fixed) at the top of the viewport
|
|
123
|
-
* when the table scrolls.
|
|
124
|
-
*/
|
|
125
|
-
stickyHeader: boolean;
|
|
126
|
-
/**
|
|
127
|
-
* Determines whether the filter section of the table should remain sticky (fixed)
|
|
128
|
-
* at the top of the viewport when scrolling.
|
|
129
|
-
*/
|
|
130
|
-
stickyFilter: boolean;
|
|
131
|
-
/**
|
|
132
|
-
* Private backing field for the columnSets input property.
|
|
133
|
-
* This field stores the sets of columns to be displayed in the table,
|
|
134
|
-
* enabling control over how the value is accessed or modified through
|
|
135
|
-
* the public getter and setter.
|
|
136
|
-
* @private
|
|
137
|
-
*/
|
|
138
|
-
private _columnSets?;
|
|
139
|
-
/**
|
|
140
|
-
* Used to display specific columns in the table.
|
|
141
|
-
* This array defines sets of columns that can be shown
|
|
142
|
-
* based on the active configuration, allowing for dynamic table
|
|
143
|
-
* column customization.
|
|
144
|
-
* @property
|
|
145
|
-
*/
|
|
146
|
-
get columnSets(): string[] | undefined;
|
|
147
|
-
set columnSets(value: string[] | undefined);
|
|
148
|
-
/**
|
|
149
|
-
* Event emitter for row click events. It emits the clicked row's data whenever a row is clicked.
|
|
150
|
-
*/
|
|
151
|
-
rowClick: EventEmitter<any>;
|
|
152
|
-
/**
|
|
153
|
-
* Function used to dynamically assign CSS classes to table rows based on custom logic.
|
|
154
|
-
*/
|
|
155
|
-
rowNgClass?: Function;
|
|
156
|
-
/**
|
|
157
|
-
* Template for rendering additional details below each row.
|
|
158
|
-
* It accepts a string representing the template key or identifier.
|
|
159
|
-
*/
|
|
160
|
-
detailsTemplate?: string;
|
|
161
|
-
/**
|
|
162
|
-
* Flag to indicate whether the table is in a readonly state.
|
|
163
|
-
* If true, no changes can be made to the table data.
|
|
164
|
-
*/
|
|
165
|
-
_readonly: boolean;
|
|
166
|
-
/**
|
|
167
|
-
* Input property to determine if the table is readonly.
|
|
168
|
-
* Uses `coerceBooleanProperty` to ensure the value is treated as a boolean.
|
|
169
|
-
*/
|
|
170
|
-
get readonly(): any;
|
|
171
|
-
set readonly(readonly: any);
|
|
172
|
-
/**
|
|
173
|
-
* Function to filter items when selecting all rows.
|
|
174
|
-
* It takes value, index, and array as arguments and returns a boolean or unknown type.
|
|
175
|
-
*/
|
|
176
|
-
selectAllFilter?: (value: any, index: number, array: any[]) => unknown;
|
|
177
|
-
/**
|
|
178
|
-
* Reference to the MatSort directive used for applying sorting on the table.
|
|
179
|
-
*/
|
|
180
|
-
matSort?: MatSort;
|
|
181
|
-
/**
|
|
182
|
-
* Private reference to the MatPaginator used to paginate the table data.
|
|
183
|
-
*/
|
|
184
|
-
private _paginator?;
|
|
185
|
-
/**
|
|
186
|
-
* Input setter for the MatPaginator. When the paginator is set, it assigns it
|
|
187
|
-
* to the data source for pagination control.
|
|
188
|
-
*/
|
|
189
|
-
set paginator(paginator: MatPaginator);
|
|
190
|
-
/**
|
|
191
|
-
* Input property for the MatPaginator used to paginate the table data.
|
|
192
|
-
*/
|
|
193
|
-
set paginatorRef(paginator: MatPaginator);
|
|
194
|
-
/**
|
|
195
|
-
* Private array storing the columns to be displayed in the table.
|
|
196
|
-
*/
|
|
197
|
-
private _columns;
|
|
198
|
-
/**
|
|
199
|
-
* Input getter and setter for the table columns.
|
|
200
|
-
* It allows the columns to be customized and updated dynamically.
|
|
201
|
-
*/
|
|
202
|
-
get columns(): TableColumn[];
|
|
203
|
-
set columns(columns: TableColumn[]);
|
|
204
|
-
/**
|
|
205
|
-
* BehaviorSubject to manage and emit changes to the columns dynamically.
|
|
206
|
-
*/
|
|
207
|
-
columnsSubject: BehaviorSubject<TableColumn[]>;
|
|
208
|
-
/**
|
|
209
|
-
* Observable that tracks and emits changes to the columns.
|
|
210
|
-
*/
|
|
211
|
-
columns$: Observable<TableColumn[]>;
|
|
212
|
-
/**
|
|
213
|
-
* Observable tracking the columns currently displayed in the table.
|
|
214
|
-
*/
|
|
215
|
-
displayedColumns$?: Observable<string[]>;
|
|
216
|
-
/**
|
|
217
|
-
* Observable tracking the filterable columns displayed in the table.
|
|
218
|
-
*/
|
|
219
|
-
displayedFilterColumns$?: Observable<string[]>;
|
|
220
|
-
/**
|
|
221
|
-
* Input property for row-specific action menu items.
|
|
222
|
-
* Defines actions available in the context menu for each row.
|
|
223
|
-
*/
|
|
224
|
-
rowMenuItems: ActionItem[];
|
|
225
|
-
/**
|
|
226
|
-
* Input for a single row action to be applied when interacting with a row.
|
|
227
|
-
* @property {ActionItem} rowAction
|
|
228
|
-
*/
|
|
229
|
-
rowAction?: ActionItem;
|
|
230
|
-
/**
|
|
231
|
-
* Input for specifying which columns should be excluded from display in the table.
|
|
232
|
-
* @property {string[]} excludedColumns
|
|
233
|
-
*/
|
|
234
|
-
excludedColumns: string[];
|
|
235
|
-
/**
|
|
236
|
-
* QueryList to reference all MatMenuTriggers associated with row context menus.
|
|
237
|
-
* Used for handling the context menu interactions on table rows.
|
|
238
|
-
* @property {QueryList<MatMenuTrigger>} rowContextMenuTriggers
|
|
239
|
-
*/
|
|
240
|
-
rowContextMenuTriggers?: QueryList<MatMenuTrigger>;
|
|
241
|
-
/**
|
|
242
|
-
* Column type enum reference, mapping table columns to their types for rendering.
|
|
243
|
-
* @property {typeof TableColumnType} ColumnType
|
|
244
|
-
*/
|
|
245
|
-
ColumnType: typeof TableColumnType;
|
|
246
|
-
/**
|
|
247
|
-
* Grid enum reference, representing the type of grid used in the table.
|
|
248
|
-
* @property {typeof Grid} Grid
|
|
249
|
-
*/
|
|
250
|
-
Grid: typeof Grid;
|
|
251
|
-
/**
|
|
252
|
-
* Reference to the currently expanded row, used for handling row expansion logic.
|
|
253
|
-
* @property {any} expandedRow
|
|
254
|
-
*/
|
|
255
|
-
expandedRow: any;
|
|
256
|
-
/**
|
|
257
|
-
* Input for setting the default page size for pagination.
|
|
258
|
-
* Default value is 15.
|
|
259
|
-
*/
|
|
260
|
-
pageSize: number;
|
|
261
|
-
/**
|
|
262
|
-
* Input for setting available page size options in the paginator.
|
|
263
|
-
* Default options include [5, 10, 15, 20, 30, 50, 100, 200].
|
|
264
|
-
*/
|
|
265
|
-
pageSizeOptions: Array<number>;
|
|
266
|
-
scrollContainer?: ElementRef;
|
|
267
|
-
private startDragging;
|
|
268
|
-
private isDragging;
|
|
269
|
-
private startX;
|
|
270
|
-
private scrollLeft;
|
|
271
|
-
/**
|
|
272
|
-
* Constructor for the component, injecting services needed for form building,
|
|
273
|
-
* dynamic content handling, and change detection.
|
|
274
|
-
*
|
|
275
|
-
* @param formBuilder Service for creating form controls and managing form logic.
|
|
276
|
-
* @param dynamicBuilder Service for dynamically constructing table components.
|
|
277
|
-
* @param changeDetector Service for detecting and triggering UI changes.
|
|
278
|
-
*/
|
|
279
|
-
constructor(dynamicBuilder: DynamicBuilder, changeDetector: ChangeDetectorRef);
|
|
280
|
-
/**
|
|
281
|
-
* A callback method that is invoked immediately after the
|
|
282
|
-
* default change detector has checked the directive's
|
|
283
|
-
* data-bound properties for the first time,
|
|
284
|
-
* and before any of the view or content children have been checked.
|
|
285
|
-
* It is invoked only once when the directive is instantiated.
|
|
286
|
-
*/
|
|
287
|
-
ngOnInit(): void;
|
|
288
|
-
/**
|
|
289
|
-
* Updates the table columns
|
|
290
|
-
*/
|
|
291
|
-
updateColumns(): void;
|
|
292
|
-
/**
|
|
293
|
-
* Counts visible action menus
|
|
294
|
-
* @param row
|
|
295
|
-
* @param column
|
|
296
|
-
* @returns
|
|
297
|
-
*/
|
|
298
|
-
hasVisibleRowMenuItems(row: any, column: TableColumn): boolean;
|
|
299
|
-
/**
|
|
300
|
-
* A function to to compute the identity of items in an iterable.
|
|
301
|
-
* @param index
|
|
302
|
-
* @param item
|
|
303
|
-
*/
|
|
304
|
-
trackBy(index: number, item: any): string;
|
|
305
|
-
/**
|
|
306
|
-
* A function to to compute the identity of items in an iterable.
|
|
307
|
-
* @param index
|
|
308
|
-
* @param item
|
|
309
|
-
*/
|
|
310
|
-
columnsTrackBy(index: number, item: any): string;
|
|
311
|
-
/**
|
|
312
|
-
* Handles row click event
|
|
313
|
-
* @param index
|
|
314
|
-
* @param row
|
|
315
|
-
*/
|
|
316
|
-
handleRowClick(index: any, row: any): void;
|
|
317
|
-
/**
|
|
318
|
-
* Method called when the user click with the right button
|
|
319
|
-
* @param event MouseEvent, it contains the coordinates
|
|
320
|
-
* @param item Our data contained in the row of the table
|
|
321
|
-
*/
|
|
322
|
-
handleRowRightClick(event: MouseEvent, item: any): void;
|
|
323
|
-
/**
|
|
324
|
-
* Handles model changes
|
|
325
|
-
* @param column
|
|
326
|
-
* @param row
|
|
327
|
-
*/
|
|
328
|
-
handleModelChange(column: TableColumn, row: any, formGroup?: FormGroup): void;
|
|
329
|
-
/**
|
|
330
|
-
* Handles keydown enter of <input> and <vd-select>
|
|
331
|
-
* @param $event
|
|
332
|
-
*/
|
|
333
|
-
handleKeydownEnter($event: Event): boolean;
|
|
334
|
-
/**
|
|
335
|
-
* Patches an entity
|
|
336
|
-
* @param row
|
|
337
|
-
* @param fieldName
|
|
338
|
-
* @param path
|
|
339
|
-
*/
|
|
340
|
-
patch(row: any, fields: Array<string>, value: any, includes: any): void;
|
|
341
|
-
/**
|
|
342
|
-
* Renders rows based on the table's latest set of data, which was either provided directly as an
|
|
343
|
-
* input or retrieved through an Observable stream (directly or from a DataSource).
|
|
344
|
-
* Checks for differences in the data since the last diff to perform only the necessary
|
|
345
|
-
* changes (add/remove/move rows).
|
|
346
|
-
*/
|
|
347
|
-
renderRows(): void;
|
|
348
|
-
/**
|
|
349
|
-
* Handles a string function expression.
|
|
350
|
-
*
|
|
351
|
-
* This method processes an input expression that can either be a string or a function.
|
|
352
|
-
* If it's a function, it will be invoked with the provided item and context.
|
|
353
|
-
* If it's a string, it will be returned as-is.
|
|
354
|
-
*
|
|
355
|
-
* @param expression - The expression to handle, which can be a string or a function.
|
|
356
|
-
* @param item - The item to pass to the function if the expression is a function.
|
|
357
|
-
* @returns - The result of invoking the function with the item and context, or the string expression itself.
|
|
358
|
-
*/
|
|
359
|
-
handleExpression(expression: string | Function, item: any): string | undefined;
|
|
360
|
-
/**
|
|
361
|
-
* Sets a nested property value in an object based on a dot-separated path.
|
|
362
|
-
* @param row - The object in which the property is being set.
|
|
363
|
-
* @param propertyPath - A dot-separated string representing the path to the nested property.
|
|
364
|
-
* @param value - The value to set at the specified nested property.
|
|
365
|
-
*/
|
|
366
|
-
setNestedProperty(row: any, propertyPath: string, value: any): void;
|
|
367
|
-
/**
|
|
368
|
-
* Gets row classes
|
|
369
|
-
* @param column
|
|
370
|
-
* @param row
|
|
371
|
-
* @returns
|
|
372
|
-
*/
|
|
373
|
-
getRowClasses(column: TableColumn, row: any): any;
|
|
374
|
-
/**
|
|
375
|
-
* Log to console
|
|
376
|
-
* @param message
|
|
377
|
-
* @param optionalParams
|
|
378
|
-
*/
|
|
379
|
-
log(message: any, ...optionalParams: any[]): void;
|
|
380
|
-
private stopDragging;
|
|
381
|
-
/**
|
|
382
|
-
* A callback method that is invoked immediately after the
|
|
383
|
-
* default change detector has completed one change-check cycle
|
|
384
|
-
* for a component's view.
|
|
385
|
-
*/
|
|
386
|
-
ngAfterViewChecked(): void;
|
|
387
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VdDynamicTableComponent, never>;
|
|
388
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VdDynamicTableComponent, "vd-dynamic-table", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "data": { "alias": "data"; "required": false; }; "formArray": { "alias": "formArray"; "required": false; }; "debugValue": { "alias": "debugValue"; "required": false; }; "classType": { "alias": "classType"; "required": false; }; "context": { "alias": "context"; "required": false; }; "dataSourceFilter": { "alias": "dataSourceFilter"; "required": false; }; "static": { "alias": "static"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "tableWidth": { "alias": "tableWidth"; "required": false; }; "useFilterOperator": { "alias": "useFilterOperator"; "required": false; }; "paginable": { "alias": "paginable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "sortActive": { "alias": "sortActive"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "stickyHeader": { "alias": "stickyHeader"; "required": false; }; "stickyFilter": { "alias": "stickyFilter"; "required": false; }; "columnSets": { "alias": "columnSets"; "required": false; }; "rowNgClass": { "alias": "rowNgClass"; "required": false; }; "detailsTemplate": { "alias": "detailsTemplate"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "selectAllFilter": { "alias": "selectAllFilter"; "required": false; }; "paginatorRef": { "alias": "paginatorRef"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rowMenuItems": { "alias": "rowMenuItems"; "required": false; }; "rowAction": { "alias": "rowAction"; "required": false; }; "excludedColumns": { "alias": "excludedColumns"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; }, { "rowClick": "rowClick"; }, ["templateRef"], ["[table-footer]"], false, never>;
|
|
389
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { MatTable } from '@angular/material/table';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FilterClearComponent {
|
|
4
|
-
private table;
|
|
5
|
-
/**
|
|
6
|
-
* Constructor
|
|
7
|
-
* @param table
|
|
8
|
-
*/
|
|
9
|
-
constructor(table: MatTable<any>);
|
|
10
|
-
/**
|
|
11
|
-
* Clears filters
|
|
12
|
-
*/
|
|
13
|
-
clear(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterClearComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterClearComponent, "mat-header-cell[filter-clear], [mat-header-cell][filter-clear], [filter-clear]", never, {}, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { CdkColumnDef } from '@angular/cdk/table';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { MatTable } from '@angular/material/table';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FilterDateComponent implements ControlValueAccessor {
|
|
6
|
-
private table;
|
|
7
|
-
private column;
|
|
8
|
-
/**
|
|
9
|
-
* Field name
|
|
10
|
-
*/
|
|
11
|
-
field: string;
|
|
12
|
-
/**
|
|
13
|
-
* debounce?: number
|
|
14
|
-
* Debounce timeout between keypresses. Defaults to 400.
|
|
15
|
-
*/
|
|
16
|
-
debounce: number;
|
|
17
|
-
/**
|
|
18
|
-
* placeholder?: string
|
|
19
|
-
* Placeholder for the underlying input component.
|
|
20
|
-
*/
|
|
21
|
-
placeholder: string;
|
|
22
|
-
/**
|
|
23
|
-
* Setters and getters for the input value
|
|
24
|
-
*/
|
|
25
|
-
get value(): any;
|
|
26
|
-
set value(v: any);
|
|
27
|
-
/**
|
|
28
|
-
* Whether the control is focused.
|
|
29
|
-
*/
|
|
30
|
-
focused: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* Whether the control is focused.
|
|
33
|
-
*/
|
|
34
|
-
onFocusIn(): void;
|
|
35
|
-
onFocusOut(): void;
|
|
36
|
-
/**
|
|
37
|
-
* Constructor
|
|
38
|
-
* @param table
|
|
39
|
-
*/
|
|
40
|
-
constructor(table: MatTable<any>, column: CdkColumnDef);
|
|
41
|
-
/**
|
|
42
|
-
* Call serch event
|
|
43
|
-
*/
|
|
44
|
-
handleSearch(date: any): void;
|
|
45
|
-
/**
|
|
46
|
-
* Clears input box
|
|
47
|
-
*/
|
|
48
|
-
clearSearch(): void;
|
|
49
|
-
/**
|
|
50
|
-
* Write a new value to the element.
|
|
51
|
-
*/
|
|
52
|
-
writeValue(value: any): void;
|
|
53
|
-
/**
|
|
54
|
-
* Set the function to be called when the control receives a change event.
|
|
55
|
-
*/
|
|
56
|
-
registerOnChange(fn: (_: any) => void): void;
|
|
57
|
-
/**
|
|
58
|
-
* Set the function to be called when the control receives a touch event.
|
|
59
|
-
*/
|
|
60
|
-
registerOnTouched(fn: () => void): void;
|
|
61
|
-
/**
|
|
62
|
-
* Called when the control receives a change event.
|
|
63
|
-
*/
|
|
64
|
-
onChange: (_: any) => void;
|
|
65
|
-
/**
|
|
66
|
-
* Called when the control receives a touch event.
|
|
67
|
-
*/
|
|
68
|
-
onTouched: () => void;
|
|
69
|
-
/**
|
|
70
|
-
* Reload data
|
|
71
|
-
*/
|
|
72
|
-
private reload;
|
|
73
|
-
/**
|
|
74
|
-
* Adds leading zeros to a digit
|
|
75
|
-
*/
|
|
76
|
-
private pad;
|
|
77
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterDateComponent, never>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterDateComponent, "mat-header-cell[filter-date], [mat-header-cell][filter-date], [filter-date]", never, { "field": { "alias": "field"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, false, never>;
|
|
79
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { CdkColumnDef } from '@angular/cdk/table';
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
-
import { MatTable } from '@angular/material/table';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FilterInputComponent implements OnInit, ControlValueAccessor {
|
|
7
|
-
private table;
|
|
8
|
-
private column;
|
|
9
|
-
/**
|
|
10
|
-
* A refernce to the input element
|
|
11
|
-
*/
|
|
12
|
-
private _filter?;
|
|
13
|
-
/**
|
|
14
|
-
* Field name
|
|
15
|
-
*/
|
|
16
|
-
field: string;
|
|
17
|
-
/**
|
|
18
|
-
* Query operator
|
|
19
|
-
*/
|
|
20
|
-
operator?: string;
|
|
21
|
-
/**
|
|
22
|
-
* Only number
|
|
23
|
-
*/
|
|
24
|
-
onlyNumber: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* debounce?: number
|
|
27
|
-
* Debounce timeout between keypresses. Defaults to 400.
|
|
28
|
-
*/
|
|
29
|
-
debounce: number;
|
|
30
|
-
/**
|
|
31
|
-
* placeholder?: string
|
|
32
|
-
* Placeholder for the underlying input component.
|
|
33
|
-
*/
|
|
34
|
-
placeholder: string;
|
|
35
|
-
/**
|
|
36
|
-
* Whether the control is focused.
|
|
37
|
-
*/
|
|
38
|
-
focused: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* Whether the control is focused.
|
|
41
|
-
*/
|
|
42
|
-
onFocusIn(): void;
|
|
43
|
-
onFocusOut(): void;
|
|
44
|
-
/**
|
|
45
|
-
* Setters and getters for the input value
|
|
46
|
-
*/
|
|
47
|
-
get value(): any;
|
|
48
|
-
set value(v: any);
|
|
49
|
-
/**
|
|
50
|
-
* Constructor
|
|
51
|
-
* @param table
|
|
52
|
-
* @param column
|
|
53
|
-
*/
|
|
54
|
-
constructor(table: MatTable<any>, column: CdkColumnDef);
|
|
55
|
-
/**
|
|
56
|
-
* Lifecycle hook that is called after data-bound properties of a directive are initialized.
|
|
57
|
-
*/
|
|
58
|
-
ngOnInit(): void;
|
|
59
|
-
/**
|
|
60
|
-
* Call serch event
|
|
61
|
-
*/
|
|
62
|
-
handleSearch(event: Event): void;
|
|
63
|
-
/**
|
|
64
|
-
* Clears input box
|
|
65
|
-
*/
|
|
66
|
-
clearSearch(): void;
|
|
67
|
-
/**
|
|
68
|
-
* Write a new value to the element.
|
|
69
|
-
*/
|
|
70
|
-
writeValue(value: any): void;
|
|
71
|
-
/**
|
|
72
|
-
* Set the function to be called when the control receives a change event.
|
|
73
|
-
*/
|
|
74
|
-
registerOnChange(fn: (_: any) => void): void;
|
|
75
|
-
/**
|
|
76
|
-
* Set the function to be called when the control receives a touch event.
|
|
77
|
-
*/
|
|
78
|
-
registerOnTouched(fn: () => void): void;
|
|
79
|
-
/**
|
|
80
|
-
* Called when the control receives a change event.
|
|
81
|
-
*/
|
|
82
|
-
onChange: (_: any) => void;
|
|
83
|
-
/**
|
|
84
|
-
* Called when the control receives a touch event.
|
|
85
|
-
*/
|
|
86
|
-
onTouched: () => void;
|
|
87
|
-
/**
|
|
88
|
-
* Handles keydown events
|
|
89
|
-
* @param event
|
|
90
|
-
*/
|
|
91
|
-
onKeyDown(event: any): void;
|
|
92
|
-
/**
|
|
93
|
-
* Reload data
|
|
94
|
-
*/
|
|
95
|
-
private reload;
|
|
96
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterInputComponent, never>;
|
|
97
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterInputComponent, "mat-header-cell[filter-input], [mat-header-cell][filter-input], [filter-input]", never, { "field": { "alias": "field"; "required": false; }; "operator": { "alias": "operator"; "required": false; }; "onlyNumber": { "alias": "onlyNumber"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, false, never>;
|
|
98
|
-
}
|