@paperless/angular 2.0.1-beta.16 → 2.0.1-beta.160
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/directives/index.mjs +19 -7
- package/esm2020/lib/directives/p-checkbox.directive.mjs +39 -0
- package/esm2020/lib/directives/p-field.directive.mjs +38 -0
- package/esm2020/lib/directives/p-pagination-pages.directive.mjs +41 -0
- package/esm2020/lib/directives/p-pagination-size.directive.mjs +41 -0
- package/esm2020/lib/directives/p-radio.directive.mjs +60 -0
- package/esm2020/lib/directives/p-toggle.directive.mjs +38 -0
- package/esm2020/lib/modules/table/components/table/table.component.mjs +146 -80
- package/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +5 -19
- package/esm2020/lib/modules/table/components/table-column/table-column.component.mjs +20 -4
- package/esm2020/lib/modules/toast/types.mjs +4 -3
- package/esm2020/lib/paperless.module.mjs +15 -11
- package/esm2020/lib/stencil/angular-component-lib/utils.mjs +9 -1
- package/esm2020/lib/stencil/components.mjs +442 -246
- package/esm2020/lib/stencil/index.mjs +18 -10
- package/esm2020/lib/stencil.module.mjs +1 -1
- package/fesm2015/paperless-angular.mjs +820 -381
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +815 -380
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/directives/index.d.ts +9 -4
- package/lib/directives/p-checkbox.directive.d.ts +9 -0
- package/lib/directives/p-field.directive.d.ts +9 -0
- package/lib/directives/p-pagination-pages.directive.d.ts +10 -0
- package/lib/directives/{p-page-size-select.directive.d.ts → p-pagination-size.directive.d.ts} +3 -3
- package/lib/directives/p-radio.directive.d.ts +18 -0
- package/lib/directives/p-toggle.directive.d.ts +9 -0
- package/lib/modules/table/components/table/table.component.d.ts +40 -14
- package/lib/modules/table/components/table-cell/table-cell.component.d.ts +2 -6
- package/lib/modules/table/components/table-column/table-column.component.d.ts +1 -1
- package/lib/modules/toast/types.d.ts +3 -2
- package/lib/paperless.module.d.ts +15 -11
- package/lib/stencil/components.d.ts +305 -160
- package/lib/stencil/index.d.ts +1 -1
- package/lib/stencil.module.d.ts +1 -1
- package/package.json +1 -1
- package/paperless.css +248 -57
- package/esm2020/lib/directives/p-page-size-select.directive.mjs +0 -41
- package/esm2020/lib/directives/p-pagination.directive.mjs +0 -41
- package/lib/directives/p-pagination.directive.d.ts +0 -10
package/lib/stencil/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.PAccordion | typeof d.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.
|
|
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.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.PLabel | typeof d.PLayout | typeof d.PListing | typeof d.PListingItem | typeof d.PListingLine | 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.PRange | typeof d.PSegmentContainer | typeof d.PSegmentItem | typeof d.PSelect | typeof d.PSmile | 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)[];
|
package/lib/stencil.module.d.ts
CHANGED
|
@@ -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.
|
|
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.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.PLabel, typeof i1.PLayout, typeof i1.PListing, typeof i1.PListingItem, typeof i1.PListingLine, 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.PRange, typeof i1.PSegmentContainer, typeof i1.PSegmentItem, typeof i1.PSelect, typeof i1.PSmile, 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.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.PLabel, typeof i1.PLayout, typeof i1.PListing, typeof i1.PListingItem, typeof i1.PListingLine, 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.PRange, typeof i1.PSegmentContainer, typeof i1.PSegmentItem, typeof i1.PSelect, typeof i1.PSmile, 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
package/paperless.css
CHANGED
|
@@ -1,35 +1,31 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.fixed {
|
|
6
|
-
position: fixed !important
|
|
1
|
+
.pointer-events-none {
|
|
2
|
+
pointer-events: none !important
|
|
7
3
|
}
|
|
8
4
|
|
|
9
|
-
.
|
|
10
|
-
position:
|
|
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-
|
|
22
|
-
bottom:
|
|
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
|
-
.
|
|
42
|
-
|
|
43
|
-
|
|
37
|
+
.z-0 {
|
|
38
|
+
z-index: 0 !important
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.z-\[3\] {
|
|
42
|
+
z-index: 3 !important
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.my-16 {
|
|
46
|
+
margin-top: 4rem !important;
|
|
47
|
+
margin-bottom: 4rem !important
|
|
44
48
|
}
|
|
45
49
|
|
|
46
|
-
.
|
|
47
|
-
margin-
|
|
50
|
+
.my-4 {
|
|
51
|
+
margin-top: 1rem !important;
|
|
52
|
+
margin-bottom: 1rem !important
|
|
48
53
|
}
|
|
49
54
|
|
|
50
|
-
|
|
51
|
-
margin-bottom: 1.
|
|
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:
|
|
167
|
+
.flex-shrink-0 {
|
|
168
|
+
flex-shrink: 0 !important
|
|
152
169
|
}
|
|
153
170
|
|
|
154
|
-
|
|
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
|
-
|
|
160
|
-
|
|
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
|
-
.
|
|
164
|
-
|
|
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
|
-
.
|
|
212
|
-
|
|
263
|
+
.overflow-x-auto {
|
|
264
|
+
overflow-x: auto !important
|
|
213
265
|
}
|
|
214
266
|
|
|
215
|
-
.
|
|
216
|
-
|
|
217
|
-
padding-bottom: 6rem !important
|
|
267
|
+
.rounded {
|
|
268
|
+
border-radius: 0.25rem !important
|
|
218
269
|
}
|
|
219
270
|
|
|
220
271
|
.pr-0 {
|
|
@@ -225,32 +276,23 @@
|
|
|
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-
|
|
283
|
+
.text-black-teal {
|
|
242
284
|
--tw-text-opacity: 1 !important;
|
|
243
|
-
color: rgb(
|
|
285
|
+
color: rgb(3 42 36 / var(--tw-text-opacity, 1)) !important
|
|
244
286
|
}
|
|
245
287
|
|
|
246
|
-
.text-
|
|
288
|
+
.text-black-teal-300 {
|
|
247
289
|
--tw-text-opacity: 1 !important;
|
|
248
|
-
color: rgb(
|
|
290
|
+
color: rgb(104 127 124 / var(--tw-text-opacity, 1)) !important
|
|
249
291
|
}
|
|
250
292
|
|
|
251
|
-
.text-
|
|
293
|
+
.text-black-teal-400 {
|
|
252
294
|
--tw-text-opacity: 1 !important;
|
|
253
|
-
color: rgb(
|
|
295
|
+
color: rgb(53 85 80 / var(--tw-text-opacity, 1)) !important
|
|
254
296
|
}
|
|
255
297
|
|
|
256
298
|
.underline {
|
|
@@ -261,6 +303,10 @@
|
|
|
261
303
|
opacity: 0 !important
|
|
262
304
|
}
|
|
263
305
|
|
|
306
|
+
.opacity-100 {
|
|
307
|
+
opacity: 1 !important
|
|
308
|
+
}
|
|
309
|
+
|
|
264
310
|
.filter {
|
|
265
311
|
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
312
|
}
|
|
@@ -303,6 +349,151 @@
|
|
|
303
349
|
animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
|
|
304
350
|
}
|
|
305
351
|
|
|
352
|
+
.before\:pointer-events-none::before {
|
|
353
|
+
content: var(--tw-content) !important;
|
|
354
|
+
pointer-events: none !important
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.before\:absolute::before {
|
|
358
|
+
content: var(--tw-content) !important;
|
|
359
|
+
position: absolute !important
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.before\:left-0::before {
|
|
363
|
+
content: var(--tw-content) !important;
|
|
364
|
+
left: 0px !important
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.before\:top-0::before {
|
|
368
|
+
content: var(--tw-content) !important;
|
|
369
|
+
top: 0px !important
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.before\:z-\[1\]::before {
|
|
373
|
+
content: var(--tw-content) !important;
|
|
374
|
+
z-index: 1 !important
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.before\:h-full::before {
|
|
378
|
+
content: var(--tw-content) !important;
|
|
379
|
+
height: 100% !important
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.before\:w-\[10\%\]::before {
|
|
383
|
+
content: var(--tw-content) !important;
|
|
384
|
+
width: 10% !important
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.before\:bg-gradient-to-r::before {
|
|
388
|
+
content: var(--tw-content) !important;
|
|
389
|
+
background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.before\:from-white::before {
|
|
393
|
+
content: var(--tw-content) !important;
|
|
394
|
+
--tw-gradient-from: #FFFFFF var(--tw-gradient-from-position) !important;
|
|
395
|
+
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
|
|
396
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.before\:via-white\/80::before {
|
|
400
|
+
content: var(--tw-content) !important;
|
|
401
|
+
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
|
|
402
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.before\:to-transparent::before {
|
|
406
|
+
content: var(--tw-content) !important;
|
|
407
|
+
--tw-gradient-to: transparent var(--tw-gradient-to-position) !important
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.before\:opacity-0::before {
|
|
411
|
+
content: var(--tw-content) !important;
|
|
412
|
+
opacity: 0 !important
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.before\:opacity-100::before {
|
|
416
|
+
content: var(--tw-content) !important;
|
|
417
|
+
opacity: 1 !important
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.before\:transition-opacity::before {
|
|
421
|
+
content: var(--tw-content) !important;
|
|
422
|
+
transition-property: opacity !important;
|
|
423
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
424
|
+
transition-duration: 150ms !important
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.after\:absolute::after {
|
|
428
|
+
content: var(--tw-content) !important;
|
|
429
|
+
position: absolute !important
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.after\:right-0::after {
|
|
433
|
+
content: var(--tw-content) !important;
|
|
434
|
+
right: 0px !important
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.after\:top-0::after {
|
|
438
|
+
content: var(--tw-content) !important;
|
|
439
|
+
top: 0px !important
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.after\:z-\[0\]::after {
|
|
443
|
+
content: var(--tw-content) !important;
|
|
444
|
+
z-index: 0 !important
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.after\:h-full::after {
|
|
448
|
+
content: var(--tw-content) !important;
|
|
449
|
+
height: 100% !important
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.after\:w-\[10\%\]::after {
|
|
453
|
+
content: var(--tw-content) !important;
|
|
454
|
+
width: 10% !important
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.after\:bg-gradient-to-l::after {
|
|
458
|
+
content: var(--tw-content) !important;
|
|
459
|
+
background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.after\:from-white::after {
|
|
463
|
+
content: var(--tw-content) !important;
|
|
464
|
+
--tw-gradient-from: #FFFFFF var(--tw-gradient-from-position) !important;
|
|
465
|
+
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
|
|
466
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.after\:via-white\/80::after {
|
|
470
|
+
content: var(--tw-content) !important;
|
|
471
|
+
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
|
|
472
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to) !important
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.after\:to-transparent::after {
|
|
476
|
+
content: var(--tw-content) !important;
|
|
477
|
+
--tw-gradient-to: transparent var(--tw-gradient-to-position) !important
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.after\:opacity-0::after {
|
|
481
|
+
content: var(--tw-content) !important;
|
|
482
|
+
opacity: 0 !important
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.after\:opacity-100::after {
|
|
486
|
+
content: var(--tw-content) !important;
|
|
487
|
+
opacity: 1 !important
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.after\:transition-opacity::after {
|
|
491
|
+
content: var(--tw-content) !important;
|
|
492
|
+
transition-property: opacity !important;
|
|
493
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
494
|
+
transition-duration: 150ms !important
|
|
495
|
+
}
|
|
496
|
+
|
|
306
497
|
.group:hover .group-hover\:flex {
|
|
307
498
|
display: flex !important
|
|
308
499
|
}
|
|
@@ -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
|
-
}
|