@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,191 +0,0 @@
|
|
|
1
|
-
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
2
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, Renderer2 } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
4
|
-
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
5
|
-
import { Subject } from 'rxjs';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class VdFileInputComponent implements MatFormFieldControl<any>, ControlValueAccessor, OnDestroy {
|
|
8
|
-
ngControl: NgControl;
|
|
9
|
-
private fm;
|
|
10
|
-
private _elementRef;
|
|
11
|
-
private _renderer;
|
|
12
|
-
private _changeDetectorRef;
|
|
13
|
-
/**
|
|
14
|
-
* A name for this control that can be used by `vd-file-input`.
|
|
15
|
-
*/
|
|
16
|
-
controlType: string;
|
|
17
|
-
/**
|
|
18
|
-
* Because the <mat-form-field> uses the OnPush change detection strategy, we need
|
|
19
|
-
* to let it know when something happens in the form field control that may require
|
|
20
|
-
* the form field to run change detection. We do this via the stateChanges property.
|
|
21
|
-
* So far the only thing the form field needs to know about is when the value changes.
|
|
22
|
-
* We'll need to emit on the stateChanges stream when that happens, and as we continue
|
|
23
|
-
* flushing out these properties we'll likely find more places we need to emit. We
|
|
24
|
-
* should also make sure to complete stateChanges when our component is destroyed.
|
|
25
|
-
*/
|
|
26
|
-
stateChanges: Subject<void>;
|
|
27
|
-
/**
|
|
28
|
-
* The placeholder displayed in the trigger of the select.
|
|
29
|
-
*/
|
|
30
|
-
private _placeholder?;
|
|
31
|
-
/**
|
|
32
|
-
* This property is used to indicate whether the input is focused.
|
|
33
|
-
*/
|
|
34
|
-
_focused: boolean;
|
|
35
|
-
/**
|
|
36
|
-
* This property tells the form field when it should be in the disabled state.
|
|
37
|
-
*/
|
|
38
|
-
_disabled: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* This property is used to indicate whether the input is required.
|
|
41
|
-
*/
|
|
42
|
-
_required: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* This property is used to indicate whether the input support multiple files.
|
|
45
|
-
*/
|
|
46
|
-
_multiple: boolean;
|
|
47
|
-
/**
|
|
48
|
-
* This property allows someone to set or get the value of our control.
|
|
49
|
-
*/
|
|
50
|
-
_value?: string;
|
|
51
|
-
/**
|
|
52
|
-
* accept?: string
|
|
53
|
-
* Sets files accepted when opening the file browser dialog.
|
|
54
|
-
* Same as 'accept' attribute in <input/> element.
|
|
55
|
-
*/
|
|
56
|
-
accept?: string;
|
|
57
|
-
/**
|
|
58
|
-
* select?: function
|
|
59
|
-
* Event emitted a file is selected
|
|
60
|
-
* Emits a [File | FileList] object.
|
|
61
|
-
*/
|
|
62
|
-
onSelect: EventEmitter<File | FileList>;
|
|
63
|
-
/**
|
|
64
|
-
* clear?: function
|
|
65
|
-
* Event emitted a file is cleared
|
|
66
|
-
*/
|
|
67
|
-
onClear: EventEmitter<any>;
|
|
68
|
-
/**
|
|
69
|
-
* The input element
|
|
70
|
-
*/
|
|
71
|
-
private _inputElement?;
|
|
72
|
-
get inputElement(): HTMLInputElement | undefined;
|
|
73
|
-
/**
|
|
74
|
-
* The native `<input type="file"> element
|
|
75
|
-
*/
|
|
76
|
-
private _fileInputElement?;
|
|
77
|
-
get fileInputElement(): HTMLInputElement | undefined;
|
|
78
|
-
/**
|
|
79
|
-
* Setters and getters for the input value.
|
|
80
|
-
* Its type should be the same type we used for the type parameter when we
|
|
81
|
-
* implemented MatFormFieldControl. Since our component already has a value
|
|
82
|
-
* property, we don't need to do anything for this one.
|
|
83
|
-
*/
|
|
84
|
-
get value(): string | undefined;
|
|
85
|
-
set value(v: string);
|
|
86
|
-
/**
|
|
87
|
-
* Whether the input is focused.
|
|
88
|
-
*/
|
|
89
|
-
get focused(): boolean;
|
|
90
|
-
/**
|
|
91
|
-
* Whether the input has a value.
|
|
92
|
-
*/
|
|
93
|
-
get empty(): boolean;
|
|
94
|
-
/**
|
|
95
|
-
* Placeholder to be shown if no value has been selected.
|
|
96
|
-
* Since the value of the placeholder may change over time, we need to make sure to
|
|
97
|
-
* trigger change detection in the parent form field by emitting on the stateChanges
|
|
98
|
-
* stream when the placeholder changes.
|
|
99
|
-
*/
|
|
100
|
-
get placeholder(): string;
|
|
101
|
-
set placeholder(value: string);
|
|
102
|
-
/**
|
|
103
|
-
* Whether the input is required.
|
|
104
|
-
* Again, we'll want to make sure we run change detection if the required state changes.
|
|
105
|
-
*/
|
|
106
|
-
get required(): boolean;
|
|
107
|
-
set required(req: boolean);
|
|
108
|
-
/**
|
|
109
|
-
* Whether the input is multiple.
|
|
110
|
-
* Again, we'll want to make sure we run change detection if the required state changes.
|
|
111
|
-
*/
|
|
112
|
-
get multiple(): boolean;
|
|
113
|
-
set multiple(req: boolean);
|
|
114
|
-
/**
|
|
115
|
-
* In addition to reporting the right state to the form field, we need to
|
|
116
|
-
* set the disabled state on the individual inputs that make up our component.
|
|
117
|
-
*/
|
|
118
|
-
get disabled(): boolean;
|
|
119
|
-
set disabled(dis: boolean);
|
|
120
|
-
get errorState(): boolean;
|
|
121
|
-
/**
|
|
122
|
-
* This property should return the ID of an element in the component's template
|
|
123
|
-
* that we want the <mat-form-field> to associate all of its labels and hints with.
|
|
124
|
-
* In this case, we'll use the host element and just generate a unique ID for it.
|
|
125
|
-
*/
|
|
126
|
-
id: string;
|
|
127
|
-
/**
|
|
128
|
-
* This property is used to indicate whether the label should be in the floating position.
|
|
129
|
-
* We'll use the same logic as matInput and float the placeholder when the input is focused
|
|
130
|
-
* or non-empty. Since the placeholder will be overlapping our control when when it's not
|
|
131
|
-
* floating, we should hide the – characters when it's not floating.
|
|
132
|
-
*/
|
|
133
|
-
get shouldLabelFloat(): boolean;
|
|
134
|
-
/**
|
|
135
|
-
* Constructor
|
|
136
|
-
* @param _merchantService
|
|
137
|
-
*/
|
|
138
|
-
constructor(ngControl: NgControl, fm: FocusMonitor, _elementRef: ElementRef, _renderer: Renderer2, _changeDetectorRef: ChangeDetectorRef);
|
|
139
|
-
/**
|
|
140
|
-
* Method executed when a file is selected.
|
|
141
|
-
*/
|
|
142
|
-
handleSelect($event: Event): void;
|
|
143
|
-
/**
|
|
144
|
-
* Used to clear the selected files from the [VdFileInputComponent].
|
|
145
|
-
*/
|
|
146
|
-
clear(): void;
|
|
147
|
-
/** Method executed when the disabled value changes */
|
|
148
|
-
onDisabledChange(v: boolean): void;
|
|
149
|
-
/**
|
|
150
|
-
* Implemented as part of ControlValueAccessor.
|
|
151
|
-
*/
|
|
152
|
-
writeValue(value: any): void;
|
|
153
|
-
/**
|
|
154
|
-
* From ControlValueAccessor interface
|
|
155
|
-
* @param fn
|
|
156
|
-
*/
|
|
157
|
-
registerOnChange(fn: any): void;
|
|
158
|
-
/**
|
|
159
|
-
* From ControlValueAccessor interface
|
|
160
|
-
* @param fn
|
|
161
|
-
*/
|
|
162
|
-
registerOnTouched(fn: any): void;
|
|
163
|
-
/**
|
|
164
|
-
* Placeholders for the callbacks which are later providesd
|
|
165
|
-
* by the Control Value Accessor
|
|
166
|
-
*/
|
|
167
|
-
private onChangeCallback;
|
|
168
|
-
private onTouchedCallback;
|
|
169
|
-
/**
|
|
170
|
-
* This method is used by the <mat-form-field> to specify the IDs that
|
|
171
|
-
* should be used for the aria-describedby attribute of your component.
|
|
172
|
-
* The method has one parameter, the list of IDs, we just need to apply
|
|
173
|
-
* the given IDs to our host element.
|
|
174
|
-
*/
|
|
175
|
-
describedBy: string;
|
|
176
|
-
setDescribedByIds(ids: string[]): void;
|
|
177
|
-
/**
|
|
178
|
-
* This method will be called when the form field is clicked on.
|
|
179
|
-
* It allows the component to hook in and handle that click however it wants.
|
|
180
|
-
* The method has one parameter, the MouseEvent for the click. In our case we'll
|
|
181
|
-
* just focus the first <input> if the user isn't about to click an <input> anyways.
|
|
182
|
-
* @param event
|
|
183
|
-
*/
|
|
184
|
-
onContainerClick(event: MouseEvent): void;
|
|
185
|
-
/**
|
|
186
|
-
* Lifecycle hook that is called when a directive, pipe or service is destroyed.
|
|
187
|
-
*/
|
|
188
|
-
ngOnDestroy(): void;
|
|
189
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VdFileInputComponent, never>;
|
|
190
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VdFileInputComponent, "[vd-file-input]", never, { "accept": { "alias": "accept"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorState": { "alias": "errorState"; "required": false; }; }, { "onSelect": "select"; "onClear": "clear"; }, never, never, false, never>;
|
|
191
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./file-input.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/input";
|
|
6
|
-
import * as i5 from "@angular/material/icon";
|
|
7
|
-
import * as i6 from "@angular/material/button";
|
|
8
|
-
export { VdFileInputComponent } from './file-input.component';
|
|
9
|
-
export declare class VdFileModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VdFileModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VdFileModule, [typeof i1.VdFileInputComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatInputModule, typeof i5.MatIconModule, typeof i6.MatButtonModule], [typeof i1.VdFileInputComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<VdFileModule>;
|
|
13
|
-
}
|
package/lib/file/public_api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './file.module';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IFormGroup } from '../models/interface/i-form-group';
|
|
2
|
-
/**
|
|
3
|
-
* This class sets up a blueprint for creating typed forms by providing a property (formGroup)
|
|
4
|
-
* for handling form data of a specific type (T). Users can extend this class and implement
|
|
5
|
-
* the formGroup property as needed to create typed forms for their applications.
|
|
6
|
-
*/
|
|
7
|
-
export declare abstract class TypedForm<T> {
|
|
8
|
-
/**
|
|
9
|
-
* Represents the form group that handles form data of the specified type (T).
|
|
10
|
-
* Implementations should assign an appropriate form group to this property.
|
|
11
|
-
*/
|
|
12
|
-
formGroup?: IFormGroup<T>;
|
|
13
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Calculates the checksum according to the Luhn algorithm for the provided string of digits.
|
|
3
|
-
* The Luhn algorithm is commonly used for validating identification numbers like credit card numbers.
|
|
4
|
-
*
|
|
5
|
-
* @param numbers A string of digits for which the checksum is to be calculated.
|
|
6
|
-
* @returns The calculated checksum value.
|
|
7
|
-
*/
|
|
8
|
-
export declare function calculate(numbers: string): number;
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Constant string representing the error for form controls.
|
|
3
|
-
*/
|
|
4
|
-
export declare const CONTROLS_ERROR: string;
|
|
5
|
-
/**
|
|
6
|
-
* Constant string representing a synchronous value change.
|
|
7
|
-
*/
|
|
8
|
-
export declare const VALUE_CHANGED_SYNC: string;
|
|
9
|
-
/**
|
|
10
|
-
* Constant string representing a function type.
|
|
11
|
-
*/
|
|
12
|
-
export declare const FUNCTION_STRING: string;
|
|
13
|
-
/**
|
|
14
|
-
* Constant string representing an object type.
|
|
15
|
-
*/
|
|
16
|
-
export declare const OBJECT_STRING: string;
|
|
17
|
-
/**
|
|
18
|
-
* Constant string representing the RxWeb Validator.
|
|
19
|
-
*/
|
|
20
|
-
export declare const RX_WEB_VALIDATOR: string;
|
|
21
|
-
/**
|
|
22
|
-
* Constant string representing a number type.
|
|
23
|
-
*/
|
|
24
|
-
export declare const NUMBER: string;
|
|
25
|
-
/**
|
|
26
|
-
* Constant string representing a boolean type.
|
|
27
|
-
*/
|
|
28
|
-
export declare const BOOLEAN: string;
|
|
29
|
-
/**
|
|
30
|
-
* Constant string representing a custom type.
|
|
31
|
-
*/
|
|
32
|
-
export declare const CUSTOM: string;
|
|
33
|
-
/**
|
|
34
|
-
* Constant string representing a template validation configuration.
|
|
35
|
-
*/
|
|
36
|
-
export declare const TEMPLATE_VALIDATION_CONFIG: string;
|
|
37
|
-
/**
|
|
38
|
-
* Constant string representing a conditional validator.
|
|
39
|
-
*/
|
|
40
|
-
export declare const CONDITIONAL_VALIDATOR: string;
|
|
41
|
-
/**
|
|
42
|
-
* Constant string representing a validator configuration.
|
|
43
|
-
*/
|
|
44
|
-
export declare const VALIDATOR_CONFIG: string;
|
|
45
|
-
/**
|
|
46
|
-
* Constant string representing the 'this' keyword.
|
|
47
|
-
*/
|
|
48
|
-
export declare const THIS: string;
|
|
49
|
-
/**
|
|
50
|
-
* Constant string used as a separator for certain codes.
|
|
51
|
-
*/
|
|
52
|
-
export declare const RXCODE: string;
|
|
53
|
-
/**
|
|
54
|
-
* Constant string representing a model.
|
|
55
|
-
*/
|
|
56
|
-
export declare const MODEL: string;
|
|
57
|
-
/**
|
|
58
|
-
* Constant string representing a model instance.
|
|
59
|
-
*/
|
|
60
|
-
export declare const MODEL_INSTANCE: string;
|
|
61
|
-
/**
|
|
62
|
-
* Constant string representing a patch operation.
|
|
63
|
-
*/
|
|
64
|
-
export declare const PATCH: string;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Constant string representing an array configuration.
|
|
3
|
-
*/
|
|
4
|
-
export declare const ARRAY_CONFIG: string;
|
|
5
|
-
/**
|
|
6
|
-
* Constant string representing a field configuration.
|
|
7
|
-
*/
|
|
8
|
-
export declare const FIELD_CONFIG: string;
|
|
9
|
-
/**
|
|
10
|
-
* Constant string representing an IP configuration.
|
|
11
|
-
*/
|
|
12
|
-
export declare const IP_CONFIG: string;
|
|
13
|
-
/**
|
|
14
|
-
* Constant string representing a number configuration.
|
|
15
|
-
*/
|
|
16
|
-
export declare const NUMBER_CONFIG: string;
|
|
17
|
-
/**
|
|
18
|
-
* Constant string representing a password configuration.
|
|
19
|
-
*/
|
|
20
|
-
export declare const PASSWORD_CONFIG: string;
|
|
21
|
-
/**
|
|
22
|
-
* Constant string representing a pattern configuration.
|
|
23
|
-
*/
|
|
24
|
-
export declare const PATTERN_CONFIG: string;
|
|
25
|
-
/**
|
|
26
|
-
* Constant string representing a range configuration.
|
|
27
|
-
*/
|
|
28
|
-
export declare const RANGE_CONFIG: string;
|
|
29
|
-
/**
|
|
30
|
-
* Constant string representing a relational operator configuration.
|
|
31
|
-
*/
|
|
32
|
-
export declare const RELATIONAL_OPERATOR_CONFIG: string;
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Event type for keypress event.
|
|
3
|
-
*/
|
|
4
|
-
export declare const KEYPRESS: string;
|
|
5
|
-
/**
|
|
6
|
-
* Event type for onchange event.
|
|
7
|
-
*/
|
|
8
|
-
export declare const ONCHANGE: string;
|
|
9
|
-
/**
|
|
10
|
-
* Event type for onclick event.
|
|
11
|
-
*/
|
|
12
|
-
export declare const ONCLICK: string;
|
|
13
|
-
/**
|
|
14
|
-
* Event type for onkeyup event.
|
|
15
|
-
*/
|
|
16
|
-
export declare const ONKEYUP: string;
|
|
17
|
-
/**
|
|
18
|
-
* Event type for onblur event.
|
|
19
|
-
*/
|
|
20
|
-
export declare const ONBLUR: string;
|
|
21
|
-
/**
|
|
22
|
-
* Event type for onfocus event.
|
|
23
|
-
*/
|
|
24
|
-
export declare const ONFOCUS: string;
|
|
25
|
-
/**
|
|
26
|
-
* Element value identifier.
|
|
27
|
-
*/
|
|
28
|
-
export declare const ELEMENT_VALUE: string;
|
|
29
|
-
/**
|
|
30
|
-
* Event type for blur event.
|
|
31
|
-
*/
|
|
32
|
-
export declare const BLUR: string;
|
|
33
|
-
/**
|
|
34
|
-
* Event type for focus event.
|
|
35
|
-
*/
|
|
36
|
-
export declare const FOCUS: string;
|
|
37
|
-
/**
|
|
38
|
-
* Event type for change event.
|
|
39
|
-
*/
|
|
40
|
-
export declare const CHANGE: string;
|
|
41
|
-
/**
|
|
42
|
-
* Event type for keydown event.
|
|
43
|
-
*/
|
|
44
|
-
export declare const KEY_DOWN: string;
|
|
45
|
-
/**
|
|
46
|
-
* Event type for keypress event.
|
|
47
|
-
*/
|
|
48
|
-
export declare const KEY_PRESS: string;
|
|
49
|
-
/**
|
|
50
|
-
* Event type for paste event.
|
|
51
|
-
*/
|
|
52
|
-
export declare const PASTE: string;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Element type for input elements.
|
|
3
|
-
*/
|
|
4
|
-
export declare const INPUT: string;
|
|
5
|
-
/**
|
|
6
|
-
* Element type for select elements.
|
|
7
|
-
*/
|
|
8
|
-
export declare const SELECT: string;
|
|
9
|
-
/**
|
|
10
|
-
* Element type for checkbox elements.
|
|
11
|
-
*/
|
|
12
|
-
export declare const CHECKBOX: string;
|
|
13
|
-
/**
|
|
14
|
-
* Element type for radio elements.
|
|
15
|
-
*/
|
|
16
|
-
export declare const RADIO: string;
|
|
17
|
-
/**
|
|
18
|
-
* Element type for file input elements.
|
|
19
|
-
*/
|
|
20
|
-
export declare const FILE: string;
|
|
21
|
-
/**
|
|
22
|
-
* Element type for textarea elements.
|
|
23
|
-
*/
|
|
24
|
-
export declare const TEXTAREA: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const IBAN_COUNTRY_CODE_REGEX: any;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Represents the state of being invalid.
|
|
3
|
-
*/
|
|
4
|
-
export declare const INVALID: string;
|
|
5
|
-
/**
|
|
6
|
-
* Represents a property.
|
|
7
|
-
*/
|
|
8
|
-
export declare const PROPERTY: string;
|
|
9
|
-
/**
|
|
10
|
-
* Represents an object property.
|
|
11
|
-
*/
|
|
12
|
-
export declare const OBJECT_PROPERTY: string;
|
|
13
|
-
/**
|
|
14
|
-
* Represents an array property.
|
|
15
|
-
*/
|
|
16
|
-
export declare const ARRAY_PROPERTY: string;
|
|
17
|
-
/**
|
|
18
|
-
* Represents a string data type.
|
|
19
|
-
*/
|
|
20
|
-
export declare const STRING: string;
|
|
21
|
-
/**
|
|
22
|
-
* Represents a message.
|
|
23
|
-
*/
|
|
24
|
-
export declare const MESSAGE: string;
|
|
25
|
-
/**
|
|
26
|
-
* Represents a blank value.
|
|
27
|
-
*/
|
|
28
|
-
export declare const BLANK: string;
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
import { PropsConfig } from "../models/config/props-config";
|
|
2
|
-
import { DecoratorConfiguration } from "../models/decorator-configuration";
|
|
3
|
-
import { InstanceContainer } from "../models/instance-container";
|
|
4
|
-
import { PropertyInfo } from "../models/property-info";
|
|
5
|
-
/**
|
|
6
|
-
* Represents a default container for managing instance configurations.
|
|
7
|
-
*
|
|
8
|
-
* Manages the configuration and instantiation of validation decorators, sanitizers, and other properties for classes.
|
|
9
|
-
* This class serves as a container for managing instance-related configurations and properties.
|
|
10
|
-
*/
|
|
11
|
-
export declare class DefaultContainer {
|
|
12
|
-
/**
|
|
13
|
-
* Represents whether the container is operating in experimental mode.
|
|
14
|
-
* Experimental mode may introduce features that are still under development or testing.
|
|
15
|
-
*/
|
|
16
|
-
isExperimental: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* Array containing instances and their configurations.
|
|
19
|
-
* Each element represents an instance of the application with associated properties and decorators.
|
|
20
|
-
*/
|
|
21
|
-
private instances;
|
|
22
|
-
/**
|
|
23
|
-
* Counter used for generating unique identifiers for model instances.
|
|
24
|
-
* This counter is incremented each time a new model instance is added to the container.
|
|
25
|
-
*/
|
|
26
|
-
modelIncrementCount: number;
|
|
27
|
-
/**
|
|
28
|
-
* Retrieves an instance container based on the provided instance function.
|
|
29
|
-
* @param instanceFunc The instance function.
|
|
30
|
-
* @returns The instance container.
|
|
31
|
-
*/
|
|
32
|
-
get<T>(instanceFunc: any): InstanceContainer;
|
|
33
|
-
/**
|
|
34
|
-
* Retrieves or creates an instance container based on the provided parameters.
|
|
35
|
-
* @param target The target.
|
|
36
|
-
* @param parameterIndex The parameter index.
|
|
37
|
-
* @param propertyKey The property key.
|
|
38
|
-
* @param decoratorType The decorator type.
|
|
39
|
-
* @returns The instance container.
|
|
40
|
-
*/
|
|
41
|
-
getInstance(target: any, parameterIndex: any, propertyKey: string, decoratorType: string): InstanceContainer;
|
|
42
|
-
/**
|
|
43
|
-
* Adds property configurations to the instance container.
|
|
44
|
-
* @param target The target.
|
|
45
|
-
* @param configs The configurations.
|
|
46
|
-
*/
|
|
47
|
-
addPropsConfig(target: any, configs?: PropsConfig[]): void;
|
|
48
|
-
/**
|
|
49
|
-
* Adds a property configuration to the instance container.
|
|
50
|
-
* @param target The target.
|
|
51
|
-
* @param properties The properties.
|
|
52
|
-
* @param config The configuration.
|
|
53
|
-
*/
|
|
54
|
-
addPropConfig(target: any, properties: PropertyInfo[], config: PropsConfig): void;
|
|
55
|
-
/**
|
|
56
|
-
* Adds a sanitizer to the instance container.
|
|
57
|
-
* @param target The target.
|
|
58
|
-
* @param parameterIndex The parameter index.
|
|
59
|
-
* @param propertyKey The property key.
|
|
60
|
-
* @param decoratorType The decorator type.
|
|
61
|
-
* @param value The value.
|
|
62
|
-
*/
|
|
63
|
-
addSanitizer(target: any, parameterIndex: any, propertyKey: string, decoratorType: string, value?: any): void;
|
|
64
|
-
/**
|
|
65
|
-
* Adds a decorator configuration to the instance container.
|
|
66
|
-
* @param target The target.
|
|
67
|
-
* @param parameterIndex The parameter index.
|
|
68
|
-
* @param propertyKey The property key.
|
|
69
|
-
* @param config The configuration.
|
|
70
|
-
* @param decoratorType The decorator type.
|
|
71
|
-
*/
|
|
72
|
-
addDecoratorConfig(target: any, parameterIndex: any, propertyKey: string, config: any, decoratorType: string): void;
|
|
73
|
-
/**
|
|
74
|
-
* Initializes a decorator configuration.
|
|
75
|
-
* @param target The target.
|
|
76
|
-
* @param parameterIndex The parameter index.
|
|
77
|
-
* @param propertyKey The property key.
|
|
78
|
-
* @param annotationType The annotation type.
|
|
79
|
-
* @param config The configuration.
|
|
80
|
-
* @param isAsync Indicates whether it's an asynchronous operation.
|
|
81
|
-
*/
|
|
82
|
-
init(target: any, parameterIndex: any, propertyKey: string, annotationType: string, config: any, isAsync: boolean): void;
|
|
83
|
-
/**
|
|
84
|
-
* Initializes a property object.
|
|
85
|
-
* @param name The name.
|
|
86
|
-
* @param propertyType The property type.
|
|
87
|
-
* @param entity The entity.
|
|
88
|
-
* @param target The target.
|
|
89
|
-
* @param config The configuration.
|
|
90
|
-
*/
|
|
91
|
-
initPropertyObject(name: string, propertyType: string, entity: any, target: any, config?: any): void;
|
|
92
|
-
/**
|
|
93
|
-
* Adds an instance container to the list of instances.
|
|
94
|
-
* @param instanceFunc The instance function.
|
|
95
|
-
* @returns The added instance container.
|
|
96
|
-
*/
|
|
97
|
-
addInstanceContainer(instanceFunc: any): InstanceContainer;
|
|
98
|
-
/**
|
|
99
|
-
* Adds a property to the instance container.
|
|
100
|
-
* @param instanceFunc The instance function.
|
|
101
|
-
* @param propertyInfo The property information.
|
|
102
|
-
* @param isFromAnnotation Indicates whether it's added from an annotation.
|
|
103
|
-
*/
|
|
104
|
-
addProperty(instanceFunc: any, propertyInfo: PropertyInfo, isFromAnnotation?: boolean): void;
|
|
105
|
-
/**
|
|
106
|
-
* Adds property information to the instance container.
|
|
107
|
-
* @param instance The instance container.
|
|
108
|
-
* @param propertyInfo The property information.
|
|
109
|
-
* @param isAddProperty Indicates whether it's added as a new property.
|
|
110
|
-
*/
|
|
111
|
-
addPropertyInfo(instance: InstanceContainer, propertyInfo: PropertyInfo, isAddProperty?: boolean): void;
|
|
112
|
-
/**
|
|
113
|
-
* Adds an annotation to the instance container.
|
|
114
|
-
* @param instanceFunc The instance function.
|
|
115
|
-
* @param decoratorConfiguration The decorator configuration.
|
|
116
|
-
*/
|
|
117
|
-
addAnnotation(instanceFunc: any, decoratorConfiguration: DecoratorConfiguration): void;
|
|
118
|
-
/**
|
|
119
|
-
* Sets conditional columns based on the decorator configuration.
|
|
120
|
-
* @param instance The instance container.
|
|
121
|
-
* @param decoratorConfiguration The decorator configuration.
|
|
122
|
-
*/
|
|
123
|
-
setConditionalColumns(instance: any, decoratorConfiguration: DecoratorConfiguration): void;
|
|
124
|
-
/**
|
|
125
|
-
* Sets logical conditionals based on the decorator configuration.
|
|
126
|
-
* @param instance The instance container.
|
|
127
|
-
* @param annotationType The annotation type.
|
|
128
|
-
* @param fieldName The field name.
|
|
129
|
-
* @param propertyName The property name.
|
|
130
|
-
*/
|
|
131
|
-
setLogicalConditional(instance: any, annotationType: string, fieldName: string, propertyName: string): void;
|
|
132
|
-
/**
|
|
133
|
-
* Sets conditional value properties based on the decorator configuration.
|
|
134
|
-
* @param instance The instance container.
|
|
135
|
-
* @param propertyName The property name.
|
|
136
|
-
* @param refPropertyName The reference property name.
|
|
137
|
-
*/
|
|
138
|
-
setConditionalValueProp(instance: InstanceContainer, propertyName: string, refPropertyName: string): void;
|
|
139
|
-
/**
|
|
140
|
-
* Adds change validation based on the columns.
|
|
141
|
-
* @param instance The instance container.
|
|
142
|
-
* @param propertyName The property name.
|
|
143
|
-
* @param columns The columns.
|
|
144
|
-
*/
|
|
145
|
-
addChangeValidation(instance: InstanceContainer, propertyName: string, columns: any[]): void;
|
|
146
|
-
}
|
|
147
|
-
/**
|
|
148
|
-
* Represents a default container for managing instance configurations.
|
|
149
|
-
*
|
|
150
|
-
* Manages the configuration and instantiation of validation decorators, sanitizers, and other properties for classes.
|
|
151
|
-
* This class serves as a container for managing instance-related configurations and properties.
|
|
152
|
-
*/
|
|
153
|
-
export declare const defaultContainer: DefaultContainer;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { ArrayConfig } from "../models/config/array-config";
|
|
2
|
-
export declare function allOf(config?: ArrayConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;
|
|
3
|
-
export declare function allOfAsync(config?: ArrayConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { AlphaConfig } from "../models/config/alpha-config";
|
|
2
|
-
export declare function alpha(config?: AlphaConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;
|
|
3
|
-
export declare function alphaAsync(config?: AlphaConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { AlphaConfig } from "../models/config/alpha-config";
|
|
2
|
-
export declare function alphaNumeric(config?: AlphaConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;
|
|
3
|
-
export declare function alphaNumericAsync(config?: AlphaConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function baseDecoratorFunction(annotationType: string, config: any, isAsync?: boolean): (target: Object, propertyKey: string, parameterIndex?: any) => void;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { ChoiceConfig } from "../models/config/choice-config";
|
|
2
|
-
export declare function choice(config?: ChoiceConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;
|
|
3
|
-
export declare function choiceAsync(config?: ChoiceConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;
|