@paperless/angular 2.22.0-alpha.40 → 2.22.0-alpha.41
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, EventEmitter, ViewChild, Output, Input, ChangeDetectionStrategy, HostListener, Directive, Self, Injector, Injectable, NgModule, HostBinding, TemplateRef, ContentChild, Host, ElementRef, ContentChildren, ViewChildren, inject, Pipe } from '@angular/core';
|
|
2
|
+
import { Component, EventEmitter, ViewChild, Output, Input, ChangeDetectionStrategy, HostListener, Directive, Self, Injector, Injectable, NgModule, HostBinding, TemplateRef, ContentChild, Host, ElementRef, ContentChildren, ViewChildren, inject, Pipe, provideAppInitializer } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/forms';
|
|
4
4
|
import { FormControl, FormGroup, FormArray, NG_VALUE_ACCESSOR, NumberValueAccessor } from '@angular/forms';
|
|
5
5
|
import { BehaviorSubject, filter, Subject, timer, fromEvent, distinctUntilChanged, debounceTime, take, map as map$1 } from 'rxjs';
|
|
@@ -89,6 +89,7 @@ import { defineCustomElement as defineCustomElement$18 } from '@paperless/core/c
|
|
|
89
89
|
import { defineCustomElement as defineCustomElement$19 } from '@paperless/core/components/p-tooltip.js';
|
|
90
90
|
import { RouterLink, RouterModule } from '@angular/router';
|
|
91
91
|
import { v4 } from 'uuid';
|
|
92
|
+
import { defineCustomElements } from '@paperless/core/loader';
|
|
92
93
|
import * as i1$3 from '@angular/platform-browser';
|
|
93
94
|
|
|
94
95
|
class BaseFormComponent {
|
|
@@ -5221,14 +5222,22 @@ const NGX_PIPES = [DatePipe, CurrencyPipe];
|
|
|
5221
5222
|
class PaperlessModule {
|
|
5222
5223
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PaperlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5223
5224
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: PaperlessModule, imports: [PAccordion, PAttachment, PAvatar, PAvatarGroup, PBackdrop, PBadge, PButton, PButtonGroup, PCalendar, PCardBody, PCardContainer, PCardHeader, PCheckbox, PContentSlider, PCropper, PDatepicker, PDivider, PDrawer, PDrawerBody, PDrawerContainer, PDrawerHeader, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PEmptyState, PField, PFieldContainer, PFloatingMenuContainer, PFloatingMenuItem, PHelper, PIbanIcon, PIcon, PIllustration, PInfoPanel, PLabel, PLayout, PListing, PListingItem, PListingLine, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PNavigationSection, PNavigationTitle, PPagination, PPaginationPages, PPaginationPagesItem, PPaginationSize, PProfile, PRadio, PRange, PSegmentContainer, PSegmentItem, PSelect, PSmile, PStepper, PStepperItem, PStepperLine, PTabContainer, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTableRowActionsContainer, PToast, PToggle, PTooltip, PPaginationSizeDirective, PPaginationPagesDirective, PSelectDirective, PDatepickerDirective, PCropperDirective, PFieldDirective, PFieldNumberDirective, PRadioDirective, PCheckboxDirective, PToggleDirective, TableModule, ToastModule, OverlayModule, CustomCurrencyPipe, CustomDatePipe, SafePipe, SelectAutocompletePipe, SelectSelectAllPipe], exports: [TableModule, ToastModule, OverlayModule, PPaginationSizeDirective, PPaginationPagesDirective, PSelectDirective, PDatepickerDirective, PCropperDirective, PFieldDirective, PFieldNumberDirective, PRadioDirective, PCheckboxDirective, PToggleDirective, PAccordion, PAttachment, PAvatar, PAvatarGroup, PBackdrop, PBadge, PButton, PButtonGroup, PCalendar, PCardBody, PCardContainer, PCardHeader, PCheckbox, PContentSlider, PCropper, PDatepicker, PDivider, PDrawer, PDrawerBody, PDrawerContainer, PDrawerHeader, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PEmptyState, PField, PFieldContainer, PFloatingMenuContainer, PFloatingMenuItem, PHelper, PIbanIcon, PIcon, PIllustration, PInfoPanel, PLabel, PLayout, PListing, PListingItem, PListingLine, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PNavigationSection, PNavigationTitle, PPagination, PPaginationPages, PPaginationPagesItem, PPaginationSize, PProfile, PRadio, PRange, PSegmentContainer, PSegmentItem, PSelect, PSmile, PStepper, PStepperItem, PStepperLine, PTabContainer, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTableRowActionsContainer, PToast, PToggle, PTooltip, CustomCurrencyPipe, CustomDatePipe, SafePipe, SelectAutocompletePipe, SelectSelectAllPipe] });
|
|
5224
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PaperlessModule, providers: [
|
|
5225
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PaperlessModule, providers: [
|
|
5226
|
+
...NGX_PIPES,
|
|
5227
|
+
...PIPES,
|
|
5228
|
+
provideAppInitializer(() => defineCustomElements()),
|
|
5229
|
+
], imports: [MODULES, TableModule, ToastModule, OverlayModule] });
|
|
5225
5230
|
}
|
|
5226
5231
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PaperlessModule, decorators: [{
|
|
5227
5232
|
type: NgModule,
|
|
5228
5233
|
args: [{
|
|
5229
5234
|
imports: [...DIRECTIVES, ...DIRECTIVES$1, ...MODULES, ...PIPES],
|
|
5230
5235
|
exports: [...MODULES, ...DIRECTIVES$1, ...DIRECTIVES, ...PIPES],
|
|
5231
|
-
providers: [
|
|
5236
|
+
providers: [
|
|
5237
|
+
...NGX_PIPES,
|
|
5238
|
+
...PIPES,
|
|
5239
|
+
provideAppInitializer(() => defineCustomElements()),
|
|
5240
|
+
],
|
|
5232
5241
|
}]
|
|
5233
5242
|
}] });
|
|
5234
5243
|
|