@maggioli-design-system/mds-input-tip 1.2.2 → 1.3.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-442db91d.js → index-66d8bb25.js} +143 -58
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mds-input-tip.cjs.entry.js +8 -2
- package/dist/cjs/mds-input-tip.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/common/floating-controller.js +180 -0
- package/dist/collection/common/slot.js +28 -0
- package/dist/collection/common/string.js +30 -0
- package/dist/collection/components/mds-input-tip/mds-input-tip.css +123 -0
- package/dist/collection/components/mds-input-tip/mds-input-tip.js +10 -0
- package/dist/collection/dictionary/animation.js +5 -0
- package/dist/collection/dictionary/file-extensions.js +6 -59
- package/dist/collection/dictionary/keyboard.js +84 -0
- package/dist/collection/dictionary/tree.js +13 -0
- package/dist/collection/fixtures/filenames.js +62 -1
- package/dist/collection/type/animation.js +1 -0
- package/dist/collection/type/keyboard.js +1 -0
- package/dist/collection/type/tree.js +1 -0
- package/dist/collection/type/variant-file-format.js +5 -0
- package/dist/components/mds-input-tip.js +7 -1
- package/dist/documentation.d.ts +8 -0
- package/dist/documentation.json +15 -5
- package/dist/esm/{index-8fed469d.js → index-4e431d49.js} +143 -58
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mds-input-tip.entry.js +8 -2
- package/dist/esm/mds-input-tip.js +3 -3
- package/dist/esm-es5/index-4e431d49.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mds-input-tip.entry.js +1 -1
- package/dist/esm-es5/mds-input-tip.js +1 -1
- package/dist/mds-input-tip/mds-input-tip.esm.js +1 -1
- package/dist/mds-input-tip/mds-input-tip.js +1 -1
- package/dist/mds-input-tip/p-27388d25.entry.js +1 -0
- package/dist/mds-input-tip/p-7eeec96b.system.js +2 -0
- package/dist/mds-input-tip/p-b8376582.js +2 -0
- package/dist/mds-input-tip/{p-c915dfb3.system.js → p-c7ede63a.system.js} +1 -1
- package/dist/mds-input-tip/p-d876075e.system.entry.js +1 -0
- package/dist/stats.json +74 -37
- package/dist/types/common/floating-controller.d.ts +46 -0
- package/dist/types/common/slot.d.ts +4 -0
- package/dist/types/common/string.d.ts +4 -0
- package/dist/types/dictionary/animation.d.ts +2 -0
- package/dist/types/dictionary/keyboard.d.ts +2 -0
- package/dist/types/dictionary/tree.d.ts +4 -0
- package/dist/types/fixtures/filenames.d.ts +62 -1
- package/dist/types/type/animation.d.ts +1 -0
- package/dist/types/type/file-types.d.ts +1 -1
- package/dist/types/type/keyboard.d.ts +12 -0
- package/dist/types/type/tree.d.ts +3 -0
- package/dist/types/type/variant-file-format.d.ts +1 -1
- package/documentation.json +76 -16
- package/package.json +4 -4
- package/readme.md +7 -0
- package/src/common/floating-controller.ts +263 -0
- package/src/common/slot.ts +35 -0
- package/src/common/string.ts +42 -0
- package/src/components/mds-input-tip/mds-input-tip.css +5 -0
- package/src/components/mds-input-tip/readme.md +7 -0
- package/src/dictionary/animation.ts +8 -0
- package/src/dictionary/file-extensions.ts +6 -60
- package/src/dictionary/keyboard.ts +87 -0
- package/src/dictionary/tree.ts +21 -0
- package/src/fixtures/filenames.ts +63 -0
- package/src/fixtures/icons.json +39 -1
- package/src/fixtures/iconsauce.json +6 -0
- package/src/meta/file-format/locale.el.json +26 -21
- package/src/meta/file-format/locale.en.json +26 -21
- package/src/meta/file-format/locale.es.json +26 -21
- package/src/meta/file-format/locale.it.json +26 -21
- package/src/meta/keyboard/keys.json +83 -0
- package/src/tailwind/components.css +11 -0
- package/src/tailwind/fouc.css +118 -0
- package/src/type/animation.ts +3 -0
- package/src/type/file-types.ts +6 -0
- package/src/type/keyboard.ts +93 -0
- package/src/type/tree.ts +12 -0
- package/src/type/variant-file-format.ts +6 -0
- package/www/build/mds-input-tip.esm.js +1 -1
- package/www/build/mds-input-tip.js +1 -1
- package/www/build/p-27388d25.entry.js +1 -0
- package/www/build/p-7eeec96b.system.js +2 -0
- package/www/build/p-b8376582.js +2 -0
- package/www/build/{p-c915dfb3.system.js → p-c7ede63a.system.js} +1 -1
- package/www/build/p-d876075e.system.entry.js +1 -0
- package/dist/esm-es5/index-8fed469d.js +0 -1
- package/dist/mds-input-tip/p-37c61f56.system.js +0 -2
- package/dist/mds-input-tip/p-3e967425.js +0 -2
- package/dist/mds-input-tip/p-4486a5e4.entry.js +0 -1
- package/dist/mds-input-tip/p-fadf816e.system.entry.js +0 -1
- package/www/build/p-37c61f56.system.js +0 -2
- package/www/build/p-3e967425.js +0 -2
- package/www/build/p-4486a5e4.entry.js +0 -1
- package/www/build/p-fadf816e.system.entry.js +0 -1
@@ -26,8 +26,8 @@ const fileExtensionsDictionary: FileExtenstion = {
|
|
26
26
|
exe: { format: 'executable', description: 'fileEXE' },
|
27
27
|
flac: { format: 'audio', description: 'uncompressedAudio' },
|
28
28
|
gif: { format: 'image', description: 'compressedImage', preview: true },
|
29
|
-
htm: { format: 'markup', description: 'documentWeb' },
|
30
29
|
heic: { format: 'image', description: 'imageHEFF' },
|
30
|
+
htm: { format: 'markup', description: 'documentWeb' },
|
31
31
|
html: { format: 'markup', description: 'documentWeb' },
|
32
32
|
jpe: { format: 'image', description: 'compressedImage', preview: true },
|
33
33
|
jpeg: { format: 'image', description: 'compressedImage', preview: true },
|
@@ -44,9 +44,12 @@ const fileExtensionsDictionary: FileExtenstion = {
|
|
44
44
|
mpg4: { format: 'video', description: 'videoSD' },
|
45
45
|
mpg: { format: 'video', description: 'videoSD' },
|
46
46
|
mpga: { format: 'audio', description: 'compressedAudio' },
|
47
|
+
odf: { format: 'document', description: 'openDocumentFormat' },
|
47
48
|
odp: { format: 'slide', description: 'slideLO' },
|
48
49
|
ods: { format: 'spreadsheet', description: 'spreadsheetLO' },
|
49
50
|
odt: { format: 'text', description: 'documentLO' },
|
51
|
+
ole: { format: 'document', description: 'objectLinkingAndEmbedding' },
|
52
|
+
p7m: { format: 'certificate', description: 'documentDigitalSingnature' },
|
50
53
|
pdf: { format: 'document', description: 'documentAdobe' },
|
51
54
|
php: { format: 'code', description: 'filePHP' },
|
52
55
|
png: { format: 'image', description: 'imagePNG', preview: true },
|
@@ -59,6 +62,7 @@ const fileExtensionsDictionary: FileExtenstion = {
|
|
59
62
|
tar: { format: 'archive', description: 'uncompressedArchive' },
|
60
63
|
tiff: { format: 'image', description: 'imageTIFF' },
|
61
64
|
ts: { format: 'code', description: 'fileTS' },
|
65
|
+
tsd: { format: 'certificate', description: 'certificateTSD' },
|
62
66
|
tsx: { format: 'code', description: 'fileTSX' },
|
63
67
|
txt: { format: 'text', description: 'documentTXT' },
|
64
68
|
wav: { format: 'audio', description: 'uncompressedAudio' },
|
@@ -66,68 +70,10 @@ const fileExtensionsDictionary: FileExtenstion = {
|
|
66
70
|
xar: { format: 'archive', description: 'compressedArchive' },
|
67
71
|
xls: { format: 'spreadsheet', description: 'spreadsheetMS' },
|
68
72
|
xlsx: { format: 'spreadsheet', description: 'spreadsheetMS' },
|
73
|
+
xml: { format: 'markup', description: 'extensibleMarkupLanguage' },
|
69
74
|
zip: { format: 'archive', description: 'compressedArchive' },
|
70
75
|
}
|
71
76
|
|
72
|
-
// const fileExtensionsDictionary: FileExtenstion = {
|
73
|
-
// '7z': { format: 'archive', description: 'Archivio compresso' },
|
74
|
-
// ace: { format: 'archive', description: 'Archivio compresso' },
|
75
|
-
// ai: { format: 'vector', description: 'Vettoriale Adobe Illustrator' },
|
76
|
-
// dart: { format: 'code', description: 'Dart' },
|
77
|
-
// db: { format: 'data', description: 'File di database' },
|
78
|
-
// default: { format: 'attachment', description: 'Formato sconosciuto' },
|
79
|
-
// dmg: { format: 'executable', description: 'Apple Disk Image' },
|
80
|
-
// doc: { format: 'text', description: 'Documento Microsoft Word' },
|
81
|
-
// docm: { format: 'text', description: 'Documento Microsoft Word' },
|
82
|
-
// docx: { format: 'text', description: 'Documento Microsoft Word Compresso' },
|
83
|
-
// eml: { format: 'email', description: 'E-mail di posta elettronica' },
|
84
|
-
// eps: { format: 'vector', description: 'Vettoriale Corel Draw' },
|
85
|
-
// exe: { format: 'executable', description: 'File eseguibile Windows' },
|
86
|
-
// flac: { format: 'audio', description: 'Audio non compresso' },
|
87
|
-
// gif: { format: 'image', description: 'Immagine compressa', preview: true },
|
88
|
-
// htm: { format: 'markup', description: 'Pagina web' },
|
89
|
-
// heic: { format: 'image', description: 'High Efficiency Image File Format' },
|
90
|
-
// html: { format: 'markup', description: 'Pagina web' },
|
91
|
-
// jpe: { format: 'image', description: 'Immagine compressa', preview: true },
|
92
|
-
// jpeg: { format: 'image', description: 'Immagine compressa', preview: true },
|
93
|
-
// jpg: { format: 'image', description: 'Immagine compressa', preview: true },
|
94
|
-
// js: { format: 'code', description: 'JavaScript' },
|
95
|
-
// json: { format: 'data', description: 'JavaScript Object Notation' },
|
96
|
-
// jsx: { format: 'code', description: 'JavaScript' },
|
97
|
-
// m2v: { format: 'video', description: 'Filmato SD' },
|
98
|
-
// mp2: { format: 'audio', description: 'Audio compresso' },
|
99
|
-
// mp3: { format: 'audio', description: 'Audio compresso' },
|
100
|
-
// mp4: { format: 'video', description: 'Filmato HD' },
|
101
|
-
// mp4v: { format: 'video', description: 'Filmato HD' },
|
102
|
-
// mpeg: { format: 'video', description: 'Filmato SD' },
|
103
|
-
// mpg4: { format: 'video', description: 'Filmato SD' },
|
104
|
-
// mpg: { format: 'video', description: 'Filmato SD' },
|
105
|
-
// mpga: { format: 'audio', description: 'Audio compresso' },
|
106
|
-
// odp: { format: 'slide', description: 'Slide di presentazione LibreOffice' },
|
107
|
-
// ods: { format: 'spreadsheet', description: 'Foglio di calcolo LibreOffice' },
|
108
|
-
// odt: { format: 'text', description: 'File di testo LibreOffice' },
|
109
|
-
// pdf: { format: 'document', description: 'Documento Adobe' },
|
110
|
-
// php: { format: 'code', description: 'Hypertext Preprocessor' },
|
111
|
-
// png: { format: 'image', description: 'Immagine Portable Network Graphics', preview: true },
|
112
|
-
// ppt: { format: 'slide', description: 'Slide di presentazione PowerPoint' },
|
113
|
-
// rar: { format: 'archive', description: 'Archivio compresso' },
|
114
|
-
// rtf: { format: 'text', description: 'Documento di testo Rich Text Format' },
|
115
|
-
// sass: { format: 'code', description: 'Syntactically Awesome StyleSheets' },
|
116
|
-
// shtml: { format: 'markup', description: 'Pagina web' },
|
117
|
-
// svg: { format: 'vector', description: 'Scalable Vector Graphics', preview: true },
|
118
|
-
// tar: { format: 'archive', description: 'Archivio non compresso' },
|
119
|
-
// tiff: { format: 'image', description: 'Tag Image File Format' },
|
120
|
-
// ts: { format: 'code', description: 'TypeScript' },
|
121
|
-
// tsx: { format: 'code', description: 'TypeScript Extended Syntax' },
|
122
|
-
// txt: { format: 'text', description: 'Documento di testo non formattato' },
|
123
|
-
// wav: { format: 'audio', description: 'Audio non compresso' },
|
124
|
-
// webp: { format: 'image', description: 'Immagine Web Picture', preview: true },
|
125
|
-
// xar: { format: 'archive', description: 'Archivio compresso' },
|
126
|
-
// xls: { format: 'spreadsheet', description: 'Foglio di calcolo Office' },
|
127
|
-
// xlsx: { format: 'spreadsheet', description: 'Foglio di calcolo Office' },
|
128
|
-
// zip: { format: 'archive', description: 'Archivio compresso' },
|
129
|
-
// }
|
130
|
-
|
131
77
|
const genericMimeToExt: Map<string, string[]> = new Map([
|
132
78
|
['image', ['.png', '.jpg', '.jpeg', '.tiff', '.webp', '.jpe', '.gif', '.heic']],
|
133
79
|
['audio', ['.mp2', '.mp3', '.mpga', '.wav', '.flac']],
|
@@ -0,0 +1,87 @@
|
|
1
|
+
const keyboardKeyNameDictionary = [
|
2
|
+
'0',
|
3
|
+
'1',
|
4
|
+
'2',
|
5
|
+
'3',
|
6
|
+
'4',
|
7
|
+
'5',
|
8
|
+
'6',
|
9
|
+
'7',
|
10
|
+
'8',
|
11
|
+
'9',
|
12
|
+
'a',
|
13
|
+
'alt',
|
14
|
+
'altleft',
|
15
|
+
'altright',
|
16
|
+
'arrowdown',
|
17
|
+
'arrowleft',
|
18
|
+
'arrowright',
|
19
|
+
'arrowup',
|
20
|
+
'b',
|
21
|
+
'backspace',
|
22
|
+
'c',
|
23
|
+
'capslock',
|
24
|
+
'command',
|
25
|
+
'commandleft',
|
26
|
+
'commandright',
|
27
|
+
'control',
|
28
|
+
'controlleft',
|
29
|
+
'controlright',
|
30
|
+
'd',
|
31
|
+
'delete',
|
32
|
+
'e',
|
33
|
+
'end',
|
34
|
+
'enter',
|
35
|
+
'escape',
|
36
|
+
'f',
|
37
|
+
'f1',
|
38
|
+
'f10',
|
39
|
+
'f11',
|
40
|
+
'f12',
|
41
|
+
'f2',
|
42
|
+
'f3',
|
43
|
+
'f4',
|
44
|
+
'f5',
|
45
|
+
'f6',
|
46
|
+
'f7',
|
47
|
+
'f8',
|
48
|
+
'f9',
|
49
|
+
'g',
|
50
|
+
'h',
|
51
|
+
'home',
|
52
|
+
'i',
|
53
|
+
'j',
|
54
|
+
'k',
|
55
|
+
'l',
|
56
|
+
'm',
|
57
|
+
'n',
|
58
|
+
'o',
|
59
|
+
'option',
|
60
|
+
'optionleft',
|
61
|
+
'optionright',
|
62
|
+
'p',
|
63
|
+
'pagedown',
|
64
|
+
'pageup',
|
65
|
+
'q',
|
66
|
+
'r',
|
67
|
+
's',
|
68
|
+
'shift',
|
69
|
+
'shiftleft',
|
70
|
+
'shiftright',
|
71
|
+
'space',
|
72
|
+
't',
|
73
|
+
'tab',
|
74
|
+
'u',
|
75
|
+
'v',
|
76
|
+
'w',
|
77
|
+
'windows',
|
78
|
+
'windowsleft',
|
79
|
+
'windowsright',
|
80
|
+
'x',
|
81
|
+
'y',
|
82
|
+
'z',
|
83
|
+
]
|
84
|
+
|
85
|
+
export {
|
86
|
+
keyboardKeyNameDictionary,
|
87
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
const treeActionsDictionary = [
|
2
|
+
'auto',
|
3
|
+
'visible',
|
4
|
+
]
|
5
|
+
|
6
|
+
const treeAppearanceDictionary = [
|
7
|
+
'depth',
|
8
|
+
'none',
|
9
|
+
]
|
10
|
+
|
11
|
+
const treeIconDictionary = [
|
12
|
+
'folder',
|
13
|
+
'chevron',
|
14
|
+
]
|
15
|
+
|
16
|
+
export {
|
17
|
+
treeActionsDictionary,
|
18
|
+
treeAppearanceDictionary,
|
19
|
+
treeIconDictionary,
|
20
|
+
}
|
21
|
+
|
@@ -55,6 +55,69 @@ const filesList = [
|
|
55
55
|
'wooden.jsx',
|
56
56
|
]
|
57
57
|
|
58
|
+
const namedFilesList = {
|
59
|
+
'7z': 'frozen_haptic.7z',
|
60
|
+
'No extension file': 'this_is_an_extensionless_file',
|
61
|
+
'png with URL': 'https://i2.wp.com/clipart.info/images/ccovers/1495750818Apple-PNG-Clip-Art.png',
|
62
|
+
ace: 'sky_marketing.ace',
|
63
|
+
ai: 'foreground_overriding.ai',
|
64
|
+
db: 'matrix_black_hat.db',
|
65
|
+
default: 'copying.default',
|
66
|
+
dmg: 'protocol_designer.dmg',
|
67
|
+
doc: 'forges.doc',
|
68
|
+
docm: 'officer_somalia.docm',
|
69
|
+
docx: 'upgradable_gold.docx',
|
70
|
+
eml: 'brunei_logistical.eml',
|
71
|
+
eps: 'alarm_circuit_plastic.eps',
|
72
|
+
exe: 'rss_systematic_avon.exe',
|
73
|
+
flac: 'liaison_panel_central.flac',
|
74
|
+
gif: 'initiatives_group.gif',
|
75
|
+
htm: 'books_monetize_arizona.htm',
|
76
|
+
html: 'flexibility_auto_money.html',
|
77
|
+
jpe: 'intelligent_radical.jpe',
|
78
|
+
jpeg: 'iowa_installation.jpeg',
|
79
|
+
jpg: 'buckinghamshire_macao.jpg',
|
80
|
+
js: 'monitor.js',
|
81
|
+
json: 'calculating.json',
|
82
|
+
jsx: 'wooden.jsx',
|
83
|
+
m2v: 'interface_bedfordshire_solid.m2v',
|
84
|
+
mp2: 'explicit.mp2',
|
85
|
+
mp3: 'optimization_radical.mp3',
|
86
|
+
mp4: 'nebraska.mp4',
|
87
|
+
mp4v: 'reduced_regional_greenland.mp4v',
|
88
|
+
mpeg: 'impactful_alarm_handmade.mpeg',
|
89
|
+
mpg4: 'revolutionize.mpg4',
|
90
|
+
mpg: 'complexity_deposit.mpg',
|
91
|
+
mpga: 'ports_copy_granite.mpga',
|
92
|
+
odf: 'This is a file_to_read.odf',
|
93
|
+
odp: 'needs_based_solid.odp',
|
94
|
+
ods: 'compressing_black_colorado.ods',
|
95
|
+
odt: 'salad_compressing.odt',
|
96
|
+
ole: 'Document-RPF_Open-new.ole',
|
97
|
+
p7m: 'file with certificate from government.pdf.p7m',
|
98
|
+
pdf: 'connect_local_visualize.pdf',
|
99
|
+
php: 'fish.php',
|
100
|
+
png: 'awesome_orchestration.png',
|
101
|
+
ppt: 'gorgeous_manager_savings.ppt',
|
102
|
+
rar: 'unbranded.rar',
|
103
|
+
rtf: 'pound.rtf',
|
104
|
+
sass: 'open_source_gorgeous.sass',
|
105
|
+
shtml: 'brand.shtml',
|
106
|
+
svg: 'b2c_tan_sports.svg',
|
107
|
+
tar: 'graphic_frozen_bedfordshire.tar',
|
108
|
+
ts: 'forge_face.ts',
|
109
|
+
tsd: 'Marked file-7483274hy6Fg6R8.tsd',
|
110
|
+
txt: 'bedfordshire_iceland_identity.txt',
|
111
|
+
wav: 'synergistic.wav',
|
112
|
+
webp: 'open_source.webp',
|
113
|
+
xar: 'wisconsin_bypassing_small.xar',
|
114
|
+
xls: 'metrics_lempira_account.xls',
|
115
|
+
xlsx: 'hdd_navigate_panama.xlsx',
|
116
|
+
xml: 'Markup language.xml',
|
117
|
+
zip: 'tuna_table_fall.zip',
|
118
|
+
}
|
119
|
+
|
58
120
|
export {
|
59
121
|
filesList,
|
122
|
+
namedFilesList,
|
60
123
|
}
|
package/src/fixtures/icons.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
[
|
2
2
|
"mdi/alien",
|
3
|
+
"mdi/apple-keyboard-shift",
|
3
4
|
"mdi/barley",
|
4
5
|
"mdi/baseball",
|
5
6
|
"mdi/crown",
|
@@ -7,8 +8,15 @@
|
|
7
8
|
"mdi/dots-vertical",
|
8
9
|
"mdi/email",
|
9
10
|
"mdi/file-document-remove-outline",
|
11
|
+
"mdi/file-download-outline",
|
12
|
+
"mdi/file-upload-outline",
|
13
|
+
"mdi/folder-open",
|
14
|
+
"mdi/handshake",
|
10
15
|
"mdi/harddisk",
|
16
|
+
"mdi/keyboard-space",
|
17
|
+
"mdi/license",
|
11
18
|
"mdi/map-marker",
|
19
|
+
"mdi/npm",
|
12
20
|
"mdi/replay",
|
13
21
|
"mdi/vector-curve",
|
14
22
|
"mgg/abitazione-principale",
|
@@ -43,6 +51,7 @@
|
|
43
51
|
"mgg/ai-status-processing",
|
44
52
|
"mgg/ai-status-suspended",
|
45
53
|
"mgg/alerts-pagopa",
|
54
|
+
"mgg/anagrafe-nazionale",
|
46
55
|
"mgg/anpr",
|
47
56
|
"mgg/ansc",
|
48
57
|
"mgg/area-edificabile",
|
@@ -67,6 +76,7 @@
|
|
67
76
|
"mgg/cancelled-sheet",
|
68
77
|
"mgg/car-license",
|
69
78
|
"mgg/card-stamping",
|
79
|
+
"mgg/cash-register-settings",
|
70
80
|
"mgg/check-small",
|
71
81
|
"mgg/checklist",
|
72
82
|
"mgg/checklist-settings",
|
@@ -163,7 +173,9 @@
|
|
163
173
|
"mgg/home-hammer",
|
164
174
|
"mgg/home-link",
|
165
175
|
"mgg/home-number",
|
176
|
+
"mgg/inad",
|
166
177
|
"mgg/inagibile",
|
178
|
+
"mgg/inps",
|
167
179
|
"mgg/input-calendar-costs",
|
168
180
|
"mgg/input-calendar-period",
|
169
181
|
"mgg/input-calendar-time",
|
@@ -236,7 +248,9 @@
|
|
236
248
|
"mgg/places-park",
|
237
249
|
"mgg/places-park-alt",
|
238
250
|
"mgg/places-store-access-denied",
|
251
|
+
"mgg/pos",
|
239
252
|
"mgg/property-owner",
|
253
|
+
"mgg/registro-imprese",
|
240
254
|
"mgg/relevance",
|
241
255
|
"mgg/reporting-abuse",
|
242
256
|
"mgg/residency-permit",
|
@@ -331,34 +345,52 @@
|
|
331
345
|
"mi/baseline/check-box",
|
332
346
|
"mi/baseline/check-box-outline-blank",
|
333
347
|
"mi/baseline/check-circle",
|
348
|
+
"mi/baseline/chevron-right",
|
334
349
|
"mi/baseline/close",
|
335
350
|
"mi/baseline/contrast",
|
336
351
|
"mi/baseline/css",
|
337
352
|
"mi/baseline/dark-mode",
|
338
353
|
"mi/baseline/delete",
|
339
354
|
"mi/baseline/description",
|
355
|
+
"mi/baseline/desk",
|
340
356
|
"mi/baseline/directions-run",
|
341
357
|
"mi/baseline/directions-walk",
|
342
358
|
"mi/baseline/done",
|
343
359
|
"mi/baseline/downhill-skiing",
|
360
|
+
"mi/baseline/draw",
|
344
361
|
"mi/baseline/eco",
|
345
362
|
"mi/baseline/email",
|
346
363
|
"mi/baseline/error",
|
347
364
|
"mi/baseline/explore",
|
365
|
+
"mi/baseline/favorite",
|
366
|
+
"mi/baseline/favorite-border",
|
348
367
|
"mi/baseline/file-download-done",
|
368
|
+
"mi/baseline/folder",
|
349
369
|
"mi/baseline/folder-zip",
|
350
370
|
"mi/baseline/horizontal-rule",
|
351
371
|
"mi/baseline/indeterminate-check-box",
|
352
372
|
"mi/baseline/info",
|
353
373
|
"mi/baseline/insert-drive-file",
|
374
|
+
"mi/baseline/keyboard",
|
354
375
|
"mi/baseline/keyboard-arrow-down",
|
376
|
+
"mi/baseline/keyboard-arrow-left",
|
377
|
+
"mi/baseline/keyboard-arrow-right",
|
355
378
|
"mi/baseline/keyboard-arrow-up",
|
379
|
+
"mi/baseline/keyboard-capslock",
|
380
|
+
"mi/baseline/keyboard-command-key",
|
381
|
+
"mi/baseline/keyboard-option-key",
|
382
|
+
"mi/baseline/keyboard-return",
|
383
|
+
"mi/baseline/keyboard-tab",
|
356
384
|
"mi/baseline/light-mode",
|
357
385
|
"mi/baseline/local-activity",
|
386
|
+
"mi/baseline/location-city",
|
358
387
|
"mi/baseline/lock-open",
|
359
388
|
"mi/baseline/login",
|
360
389
|
"mi/baseline/logout",
|
390
|
+
"mi/baseline/meeting-room",
|
391
|
+
"mi/baseline/more-vert",
|
361
392
|
"mi/baseline/navigate-next",
|
393
|
+
"mi/baseline/north",
|
362
394
|
"mi/baseline/panorama",
|
363
395
|
"mi/baseline/person",
|
364
396
|
"mi/baseline/pets",
|
@@ -369,13 +401,17 @@
|
|
369
401
|
"mi/baseline/route",
|
370
402
|
"mi/baseline/send",
|
371
403
|
"mi/baseline/settings",
|
404
|
+
"mi/baseline/south",
|
372
405
|
"mi/baseline/sports",
|
373
406
|
"mi/baseline/sports-soccer",
|
374
407
|
"mi/baseline/stadium",
|
375
408
|
"mi/baseline/terminal",
|
376
409
|
"mi/baseline/timer",
|
377
410
|
"mi/baseline/tv",
|
411
|
+
"mi/baseline/unfold-less",
|
378
412
|
"mi/baseline/unfold-more",
|
413
|
+
"mi/baseline/vertical-align-bottom",
|
414
|
+
"mi/baseline/vertical-align-top",
|
379
415
|
"mi/baseline/videocam",
|
380
416
|
"mi/baseline/visibility",
|
381
417
|
"mi/baseline/visibility-off",
|
@@ -384,6 +420,7 @@
|
|
384
420
|
"mi/baseline/web",
|
385
421
|
"mi/baseline/wysiwyg",
|
386
422
|
"mi/outline/auto-awesome",
|
423
|
+
"mi/outline/backspace",
|
387
424
|
"mi/outline/circle",
|
388
425
|
"mi/outline/dark-mode",
|
389
426
|
"mi/outline/help-outline",
|
@@ -392,5 +429,6 @@
|
|
392
429
|
"mi/round/email",
|
393
430
|
"mi/round/menu",
|
394
431
|
"mi/round/more-vert",
|
395
|
-
"mi/round/person"
|
432
|
+
"mi/round/person",
|
433
|
+
"mi/sharp/window"
|
396
434
|
]
|
@@ -31,6 +31,7 @@
|
|
31
31
|
"mgg/ai-status-processing",
|
32
32
|
"mgg/ai-status-suspended",
|
33
33
|
"mgg/alerts-pagopa",
|
34
|
+
"mgg/anagrafe-nazionale",
|
34
35
|
"mgg/anpr",
|
35
36
|
"mgg/ansc",
|
36
37
|
"mgg/area-edificabile",
|
@@ -55,6 +56,7 @@
|
|
55
56
|
"mgg/cancelled-sheet",
|
56
57
|
"mgg/car-license",
|
57
58
|
"mgg/card-stamping",
|
59
|
+
"mgg/cash-register-settings",
|
58
60
|
"mgg/check-small",
|
59
61
|
"mgg/checklist-settings",
|
60
62
|
"mgg/checklist",
|
@@ -151,7 +153,9 @@
|
|
151
153
|
"mgg/home-hammer",
|
152
154
|
"mgg/home-link",
|
153
155
|
"mgg/home-number",
|
156
|
+
"mgg/inad",
|
154
157
|
"mgg/inagibile",
|
158
|
+
"mgg/inps",
|
155
159
|
"mgg/input-calendar-costs",
|
156
160
|
"mgg/input-calendar-period",
|
157
161
|
"mgg/input-calendar-time",
|
@@ -224,7 +228,9 @@
|
|
224
228
|
"mgg/places-park-alt",
|
225
229
|
"mgg/places-park",
|
226
230
|
"mgg/places-store-access-denied",
|
231
|
+
"mgg/pos",
|
227
232
|
"mgg/property-owner",
|
233
|
+
"mgg/registro-imprese",
|
228
234
|
"mgg/relevance",
|
229
235
|
"mgg/reporting-abuse",
|
230
236
|
"mgg/residency-permit",
|
@@ -1,39 +1,44 @@
|
|
1
1
|
{
|
2
2
|
"appleDiskImage": "Εικόνα δίσκου Apple",
|
3
|
+
"certificateTSD": "Πιστοποιητικό χρονικής σήμανσης",
|
3
4
|
"compressedArchive": "Συμπιεσμένο αρχείο",
|
4
|
-
"uncompressedArchive": "Μη συμπιεσμένο αρχείο",
|
5
5
|
"compressedAudio": "Συμπιεσμένος ήχος",
|
6
|
-
"
|
6
|
+
"compressedDocumentMS": "Συμπιεσμένο έγγραφο Microsoft Word",
|
7
|
+
"compressedImage": "Συμπιεσμένη εικόνα",
|
7
8
|
"dart": "Αρχείο Dart",
|
8
9
|
"documentAdobe": "Έγγραφο Adobe",
|
9
|
-
"
|
10
|
+
"documentDigitalSingnature": "Έγγραφο με ψηφιακή υπογραφή",
|
11
|
+
"documentLO": "Έγγραφο LibreOffice",
|
10
12
|
"documentMS": "Έγγραφο Microsoft Word",
|
11
13
|
"documentRTF": "Έγγραφο μορφής εμπλουτισμένου κειμένου",
|
12
14
|
"documentTXT": "Απλό έγγραφο κειμένου",
|
15
|
+
"documentWeb": "Ιστοσελίδα",
|
13
16
|
"email": "Ηλεκτρονικό ταχυδρομείο",
|
17
|
+
"extensibleMarkupLanguage": "Γλώσσα σήμανσης για δεδομένα",
|
18
|
+
"fileAI": "Διανυσματικό αρχείο Adobe Illustrator",
|
14
19
|
"fileDB": "Αρχείο βάσης δεδομένων",
|
15
|
-
"
|
20
|
+
"fileEPS": "Διανυσματικό αρχείο Corel Draw",
|
16
21
|
"fileEXE": "Εκτελέσιμο αρχείο Windows",
|
17
|
-
"
|
18
|
-
"
|
19
|
-
"spreadsheetLO": "Υπολογιστικό φύλλο LibreOffice",
|
20
|
-
"spreadsheetMS": "Υπολογιστικό φύλλο Microsoft Office",
|
21
|
-
"unknown": "Άγνωστη μορφή αρχείου",
|
22
|
-
"imageHEIC": "Μορφή αρχείου εικόνας υψηλής αποδοτικότητας",
|
22
|
+
"fileJS": "Αρχείο JavaScript",
|
23
|
+
"fileJSON": "Αρχείο JavaScript Object Notation",
|
23
24
|
"filePHP": "Αρχείο Hypertext Preprocessor",
|
25
|
+
"fileSASS": "Αρχείο Syntactically Awesome StyleSheets",
|
26
|
+
"fileTS": "Αρχείο TypeScript",
|
27
|
+
"fileTSX": "Αρχείο TypeScript Extended Syntax",
|
28
|
+
"imageHEIC": "Μορφή αρχείου εικόνας υψηλής αποδοτικότητας",
|
24
29
|
"imagePNG": "Εικόνα Portable Network Graphics",
|
25
|
-
"imageWEBP": "Εικόνα Google Web Picture",
|
26
|
-
"compressedImage": "Συμπιεσμένη εικόνα",
|
27
|
-
"fileJSON": "Αρχείο JavaScript Object Notation",
|
28
|
-
"fileJS": "Αρχείο JavaScript",
|
29
|
-
"documentWeb": "Ιστοσελίδα",
|
30
30
|
"imageSVG": "Διανυσματική εικόνα Scalable Vector Graphics",
|
31
|
+
"imageTIFF": "Εικόνα Tag Image File Format",
|
32
|
+
"imageWEBP": "Εικόνα Google Web Picture",
|
33
|
+
"objectLinkingAndEmbedding": "Σύνδεση και ενσωμάτωση αντικειμένων",
|
34
|
+
"openDocumentFormat": "Έγγραφο OpenDocument",
|
31
35
|
"slideLO": "Διαφάνεια παρουσίασης LibreOffice",
|
32
36
|
"slidePowerPoint": "Διαφάνεια παρουσίασης PowerPoint",
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"
|
37
|
+
"spreadsheetLO": "Υπολογιστικό φύλλο LibreOffice",
|
38
|
+
"spreadsheetMS": "Υπολογιστικό φύλλο Microsoft Office",
|
39
|
+
"uncompressedArchive": "Μη συμπιεσμένο αρχείο",
|
40
|
+
"uncompressedAudio": "Μη συμπιεσμένος ήχος",
|
41
|
+
"unknown": "Άγνωστη μορφή αρχείου",
|
42
|
+
"videoHD": "Βίντεο υψηλής ανάλυσης",
|
43
|
+
"videoSD": "Βίντεο χαμηλής ανάλυσης"
|
39
44
|
}
|
@@ -1,39 +1,44 @@
|
|
1
1
|
{
|
2
2
|
"appleDiskImage": "Apple Disk Image",
|
3
|
+
"certificateTSD": "Timestamp Certificate",
|
3
4
|
"compressedArchive": "Compressed Archive",
|
4
|
-
"uncompressedArchive": "Uncompressed Archive",
|
5
5
|
"compressedAudio": "Compressed Audio",
|
6
|
-
"
|
6
|
+
"compressedDocumentMS": "Compressed Microsoft Word Document",
|
7
|
+
"compressedImage": "Compressed Image",
|
7
8
|
"dart": "Dart File",
|
8
9
|
"documentAdobe": "Adobe Document",
|
9
|
-
"
|
10
|
+
"documentDigitalSingnature": "Document with digital signature",
|
11
|
+
"documentLO": "LibreOffice Document",
|
10
12
|
"documentMS": "Microsoft Word Document",
|
11
13
|
"documentRTF": "Rich Text Format Document",
|
12
14
|
"documentTXT": "Plain Text Document",
|
15
|
+
"documentWeb": "Web Page",
|
13
16
|
"email": "E-mail",
|
17
|
+
"extensibleMarkupLanguage": "Markup language for data",
|
18
|
+
"fileAI": "Adobe Illustrator Vector File",
|
14
19
|
"fileDB": "Database File",
|
15
|
-
"
|
20
|
+
"fileEPS": "Corel Draw Vector File",
|
16
21
|
"fileEXE": "Windows Executable File",
|
17
|
-
"
|
18
|
-
"
|
19
|
-
"spreadsheetLO": "LibreOffice Spreadsheet",
|
20
|
-
"spreadsheetMS": "Microsoft Office Spreadsheet",
|
21
|
-
"unknown": "Unknown File Format",
|
22
|
-
"imageHEIC": "High Efficiency Image File Format",
|
22
|
+
"fileJS": "JavaScript File",
|
23
|
+
"fileJSON": "JavaScript Object Notation File",
|
23
24
|
"filePHP": "Hypertext Preprocessor File",
|
25
|
+
"fileSASS": "Syntactically Awesome StyleSheets File",
|
26
|
+
"fileTS": "TypeScript File",
|
27
|
+
"fileTSX": "TypeScript Extended Syntax File",
|
28
|
+
"imageHEIC": "High Efficiency Image File Format",
|
24
29
|
"imagePNG": "Portable Network Graphics Image",
|
25
|
-
"imageWEBP": "Google Web Picture Image",
|
26
|
-
"compressedImage": "Compressed Image",
|
27
|
-
"fileJSON": "JavaScript Object Notation File",
|
28
|
-
"fileJS": "JavaScript File",
|
29
|
-
"documentWeb": "Web Page",
|
30
30
|
"imageSVG": "Scalable Vector Graphics Image",
|
31
|
+
"imageTIFF": "Tag Image File Format Image",
|
32
|
+
"imageWEBP": "Google Web Picture Image",
|
33
|
+
"objectLinkingAndEmbedding": "Object Linking and Embedding",
|
34
|
+
"openDocumentFormat": "OpenDocument Document",
|
31
35
|
"slideLO": "LibreOffice Presentation Slide",
|
32
36
|
"slidePowerPoint": "PowerPoint Presentation Slide",
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"
|
37
|
+
"spreadsheetLO": "LibreOffice Spreadsheet",
|
38
|
+
"spreadsheetMS": "Microsoft Office Spreadsheet",
|
39
|
+
"uncompressedArchive": "Uncompressed Archive",
|
40
|
+
"uncompressedAudio": "Uncompressed Audio",
|
41
|
+
"unknown": "Unknown File Format",
|
42
|
+
"videoHD": "High Definition Video",
|
43
|
+
"videoSD": "Standard Definition Video"
|
39
44
|
}
|
@@ -1,39 +1,44 @@
|
|
1
1
|
{
|
2
2
|
"appleDiskImage": "Imagen de disco Apple",
|
3
|
+
"certificateTSD": "Certificado de sello de tiempo",
|
3
4
|
"compressedArchive": "Archivo comprimido",
|
4
|
-
"uncompressedArchive": "Archivo no comprimido",
|
5
5
|
"compressedAudio": "Audio comprimido",
|
6
|
-
"
|
6
|
+
"compressedDocumentMS": "Documento comprimido de Microsoft Word",
|
7
|
+
"compressedImage": "Imagen comprimida",
|
7
8
|
"dart": "Archivo Dart",
|
8
9
|
"documentAdobe": "Documento Adobe",
|
9
|
-
"
|
10
|
+
"documentDigitalSingnature": "Documento con firma digital",
|
11
|
+
"documentLO": "Documento de LibreOffice",
|
10
12
|
"documentMS": "Documento de Microsoft Word",
|
11
13
|
"documentRTF": "Documento de formato de texto enriquecido",
|
12
14
|
"documentTXT": "Documento de texto sin formato",
|
15
|
+
"documentWeb": "Página web",
|
13
16
|
"email": "Correo electrónico",
|
17
|
+
"extensibleMarkupLanguage": "Lenguaje de marcado para datos",
|
18
|
+
"fileAI": "Archivo vectorial de Adobe Illustrator",
|
14
19
|
"fileDB": "Archivo de base de datos",
|
15
|
-
"
|
20
|
+
"fileEPS": "Archivo vectorial de Corel Draw",
|
16
21
|
"fileEXE": "Archivo ejecutable de Windows",
|
17
|
-
"
|
18
|
-
"
|
19
|
-
"spreadsheetLO": "Hoja de cálculo de LibreOffice",
|
20
|
-
"spreadsheetMS": "Hoja de cálculo de Microsoft Office",
|
21
|
-
"unknown": "Formato de archivo desconocido",
|
22
|
-
"imageHEIC": "Formato de archivo de imagen de alta eficiencia",
|
22
|
+
"fileJS": "Archivo JavaScript",
|
23
|
+
"fileJSON": "Archivo de notación de objetos de JavaScript",
|
23
24
|
"filePHP": "Archivo de preprocesador de hipertexto",
|
25
|
+
"fileSASS": "Archivo de Syntactically Awesome StyleSheets",
|
26
|
+
"fileTS": "Archivo TypeScript",
|
27
|
+
"fileTSX": "Archivo de sintaxis extendida de TypeScript",
|
28
|
+
"imageHEIC": "Formato de archivo de imagen de alta eficiencia",
|
24
29
|
"imagePNG": "Imagen Portable Network Graphics",
|
25
|
-
"imageWEBP": "Imagen Google Web Picture",
|
26
|
-
"compressedImage": "Imagen comprimida",
|
27
|
-
"fileJSON": "Archivo de notación de objetos de JavaScript",
|
28
|
-
"fileJS": "Archivo JavaScript",
|
29
|
-
"documentWeb": "Página web",
|
30
30
|
"imageSVG": "Imagen de gráficos vectoriales escalables",
|
31
|
+
"imageTIFF": "Imagen de formato de archivo de imagen etiquetado",
|
32
|
+
"imageWEBP": "Imagen Google Web Picture",
|
33
|
+
"objectLinkingAndEmbedding": "Vinculación e incrustación de objetos",
|
34
|
+
"openDocumentFormat": "Documento OpenDocument",
|
31
35
|
"slideLO": "Diapositiva de presentación de LibreOffice",
|
32
36
|
"slidePowerPoint": "Diapositiva de presentación de PowerPoint",
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"
|
37
|
+
"spreadsheetLO": "Hoja de cálculo de LibreOffice",
|
38
|
+
"spreadsheetMS": "Hoja de cálculo de Microsoft Office",
|
39
|
+
"uncompressedArchive": "Archivo no comprimido",
|
40
|
+
"uncompressedAudio": "Audio no comprimido",
|
41
|
+
"unknown": "Formato de archivo desconocido",
|
42
|
+
"videoHD": "Video de alta definición",
|
43
|
+
"videoSD": "Video de definición estándar"
|
39
44
|
}
|