@paperless/angular 2.22.0-alpha.34 → 2.22.0-alpha.36
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/package.json
CHANGED
package/paperless.css
CHANGED
|
@@ -368,20 +368,6 @@
|
|
|
368
368
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
.transition {
|
|
372
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
373
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
374
|
-
transition-duration: 150ms
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.ease-in {
|
|
378
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.ease-out {
|
|
382
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
|
|
383
|
-
}
|
|
384
|
-
|
|
385
371
|
@keyframes enter {
|
|
386
372
|
from {
|
|
387
373
|
opacity: var(--tw-enter-opacity, 1);
|
|
@@ -396,12 +382,36 @@
|
|
|
396
382
|
}
|
|
397
383
|
}
|
|
398
384
|
|
|
399
|
-
.
|
|
400
|
-
animation-
|
|
385
|
+
.animate-in {
|
|
386
|
+
animation-name: enter;
|
|
387
|
+
animation-duration: 150ms;
|
|
388
|
+
--tw-enter-opacity: initial;
|
|
389
|
+
--tw-enter-scale: initial;
|
|
390
|
+
--tw-enter-rotate: initial;
|
|
391
|
+
--tw-enter-translate-x: initial;
|
|
392
|
+
--tw-enter-translate-y: initial
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.animate-out {
|
|
396
|
+
animation-name: exit;
|
|
397
|
+
animation-duration: 150ms;
|
|
398
|
+
--tw-exit-opacity: initial;
|
|
399
|
+
--tw-exit-scale: initial;
|
|
400
|
+
--tw-exit-rotate: initial;
|
|
401
|
+
--tw-exit-translate-x: initial;
|
|
402
|
+
--tw-exit-translate-y: initial
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.fade-in {
|
|
406
|
+
--tw-enter-opacity: 0
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.fade-out {
|
|
410
|
+
--tw-exit-opacity: 0
|
|
401
411
|
}
|
|
402
412
|
|
|
403
|
-
.
|
|
404
|
-
|
|
413
|
+
.slide-in-from-top {
|
|
414
|
+
--tw-enter-translate-y: -100%
|
|
405
415
|
}
|
|
406
416
|
|
|
407
417
|
.before\:pointer-events-none::before {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as _angular_animations from '@angular/animations';
|
|
2
1
|
import { FormControl, FormGroup, FormArray, AbstractControl, ControlValueAccessor, NumberValueAccessor, NgControl } from '@angular/forms';
|
|
3
2
|
import * as i0 from '@angular/core';
|
|
4
3
|
import { EventEmitter, ElementRef, Renderer2, OnInit, OnDestroy, Injector, StaticProvider, TemplateRef, NgZone, ChangeDetectorRef, OnChanges, SimpleChanges, AfterViewInit, QueryList, PipeTransform } from '@angular/core';
|
|
@@ -20,12 +19,6 @@ import { QuickFilter, cn, Components, TableRowActionShowFunc, RowClickEvent, Ico
|
|
|
20
19
|
import * as _paperless_angular from '@paperless/angular';
|
|
21
20
|
import { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';
|
|
22
21
|
|
|
23
|
-
declare const FADE_IN: _angular_animations.AnimationTriggerMetadata;
|
|
24
|
-
declare const FADE_OUT: _angular_animations.AnimationTriggerMetadata;
|
|
25
|
-
|
|
26
|
-
declare const SLIDE_IN_BOTTOM_OUT_TOP: _angular_animations.AnimationTriggerMetadata;
|
|
27
|
-
declare const SLIDE_IN_TOP_OUT_BOTTOM: _angular_animations.AnimationTriggerMetadata;
|
|
28
|
-
|
|
29
22
|
declare abstract class BaseFormComponent {
|
|
30
23
|
markedDirty: boolean;
|
|
31
24
|
scrollToFirstError(): void;
|
|
@@ -1805,5 +1798,5 @@ declare class PaperlessModule {
|
|
|
1805
1798
|
|
|
1806
1799
|
declare const PIPES: (typeof CustomCurrencyPipe | typeof CustomDatePipe | typeof SafePipe | typeof SelectAutocompletePipe)[];
|
|
1807
1800
|
|
|
1808
|
-
export { BaseFormComponent, BaseTableComponent, BaseUploadComponent, BaseValueAccessor, CheckboxDirective, CropperDirective, CustomCurrencyPipe, CustomDatePipe, DIRECTIVES, DatepickerDirective,
|
|
1801
|
+
export { BaseFormComponent, BaseTableComponent, BaseUploadComponent, BaseValueAccessor, CheckboxDirective, CropperDirective, CustomCurrencyPipe, CustomDatePipe, DIRECTIVES, DatepickerDirective, FieldDirective, FieldNumberDirective, MODULES, OverlayModule, OverlayRef, OverlayService, PAccordion, PAttachment, PAvatar, PAvatarGroup, PBackdrop, PBadge, PButton, PButtonGroup, PCalendar, PCardBody, PCardContainer, PCardHeader, PCheckbox, PContentSlider, PCropper, PDatepicker, PDivider, PDrawer, PDrawerBody, PDrawerContainer, PDrawerHeader, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PEmptyState, PField, PFieldContainer, PFloatingMenuContainer, PFloatingMenuItem, PHelper, PIPES, PIbanIcon, PIcon, PIllustration, PInfoPanel, PLabel, PLayout, PListing, PListingItem, PListingLine, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PNavigationSection, PNavigationTitle, PPagination, PPaginationPages, PPaginationPagesItem, PPaginationSize, PProfile, PRadio, PRange, PSegmentContainer, PSegmentItem, PSelect, PSmile, PStepper, PStepperItem, PStepperLine, PTabContainer, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTableRowActionsContainer, PToast, PToggle, PTooltip, PaginationPagesDirective, PaginationSizeDirective, PaperlessModule, RadioDirective, SafePipe, SelectAutocompletePipe, SelectDirective, SelectSelectAllPipe, TABLE_COMPONENTS, TABLE_DIRECTIVES, TOAST_COMPONENTS, TOAST_DIRECTIVES, TableCellComponent, TableColumnComponent, TableComponent, TableCustomActionsDirective, TableCustomFilterDirective, TableCustomRowDirective, TableDirective, TableExtraHeaderComponent, TableFilterModalDirective, TableFooterDirective, TableHeaderDirective, TableModule, TableNgxDirective, TableRowActionComponent, ToastContainerComponent, ToastDirective, ToastModule, ToastService, ToastVariants, ToggleDirective, createFormFilters };
|
|
1809
1802
|
export type { AsyncItem, NGXTableDirectiveValue, PToastContainer, TableDirectiveValue, TableHeaderDirectiveValue, TableOptions, TableQuickFilter, TableRowActionClickEvent, TableRowActionQueryParams, TableRowActionRouterLink, ToastActionFunction, ToastData, ToastOptions };
|