@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,42 +0,0 @@
|
|
|
1
|
-
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
|
|
2
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { AppSetting } from '../../common/models/app-setting';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Pass untouched request through to the next request handler.
|
|
8
|
-
*/
|
|
9
|
-
export declare class BaseInterceptor implements HttpInterceptor {
|
|
10
|
-
private appSetting;
|
|
11
|
-
private snackBar;
|
|
12
|
-
/**
|
|
13
|
-
* Constructor
|
|
14
|
-
*/
|
|
15
|
-
constructor(appSetting: AppSetting, snackBar: MatSnackBar);
|
|
16
|
-
/**
|
|
17
|
-
* Intercepts an outgoing `HttpRequest` and optionally transforms it or the
|
|
18
|
-
* response.
|
|
19
|
-
*
|
|
20
|
-
* Typically an interceptor will transform the outgoing request before returning
|
|
21
|
-
* `next.handle(transformedReq)`. An interceptor may also choose to transform the
|
|
22
|
-
* response event stream by applying additional Rx operators.
|
|
23
|
-
*
|
|
24
|
-
* In rare cases, an interceptor may completely handle the request itself,
|
|
25
|
-
* creating a new event stream and bypassing `next.handle()`. This is allowed,
|
|
26
|
-
* but it means that other interceptors will not be triggered.
|
|
27
|
-
*
|
|
28
|
-
* It's also possible, though rare, for an interceptor to return multiple responses
|
|
29
|
-
* on the event stream for a single request.
|
|
30
|
-
*/
|
|
31
|
-
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
32
|
-
/**
|
|
33
|
-
* Parses HTTP response errors and extracts the error messages.
|
|
34
|
-
* Handles both ArrayBuffer and structured error objects.
|
|
35
|
-
*
|
|
36
|
-
* @param error The error object to parse, which could be an ArrayBuffer or a structured error object.
|
|
37
|
-
* @returns A string containing all error messages, joined by new lines.
|
|
38
|
-
*/
|
|
39
|
-
protected parseErrors(error: Object): string;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseInterceptor, never>;
|
|
41
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BaseInterceptor>;
|
|
42
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Pass untouched request through to the next request handler.
|
|
6
|
-
*/
|
|
7
|
-
export declare class CachingInterceptor implements HttpInterceptor {
|
|
8
|
-
/**
|
|
9
|
-
* Cache container
|
|
10
|
-
*/
|
|
11
|
-
private cache;
|
|
12
|
-
/**
|
|
13
|
-
* Constructor
|
|
14
|
-
*/
|
|
15
|
-
constructor();
|
|
16
|
-
/**
|
|
17
|
-
* Intercept an outgoing `HttpRequest` and optionally transform it or the
|
|
18
|
-
* response.
|
|
19
|
-
*
|
|
20
|
-
* Typically an interceptor will transform the outgoing request before returning
|
|
21
|
-
* `next.handle(transformedReq)`. An interceptor may choose to transform the
|
|
22
|
-
* response event stream as well, by applying additional Rx operators on the stream
|
|
23
|
-
* returned by `next.handle()`.
|
|
24
|
-
*
|
|
25
|
-
* More rarely, an interceptor may choose to completely handle the request itself,
|
|
26
|
-
* and compose a new event stream instead of invoking `next.handle()`. This is
|
|
27
|
-
* acceptable behavior, but keep in mind further interceptors will be skipped entirely.
|
|
28
|
-
*
|
|
29
|
-
* It is also rare but valid for an interceptor to return multiple responses on the
|
|
30
|
-
* event stream for a single request.
|
|
31
|
-
*/
|
|
32
|
-
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CachingInterceptor, never>;
|
|
34
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CachingInterceptor>;
|
|
35
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from "@angular/common/http";
|
|
2
|
-
import { Observable } from "rxjs";
|
|
3
|
-
import { LoadingScreenService } from "../services/loading-screen.service";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LoadingScreenInterceptor implements HttpInterceptor {
|
|
6
|
-
private loadingScreenService;
|
|
7
|
-
/**
|
|
8
|
-
* activeRequests: number
|
|
9
|
-
*/
|
|
10
|
-
activeRequests: number;
|
|
11
|
-
/**
|
|
12
|
-
* URLs for which the loading screen should not be enabled
|
|
13
|
-
*/
|
|
14
|
-
skippUrls: string[];
|
|
15
|
-
/**
|
|
16
|
-
* Constructor
|
|
17
|
-
* @param loadingScreenService
|
|
18
|
-
*/
|
|
19
|
-
constructor(loadingScreenService: LoadingScreenService);
|
|
20
|
-
/**
|
|
21
|
-
* Identifies and handles a given HTTP request.
|
|
22
|
-
* @param req The outgoing request object to handle.
|
|
23
|
-
* @param next The next interceptor in the chain, or the backend
|
|
24
|
-
* if no interceptors remain in the chain.
|
|
25
|
-
* @returns An observable of the event stream.
|
|
26
|
-
*/
|
|
27
|
-
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingScreenInterceptor, never>;
|
|
29
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LoadingScreenInterceptor>;
|
|
30
|
-
}
|
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
import { Type } from "@angular/core";
|
|
2
|
-
import { MatDialogConfig } from "@angular/material/dialog";
|
|
3
|
-
import { Router } from "@angular/router";
|
|
4
|
-
import { Observable } from "rxjs";
|
|
5
|
-
import { AppSetting } from "../../common/models/app-setting";
|
|
6
|
-
import { Menu } from "../../menu/models/menu";
|
|
7
|
-
import { AuthUser } from "../models/auth-user";
|
|
8
|
-
export interface IBaseComponent {
|
|
9
|
-
/**
|
|
10
|
-
* App settings
|
|
11
|
-
*/
|
|
12
|
-
appSetting: AppSetting;
|
|
13
|
-
/**
|
|
14
|
-
* settings: Any
|
|
15
|
-
*/
|
|
16
|
-
settings: any;
|
|
17
|
-
/**
|
|
18
|
-
* Menu items
|
|
19
|
-
*/
|
|
20
|
-
menu?: Menu;
|
|
21
|
-
/**
|
|
22
|
-
* The name of the project
|
|
23
|
-
*/
|
|
24
|
-
projectName?: string;
|
|
25
|
-
/**
|
|
26
|
-
* The title of the current page
|
|
27
|
-
*/
|
|
28
|
-
title?: string;
|
|
29
|
-
/**
|
|
30
|
-
* The subtitle of the current outlet
|
|
31
|
-
*/
|
|
32
|
-
subtitle?: string;
|
|
33
|
-
/**
|
|
34
|
-
* Loading status
|
|
35
|
-
*/
|
|
36
|
-
isLoading: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* Saving status
|
|
39
|
-
*/
|
|
40
|
-
get isSaving(): boolean;
|
|
41
|
-
set isSaving(isSaving: boolean);
|
|
42
|
-
/**
|
|
43
|
-
* Represents the request errors
|
|
44
|
-
*/
|
|
45
|
-
errors: Array<string>;
|
|
46
|
-
/**
|
|
47
|
-
* Provides the navigation and url manipulation capabilities.
|
|
48
|
-
*/
|
|
49
|
-
router: Router;
|
|
50
|
-
/**
|
|
51
|
-
* Current route
|
|
52
|
-
*/
|
|
53
|
-
currentRoute?: string;
|
|
54
|
-
/**
|
|
55
|
-
* Current base route
|
|
56
|
-
*/
|
|
57
|
-
currentBaseRoute?: string;
|
|
58
|
-
/**
|
|
59
|
-
* A url to return to after save
|
|
60
|
-
*/
|
|
61
|
-
returnUrl?: string;
|
|
62
|
-
/**
|
|
63
|
-
* Current user object
|
|
64
|
-
*/
|
|
65
|
-
currentUser: AuthUser;
|
|
66
|
-
/**
|
|
67
|
-
* Class name
|
|
68
|
-
*/
|
|
69
|
-
className?: string;
|
|
70
|
-
/**
|
|
71
|
-
* Create permission
|
|
72
|
-
*/
|
|
73
|
-
canCreate: boolean;
|
|
74
|
-
/**
|
|
75
|
-
* Read permission
|
|
76
|
-
*/
|
|
77
|
-
canRead: boolean;
|
|
78
|
-
/**
|
|
79
|
-
* Update permission
|
|
80
|
-
*/
|
|
81
|
-
canUpdate: boolean;
|
|
82
|
-
/**
|
|
83
|
-
* Delete permission
|
|
84
|
-
*/
|
|
85
|
-
canDelete: boolean;
|
|
86
|
-
/**
|
|
87
|
-
* Is the current user a client admin
|
|
88
|
-
*/
|
|
89
|
-
isAdmin: boolean;
|
|
90
|
-
/**
|
|
91
|
-
* Is the current user a client admin
|
|
92
|
-
*/
|
|
93
|
-
isClientAdmin: boolean;
|
|
94
|
-
/**
|
|
95
|
-
* Is the current user a department admin
|
|
96
|
-
*/
|
|
97
|
-
isDepartmentAdmin: boolean;
|
|
98
|
-
/**
|
|
99
|
-
* Refreshs this page/component
|
|
100
|
-
*/
|
|
101
|
-
reloadPage(): void;
|
|
102
|
-
/**
|
|
103
|
-
* Navigate based on the provided array of commands and a starting point.
|
|
104
|
-
* @param commands Array of commands representing the route to navigate to
|
|
105
|
-
* @param queryParams Optional query parameters to append to the URL
|
|
106
|
-
* @param fragment Optional fragment (anchor) to append to the URL
|
|
107
|
-
* @param preserveFragment Whether to preserve the current fragment in the URL
|
|
108
|
-
*/
|
|
109
|
-
navigate(commands: any[], queryParams?: any, fragment?: string, preserveFragment?: boolean): void;
|
|
110
|
-
/**
|
|
111
|
-
* Navigates back to the return URL if it exists.
|
|
112
|
-
*/
|
|
113
|
-
navigateToReturnUrl(): void;
|
|
114
|
-
/**
|
|
115
|
-
* Shows a confirmation dialog to send some data.
|
|
116
|
-
*
|
|
117
|
-
* @param message - The message to display in the dialog.
|
|
118
|
-
* @param observable - The observable instance to handle the data.
|
|
119
|
-
* @param successCallback - Optional callback to be invoked on successful operation.
|
|
120
|
-
* @param errorCallback - Optional callback to be invoked on an error.
|
|
121
|
-
* @param acceptButtonText - Optional text for the accept button.
|
|
122
|
-
* @param cancelButtonText - Optional text for the cancel button.
|
|
123
|
-
*/
|
|
124
|
-
showConfirmationDialog(message: string, observabe: Observable<any>, successCallback: Function, errorCallback: Function): void;
|
|
125
|
-
/**
|
|
126
|
-
* Opens a task dialog with the specified configuration.
|
|
127
|
-
*
|
|
128
|
-
* @typeparam TResult - The type of the result returned from the dialog.
|
|
129
|
-
* @param {Partial<TaskDialogData<TResult>>} config - Configuration options for the task dialog, including messages, callbacks, and observable tasks.
|
|
130
|
-
*
|
|
131
|
-
* @example
|
|
132
|
-
* // Example of how to call showTaskDialog
|
|
133
|
-
* this.showTaskDialog({
|
|
134
|
-
* title: 'Processing Task',
|
|
135
|
-
* inProgressMessage: 'Your task is currently in progress...',
|
|
136
|
-
* successMessage: 'Task completed successfully!',
|
|
137
|
-
* errorMessage: 'An error occurred while processing your task.',
|
|
138
|
-
* task: this.someObservableTask(), // Your observable task goes here
|
|
139
|
-
* successButtonClick: (result, dr) => {
|
|
140
|
-
* console.log('Success button clicked!', result);
|
|
141
|
-
* // Optionally handle the dialog reference here
|
|
142
|
-
* dr.close(result); // Close the dialog with the result
|
|
143
|
-
* },
|
|
144
|
-
* successCallback: (result) => {
|
|
145
|
-
* console.log('Success!', result);
|
|
146
|
-
* },
|
|
147
|
-
* errorCallback: (errors) => {
|
|
148
|
-
* console.error('Error!', errors);
|
|
149
|
-
* },
|
|
150
|
-
* cancelCallback: () => {
|
|
151
|
-
* console.log('Task was canceled.');
|
|
152
|
-
* },
|
|
153
|
-
* });
|
|
154
|
-
*/
|
|
155
|
-
openDialog<T, D = any>(dialogType: Type<T>, config: MatDialogConfig<D>, callback: Function): void;
|
|
156
|
-
/**
|
|
157
|
-
* Plays a short beep sound using an embedded audio file in base64 format.
|
|
158
|
-
* The method loads and plays the audio file immediately upon calling.
|
|
159
|
-
*/
|
|
160
|
-
playBeepSound(): void;
|
|
161
|
-
/**
|
|
162
|
-
* Plays a short warning sound using an embedded audio file in base64 format.
|
|
163
|
-
* The method loads and plays the audio file immediately upon calling.
|
|
164
|
-
*/
|
|
165
|
-
playWarnSound(): void;
|
|
166
|
-
/**
|
|
167
|
-
* Logs a message to the console if debug mode is enabled
|
|
168
|
-
* @param message The message to log
|
|
169
|
-
* @param optionalParams Optional parameters for the log
|
|
170
|
-
*/
|
|
171
|
-
log(message: any, ...optionalParams: any[]): void;
|
|
172
|
-
/**
|
|
173
|
-
* Logs a warning message to the console if debug mode is enabled
|
|
174
|
-
* @param message The warning message to log
|
|
175
|
-
* @param optionalParams Optional parameters for the warning
|
|
176
|
-
*/
|
|
177
|
-
warn(message: string, ...optionalParams: any[]): void;
|
|
178
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { FormGroup, NgForm } from "@angular/forms";
|
|
2
|
-
import { Observable } from "rxjs";
|
|
3
|
-
import { IEntity } from "../../common/models/entity";
|
|
4
|
-
import { Permission } from "../../common/models/permission";
|
|
5
|
-
import { SaveAction } from "../../common/models/save-action";
|
|
6
|
-
import { IBaseComponent } from "./ibase-component";
|
|
7
|
-
export interface IGenericFormBaseComponent<TEntity extends IEntity | any> extends IBaseComponent {
|
|
8
|
-
/**
|
|
9
|
-
* Action = edit?
|
|
10
|
-
*/
|
|
11
|
-
isEditMode: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* The id of the item to load
|
|
14
|
-
*/
|
|
15
|
-
id?: number | string;
|
|
16
|
-
/**
|
|
17
|
-
* The current item to add or edit
|
|
18
|
-
*/
|
|
19
|
-
item?: TEntity;
|
|
20
|
-
/**
|
|
21
|
-
* Represents the request errors
|
|
22
|
-
*/
|
|
23
|
-
errors: Array<string>;
|
|
24
|
-
/**
|
|
25
|
-
* Get params
|
|
26
|
-
*/
|
|
27
|
-
query: any;
|
|
28
|
-
/**
|
|
29
|
-
* Makes the inputs readonly
|
|
30
|
-
*/
|
|
31
|
-
readonly: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* Makes the inputs disabled
|
|
34
|
-
*/
|
|
35
|
-
disabled: boolean;
|
|
36
|
-
/**
|
|
37
|
-
* If true, show the menu 'Delete'
|
|
38
|
-
*/
|
|
39
|
-
deletable: boolean;
|
|
40
|
-
/**
|
|
41
|
-
* Form group
|
|
42
|
-
*/
|
|
43
|
-
form?: NgForm | FormGroup;
|
|
44
|
-
/**
|
|
45
|
-
* Gets form value
|
|
46
|
-
*/
|
|
47
|
-
get formValue(): TEntity | any;
|
|
48
|
-
/**
|
|
49
|
-
* Loads an item by ID
|
|
50
|
-
*/
|
|
51
|
-
loadItem(): void;
|
|
52
|
-
/**
|
|
53
|
-
* Loads an item by ID asyncly
|
|
54
|
-
*/
|
|
55
|
-
loadItemAsync(): Observable<{
|
|
56
|
-
entity: TEntity;
|
|
57
|
-
permissions: Permission;
|
|
58
|
-
}>;
|
|
59
|
-
/**
|
|
60
|
-
* Saves data into database.
|
|
61
|
-
* @param action
|
|
62
|
-
*/
|
|
63
|
-
save(action?: SaveAction, form?: NgForm | FormGroup): void;
|
|
64
|
-
/**
|
|
65
|
-
* Saves data and navigates to edit view
|
|
66
|
-
*/
|
|
67
|
-
apply(): void;
|
|
68
|
-
/**
|
|
69
|
-
* Deletes the current record.
|
|
70
|
-
*/
|
|
71
|
-
delete(): void;
|
|
72
|
-
/**
|
|
73
|
-
* Validates the form
|
|
74
|
-
* @param form
|
|
75
|
-
*/
|
|
76
|
-
validateForm(form?: NgForm | FormGroup): void;
|
|
77
|
-
/**
|
|
78
|
-
* Validates the form
|
|
79
|
-
* @param form
|
|
80
|
-
*/
|
|
81
|
-
isFormValid(form?: NgForm | FormGroup): boolean;
|
|
82
|
-
/**
|
|
83
|
-
* Resets form controls
|
|
84
|
-
* @param form
|
|
85
|
-
* @returns
|
|
86
|
-
*/
|
|
87
|
-
resetForm(form: NgForm): void;
|
|
88
|
-
/**
|
|
89
|
-
* Loads the previous URL in the history list.
|
|
90
|
-
* @param action
|
|
91
|
-
*/
|
|
92
|
-
back(action?: SaveAction): void;
|
|
93
|
-
detectChanges(): void;
|
|
94
|
-
}
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import { MatPaginator } from "@angular/material/paginator";
|
|
2
|
-
import { MatSort } from "@angular/material/sort";
|
|
3
|
-
import { IEntity } from "../../common/models/entity";
|
|
4
|
-
import { VdDynamicTableComponent } from "../../table/components/dynamic-table/dynamic-table.component";
|
|
5
|
-
import { TableConfig } from "../../table/models/table-config";
|
|
6
|
-
import { TableDataSource } from "../../table/table.data-source";
|
|
7
|
-
import { IBaseComponent } from "./ibase-component";
|
|
8
|
-
export interface IGenericListComponent<TEntity extends IEntity | any> extends IBaseComponent {
|
|
9
|
-
/**
|
|
10
|
-
* A reference to VdDynamicTableComponent
|
|
11
|
-
*/
|
|
12
|
-
dynamicTable?: VdDynamicTableComponent;
|
|
13
|
-
/**
|
|
14
|
-
* listConfig: {configs: any, query: any}
|
|
15
|
-
*/
|
|
16
|
-
tableConfig: TableConfig;
|
|
17
|
-
/**
|
|
18
|
-
* Get params
|
|
19
|
-
*/
|
|
20
|
-
query: any;
|
|
21
|
-
/**
|
|
22
|
-
* Data-table datasource
|
|
23
|
-
*/
|
|
24
|
-
dataSource?: TableDataSource<TEntity, any> | any;
|
|
25
|
-
/**
|
|
26
|
-
* A reference to MdPaginator element
|
|
27
|
-
*/
|
|
28
|
-
paginator?: MatPaginator;
|
|
29
|
-
/**
|
|
30
|
-
* A reference to MdSort attribute
|
|
31
|
-
*/
|
|
32
|
-
sort?: MatSort;
|
|
33
|
-
/**
|
|
34
|
-
* Page size options
|
|
35
|
-
*/
|
|
36
|
-
pageSizeOptions: Array<number>;
|
|
37
|
-
/**
|
|
38
|
-
* Shows the column 'Checkbox'
|
|
39
|
-
*/
|
|
40
|
-
selectable: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* If true, show the button 'Add'
|
|
43
|
-
*/
|
|
44
|
-
addable: boolean;
|
|
45
|
-
/**
|
|
46
|
-
* If true, show the menu 'Edit'
|
|
47
|
-
*/
|
|
48
|
-
editable: boolean;
|
|
49
|
-
/**
|
|
50
|
-
* If true, show the menu 'Delete'
|
|
51
|
-
*/
|
|
52
|
-
deletable: boolean;
|
|
53
|
-
/**
|
|
54
|
-
* If true, show the menu 'Download'
|
|
55
|
-
*/
|
|
56
|
-
downloadable: boolean;
|
|
57
|
-
/**
|
|
58
|
-
* If true, show the menu 'Duplicate'
|
|
59
|
-
*/
|
|
60
|
-
duplicable: boolean;
|
|
61
|
-
/**
|
|
62
|
-
* If true, show the menu 'Configure table'
|
|
63
|
-
*/
|
|
64
|
-
configurable: boolean;
|
|
65
|
-
/**
|
|
66
|
-
* Reloads items
|
|
67
|
-
*/
|
|
68
|
-
loadList(resetSelection?: boolean): void;
|
|
69
|
-
/**
|
|
70
|
-
* Search
|
|
71
|
-
* @param filter
|
|
72
|
-
*/
|
|
73
|
-
search(filter: string): void;
|
|
74
|
-
/**
|
|
75
|
-
* Navigates to the add page.
|
|
76
|
-
*/
|
|
77
|
-
add(): void;
|
|
78
|
-
/**
|
|
79
|
-
* Navigates to the edit page.
|
|
80
|
-
* @param item The id of the item
|
|
81
|
-
*/
|
|
82
|
-
edit(item: TEntity, context?: any): void;
|
|
83
|
-
/**
|
|
84
|
-
* Patches the entity
|
|
85
|
-
* @param id The ID of the entity
|
|
86
|
-
* @param fields The fields to patch
|
|
87
|
-
* @param value The (optional) value to change
|
|
88
|
-
* @param includes Includes some navigations
|
|
89
|
-
*/
|
|
90
|
-
patch(id: number, fields: Array<string>, value: any, includes?: any): void;
|
|
91
|
-
/**
|
|
92
|
-
* Deletes an item from the database.
|
|
93
|
-
*/
|
|
94
|
-
deleteItem(item: TEntity): void;
|
|
95
|
-
/**
|
|
96
|
-
* Deletes an item from the database.
|
|
97
|
-
*/
|
|
98
|
-
deleteItems(): void;
|
|
99
|
-
/**
|
|
100
|
-
* Opens the config dialog
|
|
101
|
-
*/
|
|
102
|
-
openConfigDialog(): void;
|
|
103
|
-
/**
|
|
104
|
-
* Saves the table config
|
|
105
|
-
* @param config
|
|
106
|
-
*/
|
|
107
|
-
saveConfigs(config?: TableConfig): void;
|
|
108
|
-
/**
|
|
109
|
-
* Gets and applies the table configs
|
|
110
|
-
*/
|
|
111
|
-
loadColumnConfigs(): void;
|
|
112
|
-
/**
|
|
113
|
-
* Updates the table columns
|
|
114
|
-
*/
|
|
115
|
-
updateColumns(loadConfig?: boolean): void;
|
|
116
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { FormGroup } from "@angular/forms";
|
|
2
|
-
import { IEntity } from "../../common/models/entity";
|
|
3
|
-
import { PropValidationConfig } from "../../form-validators/models/prop-validation-config";
|
|
4
|
-
import { IGenericFormBaseComponent } from "./igeneric-form-base";
|
|
5
|
-
/**
|
|
6
|
-
* @class
|
|
7
|
-
*/
|
|
8
|
-
export interface IGenericReactiveFormBaseComponent<TEntity extends IEntity | any> extends IGenericFormBaseComponent<TEntity> {
|
|
9
|
-
/**
|
|
10
|
-
* Form group
|
|
11
|
-
*/
|
|
12
|
-
form: FormGroup;
|
|
13
|
-
/**
|
|
14
|
-
* Gets form value
|
|
15
|
-
*/
|
|
16
|
-
get formValue(): TEntity | any;
|
|
17
|
-
/**
|
|
18
|
-
* formValidation: any
|
|
19
|
-
*/
|
|
20
|
-
formValidation?: {
|
|
21
|
-
[key: string]: PropValidationConfig;
|
|
22
|
-
};
|
|
23
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare class AuthUser {
|
|
2
|
-
id?: number;
|
|
3
|
-
sub?: number;
|
|
4
|
-
name?: string;
|
|
5
|
-
displayName?: string;
|
|
6
|
-
letter?: string;
|
|
7
|
-
email?: string;
|
|
8
|
-
role?: string;
|
|
9
|
-
permission?: Array<string>;
|
|
10
|
-
access_token?: string;
|
|
11
|
-
isAuthenticated?: boolean;
|
|
12
|
-
postLoginRoute?: string;
|
|
13
|
-
clientId?: number;
|
|
14
|
-
departmentId?: number;
|
|
15
|
-
isClientAdmin?: boolean;
|
|
16
|
-
isDepartmentAdmin?: boolean;
|
|
17
|
-
}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from "@angular/material/dialog";
|
|
2
|
-
import { Observable } from "rxjs";
|
|
3
|
-
export declare class TaskDialogData<TResult> {
|
|
4
|
-
/**
|
|
5
|
-
* Optional title of the dialog
|
|
6
|
-
* @type {string}
|
|
7
|
-
*/
|
|
8
|
-
title?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Message displayed when the task is in progress
|
|
11
|
-
* @type {string}
|
|
12
|
-
*/
|
|
13
|
-
inProgressMessage?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Message displayed upon successful task completion
|
|
16
|
-
* @type {string}
|
|
17
|
-
*/
|
|
18
|
-
successMessage?: string;
|
|
19
|
-
/**
|
|
20
|
-
* Message displayed if the task encounters an error
|
|
21
|
-
* @type {string}
|
|
22
|
-
*/
|
|
23
|
-
errorMessage?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Content of the dialog, usually descriptive text
|
|
26
|
-
* @type {string}
|
|
27
|
-
*/
|
|
28
|
-
content?: string;
|
|
29
|
-
/**
|
|
30
|
-
* Observable task that the dialog monitors
|
|
31
|
-
* @type {Observable<any>}
|
|
32
|
-
*/
|
|
33
|
-
task?: Observable<any>;
|
|
34
|
-
/**
|
|
35
|
-
* Callback function to execute on task success
|
|
36
|
-
* @type {Function}
|
|
37
|
-
*/
|
|
38
|
-
successCallback?: (result: TResult, dialogRef: MatDialogRef<any, TResult>) => void;
|
|
39
|
-
/**
|
|
40
|
-
* Callback function to execute when the task is canceled
|
|
41
|
-
* @type {Function}
|
|
42
|
-
*/
|
|
43
|
-
cancelCallback?: (dialogRef: MatDialogRef<any, TResult>) => void;
|
|
44
|
-
/**
|
|
45
|
-
* Callback function to execute if the task encounters an error
|
|
46
|
-
* @type {Function}
|
|
47
|
-
*/
|
|
48
|
-
errorCallback?: (errors: any, dialogRef: MatDialogRef<any, TResult>) => void;
|
|
49
|
-
/**
|
|
50
|
-
* Result of the task, if available
|
|
51
|
-
* @type {any}
|
|
52
|
-
*/
|
|
53
|
-
result?: any;
|
|
54
|
-
/**
|
|
55
|
-
* Boolean indicating if the task is currently in progress
|
|
56
|
-
* @type {boolean}
|
|
57
|
-
*/
|
|
58
|
-
inProgress: boolean;
|
|
59
|
-
/**
|
|
60
|
-
* Text for the close button
|
|
61
|
-
* @type {string}
|
|
62
|
-
*/
|
|
63
|
-
closeButtonText: string;
|
|
64
|
-
/**
|
|
65
|
-
* Text for the cancel button
|
|
66
|
-
* @type {string}
|
|
67
|
-
*/
|
|
68
|
-
cancelButtonText: string;
|
|
69
|
-
/**
|
|
70
|
-
* Text for the success button, if applicable
|
|
71
|
-
* @type {string}
|
|
72
|
-
*/
|
|
73
|
-
successButtonText?: string;
|
|
74
|
-
/**
|
|
75
|
-
* Callback function to execute on success button click
|
|
76
|
-
* @type {Function}
|
|
77
|
-
*/
|
|
78
|
-
successButtonClick?: (result: TResult, dialogRef: MatDialogRef<any, TResult>) => void;
|
|
79
|
-
/**
|
|
80
|
-
* Initializes a new instance of the TaskDialogData class.
|
|
81
|
-
* @param {Partial<TaskDialogData>} init - Optional initialization values for setting properties.
|
|
82
|
-
*/
|
|
83
|
-
constructor(init?: Partial<TaskDialogData<TResult>>);
|
|
84
|
-
}
|
package/lib/base/public_api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './base.module';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { GenericService } from '../../http/services/generic.service';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FileService extends GenericService<any> {
|
|
4
|
-
/**
|
|
5
|
-
* Constructor
|
|
6
|
-
*/
|
|
7
|
-
constructor();
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FileService>;
|
|
10
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { Subject } from "rxjs";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class LoadingScreenService {
|
|
4
|
-
/**
|
|
5
|
-
* _loading: boolean
|
|
6
|
-
*/
|
|
7
|
-
private _loading;
|
|
8
|
-
/**
|
|
9
|
-
* loadingStatus: Subject<any>
|
|
10
|
-
*/
|
|
11
|
-
loadingStatus: Subject<any>;
|
|
12
|
-
/**
|
|
13
|
-
* Gets the loading
|
|
14
|
-
*/
|
|
15
|
-
get loading(): boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Sets the loading
|
|
18
|
-
*/
|
|
19
|
-
set loading(value: boolean);
|
|
20
|
-
/**
|
|
21
|
-
* Starts the loding
|
|
22
|
-
*/
|
|
23
|
-
startLoading(): void;
|
|
24
|
-
/**
|
|
25
|
-
* Stops the loading
|
|
26
|
-
*/
|
|
27
|
-
stopLoading(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingScreenService, never>;
|
|
29
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LoadingScreenService>;
|
|
30
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PrintService {
|
|
4
|
-
private router;
|
|
5
|
-
isPrinting: boolean;
|
|
6
|
-
/**
|
|
7
|
-
* Constructor
|
|
8
|
-
* @param router
|
|
9
|
-
*/
|
|
10
|
-
constructor(router: Router);
|
|
11
|
-
/**
|
|
12
|
-
* Print document
|
|
13
|
-
* @param documentName
|
|
14
|
-
* @param documentData
|
|
15
|
-
*/
|
|
16
|
-
printDocument(documentName: string, documentData: string[]): void;
|
|
17
|
-
/**
|
|
18
|
-
* On data ready
|
|
19
|
-
*/
|
|
20
|
-
onDataReady(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PrintService, never>;
|
|
22
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PrintService>;
|
|
23
|
-
}
|