@maggioli-design-system/mds-paginator 3.6.4 → 3.6.5
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/dist/documentation.json +1 -1
- package/dist/stats.json +1 -1
- package/documentation.json +11 -1
- package/package.json +3 -3
- package/src/fixtures/icons.json +12 -0
- package/src/fixtures/iconsauce.json +12 -0
package/dist/documentation.json
CHANGED
package/dist/stats.json
CHANGED
package/documentation.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-04-18T12:48:57",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.10.0",
|
|
@@ -229,6 +229,11 @@
|
|
|
229
229
|
"docstring": "",
|
|
230
230
|
"path": "src/components/mds-chip/meta/interface.ts"
|
|
231
231
|
},
|
|
232
|
+
"src/components/mds-dropdown/meta/types.ts::DropdownInteractionType": {
|
|
233
|
+
"declaration": "export type DropdownInteractionType =\n | 'click'\n | 'mouseover'",
|
|
234
|
+
"docstring": "",
|
|
235
|
+
"path": "src/components/mds-dropdown/meta/types.ts"
|
|
236
|
+
},
|
|
232
237
|
"src/type/floating-ui.ts::FloatingUIPlacement": {
|
|
233
238
|
"declaration": "export type FloatingUIPlacement =\n | 'bottom'\n | 'bottom-end'\n | 'bottom-start'\n | 'left'\n | 'left-end'\n | 'left-start'\n | 'right'\n | 'right-end'\n | 'right-start'\n | 'top'\n | 'top-end'\n | 'top-start'",
|
|
234
239
|
"docstring": "",
|
|
@@ -454,6 +459,11 @@
|
|
|
454
459
|
"docstring": "",
|
|
455
460
|
"path": "src/components/mds-push-notification/meta/types.ts"
|
|
456
461
|
},
|
|
462
|
+
"src/components/mds-push-notification/meta/event-detail.ts::MdsPushNotificationEventDetail": {
|
|
463
|
+
"declaration": "export interface MdsPushNotificationEventDetail {\n id: string;\n}",
|
|
464
|
+
"docstring": "",
|
|
465
|
+
"path": "src/components/mds-push-notification/meta/event-detail.ts"
|
|
466
|
+
},
|
|
457
467
|
"src/components/mds-stepper-bar/meta/event-detail.ts::MdsStepperBarEventDetail": {
|
|
458
468
|
"declaration": "export interface MdsStepperBarEventDetail {\n step: number\n value: string\n}",
|
|
459
469
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maggioli-design-system/mds-paginator",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.5",
|
|
4
4
|
"description": "mds-paginator is a web-component from Magma Design System, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"test": "stencil test --spec --e2e"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@maggioli-design-system/mds-paginator-item": "2.8.
|
|
28
|
-
"@maggioli-design-system/styles": "14.
|
|
27
|
+
"@maggioli-design-system/mds-paginator-item": "2.8.4",
|
|
28
|
+
"@maggioli-design-system/styles": "14.3.2",
|
|
29
29
|
"@stencil/core": "4.10.0"
|
|
30
30
|
},
|
|
31
31
|
"license": "MIT",
|
package/src/fixtures/icons.json
CHANGED
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
"mdi/replay",
|
|
13
13
|
"mdi/vector-curve",
|
|
14
14
|
"mgg/abitazione-principale",
|
|
15
|
+
"mgg/action-email-overlay-progress-10",
|
|
16
|
+
"mgg/action-email-overlay-progress-90",
|
|
17
|
+
"mgg/action-email-send-wait",
|
|
18
|
+
"mgg/action-email-send-warning",
|
|
15
19
|
"mgg/action-hide-down-side",
|
|
16
20
|
"mgg/action-hide-left-side",
|
|
17
21
|
"mgg/action-hide-right-side",
|
|
@@ -64,6 +68,7 @@
|
|
|
64
68
|
"mgg/data-analytics-time",
|
|
65
69
|
"mgg/data-category-alt",
|
|
66
70
|
"mgg/data-civil-union",
|
|
71
|
+
"mgg/data-cleaning",
|
|
67
72
|
"mgg/data-death-civil-union",
|
|
68
73
|
"mgg/data-death-marriage",
|
|
69
74
|
"mgg/data-end-civil-union",
|
|
@@ -74,6 +79,8 @@
|
|
|
74
79
|
"mgg/document-less",
|
|
75
80
|
"mgg/document-magic",
|
|
76
81
|
"mgg/document-rename",
|
|
82
|
+
"mgg/download-csv",
|
|
83
|
+
"mgg/download-json",
|
|
77
84
|
"mgg/electronic-document",
|
|
78
85
|
"mgg/email-open-check",
|
|
79
86
|
"mgg/email-open-off",
|
|
@@ -105,6 +112,7 @@
|
|
|
105
112
|
"mgg/forwarded-with-a-single-sending",
|
|
106
113
|
"mgg/fullscreen-on-alt",
|
|
107
114
|
"mgg/google-check-small",
|
|
115
|
+
"mgg/google-experiment",
|
|
108
116
|
"mgg/google-keyboard-double-arrow-down",
|
|
109
117
|
"mgg/google-keyboard-double-arrow-up",
|
|
110
118
|
"mgg/google-place-item",
|
|
@@ -135,6 +143,7 @@
|
|
|
135
143
|
"mgg/logo-gpl",
|
|
136
144
|
"mgg/logo-ilibro",
|
|
137
145
|
"mgg/map-marker-settings",
|
|
146
|
+
"mgg/masks-office",
|
|
138
147
|
"mgg/military-draft",
|
|
139
148
|
"mgg/money-bag-settings",
|
|
140
149
|
"mgg/money-on-hand",
|
|
@@ -172,6 +181,8 @@
|
|
|
172
181
|
"mgg/pagopa",
|
|
173
182
|
"mgg/partial-wall",
|
|
174
183
|
"mgg/payment-settings",
|
|
184
|
+
"mgg/pec-handshake",
|
|
185
|
+
"mgg/pec-ok",
|
|
175
186
|
"mgg/pec-sent-to-the-not-pec-recipient",
|
|
176
187
|
"mgg/places-green",
|
|
177
188
|
"mgg/places-green-doc",
|
|
@@ -192,6 +203,7 @@
|
|
|
192
203
|
"mgg/search-maggioli",
|
|
193
204
|
"mgg/send-progress",
|
|
194
205
|
"mgg/sending-error",
|
|
206
|
+
"mgg/session",
|
|
195
207
|
"mgg/settings-attachment",
|
|
196
208
|
"mgg/sign-shop",
|
|
197
209
|
"mgg/square-viewfinder",
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
[
|
|
2
2
|
"mgg/abitazione-principale",
|
|
3
|
+
"mgg/action-email-overlay-progress-10",
|
|
4
|
+
"mgg/action-email-overlay-progress-90",
|
|
5
|
+
"mgg/action-email-send-wait",
|
|
6
|
+
"mgg/action-email-send-warning",
|
|
3
7
|
"mgg/action-hide-down-side",
|
|
4
8
|
"mgg/action-hide-left-side",
|
|
5
9
|
"mgg/action-hide-right-side",
|
|
@@ -52,6 +56,7 @@
|
|
|
52
56
|
"mgg/data-analytics-time",
|
|
53
57
|
"mgg/data-category-alt",
|
|
54
58
|
"mgg/data-civil-union",
|
|
59
|
+
"mgg/data-cleaning",
|
|
55
60
|
"mgg/data-death-civil-union",
|
|
56
61
|
"mgg/data-death-marriage",
|
|
57
62
|
"mgg/data-end-civil-union",
|
|
@@ -62,6 +67,8 @@
|
|
|
62
67
|
"mgg/document-less",
|
|
63
68
|
"mgg/document-magic",
|
|
64
69
|
"mgg/document-rename",
|
|
70
|
+
"mgg/download-csv",
|
|
71
|
+
"mgg/download-json",
|
|
65
72
|
"mgg/electronic-document",
|
|
66
73
|
"mgg/email-open-check",
|
|
67
74
|
"mgg/email-open-off",
|
|
@@ -93,6 +100,7 @@
|
|
|
93
100
|
"mgg/forwarded-with-a-single-sending",
|
|
94
101
|
"mgg/fullscreen-on-alt",
|
|
95
102
|
"mgg/google-check-small",
|
|
103
|
+
"mgg/google-experiment",
|
|
96
104
|
"mgg/google-keyboard-double-arrow-down",
|
|
97
105
|
"mgg/google-keyboard-double-arrow-up",
|
|
98
106
|
"mgg/google-place-item",
|
|
@@ -123,6 +131,7 @@
|
|
|
123
131
|
"mgg/logo-gpl",
|
|
124
132
|
"mgg/logo-ilibro",
|
|
125
133
|
"mgg/map-marker-settings",
|
|
134
|
+
"mgg/masks-office",
|
|
126
135
|
"mgg/military-draft",
|
|
127
136
|
"mgg/money-bag-settings",
|
|
128
137
|
"mgg/money-on-hand",
|
|
@@ -160,6 +169,8 @@
|
|
|
160
169
|
"mgg/pagopa",
|
|
161
170
|
"mgg/partial-wall",
|
|
162
171
|
"mgg/payment-settings",
|
|
172
|
+
"mgg/pec-handshake",
|
|
173
|
+
"mgg/pec-ok",
|
|
163
174
|
"mgg/pec-sent-to-the-not-pec-recipient",
|
|
164
175
|
"mgg/places-green-doc",
|
|
165
176
|
"mgg/places-green-history",
|
|
@@ -180,6 +191,7 @@
|
|
|
180
191
|
"mgg/search-maggioli",
|
|
181
192
|
"mgg/send-progress",
|
|
182
193
|
"mgg/sending-error",
|
|
194
|
+
"mgg/session",
|
|
183
195
|
"mgg/settings-attachment",
|
|
184
196
|
"mgg/sign-shop",
|
|
185
197
|
"mgg/square-viewfinder",
|