@paperless/angular 2.22.0-alpha.7 → 3.0.0
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 +4 -31
- package/fesm2022/paperless-angular.mjs +1930 -1863
- package/fesm2022/paperless-angular.mjs.map +1 -1
- package/package.json +6 -8
- package/paperless.css +28 -20
- package/types/paperless-angular.d.ts +1802 -0
- package/esm2022/lib/animations/fade.mjs +0 -22
- package/esm2022/lib/animations/index.mjs +0 -3
- package/esm2022/lib/animations/slide.mjs +0 -20
- package/esm2022/lib/base/form.component.mjs +0 -113
- package/esm2022/lib/base/index.mjs +0 -4
- package/esm2022/lib/base/number-value-accessor.mjs +0 -36
- package/esm2022/lib/base/upload.component.mjs +0 -57
- package/esm2022/lib/base/value-accessor.mjs +0 -43
- package/esm2022/lib/directives/index.mjs +0 -33
- package/esm2022/lib/directives/p-checkbox.directive.mjs +0 -39
- package/esm2022/lib/directives/p-cropper.directive.mjs +0 -37
- package/esm2022/lib/directives/p-datepicker.directive.mjs +0 -38
- package/esm2022/lib/directives/p-field-number.directive.mjs +0 -34
- package/esm2022/lib/directives/p-field.directive.mjs +0 -38
- package/esm2022/lib/directives/p-pagination-pages.directive.mjs +0 -41
- package/esm2022/lib/directives/p-pagination-size.directive.mjs +0 -41
- package/esm2022/lib/directives/p-radio.directive.mjs +0 -63
- package/esm2022/lib/directives/p-select.directive.mjs +0 -37
- package/esm2022/lib/directives/p-toggle.directive.mjs +0 -38
- package/esm2022/lib/modules/index.mjs +0 -8
- package/esm2022/lib/modules/overlay/index.mjs +0 -4
- package/esm2022/lib/modules/overlay/overlay.module.mjs +0 -40
- package/esm2022/lib/modules/overlay/overlay.ref.mjs +0 -14
- package/esm2022/lib/modules/overlay/overlay.service.mjs +0 -77
- package/esm2022/lib/modules/table/base/index.mjs +0 -2
- package/esm2022/lib/modules/table/base/table.component.mjs +0 -229
- package/esm2022/lib/modules/table/components/index.mjs +0 -18
- package/esm2022/lib/modules/table/components/table/constants.mjs +0 -3
- package/esm2022/lib/modules/table/components/table/table.component.mjs +0 -1078
- package/esm2022/lib/modules/table/components/table-cell/table-cell.component.mjs +0 -170
- package/esm2022/lib/modules/table/components/table-column/table-column.component.mjs +0 -62
- package/esm2022/lib/modules/table/components/table-extra-header/table-extra-header.component.mjs +0 -40
- package/esm2022/lib/modules/table/components/table-row-action/table-row-action.component.mjs +0 -88
- package/esm2022/lib/modules/table/directives/index.mjs +0 -27
- package/esm2022/lib/modules/table/directives/p-table-custom-actions.directive.mjs +0 -13
- package/esm2022/lib/modules/table/directives/p-table-custom-filter.directive.mjs +0 -13
- package/esm2022/lib/modules/table/directives/p-table-custom-row.directive.mjs +0 -20
- package/esm2022/lib/modules/table/directives/p-table-filter-modal.directive.mjs +0 -13
- package/esm2022/lib/modules/table/directives/p-table-footer.directive.mjs +0 -52
- package/esm2022/lib/modules/table/directives/p-table-header.directive.mjs +0 -59
- package/esm2022/lib/modules/table/directives/p-table-ngx.directive.mjs +0 -129
- package/esm2022/lib/modules/table/directives/p-table.directive.mjs +0 -77
- package/esm2022/lib/modules/table/index.mjs +0 -6
- package/esm2022/lib/modules/table/table.module.mjs +0 -34
- package/esm2022/lib/modules/table/utils.mjs +0 -29
- package/esm2022/lib/modules/toast/components/index.mjs +0 -4
- package/esm2022/lib/modules/toast/components/toast-container/toast-container.component.mjs +0 -38
- package/esm2022/lib/modules/toast/directives/index.mjs +0 -4
- package/esm2022/lib/modules/toast/directives/toast.directive.mjs +0 -51
- package/esm2022/lib/modules/toast/index.mjs +0 -6
- package/esm2022/lib/modules/toast/toast.module.mjs +0 -24
- package/esm2022/lib/modules/toast/toast.service.mjs +0 -51
- package/esm2022/lib/modules/toast/types.mjs +0 -11
- package/esm2022/lib/paperless.module.mjs +0 -41
- package/esm2022/lib/pipes/currency.pipe.mjs +0 -21
- package/esm2022/lib/pipes/date.pipe.mjs +0 -21
- package/esm2022/lib/pipes/index.mjs +0 -18
- package/esm2022/lib/pipes/safe.pipe.mjs +0 -34
- package/esm2022/lib/pipes/select-autocomplete.pipe.mjs +0 -17
- package/esm2022/lib/pipes/select-select-all.pipe.mjs +0 -17
- package/esm2022/lib/stencil/angular-component-lib/utils.mjs +0 -59
- package/esm2022/lib/stencil/components.mjs +0 -2013
- package/esm2022/lib/stencil/index.mjs +0 -78
- package/esm2022/lib/stencil.module.mjs +0 -17
- package/esm2022/paperless-angular.mjs +0 -5
- package/esm2022/public-api.mjs +0 -12
- package/index.d.ts +0 -5
- package/lib/animations/fade.d.ts +0 -2
- package/lib/animations/index.d.ts +0 -2
- package/lib/animations/slide.d.ts +0 -2
- package/lib/base/form.component.d.ts +0 -15
- package/lib/base/index.d.ts +0 -3
- package/lib/base/number-value-accessor.d.ts +0 -14
- package/lib/base/upload.component.d.ts +0 -16
- package/lib/base/value-accessor.d.ts +0 -17
- package/lib/directives/index.d.ts +0 -14
- package/lib/directives/p-checkbox.directive.d.ts +0 -9
- package/lib/directives/p-cropper.directive.d.ts +0 -9
- package/lib/directives/p-datepicker.directive.d.ts +0 -9
- package/lib/directives/p-field-number.directive.d.ts +0 -8
- package/lib/directives/p-field.directive.d.ts +0 -9
- package/lib/directives/p-pagination-pages.directive.d.ts +0 -10
- package/lib/directives/p-pagination-size.directive.d.ts +0 -10
- package/lib/directives/p-radio.directive.d.ts +0 -18
- package/lib/directives/p-select.directive.d.ts +0 -9
- package/lib/directives/p-toggle.directive.d.ts +0 -9
- package/lib/modules/index.d.ts +0 -5
- package/lib/modules/overlay/index.d.ts +0 -3
- package/lib/modules/overlay/overlay.module.d.ts +0 -12
- package/lib/modules/overlay/overlay.ref.d.ts +0 -9
- package/lib/modules/overlay/overlay.service.d.ts +0 -24
- package/lib/modules/table/base/index.d.ts +0 -1
- package/lib/modules/table/base/table.component.d.ts +0 -70
- package/lib/modules/table/components/index.d.ts +0 -11
- package/lib/modules/table/components/table/constants.d.ts +0 -2
- package/lib/modules/table/components/table/table.component.d.ts +0 -337
- package/lib/modules/table/components/table-cell/table-cell.component.d.ts +0 -53
- package/lib/modules/table/components/table-column/table-column.component.d.ts +0 -17
- package/lib/modules/table/components/table-extra-header/table-extra-header.component.d.ts +0 -17
- package/lib/modules/table/components/table-row-action/table-row-action.component.d.ts +0 -48
- package/lib/modules/table/directives/index.d.ts +0 -15
- package/lib/modules/table/directives/p-table-custom-actions.directive.d.ts +0 -5
- package/lib/modules/table/directives/p-table-custom-filter.directive.d.ts +0 -5
- package/lib/modules/table/directives/p-table-custom-row.directive.d.ts +0 -9
- package/lib/modules/table/directives/p-table-filter-modal.directive.d.ts +0 -5
- package/lib/modules/table/directives/p-table-footer.directive.d.ts +0 -11
- package/lib/modules/table/directives/p-table-header.directive.d.ts +0 -17
- package/lib/modules/table/directives/p-table-ngx.directive.d.ts +0 -27
- package/lib/modules/table/directives/p-table.directive.d.ts +0 -22
- package/lib/modules/table/index.d.ts +0 -5
- package/lib/modules/table/table.module.d.ts +0 -22
- package/lib/modules/table/utils.d.ts +0 -10
- package/lib/modules/toast/components/index.d.ts +0 -3
- package/lib/modules/toast/components/toast-container/toast-container.component.d.ts +0 -16
- package/lib/modules/toast/directives/index.d.ts +0 -3
- package/lib/modules/toast/directives/toast.directive.d.ts +0 -16
- package/lib/modules/toast/index.d.ts +0 -5
- package/lib/modules/toast/toast.module.d.ts +0 -10
- package/lib/modules/toast/toast.service.d.ts +0 -12
- package/lib/modules/toast/types.d.ts +0 -32
- package/lib/paperless.module.d.ts +0 -26
- package/lib/pipes/currency.pipe.d.ts +0 -10
- package/lib/pipes/date.pipe.d.ts +0 -10
- package/lib/pipes/index.d.ts +0 -10
- package/lib/pipes/safe.pipe.d.ts +0 -10
- package/lib/pipes/select-autocomplete.pipe.d.ts +0 -7
- package/lib/pipes/select-select-all.pipe.d.ts +0 -7
- package/lib/stencil/angular-component-lib/utils.d.ts +0 -9
- package/lib/stencil/components.d.ts +0 -883
- package/lib/stencil/index.d.ts +0 -2
- package/lib/stencil.module.d.ts +0 -7
- package/public-api.d.ts +0 -8
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { TableQuickFilter } from './base';
|
|
2
|
-
export declare const createFormFilters: (values: {
|
|
3
|
-
[key: string]: any;
|
|
4
|
-
}, quickFilters: TableQuickFilter[], quickFilterKey?: string) => {
|
|
5
|
-
filters: {
|
|
6
|
-
key: string;
|
|
7
|
-
value: any;
|
|
8
|
-
}[];
|
|
9
|
-
quickFilter: TableQuickFilter | null | undefined;
|
|
10
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import { Components } from '@paperless/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare interface PToastContainer extends Components.PToastContainer {
|
|
5
|
-
placement: 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end';
|
|
6
|
-
}
|
|
7
|
-
export declare class ToastContainer {
|
|
8
|
-
protected z: NgZone;
|
|
9
|
-
private _toastService;
|
|
10
|
-
toasts$: import("rxjs").Observable<import("@paperless/angular").ToastData[]>;
|
|
11
|
-
protected el: HTMLElement;
|
|
12
|
-
constructor(r: ElementRef, z: NgZone);
|
|
13
|
-
dismiss(identifier: string): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainer, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainer, "p-toast-container", never, { "placement": { "alias": "placement"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ToastActionFunction } from '../types';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ToastDirective {
|
|
5
|
-
delay: number | 'infinite';
|
|
6
|
-
identifier: string;
|
|
7
|
-
dismissOnAction: boolean;
|
|
8
|
-
actionFunc?: ToastActionFunction;
|
|
9
|
-
actionData: any;
|
|
10
|
-
dismiss: EventEmitter<string>;
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
onAction(): void;
|
|
13
|
-
doDismiss(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToastDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToastDirective, "p-toast", never, { "delay": { "alias": "delay"; "required": false; }; "identifier": { "alias": "identifier"; "required": false; }; "dismissOnAction": { "alias": "dismissOnAction"; "required": false; }; "actionFunc": { "alias": "actionFunc"; "required": false; }; "actionData": { "alias": "actionData"; "required": false; }; }, { "dismiss": "dismiss"; }, never, never, false, never>;
|
|
16
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/toast-container/toast-container.component";
|
|
3
|
-
import * as i2 from "./directives/toast.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "../../stencil.module";
|
|
6
|
-
export declare class ToastModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToastModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, [typeof i1.ToastContainer, typeof i2.ToastDirective], [typeof i3.CommonModule, typeof i4.StencilModule], [typeof i1.ToastContainer, typeof i2.ToastDirective]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ToastModule>;
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import { ToastData, ToastOptions, ToastVariants } from './types';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ToastService {
|
|
5
|
-
private _toasts;
|
|
6
|
-
toasts$: BehaviorSubject<ToastData[]>;
|
|
7
|
-
defaultOptions: ToastOptions;
|
|
8
|
-
show(header: string, content: string, variant?: ToastVariants, options?: ToastOptions): string;
|
|
9
|
-
hide(id: string): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
|
|
12
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { RotateOptions } from '@paperless/core';
|
|
2
|
-
import { IconFlipOptions, IconVariant } from '@paperless/core/dist/types/components/atoms/icon/icon.component';
|
|
3
|
-
import { ToastDirective } from './directives';
|
|
4
|
-
export declare enum ToastVariants {
|
|
5
|
-
Success = "positive",
|
|
6
|
-
Warning = "biased",
|
|
7
|
-
Error = "negative",
|
|
8
|
-
Neutral = "neutral",
|
|
9
|
-
Positive = "positive",
|
|
10
|
-
Biased = "biased",
|
|
11
|
-
Negative = "negative"
|
|
12
|
-
}
|
|
13
|
-
export type ToastActionFunction = (directive?: ToastDirective, data?: any) => void;
|
|
14
|
-
export interface ToastOptions {
|
|
15
|
-
delay?: number | 'infinite';
|
|
16
|
-
dismissOnAction?: boolean;
|
|
17
|
-
enableAction?: boolean;
|
|
18
|
-
action?: ToastActionFunction;
|
|
19
|
-
actionData?: any;
|
|
20
|
-
icon?: {
|
|
21
|
-
variant?: IconVariant;
|
|
22
|
-
flip?: IconFlipOptions;
|
|
23
|
-
rotate?: RotateOptions;
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
export interface ToastData {
|
|
27
|
-
identifier: string;
|
|
28
|
-
variant: ToastVariants;
|
|
29
|
-
header: string;
|
|
30
|
-
content: string;
|
|
31
|
-
options: ToastOptions;
|
|
32
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./directives/p-pagination-size.directive";
|
|
3
|
-
import * as i2 from "./directives/p-pagination-pages.directive";
|
|
4
|
-
import * as i3 from "./directives/p-select.directive";
|
|
5
|
-
import * as i4 from "./directives/p-datepicker.directive";
|
|
6
|
-
import * as i5 from "./directives/p-cropper.directive";
|
|
7
|
-
import * as i6 from "./directives/p-field.directive";
|
|
8
|
-
import * as i7 from "./directives/p-field-number.directive";
|
|
9
|
-
import * as i8 from "./directives/p-radio.directive";
|
|
10
|
-
import * as i9 from "./directives/p-checkbox.directive";
|
|
11
|
-
import * as i10 from "./directives/p-toggle.directive";
|
|
12
|
-
import * as i11 from "./pipes/currency.pipe";
|
|
13
|
-
import * as i12 from "./pipes/date.pipe";
|
|
14
|
-
import * as i13 from "./pipes/safe.pipe";
|
|
15
|
-
import * as i14 from "./pipes/select-autocomplete.pipe";
|
|
16
|
-
import * as i15 from "./pipes/select-select-all.pipe";
|
|
17
|
-
import * as i16 from "@angular/common";
|
|
18
|
-
import * as i17 from "./stencil.module";
|
|
19
|
-
import * as i18 from "./modules/table/table.module";
|
|
20
|
-
import * as i19 from "./modules/toast/toast.module";
|
|
21
|
-
import * as i20 from "./modules/overlay/overlay.module";
|
|
22
|
-
export declare class PaperlessModule {
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaperlessModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PaperlessModule, [typeof i1.PaginationSizeDirective, typeof i2.PaginationPagesDirective, typeof i3.SelectDirective, typeof i4.DatepickerDirective, typeof i5.CropperDirective, typeof i6.FieldDirective, typeof i7.FieldNumberDirective, typeof i8.RadioDirective, typeof i9.CheckboxDirective, typeof i10.ToggleDirective, typeof i11.CustomCurrencyPipe, typeof i12.CustomDatePipe, typeof i13.SafePipe, typeof i14.SelectAutocompletePipe, typeof i15.SelectSelectAllPipe], [typeof i16.CommonModule, typeof i17.StencilModule, typeof i18.TableModule, typeof i19.ToastModule, typeof i20.OverlayModule], [typeof i17.StencilModule, typeof i18.TableModule, typeof i19.ToastModule, typeof i20.OverlayModule, typeof i1.PaginationSizeDirective, typeof i2.PaginationPagesDirective, typeof i3.SelectDirective, typeof i4.DatepickerDirective, typeof i5.CropperDirective, typeof i6.FieldDirective, typeof i7.FieldNumberDirective, typeof i8.RadioDirective, typeof i9.CheckboxDirective, typeof i10.ToggleDirective, typeof i11.CustomCurrencyPipe, typeof i12.CustomDatePipe, typeof i13.SafePipe, typeof i14.SelectAutocompletePipe, typeof i15.SelectSelectAllPipe]>;
|
|
25
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PaperlessModule>;
|
|
26
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CurrencyPipe } from '@angular/common';
|
|
2
|
-
import { PipeTransform } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CustomCurrencyPipe implements PipeTransform {
|
|
5
|
-
private _currencyPipe;
|
|
6
|
-
constructor(_currencyPipe: CurrencyPipe);
|
|
7
|
-
transform(value: number | string | null | undefined, currencyCode?: string, display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean, digitsInfo?: string, locale?: string): string | null;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomCurrencyPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CustomCurrencyPipe, "pcurrency", false>;
|
|
10
|
-
}
|
package/lib/pipes/date.pipe.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DatePipe } from '@angular/common';
|
|
2
|
-
import { PipeTransform } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CustomDatePipe implements PipeTransform {
|
|
5
|
-
private _datePipe;
|
|
6
|
-
constructor(_datePipe: DatePipe);
|
|
7
|
-
transform(value: any, format?: string): string | null;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDatePipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CustomDatePipe, "pdate", false>;
|
|
10
|
-
}
|
package/lib/pipes/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CustomCurrencyPipe } from './currency.pipe';
|
|
2
|
-
import { CustomDatePipe } from './date.pipe';
|
|
3
|
-
import { SafePipe } from './safe.pipe';
|
|
4
|
-
import { SelectAutocompletePipe } from './select-autocomplete.pipe';
|
|
5
|
-
export * from './currency.pipe';
|
|
6
|
-
export * from './date.pipe';
|
|
7
|
-
export * from './safe.pipe';
|
|
8
|
-
export * from './select-autocomplete.pipe';
|
|
9
|
-
export * from './select-select-all.pipe';
|
|
10
|
-
export declare const PIPES: (typeof CustomCurrencyPipe | typeof CustomDatePipe | typeof SafePipe | typeof SelectAutocompletePipe)[];
|
package/lib/pipes/safe.pipe.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer, SafeHtml, SafeResourceUrl, SafeScript, SafeStyle, SafeUrl } from '@angular/platform-browser';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SafePipe implements PipeTransform {
|
|
5
|
-
protected sanitizer: DomSanitizer;
|
|
6
|
-
constructor(sanitizer: DomSanitizer);
|
|
7
|
-
transform(value: any, type: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SafePipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SafePipe, "psafe", false>;
|
|
10
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SelectAutocompletePipe implements PipeTransform {
|
|
4
|
-
transform(value: number): boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectAutocompletePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SelectAutocompletePipe, "pSelectAutocomplete", false>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SelectSelectAllPipe implements PipeTransform {
|
|
4
|
-
transform(value: number): boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectSelectAllPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SelectSelectAllPipe, "pSelectSelectAll", false>;
|
|
7
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare const proxyInputs: (Cmp: any, inputs: string[]) => void;
|
|
2
|
-
export declare const proxyMethods: (Cmp: any, methods: string[]) => void;
|
|
3
|
-
export declare const proxyOutputs: (instance: any, el: any, events: string[]) => void;
|
|
4
|
-
export declare const defineCustomElement: (tagName: string, customElement: any) => void;
|
|
5
|
-
export declare function ProxyCmp(opts: {
|
|
6
|
-
defineCustomElementFn?: () => void;
|
|
7
|
-
inputs?: any;
|
|
8
|
-
methods?: any;
|
|
9
|
-
}): (cls: any) => any;
|