tycho-components 0.5.0 → 0.5.2
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import cytoscape from "cytoscape";
|
|
2
|
-
import defaultStylesheet from "./CytoscapeStylesheet";
|
|
3
2
|
import nodeHtmlLabel from "cytoscape-node-edge-html-label";
|
|
3
|
+
import defaultStylesheet from "./CytoscapeStylesheet";
|
|
4
4
|
nodeHtmlLabel(cytoscape);
|
|
5
5
|
const init = ({ selector, tree, dagre = false, stylesheet = defaultStylesheet, wheelSensitivity = 1.5, onReady, autoungrabify = true, }) => {
|
|
6
6
|
destroy(selector);
|
|
@@ -46,45 +46,46 @@ export declare const commonResources: {
|
|
|
46
46
|
'label.edited': string;
|
|
47
47
|
};
|
|
48
48
|
common: {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
49
|
+
"button.confirm": string;
|
|
50
|
+
"button.continue": string;
|
|
51
|
+
"button.cancel": string;
|
|
52
|
+
"button.remove": string;
|
|
53
|
+
"button.save": string;
|
|
54
|
+
"button.clone": string;
|
|
55
|
+
"button.apply": string;
|
|
56
|
+
"button.search": string;
|
|
57
|
+
"button.edit": string;
|
|
58
|
+
"button.open": string;
|
|
59
|
+
"button.add": string;
|
|
60
|
+
"select.empty": string;
|
|
61
|
+
"pagination.label.showing": string;
|
|
62
|
+
"pagination.label.results": string;
|
|
63
|
+
"pagination.label.total": string;
|
|
64
|
+
"generic.placeholder": string;
|
|
65
|
+
"generic.placeholder.comma.separated": string;
|
|
66
|
+
"generic.placeholder.select": string;
|
|
67
|
+
"validation.required": string;
|
|
68
|
+
"placeholder.check": string;
|
|
69
|
+
"placeholder.input": string;
|
|
70
|
+
"user.status.active": string;
|
|
71
|
+
"user.status.inactive": string;
|
|
72
|
+
"user.status.super": string;
|
|
73
|
+
"user.status.visitor": string;
|
|
74
|
+
"update.success": string;
|
|
75
|
+
"internal.server.error": string;
|
|
76
|
+
"table.label.rows-page": string;
|
|
77
|
+
"table.label.pages": string;
|
|
78
|
+
"table.label.items": string;
|
|
79
|
+
"tooltip.copy": string;
|
|
80
|
+
"tooltip.copied": string;
|
|
81
|
+
"document.status.deleted": string;
|
|
82
|
+
"document.status.editing": string;
|
|
83
|
+
"document.status.edited": string;
|
|
84
|
+
"document.status.revision": string;
|
|
85
|
+
"document.status.completed": string;
|
|
86
|
+
"document.status.syntactic": string;
|
|
87
|
+
"document.status.copying": string;
|
|
88
|
+
"document.status.error": string;
|
|
88
89
|
};
|
|
89
90
|
header: {
|
|
90
91
|
'label.platform': string;
|
|
@@ -295,45 +296,46 @@ export declare const commonResources: {
|
|
|
295
296
|
'label.edited': string;
|
|
296
297
|
};
|
|
297
298
|
common: {
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
299
|
+
"button.confirm": string;
|
|
300
|
+
"button.continue": string;
|
|
301
|
+
"button.cancel": string;
|
|
302
|
+
"button.remove": string;
|
|
303
|
+
"button.save": string;
|
|
304
|
+
"button.clone": string;
|
|
305
|
+
"button.apply": string;
|
|
306
|
+
"button.search": string;
|
|
307
|
+
"button.edit": string;
|
|
308
|
+
"button.open": string;
|
|
309
|
+
"button.add": string;
|
|
310
|
+
"select.empty": string;
|
|
311
|
+
"pagination.label.showing": string;
|
|
312
|
+
"pagination.label.results": string;
|
|
313
|
+
"pagination.label.total": string;
|
|
314
|
+
"generic.placeholder": string;
|
|
315
|
+
"generic.placeholder.select": string;
|
|
316
|
+
"generic.placeholder.comma.separated": string;
|
|
317
|
+
"validation.required": string;
|
|
318
|
+
"placeholder.check": string;
|
|
319
|
+
"placeholder.input": string;
|
|
320
|
+
"user.status.active": string;
|
|
321
|
+
"user.status.inactive": string;
|
|
322
|
+
"user.status.super": string;
|
|
323
|
+
"user.status.visitor": string;
|
|
324
|
+
"update.success": string;
|
|
325
|
+
"internal.server.error": string;
|
|
326
|
+
"table.label.rows-page": string;
|
|
327
|
+
"table.label.pages": string;
|
|
328
|
+
"table.label.items": string;
|
|
329
|
+
"tooltip.copy": string;
|
|
330
|
+
"tooltip.copied": string;
|
|
331
|
+
"document.status.deleted": string;
|
|
332
|
+
"document.status.editing": string;
|
|
333
|
+
"document.status.edited": string;
|
|
334
|
+
"document.status.revision": string;
|
|
335
|
+
"document.status.completed": string;
|
|
336
|
+
"document.status.syntactic": string;
|
|
337
|
+
"document.status.copying": string;
|
|
338
|
+
"document.status.error": string;
|
|
337
339
|
};
|
|
338
340
|
header: {
|
|
339
341
|
'label.platform': string;
|
|
@@ -542,45 +544,46 @@ export declare const commonResources: {
|
|
|
542
544
|
'label.edited': string;
|
|
543
545
|
};
|
|
544
546
|
common: {
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
547
|
+
"button.confirm": string;
|
|
548
|
+
"button.continue": string;
|
|
549
|
+
"button.cancel": string;
|
|
550
|
+
"button.remove": string;
|
|
551
|
+
"button.save": string;
|
|
552
|
+
"button.clone": string;
|
|
553
|
+
"button.search": string;
|
|
554
|
+
"button.edit": string;
|
|
555
|
+
"button.open": string;
|
|
556
|
+
"button.apply": string;
|
|
557
|
+
"button.add": string;
|
|
558
|
+
"select.empty": string;
|
|
559
|
+
"pagination.label.showing": string;
|
|
560
|
+
"pagination.label.results": string;
|
|
561
|
+
"pagination.label.total": string;
|
|
562
|
+
"generic.placeholder": string;
|
|
563
|
+
"generic.placeholder.select": string;
|
|
564
|
+
"generic.placeholder.comma.separated": string;
|
|
565
|
+
"validation.required": string;
|
|
566
|
+
"placeholder.check": string;
|
|
567
|
+
"placeholder.input": string;
|
|
568
|
+
"user.status.active": string;
|
|
569
|
+
"user.status.inactive": string;
|
|
570
|
+
"user.status.super": string;
|
|
571
|
+
"user.status.visitor": string;
|
|
572
|
+
"update.success": string;
|
|
573
|
+
"internal.server.error": string;
|
|
574
|
+
"table.label.rows-page": string;
|
|
575
|
+
"table.label.pages": string;
|
|
576
|
+
"table.label.items": string;
|
|
577
|
+
"tooltip.copy": string;
|
|
578
|
+
"tooltip.copied": string;
|
|
579
|
+
"document.status.deleted": string;
|
|
580
|
+
"document.status.editing": string;
|
|
581
|
+
"document.status.edited": string;
|
|
582
|
+
"document.status.revision": string;
|
|
583
|
+
"document.status.completed": string;
|
|
584
|
+
"document.status.syntactic": string;
|
|
585
|
+
"document.status.copying": string;
|
|
586
|
+
"document.status.error": string;
|
|
584
587
|
};
|
|
585
588
|
header: {
|
|
586
589
|
'label.platform': string;
|
|
@@ -1,125 +1,128 @@
|
|
|
1
1
|
export declare const CommonTexts: {
|
|
2
2
|
en: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
3
|
+
"button.confirm": string;
|
|
4
|
+
"button.continue": string;
|
|
5
|
+
"button.cancel": string;
|
|
6
|
+
"button.remove": string;
|
|
7
|
+
"button.save": string;
|
|
8
|
+
"button.clone": string;
|
|
9
|
+
"button.apply": string;
|
|
10
|
+
"button.search": string;
|
|
11
|
+
"button.edit": string;
|
|
12
|
+
"button.open": string;
|
|
13
|
+
"button.add": string;
|
|
14
|
+
"select.empty": string;
|
|
15
|
+
"pagination.label.showing": string;
|
|
16
|
+
"pagination.label.results": string;
|
|
17
|
+
"pagination.label.total": string;
|
|
18
|
+
"generic.placeholder": string;
|
|
19
|
+
"generic.placeholder.comma.separated": string;
|
|
20
|
+
"generic.placeholder.select": string;
|
|
21
|
+
"validation.required": string;
|
|
22
|
+
"placeholder.check": string;
|
|
23
|
+
"placeholder.input": string;
|
|
24
|
+
"user.status.active": string;
|
|
25
|
+
"user.status.inactive": string;
|
|
26
|
+
"user.status.super": string;
|
|
27
|
+
"user.status.visitor": string;
|
|
28
|
+
"update.success": string;
|
|
29
|
+
"internal.server.error": string;
|
|
30
|
+
"table.label.rows-page": string;
|
|
31
|
+
"table.label.pages": string;
|
|
32
|
+
"table.label.items": string;
|
|
33
|
+
"tooltip.copy": string;
|
|
34
|
+
"tooltip.copied": string;
|
|
35
|
+
"document.status.deleted": string;
|
|
36
|
+
"document.status.editing": string;
|
|
37
|
+
"document.status.edited": string;
|
|
38
|
+
"document.status.revision": string;
|
|
39
|
+
"document.status.completed": string;
|
|
40
|
+
"document.status.syntactic": string;
|
|
41
|
+
"document.status.copying": string;
|
|
42
|
+
"document.status.error": string;
|
|
42
43
|
};
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
44
|
+
"pt-BR": {
|
|
45
|
+
"button.confirm": string;
|
|
46
|
+
"button.continue": string;
|
|
47
|
+
"button.cancel": string;
|
|
48
|
+
"button.remove": string;
|
|
49
|
+
"button.save": string;
|
|
50
|
+
"button.clone": string;
|
|
51
|
+
"button.apply": string;
|
|
52
|
+
"button.search": string;
|
|
53
|
+
"button.edit": string;
|
|
54
|
+
"button.open": string;
|
|
55
|
+
"button.add": string;
|
|
56
|
+
"select.empty": string;
|
|
57
|
+
"pagination.label.showing": string;
|
|
58
|
+
"pagination.label.results": string;
|
|
59
|
+
"pagination.label.total": string;
|
|
60
|
+
"generic.placeholder": string;
|
|
61
|
+
"generic.placeholder.select": string;
|
|
62
|
+
"generic.placeholder.comma.separated": string;
|
|
63
|
+
"validation.required": string;
|
|
64
|
+
"placeholder.check": string;
|
|
65
|
+
"placeholder.input": string;
|
|
66
|
+
"user.status.active": string;
|
|
67
|
+
"user.status.inactive": string;
|
|
68
|
+
"user.status.super": string;
|
|
69
|
+
"user.status.visitor": string;
|
|
70
|
+
"update.success": string;
|
|
71
|
+
"internal.server.error": string;
|
|
72
|
+
"table.label.rows-page": string;
|
|
73
|
+
"table.label.pages": string;
|
|
74
|
+
"table.label.items": string;
|
|
75
|
+
"tooltip.copy": string;
|
|
76
|
+
"tooltip.copied": string;
|
|
77
|
+
"document.status.deleted": string;
|
|
78
|
+
"document.status.editing": string;
|
|
79
|
+
"document.status.edited": string;
|
|
80
|
+
"document.status.revision": string;
|
|
81
|
+
"document.status.completed": string;
|
|
82
|
+
"document.status.syntactic": string;
|
|
83
|
+
"document.status.copying": string;
|
|
84
|
+
"document.status.error": string;
|
|
83
85
|
};
|
|
84
86
|
it: {
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
87
|
+
"button.confirm": string;
|
|
88
|
+
"button.continue": string;
|
|
89
|
+
"button.cancel": string;
|
|
90
|
+
"button.remove": string;
|
|
91
|
+
"button.save": string;
|
|
92
|
+
"button.clone": string;
|
|
93
|
+
"button.search": string;
|
|
94
|
+
"button.edit": string;
|
|
95
|
+
"button.open": string;
|
|
96
|
+
"button.apply": string;
|
|
97
|
+
"button.add": string;
|
|
98
|
+
"select.empty": string;
|
|
99
|
+
"pagination.label.showing": string;
|
|
100
|
+
"pagination.label.results": string;
|
|
101
|
+
"pagination.label.total": string;
|
|
102
|
+
"generic.placeholder": string;
|
|
103
|
+
"generic.placeholder.select": string;
|
|
104
|
+
"generic.placeholder.comma.separated": string;
|
|
105
|
+
"validation.required": string;
|
|
106
|
+
"placeholder.check": string;
|
|
107
|
+
"placeholder.input": string;
|
|
108
|
+
"user.status.active": string;
|
|
109
|
+
"user.status.inactive": string;
|
|
110
|
+
"user.status.super": string;
|
|
111
|
+
"user.status.visitor": string;
|
|
112
|
+
"update.success": string;
|
|
113
|
+
"internal.server.error": string;
|
|
114
|
+
"table.label.rows-page": string;
|
|
115
|
+
"table.label.pages": string;
|
|
116
|
+
"table.label.items": string;
|
|
117
|
+
"tooltip.copy": string;
|
|
118
|
+
"tooltip.copied": string;
|
|
119
|
+
"document.status.deleted": string;
|
|
120
|
+
"document.status.editing": string;
|
|
121
|
+
"document.status.edited": string;
|
|
122
|
+
"document.status.revision": string;
|
|
123
|
+
"document.status.completed": string;
|
|
124
|
+
"document.status.syntactic": string;
|
|
125
|
+
"document.status.copying": string;
|
|
126
|
+
"document.status.error": string;
|
|
124
127
|
};
|
|
125
128
|
};
|
|
@@ -1,125 +1,128 @@
|
|
|
1
1
|
export const CommonTexts = {
|
|
2
2
|
en: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
3
|
+
"button.confirm": "Confirm",
|
|
4
|
+
"button.continue": "Continue",
|
|
5
|
+
"button.cancel": "Cancel",
|
|
6
|
+
"button.remove": "Remove",
|
|
7
|
+
"button.save": "Save",
|
|
8
|
+
"button.clone": "Clone",
|
|
9
|
+
"button.apply": "Apply",
|
|
10
|
+
"button.search": "Search",
|
|
11
|
+
"button.edit": "Edit",
|
|
12
|
+
"button.open": "Open",
|
|
13
|
+
"button.add": "Add",
|
|
14
|
+
"select.empty": "Select",
|
|
15
|
+
"pagination.label.showing": "",
|
|
16
|
+
"pagination.label.results": "results per page",
|
|
17
|
+
"pagination.label.total": "Total",
|
|
18
|
+
"generic.placeholder": "Type here",
|
|
19
|
+
"generic.placeholder.comma.separated": "Type here separated by commas",
|
|
20
|
+
"generic.placeholder.select": "Select one here",
|
|
21
|
+
"validation.required": "Required field.",
|
|
22
|
+
"placeholder.check": "click to choose",
|
|
23
|
+
"placeholder.input": "click to add",
|
|
24
|
+
"user.status.active": "Active",
|
|
25
|
+
"user.status.inactive": "Inactive",
|
|
26
|
+
"user.status.super": "Super",
|
|
27
|
+
"user.status.visitor": "Visitor",
|
|
28
|
+
"update.success": "saved!",
|
|
29
|
+
"internal.server.error": "An unexpected error occurred. Contact the administrator.",
|
|
30
|
+
"table.label.rows-page": "Items per page",
|
|
31
|
+
"table.label.pages": "of {{value}} pages",
|
|
32
|
+
"table.label.items": "{{first}} - {{last}} of {{total}} items",
|
|
33
|
+
"tooltip.copy": "Copy",
|
|
34
|
+
"tooltip.copied": "Copied!",
|
|
35
|
+
"document.status.deleted": "Deleted",
|
|
36
|
+
"document.status.editing": "Editing",
|
|
37
|
+
"document.status.edited": "Edited",
|
|
38
|
+
"document.status.revision": "In revision",
|
|
39
|
+
"document.status.completed": "Completed",
|
|
40
|
+
"document.status.syntactic": "In syntactic revision",
|
|
41
|
+
"document.status.copying": "Copying",
|
|
42
|
+
"document.status.error": "Error",
|
|
42
43
|
},
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
44
|
+
"pt-BR": {
|
|
45
|
+
"button.confirm": "Confirmar",
|
|
46
|
+
"button.continue": "Continuar",
|
|
47
|
+
"button.cancel": "Cancelar",
|
|
48
|
+
"button.remove": "Remover",
|
|
49
|
+
"button.save": "Salvar",
|
|
50
|
+
"button.clone": "Clonar",
|
|
51
|
+
"button.apply": "Aplicar",
|
|
52
|
+
"button.search": "Buscar",
|
|
53
|
+
"button.edit": "Editar",
|
|
54
|
+
"button.open": "Abrir",
|
|
55
|
+
"button.add": "Adicionar",
|
|
56
|
+
"select.empty": "Selecionar",
|
|
57
|
+
"pagination.label.showing": "Exibindo",
|
|
58
|
+
"pagination.label.results": "resultados por página",
|
|
59
|
+
"pagination.label.total": "Total",
|
|
60
|
+
"generic.placeholder": "Digite aqui",
|
|
61
|
+
"generic.placeholder.select": "Selecione um aqui",
|
|
62
|
+
"generic.placeholder.comma.separated": "Digite aqui separado por vírgulas",
|
|
63
|
+
"validation.required": "Campo obrigatório.",
|
|
64
|
+
"placeholder.check": "clique para selecionar",
|
|
65
|
+
"placeholder.input": "clique para adicionar",
|
|
66
|
+
"user.status.active": "Ativo",
|
|
67
|
+
"user.status.inactive": "Inativo",
|
|
68
|
+
"user.status.super": "Super",
|
|
69
|
+
"user.status.visitor": "Visitante",
|
|
70
|
+
"update.success": "salvo!",
|
|
71
|
+
"internal.server.error": "Ocorreu um erro inesperado. Entre em contato com o administrador.",
|
|
72
|
+
"table.label.rows-page": "Itens por página",
|
|
73
|
+
"table.label.pages": "de {{value}} páginas",
|
|
74
|
+
"table.label.items": "{{first}} - {{last}} de {{total}} itens",
|
|
75
|
+
"tooltip.copy": "Copiar",
|
|
76
|
+
"tooltip.copied": "Copiado!",
|
|
77
|
+
"document.status.deleted": "Excluído",
|
|
78
|
+
"document.status.editing": "Editando",
|
|
79
|
+
"document.status.edited": "Editado",
|
|
80
|
+
"document.status.revision": "Em revisão",
|
|
81
|
+
"document.status.completed": "Completo",
|
|
82
|
+
"document.status.syntactic": "Em revisão sintática",
|
|
83
|
+
"document.status.copying": "Copiando",
|
|
84
|
+
"document.status.error": "Erro",
|
|
83
85
|
},
|
|
84
86
|
it: {
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
87
|
+
"button.confirm": "Conferma",
|
|
88
|
+
"button.continue": "Continua",
|
|
89
|
+
"button.cancel": "Annulla",
|
|
90
|
+
"button.remove": "Rimuovi",
|
|
91
|
+
"button.save": "Salva",
|
|
92
|
+
"button.clone": "Clona",
|
|
93
|
+
"button.search": "Cerca",
|
|
94
|
+
"button.edit": "Modifica",
|
|
95
|
+
"button.open": "Apri",
|
|
96
|
+
"button.apply": "Applica",
|
|
97
|
+
"button.add": "Aggiungi",
|
|
98
|
+
"select.empty": "Seleziona",
|
|
99
|
+
"pagination.label.showing": "Mostrando",
|
|
100
|
+
"pagination.label.results": "risultati per pagina",
|
|
101
|
+
"pagination.label.total": "Totale",
|
|
102
|
+
"generic.placeholder": "Scrivi qui",
|
|
103
|
+
"generic.placeholder.select": "Seleziona uno qui",
|
|
104
|
+
"generic.placeholder.comma.separated": "Scrivi qui separato per virgole",
|
|
105
|
+
"validation.required": "Campo obbligatorio.",
|
|
106
|
+
"placeholder.check": "clicca per scegliere",
|
|
107
|
+
"placeholder.input": "clicca per aggiungere",
|
|
108
|
+
"user.status.active": "Attivo",
|
|
109
|
+
"user.status.inactive": "Inattivo",
|
|
110
|
+
"user.status.super": "Super",
|
|
111
|
+
"user.status.visitor": "Visitatore",
|
|
112
|
+
"update.success": "salvato!",
|
|
113
|
+
"internal.server.error": "Si è verificato un errore inaspettato. Contatta l'amministratore.",
|
|
114
|
+
"table.label.rows-page": "Elementi per pagina",
|
|
115
|
+
"table.label.pages": "di {{value}} pagine",
|
|
116
|
+
"table.label.items": "{{first}} - {{last}} di {{total}} elementi",
|
|
117
|
+
"tooltip.copy": "Copia",
|
|
118
|
+
"tooltip.copied": "Copiato!",
|
|
119
|
+
"document.status.deleted": "Eliminato",
|
|
120
|
+
"document.status.editing": "Modifica",
|
|
121
|
+
"document.status.edited": "Modificato",
|
|
122
|
+
"document.status.revision": "In revisione",
|
|
123
|
+
"document.status.completed": "Completato",
|
|
124
|
+
"document.status.syntactic": "In revisione sintattica",
|
|
125
|
+
"document.status.copying": "Copiando",
|
|
126
|
+
"document.status.error": "Errore",
|
|
124
127
|
},
|
|
125
128
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tycho-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"react-hook-form": "^7.45.2",
|
|
54
54
|
"react-i18next": "^13.0.2",
|
|
55
55
|
"react-router-dom": "^6.14.2",
|
|
56
|
-
"tycho-storybook": "0.2.
|
|
56
|
+
"tycho-storybook": "0.2.4",
|
|
57
57
|
"yup": "^1.2.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|