layers-design-system 3.5.3 → 3.6.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.
@@ -1,4 +1,4 @@
1
- import { c as o } from "./main-ca5ba076.js";
1
+ import { c as o } from "./main-50b2f0d5.js";
2
2
  var a = { exports: {} };
3
3
  (function(t, _) {
4
4
  (function(r, e) {
@@ -1 +1 @@
1
- "use strict";const o=require("./main-546e9b67.cjs");var _={exports:{}};(function(t,u){(function(n,e){t.exports=e()})(o.commonjsGlobal,function(){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(n){var e=["th","st","nd","rd"],r=n%100;return"["+n+(e[(r-20)%10]||e[r]||e[0])+"]"}}})})(_);const a=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.en=a;
1
+ "use strict";const o=require("./main-3b913a50.cjs");var _={exports:{}};(function(t,u){(function(n,e){t.exports=e()})(o.commonjsGlobal,function(){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(n){var e=["th","st","nd","rd"],r=n%100;return"["+n+(e[(r-20)%10]||e[r]||e[0])+"]"}}})})(_);const a=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.en=a;
@@ -0,0 +1,249 @@
1
+ var e = {
2
+ name: "es",
3
+ el: {
4
+ breadcrumb: {
5
+ label: "Breadcrumb"
6
+ // to be translated
7
+ },
8
+ colorpicker: {
9
+ confirm: "Confirmar",
10
+ clear: "Despejar",
11
+ defaultLabel: "color picker",
12
+ // to be translated
13
+ description: "current color is {color}. press enter to select a new color.",
14
+ // to be translated
15
+ alphaLabel: "pick alpha value",
16
+ // to be translated
17
+ alphaDescription: "alpha {alpha}, current color is {color}",
18
+ // to be translated
19
+ hueLabel: "pick hue value",
20
+ // to be translated
21
+ hueDescription: "hue {hue}, current color is {color}",
22
+ // to be translated
23
+ svLabel: "pick saturation and brightness value",
24
+ // to be translated
25
+ svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
26
+ // to be translated
27
+ predefineDescription: "select {value} as the color"
28
+ // to be translated
29
+ },
30
+ datepicker: {
31
+ now: "Ahora",
32
+ today: "Hoy",
33
+ cancel: "Cancelar",
34
+ clear: "Despejar",
35
+ confirm: "Confirmar",
36
+ dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
37
+ // to be translated
38
+ monthTablePrompt: "Use the arrow keys and enter to select the month",
39
+ // to be translated
40
+ yearTablePrompt: "Use the arrow keys and enter to select the year",
41
+ // to be translated
42
+ selectedDate: "Selected date",
43
+ // to be translated
44
+ selectDate: "Seleccionar fecha",
45
+ selectTime: "Seleccionar hora",
46
+ startDate: "Fecha Incial",
47
+ startTime: "Hora Inicial",
48
+ endDate: "Fecha Final",
49
+ endTime: "Hora Final",
50
+ prevYear: "Año Anterior",
51
+ nextYear: "Próximo Año",
52
+ prevMonth: "Mes Anterior",
53
+ nextMonth: "Próximo Mes",
54
+ year: "",
55
+ month1: "enero",
56
+ month2: "febrero",
57
+ month3: "marzo",
58
+ month4: "abril",
59
+ month5: "mayo",
60
+ month6: "junio",
61
+ month7: "julio",
62
+ month8: "agosto",
63
+ month9: "septiembre",
64
+ month10: "octubre",
65
+ month11: "noviembre",
66
+ month12: "diciembre",
67
+ weeks: {
68
+ sun: "dom",
69
+ mon: "lun",
70
+ tue: "mar",
71
+ wed: "mié",
72
+ thu: "jue",
73
+ fri: "vie",
74
+ sat: "sáb"
75
+ },
76
+ weeksFull: {
77
+ sun: "Sunday",
78
+ // to be translated
79
+ mon: "Monday",
80
+ // to be translated
81
+ tue: "Tuesday",
82
+ // to be translated
83
+ wed: "Wednesday",
84
+ // to be translated
85
+ thu: "Thursday",
86
+ // to be translated
87
+ fri: "Friday",
88
+ // to be translated
89
+ sat: "Saturday"
90
+ // to be translated
91
+ },
92
+ months: {
93
+ jan: "ene",
94
+ feb: "feb",
95
+ mar: "mar",
96
+ apr: "abr",
97
+ may: "may",
98
+ jun: "jun",
99
+ jul: "jul",
100
+ aug: "ago",
101
+ sep: "sep",
102
+ oct: "oct",
103
+ nov: "nov",
104
+ dec: "dic"
105
+ }
106
+ },
107
+ inputNumber: {
108
+ decrease: "decrease number",
109
+ // to be translated
110
+ increase: "increase number"
111
+ // to be translated
112
+ },
113
+ select: {
114
+ loading: "Cargando",
115
+ noMatch: "No hay datos que coincidan",
116
+ noData: "Sin datos",
117
+ placeholder: "Seleccionar"
118
+ },
119
+ mention: {
120
+ loading: "Cargando"
121
+ },
122
+ dropdown: {
123
+ toggleDropdown: "Toggle Dropdown"
124
+ // to be translated
125
+ },
126
+ cascader: {
127
+ noMatch: "No hay datos que coincidan",
128
+ loading: "Cargando",
129
+ placeholder: "Seleccionar",
130
+ noData: "Sin datos"
131
+ },
132
+ pagination: {
133
+ goto: "Ir a",
134
+ pagesize: "/página",
135
+ total: "Total {total}",
136
+ pageClassifier: "",
137
+ page: "Page",
138
+ // to be translated
139
+ prev: "Go to previous page",
140
+ // to be translated
141
+ next: "Go to next page",
142
+ // to be translated
143
+ currentPage: "page {pager}",
144
+ // to be translated
145
+ prevPages: "Previous {pager} pages",
146
+ // to be translated
147
+ nextPages: "Next {pager} pages",
148
+ // to be translated
149
+ deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
150
+ // to be translated
151
+ },
152
+ dialog: {
153
+ close: "Close this dialog"
154
+ // to be translated
155
+ },
156
+ drawer: {
157
+ close: "Close this dialog"
158
+ // to be translated
159
+ },
160
+ messagebox: {
161
+ title: "Message",
162
+ // to be translated
163
+ confirm: "Aceptar",
164
+ cancel: "Cancelar",
165
+ error: "Entrada inválida",
166
+ close: "Close this dialog"
167
+ // to be translated
168
+ },
169
+ upload: {
170
+ deleteTip: "Pulse Eliminar para retirar",
171
+ delete: "Eliminar",
172
+ preview: "Vista Previa",
173
+ continue: "Continuar"
174
+ },
175
+ slider: {
176
+ defaultLabel: "slider between {min} and {max}",
177
+ // to be translated
178
+ defaultRangeStartLabel: "pick start value",
179
+ // to be translated
180
+ defaultRangeEndLabel: "pick end value"
181
+ // to be translated
182
+ },
183
+ table: {
184
+ emptyText: "Sin Datos",
185
+ confirmFilter: "Confirmar",
186
+ resetFilter: "Reiniciar",
187
+ clearFilter: "Despejar",
188
+ sumText: "Suma",
189
+ selectAllLabel: "Select all rows",
190
+ // to be translated
191
+ selectRowLabel: "Select this row",
192
+ // to be translated
193
+ expandRowLabel: "Expand this row",
194
+ // to be translated
195
+ collapseRowLabel: "Collapse this row",
196
+ // to be translated
197
+ sortLabel: "Sort by {column}",
198
+ // to be translated
199
+ filterLabel: "Filter by {column}"
200
+ // to be translated
201
+ },
202
+ tag: {
203
+ close: "Close this tag"
204
+ // to be translated
205
+ },
206
+ tour: {
207
+ next: "Next",
208
+ // to be translated
209
+ previous: "Previous",
210
+ // to be translated
211
+ finish: "Finish",
212
+ // to be translated
213
+ close: "Close this dialog"
214
+ // to be translated
215
+ },
216
+ tree: {
217
+ emptyText: "Sin Datos"
218
+ },
219
+ transfer: {
220
+ noMatch: "No hay datos que coincidan",
221
+ noData: "Sin datos",
222
+ titles: ["Lista 1", "Lista 2"],
223
+ filterPlaceholder: "Ingresar palabra clave",
224
+ noCheckedFormat: "{total} artículos",
225
+ hasCheckedFormat: "{checked}/{total} revisados"
226
+ },
227
+ image: {
228
+ error: "HA FALLADO"
229
+ },
230
+ pageHeader: {
231
+ title: "Volver"
232
+ },
233
+ popconfirm: {
234
+ confirmButtonText: "Si",
235
+ cancelButtonText: "No"
236
+ },
237
+ carousel: {
238
+ leftArrow: "Carousel arrow left",
239
+ // to be translated
240
+ rightArrow: "Carousel arrow right",
241
+ // to be translated
242
+ indicator: "Carousel switch to index {index}"
243
+ // to be translated
244
+ }
245
+ }
246
+ };
247
+ export {
248
+ e as default
249
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e={name:"es",el:{breadcrumb:{label:"Breadcrumb"},colorpicker:{confirm:"Confirmar",clear:"Despejar",defaultLabel:"color picker",description:"current color is {color}. press enter to select a new color.",alphaLabel:"pick alpha value",alphaDescription:"alpha {alpha}, current color is {color}",hueLabel:"pick hue value",hueDescription:"hue {hue}, current color is {color}",svLabel:"pick saturation and brightness value",svDescription:"saturation {saturation}, brightness {brightness}, current color is {color}",predefineDescription:"select {value} as the color"},datepicker:{now:"Ahora",today:"Hoy",cancel:"Cancelar",clear:"Despejar",confirm:"Confirmar",dateTablePrompt:"Use the arrow keys and enter to select the day of the month",monthTablePrompt:"Use the arrow keys and enter to select the month",yearTablePrompt:"Use the arrow keys and enter to select the year",selectedDate:"Selected date",selectDate:"Seleccionar fecha",selectTime:"Seleccionar hora",startDate:"Fecha Incial",startTime:"Hora Inicial",endDate:"Fecha Final",endTime:"Hora Final",prevYear:"Año Anterior",nextYear:"Próximo Año",prevMonth:"Mes Anterior",nextMonth:"Próximo Mes",year:"",month1:"enero",month2:"febrero",month3:"marzo",month4:"abril",month5:"mayo",month6:"junio",month7:"julio",month8:"agosto",month9:"septiembre",month10:"octubre",month11:"noviembre",month12:"diciembre",weeks:{sun:"dom",mon:"lun",tue:"mar",wed:"mié",thu:"jue",fri:"vie",sat:"sáb"},weeksFull:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"},months:{jan:"ene",feb:"feb",mar:"mar",apr:"abr",may:"may",jun:"jun",jul:"jul",aug:"ago",sep:"sep",oct:"oct",nov:"nov",dec:"dic"}},inputNumber:{decrease:"decrease number",increase:"increase number"},select:{loading:"Cargando",noMatch:"No hay datos que coincidan",noData:"Sin datos",placeholder:"Seleccionar"},mention:{loading:"Cargando"},dropdown:{toggleDropdown:"Toggle Dropdown"},cascader:{noMatch:"No hay datos que coincidan",loading:"Cargando",placeholder:"Seleccionar",noData:"Sin datos"},pagination:{goto:"Ir a",pagesize:"/página",total:"Total {total}",pageClassifier:"",page:"Page",prev:"Go to previous page",next:"Go to next page",currentPage:"page {pager}",prevPages:"Previous {pager} pages",nextPages:"Next {pager} pages",deprecationWarning:"Deprecated usages detected, please refer to the el-pagination documentation for more details"},dialog:{close:"Close this dialog"},drawer:{close:"Close this dialog"},messagebox:{title:"Message",confirm:"Aceptar",cancel:"Cancelar",error:"Entrada inválida",close:"Close this dialog"},upload:{deleteTip:"Pulse Eliminar para retirar",delete:"Eliminar",preview:"Vista Previa",continue:"Continuar"},slider:{defaultLabel:"slider between {min} and {max}",defaultRangeStartLabel:"pick start value",defaultRangeEndLabel:"pick end value"},table:{emptyText:"Sin Datos",confirmFilter:"Confirmar",resetFilter:"Reiniciar",clearFilter:"Despejar",sumText:"Suma",selectAllLabel:"Select all rows",selectRowLabel:"Select this row",expandRowLabel:"Expand this row",collapseRowLabel:"Collapse this row",sortLabel:"Sort by {column}",filterLabel:"Filter by {column}"},tag:{close:"Close this tag"},tour:{next:"Next",previous:"Previous",finish:"Finish",close:"Close this dialog"},tree:{emptyText:"Sin Datos"},transfer:{noMatch:"No hay datos que coincidan",noData:"Sin datos",titles:["Lista 1","Lista 2"],filterPlaceholder:"Ingresar palabra clave",noCheckedFormat:"{total} artículos",hasCheckedFormat:"{checked}/{total} revisados"},image:{error:"HA FALLADO"},pageHeader:{title:"Volver"},popconfirm:{confirmButtonText:"Si",cancelButtonText:"No"},carousel:{leftArrow:"Carousel arrow left",rightArrow:"Carousel arrow right",indicator:"Carousel switch to index {index}"}}};exports.default=e;
@@ -1 +1 @@
1
- "use strict";const t=require("./main-546e9b67.cjs");var a={exports:{}};(function(n,m){(function(s,o){n.exports=o(t.dayjs_minExports)})(t.commonjsGlobal,function(s){function o(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var r=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){return e+"º"}};return r.default.locale(_,null,!0),_})})(a);const d=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.es=d;
1
+ "use strict";const t=require("./main-3b913a50.cjs");var a={exports:{}};(function(n,m){(function(s,o){n.exports=o(t.dayjs_minExports)})(t.commonjsGlobal,function(s){function o(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var r=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){return e+"º"}};return r.default.locale(_,null,!0),_})})(a);const d=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.es=d;
@@ -1,4 +1,4 @@
1
- import { d as r, c as a } from "./main-ca5ba076.js";
1
+ import { d as r, c as a } from "./main-50b2f0d5.js";
2
2
  var m = { exports: {} };
3
3
  (function(t, d) {
4
4
  (function(s, o) {
package/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./main-546e9b67.cjs");require("vue");Object.defineProperty(exports,"Language",{enumerable:!0,get:()=>e.Language});exports.Notification=e.Notification;exports.default=e.LayersDesignSystem;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./main-3b913a50.cjs");require("vue");Object.defineProperty(exports,"Language",{enumerable:!0,get:()=>e.Language});exports.Notification=e.Notification;exports.default=e.LayersDesignSystem;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { L as i, N as e, a as f } from "./main-ca5ba076.js";
1
+ import { L as i, N as e, a as f } from "./main-50b2f0d5.js";
2
2
  import "vue";
3
3
  export {
4
4
  i as Language,