@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,78 +0,0 @@
|
|
|
1
|
-
import * as d from './components';
|
|
2
|
-
export const DIRECTIVES = [
|
|
3
|
-
d.PAccordion,
|
|
4
|
-
d.PAttachment,
|
|
5
|
-
d.PAvatar,
|
|
6
|
-
d.PAvatarGroup,
|
|
7
|
-
d.PBackdrop,
|
|
8
|
-
d.PBadge,
|
|
9
|
-
d.PButton,
|
|
10
|
-
d.PButtonGroup,
|
|
11
|
-
d.PCalendar,
|
|
12
|
-
d.PCardBody,
|
|
13
|
-
d.PCardContainer,
|
|
14
|
-
d.PCardHeader,
|
|
15
|
-
d.PCheckbox,
|
|
16
|
-
d.PContentSlider,
|
|
17
|
-
d.PCropper,
|
|
18
|
-
d.PDatepicker,
|
|
19
|
-
d.PDivider,
|
|
20
|
-
d.PDrawer,
|
|
21
|
-
d.PDrawerBody,
|
|
22
|
-
d.PDrawerContainer,
|
|
23
|
-
d.PDrawerHeader,
|
|
24
|
-
d.PDropdown,
|
|
25
|
-
d.PDropdownMenuContainer,
|
|
26
|
-
d.PDropdownMenuItem,
|
|
27
|
-
d.PEmptyState,
|
|
28
|
-
d.PField,
|
|
29
|
-
d.PFieldContainer,
|
|
30
|
-
d.PFloatingMenuContainer,
|
|
31
|
-
d.PFloatingMenuItem,
|
|
32
|
-
d.PHelper,
|
|
33
|
-
d.PIbanIcon,
|
|
34
|
-
d.PIcon,
|
|
35
|
-
d.PIllustration,
|
|
36
|
-
d.PIllustrationDeprecated,
|
|
37
|
-
d.PInfoPanel,
|
|
38
|
-
d.PLabel,
|
|
39
|
-
d.PLayout,
|
|
40
|
-
d.PListing,
|
|
41
|
-
d.PListingItem,
|
|
42
|
-
d.PListingLine,
|
|
43
|
-
d.PLoader,
|
|
44
|
-
d.PModal,
|
|
45
|
-
d.PModalBody,
|
|
46
|
-
d.PModalContainer,
|
|
47
|
-
d.PModalFooter,
|
|
48
|
-
d.PModalHeader,
|
|
49
|
-
d.PNavbar,
|
|
50
|
-
d.PNavigationItem,
|
|
51
|
-
d.PNavigationSection,
|
|
52
|
-
d.PNavigationTitle,
|
|
53
|
-
d.PPagination,
|
|
54
|
-
d.PPaginationPages,
|
|
55
|
-
d.PPaginationPagesItem,
|
|
56
|
-
d.PPaginationSize,
|
|
57
|
-
d.PProfile,
|
|
58
|
-
d.PRadio,
|
|
59
|
-
d.PRange,
|
|
60
|
-
d.PSegmentContainer,
|
|
61
|
-
d.PSegmentItem,
|
|
62
|
-
d.PSelect,
|
|
63
|
-
d.PSmile,
|
|
64
|
-
d.PStepper,
|
|
65
|
-
d.PStepperItem,
|
|
66
|
-
d.PStepperLine,
|
|
67
|
-
d.PTabContainer,
|
|
68
|
-
d.PTabItem,
|
|
69
|
-
d.PTableContainer,
|
|
70
|
-
d.PTableFooter,
|
|
71
|
-
d.PTableHeader,
|
|
72
|
-
d.PTableRow,
|
|
73
|
-
d.PTableRowActionsContainer,
|
|
74
|
-
d.PToast,
|
|
75
|
-
d.PToggle,
|
|
76
|
-
d.PTooltip
|
|
77
|
-
];
|
|
78
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9wYXBlcmxlc3Mvc3JjL2xpYi9zdGVuY2lsL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxDQUFDLE1BQU0sY0FBYyxDQUFDO0FBRWxDLE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixDQUFDLENBQUMsVUFBVTtJQUNaLENBQUMsQ0FBQyxXQUFXO0lBQ2IsQ0FBQyxDQUFDLE9BQU87SUFDVCxDQUFDLENBQUMsWUFBWTtJQUNkLENBQUMsQ0FBQyxTQUFTO0lBQ1gsQ0FBQyxDQUFDLE1BQU07SUFDUixDQUFDLENBQUMsT0FBTztJQUNULENBQUMsQ0FBQyxZQUFZO0lBQ2QsQ0FBQyxDQUFDLFNBQVM7SUFDWCxDQUFDLENBQUMsU0FBUztJQUNYLENBQUMsQ0FBQyxjQUFjO0lBQ2hCLENBQUMsQ0FBQyxXQUFXO0lBQ2IsQ0FBQyxDQUFDLFNBQVM7SUFDWCxDQUFDLENBQUMsY0FBYztJQUNoQixDQUFDLENBQUMsUUFBUTtJQUNWLENBQUMsQ0FBQyxXQUFXO0lBQ2IsQ0FBQyxDQUFDLFFBQVE7SUFDVixDQUFDLENBQUMsT0FBTztJQUNULENBQUMsQ0FBQyxXQUFXO0lBQ2IsQ0FBQyxDQUFDLGdCQUFnQjtJQUNsQixDQUFDLENBQUMsYUFBYTtJQUNmLENBQUMsQ0FBQyxTQUFTO0lBQ1gsQ0FBQyxDQUFDLHNCQUFzQjtJQUN4QixDQUFDLENBQUMsaUJBQWlCO0lBQ25CLENBQUMsQ0FBQyxXQUFXO0lBQ2IsQ0FBQyxDQUFDLE1BQU07SUFDUixDQUFDLENBQUMsZUFBZTtJQUNqQixDQUFDLENBQUMsc0JBQXNCO0lBQ3hCLENBQUMsQ0FBQyxpQkFBaUI7SUFDbkIsQ0FBQyxDQUFDLE9BQU87SUFDVCxDQUFDLENBQUMsU0FBUztJQUNYLENBQUMsQ0FBQyxLQUFLO0lBQ1AsQ0FBQyxDQUFDLGFBQWE7SUFDZixDQUFDLENBQUMsdUJBQXVCO0lBQ3pCLENBQUMsQ0FBQyxVQUFVO0lBQ1osQ0FBQyxDQUFDLE1BQU07SUFDUixDQUFDLENBQUMsT0FBTztJQUNULENBQUMsQ0FBQyxRQUFRO0lBQ1YsQ0FBQyxDQUFDLFlBQVk7SUFDZCxDQUFDLENBQUMsWUFBWTtJQUNkLENBQUMsQ0FBQyxPQUFPO0lBQ1QsQ0FBQyxDQUFDLE1BQU07SUFDUixDQUFDLENBQUMsVUFBVTtJQUNaLENBQUMsQ0FBQyxlQUFlO0lBQ2pCLENBQUMsQ0FBQyxZQUFZO0lBQ2QsQ0FBQyxDQUFDLFlBQVk7SUFDZCxDQUFDLENBQUMsT0FBTztJQUNULENBQUMsQ0FBQyxlQUFlO0lBQ2pCLENBQUMsQ0FBQyxrQkFBa0I7SUFDcEIsQ0FBQyxDQUFDLGdCQUFnQjtJQUNsQixDQUFDLENBQUMsV0FBVztJQUNiLENBQUMsQ0FBQyxnQkFBZ0I7SUFDbEIsQ0FBQyxDQUFDLG9CQUFvQjtJQUN0QixDQUFDLENBQUMsZUFBZTtJQUNqQixDQUFDLENBQUMsUUFBUTtJQUNWLENBQUMsQ0FBQyxNQUFNO0lBQ1IsQ0FBQyxDQUFDLE1BQU07SUFDUixDQUFDLENBQUMsaUJBQWlCO0lBQ25CLENBQUMsQ0FBQyxZQUFZO0lBQ2QsQ0FBQyxDQUFDLE9BQU87SUFDVCxDQUFDLENBQUMsTUFBTTtJQUNSLENBQUMsQ0FBQyxRQUFRO0lBQ1YsQ0FBQyxDQUFDLFlBQVk7SUFDZCxDQUFDLENBQUMsWUFBWTtJQUNkLENBQUMsQ0FBQyxhQUFhO0lBQ2YsQ0FBQyxDQUFDLFFBQVE7SUFDVixDQUFDLENBQUMsZUFBZTtJQUNqQixDQUFDLENBQUMsWUFBWTtJQUNkLENBQUMsQ0FBQyxZQUFZO0lBQ2QsQ0FBQyxDQUFDLFNBQVM7SUFDWCxDQUFDLENBQUMseUJBQXlCO0lBQzNCLENBQUMsQ0FBQyxNQUFNO0lBQ1IsQ0FBQyxDQUFDLE9BQU87SUFDVCxDQUFDLENBQUMsUUFBUTtDQUNYLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJcbmltcG9ydCAqIGFzIGQgZnJvbSAnLi9jb21wb25lbnRzJztcblxuZXhwb3J0IGNvbnN0IERJUkVDVElWRVMgPSBbXG4gIGQuUEFjY29yZGlvbixcbiAgZC5QQXR0YWNobWVudCxcbiAgZC5QQXZhdGFyLFxuICBkLlBBdmF0YXJHcm91cCxcbiAgZC5QQmFja2Ryb3AsXG4gIGQuUEJhZGdlLFxuICBkLlBCdXR0b24sXG4gIGQuUEJ1dHRvbkdyb3VwLFxuICBkLlBDYWxlbmRhcixcbiAgZC5QQ2FyZEJvZHksXG4gIGQuUENhcmRDb250YWluZXIsXG4gIGQuUENhcmRIZWFkZXIsXG4gIGQuUENoZWNrYm94LFxuICBkLlBDb250ZW50U2xpZGVyLFxuICBkLlBDcm9wcGVyLFxuICBkLlBEYXRlcGlja2VyLFxuICBkLlBEaXZpZGVyLFxuICBkLlBEcmF3ZXIsXG4gIGQuUERyYXdlckJvZHksXG4gIGQuUERyYXdlckNvbnRhaW5lcixcbiAgZC5QRHJhd2VySGVhZGVyLFxuICBkLlBEcm9wZG93bixcbiAgZC5QRHJvcGRvd25NZW51Q29udGFpbmVyLFxuICBkLlBEcm9wZG93bk1lbnVJdGVtLFxuICBkLlBFbXB0eVN0YXRlLFxuICBkLlBGaWVsZCxcbiAgZC5QRmllbGRDb250YWluZXIsXG4gIGQuUEZsb2F0aW5nTWVudUNvbnRhaW5lcixcbiAgZC5QRmxvYXRpbmdNZW51SXRlbSxcbiAgZC5QSGVscGVyLFxuICBkLlBJYmFuSWNvbixcbiAgZC5QSWNvbixcbiAgZC5QSWxsdXN0cmF0aW9uLFxuICBkLlBJbGx1c3RyYXRpb25EZXByZWNhdGVkLFxuICBkLlBJbmZvUGFuZWwsXG4gIGQuUExhYmVsLFxuICBkLlBMYXlvdXQsXG4gIGQuUExpc3RpbmcsXG4gIGQuUExpc3RpbmdJdGVtLFxuICBkLlBMaXN0aW5nTGluZSxcbiAgZC5QTG9hZGVyLFxuICBkLlBNb2RhbCxcbiAgZC5QTW9kYWxCb2R5LFxuICBkLlBNb2RhbENvbnRhaW5lcixcbiAgZC5QTW9kYWxGb290ZXIsXG4gIGQuUE1vZGFsSGVhZGVyLFxuICBkLlBOYXZiYXIsXG4gIGQuUE5hdmlnYXRpb25JdGVtLFxuICBkLlBOYXZpZ2F0aW9uU2VjdGlvbixcbiAgZC5QTmF2aWdhdGlvblRpdGxlLFxuICBkLlBQYWdpbmF0aW9uLFxuICBkLlBQYWdpbmF0aW9uUGFnZXMsXG4gIGQuUFBhZ2luYXRpb25QYWdlc0l0ZW0sXG4gIGQuUFBhZ2luYXRpb25TaXplLFxuICBkLlBQcm9maWxlLFxuICBkLlBSYWRpbyxcbiAgZC5QUmFuZ2UsXG4gIGQuUFNlZ21lbnRDb250YWluZXIsXG4gIGQuUFNlZ21lbnRJdGVtLFxuICBkLlBTZWxlY3QsXG4gIGQuUFNtaWxlLFxuICBkLlBTdGVwcGVyLFxuICBkLlBTdGVwcGVySXRlbSxcbiAgZC5QU3RlcHBlckxpbmUsXG4gIGQuUFRhYkNvbnRhaW5lcixcbiAgZC5QVGFiSXRlbSxcbiAgZC5QVGFibGVDb250YWluZXIsXG4gIGQuUFRhYmxlRm9vdGVyLFxuICBkLlBUYWJsZUhlYWRlcixcbiAgZC5QVGFibGVSb3csXG4gIGQuUFRhYmxlUm93QWN0aW9uc0NvbnRhaW5lcixcbiAgZC5QVG9hc3QsXG4gIGQuUFRvZ2dsZSxcbiAgZC5QVG9vbHRpcFxuXTtcbiJdfQ==
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { DIRECTIVES } from './stencil';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./stencil/components";
|
|
5
|
-
export class StencilModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StencilModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: StencilModule, declarations: [i1.PAccordion, i1.PAttachment, i1.PAvatar, i1.PAvatarGroup, i1.PBackdrop, i1.PBadge, i1.PButton, i1.PButtonGroup, i1.PCalendar, i1.PCardBody, i1.PCardContainer, i1.PCardHeader, i1.PCheckbox, i1.PContentSlider, i1.PCropper, i1.PDatepicker, i1.PDivider, i1.PDrawer, i1.PDrawerBody, i1.PDrawerContainer, i1.PDrawerHeader, i1.PDropdown, i1.PDropdownMenuContainer, i1.PDropdownMenuItem, i1.PEmptyState, i1.PField, i1.PFieldContainer, i1.PFloatingMenuContainer, i1.PFloatingMenuItem, i1.PHelper, i1.PIbanIcon, i1.PIcon, i1.PIllustration, i1.PIllustrationDeprecated, i1.PInfoPanel, i1.PLabel, i1.PLayout, i1.PListing, i1.PListingItem, i1.PListingLine, i1.PLoader, i1.PModal, i1.PModalBody, i1.PModalContainer, i1.PModalFooter, i1.PModalHeader, i1.PNavbar, i1.PNavigationItem, i1.PNavigationSection, i1.PNavigationTitle, i1.PPagination, i1.PPaginationPages, i1.PPaginationPagesItem, i1.PPaginationSize, i1.PProfile, i1.PRadio, i1.PRange, i1.PSegmentContainer, i1.PSegmentItem, i1.PSelect, i1.PSmile, i1.PStepper, i1.PStepperItem, i1.PStepperLine, i1.PTabContainer, i1.PTabItem, i1.PTableContainer, i1.PTableFooter, i1.PTableHeader, i1.PTableRow, i1.PTableRowActionsContainer, i1.PToast, i1.PToggle, i1.PTooltip], exports: [i1.PAccordion, i1.PAttachment, i1.PAvatar, i1.PAvatarGroup, i1.PBackdrop, i1.PBadge, i1.PButton, i1.PButtonGroup, i1.PCalendar, i1.PCardBody, i1.PCardContainer, i1.PCardHeader, i1.PCheckbox, i1.PContentSlider, i1.PCropper, i1.PDatepicker, i1.PDivider, i1.PDrawer, i1.PDrawerBody, i1.PDrawerContainer, i1.PDrawerHeader, i1.PDropdown, i1.PDropdownMenuContainer, i1.PDropdownMenuItem, i1.PEmptyState, i1.PField, i1.PFieldContainer, i1.PFloatingMenuContainer, i1.PFloatingMenuItem, i1.PHelper, i1.PIbanIcon, i1.PIcon, i1.PIllustration, i1.PIllustrationDeprecated, i1.PInfoPanel, i1.PLabel, i1.PLayout, i1.PListing, i1.PListingItem, i1.PListingLine, i1.PLoader, i1.PModal, i1.PModalBody, i1.PModalContainer, i1.PModalFooter, i1.PModalHeader, i1.PNavbar, i1.PNavigationItem, i1.PNavigationSection, i1.PNavigationTitle, i1.PPagination, i1.PPaginationPages, i1.PPaginationPagesItem, i1.PPaginationSize, i1.PProfile, i1.PRadio, i1.PRange, i1.PSegmentContainer, i1.PSegmentItem, i1.PSelect, i1.PSmile, i1.PStepper, i1.PStepperItem, i1.PStepperLine, i1.PTabContainer, i1.PTabItem, i1.PTableContainer, i1.PTableFooter, i1.PTableHeader, i1.PTableRow, i1.PTableRowActionsContainer, i1.PToast, i1.PToggle, i1.PTooltip] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StencilModule });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StencilModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [...DIRECTIVES],
|
|
14
|
-
exports: [...DIRECTIVES],
|
|
15
|
-
}]
|
|
16
|
-
}] });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RlbmNpbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9wYXBlcmxlc3Mvc3JjL2xpYi9zdGVuY2lsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxXQUFXLENBQUM7OztBQU12QyxNQUFNLE9BQU8sYUFBYTt3R0FBYixhQUFhO3lHQUFiLGFBQWE7eUdBQWIsYUFBYTs7NEZBQWIsYUFBYTtrQkFKekIsUUFBUTttQkFBQztvQkFDVCxZQUFZLEVBQUUsQ0FBQyxHQUFHLFVBQVUsQ0FBQztvQkFDN0IsT0FBTyxFQUFFLENBQUMsR0FBRyxVQUFVLENBQUM7aUJBQ3hCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERJUkVDVElWRVMgfSBmcm9tICcuL3N0ZW5jaWwnO1xuXG5ATmdNb2R1bGUoe1xuXHRkZWNsYXJhdGlvbnM6IFsuLi5ESVJFQ1RJVkVTXSxcblx0ZXhwb3J0czogWy4uLkRJUkVDVElWRVNdLFxufSlcbmV4cG9ydCBjbGFzcyBTdGVuY2lsTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFwZXJsZXNzLWFuZ3VsYXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9wcm9qZWN0cy9wYXBlcmxlc3Mvc3JjL3BhcGVybGVzcy1hbmd1bGFyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
package/esm2022/public-api.mjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of paperless
|
|
3
|
-
*/
|
|
4
|
-
export * from './lib/animations';
|
|
5
|
-
export * from './lib/base';
|
|
6
|
-
export * from './lib/directives';
|
|
7
|
-
export * from './lib/modules';
|
|
8
|
-
export * from './lib/paperless.module';
|
|
9
|
-
export * from './lib/pipes';
|
|
10
|
-
export * from './lib/stencil.module';
|
|
11
|
-
export * from './lib/stencil/components';
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3Byb2plY3RzL3BhcGVybGVzcy9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYywwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgcGFwZXJsZXNzXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9saWIvYW5pbWF0aW9ucyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9iYXNlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RpcmVjdGl2ZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kdWxlcyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9wYXBlcmxlc3MubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3BpcGVzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3N0ZW5jaWwubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3N0ZW5jaWwvY29tcG9uZW50cyc7XG4iXX0=
|
package/index.d.ts
DELETED
package/lib/animations/fade.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { AbstractControl, FormArray, FormControl, FormGroup } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare abstract class BaseFormComponent {
|
|
4
|
-
markedDirty: boolean;
|
|
5
|
-
scrollToFirstError(): void;
|
|
6
|
-
markControlDirty(control: FormControl | FormGroup | FormArray | AbstractControl): void;
|
|
7
|
-
markAllDirty(control: FormGroup | FormArray | FormControl): void;
|
|
8
|
-
getControlError(control: FormControl | AbstractControl | FormArray | FormGroup): string | undefined;
|
|
9
|
-
hasControlError(control: FormControl | AbstractControl | FormGroup | FormArray, showChildErrors?: boolean): string | false | undefined;
|
|
10
|
-
firstControlError(control: FormControl | AbstractControl | FormGroup | FormArray, showChildErrors?: boolean): string | undefined;
|
|
11
|
-
resetControl(control: FormControl | FormGroup | FormArray | AbstractControl): void;
|
|
12
|
-
resetForm(formGroup: FormGroup): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseFormComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseFormComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
15
|
-
}
|
package/lib/base/index.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, NumberValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BaseNumberValueAccessor extends NumberValueAccessor implements ControlValueAccessor {
|
|
5
|
-
protected el: ElementRef;
|
|
6
|
-
protected renderer: Renderer2;
|
|
7
|
-
protected lastValue: any;
|
|
8
|
-
constructor(el: ElementRef, renderer: Renderer2);
|
|
9
|
-
writeValue(value: any): void;
|
|
10
|
-
handleChangeEvent(value: any): void;
|
|
11
|
-
protected _handleBlurEvent(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseNumberValueAccessor, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseNumberValueAccessor, never, never, {}, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare abstract class BaseUploadComponent {
|
|
5
|
-
fileId?: string;
|
|
6
|
-
uploaded: boolean;
|
|
7
|
-
set loading(value: boolean);
|
|
8
|
-
fileChange: EventEmitter<any>;
|
|
9
|
-
uploaderInput?: ElementRef;
|
|
10
|
-
file?: File;
|
|
11
|
-
loading$: BehaviorSubject<boolean>;
|
|
12
|
-
onChange($event: Event): void;
|
|
13
|
-
onLoad(file: File, result: string): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseUploadComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseUploadComponent, "ng-component", never, { "fileId": { "alias": "fileId"; "required": false; }; "uploaded": { "alias": "uploaded"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "fileChange": "fileChange"; }, never, never, false, never>;
|
|
16
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BaseValueAccessor implements ControlValueAccessor {
|
|
5
|
-
protected el: ElementRef;
|
|
6
|
-
protected onChange: (value: any) => void;
|
|
7
|
-
protected onTouched: () => void;
|
|
8
|
-
protected lastValue: any;
|
|
9
|
-
constructor(el: ElementRef);
|
|
10
|
-
writeValue(value: any): void;
|
|
11
|
-
handleChangeEvent(value: any): void;
|
|
12
|
-
registerOnChange(fn: (value: any) => void): void;
|
|
13
|
-
registerOnTouched(fn: () => void): void;
|
|
14
|
-
protected _handleBlurEvent(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseValueAccessor, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseValueAccessor, never, never, {}, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export * from './p-checkbox.directive';
|
|
2
|
-
export * from './p-cropper.directive';
|
|
3
|
-
export * from './p-datepicker.directive';
|
|
4
|
-
export * from './p-field.directive';
|
|
5
|
-
export * from './p-field-number.directive';
|
|
6
|
-
export * from './p-pagination-pages.directive';
|
|
7
|
-
export * from './p-pagination-size.directive';
|
|
8
|
-
export * from './p-radio.directive';
|
|
9
|
-
export * from './p-select.directive';
|
|
10
|
-
export * from './p-toggle.directive';
|
|
11
|
-
import { CheckboxDirective } from './p-checkbox.directive';
|
|
12
|
-
import { FieldNumberDirective } from './p-field-number.directive';
|
|
13
|
-
import { RadioDirective } from './p-radio.directive';
|
|
14
|
-
export declare const DIRECTIVES: (typeof CheckboxDirective | typeof FieldNumberDirective | typeof RadioDirective)[];
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { BaseValueAccessor } from '../base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CheckboxDirective extends BaseValueAccessor {
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
writeValue(value: boolean | 'indeterminate'): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxDirective, "p-checkbox", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { BaseValueAccessor } from '../base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CropperDirective extends BaseValueAccessor {
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
writeValue(value: any): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CropperDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CropperDirective, "p-cropper", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { BaseValueAccessor } from '../base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DatepickerDirective extends BaseValueAccessor {
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
writeValue(value: any): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DatepickerDirective, "p-datepicker", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import { BaseNumberValueAccessor } from '../base/number-value-accessor';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FieldNumberDirective extends BaseNumberValueAccessor {
|
|
5
|
-
constructor(el: ElementRef, renderer: Renderer2);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FieldNumberDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FieldNumberDirective, "p-field[type=number]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { BaseValueAccessor } from '../base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FieldDirective extends BaseValueAccessor {
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
writeValue(value: any): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FieldDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FieldDirective, "p-field:not([type=number])", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { BaseValueAccessor } from '../base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PaginationPagesDirective extends BaseValueAccessor {
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
writeValue(value: any): void;
|
|
7
|
-
registerOnChange(fn: (_: number | null) => void): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationPagesDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PaginationPagesDirective, "p-pagination-pages", never, {}, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { BaseValueAccessor } from '../base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PaginationSizeDirective extends BaseValueAccessor {
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
writeValue(value: any): void;
|
|
7
|
-
registerOnChange(fn: (_: number | null) => void): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationSizeDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PaginationSizeDirective, "p-pagination-size", never, {}, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
4
|
-
import { BaseValueAccessor } from '../base';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class RadioDirective extends BaseValueAccessor implements ControlValueAccessor, OnInit, OnDestroy {
|
|
7
|
-
private _control;
|
|
8
|
-
private _modelValue;
|
|
9
|
-
private _valueChanges;
|
|
10
|
-
constructor(_control: NgControl, el: ElementRef);
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
writeValue(value: string): void;
|
|
13
|
-
handleChangeEvent(): void;
|
|
14
|
-
ngOnDestroy(): void;
|
|
15
|
-
private _getValue;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RadioDirective, [{ self: true; }, null]>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioDirective, "p-radio", never, {}, {}, never, never, false, never>;
|
|
18
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { BaseValueAccessor } from '../base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SelectDirective extends BaseValueAccessor {
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
writeValue(value: any): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective, "p-select", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { BaseValueAccessor } from '../base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ToggleDirective extends BaseValueAccessor {
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
writeValue(value: boolean): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToggleDirective, "p-toggle", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
package/lib/modules/index.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "../../stencil.module";
|
|
4
|
-
import * as i3 from "@angular/cdk/overlay";
|
|
5
|
-
import * as i4 from "@angular/cdk/platform";
|
|
6
|
-
import * as i5 from "@angular/cdk/observers";
|
|
7
|
-
import * as i6 from "@angular/cdk/portal";
|
|
8
|
-
export declare class OverlayModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OverlayModule, never, [typeof i1.CommonModule, typeof i2.StencilModule, typeof i3.OverlayModule, typeof i4.PlatformModule, typeof i5.ObserversModule, typeof i6.PortalModule], [typeof i6.PortalModule]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<OverlayModule>;
|
|
12
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { OverlayRef as CDKOverlayRef } from '@angular/cdk/overlay';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
export declare class OverlayRef<T> {
|
|
4
|
-
private _overlay;
|
|
5
|
-
instance: T;
|
|
6
|
-
closed$: Subject<unknown>;
|
|
7
|
-
constructor(_overlay: CDKOverlayRef);
|
|
8
|
-
close(): void;
|
|
9
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Overlay } from '@angular/cdk/overlay';
|
|
2
|
-
import { CdkPortal, ComponentType } from '@angular/cdk/portal';
|
|
3
|
-
import { Injector, StaticProvider } from '@angular/core';
|
|
4
|
-
import { OverlayRef } from './overlay.ref';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
interface ModalOptions {
|
|
7
|
-
data?: any;
|
|
8
|
-
providers?: StaticProvider[];
|
|
9
|
-
}
|
|
10
|
-
export declare class OverlayService {
|
|
11
|
-
private injector;
|
|
12
|
-
private overlay;
|
|
13
|
-
overlayRef: OverlayRef<any>;
|
|
14
|
-
constructor(injector: Injector, overlay: Overlay);
|
|
15
|
-
open<T>(component: ComponentType<T> | CdkPortal, options?: ModalOptions): OverlayRef<T>;
|
|
16
|
-
private _attachModalContainer;
|
|
17
|
-
private _createInjector;
|
|
18
|
-
private _getOverlayConfig;
|
|
19
|
-
private _createOverlay;
|
|
20
|
-
private _attachData;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayService, never>;
|
|
22
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<OverlayService>;
|
|
23
|
-
}
|
|
24
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './table.component';
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
-
import { QuickFilter } from '@paperless/core';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import { BaseFormComponent } from '../../../base/form.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export type TableQuickFilter = QuickFilter & {
|
|
8
|
-
value: string;
|
|
9
|
-
metricName?: string;
|
|
10
|
-
};
|
|
11
|
-
export interface TableOptions {
|
|
12
|
-
pageSize: number;
|
|
13
|
-
page: number;
|
|
14
|
-
quickFilter: TableQuickFilter | string | null;
|
|
15
|
-
query: string;
|
|
16
|
-
filters: any[];
|
|
17
|
-
selectedRows: any[];
|
|
18
|
-
}
|
|
19
|
-
export declare abstract class BaseTableComponent extends BaseFormComponent implements OnInit {
|
|
20
|
-
tableOptionsChange: EventEmitter<Partial<TableOptions> | null>;
|
|
21
|
-
protected quickFilters: any[];
|
|
22
|
-
filterForm: FormGroup<any>;
|
|
23
|
-
filterFormQuickFilterKey?: string;
|
|
24
|
-
defaultFilterFormValues: any;
|
|
25
|
-
pageSizeDefault: number;
|
|
26
|
-
tableOptions?: FormControl<TableOptions>;
|
|
27
|
-
private _defaultTableValues;
|
|
28
|
-
defaultTableValues: Partial<TableOptions>;
|
|
29
|
-
get pageSize(): number;
|
|
30
|
-
set pageSize(pageSize: number);
|
|
31
|
-
get page(): number;
|
|
32
|
-
set page(page: number);
|
|
33
|
-
get quickFilter(): TableQuickFilter | string | null;
|
|
34
|
-
set quickFilter(quickFilter: TableQuickFilter | string | null);
|
|
35
|
-
get query(): string;
|
|
36
|
-
set query(query: string);
|
|
37
|
-
get filters(): any[];
|
|
38
|
-
set filters(filters: any[]);
|
|
39
|
-
get selectedRows(): any[];
|
|
40
|
-
set selectedRows(selectedRows: any[]);
|
|
41
|
-
get parsedDefaultTableValues(): {
|
|
42
|
-
pageSize: number;
|
|
43
|
-
page: number;
|
|
44
|
-
quickFilter: string | TableQuickFilter | null;
|
|
45
|
-
query: string;
|
|
46
|
-
filters: any[];
|
|
47
|
-
selectedRows: any[];
|
|
48
|
-
};
|
|
49
|
-
get tableValues(): Partial<TableOptions>;
|
|
50
|
-
set tableValues(values: Partial<TableOptions>);
|
|
51
|
-
constructor();
|
|
52
|
-
ngOnInit(): void;
|
|
53
|
-
resetTable(emitEvent?: boolean, forceRefresh?: boolean): void;
|
|
54
|
-
applyFormFilters(values?: any): void;
|
|
55
|
-
checkFilterForm(): void;
|
|
56
|
-
resetFormFilters(resetQuickFilter?: boolean): void;
|
|
57
|
-
protected _refresh(): void;
|
|
58
|
-
private _resetPageOrRefresh;
|
|
59
|
-
private _setTableValues;
|
|
60
|
-
private _getChanges;
|
|
61
|
-
protected _watchProperty<T>(observable: Observable<T & {
|
|
62
|
-
id: string;
|
|
63
|
-
}>, identifier?: keyof (T & {
|
|
64
|
-
id: string;
|
|
65
|
-
})): Observable<(T & {
|
|
66
|
-
id: string;
|
|
67
|
-
}) | null>;
|
|
68
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseTableComponent, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseTableComponent, "ng-component", never, {}, { "tableOptionsChange": "tableOptionsChange"; }, never, never, false, never>;
|
|
70
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from './table-cell/table-cell.component';
|
|
2
|
-
export * from './table-column/table-column.component';
|
|
3
|
-
export * from './table-extra-header/table-extra-header.component';
|
|
4
|
-
export * from './table/table.component';
|
|
5
|
-
export * from './table-row-action/table-row-action.component';
|
|
6
|
-
import { TableCell } from './table-cell/table-cell.component';
|
|
7
|
-
import { TableColumn } from './table-column/table-column.component';
|
|
8
|
-
import { TableExtraHeader } from './table-extra-header/table-extra-header.component';
|
|
9
|
-
import { TableRowAction } from './table-row-action/table-row-action.component';
|
|
10
|
-
import { Table } from './table/table.component';
|
|
11
|
-
export declare const TABLE_COMPONENTS: (typeof TableCell | typeof TableColumn | typeof TableExtraHeader | typeof TableRowAction | typeof Table)[];
|