layers-design-system 2.6.16 → 2.7.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/en-1dfabd60.js +153 -0
- package/dist/en-5c2d26e3.js +18 -0
- package/dist/es-0f380c5b.js +147 -0
- package/dist/es-0fc36192.js +21 -0
- package/dist/helpers/I18n.d.ts +4 -0
- package/dist/layers-design-system.js +5 -83221
- package/dist/layers-design-system.umd.cjs +74 -74
- package/dist/main-1f58c502.js +83116 -0
- package/dist/main.d.ts +2 -1
- package/dist/pt-br-1fb57058.js +148 -0
- package/dist/pt-br-faffb17d.js +21 -0
- package/package.json +1 -1
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
function c(a, l) {
|
|
2
|
+
for (var o = 0; o < l.length; o++) {
|
|
3
|
+
const e = l[o];
|
|
4
|
+
if (typeof e != "string" && !Array.isArray(e)) {
|
|
5
|
+
for (const t in e)
|
|
6
|
+
if (t !== "default" && !(t in a)) {
|
|
7
|
+
const r = Object.getOwnPropertyDescriptor(e, t);
|
|
8
|
+
r && Object.defineProperty(a, t, r.get ? r : {
|
|
9
|
+
enumerable: !0,
|
|
10
|
+
get: () => e[t]
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
return Object.freeze(Object.defineProperty(a, Symbol.toStringTag, { value: "Module" }));
|
|
16
|
+
}
|
|
17
|
+
var n = {};
|
|
18
|
+
n.__esModule = !0;
|
|
19
|
+
var i = n.default = {
|
|
20
|
+
el: {
|
|
21
|
+
colorpicker: {
|
|
22
|
+
confirm: "OK",
|
|
23
|
+
clear: "Clear"
|
|
24
|
+
},
|
|
25
|
+
datepicker: {
|
|
26
|
+
now: "Now",
|
|
27
|
+
today: "Today",
|
|
28
|
+
cancel: "Cancel",
|
|
29
|
+
clear: "Clear",
|
|
30
|
+
confirm: "OK",
|
|
31
|
+
selectDate: "Select date",
|
|
32
|
+
selectTime: "Select time",
|
|
33
|
+
startDate: "Start Date",
|
|
34
|
+
startTime: "Start Time",
|
|
35
|
+
endDate: "End Date",
|
|
36
|
+
endTime: "End Time",
|
|
37
|
+
prevYear: "Previous Year",
|
|
38
|
+
nextYear: "Next Year",
|
|
39
|
+
prevMonth: "Previous Month",
|
|
40
|
+
nextMonth: "Next Month",
|
|
41
|
+
year: "",
|
|
42
|
+
month1: "January",
|
|
43
|
+
month2: "February",
|
|
44
|
+
month3: "March",
|
|
45
|
+
month4: "April",
|
|
46
|
+
month5: "May",
|
|
47
|
+
month6: "June",
|
|
48
|
+
month7: "July",
|
|
49
|
+
month8: "August",
|
|
50
|
+
month9: "September",
|
|
51
|
+
month10: "October",
|
|
52
|
+
month11: "November",
|
|
53
|
+
month12: "December",
|
|
54
|
+
week: "week",
|
|
55
|
+
weeks: {
|
|
56
|
+
sun: "Sun",
|
|
57
|
+
mon: "Mon",
|
|
58
|
+
tue: "Tue",
|
|
59
|
+
wed: "Wed",
|
|
60
|
+
thu: "Thu",
|
|
61
|
+
fri: "Fri",
|
|
62
|
+
sat: "Sat"
|
|
63
|
+
},
|
|
64
|
+
months: {
|
|
65
|
+
jan: "Jan",
|
|
66
|
+
feb: "Feb",
|
|
67
|
+
mar: "Mar",
|
|
68
|
+
apr: "Apr",
|
|
69
|
+
may: "May",
|
|
70
|
+
jun: "Jun",
|
|
71
|
+
jul: "Jul",
|
|
72
|
+
aug: "Aug",
|
|
73
|
+
sep: "Sep",
|
|
74
|
+
oct: "Oct",
|
|
75
|
+
nov: "Nov",
|
|
76
|
+
dec: "Dec"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
select: {
|
|
80
|
+
loading: "Loading",
|
|
81
|
+
noMatch: "No matching data",
|
|
82
|
+
noData: "No data",
|
|
83
|
+
placeholder: "Select"
|
|
84
|
+
},
|
|
85
|
+
cascader: {
|
|
86
|
+
noMatch: "No matching data",
|
|
87
|
+
loading: "Loading",
|
|
88
|
+
placeholder: "Select",
|
|
89
|
+
noData: "No data"
|
|
90
|
+
},
|
|
91
|
+
pagination: {
|
|
92
|
+
goto: "Go to",
|
|
93
|
+
pagesize: "/page",
|
|
94
|
+
total: "Total {total}",
|
|
95
|
+
pageClassifier: ""
|
|
96
|
+
},
|
|
97
|
+
messagebox: {
|
|
98
|
+
title: "Message",
|
|
99
|
+
confirm: "OK",
|
|
100
|
+
cancel: "Cancel",
|
|
101
|
+
error: "Illegal input"
|
|
102
|
+
},
|
|
103
|
+
upload: {
|
|
104
|
+
deleteTip: "press delete to remove",
|
|
105
|
+
delete: "Delete",
|
|
106
|
+
preview: "Preview",
|
|
107
|
+
continue: "Continue"
|
|
108
|
+
},
|
|
109
|
+
table: {
|
|
110
|
+
emptyText: "No Data",
|
|
111
|
+
confirmFilter: "Confirm",
|
|
112
|
+
resetFilter: "Reset",
|
|
113
|
+
clearFilter: "All",
|
|
114
|
+
sumText: "Sum"
|
|
115
|
+
},
|
|
116
|
+
tree: {
|
|
117
|
+
emptyText: "No Data"
|
|
118
|
+
},
|
|
119
|
+
transfer: {
|
|
120
|
+
noMatch: "No matching data",
|
|
121
|
+
noData: "No data",
|
|
122
|
+
titles: ["List 1", "List 2"],
|
|
123
|
+
// to be translated
|
|
124
|
+
filterPlaceholder: "Enter keyword",
|
|
125
|
+
// to be translated
|
|
126
|
+
noCheckedFormat: "{total} items",
|
|
127
|
+
// to be translated
|
|
128
|
+
hasCheckedFormat: "{checked}/{total} checked"
|
|
129
|
+
// to be translated
|
|
130
|
+
},
|
|
131
|
+
image: {
|
|
132
|
+
error: "FAILED"
|
|
133
|
+
},
|
|
134
|
+
pageHeader: {
|
|
135
|
+
title: "Back"
|
|
136
|
+
// to be translated
|
|
137
|
+
},
|
|
138
|
+
popconfirm: {
|
|
139
|
+
confirmButtonText: "Yes",
|
|
140
|
+
cancelButtonText: "No"
|
|
141
|
+
},
|
|
142
|
+
empty: {
|
|
143
|
+
description: "No Data"
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
};
|
|
147
|
+
const m = /* @__PURE__ */ c({
|
|
148
|
+
__proto__: null,
|
|
149
|
+
default: i
|
|
150
|
+
}, [n]);
|
|
151
|
+
export {
|
|
152
|
+
m as e
|
|
153
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { c as o } from "./main-1f58c502.js";
|
|
2
|
+
var a = { exports: {} };
|
|
3
|
+
(function(t, _) {
|
|
4
|
+
(function(r, e) {
|
|
5
|
+
t.exports = e();
|
|
6
|
+
})(o, function() {
|
|
7
|
+
return { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(r) {
|
|
8
|
+
var e = ["th", "st", "nd", "rd"], n = r % 100;
|
|
9
|
+
return "[" + r + (e[(n - 20) % 10] || e[n] || e[0]) + "]";
|
|
10
|
+
} };
|
|
11
|
+
});
|
|
12
|
+
})(a);
|
|
13
|
+
const s = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14
|
+
__proto__: null
|
|
15
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
16
|
+
export {
|
|
17
|
+
s as e
|
|
18
|
+
};
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
function c(t, i) {
|
|
2
|
+
for (var o = 0; o < i.length; o++) {
|
|
3
|
+
const e = i[o];
|
|
4
|
+
if (typeof e != "string" && !Array.isArray(e)) {
|
|
5
|
+
for (const a in e)
|
|
6
|
+
if (a !== "default" && !(a in t)) {
|
|
7
|
+
const r = Object.getOwnPropertyDescriptor(e, a);
|
|
8
|
+
r && Object.defineProperty(t, a, r.get ? r : {
|
|
9
|
+
enumerable: !0,
|
|
10
|
+
get: () => e[a]
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
return Object.freeze(Object.defineProperty(t, Symbol.toStringTag, { value: "Module" }));
|
|
16
|
+
}
|
|
17
|
+
var n = {};
|
|
18
|
+
n.__esModule = !0;
|
|
19
|
+
var l = n.default = {
|
|
20
|
+
el: {
|
|
21
|
+
colorpicker: {
|
|
22
|
+
confirm: "Confirmar",
|
|
23
|
+
clear: "Limpiar"
|
|
24
|
+
},
|
|
25
|
+
datepicker: {
|
|
26
|
+
now: "Ahora",
|
|
27
|
+
today: "Hoy",
|
|
28
|
+
cancel: "Cancelar",
|
|
29
|
+
clear: "Limpiar",
|
|
30
|
+
confirm: "Confirmar",
|
|
31
|
+
selectDate: "Seleccionar fecha",
|
|
32
|
+
selectTime: "Seleccionar hora",
|
|
33
|
+
startDate: "Fecha Incial",
|
|
34
|
+
startTime: "Hora Inicial",
|
|
35
|
+
endDate: "Fecha Final",
|
|
36
|
+
endTime: "Hora Final",
|
|
37
|
+
prevYear: "Año Anterior",
|
|
38
|
+
nextYear: "Próximo Año",
|
|
39
|
+
prevMonth: "Mes Anterior",
|
|
40
|
+
nextMonth: "Próximo Mes",
|
|
41
|
+
year: "",
|
|
42
|
+
month1: "enero",
|
|
43
|
+
month2: "febrero",
|
|
44
|
+
month3: "marzo",
|
|
45
|
+
month4: "abril",
|
|
46
|
+
month5: "mayo",
|
|
47
|
+
month6: "junio",
|
|
48
|
+
month7: "julio",
|
|
49
|
+
month8: "agosto",
|
|
50
|
+
month9: "septiembre",
|
|
51
|
+
month10: "octubre",
|
|
52
|
+
month11: "noviembre",
|
|
53
|
+
month12: "diciembre",
|
|
54
|
+
// week: 'semana',
|
|
55
|
+
weeks: {
|
|
56
|
+
sun: "dom",
|
|
57
|
+
mon: "lun",
|
|
58
|
+
tue: "mar",
|
|
59
|
+
wed: "mié",
|
|
60
|
+
thu: "jue",
|
|
61
|
+
fri: "vie",
|
|
62
|
+
sat: "sáb"
|
|
63
|
+
},
|
|
64
|
+
months: {
|
|
65
|
+
jan: "ene",
|
|
66
|
+
feb: "feb",
|
|
67
|
+
mar: "mar",
|
|
68
|
+
apr: "abr",
|
|
69
|
+
may: "may",
|
|
70
|
+
jun: "jun",
|
|
71
|
+
jul: "jul",
|
|
72
|
+
aug: "ago",
|
|
73
|
+
sep: "sep",
|
|
74
|
+
oct: "oct",
|
|
75
|
+
nov: "nov",
|
|
76
|
+
dec: "dic"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
select: {
|
|
80
|
+
loading: "Cargando",
|
|
81
|
+
noMatch: "No hay datos que coincidan",
|
|
82
|
+
noData: "Sin datos",
|
|
83
|
+
placeholder: "Seleccionar"
|
|
84
|
+
},
|
|
85
|
+
cascader: {
|
|
86
|
+
noMatch: "No hay datos que coincidan",
|
|
87
|
+
loading: "Cargando",
|
|
88
|
+
placeholder: "Seleccionar",
|
|
89
|
+
noData: "Sin datos"
|
|
90
|
+
},
|
|
91
|
+
pagination: {
|
|
92
|
+
goto: "Ir a",
|
|
93
|
+
pagesize: "/página",
|
|
94
|
+
total: "Total {total}",
|
|
95
|
+
pageClassifier: ""
|
|
96
|
+
},
|
|
97
|
+
messagebox: {
|
|
98
|
+
confirm: "Aceptar",
|
|
99
|
+
cancel: "Cancelar",
|
|
100
|
+
error: "Entrada inválida"
|
|
101
|
+
},
|
|
102
|
+
upload: {
|
|
103
|
+
deleteTip: "Pulse Eliminar para retirar",
|
|
104
|
+
delete: "Eliminar",
|
|
105
|
+
preview: "Vista Previa",
|
|
106
|
+
continue: "Continuar"
|
|
107
|
+
},
|
|
108
|
+
table: {
|
|
109
|
+
emptyText: "Sin Datos",
|
|
110
|
+
confirmFilter: "Confirmar",
|
|
111
|
+
resetFilter: "Reiniciar",
|
|
112
|
+
clearFilter: "Limpiar",
|
|
113
|
+
sumText: "Suma"
|
|
114
|
+
},
|
|
115
|
+
tree: {
|
|
116
|
+
emptyText: "Sin Datos"
|
|
117
|
+
},
|
|
118
|
+
transfer: {
|
|
119
|
+
noMatch: "No hay datos que coincidan",
|
|
120
|
+
noData: "Sin datos",
|
|
121
|
+
titles: ["Lista 1", "Lista 2"],
|
|
122
|
+
filterPlaceholder: "Ingresar palabra clave",
|
|
123
|
+
noCheckedFormat: "{total} artículos",
|
|
124
|
+
hasCheckedFormat: "{checked}/{total} revisados"
|
|
125
|
+
},
|
|
126
|
+
image: {
|
|
127
|
+
error: "HA FALLADO"
|
|
128
|
+
},
|
|
129
|
+
pageHeader: {
|
|
130
|
+
title: "Volver"
|
|
131
|
+
},
|
|
132
|
+
popconfirm: {
|
|
133
|
+
confirmButtonText: "Si",
|
|
134
|
+
cancelButtonText: "No"
|
|
135
|
+
},
|
|
136
|
+
empty: {
|
|
137
|
+
description: "Sin Datos"
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
const s = /* @__PURE__ */ c({
|
|
142
|
+
__proto__: null,
|
|
143
|
+
default: l
|
|
144
|
+
}, [n]);
|
|
145
|
+
export {
|
|
146
|
+
s as e
|
|
147
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { d as r, c as a } from "./main-1f58c502.js";
|
|
2
|
+
var m = { exports: {} };
|
|
3
|
+
(function(t, d) {
|
|
4
|
+
(function(s, o) {
|
|
5
|
+
t.exports = o(r);
|
|
6
|
+
})(a, function(s) {
|
|
7
|
+
function o(e) {
|
|
8
|
+
return e && typeof e == "object" && "default" in e ? e : { default: e };
|
|
9
|
+
}
|
|
10
|
+
var n = o(s), _ = { name: "es", monthsShort: "ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"), weekdays: "domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"), weekdaysShort: "dom._lun._mar._mié._jue._vie._sáb.".split("_"), weekdaysMin: "do_lu_ma_mi_ju_vi_sá".split("_"), months: "enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"), weekStart: 1, formats: { LT: "H:mm", LTS: "H:mm:ss", L: "DD/MM/YYYY", LL: "D [de] MMMM [de] YYYY", LLL: "D [de] MMMM [de] YYYY H:mm", LLLL: "dddd, D [de] MMMM [de] YYYY H:mm" }, relativeTime: { future: "en %s", past: "hace %s", s: "unos segundos", m: "un minuto", mm: "%d minutos", h: "una hora", hh: "%d horas", d: "un día", dd: "%d días", M: "un mes", MM: "%d meses", y: "un año", yy: "%d años" }, ordinal: function(e) {
|
|
11
|
+
return e + "º";
|
|
12
|
+
} };
|
|
13
|
+
return n.default.locale(_, null, !0), _;
|
|
14
|
+
});
|
|
15
|
+
})(m);
|
|
16
|
+
const i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17
|
+
__proto__: null
|
|
18
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
19
|
+
export {
|
|
20
|
+
i as e
|
|
21
|
+
};
|