@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,24 +0,0 @@
|
|
|
1
|
-
import { VdAutocompleteOptionDirective } from './directives/autocomplete-option.directive';
|
|
2
|
-
import { VdChipDirective } from './directives/chip.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./components/chips.component";
|
|
5
|
-
import * as i2 from "./directives/autocomplete-option.directive";
|
|
6
|
-
import * as i3 from "./directives/chip.directive";
|
|
7
|
-
import * as i4 from "@angular/common";
|
|
8
|
-
import * as i5 from "@angular/forms";
|
|
9
|
-
import * as i6 from "../table/table.module";
|
|
10
|
-
import * as i7 from "@angular/material/chips";
|
|
11
|
-
import * as i8 from "@angular/material/icon";
|
|
12
|
-
import * as i9 from "@angular/material/button";
|
|
13
|
-
import * as i10 from "@angular/material/input";
|
|
14
|
-
import * as i11 from "@angular/material/select";
|
|
15
|
-
import * as i12 from "@angular/material/autocomplete";
|
|
16
|
-
import * as i13 from "@angular/material/progress-spinner";
|
|
17
|
-
import * as i14 from "@angular/material/paginator";
|
|
18
|
-
import * as i15 from "@angular/material/divider";
|
|
19
|
-
export { VdChipDirective, VdAutocompleteOptionDirective };
|
|
20
|
-
export declare class VdChipsModule {
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VdChipsModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VdChipsModule, [typeof i1.VdChipsComponent, typeof i2.VdAutocompleteOptionDirective, typeof i3.VdChipDirective], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.VdTableModule, typeof i7.MatChipsModule, typeof i8.MatIconModule, typeof i9.MatButtonModule, typeof i10.MatInputModule, typeof i11.MatSelectModule, typeof i12.MatAutocompleteModule, typeof i13.MatProgressSpinnerModule, typeof i14.MatPaginatorModule, typeof i15.MatDividerModule], [typeof i1.VdChipsComponent, typeof i2.VdAutocompleteOptionDirective, typeof i3.VdChipDirective]>;
|
|
23
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<VdChipsModule>;
|
|
24
|
-
}
|
|
@@ -1,344 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit, Type } from '@angular/core';
|
|
2
|
-
import { FormControl } from '@angular/forms';
|
|
3
|
-
import { MatAutocomplete, MatAutocompleteTrigger } from '@angular/material/autocomplete';
|
|
4
|
-
import { MatPaginator } from '@angular/material/paginator';
|
|
5
|
-
import { MatSort, SortDirection } from '@angular/material/sort';
|
|
6
|
-
import { Subscription } from 'rxjs';
|
|
7
|
-
import { BaseService, Filter, SuffixButton } from '../../common/common.module';
|
|
8
|
-
import { AbstractMatFormField } from '../../forms/helpers/abstract-mat-form-field';
|
|
9
|
-
import { VdMediaService } from '../../media/services/media.service';
|
|
10
|
-
import { VdDynamicTableComponent } from '../../table/components/dynamic-table/dynamic-table.component';
|
|
11
|
-
import { TableDataSource } from '../../table/table.data-source';
|
|
12
|
-
import { VdAutocompleteOptionDirective } from '../directives/autocomplete-option.directive';
|
|
13
|
-
import { VdChipDirective } from '../directives/chip.directive';
|
|
14
|
-
import * as i0 from "@angular/core";
|
|
15
|
-
export declare class VdChipsComponent extends AbstractMatFormField<any> implements OnInit, AfterViewInit, OnDestroy {
|
|
16
|
-
media: VdMediaService;
|
|
17
|
-
/**
|
|
18
|
-
* Reference to the dynamic table component.
|
|
19
|
-
*/
|
|
20
|
-
private _dynamicTable?;
|
|
21
|
-
/**
|
|
22
|
-
* Gets the dynamic table component reference.
|
|
23
|
-
* Sets the data source's sort when the dynamic table is defined.
|
|
24
|
-
*/
|
|
25
|
-
get dynamicTable(): VdDynamicTableComponent | undefined;
|
|
26
|
-
set dynamicTable(dynamicTable: VdDynamicTableComponent);
|
|
27
|
-
/**
|
|
28
|
-
* Defines the class type for the dynamic table.
|
|
29
|
-
*/
|
|
30
|
-
classType?: Type<any>;
|
|
31
|
-
/**
|
|
32
|
-
* Reference to the paginator component.
|
|
33
|
-
*/
|
|
34
|
-
private _paginator?;
|
|
35
|
-
/**
|
|
36
|
-
* Gets the paginator component reference.
|
|
37
|
-
*/
|
|
38
|
-
set paginator(paginator: MatPaginator);
|
|
39
|
-
get paginator(): MatPaginator | undefined;
|
|
40
|
-
/**
|
|
41
|
-
* Reference to the sorting directive for the table.
|
|
42
|
-
*/
|
|
43
|
-
sort?: MatSort;
|
|
44
|
-
/**
|
|
45
|
-
* Available page size options for pagination.
|
|
46
|
-
*/
|
|
47
|
-
pageSizeOptions: Array<number>;
|
|
48
|
-
/**
|
|
49
|
-
* Current active sort column.
|
|
50
|
-
*/
|
|
51
|
-
sortActive?: string;
|
|
52
|
-
/**
|
|
53
|
-
* Current direction of sorting.
|
|
54
|
-
*/
|
|
55
|
-
sortDirection: SortDirection;
|
|
56
|
-
/**
|
|
57
|
-
* Data source for the data table.
|
|
58
|
-
*/
|
|
59
|
-
dataSource?: TableDataSource<any, any> | null;
|
|
60
|
-
/**
|
|
61
|
-
* Subscription for the data source observable.
|
|
62
|
-
*/
|
|
63
|
-
dataSourceSubscription?: Subscription;
|
|
64
|
-
/**
|
|
65
|
-
* Form control for the autocomplete chip list.
|
|
66
|
-
*/
|
|
67
|
-
autoCompleteChipList: FormControl;
|
|
68
|
-
/**
|
|
69
|
-
* Reference to the filter input element.
|
|
70
|
-
*/
|
|
71
|
-
filterInput?: ElementRef;
|
|
72
|
-
/**
|
|
73
|
-
* List of search operators for filtering.
|
|
74
|
-
*/
|
|
75
|
-
searchOperators: string[];
|
|
76
|
-
/**
|
|
77
|
-
* Array of chips currently being used.
|
|
78
|
-
*/
|
|
79
|
-
chips: any[];
|
|
80
|
-
/**
|
|
81
|
-
* Template for rendering chips.
|
|
82
|
-
*/
|
|
83
|
-
chipTemplate?: VdChipDirective;
|
|
84
|
-
/**
|
|
85
|
-
* Template for autocomplete options.
|
|
86
|
-
*/
|
|
87
|
-
autocompleteOptionTemplate?: VdAutocompleteOptionDirective;
|
|
88
|
-
/**
|
|
89
|
-
* Reference to the autocomplete component.
|
|
90
|
-
*/
|
|
91
|
-
autocomplete?: MatAutocomplete;
|
|
92
|
-
/**
|
|
93
|
-
* Reference to the autocomplete trigger.
|
|
94
|
-
*/
|
|
95
|
-
autocompleteTrigger?: MatAutocompleteTrigger;
|
|
96
|
-
/**
|
|
97
|
-
* Endpoint for data retrieval.
|
|
98
|
-
*/
|
|
99
|
-
_endpoint?: string | Function;
|
|
100
|
-
/**
|
|
101
|
-
* Gets or sets the endpoint for the service.
|
|
102
|
-
*/
|
|
103
|
-
get endpoint(): string | Function | undefined;
|
|
104
|
-
set endpoint(endpoint: string | Function);
|
|
105
|
-
/**
|
|
106
|
-
* Parameters used for data retrieval.
|
|
107
|
-
*/
|
|
108
|
-
_params: any;
|
|
109
|
-
/**
|
|
110
|
-
* Gets or sets the parameters for the service.
|
|
111
|
-
*/
|
|
112
|
-
get params(): any;
|
|
113
|
-
set params(params: any);
|
|
114
|
-
/**
|
|
115
|
-
* Projection fields for data retrieval.
|
|
116
|
-
*/
|
|
117
|
-
_projection?: string | string[];
|
|
118
|
-
/**
|
|
119
|
-
* Gets or sets the projection for the service.
|
|
120
|
-
*/
|
|
121
|
-
get projection(): string | string[] | undefined;
|
|
122
|
-
set projection(projection: string | string[]);
|
|
123
|
-
/**
|
|
124
|
-
* Indicates whether the component is disabled.
|
|
125
|
-
*/
|
|
126
|
-
get disabled(): boolean;
|
|
127
|
-
/**
|
|
128
|
-
* Indicates if pagination is enabled.
|
|
129
|
-
*/
|
|
130
|
-
_paginated: boolean;
|
|
131
|
-
/**
|
|
132
|
-
* Gets or sets the pagination option.
|
|
133
|
-
*/
|
|
134
|
-
get paginated(): boolean;
|
|
135
|
-
set paginated(paginated: boolean);
|
|
136
|
-
/**
|
|
137
|
-
* Indicates whether custom values are allowed.
|
|
138
|
-
*/
|
|
139
|
-
_customValue: boolean;
|
|
140
|
-
/**
|
|
141
|
-
* Gets or sets the custom value option.
|
|
142
|
-
*/
|
|
143
|
-
get customValue(): boolean;
|
|
144
|
-
set customValue(customValue: boolean);
|
|
145
|
-
/**
|
|
146
|
-
* Current context for the component.
|
|
147
|
-
*/
|
|
148
|
-
context: any;
|
|
149
|
-
/**
|
|
150
|
-
* Key used for identifying items.
|
|
151
|
-
*/
|
|
152
|
-
key: string;
|
|
153
|
-
/**
|
|
154
|
-
* Field used for search functionality.
|
|
155
|
-
*/
|
|
156
|
-
searchField: string;
|
|
157
|
-
/**
|
|
158
|
-
* List of fields used for search functionality.
|
|
159
|
-
*/
|
|
160
|
-
searchFields: string[];
|
|
161
|
-
/**
|
|
162
|
-
* An array of filter objects, each defined by a glue operator and fields.
|
|
163
|
-
*/
|
|
164
|
-
filters?: Filter[];
|
|
165
|
-
/**
|
|
166
|
-
* Indicates whether chips can be removed.
|
|
167
|
-
*/
|
|
168
|
-
removable: boolean;
|
|
169
|
-
/**
|
|
170
|
-
* Whether to select the first option by default.
|
|
171
|
-
*/
|
|
172
|
-
selectFirst: boolean;
|
|
173
|
-
/**
|
|
174
|
-
* Timeout in milliseconds between key presses for debouncing.
|
|
175
|
-
* Defaults to 400.
|
|
176
|
-
*/
|
|
177
|
-
debounce: number;
|
|
178
|
-
/**
|
|
179
|
-
* CSS class for the autocomplete component.
|
|
180
|
-
*/
|
|
181
|
-
autocompleteCssClass: string;
|
|
182
|
-
/**
|
|
183
|
-
* Indicates whether the component is currently opened.
|
|
184
|
-
*/
|
|
185
|
-
opened: boolean;
|
|
186
|
-
/**
|
|
187
|
-
* Event emitted when the select action is initialized.
|
|
188
|
-
*/
|
|
189
|
-
initSelect: EventEmitter<any>;
|
|
190
|
-
/**
|
|
191
|
-
* Event emitted when an item is selected.
|
|
192
|
-
* The event emits an object containing the selected value and a callback function.
|
|
193
|
-
*
|
|
194
|
-
* The callback function is expected to be called with a boolean parameter to indicate
|
|
195
|
-
* whether the operation (such as adding a chip) was successful. When the callback
|
|
196
|
-
* is invoked with `true`, the component proceeds with the following steps:
|
|
197
|
-
* 1. Sets the selected value as the only chip in the list.
|
|
198
|
-
* 2. Updates the internal ngModel value with the selected chip's key.
|
|
199
|
-
* 3. Disables further input to prevent the addition of multiple chips.
|
|
200
|
-
* 4. Resets the input field and closes the autocomplete suggestion panel.
|
|
201
|
-
*
|
|
202
|
-
* If the callback is invoked with `false`, no changes are made.
|
|
203
|
-
*/
|
|
204
|
-
selected: EventEmitter<{
|
|
205
|
-
value: any;
|
|
206
|
-
callback: (success: boolean) => void;
|
|
207
|
-
}>;
|
|
208
|
-
/**
|
|
209
|
-
* Event emitted when the selection is cleared.
|
|
210
|
-
*/
|
|
211
|
-
cleared: EventEmitter<any>;
|
|
212
|
-
/**
|
|
213
|
-
* Event emitted on launch action.
|
|
214
|
-
*/
|
|
215
|
-
onLaunch: EventEmitter<any>;
|
|
216
|
-
/**
|
|
217
|
-
* Array of suffix buttons for additional actions.
|
|
218
|
-
*/
|
|
219
|
-
suffixButtons: SuffixButton[];
|
|
220
|
-
/**
|
|
221
|
-
* Event emitted when a chip is focused.
|
|
222
|
-
* Sends the chip value as an event.
|
|
223
|
-
*/
|
|
224
|
-
chipFocus: EventEmitter<any>;
|
|
225
|
-
/**
|
|
226
|
-
* Determines if the label of the `MatFormField` should float.
|
|
227
|
-
*/
|
|
228
|
-
get shouldLabelFloat(): boolean;
|
|
229
|
-
/**
|
|
230
|
-
* Indicates whether data is currently loading.
|
|
231
|
-
*/
|
|
232
|
-
loading: boolean;
|
|
233
|
-
/**
|
|
234
|
-
* Indicates whether the result set is empty.
|
|
235
|
-
*/
|
|
236
|
-
emptyResult: boolean;
|
|
237
|
-
/**
|
|
238
|
-
* Service used for data operations.
|
|
239
|
-
*/
|
|
240
|
-
protected service: BaseService;
|
|
241
|
-
/**
|
|
242
|
-
* Constructor for initializing the component.
|
|
243
|
-
*
|
|
244
|
-
* @param media - Media service for handling media queries.
|
|
245
|
-
*/
|
|
246
|
-
constructor(media: VdMediaService);
|
|
247
|
-
/**
|
|
248
|
-
* Lifecycle hook that is called after data-bound properties of a
|
|
249
|
-
* directive are initialized. It sets up subscriptions to the
|
|
250
|
-
* search input value changes and ngControl value changes.
|
|
251
|
-
*/
|
|
252
|
-
ngOnInit(): void;
|
|
253
|
-
/**
|
|
254
|
-
* Lifecycle hook that is called after a component's view has been fully initialized.
|
|
255
|
-
* It broadcasts media changes and initializes the data source with the current service,
|
|
256
|
-
* paginator, and sort options.
|
|
257
|
-
*/
|
|
258
|
-
ngAfterViewInit(): void;
|
|
259
|
-
/**
|
|
260
|
-
* From the ControlValueAccessor interface. This method is called to write a new value
|
|
261
|
-
* to the element.
|
|
262
|
-
* @param value - The value to write.
|
|
263
|
-
*/
|
|
264
|
-
writeValue(value: any): void;
|
|
265
|
-
/**
|
|
266
|
-
* Connects the data source and subscribes to data changes.
|
|
267
|
-
* It also sets up the necessary parameters for the data source.
|
|
268
|
-
*/
|
|
269
|
-
connect(): void;
|
|
270
|
-
/**
|
|
271
|
-
* Sets focus on the filter input element.
|
|
272
|
-
*/
|
|
273
|
-
focus(): void;
|
|
274
|
-
/**
|
|
275
|
-
* Handles the blur event of the input box. If the focus moves away from a
|
|
276
|
-
* mat-option, it adds the current value as a chip.
|
|
277
|
-
* @param event - The focus event.
|
|
278
|
-
*/
|
|
279
|
-
addOnBlur(event: FocusEvent): void;
|
|
280
|
-
/**
|
|
281
|
-
* Adds a chip with the specified value and clears the input.
|
|
282
|
-
*
|
|
283
|
-
* This method emits the selected value to external listeners, along with a callback
|
|
284
|
-
* function. The callback is responsible for informing the component whether the
|
|
285
|
-
* addition of the chip was successful.
|
|
286
|
-
*
|
|
287
|
-
* Upon successful callback (`success: true`), the following actions occur:
|
|
288
|
-
* 1. The new chip is added to the `chips` array.
|
|
289
|
-
* 2. The component's ngModel is updated with the selected value's key.
|
|
290
|
-
* 3. The input field is disabled to restrict further chip entries.
|
|
291
|
-
* 4. The input text field is cleared.
|
|
292
|
-
* 5. The autocomplete suggestion panel is closed (if it is open).
|
|
293
|
-
*
|
|
294
|
-
* @param value - The value to add as a chip.
|
|
295
|
-
* @param input - The input element to reset after the chip is added.
|
|
296
|
-
*/
|
|
297
|
-
addChip(value: any, input: any): void;
|
|
298
|
-
/**
|
|
299
|
-
* Handles the logic for adding a chip and resetting the input field.
|
|
300
|
-
*
|
|
301
|
-
* 1. Adds the new chip to the chips array.
|
|
302
|
-
* 2. Updates the ngModel value with the selected chip's key.
|
|
303
|
-
* 3. Disables the autocomplete input to prevent further chip additions.
|
|
304
|
-
* 4. Clears the input field value.
|
|
305
|
-
* 5. Closes the autocomplete panel if it is open.
|
|
306
|
-
*
|
|
307
|
-
* @param value - The value to be added as a chip.
|
|
308
|
-
* @param input - The input element to be reset after adding the chip.
|
|
309
|
-
* @private
|
|
310
|
-
*/
|
|
311
|
-
addChipAndResetInput(value: any, input?: any): void;
|
|
312
|
-
/**
|
|
313
|
-
* Clears all chips and resets the control state.
|
|
314
|
-
* @param triggerStateChanges - Whether to trigger state changes.
|
|
315
|
-
*/
|
|
316
|
-
clear(triggerStateChanges?: boolean): void;
|
|
317
|
-
/**
|
|
318
|
-
* Filters the options based on the provided text input.
|
|
319
|
-
* @param text - The text to filter options by.
|
|
320
|
-
*/
|
|
321
|
-
private filterOptions;
|
|
322
|
-
/**
|
|
323
|
-
* Handles the event when a chip is removed. It emits the cleared value
|
|
324
|
-
* and optionally clears the chips.
|
|
325
|
-
*/
|
|
326
|
-
handleRemovedEvent(): void;
|
|
327
|
-
/**
|
|
328
|
-
* Handles the click event on the launch button, emitting the
|
|
329
|
-
* selected chip if available.
|
|
330
|
-
*/
|
|
331
|
-
handleLaunchClicked(): void;
|
|
332
|
-
/**
|
|
333
|
-
* Retrieves the current query parameters for the data source.
|
|
334
|
-
* @returns An object containing the query parameters.
|
|
335
|
-
*/
|
|
336
|
-
protected getQueryParams(): any;
|
|
337
|
-
/**
|
|
338
|
-
* Cleanup method that is invoked immediately before the instance
|
|
339
|
-
* is destroyed. It unsubscribes from the data source subscription.
|
|
340
|
-
*/
|
|
341
|
-
ngOnDestroy(): void;
|
|
342
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VdChipsComponent, never>;
|
|
343
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VdChipsComponent, "vd-chips", never, { "classType": { "alias": "classType"; "required": false; }; "chips": { "alias": "chips"; "required": false; }; "endpoint": { "alias": "endpoint"; "required": false; }; "params": { "alias": "params"; "required": false; }; "projection": { "alias": "projection"; "required": false; }; "paginated": { "alias": "paginated"; "required": false; }; "customValue": { "alias": "customValue"; "required": false; }; "context": { "alias": "context"; "required": false; }; "key": { "alias": "key"; "required": false; }; "searchField": { "alias": "searchField"; "required": false; }; "searchFields": { "alias": "searchFields"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "selectFirst": { "alias": "selectFirst"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "autocompleteCssClass": { "alias": "autocompleteCssClass"; "required": false; }; "suffixButtons": { "alias": "suffixButtons"; "required": false; }; }, { "initSelect": "initSelect"; "selected": "selected"; "cleared": "cleared"; "onLaunch": "launch"; "chipFocus": "chipFocus"; }, ["chipTemplate", "autocompleteOptionTemplate"], never, false, never>;
|
|
344
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { CdkPortal } from "@angular/cdk/portal";
|
|
2
|
-
import { TemplateRef, ViewContainerRef } from "@angular/core";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* VdAutocompleteOptionDirective class
|
|
6
|
-
*/
|
|
7
|
-
export declare class VdAutocompleteOptionDirective extends CdkPortal {
|
|
8
|
-
constructor(templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef);
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VdAutocompleteOptionDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<VdAutocompleteOptionDirective, "[vd-autocomplete-option]ng-template", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { CdkPortal } from "@angular/cdk/portal";
|
|
2
|
-
import { TemplateRef, ViewContainerRef } from "@angular/core";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* VdChipDirective class
|
|
6
|
-
*/
|
|
7
|
-
export declare class VdChipDirective extends CdkPortal {
|
|
8
|
-
constructor(templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef);
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VdChipDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<VdChipDirective, "[vd-chip]ng-template", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
import { IAnimationOptions } from '../common/interfaces';
|
|
3
|
-
export interface ICollapseAnimation extends IAnimationOptions {
|
|
4
|
-
easeOnClose?: string;
|
|
5
|
-
easeOnOpen?: string;
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* const vdCollapseAnimation
|
|
9
|
-
*
|
|
10
|
-
* Parameter Options:
|
|
11
|
-
* * duration: Duration the animation will run in milliseconds. Defaults to 150 ms.
|
|
12
|
-
* * delay: Delay before the animation will run in milliseconds. Defaults to 0 ms.
|
|
13
|
-
* * easeOnClose: Animation accelerates and decelerates when closing. Defaults to ease-in.
|
|
14
|
-
* * easeOnOpen: Animation accelerates and decelerates when opening. Defaults to ease-out.
|
|
15
|
-
*
|
|
16
|
-
* Returns an [AnimationTriggerMetadata] object with boolean states for a collapse/expand animation.
|
|
17
|
-
*
|
|
18
|
-
* usage: [@vdCollapse]="{ value: true | false, params: { duration: 500 }}"
|
|
19
|
-
*/
|
|
20
|
-
export declare const vdCollapseAnimation: AnimationTriggerMetadata;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type Constructor<T> = new (...args: any[]) => T;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
type Constructor<T> = new (...args: any[]) => T;
|
|
5
|
-
export interface IControlValueAccessor extends ControlValueAccessor {
|
|
6
|
-
value: any;
|
|
7
|
-
valueChanges: Observable<any>;
|
|
8
|
-
onChange: (_: any) => any;
|
|
9
|
-
onTouched: () => any;
|
|
10
|
-
}
|
|
11
|
-
export interface IHasChangeDetectorRef {
|
|
12
|
-
_changeDetectorRef: ChangeDetectorRef;
|
|
13
|
-
}
|
|
14
|
-
/** Mixin to augment a component with ngModel support. */
|
|
15
|
-
export declare function mixinControlValueAccessor<T extends Constructor<IHasChangeDetectorRef>>(base: T, initialValue?: any): Constructor<IControlValueAccessor> & T;
|
|
16
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Constructor } from './constructor';
|
|
2
|
-
/** Interface to implement when applying the disabled mixin */
|
|
3
|
-
export interface ICanDisable {
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
onDisabledChange(v: boolean): void;
|
|
6
|
-
}
|
|
7
|
-
/** Mixin to augment a component or directive with a `disabled` property. */
|
|
8
|
-
export declare function mixinDisabled<T extends Constructor<{}>>(base: T): Constructor<ICanDisable> & T;
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { Compiler, CompilerFactory, StaticProvider } from '@angular/core';
|
|
2
|
-
import { AutofocusDirective } from './directives/autofocus.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./pipes/data-source.pipe";
|
|
5
|
-
import * as i2 from "./directives/disable-control.directive";
|
|
6
|
-
import * as i3 from "./pipes/enum.pipe";
|
|
7
|
-
import * as i4 from "./pipes/file-size.pipe";
|
|
8
|
-
import * as i5 from "./pipes/filter.pipe";
|
|
9
|
-
import * as i6 from "./pipes/first-letter";
|
|
10
|
-
import * as i7 from "./pipes/form-control.pipe";
|
|
11
|
-
import * as i8 from "./pipes/form-group.pipe";
|
|
12
|
-
import * as i9 from "./pipes/form-array.pipe";
|
|
13
|
-
import * as i10 from "./pipes/func.pipe";
|
|
14
|
-
import * as i11 from "./pipes/keys";
|
|
15
|
-
import * as i12 from "./pipes/month-name.pipe";
|
|
16
|
-
import * as i13 from "./pipes/only-number";
|
|
17
|
-
import * as i14 from "./pipes/order.pipe";
|
|
18
|
-
import * as i15 from "./pipes/placeholder.pipe";
|
|
19
|
-
import * as i16 from "./pipes/safe-html.pipe";
|
|
20
|
-
import * as i17 from "./pipes/time.pipe";
|
|
21
|
-
import * as i18 from "./pipes/titlecase.pipe";
|
|
22
|
-
import * as i19 from "./pipes/truncate.pipe";
|
|
23
|
-
import * as i20 from "./pipes/values";
|
|
24
|
-
import * as i21 from "./pipes/nested-property";
|
|
25
|
-
import * as i22 from "./pipes/split.pipe";
|
|
26
|
-
import * as i23 from "./pipes/join.pipe";
|
|
27
|
-
import * as i24 from "./pipes/property-join.pipe";
|
|
28
|
-
import * as i25 from "./pipes/bind";
|
|
29
|
-
import * as i26 from "./pipes/map.pipe";
|
|
30
|
-
import * as i27 from "./directives/autofocus.directive";
|
|
31
|
-
export { IControlValueAccessor, mixinControlValueAccessor } from './behaviors/control-value-accesor.mixin';
|
|
32
|
-
export { ICanDisable, mixinDisabled } from './behaviors/disabled.mixin';
|
|
33
|
-
export { endpointMetadataKey, headerMetadataKey } from './constants/constants';
|
|
34
|
-
export { FilterGlue } from './enums/filter-glue';
|
|
35
|
-
export { FilterOperator } from './enums/filter-operator';
|
|
36
|
-
export { Salutation } from './enums/salutation';
|
|
37
|
-
export { Api, Display } from './functions/decorators';
|
|
38
|
-
export { getEndpoint } from './functions/functions';
|
|
39
|
-
export { Utils } from './functions/utils';
|
|
40
|
-
export { AppStorage } from './helpers/app-storage';
|
|
41
|
-
export { DynamicBuilder } from './helpers/dynamic-builder';
|
|
42
|
-
export { DynamicComponentCompiler } from './helpers/dynamic-component-compiler';
|
|
43
|
-
export { ActionItem } from './models/action-item';
|
|
44
|
-
export { AppSetting } from './models/app-setting';
|
|
45
|
-
export { AuditEntity } from './models/audit-entity';
|
|
46
|
-
export { AuditUser } from './models/audit-user';
|
|
47
|
-
export { BaseEntity } from './models/base-entity';
|
|
48
|
-
export { IEntity } from './models/entity';
|
|
49
|
-
export { EnumItem } from './models/enum-item';
|
|
50
|
-
export { Filter } from './models/filter';
|
|
51
|
-
export { FilterField } from './models/filter-field';
|
|
52
|
-
export { Icon } from './models/icon';
|
|
53
|
-
export { KeyValue } from './models/key-value';
|
|
54
|
-
export { ModifiableEntity } from './models/modifiable-entity';
|
|
55
|
-
export { SaveAction } from './models/save-action';
|
|
56
|
-
export { SuffixButton } from './models/suffix-button';
|
|
57
|
-
export { DataSourcePipe } from './pipes/data-source.pipe';
|
|
58
|
-
export { EnumPipe } from './pipes/enum.pipe';
|
|
59
|
-
export { FirstLetterPipe } from './pipes/first-letter';
|
|
60
|
-
export { JoinPipe } from './pipes/join.pipe';
|
|
61
|
-
export { KeysPipe } from './pipes/keys';
|
|
62
|
-
export { MapPipe } from './pipes/map.pipe';
|
|
63
|
-
export { PropertyPipe } from './pipes/nested-property';
|
|
64
|
-
export { OrderPipe } from './pipes/order.pipe';
|
|
65
|
-
export { PropertyJoinPipe } from './pipes/property-join.pipe';
|
|
66
|
-
export { SplitPipe } from './pipes/split.pipe';
|
|
67
|
-
export { TitleCase } from './pipes/titlecase.pipe';
|
|
68
|
-
export { ValuesPipe } from './pipes/values';
|
|
69
|
-
export { BaseService } from './services/base.service';
|
|
70
|
-
export { ContextHelper } from './services/context-helper';
|
|
71
|
-
export { EnumService } from './services/enum.service';
|
|
72
|
-
export { ServiceLocator } from './services/service-locator';
|
|
73
|
-
export { AutofocusDirective };
|
|
74
|
-
export declare function createCompiler(compilerFactory: CompilerFactory): Compiler;
|
|
75
|
-
export declare const RUNTIME_COMPILER_PROVIDERS: StaticProvider[];
|
|
76
|
-
export declare class VdCommonModule {
|
|
77
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VdCommonModule, never>;
|
|
78
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VdCommonModule, [typeof i1.DataSourcePipe, typeof i2.DisableControlDirective, typeof i3.EnumPipe, typeof i4.FileSizePipe, typeof i5.FilterPipe, typeof i6.FirstLetterPipe, typeof i7.FormControlPipe, typeof i8.FormGroupPipe, typeof i9.FormArrayPipe, typeof i10.FuncPipe, typeof i11.KeysPipe, typeof i12.MonthNamePipe, typeof i13.OnlyNumberDirective, typeof i14.OrderPipe, typeof i15.PlaceholderPipe, typeof i16.SafeHtmlPipe, typeof i17.TimePipe, typeof i18.TitleCase, typeof i19.TruncatePipe, typeof i20.ValuesPipe, typeof i21.PropertyPipe, typeof i22.SplitPipe, typeof i23.JoinPipe, typeof i24.PropertyJoinPipe, typeof i25.BindPipe, typeof i26.MapPipe, typeof i27.AutofocusDirective], never, [typeof i1.DataSourcePipe, typeof i2.DisableControlDirective, typeof i3.EnumPipe, typeof i4.FileSizePipe, typeof i5.FilterPipe, typeof i6.FirstLetterPipe, typeof i7.FormControlPipe, typeof i8.FormGroupPipe, typeof i9.FormArrayPipe, typeof i10.FuncPipe, typeof i11.KeysPipe, typeof i12.MonthNamePipe, typeof i13.OnlyNumberDirective, typeof i14.OrderPipe, typeof i15.PlaceholderPipe, typeof i16.SafeHtmlPipe, typeof i17.TimePipe, typeof i18.TitleCase, typeof i19.TruncatePipe, typeof i20.ValuesPipe, typeof i21.PropertyPipe, typeof i22.SplitPipe, typeof i23.JoinPipe, typeof i24.PropertyJoinPipe, typeof i25.BindPipe, typeof i26.MapPipe, typeof i27.AutofocusDirective]>;
|
|
79
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<VdCommonModule>;
|
|
80
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AutofocusDirective implements AfterContentInit {
|
|
4
|
-
private elementRef;
|
|
5
|
-
/**
|
|
6
|
-
* Optional input to customize the delay before focusing the element.
|
|
7
|
-
*/
|
|
8
|
-
focusDelay: number;
|
|
9
|
-
/**
|
|
10
|
-
* Determines whether the text should be selected on focus.
|
|
11
|
-
*/
|
|
12
|
-
selectText: boolean;
|
|
13
|
-
/**
|
|
14
|
-
* Input that controls whether to focus the element.
|
|
15
|
-
* This will be true if the autoFocus attribute is present.
|
|
16
|
-
*/
|
|
17
|
-
set autoFocus(value: boolean | "");
|
|
18
|
-
get autoFocus(): boolean;
|
|
19
|
-
private _autoFocus;
|
|
20
|
-
/**
|
|
21
|
-
* Constructor that injects the ElementRef, giving direct access
|
|
22
|
-
* to the host DOM element where the directive is applied.
|
|
23
|
-
* @param elementRef - The reference to the element on which the directive is set.
|
|
24
|
-
*/
|
|
25
|
-
constructor(elementRef: ElementRef);
|
|
26
|
-
/**
|
|
27
|
-
* Set focus on the element after content initialization if autoFocus is true.
|
|
28
|
-
*/
|
|
29
|
-
ngAfterContentInit(): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[autoFocus]", never, { "focusDelay": { "alias": "focusDelay"; "required": false; }; "selectText": { "alias": "selectText"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; }, {}, never, never, false, never>;
|
|
32
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, Renderer2 } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class VdDelayedHoverDirective implements OnInit, OnDestroy {
|
|
4
|
-
/**
|
|
5
|
-
* @property
|
|
6
|
-
*/
|
|
7
|
-
duration: number;
|
|
8
|
-
/**
|
|
9
|
-
* @property
|
|
10
|
-
*/
|
|
11
|
-
delayedhoverEvents: EventEmitter<void>;
|
|
12
|
-
/**
|
|
13
|
-
* @field
|
|
14
|
-
*/
|
|
15
|
-
private elementRef;
|
|
16
|
-
/**
|
|
17
|
-
* @field
|
|
18
|
-
*/
|
|
19
|
-
private renderer;
|
|
20
|
-
/**
|
|
21
|
-
* @field
|
|
22
|
-
*/
|
|
23
|
-
private unlisteners;
|
|
24
|
-
/**
|
|
25
|
-
* @field
|
|
26
|
-
*/
|
|
27
|
-
private timer;
|
|
28
|
-
/**
|
|
29
|
-
* @field
|
|
30
|
-
*/
|
|
31
|
-
private zone;
|
|
32
|
-
/**
|
|
33
|
-
* Initialize the delayedhover directive.
|
|
34
|
-
* @param elementRef
|
|
35
|
-
* @param renderer
|
|
36
|
-
* @param zone
|
|
37
|
-
*/
|
|
38
|
-
constructor(elementRef: ElementRef, renderer: Renderer2, zone: NgZone);
|
|
39
|
-
/**
|
|
40
|
-
* I Cancels any pending hesitation timer.
|
|
41
|
-
*/
|
|
42
|
-
cancel(): void;
|
|
43
|
-
/**
|
|
44
|
-
* Gets called once when the host element is being unmounted.
|
|
45
|
-
*/
|
|
46
|
-
ngOnDestroy(): void;
|
|
47
|
-
/**
|
|
48
|
-
* Gets called once after the host element has been mounted and the inputs
|
|
49
|
-
* have been bound for the first time.
|
|
50
|
-
*/
|
|
51
|
-
ngOnInit(): void;
|
|
52
|
-
/**
|
|
53
|
-
* Handles the mousedown event inside the host element.
|
|
54
|
-
* @param event
|
|
55
|
-
*/
|
|
56
|
-
private handleMousedown;
|
|
57
|
-
/**
|
|
58
|
-
* Handles the mouseevent event inside the host element.
|
|
59
|
-
* @param event
|
|
60
|
-
*/
|
|
61
|
-
private handleMouseenter;
|
|
62
|
-
/**
|
|
63
|
-
* Handles the mouseleave event inside the host element.
|
|
64
|
-
* @param event
|
|
65
|
-
*/
|
|
66
|
-
private handleMouseleave;
|
|
67
|
-
/**
|
|
68
|
-
* Handles the timer threshold event.
|
|
69
|
-
*/
|
|
70
|
-
private handleTimerThreshold;
|
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VdDelayedHoverDirective, never>;
|
|
72
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<VdDelayedHoverDirective, "[delayedHover]", ["hesitation"], { "duration": { "alias": "duration"; "required": false; }; }, { "delayedhoverEvents": "delayedHover"; }, never, never, false, never>;
|
|
73
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NgControl } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DisableControlDirective {
|
|
4
|
-
private ngControl;
|
|
5
|
-
/**
|
|
6
|
-
* disableControl: boolean
|
|
7
|
-
*/
|
|
8
|
-
set disableControl(condition: boolean);
|
|
9
|
-
/**
|
|
10
|
-
* Constructor
|
|
11
|
-
* @param ngControl
|
|
12
|
-
*/
|
|
13
|
-
constructor(ngControl: NgControl);
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DisableControlDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DisableControlDirective, "[disableControl]", never, { "disableControl": { "alias": "disableControl"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
-
}
|