@paperless/angular 2.0.1-beta.1 → 2.0.1-beta.100

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.
Files changed (44) hide show
  1. package/esm2020/lib/directives/index.mjs +19 -7
  2. package/esm2020/lib/directives/p-checkbox.directive.mjs +39 -0
  3. package/esm2020/lib/directives/p-field.directive.mjs +38 -0
  4. package/esm2020/lib/directives/p-pagination-pages.directive.mjs +41 -0
  5. package/esm2020/lib/directives/p-pagination-size.directive.mjs +41 -0
  6. package/esm2020/lib/directives/p-radio.directive.mjs +60 -0
  7. package/esm2020/lib/directives/p-toggle.directive.mjs +38 -0
  8. package/esm2020/lib/modules/table/components/table/table.component.mjs +159 -81
  9. package/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +4 -18
  10. package/esm2020/lib/modules/table/directives/index.mjs +4 -1
  11. package/esm2020/lib/modules/table/directives/p-table-custom-actions.directive.mjs +13 -0
  12. package/esm2020/lib/modules/table/table.module.mjs +3 -2
  13. package/esm2020/lib/modules/toast/types.mjs +4 -3
  14. package/esm2020/lib/paperless.module.mjs +15 -11
  15. package/esm2020/lib/stencil/angular-component-lib/utils.mjs +9 -1
  16. package/esm2020/lib/stencil/components.mjs +489 -119
  17. package/esm2020/lib/stencil/index.mjs +19 -4
  18. package/esm2020/lib/stencil.module.mjs +1 -1
  19. package/fesm2015/paperless-angular.mjs +878 -256
  20. package/fesm2015/paperless-angular.mjs.map +1 -1
  21. package/fesm2020/paperless-angular.mjs +873 -255
  22. package/fesm2020/paperless-angular.mjs.map +1 -1
  23. package/lib/directives/index.d.ts +9 -4
  24. package/lib/directives/p-checkbox.directive.d.ts +9 -0
  25. package/lib/directives/p-field.directive.d.ts +9 -0
  26. package/lib/directives/p-pagination-pages.directive.d.ts +10 -0
  27. package/lib/directives/{p-page-size-select.directive.d.ts → p-pagination-size.directive.d.ts} +3 -3
  28. package/lib/directives/p-radio.directive.d.ts +18 -0
  29. package/lib/directives/p-toggle.directive.d.ts +9 -0
  30. package/lib/modules/table/components/table/table.component.d.ts +45 -14
  31. package/lib/modules/table/components/table-cell/table-cell.component.d.ts +2 -6
  32. package/lib/modules/table/directives/index.d.ts +1 -0
  33. package/lib/modules/table/directives/p-table-custom-actions.directive.d.ts +5 -0
  34. package/lib/modules/table/table.module.d.ts +5 -4
  35. package/lib/modules/toast/types.d.ts +3 -2
  36. package/lib/paperless.module.d.ts +15 -11
  37. package/lib/stencil/components.d.ts +302 -106
  38. package/lib/stencil/index.d.ts +1 -1
  39. package/lib/stencil.module.d.ts +1 -1
  40. package/package.json +1 -1
  41. package/paperless.css +265 -62
  42. package/esm2020/lib/directives/p-page-size-select.directive.mjs +0 -41
  43. package/esm2020/lib/directives/p-pagination.directive.mjs +0 -41
  44. package/lib/directives/p-pagination.directive.d.ts +0 -10
@@ -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.PButton | typeof d.PButtonGroup | typeof d.PCalendar | typeof d.PCardBody | typeof d.PCardContainer | typeof d.PCardHeader | 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.PFloatingMenuContainer | typeof d.PFloatingMenuItem | typeof d.PHelper | typeof d.PIcon | 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.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.PTableContainer | typeof d.PTableFooter | typeof d.PTableHeader | typeof d.PTableRow | typeof d.PToast | 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.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.PButton, typeof i1.PButtonGroup, typeof i1.PCalendar, typeof i1.PCardBody, typeof i1.PCardContainer, typeof i1.PCardHeader, 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.PFloatingMenuContainer, typeof i1.PFloatingMenuItem, typeof i1.PHelper, typeof i1.PIcon, 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.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.PTableContainer, typeof i1.PTableFooter, typeof i1.PTableHeader, typeof i1.PTableRow, typeof i1.PToast, typeof i1.PTooltip], never, [typeof i1.PAccordion, typeof i1.PAttachment, typeof i1.PAvatar, typeof i1.PAvatarGroup, typeof i1.PBackdrop, typeof i1.PButton, typeof i1.PButtonGroup, typeof i1.PCalendar, typeof i1.PCardBody, typeof i1.PCardContainer, typeof i1.PCardHeader, 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.PFloatingMenuContainer, typeof i1.PFloatingMenuItem, typeof i1.PHelper, typeof i1.PIcon, 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.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.PTableContainer, typeof i1.PTableFooter, typeof i1.PTableHeader, typeof i1.PTableRow, typeof i1.PToast, 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.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.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.1",
3
+ "version": "2.0.1-beta.100",
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
@@ -1,35 +1,31 @@
1
- .static {
2
- position: static !important
1
+ .pointer-events-none {
2
+ pointer-events: none !important
3
3
  }
4
4
 
5
- .fixed {
6
- position: fixed !important
7
- }
8
-
9
- .absolute {
10
- position: absolute !important
5
+ .static {
6
+ position: static !important
11
7
  }
12
8
 
13
9
  .relative {
14
10
  position: relative !important
15
11
  }
16
12
 
13
+ .sticky {
14
+ position: sticky !important
15
+ }
16
+
17
17
  .bottom-0 {
18
18
  bottom: 0px !important
19
19
  }
20
20
 
21
- .bottom-4 {
22
- bottom: 1rem !important
21
+ .bottom-11 {
22
+ bottom: 2.75rem !important
23
23
  }
24
24
 
25
25
  .left-0 {
26
26
  left: 0px !important
27
27
  }
28
28
 
29
- .left-1\/2 {
30
- left: 50% !important
31
- }
32
-
33
29
  .right-0 {
34
30
  right: 0px !important
35
31
  }
@@ -38,27 +34,48 @@
38
34
  top: 0px !important
39
35
  }
40
36
 
41
- .mx-0 {
42
- margin-left: 0px !important;
43
- margin-right: 0px !important
37
+ .z-0 {
38
+ z-index: 0 !important
44
39
  }
45
40
 
46
- .mb-14 {
47
- margin-bottom: 3.5rem !important
41
+ .z-\[3\] {
42
+ z-index: 3 !important
48
43
  }
49
44
 
50
- .mb-6 {
51
- margin-bottom: 1.5rem !important
45
+ .my-16 {
46
+ margin-top: 4rem !important;
47
+ margin-bottom: 4rem !important
48
+ }
49
+
50
+ .my-4 {
51
+ margin-top: 1rem !important;
52
+ margin-bottom: 1rem !important
53
+ }
54
+
55
+ .-mb-5 {
56
+ margin-bottom: -1.25rem !important
57
+ }
58
+
59
+ .mb-8 {
60
+ margin-bottom: 2rem !important
52
61
  }
53
62
 
54
63
  .ml-auto {
55
64
  margin-left: auto !important
56
65
  }
57
66
 
67
+ .mt-4 {
68
+ margin-top: 1rem !important
69
+ }
70
+
58
71
  .block {
59
72
  display: block !important
60
73
  }
61
74
 
75
+ .inline-block {
76
+ display: inline-block !important
77
+ }
78
+
62
79
  .inline {
63
80
  display: inline !important
64
81
  }
@@ -131,6 +148,10 @@
131
148
  width: 75% !important
132
149
  }
133
150
 
151
+ .w-auto {
152
+ width: auto !important
153
+ }
154
+
134
155
  .w-full {
135
156
  width: 100% !important
136
157
  }
@@ -139,29 +160,64 @@
139
160
  min-width: 0px !important
140
161
  }
141
162
 
142
- .max-w-\[20rem\] {
143
- max-width: 20rem !important
144
- }
145
-
146
163
  .flex-1 {
147
164
  flex: 1 1 0% !important
148
165
  }
149
166
 
150
- .flex-shrink {
151
- flex-shrink: 1 !important
167
+ .flex-shrink-0 {
168
+ flex-shrink: 0 !important
152
169
  }
153
170
 
154
- .-translate-x-1\/2 {
155
- --tw-translate-x: -50% !important;
171
+ .transform {
156
172
  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
157
173
  }
158
174
 
159
- .transform {
160
- 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
175
+ @keyframes floatingMenuContainerIn {
176
+ 0% {
177
+ display: none;
178
+ transform: translateY(100%);
179
+ opacity: 0
180
+ }
181
+
182
+ 1% {
183
+ display: flex;
184
+ transform: translateY(100%);
185
+ opacity: 0
186
+ }
187
+
188
+ 100% {
189
+ display: flex;
190
+ transform: translateY(0);
191
+ opacity: 100
192
+ }
161
193
  }
162
194
 
163
- .cursor-pointer {
164
- cursor: pointer !important
195
+ .animate-floating-menu-container-in {
196
+ animation: forwards floatingMenuContainerIn .5s ease !important
197
+ }
198
+
199
+ @keyframes floatingMenuContainerOut {
200
+ 0% {
201
+ display: flex;
202
+ transform: translateY(0);
203
+ opacity: 100
204
+ }
205
+
206
+ 99% {
207
+ display: flex;
208
+ transform: translateY(100%);
209
+ opacity: 0
210
+ }
211
+
212
+ 100% {
213
+ display: none;
214
+ transform: translateY(100%);
215
+ opacity: 0
216
+ }
217
+ }
218
+
219
+ .animate-floating-menu-container-out {
220
+ animation: forwards floatingMenuContainerOut .5s ease !important
165
221
  }
166
222
 
167
223
  .flex-col {
@@ -188,10 +244,6 @@
188
244
  justify-content: space-between !important
189
245
  }
190
246
 
191
- .gap-2 {
192
- gap: 0.5rem !important
193
- }
194
-
195
247
  .gap-4 {
196
248
  gap: 1rem !important
197
249
  }
@@ -208,13 +260,12 @@
208
260
  overflow: hidden !important
209
261
  }
210
262
 
211
- .rounded {
212
- border-radius: 0.25rem !important
263
+ .overflow-x-auto {
264
+ overflow-x: auto !important
213
265
  }
214
266
 
215
- .py-24 {
216
- padding-top: 6rem !important;
217
- padding-bottom: 6rem !important
267
+ .rounded {
268
+ border-radius: 0.25rem !important
218
269
  }
219
270
 
220
271
  .pr-0 {
@@ -225,32 +276,13 @@
225
276
  padding-right: 1rem !important
226
277
  }
227
278
 
228
- .text-center {
229
- text-align: center !important
230
- }
231
-
232
- .text-sm {
233
- font-size: 0.875rem !important;
234
- line-height: 1.25rem !important
235
- }
236
-
237
279
  .font-semibold {
238
280
  font-weight: 600 !important
239
281
  }
240
282
 
241
- .text-storm {
242
- --tw-text-opacity: 1 !important;
243
- color: rgb(81 83 107 / var(--tw-text-opacity)) !important
244
- }
245
-
246
283
  .text-storm-dark {
247
284
  --tw-text-opacity: 1 !important;
248
- color: rgb(39 40 56 / var(--tw-text-opacity)) !important
249
- }
250
-
251
- .text-storm-medium {
252
- --tw-text-opacity: 1 !important;
253
- color: rgb(128 130 158 / var(--tw-text-opacity)) !important
285
+ color: rgb(39 40 56 / var(--tw-text-opacity, 1)) !important
254
286
  }
255
287
 
256
288
  .underline {
@@ -261,6 +293,10 @@
261
293
  opacity: 0 !important
262
294
  }
263
295
 
296
+ .opacity-100 {
297
+ opacity: 1 !important
298
+ }
299
+
264
300
  .filter {
265
301
  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) !important
266
302
  }
@@ -281,6 +317,173 @@
281
317
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
282
318
  }
283
319
 
320
+ @keyframes enter {
321
+ from {
322
+ opacity: var(--tw-enter-opacity, 1);
323
+ transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))
324
+ }
325
+ }
326
+
327
+ @keyframes exit {
328
+ to {
329
+ opacity: var(--tw-exit-opacity, 1);
330
+ transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))
331
+ }
332
+ }
333
+
334
+ .ease-in {
335
+ animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
336
+ }
337
+
338
+ .ease-out {
339
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
340
+ }
341
+
342
+ .before\:pointer-events-none::before {
343
+ content: var(--tw-content) !important;
344
+ pointer-events: none !important
345
+ }
346
+
347
+ .before\:absolute::before {
348
+ content: var(--tw-content) !important;
349
+ position: absolute !important
350
+ }
351
+
352
+ .before\:left-0::before {
353
+ content: var(--tw-content) !important;
354
+ left: 0px !important
355
+ }
356
+
357
+ .before\:top-0::before {
358
+ content: var(--tw-content) !important;
359
+ top: 0px !important
360
+ }
361
+
362
+ .before\:z-\[1\]::before {
363
+ content: var(--tw-content) !important;
364
+ z-index: 1 !important
365
+ }
366
+
367
+ .before\:h-full::before {
368
+ content: var(--tw-content) !important;
369
+ height: 100% !important
370
+ }
371
+
372
+ .before\:w-\[10\%\]::before {
373
+ content: var(--tw-content) !important;
374
+ width: 10% !important
375
+ }
376
+
377
+ .before\:bg-gradient-to-r::before {
378
+ content: var(--tw-content) !important;
379
+ background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important
380
+ }
381
+
382
+ .before\:from-white::before {
383
+ content: var(--tw-content) !important;
384
+ --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position) !important;
385
+ --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
386
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important
387
+ }
388
+
389
+ .before\:via-white\/80::before {
390
+ content: var(--tw-content) !important;
391
+ --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
392
+ --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important
393
+ }
394
+
395
+ .before\:to-transparent::before {
396
+ content: var(--tw-content) !important;
397
+ --tw-gradient-to: transparent var(--tw-gradient-to-position) !important
398
+ }
399
+
400
+ .before\:opacity-0::before {
401
+ content: var(--tw-content) !important;
402
+ opacity: 0 !important
403
+ }
404
+
405
+ .before\:opacity-100::before {
406
+ content: var(--tw-content) !important;
407
+ opacity: 1 !important
408
+ }
409
+
410
+ .before\:transition-opacity::before {
411
+ content: var(--tw-content) !important;
412
+ transition-property: opacity !important;
413
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
414
+ transition-duration: 150ms !important
415
+ }
416
+
417
+ .after\:absolute::after {
418
+ content: var(--tw-content) !important;
419
+ position: absolute !important
420
+ }
421
+
422
+ .after\:right-0::after {
423
+ content: var(--tw-content) !important;
424
+ right: 0px !important
425
+ }
426
+
427
+ .after\:top-0::after {
428
+ content: var(--tw-content) !important;
429
+ top: 0px !important
430
+ }
431
+
432
+ .after\:z-\[0\]::after {
433
+ content: var(--tw-content) !important;
434
+ z-index: 0 !important
435
+ }
436
+
437
+ .after\:h-full::after {
438
+ content: var(--tw-content) !important;
439
+ height: 100% !important
440
+ }
441
+
442
+ .after\:w-\[10\%\]::after {
443
+ content: var(--tw-content) !important;
444
+ width: 10% !important
445
+ }
446
+
447
+ .after\:bg-gradient-to-l::after {
448
+ content: var(--tw-content) !important;
449
+ background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important
450
+ }
451
+
452
+ .after\:from-white::after {
453
+ content: var(--tw-content) !important;
454
+ --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position) !important;
455
+ --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
456
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important
457
+ }
458
+
459
+ .after\:via-white\/80::after {
460
+ content: var(--tw-content) !important;
461
+ --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
462
+ --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important
463
+ }
464
+
465
+ .after\:to-transparent::after {
466
+ content: var(--tw-content) !important;
467
+ --tw-gradient-to: transparent var(--tw-gradient-to-position) !important
468
+ }
469
+
470
+ .after\:opacity-0::after {
471
+ content: var(--tw-content) !important;
472
+ opacity: 0 !important
473
+ }
474
+
475
+ .after\:opacity-100::after {
476
+ content: var(--tw-content) !important;
477
+ opacity: 1 !important
478
+ }
479
+
480
+ .after\:transition-opacity::after {
481
+ content: var(--tw-content) !important;
482
+ transition-property: opacity !important;
483
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
484
+ transition-duration: 150ms !important
485
+ }
486
+
284
487
  .group:hover .group-hover\:flex {
285
488
  display: flex !important
286
489
  }
@@ -1,41 +0,0 @@
1
- import { Directive } from '@angular/core';
2
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
- import { BaseValueAccessor } from '../base';
4
- import * as i0 from "@angular/core";
5
- export class PageSizeSelectDirective extends BaseValueAccessor {
6
- constructor(el) {
7
- super(el);
8
- }
9
- writeValue(value) {
10
- this.el.nativeElement.page = this.lastValue = value == null ? 12 : value;
11
- }
12
- registerOnChange(fn) {
13
- super.registerOnChange(value => fn(parseInt(value, 10)));
14
- }
15
- }
16
- PageSizeSelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PageSizeSelectDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17
- PageSizeSelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: PageSizeSelectDirective, selector: "p-page-size-select", host: { listeners: { "sizeChange": "handleChangeEvent($event.detail)" } }, providers: [
18
- {
19
- provide: NG_VALUE_ACCESSOR,
20
- useExisting: PageSizeSelectDirective,
21
- multi: true,
22
- },
23
- ], usesInheritance: true, ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PageSizeSelectDirective, decorators: [{
25
- type: Directive,
26
- args: [{
27
- /* tslint:disable-next-line:directive-selector */
28
- selector: 'p-page-size-select',
29
- host: {
30
- '(sizeChange)': 'handleChangeEvent($event.detail)',
31
- },
32
- providers: [
33
- {
34
- provide: NG_VALUE_ACCESSOR,
35
- useExisting: PageSizeSelectDirective,
36
- multi: true,
37
- },
38
- ],
39
- }]
40
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
41
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicC1wYWdlLXNpemUtc2VsZWN0LmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3BhcGVybGVzcy9zcmMvbGliL2RpcmVjdGl2ZXMvcC1wYWdlLXNpemUtc2VsZWN0LmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFjLE1BQU0sZUFBZSxDQUFDO0FBQ3RELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRW5ELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLFNBQVMsQ0FBQzs7QUFnQjVDLE1BQU0sT0FBTyx1QkFBd0IsU0FBUSxpQkFBaUI7SUFDN0QsWUFBWSxFQUFjO1FBQ3pCLEtBQUssQ0FBQyxFQUFFLENBQUMsQ0FBQztJQUNYLENBQUM7SUFFUSxVQUFVLENBQUMsS0FBVTtRQUM3QixJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLElBQUksSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQztJQUMxRSxDQUFDO0lBRVEsZ0JBQWdCLENBQUMsRUFBOEI7UUFDdkQsS0FBSyxDQUFDLGdCQUFnQixDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQzFELENBQUM7O29IQVhXLHVCQUF1Qjt3R0FBdkIsdUJBQXVCLHdIQVJ4QjtRQUNWO1lBQ0MsT0FBTyxFQUFFLGlCQUFpQjtZQUMxQixXQUFXLEVBQUUsdUJBQXVCO1lBQ3BDLEtBQUssRUFBRSxJQUFJO1NBQ1g7S0FDRDsyRkFFVyx1QkFBdUI7a0JBZG5DLFNBQVM7bUJBQUM7b0JBQ1YsaURBQWlEO29CQUNqRCxRQUFRLEVBQUUsb0JBQW9CO29CQUM5QixJQUFJLEVBQUU7d0JBQ0wsY0FBYyxFQUFFLGtDQUFrQztxQkFDbEQ7b0JBQ0QsU0FBUyxFQUFFO3dCQUNWOzRCQUNDLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcseUJBQXlCOzRCQUNwQyxLQUFLLEVBQUUsSUFBSTt5QkFDWDtxQkFDRDtpQkFDRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgRWxlbWVudFJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7IEJhc2VWYWx1ZUFjY2Vzc29yIH0gZnJvbSAnLi4vYmFzZSc7XG5cbkBEaXJlY3RpdmUoe1xuXHQvKiB0c2xpbnQ6ZGlzYWJsZS1uZXh0LWxpbmU6ZGlyZWN0aXZlLXNlbGVjdG9yICovXG5cdHNlbGVjdG9yOiAncC1wYWdlLXNpemUtc2VsZWN0Jyxcblx0aG9zdDoge1xuXHRcdCcoc2l6ZUNoYW5nZSknOiAnaGFuZGxlQ2hhbmdlRXZlbnQoJGV2ZW50LmRldGFpbCknLFxuXHR9LFxuXHRwcm92aWRlcnM6IFtcblx0XHR7XG5cdFx0XHRwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcblx0XHRcdHVzZUV4aXN0aW5nOiBQYWdlU2l6ZVNlbGVjdERpcmVjdGl2ZSxcblx0XHRcdG11bHRpOiB0cnVlLFxuXHRcdH0sXG5cdF0sXG59KVxuZXhwb3J0IGNsYXNzIFBhZ2VTaXplU2VsZWN0RGlyZWN0aXZlIGV4dGVuZHMgQmFzZVZhbHVlQWNjZXNzb3Ige1xuXHRjb25zdHJ1Y3RvcihlbDogRWxlbWVudFJlZikge1xuXHRcdHN1cGVyKGVsKTtcblx0fVxuXG5cdG92ZXJyaWRlIHdyaXRlVmFsdWUodmFsdWU6IGFueSkge1xuXHRcdHRoaXMuZWwubmF0aXZlRWxlbWVudC5wYWdlID0gdGhpcy5sYXN0VmFsdWUgPSB2YWx1ZSA9PSBudWxsID8gMTIgOiB2YWx1ZTtcblx0fVxuXG5cdG92ZXJyaWRlIHJlZ2lzdGVyT25DaGFuZ2UoZm46IChfOiBudW1iZXIgfCBudWxsKSA9PiB2b2lkKSB7XG5cdFx0c3VwZXIucmVnaXN0ZXJPbkNoYW5nZSh2YWx1ZSA9PiBmbihwYXJzZUludCh2YWx1ZSwgMTApKSk7XG5cdH1cbn1cbiJdfQ==
@@ -1,41 +0,0 @@
1
- import { Directive } from '@angular/core';
2
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
- import { BaseValueAccessor } from '../base';
4
- import * as i0 from "@angular/core";
5
- export class PaginationDirective extends BaseValueAccessor {
6
- constructor(el) {
7
- super(el);
8
- }
9
- writeValue(value) {
10
- this.el.nativeElement.page = this.lastValue = value == null ? 1 : value;
11
- }
12
- registerOnChange(fn) {
13
- super.registerOnChange(value => fn(parseInt(value, 10)));
14
- }
15
- }
16
- PaginationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PaginationDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17
- PaginationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: PaginationDirective, selector: "p-pagination", host: { listeners: { "pageChange": "handleChangeEvent($event.detail)" } }, providers: [
18
- {
19
- provide: NG_VALUE_ACCESSOR,
20
- useExisting: PaginationDirective,
21
- multi: true,
22
- },
23
- ], usesInheritance: true, ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PaginationDirective, decorators: [{
25
- type: Directive,
26
- args: [{
27
- /* tslint:disable-next-line:directive-selector */
28
- selector: 'p-pagination',
29
- host: {
30
- '(pageChange)': 'handleChangeEvent($event.detail)',
31
- },
32
- providers: [
33
- {
34
- provide: NG_VALUE_ACCESSOR,
35
- useExisting: PaginationDirective,
36
- multi: true,
37
- },
38
- ],
39
- }]
40
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
41
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicC1wYWdpbmF0aW9uLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3BhcGVybGVzcy9zcmMvbGliL2RpcmVjdGl2ZXMvcC1wYWdpbmF0aW9uLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFjLE1BQU0sZUFBZSxDQUFDO0FBQ3RELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRW5ELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLFNBQVMsQ0FBQzs7QUFnQjVDLE1BQU0sT0FBTyxtQkFBb0IsU0FBUSxpQkFBaUI7SUFDekQsWUFBWSxFQUFjO1FBQ3pCLEtBQUssQ0FBQyxFQUFFLENBQUMsQ0FBQztJQUNYLENBQUM7SUFFZSxVQUFVLENBQUMsS0FBVTtRQUNwQyxJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLElBQUksSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQztJQUN6RSxDQUFDO0lBRWUsZ0JBQWdCLENBQUMsRUFBOEI7UUFDOUQsS0FBSyxDQUFDLGdCQUFnQixDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQzFELENBQUM7O2dIQVhXLG1CQUFtQjtvR0FBbkIsbUJBQW1CLGtIQVJwQjtRQUNWO1lBQ0MsT0FBTyxFQUFFLGlCQUFpQjtZQUMxQixXQUFXLEVBQUUsbUJBQW1CO1lBQ2hDLEtBQUssRUFBRSxJQUFJO1NBQ1g7S0FDRDsyRkFFVyxtQkFBbUI7a0JBZC9CLFNBQVM7bUJBQUM7b0JBQ1YsaURBQWlEO29CQUNqRCxRQUFRLEVBQUUsY0FBYztvQkFDeEIsSUFBSSxFQUFFO3dCQUNMLGNBQWMsRUFBRSxrQ0FBa0M7cUJBQ2xEO29CQUNELFNBQVMsRUFBRTt3QkFDVjs0QkFDQyxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLHFCQUFxQjs0QkFDaEMsS0FBSyxFQUFFLElBQUk7eUJBQ1g7cUJBQ0Q7aUJBQ0QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEVsZW1lbnRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQgeyBCYXNlVmFsdWVBY2Nlc3NvciB9IGZyb20gJy4uL2Jhc2UnO1xuXG5ARGlyZWN0aXZlKHtcblx0LyogdHNsaW50OmRpc2FibGUtbmV4dC1saW5lOmRpcmVjdGl2ZS1zZWxlY3RvciAqL1xuXHRzZWxlY3RvcjogJ3AtcGFnaW5hdGlvbicsXG5cdGhvc3Q6IHtcblx0XHQnKHBhZ2VDaGFuZ2UpJzogJ2hhbmRsZUNoYW5nZUV2ZW50KCRldmVudC5kZXRhaWwpJyxcblx0fSxcblx0cHJvdmlkZXJzOiBbXG5cdFx0e1xuXHRcdFx0cHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG5cdFx0XHR1c2VFeGlzdGluZzogUGFnaW5hdGlvbkRpcmVjdGl2ZSxcblx0XHRcdG11bHRpOiB0cnVlLFxuXHRcdH0sXG5cdF0sXG59KVxuZXhwb3J0IGNsYXNzIFBhZ2luYXRpb25EaXJlY3RpdmUgZXh0ZW5kcyBCYXNlVmFsdWVBY2Nlc3NvciB7XG5cdGNvbnN0cnVjdG9yKGVsOiBFbGVtZW50UmVmKSB7XG5cdFx0c3VwZXIoZWwpO1xuXHR9XG5cblx0cHVibGljIG92ZXJyaWRlIHdyaXRlVmFsdWUodmFsdWU6IGFueSkge1xuXHRcdHRoaXMuZWwubmF0aXZlRWxlbWVudC5wYWdlID0gdGhpcy5sYXN0VmFsdWUgPSB2YWx1ZSA9PSBudWxsID8gMSA6IHZhbHVlO1xuXHR9XG5cblx0cHVibGljIG92ZXJyaWRlIHJlZ2lzdGVyT25DaGFuZ2UoZm46IChfOiBudW1iZXIgfCBudWxsKSA9PiB2b2lkKSB7XG5cdFx0c3VwZXIucmVnaXN0ZXJPbkNoYW5nZSh2YWx1ZSA9PiBmbihwYXJzZUludCh2YWx1ZSwgMTApKSk7XG5cdH1cbn1cbiJdfQ==
@@ -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 PaginationDirective extends BaseValueAccessor {
5
- constructor(el: ElementRef);
6
- writeValue(value: any): void;
7
- registerOnChange(fn: (_: number | null) => void): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<PaginationDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<PaginationDirective, "p-pagination", never, {}, {}, never, never, false, never>;
10
- }