@paperless/angular 2.0.1-beta.66 → 2.0.1-beta.68

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.
@@ -8,6 +8,7 @@ import { AsyncItem, TableRowAction, TableRowActionQueryParams, TableRowActionRou
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class Table implements OnInit, OnChanges {
10
10
  private _changeDetection;
11
+ className: string;
11
12
  /**
12
13
  * The items to be fed to the table
13
14
  */
@@ -167,13 +168,13 @@ export declare class Table implements OnInit, OnChanges {
167
168
  */
168
169
  enableFooter: boolean;
169
170
  /**
170
- * Wether to enable page size select
171
+ * Wether to enable pagination size select
171
172
  */
172
- enablePageSize: boolean;
173
+ enablePaginationSize: boolean;
173
174
  /**
174
- * Wether to enable pagination
175
+ * Wether to enable pagination pages
175
176
  */
176
- enablePagination: boolean;
177
+ enablePaginationPages: boolean;
177
178
  /**
178
179
  * Wether to enable export
179
180
  */
@@ -249,10 +250,14 @@ export declare class Table implements OnInit, OnChanges {
249
250
  filterModalSave: EventEmitter<void>;
250
251
  filterModalReset: EventEmitter<boolean>;
251
252
  rowActionsRow$: BehaviorSubject<TableRowAction[]>;
252
- rowActionsRowDefinition$: BehaviorSubject<any>;
253
253
  rowActionsFloatingAll$: BehaviorSubject<TableRowAction[]>;
254
254
  rowActionsFloating$: BehaviorSubject<TableRowAction[]>;
255
255
  isMobile$: BehaviorSubject<boolean>;
256
+ floatingMenuContainerClass: (props?: ({
257
+ hasFooter?: boolean | undefined;
258
+ active?: boolean | undefined;
259
+ shown?: boolean | undefined;
260
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
256
261
  private _resizeTimeout;
257
262
  private _inputEnableRowSelection;
258
263
  private _inputRowSelectionLimit;
@@ -294,9 +299,7 @@ export declare class Table implements OnInit, OnChanges {
294
299
  private _setRowSelectionData;
295
300
  private _showFloatingMenu;
296
301
  private _parseDefinitions;
297
- private _findLastDefinitionBySize;
298
302
  private _parseDefinitionSizes;
299
- private _parseRowActionsRowDefinition;
300
303
  static ɵfac: i0.ɵɵFactoryDeclaration<Table, never>;
301
- static ɵcmp: i0.ɵɵComponentDeclaration<Table, "p-table-ngx", never, { "items": "items"; "loading": "loading"; "headerLoading": "headerLoading"; "footerLoading": "footerLoading"; "amountOfLoadingRows": "amountOfLoadingRows"; "enableRowSelection": "enableRowSelection"; "rowSelectionLimit": "rowSelectionLimit"; "enableRowClick": "enableRowClick"; "selectedRows": "selectedRows"; "selectionKey": "selectionKey"; "canSelectKey": "canSelectKey"; "enableFloatingMenu": "enableFloatingMenu"; "floatingMenuAmountSelectedText": "floatingMenuAmountSelectedText"; "floatingMenuAmountSelectedTemplate": "floatingMenuAmountSelectedTemplate"; "enableHeader": "enableHeader"; "quickFilters": "quickFilters"; "activeQuickFilterIdentifier": "activeQuickFilterIdentifier"; "enableSearch": "enableSearch"; "query": "query"; "enableFilter": "enableFilter"; "enableFilterDesktop": "enableFilterDesktop"; "selectedFiltersAmount": "selectedFiltersAmount"; "filterButtonTemplate": "filterButtonTemplate"; "enableAction": "enableAction"; "actionButtonLoading": "actionButtonLoading"; "actionButtonIcon": "actionButtonIcon"; "actionButtonEnabled": "actionButtonEnabled"; "actionButtonText": "actionButtonText"; "actionButtonTemplate": "actionButtonTemplate"; "enableFooter": "enableFooter"; "enablePageSize": "enablePageSize"; "enablePagination": "enablePagination"; "enableExport": "enableExport"; "page": "page"; "total": "total"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "hideOnSinglePage": "hideOnSinglePage"; "emptyStateType": "emptyStateType"; "emptyStateIllustration": "emptyStateIllustration"; "emptyStateHeader": "emptyStateHeader"; "emptyStateContent": "emptyStateContent"; "emptyStateAction": "emptyStateAction"; "enableEmptyStateAction": "enableEmptyStateAction"; "emptyStateFilteredIllustration": "emptyStateFilteredIllustration"; "emptyStateFilteredHeader": "emptyStateFilteredHeader"; "emptyStateFilteredContent": "emptyStateFilteredContent"; "shadow": "shadow"; "filterModalHeaderText": "filterModalHeaderText"; "filterModalSaveText": "filterModalSaveText"; "filterModalCancelText": "filterModalCancelText"; "filterModalResetText": "filterModalResetText"; "filterModalShowReset": "filterModalShowReset"; "filterModalShowResetMobile": "filterModalShowResetMobile"; }, { "selectedRowsChange": "selectedRowsChange"; "rowClick": "rowClick"; "rowSelected": "rowSelected"; "rowDeselected": "rowDeselected"; "quickFilter": "quickFilter"; "queryChange": "queryChange"; "filter": "filter"; "action": "action"; "pageChange": "pageChange"; "pageSizeChange": "pageSizeChange"; "export": "export"; "emptyStateActionClick": "emptyStateActionClick"; "filterModalShow": "filterModalShow"; "filterModalSave": "filterModalSave"; "filterModalReset": "filterModalReset"; }, ["headerCustomFilterTemplate", "headerCustomActionsTemplate", "filterModalTemplate", "columnDefinitions", "rowActions"], never, false, never>;
304
+ static ɵcmp: i0.ɵɵComponentDeclaration<Table, "p-table-ngx", never, { "items": "items"; "loading": "loading"; "headerLoading": "headerLoading"; "footerLoading": "footerLoading"; "amountOfLoadingRows": "amountOfLoadingRows"; "enableRowSelection": "enableRowSelection"; "rowSelectionLimit": "rowSelectionLimit"; "enableRowClick": "enableRowClick"; "selectedRows": "selectedRows"; "selectionKey": "selectionKey"; "canSelectKey": "canSelectKey"; "enableFloatingMenu": "enableFloatingMenu"; "floatingMenuAmountSelectedText": "floatingMenuAmountSelectedText"; "floatingMenuAmountSelectedTemplate": "floatingMenuAmountSelectedTemplate"; "enableHeader": "enableHeader"; "quickFilters": "quickFilters"; "activeQuickFilterIdentifier": "activeQuickFilterIdentifier"; "enableSearch": "enableSearch"; "query": "query"; "enableFilter": "enableFilter"; "enableFilterDesktop": "enableFilterDesktop"; "selectedFiltersAmount": "selectedFiltersAmount"; "filterButtonTemplate": "filterButtonTemplate"; "enableAction": "enableAction"; "actionButtonLoading": "actionButtonLoading"; "actionButtonIcon": "actionButtonIcon"; "actionButtonEnabled": "actionButtonEnabled"; "actionButtonText": "actionButtonText"; "actionButtonTemplate": "actionButtonTemplate"; "enableFooter": "enableFooter"; "enablePaginationSize": "enablePaginationSize"; "enablePaginationPages": "enablePaginationPages"; "enableExport": "enableExport"; "page": "page"; "total": "total"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "hideOnSinglePage": "hideOnSinglePage"; "emptyStateType": "emptyStateType"; "emptyStateIllustration": "emptyStateIllustration"; "emptyStateHeader": "emptyStateHeader"; "emptyStateContent": "emptyStateContent"; "emptyStateAction": "emptyStateAction"; "enableEmptyStateAction": "enableEmptyStateAction"; "emptyStateFilteredIllustration": "emptyStateFilteredIllustration"; "emptyStateFilteredHeader": "emptyStateFilteredHeader"; "emptyStateFilteredContent": "emptyStateFilteredContent"; "shadow": "shadow"; "filterModalHeaderText": "filterModalHeaderText"; "filterModalSaveText": "filterModalSaveText"; "filterModalCancelText": "filterModalCancelText"; "filterModalResetText": "filterModalResetText"; "filterModalShowReset": "filterModalShowReset"; "filterModalShowResetMobile": "filterModalShowResetMobile"; }, { "selectedRowsChange": "selectedRowsChange"; "rowClick": "rowClick"; "rowSelected": "rowSelected"; "rowDeselected": "rowDeselected"; "quickFilter": "quickFilter"; "queryChange": "queryChange"; "filter": "filter"; "action": "action"; "pageChange": "pageChange"; "pageSizeChange": "pageSizeChange"; "export": "export"; "emptyStateActionClick": "emptyStateActionClick"; "filterModalShow": "filterModalShow"; "filterModalSave": "filterModalSave"; "filterModalReset": "filterModalReset"; }, ["headerCustomFilterTemplate", "headerCustomActionsTemplate", "filterModalTemplate", "columnDefinitions", "rowActions"], never, false, never>;
302
305
  }
@@ -5,7 +5,7 @@ export declare class TableCell {
5
5
  /**
6
6
  * The variant of the column
7
7
  */
8
- variant: 'default' | 'loading' | 'header' | 'actions';
8
+ variant: 'default' | 'loading' | 'header';
9
9
  /**
10
10
  * The index of the column
11
11
  */
@@ -26,10 +26,6 @@ export declare class TableCell {
26
26
  * The value of the column
27
27
  */
28
28
  value: any;
29
- /**
30
- * Wether the table has actions
31
- */
32
- tableHasActions: boolean;
33
29
  /**
34
30
  * The checkbox templateRef
35
31
  */
@@ -43,5 +39,5 @@ export declare class TableCell {
43
39
  value: string;
44
40
  };
45
41
  static ɵfac: i0.ɵɵFactoryDeclaration<TableCell, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<TableCell, "p-table-cell-ngx", never, { "variant": "variant"; "index": "index"; "rowIndex": "rowIndex"; "definition": "definition"; "item": "item"; "value": "value"; "tableHasActions": "tableHasActions"; "checkbox": "checkbox"; "template": "template"; }, {}, never, never, false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableCell, "p-table-cell-ngx", never, { "variant": "variant"; "index": "index"; "rowIndex": "rowIndex"; "definition": "definition"; "item": "item"; "value": "value"; "checkbox": "checkbox"; "template": "template"; }, {}, never, never, false, never>;
47
43
  }
@@ -287,6 +287,19 @@ export declare class PDropdownMenuItem {
287
287
  }
288
288
  export declare interface PDropdownMenuItem extends Components.PDropdownMenuItem {
289
289
  }
290
+ export declare class PEmptyState {
291
+ protected z: NgZone;
292
+ protected el: HTMLPEmptyStateElement;
293
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
294
+ static ɵfac: i0.ɵɵFactoryDeclaration<PEmptyState, never>;
295
+ static ɵcmp: i0.ɵɵComponentDeclaration<PEmptyState, "p-empty-state", never, { "actionIcon": "actionIcon"; "actionLoading": "actionLoading"; "actionText": "actionText"; "actionVariant": "actionVariant"; "content": "content"; "enableAction": "enableAction"; "header": "header"; "illustration": "illustration"; }, {}, never, ["*"], false, never>;
296
+ }
297
+ export declare interface PEmptyState extends Components.PEmptyState {
298
+ /**
299
+ * The text on the action button
300
+ */
301
+ action: EventEmitter<CustomEvent<MouseEvent>>;
302
+ }
290
303
  export declare class PField {
291
304
  protected z: NgZone;
292
305
  protected el: HTMLPFieldElement;
@@ -381,6 +394,15 @@ export declare class PIllustration {
381
394
  }
382
395
  export declare interface PIllustration extends Components.PIllustration {
383
396
  }
397
+ export declare class PIllustrationDeprecated {
398
+ protected z: NgZone;
399
+ protected el: HTMLPIllustrationDeprecatedElement;
400
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
401
+ static ɵfac: i0.ɵɵFactoryDeclaration<PIllustrationDeprecated, never>;
402
+ static ɵcmp: i0.ɵɵComponentDeclaration<PIllustrationDeprecated, "p-illustration-deprecated", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
403
+ }
404
+ export declare interface PIllustrationDeprecated extends Components.PIllustrationDeprecated {
405
+ }
384
406
  export declare class PInfoPanel {
385
407
  protected z: NgZone;
386
408
  protected el: HTMLPInfoPanelElement;
@@ -429,6 +451,10 @@ export declare class PLayout {
429
451
  static ɵcmp: i0.ɵɵComponentDeclaration<PLayout, "p-layout", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
430
452
  }
431
453
  export declare interface PLayout extends Components.PLayout {
454
+ /**
455
+ * Event whenever the layout is being scrolled
456
+ */
457
+ scroll: EventEmitter<CustomEvent<any>>;
432
458
  }
433
459
  export declare class PLoader {
434
460
  protected z: NgZone;
@@ -743,7 +769,7 @@ export declare class PTableContainer {
743
769
  protected el: HTMLPTableContainerElement;
744
770
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
745
771
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableContainer, never>;
746
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableContainer, "p-table-container", never, { "shadow": "shadow"; }, {}, never, ["*"], false, never>;
772
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableContainer, "p-table-container", never, {}, {}, never, ["*"], false, never>;
747
773
  }
748
774
  export declare interface PTableContainer extends Components.PTableContainer {
749
775
  }
@@ -752,7 +778,7 @@ export declare class PTableFooter {
752
778
  protected el: HTMLPTableFooterElement;
753
779
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
754
780
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableFooter, never>;
755
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableFooter, "p-table-footer", never, { "enableExport": "enableExport"; "enablePageSize": "enablePageSize"; "enablePagination": "enablePagination"; "hideOnSinglePage": "hideOnSinglePage"; "loading": "loading"; "page": "page"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "total": "total"; }, {}, never, ["*"], false, never>;
781
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableFooter, "p-table-footer", never, { "enablePaginationPages": "enablePaginationPages"; "enablePaginationSize": "enablePaginationSize"; "hideOnSinglePage": "hideOnSinglePage"; "loading": "loading"; "page": "page"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "total": "total"; }, {}, never, ["*"], false, never>;
756
782
  }
757
783
  export declare interface PTableFooter extends Components.PTableFooter {
758
784
  /**
@@ -763,17 +789,13 @@ export declare interface PTableFooter extends Components.PTableFooter {
763
789
  * Event whenever the page changes
764
790
  */
765
791
  pageSizeChange: EventEmitter<CustomEvent<number>>;
766
- /**
767
- * Event whenever the page changes
768
- */
769
- export: EventEmitter<CustomEvent<number>>;
770
792
  }
771
793
  export declare class PTableHeader {
772
794
  protected z: NgZone;
773
795
  protected el: HTMLPTableHeaderElement;
774
796
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
775
797
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeader, never>;
776
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeader, "p-table-header", never, { "actionButtonTemplate": "actionButtonTemplate"; "actionIcon": "actionIcon"; "actionLoading": "actionLoading"; "actionText": "actionText"; "activeQuickFilterIdentifier": "activeQuickFilterIdentifier"; "canUseAction": "canUseAction"; "enableAction": "enableAction"; "enableFilter": "enableFilter"; "enableFilterDesktop": "enableFilterDesktop"; "enableSearch": "enableSearch"; "filterButtonTemplate": "filterButtonTemplate"; "itemsSelectedAmount": "itemsSelectedAmount"; "loading": "loading"; "query": "query"; "quickFilters": "quickFilters"; "selectedFiltersAmount": "selectedFiltersAmount"; }, {}, never, ["*"], false, never>;
798
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeader, "p-table-header", never, { "actionButtonTemplate": "actionButtonTemplate"; "actionIcon": "actionIcon"; "actionLoading": "actionLoading"; "actionText": "actionText"; "activeQuickFilterIdentifier": "activeQuickFilterIdentifier"; "canUseAction": "canUseAction"; "enableAction": "enableAction"; "enableExport": "enableExport"; "enableFilter": "enableFilter"; "enableFilterDesktop": "enableFilterDesktop"; "enableSearch": "enableSearch"; "filterButtonTemplate": "filterButtonTemplate"; "itemsSelectedAmount": "itemsSelectedAmount"; "loading": "loading"; "query": "query"; "quickFilters": "quickFilters"; "selectedFiltersAmount": "selectedFiltersAmount"; }, {}, never, ["*"], false, never>;
777
799
  }
778
800
  export declare interface PTableHeader extends Components.PTableHeader {
779
801
  /**
@@ -792,6 +814,10 @@ export declare interface PTableHeader extends Components.PTableHeader {
792
814
  * Event when the action button is clicked
793
815
  */
794
816
  action: EventEmitter<CustomEvent<null>>;
817
+ /**
818
+ * Event whenever the export button is clicked
819
+ */
820
+ export: EventEmitter<CustomEvent<number>>;
795
821
  }
796
822
  export declare class PTableRow {
797
823
  protected z: NgZone;
@@ -802,6 +828,15 @@ export declare class PTableRow {
802
828
  }
803
829
  export declare interface PTableRow extends Components.PTableRow {
804
830
  }
831
+ export declare class PTableRowActionsContainer {
832
+ protected z: NgZone;
833
+ protected el: HTMLPTableRowActionsContainerElement;
834
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
835
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableRowActionsContainer, never>;
836
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableRowActionsContainer, "p-table-row-actions-container", never, {}, {}, never, ["*"], false, never>;
837
+ }
838
+ export declare interface PTableRowActionsContainer extends Components.PTableRowActionsContainer {
839
+ }
805
840
  export declare class PToast {
806
841
  protected z: NgZone;
807
842
  protected el: HTMLPToastElement;
@@ -1,2 +1,2 @@
1
1
  import * as d from './components';
2
- export declare const DIRECTIVES: (typeof d.PAccordion | typeof d.PAttachment | typeof d.PAvatar | typeof d.PAvatarGroup | typeof d.PBackdrop | typeof d.PBadge | typeof d.PButton | typeof d.PButtonGroup | typeof d.PCalendar | typeof d.PCardBody | typeof d.PCardContainer | typeof d.PCardHeader | typeof d.PCheckbox | typeof d.PContentSlider | typeof d.PCounter | typeof d.PCropper | typeof d.PDatepicker | typeof d.PDivider | typeof d.PDrawer | typeof d.PDrawerBody | typeof d.PDrawerContainer | typeof d.PDrawerHeader | typeof d.PDropdown | typeof d.PDropdownMenuContainer | typeof d.PDropdownMenuItem | typeof d.PField | typeof d.PFieldContainer | typeof d.PFloatingMenuContainer | typeof d.PFloatingMenuItem | typeof d.PHelper | typeof d.PIbanIcon | typeof d.PIcon | typeof d.PIconDeprecated | typeof d.PIllustration | typeof d.PInfoPanel | typeof d.PInputError | typeof d.PInputGroup | typeof d.PLabel | typeof d.PLayout | typeof d.PLoader | typeof d.PModal | typeof d.PModalBody | typeof d.PModalContainer | typeof d.PModalFooter | typeof d.PModalHeader | typeof d.PNavbar | typeof d.PNavigationItem | typeof d.PNavigationSection | typeof d.PNavigationTitle | typeof d.PPagination | typeof d.PPaginationPages | typeof d.PPaginationPagesItem | typeof d.PPaginationSize | typeof d.PPortal | typeof d.PProfile | typeof d.PRadio | typeof d.PSegmentContainer | typeof d.PSegmentItem | typeof d.PSelect | typeof d.PSliderIndicator | typeof d.PSmile | typeof d.PStatus | typeof d.PStepper | typeof d.PStepperItem | typeof d.PStepperLine | typeof d.PTabContainer | typeof d.PTabItem | typeof d.PTableContainer | typeof d.PTableFooter | typeof d.PTableHeader | typeof d.PTableRow | typeof d.PToast | typeof d.PToggle | typeof d.PTooltip)[];
2
+ export declare const DIRECTIVES: (typeof d.PAccordion | typeof d.PAttachment | typeof d.PAvatar | typeof d.PAvatarGroup | typeof d.PBackdrop | typeof d.PBadge | typeof d.PButton | typeof d.PButtonGroup | typeof d.PCalendar | typeof d.PCardBody | typeof d.PCardContainer | typeof d.PCardHeader | typeof d.PCheckbox | typeof d.PContentSlider | typeof d.PCounter | typeof d.PCropper | typeof d.PDatepicker | typeof d.PDivider | typeof d.PDrawer | typeof d.PDrawerBody | typeof d.PDrawerContainer | typeof d.PDrawerHeader | typeof d.PDropdown | typeof d.PDropdownMenuContainer | typeof d.PDropdownMenuItem | typeof d.PEmptyState | typeof d.PField | typeof d.PFieldContainer | typeof d.PFloatingMenuContainer | typeof d.PFloatingMenuItem | typeof d.PHelper | typeof d.PIbanIcon | typeof d.PIcon | typeof d.PIconDeprecated | typeof d.PIllustration | typeof d.PIllustrationDeprecated | typeof d.PInfoPanel | typeof d.PInputError | typeof d.PInputGroup | typeof d.PLabel | typeof d.PLayout | typeof d.PLoader | typeof d.PModal | typeof d.PModalBody | typeof d.PModalContainer | typeof d.PModalFooter | typeof d.PModalHeader | typeof d.PNavbar | typeof d.PNavigationItem | typeof d.PNavigationSection | typeof d.PNavigationTitle | typeof d.PPagination | typeof d.PPaginationPages | typeof d.PPaginationPagesItem | typeof d.PPaginationSize | typeof d.PPortal | typeof d.PProfile | typeof d.PRadio | typeof d.PSegmentContainer | typeof d.PSegmentItem | typeof d.PSelect | typeof d.PSliderIndicator | typeof d.PSmile | typeof d.PStatus | typeof d.PStepper | typeof d.PStepperItem | typeof d.PStepperLine | typeof d.PTabContainer | typeof d.PTabItem | typeof d.PTableContainer | typeof d.PTableFooter | typeof d.PTableHeader | typeof d.PTableRow | typeof d.PTableRowActionsContainer | typeof d.PToast | typeof d.PToggle | typeof d.PTooltip)[];
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./stencil/components";
3
3
  export declare class StencilModule {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<StencilModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<StencilModule, [typeof i1.PAccordion, typeof i1.PAttachment, typeof i1.PAvatar, typeof i1.PAvatarGroup, typeof i1.PBackdrop, typeof i1.PBadge, typeof i1.PButton, typeof i1.PButtonGroup, typeof i1.PCalendar, typeof i1.PCardBody, typeof i1.PCardContainer, typeof i1.PCardHeader, typeof i1.PCheckbox, typeof i1.PContentSlider, typeof i1.PCounter, typeof i1.PCropper, typeof i1.PDatepicker, typeof i1.PDivider, typeof i1.PDrawer, typeof i1.PDrawerBody, typeof i1.PDrawerContainer, typeof i1.PDrawerHeader, typeof i1.PDropdown, typeof i1.PDropdownMenuContainer, typeof i1.PDropdownMenuItem, typeof i1.PField, typeof i1.PFieldContainer, typeof i1.PFloatingMenuContainer, typeof i1.PFloatingMenuItem, typeof i1.PHelper, typeof i1.PIbanIcon, typeof i1.PIcon, typeof i1.PIconDeprecated, typeof i1.PIllustration, typeof i1.PInfoPanel, typeof i1.PInputError, typeof i1.PInputGroup, typeof i1.PLabel, typeof i1.PLayout, typeof i1.PLoader, typeof i1.PModal, typeof i1.PModalBody, typeof i1.PModalContainer, typeof i1.PModalFooter, typeof i1.PModalHeader, typeof i1.PNavbar, typeof i1.PNavigationItem, typeof i1.PNavigationSection, typeof i1.PNavigationTitle, typeof i1.PPagination, typeof i1.PPaginationPages, typeof i1.PPaginationPagesItem, typeof i1.PPaginationSize, typeof i1.PPortal, typeof i1.PProfile, typeof i1.PRadio, typeof i1.PSegmentContainer, typeof i1.PSegmentItem, typeof i1.PSelect, typeof i1.PSliderIndicator, typeof i1.PSmile, typeof i1.PStatus, typeof i1.PStepper, typeof i1.PStepperItem, typeof i1.PStepperLine, typeof i1.PTabContainer, typeof i1.PTabItem, typeof i1.PTableContainer, typeof i1.PTableFooter, typeof i1.PTableHeader, typeof i1.PTableRow, typeof i1.PToast, typeof i1.PToggle, typeof i1.PTooltip], never, [typeof i1.PAccordion, typeof i1.PAttachment, typeof i1.PAvatar, typeof i1.PAvatarGroup, typeof i1.PBackdrop, typeof i1.PBadge, typeof i1.PButton, typeof i1.PButtonGroup, typeof i1.PCalendar, typeof i1.PCardBody, typeof i1.PCardContainer, typeof i1.PCardHeader, typeof i1.PCheckbox, typeof i1.PContentSlider, typeof i1.PCounter, typeof i1.PCropper, typeof i1.PDatepicker, typeof i1.PDivider, typeof i1.PDrawer, typeof i1.PDrawerBody, typeof i1.PDrawerContainer, typeof i1.PDrawerHeader, typeof i1.PDropdown, typeof i1.PDropdownMenuContainer, typeof i1.PDropdownMenuItem, typeof i1.PField, typeof i1.PFieldContainer, typeof i1.PFloatingMenuContainer, typeof i1.PFloatingMenuItem, typeof i1.PHelper, typeof i1.PIbanIcon, typeof i1.PIcon, typeof i1.PIconDeprecated, typeof i1.PIllustration, typeof i1.PInfoPanel, typeof i1.PInputError, typeof i1.PInputGroup, typeof i1.PLabel, typeof i1.PLayout, typeof i1.PLoader, typeof i1.PModal, typeof i1.PModalBody, typeof i1.PModalContainer, typeof i1.PModalFooter, typeof i1.PModalHeader, typeof i1.PNavbar, typeof i1.PNavigationItem, typeof i1.PNavigationSection, typeof i1.PNavigationTitle, typeof i1.PPagination, typeof i1.PPaginationPages, typeof i1.PPaginationPagesItem, typeof i1.PPaginationSize, typeof i1.PPortal, typeof i1.PProfile, typeof i1.PRadio, typeof i1.PSegmentContainer, typeof i1.PSegmentItem, typeof i1.PSelect, typeof i1.PSliderIndicator, typeof i1.PSmile, typeof i1.PStatus, typeof i1.PStepper, typeof i1.PStepperItem, typeof i1.PStepperLine, typeof i1.PTabContainer, typeof i1.PTabItem, typeof i1.PTableContainer, typeof i1.PTableFooter, typeof i1.PTableHeader, typeof i1.PTableRow, typeof i1.PToast, typeof i1.PToggle, typeof i1.PTooltip]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StencilModule, [typeof i1.PAccordion, typeof i1.PAttachment, typeof i1.PAvatar, typeof i1.PAvatarGroup, typeof i1.PBackdrop, typeof i1.PBadge, typeof i1.PButton, typeof i1.PButtonGroup, typeof i1.PCalendar, typeof i1.PCardBody, typeof i1.PCardContainer, typeof i1.PCardHeader, typeof i1.PCheckbox, typeof i1.PContentSlider, typeof i1.PCounter, typeof i1.PCropper, typeof i1.PDatepicker, typeof i1.PDivider, typeof i1.PDrawer, typeof i1.PDrawerBody, typeof i1.PDrawerContainer, typeof i1.PDrawerHeader, typeof i1.PDropdown, typeof i1.PDropdownMenuContainer, typeof i1.PDropdownMenuItem, typeof i1.PEmptyState, typeof i1.PField, typeof i1.PFieldContainer, typeof i1.PFloatingMenuContainer, typeof i1.PFloatingMenuItem, typeof i1.PHelper, typeof i1.PIbanIcon, typeof i1.PIcon, typeof i1.PIconDeprecated, typeof i1.PIllustration, typeof i1.PIllustrationDeprecated, typeof i1.PInfoPanel, typeof i1.PInputError, typeof i1.PInputGroup, typeof i1.PLabel, typeof i1.PLayout, typeof i1.PLoader, typeof i1.PModal, typeof i1.PModalBody, typeof i1.PModalContainer, typeof i1.PModalFooter, typeof i1.PModalHeader, typeof i1.PNavbar, typeof i1.PNavigationItem, typeof i1.PNavigationSection, typeof i1.PNavigationTitle, typeof i1.PPagination, typeof i1.PPaginationPages, typeof i1.PPaginationPagesItem, typeof i1.PPaginationSize, typeof i1.PPortal, typeof i1.PProfile, typeof i1.PRadio, typeof i1.PSegmentContainer, typeof i1.PSegmentItem, typeof i1.PSelect, typeof i1.PSliderIndicator, typeof i1.PSmile, typeof i1.PStatus, typeof i1.PStepper, typeof i1.PStepperItem, typeof i1.PStepperLine, typeof i1.PTabContainer, typeof i1.PTabItem, typeof i1.PTableContainer, typeof i1.PTableFooter, typeof i1.PTableHeader, typeof i1.PTableRow, typeof i1.PTableRowActionsContainer, typeof i1.PToast, typeof i1.PToggle, typeof i1.PTooltip], never, [typeof i1.PAccordion, typeof i1.PAttachment, typeof i1.PAvatar, typeof i1.PAvatarGroup, typeof i1.PBackdrop, typeof i1.PBadge, typeof i1.PButton, typeof i1.PButtonGroup, typeof i1.PCalendar, typeof i1.PCardBody, typeof i1.PCardContainer, typeof i1.PCardHeader, typeof i1.PCheckbox, typeof i1.PContentSlider, typeof i1.PCounter, typeof i1.PCropper, typeof i1.PDatepicker, typeof i1.PDivider, typeof i1.PDrawer, typeof i1.PDrawerBody, typeof i1.PDrawerContainer, typeof i1.PDrawerHeader, typeof i1.PDropdown, typeof i1.PDropdownMenuContainer, typeof i1.PDropdownMenuItem, typeof i1.PEmptyState, typeof i1.PField, typeof i1.PFieldContainer, typeof i1.PFloatingMenuContainer, typeof i1.PFloatingMenuItem, typeof i1.PHelper, typeof i1.PIbanIcon, typeof i1.PIcon, typeof i1.PIconDeprecated, typeof i1.PIllustration, typeof i1.PIllustrationDeprecated, typeof i1.PInfoPanel, typeof i1.PInputError, typeof i1.PInputGroup, typeof i1.PLabel, typeof i1.PLayout, typeof i1.PLoader, typeof i1.PModal, typeof i1.PModalBody, typeof i1.PModalContainer, typeof i1.PModalFooter, typeof i1.PModalHeader, typeof i1.PNavbar, typeof i1.PNavigationItem, typeof i1.PNavigationSection, typeof i1.PNavigationTitle, typeof i1.PPagination, typeof i1.PPaginationPages, typeof i1.PPaginationPagesItem, typeof i1.PPaginationSize, typeof i1.PPortal, typeof i1.PProfile, typeof i1.PRadio, typeof i1.PSegmentContainer, typeof i1.PSegmentItem, typeof i1.PSelect, typeof i1.PSliderIndicator, typeof i1.PSmile, typeof i1.PStatus, typeof i1.PStepper, typeof i1.PStepperItem, typeof i1.PStepperLine, typeof i1.PTabContainer, typeof i1.PTabItem, typeof i1.PTableContainer, typeof i1.PTableFooter, typeof i1.PTableHeader, typeof i1.PTableRow, typeof i1.PTableRowActionsContainer, typeof i1.PToast, typeof i1.PToggle, typeof i1.PTooltip]>;
6
6
  static ɵinj: i0.ɵɵInjectorDeclaration<StencilModule>;
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.0.1-beta.66",
3
+ "version": "2.0.1-beta.68",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",
package/paperless.css CHANGED
@@ -2,34 +2,14 @@
2
2
  position: static !important
3
3
  }
4
4
 
5
- .fixed {
6
- position: fixed !important
7
- }
8
-
9
- .absolute {
10
- position: absolute !important
11
- }
12
-
13
- .relative {
14
- position: relative !important
15
- }
16
-
17
5
  .bottom-0 {
18
6
  bottom: 0px !important
19
7
  }
20
8
 
21
- .bottom-4 {
22
- bottom: 1rem !important
23
- }
24
-
25
9
  .left-0 {
26
10
  left: 0px !important
27
11
  }
28
12
 
29
- .left-1\/2 {
30
- left: 50% !important
31
- }
32
-
33
13
  .right-0 {
34
14
  right: 0px !important
35
15
  }
@@ -38,12 +18,17 @@
38
18
  top: 0px !important
39
19
  }
40
20
 
41
- .mb-14 {
42
- margin-bottom: 3.5rem !important
21
+ .z-0 {
22
+ z-index: 0 !important
23
+ }
24
+
25
+ .my-16 {
26
+ margin-top: 4rem !important;
27
+ margin-bottom: 4rem !important
43
28
  }
44
29
 
45
- .mb-6 {
46
- margin-bottom: 1.5rem !important
30
+ .mb-8 {
31
+ margin-bottom: 2rem !important
47
32
  }
48
33
 
49
34
  .ml-auto {
@@ -134,39 +119,18 @@
134
119
  min-width: 0px !important
135
120
  }
136
121
 
137
- .max-w-\[20rem\] {
138
- max-width: 20rem !important
139
- }
140
-
141
122
  .flex-1 {
142
123
  flex: 1 1 0% !important
143
124
  }
144
125
 
145
- .flex-shrink {
146
- flex-shrink: 1 !important
147
- }
148
-
149
- .-translate-x-1\/2 {
150
- --tw-translate-x: -50% !important;
151
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
152
- }
153
-
154
126
  .transform {
155
127
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
156
128
  }
157
129
 
158
- .cursor-pointer {
159
- cursor: pointer !important
160
- }
161
-
162
130
  .flex-col {
163
131
  flex-direction: column !important
164
132
  }
165
133
 
166
- .items-center {
167
- align-items: center !important
168
- }
169
-
170
134
  .justify-start {
171
135
  justify-content: flex-start !important
172
136
  }
@@ -183,10 +147,6 @@
183
147
  justify-content: space-between !important
184
148
  }
185
149
 
186
- .gap-2 {
187
- gap: 0.5rem !important
188
- }
189
-
190
150
  .gap-4 {
191
151
  gap: 1rem !important
192
152
  }
@@ -207,11 +167,6 @@
207
167
  border-radius: 0.25rem !important
208
168
  }
209
169
 
210
- .py-24 {
211
- padding-top: 6rem !important;
212
- padding-bottom: 6rem !important
213
- }
214
-
215
170
  .pr-0 {
216
171
  padding-right: 0px !important
217
172
  }
@@ -220,15 +175,6 @@
220
175
  padding-right: 1rem !important
221
176
  }
222
177
 
223
- .text-center {
224
- text-align: center !important
225
- }
226
-
227
- .text-sm {
228
- font-size: 0.875rem !important;
229
- line-height: 1.25rem !important
230
- }
231
-
232
178
  .font-semibold {
233
179
  font-weight: 600 !important
234
180
  }
@@ -238,11 +184,6 @@
238
184
  color: rgb(39 40 56 / var(--tw-text-opacity, 1)) !important
239
185
  }
240
186
 
241
- .text-storm-medium {
242
- --tw-text-opacity: 1 !important;
243
- color: rgb(128 130 158 / var(--tw-text-opacity, 1)) !important
244
- }
245
-
246
187
  .underline {
247
188
  text-decoration-line: underline !important
248
189
  }