@paperless/angular 0.1.0-alpha.165 → 0.1.0-alpha.174
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/esm2020/lib/paperless.module.mjs +1 -1
- package/esm2020/lib/stencil/components.mjs +11 -35
- package/esm2020/lib/stencil/index.mjs +2 -3
- package/fesm2015/paperless-angular.mjs +12 -36
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +12 -36
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/paperless.module.d.ts +1 -1
- package/lib/stencil/components.d.ts +4 -59
- package/lib/stencil/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -7,6 +7,6 @@ import * as i5 from "./directives/p-table-header.directive";
|
|
|
7
7
|
import * as i6 from "./directives/p-table.directive";
|
|
8
8
|
export declare class PaperlessModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaperlessModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PaperlessModule, [typeof i1.PAccordion, typeof i1.PAvatar, typeof i1.PAvatarGroup, typeof i1.PButton, typeof i1.PCardBody, typeof i1.PCardContainer, typeof i1.PCardHeader, typeof i1.PContentSlider, typeof i1.PCounter, typeof i1.PDivider, typeof i1.PDropdown, typeof i1.PDropdownMenuContainer, typeof i1.PDropdownMenuItem, typeof i1.PHelper, typeof i1.PIcon, typeof i1.PIllustration, typeof i1.PInfoPanel, typeof i1.PInputGroup, typeof i1.PLayout, typeof i1.PLoader, typeof i1.PModal, typeof i1.PModalBackdrop, typeof i1.PModalBody, typeof i1.PModalContainer, typeof i1.PModalFooter, typeof i1.PModalHeader, typeof i1.PNavbar, typeof i1.PNavigationItem, typeof i1.PPageSizeSelect, typeof i1.PPagination, typeof i1.PPaginationItem, typeof i1.PProfile, typeof i1.PSegmentContainer, typeof i1.PSegmentItem, typeof i1.PSliderIndicator, typeof i1.PStatus, typeof i1.PStepper, typeof i1.PStepperItem, typeof i1.PStepperLine, typeof i1.PTabGroup, typeof i1.PTabItem, typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PaperlessModule, [typeof i1.PAccordion, typeof i1.PAvatar, typeof i1.PAvatarGroup, typeof i1.PButton, typeof i1.PCardBody, typeof i1.PCardContainer, typeof i1.PCardHeader, typeof i1.PContentSlider, typeof i1.PCounter, typeof i1.PDivider, typeof i1.PDropdown, typeof i1.PDropdownMenuContainer, typeof i1.PDropdownMenuItem, typeof i1.PHelper, typeof i1.PIcon, typeof i1.PIllustration, typeof i1.PInfoPanel, typeof i1.PInputGroup, typeof i1.PLayout, typeof i1.PLoader, typeof i1.PModal, typeof i1.PModalBackdrop, typeof i1.PModalBody, typeof i1.PModalContainer, typeof i1.PModalFooter, typeof i1.PModalHeader, typeof i1.PNavbar, typeof i1.PNavigationItem, typeof i1.PPageSizeSelect, typeof i1.PPagination, typeof i1.PPaginationItem, typeof i1.PProfile, typeof i1.PSegmentContainer, typeof i1.PSegmentItem, typeof i1.PSliderIndicator, typeof i1.PStatus, typeof i1.PStepper, typeof i1.PStepperItem, typeof i1.PStepperLine, typeof i1.PTabGroup, typeof i1.PTabItem, typeof i1.PTableColumn, typeof i1.PTableContainer, typeof i1.PTableFooter, typeof i1.PTableHeader, typeof i1.PTableRow, typeof i1.PTag, typeof i1.PTooltip, typeof i2.PaginationDirective, typeof i3.PageSizeSelectDirective, typeof i4.TableFooterDirective, typeof i5.TableHeaderDirective, typeof i6.TableDirective], never, [typeof i1.PAccordion, typeof i1.PAvatar, typeof i1.PAvatarGroup, typeof i1.PButton, typeof i1.PCardBody, typeof i1.PCardContainer, typeof i1.PCardHeader, typeof i1.PContentSlider, typeof i1.PCounter, typeof i1.PDivider, typeof i1.PDropdown, typeof i1.PDropdownMenuContainer, typeof i1.PDropdownMenuItem, typeof i1.PHelper, typeof i1.PIcon, typeof i1.PIllustration, typeof i1.PInfoPanel, typeof i1.PInputGroup, typeof i1.PLayout, typeof i1.PLoader, typeof i1.PModal, typeof i1.PModalBackdrop, typeof i1.PModalBody, typeof i1.PModalContainer, typeof i1.PModalFooter, typeof i1.PModalHeader, typeof i1.PNavbar, typeof i1.PNavigationItem, typeof i1.PPageSizeSelect, typeof i1.PPagination, typeof i1.PPaginationItem, typeof i1.PProfile, typeof i1.PSegmentContainer, typeof i1.PSegmentItem, typeof i1.PSliderIndicator, typeof i1.PStatus, typeof i1.PStepper, typeof i1.PStepperItem, typeof i1.PStepperLine, typeof i1.PTabGroup, typeof i1.PTabItem, typeof i1.PTableColumn, typeof i1.PTableContainer, typeof i1.PTableFooter, typeof i1.PTableHeader, typeof i1.PTableRow, typeof i1.PTag, typeof i1.PTooltip, typeof i2.PaginationDirective, typeof i3.PageSizeSelectDirective, typeof i4.TableFooterDirective, typeof i5.TableHeaderDirective, typeof i6.TableDirective]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<PaperlessModule>;
|
|
12
12
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
2
|
import { Components } from '@paperless/core';
|
|
3
|
-
import type { RowClickEvent as ITableRowClickEvent } from '@paperless/core';
|
|
4
|
-
import type { QuickFilter as ITableQuickFilter } from '@paperless/core';
|
|
5
3
|
import type { QuickFilter as ITableHeaderQuickFilter } from '@paperless/core';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
export declare interface PAccordion extends Components.PAccordion {
|
|
@@ -401,67 +399,14 @@ export declare class PTabItem {
|
|
|
401
399
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTabItem, never>;
|
|
402
400
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTabItem, "p-tab-item", never, { "active": "active"; }, {}, never, ["*"], false>;
|
|
403
401
|
}
|
|
404
|
-
export declare interface
|
|
405
|
-
/**
|
|
406
|
-
* Event whenever the current selection changes
|
|
407
|
-
*/
|
|
408
|
-
selectedRowsChange: EventEmitter<CustomEvent<any>>;
|
|
409
|
-
/**
|
|
410
|
-
* Event whenever a row is clicked
|
|
411
|
-
*/
|
|
412
|
-
rowClick: EventEmitter<CustomEvent<ITableRowClickEvent>>;
|
|
413
|
-
/**
|
|
414
|
-
* Event whenever a row is selected
|
|
415
|
-
*/
|
|
416
|
-
rowSelected: EventEmitter<CustomEvent<any>>;
|
|
417
|
-
/**
|
|
418
|
-
* Event whenever a row is deselected
|
|
419
|
-
*/
|
|
420
|
-
rowDeselected: EventEmitter<CustomEvent<any>>;
|
|
421
|
-
/**
|
|
422
|
-
* Event when one of the quick filters is clicked
|
|
423
|
-
*/
|
|
424
|
-
quickFilter: EventEmitter<CustomEvent<ITableQuickFilter>>;
|
|
425
|
-
/**
|
|
426
|
-
* Event when the query changes
|
|
427
|
-
*/
|
|
428
|
-
queryChange: EventEmitter<CustomEvent<string>>;
|
|
429
|
-
/**
|
|
430
|
-
* Event when the filter button is clicked
|
|
431
|
-
*/
|
|
432
|
-
filter: EventEmitter<CustomEvent<null>>;
|
|
433
|
-
/**
|
|
434
|
-
* Event when the edit button is clicked
|
|
435
|
-
*/
|
|
436
|
-
edit: EventEmitter<CustomEvent<null>>;
|
|
437
|
-
/**
|
|
438
|
-
* Event whenever the page changes
|
|
439
|
-
*/
|
|
440
|
-
pageChange: EventEmitter<CustomEvent<number>>;
|
|
441
|
-
/**
|
|
442
|
-
* Event whenever the page changes
|
|
443
|
-
*/
|
|
444
|
-
pageSizeChange: EventEmitter<CustomEvent<number>>;
|
|
445
|
-
/**
|
|
446
|
-
* Event whenever the page changes
|
|
447
|
-
*/
|
|
448
|
-
export: EventEmitter<CustomEvent<number>>;
|
|
449
|
-
}
|
|
450
|
-
export declare class PTable {
|
|
451
|
-
protected z: NgZone;
|
|
452
|
-
protected el: HTMLElement;
|
|
453
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
454
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PTable, never>;
|
|
455
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTable, "p-table", never, { "activeQuickFilterIdentifier": "activeQuickFilterIdentifier"; "amountOfLoadingRows": "amountOfLoadingRows"; "canSelectKey": "canSelectKey"; "editButtonTemplate": "editButtonTemplate"; "enableEdit": "enableEdit"; "enableExport": "enableExport"; "enableFilter": "enableFilter"; "enablePageSize": "enablePageSize"; "enablePagination": "enablePagination"; "enableRowClick": "enableRowClick"; "enableRowSelection": "enableRowSelection"; "enableSearch": "enableSearch"; "filterButtonTemplate": "filterButtonTemplate"; "hideOnSinglePage": "hideOnSinglePage"; "items": "items"; "loading": "loading"; "page": "page"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "query": "query"; "quickFilters": "quickFilters"; "selectedFiltersAmount": "selectedFiltersAmount"; "selectedRows": "selectedRows"; "selectionKey": "selectionKey"; "total": "total"; }, {}, never, ["*"], false>;
|
|
456
|
-
}
|
|
457
|
-
export declare interface PTableBody extends Components.PTableBody {
|
|
402
|
+
export declare interface PTableColumn extends Components.PTableColumn {
|
|
458
403
|
}
|
|
459
|
-
export declare class
|
|
404
|
+
export declare class PTableColumn {
|
|
460
405
|
protected z: NgZone;
|
|
461
406
|
protected el: HTMLElement;
|
|
462
407
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
463
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
464
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
408
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTableColumn, never>;
|
|
409
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableColumn, "p-table-column", never, { "checkbox": "checkbox"; "definition": "definition"; "index": "index"; "item": "item"; "rowIndex": "rowIndex"; "template": "template"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
465
410
|
}
|
|
466
411
|
export declare interface PTableContainer extends Components.PTableContainer {
|
|
467
412
|
}
|
package/lib/stencil/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.PAccordion | typeof d.PAvatar | typeof d.PAvatarGroup | typeof d.PButton | typeof d.PCardBody | typeof d.PCardContainer | typeof d.PCardHeader | typeof d.PContentSlider | typeof d.PCounter | typeof d.PDivider | typeof d.PDropdown | typeof d.PDropdownMenuContainer | typeof d.PDropdownMenuItem | typeof d.PHelper | typeof d.PIcon | typeof d.PIllustration | typeof d.PInfoPanel | typeof d.PInputGroup | typeof d.PLayout | typeof d.PLoader | typeof d.PModal | typeof d.PModalBackdrop | typeof d.PModalBody | typeof d.PModalContainer | typeof d.PModalFooter | typeof d.PModalHeader | typeof d.PNavbar | typeof d.PNavigationItem | typeof d.PPageSizeSelect | typeof d.PPagination | typeof d.PPaginationItem | typeof d.PProfile | typeof d.PSegmentContainer | typeof d.PSegmentItem | typeof d.PSliderIndicator | typeof d.PStatus | typeof d.PStepper | typeof d.PStepperItem | typeof d.PStepperLine | typeof d.PTabGroup | typeof d.PTabItem | typeof d.
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.PAccordion | typeof d.PAvatar | typeof d.PAvatarGroup | typeof d.PButton | typeof d.PCardBody | typeof d.PCardContainer | typeof d.PCardHeader | typeof d.PContentSlider | typeof d.PCounter | typeof d.PDivider | typeof d.PDropdown | typeof d.PDropdownMenuContainer | typeof d.PDropdownMenuItem | typeof d.PHelper | typeof d.PIcon | typeof d.PIllustration | typeof d.PInfoPanel | typeof d.PInputGroup | typeof d.PLayout | typeof d.PLoader | typeof d.PModal | typeof d.PModalBackdrop | typeof d.PModalBody | typeof d.PModalContainer | typeof d.PModalFooter | typeof d.PModalHeader | typeof d.PNavbar | typeof d.PNavigationItem | typeof d.PPageSizeSelect | typeof d.PPagination | typeof d.PPaginationItem | typeof d.PProfile | typeof d.PSegmentContainer | typeof d.PSegmentItem | typeof d.PSliderIndicator | typeof d.PStatus | typeof d.PStepper | typeof d.PStepperItem | typeof d.PStepperLine | typeof d.PTabGroup | typeof d.PTabItem | typeof d.PTableColumn | typeof d.PTableContainer | typeof d.PTableFooter | typeof d.PTableHeader | typeof d.PTableRow | typeof d.PTag | typeof d.PTooltip)[];
|