@paperless/angular 0.1.0-alpha.184 → 0.1.0-alpha.186
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 +63 -35
- package/esm2020/lib/stencil/index.mjs +3 -2
- package/fesm2015/paperless-angular.mjs +64 -36
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +64 -36
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/paperless.module.d.ts +1 -1
- package/lib/stencil/components.d.ts +29 -12
- 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.PTableFooter, typeof i1.PTableHeader, 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.PLabel, 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.PSelect, typeof i1.PSliderIndicator, typeof i1.PStatus, typeof i1.PStepper, typeof i1.PStepperItem, typeof i1.PStepperLine, typeof i1.PTabGroup, typeof i1.PTabItem, typeof i1.PTableFooter, typeof i1.PTableHeader, 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.PLabel, 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.PSelect, typeof i1.PSliderIndicator, typeof i1.PStatus, typeof i1.PStepper, typeof i1.PStepperItem, typeof i1.PStepperLine, typeof i1.PTabGroup, typeof i1.PTabItem, typeof i1.PTableFooter, typeof i1.PTableHeader, 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
|
}
|
|
@@ -111,7 +111,7 @@ export declare class PDropdown {
|
|
|
111
111
|
protected el: HTMLElement;
|
|
112
112
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
113
113
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDropdown, never>;
|
|
114
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "chevronDirection": "chevronDirection"; "chevronPosition": "chevronPosition"; "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "placement": "placement"; "show": "show"; "strategy": "strategy"; }, {}, never, ["*"], false>;
|
|
114
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "calculateWidth": "calculateWidth"; "chevronDirection": "chevronDirection"; "chevronPosition": "chevronPosition"; "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "placement": "placement"; "show": "show"; "strategy": "strategy"; }, {}, never, ["*"], false>;
|
|
115
115
|
}
|
|
116
116
|
export declare interface PDropdownMenuContainer extends Components.PDropdownMenuContainer {
|
|
117
117
|
}
|
|
@@ -120,7 +120,7 @@ export declare class PDropdownMenuContainer {
|
|
|
120
120
|
protected el: HTMLElement;
|
|
121
121
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
122
122
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuContainer, never>;
|
|
123
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuContainer, "p-dropdown-menu-container", never, {}, {}, never, ["*"], false>;
|
|
123
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuContainer, "p-dropdown-menu-container", never, { "maxWidth": "maxWidth"; }, {}, never, ["*"], false>;
|
|
124
124
|
}
|
|
125
125
|
export declare interface PDropdownMenuItem extends Components.PDropdownMenuItem {
|
|
126
126
|
}
|
|
@@ -174,7 +174,16 @@ export declare class PInputGroup {
|
|
|
174
174
|
protected el: HTMLElement;
|
|
175
175
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
176
176
|
static ɵfac: i0.ɵɵFactoryDeclaration<PInputGroup, never>;
|
|
177
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PInputGroup, "p-input-group", never, { "disabled": "disabled"; "error": "error"; "focused": "focused"; "helper": "helper"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "label": "label"; "prefix": "prefix"; "size": "size"; "suffix": "suffix"; }, {}, never, ["*"], false>;
|
|
177
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PInputGroup, "p-input-group", never, { "disabled": "disabled"; "error": "error"; "focused": "focused"; "helper": "helper"; "icon": "icon"; "iconFlip": "iconFlip"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "label": "label"; "prefix": "prefix"; "size": "size"; "suffix": "suffix"; }, {}, never, ["*"], false>;
|
|
178
|
+
}
|
|
179
|
+
export declare interface PLabel extends Components.PLabel {
|
|
180
|
+
}
|
|
181
|
+
export declare class PLabel {
|
|
182
|
+
protected z: NgZone;
|
|
183
|
+
protected el: HTMLElement;
|
|
184
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
185
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PLabel, never>;
|
|
186
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "circle": "circle"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
178
187
|
}
|
|
179
188
|
export declare interface PLayout extends Components.PLayout {
|
|
180
189
|
}
|
|
@@ -336,6 +345,23 @@ export declare class PSegmentItem {
|
|
|
336
345
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentItem, never>;
|
|
337
346
|
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; }, {}, never, ["*"], false>;
|
|
338
347
|
}
|
|
348
|
+
export declare interface PSelect extends Components.PSelect {
|
|
349
|
+
/**
|
|
350
|
+
* Event when the query of the autocomplete changes
|
|
351
|
+
*/
|
|
352
|
+
queryChange: EventEmitter<CustomEvent<string>>;
|
|
353
|
+
/**
|
|
354
|
+
* Event when the value changes
|
|
355
|
+
*/
|
|
356
|
+
valueChange: EventEmitter<CustomEvent<any>>;
|
|
357
|
+
}
|
|
358
|
+
export declare class PSelect {
|
|
359
|
+
protected z: NgZone;
|
|
360
|
+
protected el: HTMLElement;
|
|
361
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
362
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PSelect, never>;
|
|
363
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSelect, "p-select", never, { "autoSelectFirst": "autoSelectFirst"; "autocompletePlaceholder": "autocompletePlaceholder"; "displayKey": "displayKey"; "enableAutocomplete": "enableAutocomplete"; "items": "items"; "placeholder": "placeholder"; "query": "query"; "queryKey": "queryKey"; "value": "value"; "valueKey": "valueKey"; }, {}, never, ["*"], false>;
|
|
364
|
+
}
|
|
339
365
|
export declare interface PSliderIndicator extends Components.PSliderIndicator {
|
|
340
366
|
}
|
|
341
367
|
export declare class PSliderIndicator {
|
|
@@ -445,15 +471,6 @@ export declare class PTableHeader {
|
|
|
445
471
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeader, never>;
|
|
446
472
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeader, "p-table-header", never, { "activeQuickFilterIdentifier": "activeQuickFilterIdentifier"; "canEdit": "canEdit"; "editButtonTemplate": "editButtonTemplate"; "enableEdit": "enableEdit"; "enableFilter": "enableFilter"; "enableSearch": "enableSearch"; "filterButtonTemplate": "filterButtonTemplate"; "itemsSelectedAmount": "itemsSelectedAmount"; "query": "query"; "quickFilters": "quickFilters"; "selectedFiltersAmount": "selectedFiltersAmount"; }, {}, never, ["*"], false>;
|
|
447
473
|
}
|
|
448
|
-
export declare interface PTag extends Components.PTag {
|
|
449
|
-
}
|
|
450
|
-
export declare class PTag {
|
|
451
|
-
protected z: NgZone;
|
|
452
|
-
protected el: HTMLElement;
|
|
453
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
454
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PTag, never>;
|
|
455
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTag, "p-tag", never, { "circle": "circle"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
456
|
-
}
|
|
457
474
|
export declare interface PTooltip extends Components.PTooltip {
|
|
458
475
|
/**
|
|
459
476
|
* Open change event
|
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.PTableFooter | typeof d.PTableHeader | 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.PLabel | 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.PSelect | typeof d.PSliderIndicator | typeof d.PStatus | typeof d.PStepper | typeof d.PStepperItem | typeof d.PStepperLine | typeof d.PTabGroup | typeof d.PTabItem | typeof d.PTableFooter | typeof d.PTableHeader | typeof d.PTooltip)[];
|