@maggioli-design-system/mds-paginator-item 2.2.0 → 2.4.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.
Files changed (102) hide show
  1. package/dist/cjs/{index-969219be.js → index-30ee4c25.js} +166 -32
  2. package/dist/cjs/loader.cjs.js +3 -12
  3. package/dist/cjs/mds-paginator-item.cjs.entry.js +5 -5
  4. package/dist/cjs/mds-paginator-item.cjs.js +3 -3
  5. package/dist/collection/collection-manifest.json +3 -3
  6. package/dist/collection/common/aria.js +4 -2
  7. package/dist/collection/common/keyboard-manager.js +1 -1
  8. package/dist/collection/common/unit.js +10 -0
  9. package/dist/collection/components/mds-paginator-item/mds-paginator-item.css +4 -3
  10. package/dist/collection/components/mds-paginator-item/mds-paginator-item.js +13 -10
  11. package/dist/collection/dictionary/button.js +5 -1
  12. package/dist/collection/dictionary/icon.js +2 -2
  13. package/dist/collection/dictionary/variant.js +9 -1
  14. package/dist/components/index.d.ts +5 -3
  15. package/dist/components/index.js +1 -2
  16. package/dist/components/mds-paginator-item.js +6 -6
  17. package/dist/documentation.d.ts +421 -0
  18. package/dist/documentation.json +183 -0
  19. package/dist/esm/{index-43abfe8a.js → index-3fa51808.js} +166 -32
  20. package/dist/esm/loader.js +4 -13
  21. package/dist/esm/mds-paginator-item.entry.js +5 -5
  22. package/dist/esm/mds-paginator-item.js +4 -4
  23. package/dist/esm-es5/index-3fa51808.js +2 -0
  24. package/dist/esm-es5/loader.js +1 -1
  25. package/dist/esm-es5/mds-paginator-item.entry.js +1 -1
  26. package/dist/esm-es5/mds-paginator-item.js +1 -1
  27. package/dist/mds-paginator-item/mds-paginator-item.esm.js +1 -1
  28. package/dist/mds-paginator-item/mds-paginator-item.js +2 -6
  29. package/dist/mds-paginator-item/p-2e3a33e5.js +2 -0
  30. package/dist/mds-paginator-item/p-2f534d96.system.entry.js +1 -0
  31. package/dist/mds-paginator-item/p-61d399b8.system.js +1 -0
  32. package/dist/mds-paginator-item/p-8e675782.system.js +2 -0
  33. package/dist/mds-paginator-item/p-e78a049a.entry.js +1 -0
  34. package/dist/stats.json +76 -68
  35. package/dist/types/common/unit.d.ts +2 -0
  36. package/dist/types/components.d.ts +8 -8
  37. package/dist/types/dictionary/button.d.ts +2 -1
  38. package/dist/types/dictionary/variant.d.ts +2 -1
  39. package/dist/types/interface/input-value.d.ts +1 -1
  40. package/dist/types/stencil-public-runtime.d.ts +32 -17
  41. package/dist/types/{types → type}/button.d.ts +1 -0
  42. package/dist/types/{types → type}/variant.d.ts +1 -0
  43. package/documentation.json +538 -0
  44. package/loader/index.d.ts +2 -2
  45. package/package.json +10 -4
  46. package/readme.md +12 -5
  47. package/src/common/aria.ts +2 -2
  48. package/src/common/keyboard-manager.ts +1 -1
  49. package/src/common/unit.ts +14 -0
  50. package/src/components/mds-paginator-item/mds-paginator-item.css +4 -4
  51. package/src/components/mds-paginator-item/mds-paginator-item.tsx +7 -3
  52. package/src/components/mds-paginator-item/readme.md +12 -5
  53. package/src/components.d.ts +8 -8
  54. package/src/dictionary/button.ts +7 -1
  55. package/src/dictionary/variant.ts +10 -0
  56. package/src/fixtures/icons.json +40 -0
  57. package/src/fixtures/iconsauce.json +38 -0
  58. package/src/interface/input-value.ts +1 -1
  59. package/src/{types → type}/button.ts +4 -0
  60. package/src/{types → type}/variant.ts +9 -0
  61. package/www/build/mds-paginator-item.esm.js +1 -1
  62. package/www/build/mds-paginator-item.js +2 -6
  63. package/www/build/p-2e3a33e5.js +2 -0
  64. package/www/build/p-2f534d96.system.entry.js +1 -0
  65. package/www/build/p-61d399b8.system.js +1 -0
  66. package/www/build/p-8e675782.system.js +2 -0
  67. package/www/build/p-e78a049a.entry.js +1 -0
  68. package/dist/esm/polyfills/css-shim.js +0 -1
  69. package/dist/esm-es5/index-43abfe8a.js +0 -2
  70. package/dist/mds-paginator-item/p-043d636e.system.js +0 -1
  71. package/dist/mds-paginator-item/p-545e4388.system.js +0 -2
  72. package/dist/mds-paginator-item/p-632f225a.system.entry.js +0 -1
  73. package/dist/mds-paginator-item/p-6f0a5176.entry.js +0 -1
  74. package/dist/mds-paginator-item/p-cd35cb31.js +0 -2
  75. package/www/build/p-043d636e.system.js +0 -1
  76. package/www/build/p-545e4388.system.js +0 -2
  77. package/www/build/p-632f225a.system.entry.js +0 -1
  78. package/www/build/p-6f0a5176.entry.js +0 -1
  79. package/www/build/p-cd35cb31.js +0 -2
  80. /package/dist/collection/{types → type}/autocomplete.js +0 -0
  81. /package/dist/collection/{types → type}/button.js +0 -0
  82. /package/dist/collection/{types → type}/floating-ui.js +0 -0
  83. /package/dist/collection/{types → type}/form-rel.js +0 -0
  84. /package/dist/collection/{types → type}/input-text-type.js +0 -0
  85. /package/dist/collection/{types → type}/input-value-type.js +0 -0
  86. /package/dist/collection/{types → type}/loading.js +0 -0
  87. /package/dist/collection/{types → type}/typography.js +0 -0
  88. /package/dist/collection/{types → type}/variant.js +0 -0
  89. /package/dist/types/{types → type}/autocomplete.d.ts +0 -0
  90. /package/dist/types/{types → type}/floating-ui.d.ts +0 -0
  91. /package/dist/types/{types → type}/form-rel.d.ts +0 -0
  92. /package/dist/types/{types → type}/input-text-type.d.ts +0 -0
  93. /package/dist/types/{types → type}/input-value-type.d.ts +0 -0
  94. /package/dist/types/{types → type}/loading.d.ts +0 -0
  95. /package/dist/types/{types → type}/typography.d.ts +0 -0
  96. /package/src/{types → type}/autocomplete.ts +0 -0
  97. /package/src/{types → type}/floating-ui.ts +0 -0
  98. /package/src/{types → type}/form-rel.ts +0 -0
  99. /package/src/{types → type}/input-text-type.ts +0 -0
  100. /package/src/{types → type}/input-value-type.ts +0 -0
  101. /package/src/{types → type}/loading.ts +0 -0
  102. /package/src/{types → type}/typography.ts +0 -0
@@ -0,0 +1,14 @@
1
+ const cssDurationToMilliseconds = (duration: string, defaultValue = 1000): number => {
2
+ if (duration.includes('s')) {
3
+ return Number(duration.replace('s', '')) * 1000
4
+ }
5
+
6
+ if (duration.includes('ms')) {
7
+ return Number(duration.replace('s', ''))
8
+ }
9
+
10
+ return defaultValue
11
+ }
12
+ export {
13
+ cssDurationToMilliseconds,
14
+ }
@@ -1,4 +1,4 @@
1
- @import '../../tailwind/components.css';
1
+ @import url('../../tailwind/components.css');
2
2
  @tailwind components;
3
3
  @tailwind utilities;
4
4
 
@@ -69,11 +69,11 @@
69
69
  fill: var(--mds-paginator-item-color-hover);
70
70
  }
71
71
 
72
- :host ( [icon]) {
72
+ :host( [icon] ) {
73
73
  @apply p-0;
74
74
  }
75
75
 
76
- :host ( [active]) {
76
+ :host( [selected] ) {
77
77
  @apply pointer-events-none;
78
78
 
79
79
  background-color: var(--mds-paginator-item-background-selected);
@@ -82,7 +82,7 @@
82
82
  fill: var(--mds-paginator-item-color-selected);
83
83
  }
84
84
 
85
- :host ( [disabled]) {
85
+ :host( [disabled] ) {
86
86
  @apply pointer-events-none;
87
87
 
88
88
  background-color: var(--mds-paginator-item-background-disabled);
@@ -1,6 +1,10 @@
1
1
  import { Component, Host, h, Prop, Element } from '@stencil/core'
2
2
  import { KeyboardManager } from '@common/keyboard-manager'
3
3
 
4
+ /**
5
+ * @slot default - Add `text string` to this slot, **avoid** to add `HTML elements` or `components` here.
6
+ */
7
+
4
8
  @Component({
5
9
  tag: 'mds-paginator-item',
6
10
  styleUrl: 'mds-paginator-item.css',
@@ -17,9 +21,9 @@ export class MdsPaginatorItem {
17
21
  @Prop({ reflect: true }) readonly icon?: string
18
22
 
19
23
  /**
20
- * Specifies if the item is active or not, is handled from the parent paginator
24
+ * Specifies if the item is selected or not, is handled from the parent paginator
21
25
  */
22
- @Prop({ reflect: true }) readonly active?: boolean
26
+ @Prop({ reflect: true }) readonly selected?: boolean
23
27
 
24
28
  /**
25
29
  * Specifies if the item is disabled or not, is handled from the parent paginator
@@ -32,7 +36,7 @@ export class MdsPaginatorItem {
32
36
  }
33
37
 
34
38
  componentDidUpdate = (): void => {
35
- if (!this.disabled && !this.active) {
39
+ if (!this.disabled && !this.selected) {
36
40
  this.km.attachClickBehavior()
37
41
  return
38
42
  }
@@ -7,11 +7,18 @@
7
7
 
8
8
  ## Properties
9
9
 
10
- | Property | Attribute | Description | Type | Default |
11
- | ---------- | ---------- | ------------------------------------------------------------------------------ | --------- | ----------- |
12
- | `active` | `active` | Specifies if the item is active or not, is handled from the parent paginator | `boolean` | `undefined` |
13
- | `disabled` | `disabled` | Specifies if the item is disabled or not, is handled from the parent paginator | `boolean` | `undefined` |
14
- | `icon` | `icon` | Specifies the icon used inside the paginator item | `string` | `undefined` |
10
+ | Property | Attribute | Description | Type | Default |
11
+ | ---------- | ---------- | ------------------------------------------------------------------------------ | ---------------------- | ----------- |
12
+ | `disabled` | `disabled` | Specifies if the item is disabled or not, is handled from the parent paginator | `boolean \| undefined` | `undefined` |
13
+ | `icon` | `icon` | Specifies the icon used inside the paginator item | `string \| undefined` | `undefined` |
14
+ | `selected` | `selected` | Specifies if the item is selected or not, is handled from the parent paginator | `boolean \| undefined` | `undefined` |
15
+
16
+
17
+ ## Slots
18
+
19
+ | Slot | Description |
20
+ | ----------- | -------------------------------------------------------------------------------------- |
21
+ | `"default"` | Add `text string` to this slot, **avoid** to add `HTML elements` or `components` here. |
15
22
 
16
23
 
17
24
  ## CSS Custom Properties
@@ -7,10 +7,6 @@
7
7
  import { HTMLStencilElement, JSXBase } from "@stencil/core/internal";
8
8
  export namespace Components {
9
9
  interface MdsPaginatorItem {
10
- /**
11
- * Specifies if the item is active or not, is handled from the parent paginator
12
- */
13
- "active"?: boolean;
14
10
  /**
15
11
  * Specifies if the item is disabled or not, is handled from the parent paginator
16
12
  */
@@ -19,6 +15,10 @@ export namespace Components {
19
15
  * Specifies the icon used inside the paginator item
20
16
  */
21
17
  "icon"?: string;
18
+ /**
19
+ * Specifies if the item is selected or not, is handled from the parent paginator
20
+ */
21
+ "selected"?: boolean;
22
22
  }
23
23
  }
24
24
  declare global {
@@ -34,10 +34,6 @@ declare global {
34
34
  }
35
35
  declare namespace LocalJSX {
36
36
  interface MdsPaginatorItem {
37
- /**
38
- * Specifies if the item is active or not, is handled from the parent paginator
39
- */
40
- "active"?: boolean;
41
37
  /**
42
38
  * Specifies if the item is disabled or not, is handled from the parent paginator
43
39
  */
@@ -46,6 +42,10 @@ declare namespace LocalJSX {
46
42
  * Specifies the icon used inside the paginator item
47
43
  */
48
44
  "icon"?: string;
45
+ /**
46
+ * Specifies if the item is selected or not, is handled from the parent paginator
47
+ */
48
+ "selected"?: boolean;
49
49
  }
50
50
  interface IntrinsicElements {
51
51
  "mds-paginator-item": MdsPaginatorItem;
@@ -15,6 +15,11 @@ const buttonToneVariantDictionary = [
15
15
  'quiet',
16
16
  ]
17
17
 
18
+ const buttonTargetDictionary = [
19
+ 'blank',
20
+ 'self',
21
+ ]
22
+
18
23
  const buttonSizeDictionary = [
19
24
  'sm',
20
25
  'md',
@@ -28,8 +33,9 @@ const buttonIconPositionDictionary = [
28
33
  ]
29
34
 
30
35
  export {
36
+ buttonIconPositionDictionary,
31
37
  buttonSizeDictionary,
38
+ buttonTargetDictionary,
32
39
  buttonToneVariantDictionary,
33
40
  buttonVariantDictionary,
34
- buttonIconPositionDictionary,
35
41
  }
@@ -59,6 +59,15 @@ const toneVariantDictionary = [
59
59
  'quiet',
60
60
  ]
61
61
 
62
+ const toneActionVariantDictionary = [
63
+ 'primary',
64
+ 'secondary',
65
+ 'tertiary',
66
+ 'strong',
67
+ 'weak',
68
+ 'quiet',
69
+ ]
70
+
62
71
  const toneSimpleVariantDictionary = [
63
72
  'strong',
64
73
  'weak',
@@ -76,6 +85,7 @@ export {
76
85
  themeLuminanceVariantDictionary,
77
86
  themeStatusVariantDictionary,
78
87
  themeVariantDictionary,
88
+ toneActionVariantDictionary,
79
89
  toneMinimalVariantDictionary,
80
90
  toneSimpleVariantDictionary,
81
91
  toneVariantDictionary,
@@ -21,6 +21,7 @@
21
21
  "mgg/action-show-right-side",
22
22
  "mgg/action-show-sidebar-left",
23
23
  "mgg/action-show-sidebar-right",
24
+ "mgg/activity-list",
24
25
  "mgg/add-document-settings",
25
26
  "mgg/additional-contents",
26
27
  "mgg/address-book-off",
@@ -28,18 +29,32 @@
28
29
  "mgg/adv-denied",
29
30
  "mgg/area-edificabile",
30
31
  "mgg/area-weather",
32
+ "mgg/assignments-accept-rejection",
33
+ "mgg/assignments-acceptance-accepted",
34
+ "mgg/assignments-assignment",
35
+ "mgg/assignments-competence",
36
+ "mgg/assignments-completed",
37
+ "mgg/assignments-rejected",
38
+ "mgg/assignments-sorted",
39
+ "mgg/auto-awesome-motion",
40
+ "mgg/balance",
41
+ "mgg/bill",
31
42
  "mgg/box-multiple",
32
43
  "mgg/breadcrumb",
44
+ "mgg/bus-stops",
33
45
  "mgg/calendar-euro",
34
46
  "mgg/calendar-multiple",
35
47
  "mgg/calendar-schedule",
48
+ "mgg/cancelled-sheet",
36
49
  "mgg/car-license",
37
50
  "mgg/card-stamping",
38
51
  "mgg/checklist",
39
52
  "mgg/checklist-settings",
40
53
  "mgg/citizenship",
41
54
  "mgg/city-bin",
55
+ "mgg/classic-permission",
42
56
  "mgg/copy-paste",
57
+ "mgg/d-instrumental-buildings",
43
58
  "mgg/data-analytics-alt",
44
59
  "mgg/data-analytics-search",
45
60
  "mgg/data-analytics-time",
@@ -50,6 +65,9 @@
50
65
  "mgg/data-end-civil-union",
51
66
  "mgg/data-end-marriage",
52
67
  "mgg/dataset",
68
+ "mgg/delivered-to-the-recipient",
69
+ "mgg/document-euro",
70
+ "mgg/document-less",
53
71
  "mgg/document-magic",
54
72
  "mgg/document-rename",
55
73
  "mgg/electronic-document",
@@ -78,9 +96,13 @@
78
96
  "mgg/finance-euro-cashback",
79
97
  "mgg/fit-horizontal",
80
98
  "mgg/fit-vertical",
99
+ "mgg/forwarded-with-a-single-sending",
81
100
  "mgg/fullscreen-on-alt",
82
101
  "mgg/google-check-small",
83
102
  "mgg/google-place-item",
103
+ "mgg/group-assigned-automatically-system",
104
+ "mgg/group-ceased",
105
+ "mgg/group-inherited",
84
106
  "mgg/heart",
85
107
  "mgg/heart-outline",
86
108
  "mgg/historic-building",
@@ -91,10 +113,15 @@
91
113
  "mgg/input-calendar-costs",
92
114
  "mgg/input-calendar-period",
93
115
  "mgg/input-calendar-time",
116
+ "mgg/instrumental-buildings",
117
+ "mgg/internationalization-add",
118
+ "mgg/internationalization-check",
119
+ "mgg/internationalization-delete",
94
120
  "mgg/isbn",
95
121
  "mgg/judge-hammer",
96
122
  "mgg/land-registry",
97
123
  "mgg/layers",
124
+ "mgg/liquidated-document",
98
125
  "mgg/list-dot",
99
126
  "mgg/logo-girasole-camuno",
100
127
  "mgg/logo-gpl",
@@ -103,6 +130,7 @@
103
130
  "mgg/military-draft",
104
131
  "mgg/money-bag-settings",
105
132
  "mgg/money-on-hand",
133
+ "mgg/money-paid",
106
134
  "mgg/move-down",
107
135
  "mgg/move-left",
108
136
  "mgg/move-right",
@@ -112,6 +140,8 @@
112
140
  "mgg/multiple-payments",
113
141
  "mgg/national-document",
114
142
  "mgg/national-document-off",
143
+ "mgg/not-instrumental-d-buildings",
144
+ "mgg/not-sent-yet",
115
145
  "mgg/order-return-down-left-to-right",
116
146
  "mgg/order-return-down-left-to-up",
117
147
  "mgg/order-return-down-right-to-left",
@@ -130,8 +160,11 @@
130
160
  "mgg/order-zigzag-up-right-to-left",
131
161
  "mgg/other-properties",
132
162
  "mgg/other-properties-off",
163
+ "mgg/other-residential-buildings",
164
+ "mgg/pagopa",
133
165
  "mgg/partial-wall",
134
166
  "mgg/payment-settings",
167
+ "mgg/pec-sent-to-the-not-pec-recipient",
135
168
  "mgg/places-green",
136
169
  "mgg/places-green-doc",
137
170
  "mgg/places-green-history",
@@ -145,10 +178,12 @@
145
178
  "mgg/relevance",
146
179
  "mgg/reporting-abuse",
147
180
  "mgg/residency-permit",
181
+ "mgg/roles-permission",
148
182
  "mgg/rubber-stamp",
149
183
  "mgg/rurale",
150
184
  "mgg/search-maggioli",
151
185
  "mgg/send-progress",
186
+ "mgg/sending-error",
152
187
  "mgg/settings-attachment",
153
188
  "mgg/sign-shop",
154
189
  "mgg/square-viewfinder",
@@ -158,6 +193,7 @@
158
193
  "mgg/status-progress-half",
159
194
  "mgg/status-progress-three-quarter",
160
195
  "mgg/stuck-codes",
196
+ "mgg/subtractive-permission",
161
197
  "mgg/tea-light",
162
198
  "mgg/terminal",
163
199
  "mgg/todo",
@@ -174,12 +210,14 @@
174
210
  "mgg/todo-suspended",
175
211
  "mgg/traffic-cone",
176
212
  "mgg/trending-down",
213
+ "mgg/tribute",
177
214
  "mgg/tributes",
178
215
  "mgg/urban-city",
179
216
  "mgg/user-dead",
180
217
  "mgg/user-family",
181
218
  "mgg/user-location",
182
219
  "mgg/user-location-off",
220
+ "mgg/user-signed-out",
183
221
  "mgg/view-chart-gantt",
184
222
  "mgg/view-side-by-side",
185
223
  "mgg/work-book",
@@ -221,6 +259,7 @@
221
259
  "mi/baseline/navigate-next",
222
260
  "mi/baseline/panorama",
223
261
  "mi/baseline/person",
262
+ "mi/baseline/pets",
224
263
  "mi/baseline/radio-button-checked",
225
264
  "mi/baseline/radio-button-unchecked",
226
265
  "mi/baseline/route",
@@ -237,5 +276,6 @@
237
276
  "mi/round/email",
238
277
  "mi/round/groups",
239
278
  "mi/round/menu",
279
+ "mi/round/more-vert",
240
280
  "mi/round/person"
241
281
  ]
@@ -10,6 +10,7 @@
10
10
  "mgg/action-show-right-side",
11
11
  "mgg/action-show-sidebar-left",
12
12
  "mgg/action-show-sidebar-right",
13
+ "mgg/activity-list",
13
14
  "mgg/add-document-settings",
14
15
  "mgg/additional-contents",
15
16
  "mgg/address-book-off",
@@ -17,18 +18,32 @@
17
18
  "mgg/adv-denied",
18
19
  "mgg/area-edificabile",
19
20
  "mgg/area-weather",
21
+ "mgg/assignments-accept-rejection",
22
+ "mgg/assignments-acceptance-accepted",
23
+ "mgg/assignments-assignment",
24
+ "mgg/assignments-competence",
25
+ "mgg/assignments-completed",
26
+ "mgg/assignments-rejected",
27
+ "mgg/assignments-sorted",
28
+ "mgg/auto-awesome-motion",
29
+ "mgg/balance",
30
+ "mgg/bill",
20
31
  "mgg/box-multiple",
21
32
  "mgg/breadcrumb",
33
+ "mgg/bus-stops",
22
34
  "mgg/calendar-euro",
23
35
  "mgg/calendar-multiple",
24
36
  "mgg/calendar-schedule",
37
+ "mgg/cancelled-sheet",
25
38
  "mgg/car-license",
26
39
  "mgg/card-stamping",
27
40
  "mgg/checklist-settings",
28
41
  "mgg/checklist",
29
42
  "mgg/citizenship",
30
43
  "mgg/city-bin",
44
+ "mgg/classic-permission",
31
45
  "mgg/copy-paste",
46
+ "mgg/d-instrumental-buildings",
32
47
  "mgg/data-analytics-alt",
33
48
  "mgg/data-analytics-search",
34
49
  "mgg/data-analytics-time",
@@ -39,6 +54,9 @@
39
54
  "mgg/data-end-civil-union",
40
55
  "mgg/data-end-marriage",
41
56
  "mgg/dataset",
57
+ "mgg/delivered-to-the-recipient",
58
+ "mgg/document-euro",
59
+ "mgg/document-less",
42
60
  "mgg/document-magic",
43
61
  "mgg/document-rename",
44
62
  "mgg/electronic-document",
@@ -67,9 +85,13 @@
67
85
  "mgg/finance-euro-cashback",
68
86
  "mgg/fit-horizontal",
69
87
  "mgg/fit-vertical",
88
+ "mgg/forwarded-with-a-single-sending",
70
89
  "mgg/fullscreen-on-alt",
71
90
  "mgg/google-check-small",
72
91
  "mgg/google-place-item",
92
+ "mgg/group-assigned-automatically-system",
93
+ "mgg/group-ceased",
94
+ "mgg/group-inherited",
73
95
  "mgg/heart-outline",
74
96
  "mgg/heart",
75
97
  "mgg/historic-building-unusable",
@@ -80,10 +102,15 @@
80
102
  "mgg/input-calendar-costs",
81
103
  "mgg/input-calendar-period",
82
104
  "mgg/input-calendar-time",
105
+ "mgg/instrumental-buildings",
106
+ "mgg/internationalization-add",
107
+ "mgg/internationalization-check",
108
+ "mgg/internationalization-delete",
83
109
  "mgg/isbn",
84
110
  "mgg/judge-hammer",
85
111
  "mgg/land-registry",
86
112
  "mgg/layers",
113
+ "mgg/liquidated-document",
87
114
  "mgg/list-dot",
88
115
  "mgg/logo-girasole-camuno",
89
116
  "mgg/logo-gpl",
@@ -92,6 +119,7 @@
92
119
  "mgg/military-draft",
93
120
  "mgg/money-bag-settings",
94
121
  "mgg/money-on-hand",
122
+ "mgg/money-paid",
95
123
  "mgg/move-down",
96
124
  "mgg/move-left",
97
125
  "mgg/move-right",
@@ -101,6 +129,8 @@
101
129
  "mgg/multiple-payments",
102
130
  "mgg/national-document-off",
103
131
  "mgg/national-document",
132
+ "mgg/not-instrumental-d-buildings",
133
+ "mgg/not-sent-yet",
104
134
  "mgg/order-return-down-left-to-right",
105
135
  "mgg/order-return-down-left-to-up",
106
136
  "mgg/order-return-down-right-to-left",
@@ -119,8 +149,11 @@
119
149
  "mgg/order-zigzag-up-right-to-left",
120
150
  "mgg/other-properties-off",
121
151
  "mgg/other-properties",
152
+ "mgg/other-residential-buildings",
153
+ "mgg/pagopa",
122
154
  "mgg/partial-wall",
123
155
  "mgg/payment-settings",
156
+ "mgg/pec-sent-to-the-not-pec-recipient",
124
157
  "mgg/places-green-doc",
125
158
  "mgg/places-green-history",
126
159
  "mgg/places-green-info",
@@ -134,10 +167,12 @@
134
167
  "mgg/relevance",
135
168
  "mgg/reporting-abuse",
136
169
  "mgg/residency-permit",
170
+ "mgg/roles-permission",
137
171
  "mgg/rubber-stamp",
138
172
  "mgg/rurale",
139
173
  "mgg/search-maggioli",
140
174
  "mgg/send-progress",
175
+ "mgg/sending-error",
141
176
  "mgg/settings-attachment",
142
177
  "mgg/sign-shop",
143
178
  "mgg/square-viewfinder",
@@ -147,6 +182,7 @@
147
182
  "mgg/status-progress-half",
148
183
  "mgg/status-progress-three-quarter",
149
184
  "mgg/stuck-codes",
185
+ "mgg/subtractive-permission",
150
186
  "mgg/tea-light",
151
187
  "mgg/terminal",
152
188
  "mgg/todo-completed-re-executable",
@@ -163,12 +199,14 @@
163
199
  "mgg/todo",
164
200
  "mgg/traffic-cone",
165
201
  "mgg/trending-down",
202
+ "mgg/tribute",
166
203
  "mgg/tributes",
167
204
  "mgg/urban-city",
168
205
  "mgg/user-dead",
169
206
  "mgg/user-family",
170
207
  "mgg/user-location-off",
171
208
  "mgg/user-location",
209
+ "mgg/user-signed-out",
172
210
  "mgg/view-chart-gantt",
173
211
  "mgg/view-side-by-side",
174
212
  "mgg/work-book"
@@ -1,4 +1,4 @@
1
- import { InputValueType } from '../types/input-value-type'
1
+ import { InputValueType } from '@type/input-value-type'
2
2
 
3
3
  export interface InputValue {
4
4
  value: InputValueType
@@ -4,6 +4,10 @@ export type ButtonType =
4
4
  | 'reset'
5
5
  | 'submit'
6
6
 
7
+ export type ButtonTargetType =
8
+ |'self'
9
+ |'blank'
10
+
7
11
  export type ButtonSizeType =
8
12
  | 'sm'
9
13
  | 'md'
@@ -57,6 +57,15 @@ export type StateVariantType =
57
57
  | 'focused'
58
58
  | 'readonly'
59
59
 
60
+ export type ToneActionVariantType =
61
+ | 'primary' // background strong
62
+ | 'secondary' // background weak
63
+ | 'tertiary' // no background, no border
64
+ | 'strong' // background strong
65
+ | 'weak' // background weak
66
+ | 'ghost' // bordered
67
+ | 'quiet' // no background, no border
68
+
60
69
  export type ToneVariantType =
61
70
  | 'strong' // background strong
62
71
  | 'weak' // background weak
@@ -1 +1 @@
1
- import{p as o,b as t}from"./p-cd35cb31.js";export{s as setNonce}from"./p-cd35cb31.js";(()=>{const s=import.meta.url,t={};return""!==s&&(t.resourcesUrl=new URL(".",s).href),o(t)})().then((s=>t([["p-6f0a5176",[[1,"mds-paginator-item",{icon:[513],active:[516],disabled:[516]}]]]],s)));
1
+ import{p as e,b as a}from"./p-2e3a33e5.js";export{s as setNonce}from"./p-2e3a33e5.js";(()=>{const a=import.meta.url,s={};return""!==a&&(s.resourcesUrl=new URL(".",a).href),e(s)})().then((e=>a([["p-e78a049a",[[1,"mds-paginator-item",{icon:[513],selected:[516],disabled:[516]}]]]],e)));
@@ -115,15 +115,11 @@ DOMTokenList
115
115
  var resourcesUrl = scriptElm ? scriptElm.getAttribute('data-resources-url') || scriptElm.src : '';
116
116
  var start = function() {
117
117
  // if src is not present then origin is "null", and new URL() throws TypeError: Failed to construct 'URL': Invalid base URL
118
- var url = new URL('./p-043d636e.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
118
+ var url = new URL('./p-61d399b8.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
119
119
  System.import(url.href);
120
120
  };
121
121
 
122
- if (window.__cssshim) {
123
- window.__cssshim.i().then(start);
124
- } else {
125
- start();
126
- }
122
+ start();
127
123
 
128
124
  // Note: using .call(window) here because the self-executing function needs
129
125
  // to be scoped to the window object for the ES6Promise polyfill to work
@@ -0,0 +1,2 @@
1
+ let n,t,e=!1;const l={},o=n=>"object"==(n=typeof n)||"function"===n;function s(n){var t,e,l;return null!==(l=null===(e=null===(t=n.head)||void 0===t?void 0:t.querySelector('meta[name="csp-nonce"]'))||void 0===e?void 0:e.getAttribute("content"))&&void 0!==l?l:void 0}const i=(n,t,...e)=>{let l=null,s=!1,i=!1;const r=[],u=t=>{for(let e=0;e<t.length;e++)l=t[e],Array.isArray(l)?u(l):null!=l&&"boolean"!=typeof l&&((s="function"!=typeof n&&!o(l))&&(l+=""),s&&i?r[r.length-1].t+=l:r.push(s?c(null,l):l),i=s)};if(u(e),t){const n=t.className||t.class;n&&(t.class="object"!=typeof n?n:Object.keys(n).filter((t=>n[t])).join(" "))}const a=c(n,null);return a.l=t,r.length>0&&(a.o=r),a},c=(n,t)=>({i:0,u:n,t,$:null,o:null,l:null}),r={},u=n=>L(n).m,a=new WeakMap,f=n=>"sc-"+n.h,d=(n,t,e,l,s,i)=>{if(e!==l){let c=W(n,t);if(t.toLowerCase(),"class"===t){const t=n.classList,o=$(e),s=$(l);t.remove(...o.filter((n=>n&&!s.includes(n)))),t.add(...s.filter((n=>n&&!o.includes(n))))}else{const r=o(l);if((c||r&&null!==l)&&!s)try{if(n.tagName.includes("-"))n[t]=l;else{const o=null==l?"":l;"list"===t?c=!1:null!=e&&n[t]==o||(n[t]=o)}}catch(n){}null==l||!1===l?!1===l&&""!==n.getAttribute(t)||n.removeAttribute(t):(!c||4&i||s)&&!r&&n.setAttribute(t,l=!0===l?"":l)}}},y=/\s/,$=n=>n?n.split(y):[],m=(n,t,e,o)=>{const s=11===t.$.nodeType&&t.$.host?t.$.host:t.$,i=n&&n.l||l,c=t.l||l;for(o in i)o in c||d(s,o,i[o],void 0,e,t.i);for(o in c)d(s,o,i[o],c[o],e,t.i)},h=(t,e,l)=>{const o=e.o[l];let s,i,c=0;if(null!==o.t)s=o.$=B.createTextNode(o.t);else if(s=o.$=B.createElement(o.u),m(null,o,!1),null!=n&&s["s-si"]!==n&&s.classList.add(s["s-si"]=n),o.o)for(c=0;c<o.o.length;++c)i=h(t,o,c),i&&s.appendChild(i);return s},p=(n,e,l,o,s,i)=>{let c,r=n;for(r.shadowRoot&&r.tagName===t&&(r=r.shadowRoot);s<=i;++s)o[s]&&(c=h(null,l,s),c&&(o[s].$=c,r.insertBefore(c,e)))},v=(n,t,e)=>{for(let l=t;l<=e;++l){const t=n[l];if(t){const n=t.$;n&&n.remove()}}},b=(n,t)=>n.u===t.u,w=(n,t)=>{const e=t.$=n.$,l=n.o,o=t.o,s=t.t;null===s?("slot"===t.u||m(n,t,!1),null!==l&&null!==o?((n,t,e,l)=>{let o,s=0,i=0,c=t.length-1,r=t[0],u=t[c],a=l.length-1,f=l[0],d=l[a];for(;s<=c&&i<=a;)null==r?r=t[++s]:null==u?u=t[--c]:null==f?f=l[++i]:null==d?d=l[--a]:b(r,f)?(w(r,f),r=t[++s],f=l[++i]):b(u,d)?(w(u,d),u=t[--c],d=l[--a]):b(r,d)?(w(r,d),n.insertBefore(r.$,u.$.nextSibling),r=t[++s],d=l[--a]):b(u,f)?(w(u,f),n.insertBefore(u.$,r.$),u=t[--c],f=l[++i]):(o=h(t&&t[i],e,i),f=l[++i],o&&r.$.parentNode.insertBefore(o,r.$));s>c?p(n,null==l[a+1]?null:l[a+1].$,e,l,i,a):i>a&&v(t,s,c)})(e,l,t,o):null!==o?(null!==n.t&&(e.textContent=""),p(e,null,t,o,0,o.length-1)):null!==l&&v(l,0,l.length-1)):n.t!==s&&(e.data=s)},g=(n,t)=>{t&&!n.p&&t["s-p"]&&t["s-p"].push(new Promise((t=>n.p=t)))},S=(n,t)=>{if(n.i|=16,!(4&n.i))return g(n,n.v),nn((()=>j(n,t)));n.i|=512},j=(n,t)=>{const e=n.g;return M(void 0,(()=>O(n,e,t)))},M=(n,t)=>k(n)?n.then(t):t(),k=n=>n instanceof Promise||n&&n.then&&"function"==typeof n.then,O=async(n,t,e)=>{var l;const o=n.m,i=o["s-rc"];e&&(n=>{const t=n.S,e=n.m,l=t.i,o=((n,t)=>{var e;const l=f(t),o=_.get(l);if(n=11===n.nodeType?n:B,o)if("string"==typeof o){let t,i=a.get(n=n.head||n);if(i||a.set(n,i=new Set),!i.has(l)){{t=B.createElement("style"),t.innerHTML=o;const l=null!==(e=D.j)&&void 0!==e?e:s(B);null!=l&&t.setAttribute("nonce",l),n.insertBefore(t,n.querySelector("link"))}i&&i.add(l)}}else n.adoptedStyleSheets.includes(o)||(n.adoptedStyleSheets=[...n.adoptedStyleSheets,o]);return l})(e.shadowRoot?e.shadowRoot:e.getRootNode(),t);10&l&&(e["s-sc"]=o,e.classList.add(o+"-h"))})(n);C(n,t,o,e),i&&(i.map((n=>n())),o["s-rc"]=void 0);{const t=null!==(l=o["s-p"])&&void 0!==l?l:[],e=()=>P(n);0===t.length?e():(Promise.all(t).then(e),n.i|=4,t.length=0)}},C=(e,l,o,s)=>{try{l=l.render(),e.i&=-17,e.i|=2,((e,l,o=!1)=>{const s=e.m,u=e.S,a=e.M||c(null,null),f=(n=>n&&n.u===r)(l)?l:i(null,null,l);if(t=s.tagName,u.k&&(f.l=f.l||{},u.k.map((([n,t])=>f.l[t]=s[n]))),o&&f.l)for(const n of Object.keys(f.l))s.hasAttribute(n)&&!["key","ref","style","class"].includes(n)&&(f.l[n]=s[n]);f.u=null,f.i|=4,e.M=f,f.$=a.$=s.shadowRoot||s,n=s["s-sc"],w(a,f)})(e,l,s)}catch(n){q(n,e.m)}return null},P=n=>{const t=n.m,e=n.v;64&n.i||(n.i|=64,E(t),n.O(t),e||x()),n.p&&(n.p(),n.p=void 0),512&n.i&&Z((()=>S(n,!1))),n.i&=-517},x=()=>{E(B.documentElement),Z((()=>(n=>{const t=D.ce("appload",{detail:{namespace:"mds-paginator-item"}});return n.dispatchEvent(t),t})(z)))},E=n=>n.setAttribute("hydrated",""),N=(n,t,e)=>{if(t.C){const l=Object.entries(t.C),s=n.prototype;if(l.map((([n,[l]])=>{(31&l||2&e&&32&l)&&Object.defineProperty(s,n,{get(){return((n,t)=>L(this).P.get(t))(0,n)},set(e){((n,t,e,l)=>{const s=L(n),i=s.P.get(t),c=s.i,r=s.g;e=((n,t)=>null==n||o(n)?n:4&t?"false"!==n&&(""===n||!!n):1&t?n+"":n)(e,l.C[t][0]),8&c&&void 0!==i||e===i||Number.isNaN(i)&&Number.isNaN(e)||(s.P.set(t,e),r&&2==(18&c)&&S(s,!1))})(this,n,e,t)},configurable:!0,enumerable:!0})})),1&e){const e=new Map;s.attributeChangedCallback=function(n,t,l){D.jmp((()=>{const t=e.get(n);if(this.hasOwnProperty(t))l=this[t],delete this[t];else if(s.hasOwnProperty(t)&&"number"==typeof this[t]&&this[t]==l)return;this[t]=(null!==l||"boolean"!=typeof this[t])&&l}))},n.observedAttributes=l.filter((([n,t])=>15&t[0])).map((([n,l])=>{const o=l[1]||n;return e.set(o,n),512&l[0]&&t.k.push([n,o]),o}))}}return n},T=(n,t={})=>{var e;const l=[],o=t.exclude||[],i=z.customElements,c=B.head,r=c.querySelector("meta[charset]"),u=B.createElement("style"),a=[];let d,y=!0;Object.assign(D,t),D.N=new URL(t.resourcesUrl||"./",B.baseURI).href,n.map((n=>{n[1].map((t=>{const e={i:t[0],h:t[1],C:t[2],T:t[3]};e.C=t[2],e.k=[];const s=e.h,c=class extends HTMLElement{constructor(n){super(n),U(n=this,e),1&e.i&&n.attachShadow({mode:"open"})}connectedCallback(){d&&(clearTimeout(d),d=null),y?a.push(this):D.jmp((()=>(n=>{if(0==(1&D.i)){const t=L(n),e=t.S,l=()=>{};if(1&t.i)(null==t?void 0:t.g)||(null==t?void 0:t.A)&&t.A.then((()=>{}));else{t.i|=1;{let e=n;for(;e=e.parentNode||e.host;)if(e["s-p"]){g(t,t.v=e);break}}e.C&&Object.entries(e.C).map((([t,[e]])=>{if(31&e&&n.hasOwnProperty(t)){const e=n[t];delete n[t],n[t]=e}})),(async(n,t,e,l,o)=>{if(0==(32&t.i)){t.i|=32;{if((o=V(e)).then){const n=()=>{};o=await o,n()}o.isProxied||(N(o,e,2),o.isProxied=!0);const n=()=>{};t.i|=8;try{new o(t)}catch(n){q(n)}t.i&=-9,n()}if(o.style){let n=o.style;const t=f(e);if(!_.has(t)){const l=()=>{};((n,t,e)=>{let l=_.get(n);I&&e?(l=l||new CSSStyleSheet,"string"==typeof l?l=t:l.replaceSync(t)):l=t,_.set(n,l)})(t,n,!!(1&e.i)),l()}}}const s=t.v,i=()=>S(t,!0);s&&s["s-rc"]?s["s-rc"].push(i):i()})(0,t,e)}l()}})(this)))}disconnectedCallback(){D.jmp((()=>(async()=>{if(0==(1&D.i)){const n=L(this);(null==n?void 0:n.g)||(null==n?void 0:n.A)&&n.A.then((()=>{}))}})()))}componentOnReady(){return L(this).A}};e.H=n[0],o.includes(s)||i.get(s)||(l.push(s),i.define(s,N(c,e,1)))}))}));{u.innerHTML=l+"{visibility:hidden}[hydrated]{visibility:inherit}",u.setAttribute("data-styles","");const n=null!==(e=D.j)&&void 0!==e?e:s(B);null!=n&&u.setAttribute("nonce",n),c.insertBefore(u,r?r.nextSibling:c.firstChild)}y=!1,a.length?a.map((n=>n.connectedCallback())):D.jmp((()=>d=setTimeout(x,30)))},A=n=>D.j=n,H=new WeakMap,L=n=>H.get(n),R=(n,t)=>H.set(t.g=n,t),U=(n,t)=>{const e={i:0,m:n,S:t,P:new Map};return e.A=new Promise((n=>e.O=n)),n["s-p"]=[],n["s-rc"]=[],H.set(n,e)},W=(n,t)=>t in n,q=(n,t)=>(0,console.error)(n,t),F=new Map,V=n=>{const t=n.h.replace(/-/g,"_"),e=n.H,l=F.get(e);return l?l[t]:import(`./${e}.entry.js`).then((n=>(F.set(e,n),n[t])),q)
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/},_=new Map,z="undefined"!=typeof window?window:{},B=z.document||{head:{}},D={i:0,N:"",jmp:n=>n(),raf:n=>requestAnimationFrame(n),ael:(n,t,e,l)=>n.addEventListener(t,e,l),rel:(n,t,e,l)=>n.removeEventListener(t,e,l),ce:(n,t)=>new CustomEvent(n,t)},G=n=>Promise.resolve(n),I=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(n){}return!1})(),J=[],K=[],Q=(n,t)=>l=>{n.push(l),e||(e=!0,t&&4&D.i?Z(Y):D.raf(Y))},X=n=>{for(let t=0;t<n.length;t++)try{n[t](performance.now())}catch(n){q(n)}n.length=0},Y=()=>{X(J),X(K),(e=J.length>0)&&D.raf(Y)},Z=n=>G().then(n),nn=Q(K,!0);export{r as H,T as b,u as g,i as h,G as p,R as r,A as s}
@@ -0,0 +1 @@
1
+ System.register(["./p-8e675782.system.js"],(function(e){"use strict";var o,t,i,a;return{setters:[function(e){o=e.r;t=e.h;i=e.H;a=e.g}],execute:function(){var r=function(){function e(){var e=this;this.elements=[];this.handleClickBehaviorDispatchEvent=function(e){if(e.code==="Space"||e.code==="Enter"||e.code==="NumpadEnter"){e.target.click()}};this.handleEscapeBehaviorDispatchEvent=function(o){if(o.code==="Escape"&&e.escapeCallback){e.escapeCallback()}};this.addElement=function(o,t){if(t===void 0){t="element"}e.elements[t]=o};this.attachClickBehavior=function(o){if(o===void 0){o="element"}if(e.elements[o]){e.elements[o].addEventListener("keydown",e.handleClickBehaviorDispatchEvent)}};this.detachClickBehavior=function(o){if(o===void 0){o="element"}if(e.elements[o]){e.elements[o].removeEventListener("keydown",e.handleClickBehaviorDispatchEvent)}};this.attachEscapeBehavior=function(o){e.escapeCallback=o;if(typeof window!==undefined){window.addEventListener("keydown",e.handleEscapeBehaviorDispatchEvent.bind(e))}};this.detachEscapeBehavior=function(){e.escapeCallback=function(){return};if(typeof window!==undefined){window.removeEventListener("keydown",e.handleEscapeBehaviorDispatchEvent.bind(e))}}}return e}();var n="@tailwind components; .fixed{position:fixed}.absolute{position:absolute}.border{border-width:1px}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}:host{--mds-paginator-item-background-disabled:rgb(var(--tone-neutral-09));--mds-paginator-item-background-hover:rgb(var(--tone-neutral-08));--mds-paginator-item-background-selected:rgb(var(--brand-maggioli-03));--mds-paginator-item-background:transparent;--mds-paginator-item-color-disabled:rgb(var(--tone-neutral-06));--mds-paginator-item-color-hover:rgb(var(--tone-neutral-02));--mds-paginator-item-color-selected:rgb(var(--tone-neutral));--mds-paginator-item-color:rgb(var(--tone-neutral-02));--mds-paginator-item-radius:200px;--mds-paginator-item-shadow-disabled:none;--mds-paginator-item-shadow-hover:none;--mds-paginator-item-shadow-selected:0 0 1px 1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--mds-paginator-item-shadow:none;--mds-paginator-item-size:2.25rem;outline-offset:var(--magma-outline-blur-offset);outline:var(--magma-outline-blur);-webkit-transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform, -webkit-box-shadow, -webkit-transform;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-left:0.75rem;padding-right:0.75rem;-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);transition-timing-function:cubic-bezier(0, 0, 0.2, 1);background-color:var(--mds-paginator-item-background);border-radius:var(--mds-paginator-item-radius);-webkit-box-shadow:var(--mds-paginator-item-shadow);box-shadow:var(--mds-paginator-item-shadow);color:var(--mds-paginator-item-color);height:var(--mds-paginator-item-size);min-width:var(--mds-paginator-item-size);-webkit-transition-property:background-color, color, outline, outline-offset, -webkit-box-shadow;transition-property:background-color, color, outline, outline-offset, -webkit-box-shadow;transition-property:background-color, box-shadow, color, outline, outline-offset;transition-property:background-color, box-shadow, color, outline, outline-offset, -webkit-box-shadow}:host(:focus-visible){--magma-outline-blur-offset:var(--magma-outline-focus-offset);--magma-outline-blur:var(--magma-outline-focus)}:host(:hover){background-color:var(--mds-paginator-item-background-hover);-webkit-box-shadow:var(--mds-paginator-item-shadow-hover);box-shadow:var(--mds-paginator-item-shadow-hover);color:var(--mds-paginator-item-color-hover);fill:var(--mds-paginator-item-color-hover)}:host([icon]){padding:0px}:host([selected]){pointer-events:none;background-color:var(--mds-paginator-item-background-selected);-webkit-box-shadow:var(--mds-paginator-item-shadow-selected);box-shadow:var(--mds-paginator-item-shadow-selected);color:var(--mds-paginator-item-color-selected);fill:var(--mds-paginator-item-color-selected)}:host([disabled]){pointer-events:none;background-color:var(--mds-paginator-item-background-disabled);-webkit-box-shadow:var(--mds-paginator-item-shadow-disabled);box-shadow:var(--mds-paginator-item-shadow-disabled);color:var(--mds-paginator-item-color-disabled);fill:var(--mds-paginator-item-color-disabled)}.icon{padding-left:0px;padding-right:0px}";var s=e("mds_paginator_item",function(){function e(e){var t=this;o(this,e);this.km=new r;this.componentDidLoad=function(){t.km.addElement(t.host);t.km.attachClickBehavior()};this.componentDidUpdate=function(){if(!t.disabled&&!t.selected){t.km.attachClickBehavior();return}t.km.detachClickBehavior()};this.disconnectedCallback=function(){t.km.detachClickBehavior()};this.icon=undefined;this.selected=undefined;this.disabled=undefined}e.prototype.render=function(){return t(i,{tabindex:"0"},this.icon!==undefined?t("mds-icon",{name:this.icon}):t("mds-text",{class:"text",typography:"detail"},t("slot",null)))};Object.defineProperty(e.prototype,"host",{get:function(){return a(this)},enumerable:false,configurable:true});return e}());s.style=n}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-8e675782.system.js"],(function(e,t){"use strict";var r,n;return{setters:[function(t){r=t.p;n=t.b;e("setNonce",t.s)}],execute:function(){var e=function(){var e=t.meta.url;var n={};if(e!==""){n.resourcesUrl=new URL(".",e).href}return r(n)};e().then((function(e){return n([["p-2f534d96.system",[[1,"mds-paginator-item",{icon:[513],selected:[516],disabled:[516]}]]]],e)}))}}}));
@@ -0,0 +1,2 @@
1
+ var __extends=this&&this.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){if(typeof n!=="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var __awaiter=this&&this.__awaiter||function(e,t,n,r){function a(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,i){function o(e){try{u(r.next(e))}catch(e){i(e)}}function l(e){try{u(r["throw"](e))}catch(e){i(e)}}function u(e){e.done?n(e.value):a(e.value).then(o,l)}u((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,a,i,o;return o={next:l(0),throw:l(1),return:l(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(e){return function(t){return u([e,t])}}function u(l){if(r)throw new TypeError("Generator is already executing.");while(o&&(o=0,l[0]&&(n=0)),n)try{if(r=1,a&&(i=l[0]&2?a["return"]:l[0]?a["throw"]||((i=a["return"])&&i.call(a),0):a.next)&&!(i=i.call(a,l[1])).done)return i;if(a=0,i)l=[l[0]&2,i.value];switch(l[0]){case 0:case 1:i=l;break;case 4:n.label++;return{value:l[1],done:false};case 5:n.label++;a=l[1];l=[0];continue;case 7:l=n.ops.pop();n.trys.pop();continue;default:if(!(i=n.trys,i=i.length>0&&i[i.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!i||l[1]>i[0]&&l[1]<i[3])){n.label=l[1];break}if(l[0]===6&&n.label<i[1]){n.label=i[1];i=l;break}if(i&&n.label<i[2]){n.label=i[2];n.ops.push(l);break}if(i[2])n.ops.pop();n.trys.pop();continue}l=t.call(e,n)}catch(e){l=[6,e];a=0}finally{r=i=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(e,t,n){if(n||arguments.length===2)for(var r=0,a=t.length,i;r<a;r++){if(i||!(r in t)){if(!i)i=Array.prototype.slice.call(t,0,r);i[r]=t[r]}}return e.concat(i||Array.prototype.slice.call(t))};System.register([],(function(e,t){"use strict";return{execute:function(){var n=this;var r="mds-paginator-item";var a;var i;var o=false;var l=false;var u=function(e,t){if(t===void 0){t=""}{return function(){return}}};var f=function(e,t){{return function(){return}}};var s="{visibility:hidden}[hydrated]{visibility:inherit}";var c={};var $=function(e){return e!=null};var v=function(e){e=typeof e;return e==="object"||e==="function"};function d(e){var t,n,r;return(r=(n=(t=e.head)===null||t===void 0?void 0:t.querySelector('meta[name="csp-nonce"]'))===null||n===void 0?void 0:n.getAttribute("content"))!==null&&r!==void 0?r:undefined}var p=e("h",(function(e,t){var n=[];for(var r=2;r<arguments.length;r++){n[r-2]=arguments[r]}var a=null;var i=false;var o=false;var l=[];var u=function(t){for(var n=0;n<t.length;n++){a=t[n];if(Array.isArray(a)){u(a)}else if(a!=null&&typeof a!=="boolean"){if(i=typeof e!=="function"&&!v(a)){a=String(a)}if(i&&o){l[l.length-1].$text$+=a}else{l.push(i?h(null,a):a)}o=i}}};u(n);if(t){{var f=t.className||t.class;if(f){t.class=typeof f!=="object"?f:Object.keys(f).filter((function(e){return f[e]})).join(" ")}}}var s=h(e,null);s.$attrs$=t;if(l.length>0){s.$children$=l}return s}));var h=function(e,t){var n={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null};{n.$attrs$=null}return n};var m=e("H",{});var g=function(e){return e&&e.$tag$===m};var y=function(e,t){if(e!=null&&!v(e)){if(t&4){return e==="false"?false:e===""||!!e}if(t&1){return String(e)}return e}return e};var b=e("g",(function(e){return ie(e).$hostElement$}));var w=function(e,t,n){var r=pe.ce(t,n);e.dispatchEvent(r);return r};var _=new WeakMap;var S=function(e,t,n){var r=$e.get(e);if(me&&n){r=r||new CSSStyleSheet;if(typeof r==="string"){r=t}else{r.replaceSync(t)}}else{r=t}$e.set(e,r)};var R=function(e,t,n){var r;var a=x(t);var i=$e.get(a);e=e.nodeType===11?e:de;if(i){if(typeof i==="string"){e=e.head||e;var o=_.get(e);var l=void 0;if(!o){_.set(e,o=new Set)}if(!o.has(a)){{l=de.createElement("style");l.innerHTML=i;var u=(r=pe.$nonce$)!==null&&r!==void 0?r:d(de);if(u!=null){l.setAttribute("nonce",u)}e.insertBefore(l,e.querySelector("link"))}if(o){o.add(a)}}}else if(!e.adoptedStyleSheets.includes(i)){e.adoptedStyleSheets=__spreadArray(__spreadArray([],e.adoptedStyleSheets,true),[i],false)}}return a};var N=function(e){var t=e.$cmpMeta$;var n=e.$hostElement$;var r=t.$flags$;var a=u("attachStyles",t.$tagName$);var i=R(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);if(r&10){n["s-sc"]=i;n.classList.add(i+"-h")}a()};var x=function(e,t){return"sc-"+e.$tagName$};var A=function(e,t,n,r,a,i){if(n!==r){var o=ue(e,t);t.toLowerCase();if(t==="class"){var l=e.classList;var u=C(n);var f=C(r);l.remove.apply(l,u.filter((function(e){return e&&!f.includes(e)})));l.add.apply(l,f.filter((function(e){return e&&!u.includes(e)})))}else{var s=v(r);if((o||s&&r!==null)&&!a){try{if(!e.tagName.includes("-")){var c=r==null?"":r;if(t==="list"){o=false}else if(n==null||e[t]!=c){e[t]=c}}else{e[t]=r}}catch(e){}}if(r==null||r===false){if(r!==false||e.getAttribute(t)===""){{e.removeAttribute(t)}}}else if((!o||i&4||a)&&!s){r=r===true?"":r;{e.setAttribute(t,r)}}}}};var P=/\s/;var C=function(e){return!e?[]:e.split(P)};var E=function(e,t,n,r){var a=t.$elm$.nodeType===11&&t.$elm$.host?t.$elm$.host:t.$elm$;var i=e&&e.$attrs$||c;var o=t.$attrs$||c;{for(r in i){if(!(r in o)){A(a,r,i[r],undefined,n,t.$flags$)}}}for(r in o){A(a,r,i[r],o[r],n,t.$flags$)}};var j=function(e,t,n,r){var i=t.$children$[n];var l=0;var u;var f;if(i.$text$!==null){u=i.$elm$=de.createTextNode(i.$text$)}else{u=i.$elm$=de.createElement(i.$tag$);{E(null,i,o)}if($(a)&&u["s-si"]!==a){u.classList.add(u["s-si"]=a)}if(i.$children$){for(l=0;l<i.$children$.length;++l){f=j(e,i,l);if(f){u.appendChild(f)}}}}return u};var M=function(e,t,n,r,a,o){var l=e;var u;if(l.shadowRoot&&l.tagName===i){l=l.shadowRoot}for(;a<=o;++a){if(r[a]){u=j(null,n,a);if(u){r[a].$elm$=u;l.insertBefore(u,t)}}}};var k=function(e,t,n){for(var r=t;r<=n;++r){var a=e[r];if(a){var i=a.$elm$;if(i){i.remove()}}}};var O=function(e,t,n,r){var a=0;var i=0;var o=t.length-1;var l=t[0];var u=t[o];var f=r.length-1;var s=r[0];var c=r[f];var $;while(a<=o&&i<=f){if(l==null){l=t[++a]}else if(u==null){u=t[--o]}else if(s==null){s=r[++i]}else if(c==null){c=r[--f]}else if(T(l,s)){L(l,s);l=t[++a];s=r[++i]}else if(T(u,c)){L(u,c);u=t[--o];c=r[--f]}else if(T(l,c)){L(l,c);e.insertBefore(l.$elm$,u.$elm$.nextSibling);l=t[++a];c=r[--f]}else if(T(u,s)){L(u,s);e.insertBefore(u.$elm$,l.$elm$);u=t[--o];s=r[++i]}else{{$=j(t&&t[i],n,i);s=r[++i]}if($){{l.$elm$.parentNode.insertBefore($,l.$elm$)}}}}if(a>o){M(e,r[f+1]==null?null:r[f+1].$elm$,n,r,i,f)}else if(i>f){k(t,a,o)}};var T=function(e,t){if(e.$tag$===t.$tag$){return true}return false};var L=function(e,t){var n=t.$elm$=e.$elm$;var r=e.$children$;var a=t.$children$;var i=t.$tag$;var l=t.$text$;if(l===null){{if(i==="slot");else{E(e,t,o)}}if(r!==null&&a!==null){O(n,r,t,a)}else if(a!==null){if(e.$text$!==null){n.textContent=""}M(n,null,t,a,0,a.length-1)}else if(r!==null){k(r,0,r.length-1)}}else if(e.$text$!==l){n.data=l}};var I=function(e,t,n){if(n===void 0){n=false}var r=e.$hostElement$;var o=e.$cmpMeta$;var l=e.$vnode$||h(null,null);var u=g(t)?t:p(null,null,t);i=r.tagName;if(o.$attrsToReflect$){u.$attrs$=u.$attrs$||{};o.$attrsToReflect$.map((function(e){var t=e[0],n=e[1];return u.$attrs$[n]=r[t]}))}if(n&&u.$attrs$){for(var f=0,s=Object.keys(u.$attrs$);f<s.length;f++){var c=s[f];if(r.hasAttribute(c)&&!["key","ref","style","class"].includes(c)){u.$attrs$[c]=r[c]}}}u.$tag$=null;u.$flags$|=4;e.$vnode$=u;u.$elm$=l.$elm$=r.shadowRoot||r;{a=r["s-sc"]}L(l,u)};var B=function(e,t){if(t&&!e.$onRenderResolve$&&t["s-p"]){t["s-p"].push(new Promise((function(t){return e.$onRenderResolve$=t})))}};var z=function(e,t){{e.$flags$|=16}if(e.$flags$&4){e.$flags$|=512;return}B(e,e.$ancestorComponent$);var n=function(){return U(e,t)};return Re(n)};var U=function(e,t){var n=u("scheduleUpdate",e.$cmpMeta$.$tagName$);var r=e.$lazyInstance$;var a;n();return q(a,(function(){return V(e,r,t)}))};var q=function(e,t){return H(e)?e.then(t):t()};var H=function(e){return e instanceof Promise||e&&e.then&&typeof e.then==="function"};var V=function(e,t,r){return __awaiter(n,void 0,void 0,(function(){var n,a,i,o,l,f,s;return __generator(this,(function(c){a=e.$hostElement$;i=u("update",e.$cmpMeta$.$tagName$);o=a["s-rc"];if(r){N(e)}l=u("render",e.$cmpMeta$.$tagName$);{W(e,t,a,r)}if(o){o.map((function(e){return e()}));a["s-rc"]=undefined}l();i();{f=(n=a["s-p"])!==null&&n!==void 0?n:[];s=function(){return F(e)};if(f.length===0){s()}else{Promise.all(f).then(s);e.$flags$|=4;f.length=0}}return[2]}))}))};var W=function(e,t,n,r){try{t=t.render();{e.$flags$&=~16}{e.$flags$|=2}{{{I(e,t,r)}}}}catch(t){fe(t,e.$hostElement$)}return null};var F=function(e){var t=e.$cmpMeta$.$tagName$;var n=e.$hostElement$;var r=u("postUpdate",t);var a=e.$ancestorComponent$;if(!(e.$flags$&64)){e.$flags$|=64;{D(n)}r();{e.$onReadyResolve$(n);if(!a){G()}}}else{r()}{if(e.$onRenderResolve$){e.$onRenderResolve$();e.$onRenderResolve$=undefined}if(e.$flags$&512){Se((function(){return z(e,false)}))}e.$flags$&=~(4|512)}};var G=function(e){{D(de.documentElement)}Se((function(){return w(ve,"appload",{detail:{namespace:r}})}))};var D=function(e){return e.setAttribute("hydrated","")};var J=function(e,t){return ie(e).$instanceValues$.get(t)};var K=function(e,t,n,r){var a=ie(e);var i=a.$instanceValues$.get(t);var o=a.$flags$;var l=a.$lazyInstance$;n=y(n,r.$members$[t][0]);var u=Number.isNaN(i)&&Number.isNaN(n);var f=n!==i&&!u;if((!(o&8)||i===undefined)&&f){a.$instanceValues$.set(t,n);if(l){if((o&(2|16))===2){z(a,false)}}}};var Q=function(e,t,n){if(t.$members$){var r=Object.entries(t.$members$);var a=e.prototype;r.map((function(e){var r=e[0],i=e[1][0];if(i&31||n&2&&i&32){Object.defineProperty(a,r,{get:function(){return J(this,r)},set:function(e){K(this,r,e,t)},configurable:true,enumerable:true})}}));if(n&1){var i=new Map;a.attributeChangedCallback=function(e,t,n){var r=this;pe.jmp((function(){var t=i.get(e);if(r.hasOwnProperty(t)){n=r[t];delete r[t]}else if(a.hasOwnProperty(t)&&typeof r[t]==="number"&&r[t]==n){return}r[t]=n===null&&typeof r[t]==="boolean"?false:n}))};e.observedAttributes=r.filter((function(e){var t=e[0],n=e[1];return n[0]&15})).map((function(e){var n=e[0],r=e[1];var a=r[1]||n;i.set(a,n);if(r[0]&512){t.$attrsToReflect$.push([n,a])}return a}))}}return e};var X=function(e,t,r,a,i){return __awaiter(n,void 0,void 0,(function(){var e,n,a,o,l,s,c;return __generator(this,(function($){switch($.label){case 0:if(!((t.$flags$&32)===0))return[3,3];t.$flags$|=32;i=ce(r);if(!i.then)return[3,2];e=f();return[4,i];case 1:i=$.sent();e();$.label=2;case 2:if(!i.isProxied){Q(i,r,2);i.isProxied=true}n=u("createInstance",r.$tagName$);{t.$flags$|=8}try{new i(t)}catch(e){fe(e)}{t.$flags$&=~8}n();if(i.style){a=i.style;o=x(r);if(!$e.has(o)){l=u("registerStyles",r.$tagName$);S(o,a,!!(r.$flags$&1));l()}}$.label=3;case 3:s=t.$ancestorComponent$;c=function(){return z(t,true)};if(s&&s["s-rc"]){s["s-rc"].push(c)}else{c()}return[2]}}))}))};var Y=function(e){};var Z=function(e){if((pe.$flags$&1)===0){var t=ie(e);var n=t.$cmpMeta$;var r=u("connectedCallback",n.$tagName$);if(!(t.$flags$&1)){t.$flags$|=1;{var a=e;while(a=a.parentNode||a.host){if(a["s-p"]){B(t,t.$ancestorComponent$=a);break}}}if(n.$members$){Object.entries(n.$members$).map((function(t){var n=t[0],r=t[1][0];if(r&31&&e.hasOwnProperty(n)){var a=e[n];delete e[n];e[n]=a}}))}{X(e,t,n)}}else{if(t===null||t===void 0?void 0:t.$lazyInstance$);else if(t===null||t===void 0?void 0:t.$onReadyPromise$){t.$onReadyPromise$.then((function(){return Y()}))}}r()}};var ee=function(e){};var te=function(e){return __awaiter(n,void 0,void 0,(function(){var t;return __generator(this,(function(n){if((pe.$flags$&1)===0){t=ie(e);if(t===null||t===void 0?void 0:t.$lazyInstance$);else if(t===null||t===void 0?void 0:t.$onReadyPromise$){t.$onReadyPromise$.then((function(){return ee()}))}}return[2]}))}))};var ne=e("b",(function(e,t){if(t===void 0){t={}}var n;var r=u();var a=[];var i=t.exclude||[];var o=ve.customElements;var l=de.head;var f=l.querySelector("meta[charset]");var c=de.createElement("style");var $=[];var v;var p=true;Object.assign(pe,t);pe.$resourcesUrl$=new URL(t.resourcesUrl||"./",de.baseURI).href;e.map((function(e){e[1].map((function(t){var n={$flags$:t[0],$tagName$:t[1],$members$:t[2],$listeners$:t[3]};{n.$members$=t[2]}{n.$attrsToReflect$=[]}var r=n.$tagName$;var l=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;t=r;le(t,n);if(n.$flags$&1){{{t.attachShadow({mode:"open"})}}}return r}t.prototype.connectedCallback=function(){var e=this;if(v){clearTimeout(v);v=null}if(p){$.push(this)}else{pe.jmp((function(){return Z(e)}))}};t.prototype.disconnectedCallback=function(){var e=this;pe.jmp((function(){return te(e)}))};t.prototype.componentOnReady=function(){return ie(this).$onReadyPromise$};return t}(HTMLElement);n.$lazyBundleId$=e[0];if(!i.includes(r)&&!o.get(r)){a.push(r);o.define(r,Q(l,n,1))}}))}));{c.innerHTML=a+s;c.setAttribute("data-styles","");var h=(n=pe.$nonce$)!==null&&n!==void 0?n:d(de);if(h!=null){c.setAttribute("nonce",h)}l.insertBefore(c,f?f.nextSibling:l.firstChild)}p=false;if($.length){$.map((function(e){return e.connectedCallback()}))}else{{pe.jmp((function(){return v=setTimeout(G,30)}))}}r()}));var re=e("s",(function(e){return pe.$nonce$=e}));var ae=new WeakMap;var ie=function(e){return ae.get(e)};var oe=e("r",(function(e,t){return ae.set(t.$lazyInstance$=e,t)}));var le=function(e,t){var n={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};{n.$onReadyPromise$=new Promise((function(e){return n.$onReadyResolve$=e}));e["s-p"]=[];e["s-rc"]=[]}return ae.set(e,n)};var ue=function(e,t){return t in e};var fe=function(e,t){return(0,console.error)(e,t)};var se=new Map;var ce=function(e,n,r){var a=e.$tagName$.replace(/-/g,"_");var i=e.$lazyBundleId$;var o=se.get(i);if(o){return o[a]}
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return t.import("./".concat(i,".entry.js").concat("")).then((function(e){{se.set(i,e)}return e[a]}),fe)};var $e=new Map;var ve=typeof window!=="undefined"?window:{};var de=ve.document||{head:{}};var pe={$flags$:0,$resourcesUrl$:"",jmp:function(e){return e()},raf:function(e){return requestAnimationFrame(e)},ael:function(e,t,n,r){return e.addEventListener(t,n,r)},rel:function(e,t,n,r){return e.removeEventListener(t,n,r)},ce:function(e,t){return new CustomEvent(e,t)}};var he=e("p",(function(e){return Promise.resolve(e)}));var me=function(){try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(e){}return false}();var ge=[];var ye=[];var be=function(e,t){return function(n){e.push(n);if(!l){l=true;if(t&&pe.$flags$&4){Se(_e)}else{pe.raf(_e)}}}};var we=function(e){for(var t=0;t<e.length;t++){try{e[t](performance.now())}catch(e){fe(e)}}e.length=0};var _e=function(){we(ge);{we(ye);if(l=ge.length>0){pe.raf(_e)}}};var Se=function(e){return he().then(e)};var Re=be(ye,true)}}}));
@@ -0,0 +1 @@
1
+ import{r as o,h as t,H as i,g as r}from"./p-2e3a33e5.js";class e{constructor(){this.elements=[],this.handleClickBehaviorDispatchEvent=o=>{"Space"!==o.code&&"Enter"!==o.code&&"NumpadEnter"!==o.code||o.target.click()},this.handleEscapeBehaviorDispatchEvent=o=>{"Escape"===o.code&&this.escapeCallback&&this.escapeCallback()},this.addElement=(o,t="element")=>{this.elements[t]=o},this.attachClickBehavior=(o="element")=>{this.elements[o]&&this.elements[o].addEventListener("keydown",this.handleClickBehaviorDispatchEvent)},this.detachClickBehavior=(o="element")=>{this.elements[o]&&this.elements[o].removeEventListener("keydown",this.handleClickBehaviorDispatchEvent)},this.attachEscapeBehavior=o=>{this.escapeCallback=o,void 0!==typeof window&&window.addEventListener("keydown",this.handleEscapeBehaviorDispatchEvent.bind(this))},this.detachEscapeBehavior=()=>{this.escapeCallback=()=>{},void 0!==typeof window&&window.removeEventListener("keydown",this.handleEscapeBehaviorDispatchEvent.bind(this))}}}const a=class{constructor(t){o(this,t),this.km=new e,this.componentDidLoad=()=>{this.km.addElement(this.host),this.km.attachClickBehavior()},this.componentDidUpdate=()=>{this.disabled||this.selected?this.km.detachClickBehavior():this.km.attachClickBehavior()},this.disconnectedCallback=()=>{this.km.detachClickBehavior()},this.icon=void 0,this.selected=void 0,this.disabled=void 0}render(){return t(i,{tabindex:"0"},void 0!==this.icon?t("mds-icon",{name:this.icon}):t("mds-text",{class:"text",typography:"detail"},t("slot",null)))}get host(){return r(this)}};a.style="@tailwind components; .fixed{position:fixed}.absolute{position:absolute}.border{border-width:1px}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}:host{--mds-paginator-item-background-disabled:rgb(var(--tone-neutral-09));--mds-paginator-item-background-hover:rgb(var(--tone-neutral-08));--mds-paginator-item-background-selected:rgb(var(--brand-maggioli-03));--mds-paginator-item-background:transparent;--mds-paginator-item-color-disabled:rgb(var(--tone-neutral-06));--mds-paginator-item-color-hover:rgb(var(--tone-neutral-02));--mds-paginator-item-color-selected:rgb(var(--tone-neutral));--mds-paginator-item-color:rgb(var(--tone-neutral-02));--mds-paginator-item-radius:200px;--mds-paginator-item-shadow-disabled:none;--mds-paginator-item-shadow-hover:none;--mds-paginator-item-shadow-selected:0 0 1px 1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--mds-paginator-item-shadow:none;--mds-paginator-item-size:2.25rem;outline-offset:var(--magma-outline-blur-offset);outline:var(--magma-outline-blur);-webkit-transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform, -webkit-box-shadow, -webkit-transform;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-left:0.75rem;padding-right:0.75rem;-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:cubic-bezier(0, 0, 0.2, 1);transition-timing-function:cubic-bezier(0, 0, 0.2, 1);background-color:var(--mds-paginator-item-background);border-radius:var(--mds-paginator-item-radius);-webkit-box-shadow:var(--mds-paginator-item-shadow);box-shadow:var(--mds-paginator-item-shadow);color:var(--mds-paginator-item-color);height:var(--mds-paginator-item-size);min-width:var(--mds-paginator-item-size);-webkit-transition-property:background-color, color, outline, outline-offset, -webkit-box-shadow;transition-property:background-color, color, outline, outline-offset, -webkit-box-shadow;transition-property:background-color, box-shadow, color, outline, outline-offset;transition-property:background-color, box-shadow, color, outline, outline-offset, -webkit-box-shadow}:host(:focus-visible){--magma-outline-blur-offset:var(--magma-outline-focus-offset);--magma-outline-blur:var(--magma-outline-focus)}:host(:hover){background-color:var(--mds-paginator-item-background-hover);-webkit-box-shadow:var(--mds-paginator-item-shadow-hover);box-shadow:var(--mds-paginator-item-shadow-hover);color:var(--mds-paginator-item-color-hover);fill:var(--mds-paginator-item-color-hover)}:host([icon]){padding:0px}:host([selected]){pointer-events:none;background-color:var(--mds-paginator-item-background-selected);-webkit-box-shadow:var(--mds-paginator-item-shadow-selected);box-shadow:var(--mds-paginator-item-shadow-selected);color:var(--mds-paginator-item-color-selected);fill:var(--mds-paginator-item-color-selected)}:host([disabled]){pointer-events:none;background-color:var(--mds-paginator-item-background-disabled);-webkit-box-shadow:var(--mds-paginator-item-shadow-disabled);box-shadow:var(--mds-paginator-item-shadow-disabled);color:var(--mds-paginator-item-color-disabled);fill:var(--mds-paginator-item-color-disabled)}.icon{padding-left:0px;padding-right:0px}";export{a as mds_paginator_item}