new-front-common-library 18.2.2 → 18.2.3
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 +28 -28
- package/assets/css/_dark-theme.scss +243 -243
- package/assets/css/_flex.scss +55 -55
- package/assets/css/_global.scss +428 -428
- package/assets/css/_light-theme.scss +221 -221
- package/assets/css/_mat-palettes.scss +102 -102
- package/assets/css/_themes.scss +55 -55
- package/assets/css/material/_mdc-dark-theme.scss +265 -265
- package/assets/css/material/_mdc-light-theme.scss +264 -264
- package/assets/css/material/_mdc.scss +408 -408
- package/assets/i18n/front-common/de.json +30 -30
- package/assets/i18n/front-common/en.json +30 -30
- package/assets/i18n/front-common/fr.json +30 -30
- package/esm2022/lib/util/array.service.mjs +1 -1
- package/esm2022/lib/util/component/header/advanced-search/advanced-search.component.mjs +3 -3
- package/esm2022/lib/util/component/header/advanced-search/contract-rapid-search/contract-rapid-search.component.mjs +3 -3
- package/esm2022/lib/util/component/header/advanced-search/deal-rapid-search/deal-rapid-search.component.mjs +3 -3
- package/esm2022/lib/util/component/header/advanced-search/invoice-rapid-search/invoice-rapid-search.component.mjs +3 -3
- package/esm2022/lib/util/component/header/advanced-search/product-rapid-search/product-rapid-search.component.mjs +3 -3
- package/esm2022/lib/util/component/header/advanced-search/purchase-order-rapid-search/purchase-order-rapid-search.component.mjs +3 -3
- package/esm2022/lib/util/component/header/advanced-search/royalty-contract-rapid-search/royalty-contract-rapid-search.component.mjs +3 -3
- package/esm2022/lib/util/component/header/advanced-search/royalty-count-rapid-search/royalty-count-rapid-search.component.mjs +3 -3
- package/esm2022/lib/util/component/header/advanced-search/royalty-invoice-rapid-search/royalty-invoice-rapid-search.component.mjs +3 -3
- package/esm2022/lib/util/component/header/advanced-search/third-party-rapid-search/third-party-rapid-search.component.mjs +3 -3
- package/esm2022/lib/util/component/header/advanced-search/work-record-rapid-search/work-record-rapid-search.component.mjs +3 -3
- package/esm2022/lib/util/component/header/advanced-search/work-version-rapid-search/work-version-rapid-search.component.mjs +3 -3
- package/esm2022/lib/util/component/header/header.component.mjs +3 -3
- package/esm2022/lib/util/component/header/history/history.component.mjs +3 -3
- package/esm2022/lib/util/component/header/menu/menu.component.mjs +3 -3
- package/esm2022/lib/util/component/header/menu/menu.const.mjs +1 -1
- package/esm2022/lib/util/component/header/menu/menu.model.mjs +1 -1
- package/esm2022/lib/util/component/header/personal-notification/personal-notification.component.mjs +3 -3
- package/esm2022/lib/util/component/header/settings/settings.component.mjs +3 -3
- package/esm2022/lib/util/component/notification/notification-bar.component.mjs +3 -3
- package/esm2022/lib/util/component/overlay/overlay.component.mjs +3 -3
- package/esm2022/lib/util/component/overlay/overlay.service.mjs +1 -1
- package/esm2022/lib/util/component/popup/popup-login/popup-login.component.mjs +3 -3
- package/esm2022/lib/util/component/sub-header/sub-header.component.mjs +3 -3
- package/esm2022/lib/util/config.mjs +1 -1
- package/esm2022/lib/util/date/PeriodModel.mjs +1 -1
- package/esm2022/lib/util/date/date-format-constants.mjs +1 -1
- package/esm2022/lib/util/date/date.util.mjs +1 -1
- package/esm2022/lib/util/decorators/theme.decorator.mjs +1 -1
- package/esm2022/lib/util/decorators/user.decorator.mjs +1 -1
- package/esm2022/lib/util/directives/my-number-formatter-directive.mjs +1 -1
- package/esm2022/lib/util/directives/show-if-truncated.directive.mjs +1 -1
- package/esm2022/lib/util/enums/family.enum.mjs +1 -1
- package/esm2022/lib/util/enums/history-item-type.enum.mjs +1 -1
- package/esm2022/lib/util/enums/notification-classification.enum.mjs +1 -1
- package/esm2022/lib/util/enums/personal-notification-priority.enum.mjs +1 -1
- package/esm2022/lib/util/enums/rapid-search-item-type.enum.mjs +1 -1
- package/esm2022/lib/util/enums/status-color.enum.mjs +1 -1
- package/esm2022/lib/util/event/header/header-events.service.mjs +1 -1
- package/esm2022/lib/util/event/storage/local-storage-events.service.mjs +1 -1
- package/esm2022/lib/util/event/storage/session-storage-events.service.mjs +1 -1
- package/esm2022/lib/util/http/http-params.builder.mjs +1 -1
- package/esm2022/lib/util/i18n/de.mjs +1 -1
- package/esm2022/lib/util/i18n/en.mjs +1 -1
- package/esm2022/lib/util/i18n/fr.mjs +1 -1
- package/esm2022/lib/util/i18n/multi-translate-http-loader.mjs +1 -1
- package/esm2022/lib/util/interfaces/permissions.interface.mjs +1 -1
- package/esm2022/lib/util/models/any-line.model.mjs +1 -1
- package/esm2022/lib/util/models/audio-content.model.mjs +1 -1
- package/esm2022/lib/util/models/authPermission.model.mjs +1 -1
- package/esm2022/lib/util/models/authUser.model.mjs +1 -1
- package/esm2022/lib/util/models/basic.model.mjs +1 -1
- package/esm2022/lib/util/models/box-set-item.model.mjs +1 -1
- package/esm2022/lib/util/models/commercial/deal-rapid-search-model.mjs +1 -1
- package/esm2022/lib/util/models/commercial/invoice-rapid-search-model.mjs +1 -1
- package/esm2022/lib/util/models/commercial/work-record-rapid-search-model.mjs +1 -1
- package/esm2022/lib/util/models/disc-program.model.mjs +1 -1
- package/esm2022/lib/util/models/disc.model.mjs +1 -1
- package/esm2022/lib/util/models/eventType.model.mjs +1 -1
- package/esm2022/lib/util/models/expenditure-commitment/purchase-order-file.model.mjs +1 -1
- package/esm2022/lib/util/models/expenditure-commitment/purchase-order-rapid-search.model.mjs +1 -1
- package/esm2022/lib/util/models/family.model.mjs +1 -1
- package/esm2022/lib/util/models/index.mjs +1 -1
- package/esm2022/lib/util/models/lang-line.model.mjs +1 -1
- package/esm2022/lib/util/models/legal/contract-rapid-search-model.mjs +1 -1
- package/esm2022/lib/util/models/legal/contract-work.model.mjs +1 -1
- package/esm2022/lib/util/models/legal/contract-work2.model.mjs +1 -1
- package/esm2022/lib/util/models/legal/type-status-rapid-search.model.mjs +1 -1
- package/esm2022/lib/util/models/link-routing-module.model.mjs +1 -1
- package/esm2022/lib/util/models/media-line.model.mjs +1 -1
- package/esm2022/lib/util/models/menu-language.model.mjs +1 -1
- package/esm2022/lib/util/models/notification.model.mjs +1 -1
- package/esm2022/lib/util/models/permission.model.mjs +1 -1
- package/esm2022/lib/util/models/personal-notification-campaign.model.mjs +1 -1
- package/esm2022/lib/util/models/personal-notification.model.mjs +1 -1
- package/esm2022/lib/util/models/product-box-set.model.mjs +1 -1
- package/esm2022/lib/util/models/product-disc-detail.model.mjs +1 -1
- package/esm2022/lib/util/models/product-disc.model.mjs +1 -1
- package/esm2022/lib/util/models/product-division.model.mjs +1 -1
- package/esm2022/lib/util/models/product-type.model.mjs +1 -1
- package/esm2022/lib/util/models/product.model.mjs +1 -1
- package/esm2022/lib/util/models/program.model.mjs +1 -1
- package/esm2022/lib/util/models/purchase-order/purchase-order.model.mjs +1 -1
- package/esm2022/lib/util/models/rapid-search-all-document.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/WorkVersionArticleDto.mjs +1 -1
- package/esm2022/lib/util/models/referential/adress-type.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/adress.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/attached-file.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/bank-account.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/bank-accounts.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/basic-hierarchy.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/broadcast-list-item.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/color.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/company.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/content-type.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/content.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/cost-center-criteria-values.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/cost-center-criteria.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/cost-center.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/coutry.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/currency.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/editorial-content.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/fixing.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/flat-media.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/format-image.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/format-type.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/format.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/fsk-index.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/fsk.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/function.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/genre.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/invoice-product-type.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/keywords.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/language.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/media-filter.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/media.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/module.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/parameter.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/participant.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/person.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/project-status.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/quota.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/referential-entity-state.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/referential-value.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/referentiel.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/restriction.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/sap-order.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/service-error.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/sound.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/territories-languages.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/territory-filter.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/territory.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/theme.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/third-party-address-rapid-search.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/third-party-creation-request.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/third-party-module.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/third-party-rapid-search.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/third-party.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/translated-value-model.mjs +1 -1
- package/esm2022/lib/util/models/referential/tva.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/type-export.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/type-tva-company-territory.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/type-tva.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/user-form.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-addons-model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-appartenance.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-genre.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-language.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-milo.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-participant.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-restrictions-model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-theme.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-title.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-version-origin.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-version-rapid-search.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-versions-used.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-versions.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work-year-production.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/work.model.mjs +1 -1
- package/esm2022/lib/util/models/referential/zone.model.mjs +1 -1
- package/esm2022/lib/util/models/referentiel.model.mjs +1 -1
- package/esm2022/lib/util/models/royalty/royalty-contract-rapid-search.model.mjs +1 -1
- package/esm2022/lib/util/models/royalty/royalty-count-rapid-search.model.mjs +1 -1
- package/esm2022/lib/util/models/royalty/royalty-invoice-rapid-search.model.mjs +1 -1
- package/esm2022/lib/util/models/search-response.model.mjs +1 -1
- package/esm2022/lib/util/models/section.model.mjs +1 -1
- package/esm2022/lib/util/models/select/options.model.mjs +1 -1
- package/esm2022/lib/util/models/select/select.model.mjs +1 -1
- package/esm2022/lib/util/models/subsidiary.model.mjs +1 -1
- package/esm2022/lib/util/models/subtitle-content.model.mjs +1 -1
- package/esm2022/lib/util/models/user-video.model.mjs +1 -1
- package/esm2022/lib/util/models/user.model.mjs +2 -2
- package/esm2022/lib/util/models/video/product-rapid-search.model.mjs +1 -1
- package/esm2022/lib/util/models/video/support-rapid-search.model.mjs +1 -1
- package/esm2022/lib/util/models/video-content.model.mjs +1 -1
- package/esm2022/lib/util/number.validator.mjs +1 -1
- package/esm2022/lib/util/paginator/custom-paginator-configuration.mjs +1 -1
- package/esm2022/lib/util/permissions/permissions.service.mjs +1 -1
- package/esm2022/lib/util/pipes/capitalizefirst.pipe.mjs +24 -19
- package/esm2022/lib/util/pipes/comma-separated-number.pipe.mjs +1 -1
- package/esm2022/lib/util/pipes/common-translate.pipe.mjs +1 -1
- package/esm2022/lib/util/pipes/display-html.pipe.mjs +1 -1
- package/esm2022/lib/util/pipes/display-null.pipe.mjs +1 -1
- package/esm2022/lib/util/pipes/format-currency.pipe.mjs +1 -1
- package/esm2022/lib/util/pipes/format-duration.pipe.mjs +1 -1
- package/esm2022/lib/util/pipes/format-number-input.pipe.mjs +1 -1
- package/esm2022/lib/util/pipes/local-date.pipe.mjs +1 -1
- package/esm2022/lib/util/pipes/my-number.pipe.mjs +1 -1
- package/esm2022/lib/util/pipes/notification-classification-icon.pipe.mjs +1 -1
- package/esm2022/lib/util/pipes/third-party-address-search.pipe.mjs +1 -1
- package/esm2022/lib/util/pipes/third-party-address.pipe.mjs +1 -1
- package/esm2022/lib/util/pipes/trim-string.pipe.mjs +1 -1
- package/esm2022/lib/util/regex/regex.service.mjs +1 -1
- package/esm2022/lib/util/services/api/commercial-api.service.mjs +1 -1
- package/esm2022/lib/util/services/api/common-api.service.mjs +1 -1
- package/esm2022/lib/util/services/api/legal-api.service.mjs +1 -1
- package/esm2022/lib/util/services/api/notification-api.service.mjs +1 -1
- package/esm2022/lib/util/services/api/video-api.service.mjs +1 -1
- package/esm2022/lib/util/services/auth/auth.service.mjs +1 -1
- package/esm2022/lib/util/services/elasticsearch/elasticsearch.service.mjs +1 -1
- package/esm2022/lib/util/services/elasticsearch/subsidiaries.service.mjs +1 -1
- package/esm2022/lib/util/services/form-action/form-actions-events.service.mjs +1 -1
- package/esm2022/lib/util/services/guard/auth.guard.mjs +1 -1
- package/esm2022/lib/util/services/guard/login.guard.mjs +1 -1
- package/esm2022/lib/util/services/history/history.service.mjs +1 -1
- package/esm2022/lib/util/services/interceptor/auth.interceptor.mjs +1 -1
- package/esm2022/lib/util/services/jwt-security/aes.service.mjs +1 -1
- package/esm2022/lib/util/services/jwt-security/interceptorhttp.service.mjs +1 -1
- package/esm2022/lib/util/services/jwt-security/jwt.helpher.mjs +1 -1
- package/esm2022/lib/util/services/notification/notification.service.mjs +1 -1
- package/esm2022/lib/util/services/storage/local-storage.service.mjs +1 -1
- package/esm2022/lib/util/services/storage/session-storage.service.mjs +1 -1
- package/esm2022/lib/util/services/translate-language/lang.service.mjs +1 -1
- package/esm2022/lib/util/services/user/user-subsidiary.service.mjs +1 -1
- package/esm2022/lib/util/sort.mjs +1 -1
- package/esm2022/lib/util/theme/theme-event.service.mjs +1 -1
- package/esm2022/lib/util/toaster/toaster-events.service.mjs +1 -1
- package/esm2022/lib/util/util.module.mjs +4 -4
- package/esm2022/public-api.mjs +1 -1
- package/fesm2022/new-front-common-library.mjs +69 -64
- package/fesm2022/new-front-common-library.mjs.map +1 -1
- package/lib/util/models/user.model.d.ts +1 -1
- package/lib/util/pipes/capitalizefirst.pipe.d.ts +6 -2
- package/lib/util/util.module.d.ts +54 -54
- package/package.json +1 -1
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class CapitalizefirstPipe implements PipeTransform {
|
|
4
|
-
transform(value: string): string;
|
|
4
|
+
transform(value: string | null | undefined): string;
|
|
5
|
+
/**
|
|
6
|
+
* Capitalizes the first letter of a word and forces the rest to lowercase
|
|
7
|
+
*/
|
|
8
|
+
private capitalizeWord;
|
|
5
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<CapitalizefirstPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CapitalizefirstPipe, "myCapitalizeFirst",
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CapitalizefirstPipe, "myCapitalizeFirst", true>;
|
|
7
11
|
}
|
|
@@ -2,65 +2,65 @@ import { Config } from './config';
|
|
|
2
2
|
import { ModuleWithProviders } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "./directives/my-number-formatter-directive";
|
|
5
|
-
import * as i2 from "./pipes/
|
|
6
|
-
import * as i3 from "./pipes/
|
|
7
|
-
import * as i4 from "./pipes/display-
|
|
8
|
-
import * as i5 from "./pipes/
|
|
9
|
-
import * as i6 from "./pipes/
|
|
10
|
-
import * as i7 from "./pipes/
|
|
11
|
-
import * as i8 from "./pipes/
|
|
12
|
-
import * as i9 from "./pipes/
|
|
13
|
-
import * as i10 from "./pipes/
|
|
14
|
-
import * as i11 from "./pipes/third-party-address.pipe";
|
|
15
|
-
import * as i12 from "./pipes/
|
|
16
|
-
import * as i13 from "./
|
|
17
|
-
import * as i14 from "./component/
|
|
18
|
-
import * as i15 from "./component/
|
|
19
|
-
import * as i16 from "./component/header/header.component";
|
|
20
|
-
import * as i17 from "./
|
|
21
|
-
import * as i18 from "./
|
|
22
|
-
import * as i19 from "./
|
|
23
|
-
import * as i20 from "./component/header/
|
|
24
|
-
import * as i21 from "./component/header/advanced-search/
|
|
25
|
-
import * as i22 from "./component/header/advanced-search/
|
|
26
|
-
import * as i23 from "./component/header/advanced-search/
|
|
27
|
-
import * as i24 from "./component/header/advanced-search/
|
|
28
|
-
import * as i25 from "./component/header/advanced-search/
|
|
29
|
-
import * as i26 from "./component/header/advanced-search/
|
|
30
|
-
import * as i27 from "./component/header/advanced-search/
|
|
31
|
-
import * as i28 from "./component/header/advanced-search/
|
|
32
|
-
import * as i29 from "./component/header/
|
|
33
|
-
import * as i30 from "./component/header/
|
|
34
|
-
import * as i31 from "./component/header/
|
|
35
|
-
import * as i32 from "./component/header/
|
|
36
|
-
import * as i33 from "./component/header/advanced-search/royalty-
|
|
37
|
-
import * as i34 from "./component/header/advanced-search/royalty-
|
|
38
|
-
import * as i35 from "./component/
|
|
39
|
-
import * as i36 from "./
|
|
40
|
-
import * as i37 from "
|
|
41
|
-
import * as i38 from "@angular/material/
|
|
42
|
-
import * as i39 from "@angular/material/
|
|
43
|
-
import * as i40 from "@angular/material/
|
|
44
|
-
import * as i41 from "@angular/material/
|
|
45
|
-
import * as i42 from "@angular/
|
|
46
|
-
import * as i43 from "@
|
|
47
|
-
import * as i44 from "@
|
|
48
|
-
import * as i45 from "@angular/material/
|
|
49
|
-
import * as i46 from "
|
|
50
|
-
import * as i47 from "
|
|
51
|
-
import * as i48 from "@angular/
|
|
52
|
-
import * as i49 from "@angular/
|
|
53
|
-
import * as i50 from "@angular/
|
|
54
|
-
import * as i51 from "@angular/material/
|
|
55
|
-
import * as i52 from "@angular/material/
|
|
56
|
-
import * as i53 from "@angular/material/
|
|
57
|
-
import * as i54 from "
|
|
5
|
+
import * as i2 from "./pipes/comma-separated-number.pipe";
|
|
6
|
+
import * as i3 from "./pipes/display-html.pipe";
|
|
7
|
+
import * as i4 from "./pipes/display-null.pipe";
|
|
8
|
+
import * as i5 from "./pipes/format-number-input.pipe";
|
|
9
|
+
import * as i6 from "./pipes/local-date.pipe";
|
|
10
|
+
import * as i7 from "./pipes/my-number.pipe";
|
|
11
|
+
import * as i8 from "./pipes/trim-string.pipe";
|
|
12
|
+
import * as i9 from "./pipes/common-translate.pipe";
|
|
13
|
+
import * as i10 from "./pipes/third-party-address.pipe";
|
|
14
|
+
import * as i11 from "./pipes/third-party-address-search.pipe";
|
|
15
|
+
import * as i12 from "./pipes/format-duration.pipe";
|
|
16
|
+
import * as i13 from "./component/popup/popup-login/popup-login.component";
|
|
17
|
+
import * as i14 from "./component/overlay/overlay.component";
|
|
18
|
+
import * as i15 from "./component/header/header.component";
|
|
19
|
+
import * as i16 from "./component/sub-header/sub-header.component";
|
|
20
|
+
import * as i17 from "./directives/show-if-truncated.directive";
|
|
21
|
+
import * as i18 from "./pipes/format-currency.pipe";
|
|
22
|
+
import * as i19 from "./component/header/menu/menu.component";
|
|
23
|
+
import * as i20 from "./component/header/advanced-search/purchase-order-rapid-search/purchase-order-rapid-search.component";
|
|
24
|
+
import * as i21 from "./component/header/advanced-search/product-rapid-search/product-rapid-search.component";
|
|
25
|
+
import * as i22 from "./component/header/advanced-search/work-version-rapid-search/work-version-rapid-search.component";
|
|
26
|
+
import * as i23 from "./component/header/advanced-search/deal-rapid-search/deal-rapid-search.component";
|
|
27
|
+
import * as i24 from "./component/header/advanced-search/work-record-rapid-search/work-record-rapid-search.component";
|
|
28
|
+
import * as i25 from "./component/header/advanced-search/third-party-rapid-search/third-party-rapid-search.component";
|
|
29
|
+
import * as i26 from "./component/header/advanced-search/contract-rapid-search/contract-rapid-search.component";
|
|
30
|
+
import * as i27 from "./component/header/advanced-search/invoice-rapid-search/invoice-rapid-search.component";
|
|
31
|
+
import * as i28 from "./component/header/advanced-search/advanced-search.component";
|
|
32
|
+
import * as i29 from "./component/header/history/history.component";
|
|
33
|
+
import * as i30 from "./component/header/personal-notification/personal-notification.component";
|
|
34
|
+
import * as i31 from "./component/header/settings/settings.component";
|
|
35
|
+
import * as i32 from "./component/header/advanced-search/royalty-contract-rapid-search/royalty-contract-rapid-search.component";
|
|
36
|
+
import * as i33 from "./component/header/advanced-search/royalty-invoice-rapid-search/royalty-invoice-rapid-search.component";
|
|
37
|
+
import * as i34 from "./component/header/advanced-search/royalty-count-rapid-search/royalty-count-rapid-search.component";
|
|
38
|
+
import * as i35 from "./component/notification/notification-bar.component";
|
|
39
|
+
import * as i36 from "./pipes/notification-classification-icon.pipe";
|
|
40
|
+
import * as i37 from "@angular/material/input";
|
|
41
|
+
import * as i38 from "@angular/material/tooltip";
|
|
42
|
+
import * as i39 from "@angular/material/button";
|
|
43
|
+
import * as i40 from "@angular/material/toolbar";
|
|
44
|
+
import * as i41 from "@angular/material/form-field";
|
|
45
|
+
import * as i42 from "@angular/common";
|
|
46
|
+
import * as i43 from "@ngx-translate/core";
|
|
47
|
+
import * as i44 from "@angular/material/card";
|
|
48
|
+
import * as i45 from "@angular/material/dialog";
|
|
49
|
+
import * as i46 from "ngx-permissions";
|
|
50
|
+
import * as i47 from "@angular/material/progress-spinner";
|
|
51
|
+
import * as i48 from "@angular/router";
|
|
52
|
+
import * as i49 from "@angular/forms";
|
|
53
|
+
import * as i50 from "@angular/material/icon";
|
|
54
|
+
import * as i51 from "@angular/material/menu";
|
|
55
|
+
import * as i52 from "@angular/material/autocomplete";
|
|
56
|
+
import * as i53 from "@angular/material/badge";
|
|
57
|
+
import * as i54 from "./pipes/capitalizefirst.pipe";
|
|
58
58
|
export declare class UtilModule {
|
|
59
59
|
private readonly langService;
|
|
60
60
|
constructor();
|
|
61
61
|
static forRoot(config?: Config): ModuleWithProviders<UtilModule>;
|
|
62
62
|
static forChild(config?: Config): ModuleWithProviders<UtilModule>;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<UtilModule, never>;
|
|
64
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UtilModule, [typeof i1.MyNumberFormatterDirective, typeof i2.
|
|
64
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UtilModule, [typeof i1.MyNumberFormatterDirective, typeof i2.SpacesNumberPipe, typeof i3.SanitizeHtml, typeof i4.DisplayNullPipe, typeof i5.FormatNumberInput, typeof i6.LocalDatePipe, typeof i7.MyNumberPipe, typeof i8.TrimStringPipe, typeof i9.CommonTranslatePipe, typeof i10.ThirdPartyAddressPipe, typeof i11.ThirdPartyAddressSearchPipe, typeof i12.FormatDurationPipe, typeof i13.MyDialogPopupLoginComponent, typeof i14.OverlayComponent, typeof i15.HeaderComponent, typeof i16.SubHeaderComponent, typeof i17.ShowIfTruncatedDirective, typeof i18.FormatCurrencyPipe, typeof i19.MenuComponent, typeof i20.PurchaseOrderRapidSearchComponent, typeof i21.ProductRapidSearchComponent, typeof i22.WorkVersionRapidSearchComponent, typeof i23.DealRapidSearchComponent, typeof i24.WorkRecordRapidSearchComponent, typeof i25.ThirdPartyRapidSearchComponent, typeof i26.ContractRapidSearchComponent, typeof i27.InvoiceRapidSearchComponent, typeof i28.AdvancedSearchComponent, typeof i29.HistoryComponent, typeof i30.PersonalNotificationComponent, typeof i31.SettingsComponent, typeof i32.RoyaltyContractRapidSearchComponent, typeof i33.RoyaltyInvoiceRapidSearchComponent, typeof i34.RoyaltyCountRapidSearchComponent, typeof i35.NotificationBarComponent, typeof i36.NotificationClassificationIconPipe], [typeof i37.MatInputModule, typeof i38.MatTooltipModule, typeof i39.MatButtonModule, typeof i40.MatToolbarModule, typeof i41.MatFormFieldModule, typeof i42.CommonModule, typeof i43.TranslateModule, typeof i44.MatCardModule, typeof i45.MatDialogModule, typeof i46.NgxPermissionsModule, typeof i47.MatProgressSpinnerModule, typeof i48.RouterModule, typeof i49.ReactiveFormsModule, typeof i49.FormsModule, typeof i50.MatIconModule, typeof i51.MatMenuModule, typeof i52.MatAutocompleteModule, typeof i42.NgOptimizedImage, typeof i53.MatBadge, typeof i54.CapitalizefirstPipe], [typeof i1.MyNumberFormatterDirective, typeof i54.CapitalizefirstPipe, typeof i2.SpacesNumberPipe, typeof i3.SanitizeHtml, typeof i4.DisplayNullPipe, typeof i5.FormatNumberInput, typeof i6.LocalDatePipe, typeof i7.MyNumberPipe, typeof i18.FormatCurrencyPipe, typeof i12.FormatDurationPipe, typeof i8.TrimStringPipe, typeof i10.ThirdPartyAddressPipe, typeof i15.HeaderComponent, typeof i14.OverlayComponent, typeof i16.SubHeaderComponent, typeof i17.ShowIfTruncatedDirective, typeof i9.CommonTranslatePipe, typeof i36.NotificationClassificationIconPipe]>;
|
|
65
65
|
static ɵinj: i0.ɵɵInjectorDeclaration<UtilModule>;
|
|
66
66
|
}
|