@maggioli-design-system/mds-table-row 3.1.0 → 4.1.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.
- package/dist/cjs/{index-f0f000bc.js → index-1066e7b9.js} +58 -3
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/mds-table-row.cjs.entry.js +1 -1
- package/dist/cjs/mds-table-row.cjs.js +3 -3
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/common/aria.js +4 -2
- package/dist/collection/common/keyboard-manager.js +40 -0
- package/dist/collection/components/mds-table-row/mds-table-row.css +1 -1
- package/dist/collection/components/mds-table-row/mds-table-row.js +2 -2
- package/dist/collection/dictionary/icon.js +3 -1
- package/dist/collection/dictionary/typography.js +5 -1
- package/dist/components/mds-table-row.js +1 -1
- package/dist/documentation.d.ts +148 -0
- package/dist/documentation.json +52 -0
- package/dist/esm/{index-fa7f6909.js → index-be386e76.js} +58 -3
- package/dist/esm/loader.js +4 -4
- package/dist/esm/mds-table-row.entry.js +1 -1
- package/dist/esm/mds-table-row.js +4 -4
- package/dist/esm-es5/{index-fa7f6909.js → index-be386e76.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mds-table-row.entry.js +1 -1
- package/dist/esm-es5/mds-table-row.js +1 -1
- package/dist/mds-table-row/mds-table-row.esm.js +1 -1
- package/dist/mds-table-row/mds-table-row.js +1 -1
- package/dist/mds-table-row/{p-b0f4e920.system.js → p-2647d8bd.system.js} +1 -1
- package/dist/mds-table-row/p-29cf76f2.system.js +1 -0
- package/dist/mds-table-row/{p-4c63953c.entry.js → p-30a6116a.entry.js} +1 -1
- package/dist/mds-table-row/{p-f26de3ab.js → p-426bd1f3.js} +1 -1
- package/dist/mds-table-row/{p-e2b31e90.system.entry.js → p-7d3f05d4.system.entry.js} +1 -1
- package/dist/stats.json +54 -51
- package/dist/types/common/keyboard-manager.d.ts +11 -0
- package/dist/types/dictionary/icon.d.ts +2 -1
- package/dist/types/dictionary/typography.d.ts +2 -1
- package/dist/types/interface/input-value.d.ts +1 -1
- package/dist/types/stencil-public-runtime.d.ts +11 -0
- package/dist/types/{types → type}/typography.d.ts +1 -0
- package/documentation.json +53 -0
- package/package.json +11 -5
- package/src/common/aria.ts +2 -2
- package/src/common/keyboard-manager.ts +46 -0
- package/src/components/mds-table-row/mds-table-row.css +1 -1
- package/src/components/mds-table-row/mds-table-row.tsx +1 -1
- package/src/dictionary/icon.ts +4 -0
- package/src/dictionary/typography.ts +9 -3
- package/src/fixtures/icons.json +175 -0
- package/src/fixtures/iconsauce.json +175 -0
- package/src/interface/input-value.ts +1 -1
- package/src/tailwind/components.css +1 -0
- package/src/{types → type}/typography.ts +4 -0
- package/www/build/mds-table-row.esm.js +1 -1
- package/www/build/mds-table-row.js +1 -1
- package/www/build/{p-b0f4e920.system.js → p-2647d8bd.system.js} +1 -1
- package/www/build/p-29cf76f2.system.js +1 -0
- package/www/build/{p-4c63953c.entry.js → p-30a6116a.entry.js} +1 -1
- package/www/build/{p-f26de3ab.js → p-426bd1f3.js} +1 -1
- package/www/build/{p-e2b31e90.system.entry.js → p-7d3f05d4.system.entry.js} +1 -1
- package/dist/mds-table-row/p-e6313d30.system.js +0 -1
- package/www/build/p-e6313d30.system.js +0 -1
- /package/dist/collection/{types → type}/autocomplete.js +0 -0
- /package/dist/collection/{types → type}/button.js +0 -0
- /package/dist/collection/{types → type}/floating-ui.js +0 -0
- /package/dist/collection/{types → type}/form-rel.js +0 -0
- /package/dist/collection/{types → type}/input-text-type.js +0 -0
- /package/dist/collection/{types → type}/input-value-type.js +0 -0
- /package/dist/collection/{types → type}/loading.js +0 -0
- /package/dist/collection/{types → type}/typography.js +0 -0
- /package/dist/collection/{types → type}/variant.js +0 -0
- /package/dist/types/{types → type}/autocomplete.d.ts +0 -0
- /package/dist/types/{types → type}/button.d.ts +0 -0
- /package/dist/types/{types → type}/floating-ui.d.ts +0 -0
- /package/dist/types/{types → type}/form-rel.d.ts +0 -0
- /package/dist/types/{types → type}/input-text-type.d.ts +0 -0
- /package/dist/types/{types → type}/input-value-type.d.ts +0 -0
- /package/dist/types/{types → type}/loading.d.ts +0 -0
- /package/dist/types/{types → type}/variant.d.ts +0 -0
- /package/src/{types → type}/autocomplete.ts +0 -0
- /package/src/{types → type}/button.ts +0 -0
- /package/src/{types → type}/floating-ui.ts +0 -0
- /package/src/{types → type}/form-rel.ts +0 -0
- /package/src/{types → type}/input-text-type.ts +0 -0
- /package/src/{types → type}/input-value-type.ts +0 -0
- /package/src/{types → type}/loading.ts +0 -0
- /package/src/{types → type}/variant.ts +0 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"timestamp": "2023-04-14T09:57:39",
|
|
3
|
+
"compiler": {
|
|
4
|
+
"name": "@stencil/core",
|
|
5
|
+
"version": "2.22.3",
|
|
6
|
+
"typescriptVersion": "4.9.4"
|
|
7
|
+
},
|
|
8
|
+
"components": [
|
|
9
|
+
{
|
|
10
|
+
"filePath": "./src/components/mds-table-row/mds-table-row.tsx",
|
|
11
|
+
"encapsulation": "shadow",
|
|
12
|
+
"tag": "mds-table-row",
|
|
13
|
+
"readme": "# mds-table-row\n\n\n",
|
|
14
|
+
"docs": "",
|
|
15
|
+
"docsTags": [],
|
|
16
|
+
"usage": {},
|
|
17
|
+
"props": [
|
|
18
|
+
{
|
|
19
|
+
"name": "interactive",
|
|
20
|
+
"type": "boolean",
|
|
21
|
+
"mutable": true,
|
|
22
|
+
"attr": "interactive",
|
|
23
|
+
"reflectToAttr": true,
|
|
24
|
+
"docs": "",
|
|
25
|
+
"docsTags": [],
|
|
26
|
+
"values": [
|
|
27
|
+
{
|
|
28
|
+
"type": "boolean"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"optional": false,
|
|
32
|
+
"required": false
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"methods": [],
|
|
36
|
+
"events": [],
|
|
37
|
+
"listeners": [
|
|
38
|
+
{
|
|
39
|
+
"event": "mdsTableInteractiveChange",
|
|
40
|
+
"target": "document",
|
|
41
|
+
"capture": false,
|
|
42
|
+
"passive": false
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"styles": [],
|
|
46
|
+
"slots": [],
|
|
47
|
+
"parts": [],
|
|
48
|
+
"dependents": [],
|
|
49
|
+
"dependencies": [],
|
|
50
|
+
"dependencyGraph": {}
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maggioli-design-system/mds-table-row",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "mds-table-row is a web-component from Maggioli Design System Magma, 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",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"unpkg": "dist/mds-table-row/mds-table-row.esm.js",
|
|
13
13
|
"files": [
|
|
14
14
|
"dist/",
|
|
15
|
+
"documentation.json",
|
|
15
16
|
"loader/",
|
|
16
17
|
"readme.md",
|
|
17
18
|
"src/",
|
|
@@ -22,9 +23,9 @@
|
|
|
22
23
|
"prepublishOnly": "npm run build"
|
|
23
24
|
},
|
|
24
25
|
"dependencies": {
|
|
25
|
-
"@maggioli-design-system/mds-table-cell": "^
|
|
26
|
-
"@maggioli-design-system/styles": "^
|
|
27
|
-
"@stencil/core": "^2.22.
|
|
26
|
+
"@maggioli-design-system/mds-table-cell": "^4.1.0",
|
|
27
|
+
"@maggioli-design-system/styles": "^11.4.0",
|
|
28
|
+
"@stencil/core": "^2.22.3"
|
|
28
29
|
},
|
|
29
30
|
"license": "MIT",
|
|
30
31
|
"author": {
|
|
@@ -38,10 +39,15 @@
|
|
|
38
39
|
"email": "andrea.pruccoli@maggioli.it",
|
|
39
40
|
"role": "Software Engineer"
|
|
40
41
|
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Nicola Tamburini",
|
|
44
|
+
"email": "nicola.tamburini@maggioli.it",
|
|
45
|
+
"role": "Software Engineer"
|
|
46
|
+
},
|
|
41
47
|
{
|
|
42
48
|
"name": "Vittorio Vittori",
|
|
43
49
|
"email": "vittorio.vittori@maggioli.it",
|
|
44
|
-
"role": "
|
|
50
|
+
"role": "Product Designer"
|
|
45
51
|
}
|
|
46
52
|
]
|
|
47
53
|
}
|
package/src/common/aria.ts
CHANGED
|
@@ -7,12 +7,12 @@ const hash = (s: string): string => {
|
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
const unslugName = (name: string): string => {
|
|
10
|
-
return name.split('/')
|
|
10
|
+
return name.split('/')?.slice(-1).pop()?.replace(/-/g, ' ') ?? name
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
const setAttributeIfEmpty = (element: HTMLElement, attribute: string, value: string): string => {
|
|
14
14
|
if (element.hasAttribute(attribute)) {
|
|
15
|
-
return element.getAttribute(attribute)
|
|
15
|
+
return element.getAttribute(attribute) ?? ''
|
|
16
16
|
}
|
|
17
17
|
element.setAttribute(attribute, value)
|
|
18
18
|
return value
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export class KeyboardManager {
|
|
2
|
+
private escapeCallback: () => void
|
|
3
|
+
private elements = []
|
|
4
|
+
|
|
5
|
+
private handleClickBehaviorDispatchEvent = (event: KeyboardEvent): void => {
|
|
6
|
+
if (event.code === 'Space' || event.code === 'Enter' || event.code === 'NumpadEnter') {
|
|
7
|
+
(event.target as HTMLElement).click()
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
private handleEscapeBehaviorDispatchEvent = (event: KeyboardEvent): void => {
|
|
12
|
+
if (event.code === 'Escape' && this.escapeCallback) {
|
|
13
|
+
this.escapeCallback()
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
addElement = (el: HTMLElement, name = 'element'): void => {
|
|
18
|
+
this.elements[name] = el
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
attachClickBehavior = (name = 'element'): void => {
|
|
22
|
+
if (this.elements[name]) {
|
|
23
|
+
this.elements[name].addEventListener('keydown', this.handleClickBehaviorDispatchEvent)
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
detachClickBehavior = (name = 'element'): void => {
|
|
28
|
+
if (this.elements[name]) {
|
|
29
|
+
this.elements[name].removeEventListener('keydown', this.handleClickBehaviorDispatchEvent)
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
attachEscapeBehavior = (callBack: () => void): void => {
|
|
34
|
+
this.escapeCallback = callBack
|
|
35
|
+
if (typeof window !== undefined) {
|
|
36
|
+
window.addEventListener('keydown', this.handleEscapeBehaviorDispatchEvent.bind(this))
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
detachEscapeBehavior = (): void => {
|
|
41
|
+
this.escapeCallback = () => {return}
|
|
42
|
+
if (typeof window !== undefined) {
|
|
43
|
+
window.removeEventListener('keydown', this.handleEscapeBehaviorDispatchEvent.bind(this))
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -8,7 +8,7 @@ export class MdsTableRow {
|
|
|
8
8
|
|
|
9
9
|
@Prop({ mutable: true, reflect: true }) interactive: boolean
|
|
10
10
|
|
|
11
|
-
@Listen('
|
|
11
|
+
@Listen('mdsTableInteractiveChange', { target: 'document' })
|
|
12
12
|
tableInteractiveHandler (event: CustomEvent<boolean>): void {
|
|
13
13
|
this.interactive = event.detail
|
|
14
14
|
}
|
package/src/dictionary/icon.ts
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import jsonIconsDictionary from '../fixtures/icons.json'
|
|
2
|
+
import jsonMggIconsDictionary from '../fixtures/iconsauce.json'
|
|
2
3
|
const iconsDictionary = jsonIconsDictionary
|
|
4
|
+
const mggIconsDictionary = jsonMggIconsDictionary
|
|
5
|
+
|
|
3
6
|
export {
|
|
4
7
|
iconsDictionary,
|
|
8
|
+
mggIconsDictionary,
|
|
5
9
|
}
|
|
@@ -23,6 +23,11 @@ const typographyVariationsDictionary = [
|
|
|
23
23
|
'code',
|
|
24
24
|
]
|
|
25
25
|
|
|
26
|
+
const typographyReadingVariationsDictionary = [
|
|
27
|
+
'info',
|
|
28
|
+
'read',
|
|
29
|
+
]
|
|
30
|
+
|
|
26
31
|
const typographyMonoDictionary = [
|
|
27
32
|
'snippet',
|
|
28
33
|
'hack',
|
|
@@ -66,11 +71,12 @@ const typographyTooltipDictionary = [
|
|
|
66
71
|
|
|
67
72
|
export {
|
|
68
73
|
typographyDictionary,
|
|
69
|
-
typographyVariationsDictionary,
|
|
70
|
-
typographyMonoDictionary,
|
|
71
|
-
typographyTitleDictionary,
|
|
72
74
|
typographyInfoDictionary,
|
|
75
|
+
typographyReadingVariationsDictionary,
|
|
76
|
+
typographyMonoDictionary,
|
|
73
77
|
typographyReadDictionary,
|
|
74
78
|
typographySmallerDictionary,
|
|
79
|
+
typographyTitleDictionary,
|
|
75
80
|
typographyTooltipDictionary,
|
|
81
|
+
typographyVariationsDictionary,
|
|
76
82
|
}
|
package/src/fixtures/icons.json
CHANGED
|
@@ -10,6 +10,179 @@
|
|
|
10
10
|
"mdi/map-marker",
|
|
11
11
|
"mdi/replay",
|
|
12
12
|
"mdi/vector-curve",
|
|
13
|
+
"mgg/abitazione-principale",
|
|
14
|
+
"mgg/action-hide-down-side",
|
|
15
|
+
"mgg/action-hide-left-side",
|
|
16
|
+
"mgg/action-hide-right-side",
|
|
17
|
+
"mgg/action-hide-sidebar-left",
|
|
18
|
+
"mgg/action-hide-sidebar-right",
|
|
19
|
+
"mgg/action-show-down-side",
|
|
20
|
+
"mgg/action-show-left-side",
|
|
21
|
+
"mgg/action-show-right-side",
|
|
22
|
+
"mgg/action-show-sidebar-left",
|
|
23
|
+
"mgg/action-show-sidebar-right",
|
|
24
|
+
"mgg/add-document-settings",
|
|
25
|
+
"mgg/additional-contents",
|
|
26
|
+
"mgg/address-book-off",
|
|
27
|
+
"mgg/address-book-on",
|
|
28
|
+
"mgg/adv-denied",
|
|
29
|
+
"mgg/area-edificabile",
|
|
30
|
+
"mgg/area-weather",
|
|
31
|
+
"mgg/box-multiple",
|
|
32
|
+
"mgg/breadcrumb",
|
|
33
|
+
"mgg/calendar-euro",
|
|
34
|
+
"mgg/calendar-multiple",
|
|
35
|
+
"mgg/calendar-schedule",
|
|
36
|
+
"mgg/car-license",
|
|
37
|
+
"mgg/card-stamping",
|
|
38
|
+
"mgg/checklist",
|
|
39
|
+
"mgg/checklist-settings",
|
|
40
|
+
"mgg/citizenship",
|
|
41
|
+
"mgg/city-bin",
|
|
42
|
+
"mgg/copy-paste",
|
|
43
|
+
"mgg/data-analytics-alt",
|
|
44
|
+
"mgg/data-analytics-search",
|
|
45
|
+
"mgg/data-analytics-time",
|
|
46
|
+
"mgg/data-category-alt",
|
|
47
|
+
"mgg/data-civil-union",
|
|
48
|
+
"mgg/data-death-civil-union",
|
|
49
|
+
"mgg/data-death-marriage",
|
|
50
|
+
"mgg/data-end-civil-union",
|
|
51
|
+
"mgg/data-end-marriage",
|
|
52
|
+
"mgg/dataset",
|
|
53
|
+
"mgg/document-magic",
|
|
54
|
+
"mgg/document-rename",
|
|
55
|
+
"mgg/electronic-document",
|
|
56
|
+
"mgg/email-open-check",
|
|
57
|
+
"mgg/email-open-off",
|
|
58
|
+
"mgg/face-to-face-meeting",
|
|
59
|
+
"mgg/farmer",
|
|
60
|
+
"mgg/field",
|
|
61
|
+
"mgg/file-download",
|
|
62
|
+
"mgg/file-folder-tree",
|
|
63
|
+
"mgg/file-folder-tree-open",
|
|
64
|
+
"mgg/file-import",
|
|
65
|
+
"mgg/file-odt",
|
|
66
|
+
"mgg/file-rtf",
|
|
67
|
+
"mgg/file-settings-alt",
|
|
68
|
+
"mgg/file-stack",
|
|
69
|
+
"mgg/file-stack-alt",
|
|
70
|
+
"mgg/file-sub",
|
|
71
|
+
"mgg/file-type-document-attachment",
|
|
72
|
+
"mgg/file-type-document-multiple-attachment",
|
|
73
|
+
"mgg/file-type-document-rubber-stamp",
|
|
74
|
+
"mgg/file-type-home",
|
|
75
|
+
"mgg/file-type-pdf",
|
|
76
|
+
"mgg/file-type-success",
|
|
77
|
+
"mgg/file-type-warning",
|
|
78
|
+
"mgg/finance-euro-cashback",
|
|
79
|
+
"mgg/fit-horizontal",
|
|
80
|
+
"mgg/fit-vertical",
|
|
81
|
+
"mgg/fullscreen-on-alt",
|
|
82
|
+
"mgg/google-check-small",
|
|
83
|
+
"mgg/google-place-item",
|
|
84
|
+
"mgg/heart",
|
|
85
|
+
"mgg/heart-outline",
|
|
86
|
+
"mgg/historic-building",
|
|
87
|
+
"mgg/historic-building-unusable",
|
|
88
|
+
"mgg/home-hammer",
|
|
89
|
+
"mgg/home-number",
|
|
90
|
+
"mgg/inagibile",
|
|
91
|
+
"mgg/input-calendar-costs",
|
|
92
|
+
"mgg/input-calendar-period",
|
|
93
|
+
"mgg/input-calendar-time",
|
|
94
|
+
"mgg/isbn",
|
|
95
|
+
"mgg/judge-hammer",
|
|
96
|
+
"mgg/land-registry",
|
|
97
|
+
"mgg/layers",
|
|
98
|
+
"mgg/list-dot",
|
|
99
|
+
"mgg/logo-girasole-camuno",
|
|
100
|
+
"mgg/logo-gpl",
|
|
101
|
+
"mgg/logo-ilibro",
|
|
102
|
+
"mgg/map-marker-settings",
|
|
103
|
+
"mgg/military-draft",
|
|
104
|
+
"mgg/money-bag-settings",
|
|
105
|
+
"mgg/money-on-hand",
|
|
106
|
+
"mgg/move-down",
|
|
107
|
+
"mgg/move-left",
|
|
108
|
+
"mgg/move-right",
|
|
109
|
+
"mgg/move-row-down",
|
|
110
|
+
"mgg/move-row-up",
|
|
111
|
+
"mgg/move-up",
|
|
112
|
+
"mgg/multiple-payments",
|
|
113
|
+
"mgg/national-document",
|
|
114
|
+
"mgg/national-document-off",
|
|
115
|
+
"mgg/order-return-down-left-to-right",
|
|
116
|
+
"mgg/order-return-down-left-to-up",
|
|
117
|
+
"mgg/order-return-down-right-to-left",
|
|
118
|
+
"mgg/order-return-down-right-to-up",
|
|
119
|
+
"mgg/order-return-up-left-to-down",
|
|
120
|
+
"mgg/order-return-up-left-to-right",
|
|
121
|
+
"mgg/order-return-up-right-to-down",
|
|
122
|
+
"mgg/order-return-up-right-to-left",
|
|
123
|
+
"mgg/order-zigzag-down-left-to-right",
|
|
124
|
+
"mgg/order-zigzag-down-left-to-up",
|
|
125
|
+
"mgg/order-zigzag-down-right-to-left",
|
|
126
|
+
"mgg/order-zigzag-down-right-to-up",
|
|
127
|
+
"mgg/order-zigzag-up-left-to-down",
|
|
128
|
+
"mgg/order-zigzag-up-left-to-right",
|
|
129
|
+
"mgg/order-zigzag-up-right-to-down",
|
|
130
|
+
"mgg/order-zigzag-up-right-to-left",
|
|
131
|
+
"mgg/other-properties",
|
|
132
|
+
"mgg/other-properties-off",
|
|
133
|
+
"mgg/partial-wall",
|
|
134
|
+
"mgg/payment-settings",
|
|
135
|
+
"mgg/places-green",
|
|
136
|
+
"mgg/places-green-doc",
|
|
137
|
+
"mgg/places-green-history",
|
|
138
|
+
"mgg/places-green-info",
|
|
139
|
+
"mgg/places-holiday-beach",
|
|
140
|
+
"mgg/places-market",
|
|
141
|
+
"mgg/places-park",
|
|
142
|
+
"mgg/places-park-alt",
|
|
143
|
+
"mgg/places-store-access-denied",
|
|
144
|
+
"mgg/property-owner",
|
|
145
|
+
"mgg/relevance",
|
|
146
|
+
"mgg/reporting-abuse",
|
|
147
|
+
"mgg/residency-permit",
|
|
148
|
+
"mgg/rubber-stamp",
|
|
149
|
+
"mgg/rurale",
|
|
150
|
+
"mgg/search-maggioli",
|
|
151
|
+
"mgg/send-progress",
|
|
152
|
+
"mgg/settings-attachment",
|
|
153
|
+
"mgg/sign-shop",
|
|
154
|
+
"mgg/square-viewfinder",
|
|
155
|
+
"mgg/stamp",
|
|
156
|
+
"mgg/status-progress-a-quarter",
|
|
157
|
+
"mgg/status-progress-complete",
|
|
158
|
+
"mgg/status-progress-half",
|
|
159
|
+
"mgg/status-progress-three-quarter",
|
|
160
|
+
"mgg/stuck-codes",
|
|
161
|
+
"mgg/tea-light",
|
|
162
|
+
"mgg/terminal",
|
|
163
|
+
"mgg/todo",
|
|
164
|
+
"mgg/todo-completed",
|
|
165
|
+
"mgg/todo-completed-re-executable",
|
|
166
|
+
"mgg/todo-in-charge-by-me",
|
|
167
|
+
"mgg/todo-in-charge-by-others",
|
|
168
|
+
"mgg/todo-in-evaluation",
|
|
169
|
+
"mgg/todo-in-evaluation-by-others",
|
|
170
|
+
"mgg/todo-incoming-in-charge",
|
|
171
|
+
"mgg/todo-incoming-rejected",
|
|
172
|
+
"mgg/todo-pause",
|
|
173
|
+
"mgg/todo-running-completed",
|
|
174
|
+
"mgg/todo-suspended",
|
|
175
|
+
"mgg/traffic-cone",
|
|
176
|
+
"mgg/trending-down",
|
|
177
|
+
"mgg/tributes",
|
|
178
|
+
"mgg/urban-city",
|
|
179
|
+
"mgg/user-dead",
|
|
180
|
+
"mgg/user-family",
|
|
181
|
+
"mgg/user-location",
|
|
182
|
+
"mgg/user-location-off",
|
|
183
|
+
"mgg/view-chart-gantt",
|
|
184
|
+
"mgg/view-side-by-side",
|
|
185
|
+
"mgg/work-book",
|
|
13
186
|
"mi/baseline/account-balance",
|
|
14
187
|
"mi/baseline/account-balance-wallet",
|
|
15
188
|
"mi/baseline/adobe",
|
|
@@ -29,6 +202,7 @@
|
|
|
29
202
|
"mi/baseline/css",
|
|
30
203
|
"mi/baseline/description",
|
|
31
204
|
"mi/baseline/done",
|
|
205
|
+
"mi/baseline/downhill-skiing",
|
|
32
206
|
"mi/baseline/eco",
|
|
33
207
|
"mi/baseline/email",
|
|
34
208
|
"mi/baseline/error",
|
|
@@ -47,6 +221,7 @@
|
|
|
47
221
|
"mi/baseline/navigate-next",
|
|
48
222
|
"mi/baseline/panorama",
|
|
49
223
|
"mi/baseline/person",
|
|
224
|
+
"mi/baseline/pets",
|
|
50
225
|
"mi/baseline/radio-button-checked",
|
|
51
226
|
"mi/baseline/radio-button-unchecked",
|
|
52
227
|
"mi/baseline/route",
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
[
|
|
2
|
+
"mgg/abitazione-principale",
|
|
3
|
+
"mgg/action-hide-down-side",
|
|
4
|
+
"mgg/action-hide-left-side",
|
|
5
|
+
"mgg/action-hide-right-side",
|
|
6
|
+
"mgg/action-hide-sidebar-left",
|
|
7
|
+
"mgg/action-hide-sidebar-right",
|
|
8
|
+
"mgg/action-show-down-side",
|
|
9
|
+
"mgg/action-show-left-side",
|
|
10
|
+
"mgg/action-show-right-side",
|
|
11
|
+
"mgg/action-show-sidebar-left",
|
|
12
|
+
"mgg/action-show-sidebar-right",
|
|
13
|
+
"mgg/add-document-settings",
|
|
14
|
+
"mgg/additional-contents",
|
|
15
|
+
"mgg/address-book-off",
|
|
16
|
+
"mgg/address-book-on",
|
|
17
|
+
"mgg/adv-denied",
|
|
18
|
+
"mgg/area-edificabile",
|
|
19
|
+
"mgg/area-weather",
|
|
20
|
+
"mgg/box-multiple",
|
|
21
|
+
"mgg/breadcrumb",
|
|
22
|
+
"mgg/calendar-euro",
|
|
23
|
+
"mgg/calendar-multiple",
|
|
24
|
+
"mgg/calendar-schedule",
|
|
25
|
+
"mgg/car-license",
|
|
26
|
+
"mgg/card-stamping",
|
|
27
|
+
"mgg/checklist-settings",
|
|
28
|
+
"mgg/checklist",
|
|
29
|
+
"mgg/citizenship",
|
|
30
|
+
"mgg/city-bin",
|
|
31
|
+
"mgg/copy-paste",
|
|
32
|
+
"mgg/data-analytics-alt",
|
|
33
|
+
"mgg/data-analytics-search",
|
|
34
|
+
"mgg/data-analytics-time",
|
|
35
|
+
"mgg/data-category-alt",
|
|
36
|
+
"mgg/data-civil-union",
|
|
37
|
+
"mgg/data-death-civil-union",
|
|
38
|
+
"mgg/data-death-marriage",
|
|
39
|
+
"mgg/data-end-civil-union",
|
|
40
|
+
"mgg/data-end-marriage",
|
|
41
|
+
"mgg/dataset",
|
|
42
|
+
"mgg/document-magic",
|
|
43
|
+
"mgg/document-rename",
|
|
44
|
+
"mgg/electronic-document",
|
|
45
|
+
"mgg/email-open-check",
|
|
46
|
+
"mgg/email-open-off",
|
|
47
|
+
"mgg/face-to-face-meeting",
|
|
48
|
+
"mgg/farmer",
|
|
49
|
+
"mgg/field",
|
|
50
|
+
"mgg/file-download",
|
|
51
|
+
"mgg/file-folder-tree-open",
|
|
52
|
+
"mgg/file-folder-tree",
|
|
53
|
+
"mgg/file-import",
|
|
54
|
+
"mgg/file-odt",
|
|
55
|
+
"mgg/file-rtf",
|
|
56
|
+
"mgg/file-settings-alt",
|
|
57
|
+
"mgg/file-stack-alt",
|
|
58
|
+
"mgg/file-stack",
|
|
59
|
+
"mgg/file-sub",
|
|
60
|
+
"mgg/file-type-document-attachment",
|
|
61
|
+
"mgg/file-type-document-multiple-attachment",
|
|
62
|
+
"mgg/file-type-document-rubber-stamp",
|
|
63
|
+
"mgg/file-type-home",
|
|
64
|
+
"mgg/file-type-pdf",
|
|
65
|
+
"mgg/file-type-success",
|
|
66
|
+
"mgg/file-type-warning",
|
|
67
|
+
"mgg/finance-euro-cashback",
|
|
68
|
+
"mgg/fit-horizontal",
|
|
69
|
+
"mgg/fit-vertical",
|
|
70
|
+
"mgg/fullscreen-on-alt",
|
|
71
|
+
"mgg/google-check-small",
|
|
72
|
+
"mgg/google-place-item",
|
|
73
|
+
"mgg/heart-outline",
|
|
74
|
+
"mgg/heart",
|
|
75
|
+
"mgg/historic-building-unusable",
|
|
76
|
+
"mgg/historic-building",
|
|
77
|
+
"mgg/home-hammer",
|
|
78
|
+
"mgg/home-number",
|
|
79
|
+
"mgg/inagibile",
|
|
80
|
+
"mgg/input-calendar-costs",
|
|
81
|
+
"mgg/input-calendar-period",
|
|
82
|
+
"mgg/input-calendar-time",
|
|
83
|
+
"mgg/isbn",
|
|
84
|
+
"mgg/judge-hammer",
|
|
85
|
+
"mgg/land-registry",
|
|
86
|
+
"mgg/layers",
|
|
87
|
+
"mgg/list-dot",
|
|
88
|
+
"mgg/logo-girasole-camuno",
|
|
89
|
+
"mgg/logo-gpl",
|
|
90
|
+
"mgg/logo-ilibro",
|
|
91
|
+
"mgg/map-marker-settings",
|
|
92
|
+
"mgg/military-draft",
|
|
93
|
+
"mgg/money-bag-settings",
|
|
94
|
+
"mgg/money-on-hand",
|
|
95
|
+
"mgg/move-down",
|
|
96
|
+
"mgg/move-left",
|
|
97
|
+
"mgg/move-right",
|
|
98
|
+
"mgg/move-row-down",
|
|
99
|
+
"mgg/move-row-up",
|
|
100
|
+
"mgg/move-up",
|
|
101
|
+
"mgg/multiple-payments",
|
|
102
|
+
"mgg/national-document-off",
|
|
103
|
+
"mgg/national-document",
|
|
104
|
+
"mgg/order-return-down-left-to-right",
|
|
105
|
+
"mgg/order-return-down-left-to-up",
|
|
106
|
+
"mgg/order-return-down-right-to-left",
|
|
107
|
+
"mgg/order-return-down-right-to-up",
|
|
108
|
+
"mgg/order-return-up-left-to-down",
|
|
109
|
+
"mgg/order-return-up-left-to-right",
|
|
110
|
+
"mgg/order-return-up-right-to-down",
|
|
111
|
+
"mgg/order-return-up-right-to-left",
|
|
112
|
+
"mgg/order-zigzag-down-left-to-right",
|
|
113
|
+
"mgg/order-zigzag-down-left-to-up",
|
|
114
|
+
"mgg/order-zigzag-down-right-to-left",
|
|
115
|
+
"mgg/order-zigzag-down-right-to-up",
|
|
116
|
+
"mgg/order-zigzag-up-left-to-down",
|
|
117
|
+
"mgg/order-zigzag-up-left-to-right",
|
|
118
|
+
"mgg/order-zigzag-up-right-to-down",
|
|
119
|
+
"mgg/order-zigzag-up-right-to-left",
|
|
120
|
+
"mgg/other-properties-off",
|
|
121
|
+
"mgg/other-properties",
|
|
122
|
+
"mgg/partial-wall",
|
|
123
|
+
"mgg/payment-settings",
|
|
124
|
+
"mgg/places-green-doc",
|
|
125
|
+
"mgg/places-green-history",
|
|
126
|
+
"mgg/places-green-info",
|
|
127
|
+
"mgg/places-green",
|
|
128
|
+
"mgg/places-holiday-beach",
|
|
129
|
+
"mgg/places-market",
|
|
130
|
+
"mgg/places-park-alt",
|
|
131
|
+
"mgg/places-park",
|
|
132
|
+
"mgg/places-store-access-denied",
|
|
133
|
+
"mgg/property-owner",
|
|
134
|
+
"mgg/relevance",
|
|
135
|
+
"mgg/reporting-abuse",
|
|
136
|
+
"mgg/residency-permit",
|
|
137
|
+
"mgg/rubber-stamp",
|
|
138
|
+
"mgg/rurale",
|
|
139
|
+
"mgg/search-maggioli",
|
|
140
|
+
"mgg/send-progress",
|
|
141
|
+
"mgg/settings-attachment",
|
|
142
|
+
"mgg/sign-shop",
|
|
143
|
+
"mgg/square-viewfinder",
|
|
144
|
+
"mgg/stamp",
|
|
145
|
+
"mgg/status-progress-a-quarter",
|
|
146
|
+
"mgg/status-progress-complete",
|
|
147
|
+
"mgg/status-progress-half",
|
|
148
|
+
"mgg/status-progress-three-quarter",
|
|
149
|
+
"mgg/stuck-codes",
|
|
150
|
+
"mgg/tea-light",
|
|
151
|
+
"mgg/terminal",
|
|
152
|
+
"mgg/todo-completed-re-executable",
|
|
153
|
+
"mgg/todo-completed",
|
|
154
|
+
"mgg/todo-in-charge-by-me",
|
|
155
|
+
"mgg/todo-in-charge-by-others",
|
|
156
|
+
"mgg/todo-in-evaluation-by-others",
|
|
157
|
+
"mgg/todo-in-evaluation",
|
|
158
|
+
"mgg/todo-incoming-in-charge",
|
|
159
|
+
"mgg/todo-incoming-rejected",
|
|
160
|
+
"mgg/todo-pause",
|
|
161
|
+
"mgg/todo-running-completed",
|
|
162
|
+
"mgg/todo-suspended",
|
|
163
|
+
"mgg/todo",
|
|
164
|
+
"mgg/traffic-cone",
|
|
165
|
+
"mgg/trending-down",
|
|
166
|
+
"mgg/tributes",
|
|
167
|
+
"mgg/urban-city",
|
|
168
|
+
"mgg/user-dead",
|
|
169
|
+
"mgg/user-family",
|
|
170
|
+
"mgg/user-location-off",
|
|
171
|
+
"mgg/user-location",
|
|
172
|
+
"mgg/view-chart-gantt",
|
|
173
|
+
"mgg/view-side-by-side",
|
|
174
|
+
"mgg/work-book"
|
|
175
|
+
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-
|
|
1
|
+
import{p as e,b as t}from"./p-426bd1f3.js";export{s as setNonce}from"./p-426bd1f3.js";(()=>{const t=import.meta.url,a={};return""!==t&&(a.resourcesUrl=new URL(".",t).href),e(a)})().then((e=>t([["p-30a6116a",[[1,"mds-table-row",{interactive:[1540]},[[4,"mdsTableInteractiveChange","tableInteractiveHandler"]]]]]],e)));
|
|
@@ -115,7 +115,7 @@ 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-
|
|
118
|
+
var url = new URL('./p-29cf76f2.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
|
|
119
119
|
System.import(url.href);
|
|
120
120
|
};
|
|
121
121
|
|