layers-design-system 2.16.5 → 2.16.6

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.
@@ -0,0 +1,40 @@
1
+ import { r as i } from "./main-IfFC9WYb.js";
2
+ function m(s, _) {
3
+ for (var o = 0; o < _.length; o++) {
4
+ const e = _[o];
5
+ if (typeof e != "string" && !Array.isArray(e)) {
6
+ for (const r in e)
7
+ if (r !== "default" && !(r in s)) {
8
+ const a = Object.getOwnPropertyDescriptor(e, r);
9
+ a && Object.defineProperty(s, r, a.get ? a : {
10
+ enumerable: !0,
11
+ get: () => e[r]
12
+ });
13
+ }
14
+ }
15
+ }
16
+ return Object.freeze(Object.defineProperty(s, Symbol.toStringTag, { value: "Module" }));
17
+ }
18
+ var n = { exports: {} }, d = n.exports, u;
19
+ function f() {
20
+ return u || (u = 1, (function(s, _) {
21
+ (function(o, e) {
22
+ s.exports = e(i());
23
+ })(d, (function(o) {
24
+ function e(t) {
25
+ return t && typeof t == "object" && "default" in t ? t : { default: t };
26
+ }
27
+ var r = e(o), a = { name: "pt-br", weekdays: "domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"), weekdaysShort: "dom_seg_ter_qua_qui_sex_sáb".split("_"), weekdaysMin: "Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"), months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"), monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"), ordinal: function(t) {
28
+ return t + "º";
29
+ }, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D [de] MMMM [de] YYYY", LLL: "D [de] MMMM [de] YYYY [às] HH:mm", LLLL: "dddd, D [de] MMMM [de] YYYY [às] HH:mm" }, relativeTime: { future: "em %s", past: "há %s", s: "poucos segundos", m: "um minuto", mm: "%d minutos", h: "uma hora", hh: "%d horas", d: "um dia", dd: "%d dias", M: "um mês", MM: "%d meses", y: "um ano", yy: "%d anos" } };
30
+ return r.default.locale(a, null, !0), a;
31
+ }));
32
+ })(n)), n.exports;
33
+ }
34
+ var p = f();
35
+ const c = /* @__PURE__ */ m({
36
+ __proto__: null
37
+ }, [p]);
38
+ export {
39
+ c as p
40
+ };
@@ -0,0 +1,151 @@
1
+ import { g as c } from "./main-IfFC9WYb.js";
2
+ function s(t, i) {
3
+ for (var o = 0; o < i.length; o++) {
4
+ const e = i[o];
5
+ if (typeof e != "string" && !Array.isArray(e)) {
6
+ for (const a in e)
7
+ if (a !== "default" && !(a in t)) {
8
+ const n = Object.getOwnPropertyDescriptor(e, a);
9
+ n && Object.defineProperty(t, a, n.get ? n : {
10
+ enumerable: !0,
11
+ get: () => e[a]
12
+ });
13
+ }
14
+ }
15
+ }
16
+ return Object.freeze(Object.defineProperty(t, Symbol.toStringTag, { value: "Module" }));
17
+ }
18
+ var r = {}, l;
19
+ function d() {
20
+ return l || (l = 1, r.__esModule = !0, r.default = {
21
+ el: {
22
+ colorpicker: {
23
+ confirm: "Confirmar",
24
+ clear: "Limpar"
25
+ },
26
+ datepicker: {
27
+ now: "Agora",
28
+ today: "Hoje",
29
+ cancel: "Cancelar",
30
+ clear: "Limpar",
31
+ confirm: "Confirmar",
32
+ selectDate: "Selecione a data",
33
+ selectTime: "Selecione a hora",
34
+ startDate: "Data inicial",
35
+ startTime: "Hora inicial",
36
+ endDate: "Data final",
37
+ endTime: "Hora final",
38
+ prevYear: "Ano anterior",
39
+ nextYear: "Próximo ano",
40
+ prevMonth: "Mês anterior",
41
+ nextMonth: "Próximo mês",
42
+ year: "",
43
+ month1: "Janeiro",
44
+ month2: "Fevereiro",
45
+ month3: "Março",
46
+ month4: "Abril",
47
+ month5: "Maio",
48
+ month6: "Junho",
49
+ month7: "Julho",
50
+ month8: "Agosto",
51
+ month9: "Setembro",
52
+ month10: "Outubro",
53
+ month11: "Novembro",
54
+ month12: "Dezembro",
55
+ // week: 'semana',
56
+ weeks: {
57
+ sun: "Dom",
58
+ mon: "Seg",
59
+ tue: "Ter",
60
+ wed: "Qua",
61
+ thu: "Qui",
62
+ fri: "Sex",
63
+ sat: "Sab"
64
+ },
65
+ months: {
66
+ jan: "Jan",
67
+ feb: "Fev",
68
+ mar: "Mar",
69
+ apr: "Abr",
70
+ may: "Mai",
71
+ jun: "Jun",
72
+ jul: "Jul",
73
+ aug: "Ago",
74
+ sep: "Set",
75
+ oct: "Out",
76
+ nov: "Nov",
77
+ dec: "Dez"
78
+ }
79
+ },
80
+ select: {
81
+ loading: "Carregando",
82
+ noMatch: "Sem resultados",
83
+ noData: "Sem dados",
84
+ placeholder: "Selecione"
85
+ },
86
+ cascader: {
87
+ noMatch: "Sem resultados",
88
+ loading: "Carregando",
89
+ placeholder: "Selecione",
90
+ noData: "Sem dados"
91
+ },
92
+ pagination: {
93
+ goto: "Ir para",
94
+ pagesize: "/página",
95
+ total: "Total {total}",
96
+ pageClassifier: ""
97
+ },
98
+ messagebox: {
99
+ title: "Mensagem",
100
+ confirm: "Confirmar",
101
+ cancel: "Cancelar",
102
+ error: "Erro!"
103
+ },
104
+ upload: {
105
+ deleteTip: "aperte delete para apagar",
106
+ delete: "Apagar",
107
+ preview: "Pré-visualizar",
108
+ continue: "Continuar"
109
+ },
110
+ table: {
111
+ emptyText: "Sem dados",
112
+ confirmFilter: "Confirmar",
113
+ resetFilter: "Limpar",
114
+ clearFilter: "Todos",
115
+ sumText: "Total"
116
+ },
117
+ tree: {
118
+ emptyText: "Sem dados"
119
+ },
120
+ transfer: {
121
+ noMatch: "Sem resultados",
122
+ noData: "Sem dados",
123
+ titles: ["Lista 1", "Lista 2"],
124
+ filterPlaceholder: "Digite uma palavra-chave",
125
+ noCheckedFormat: "{total} itens",
126
+ hasCheckedFormat: "{checked}/{total} selecionados"
127
+ },
128
+ image: {
129
+ error: "Erro ao carregar imagem"
130
+ },
131
+ pageHeader: {
132
+ title: "Voltar"
133
+ },
134
+ popconfirm: {
135
+ confirmButtonText: "Sim",
136
+ cancelButtonText: "Não"
137
+ },
138
+ empty: {
139
+ description: "Sem dados"
140
+ }
141
+ }
142
+ }), r;
143
+ }
144
+ var m = d();
145
+ const p = /* @__PURE__ */ c(m), f = /* @__PURE__ */ s({
146
+ __proto__: null,
147
+ default: p
148
+ }, [m]);
149
+ export {
150
+ f as p
151
+ };
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "require": "./dist/style.css"
18
18
  }
19
19
  },
20
- "version": "2.16.5",
20
+ "version": "2.16.6",
21
21
  "scripts": {
22
22
  "start": "vite serve",
23
23
  "lint": "eslint src/**/*.{js,vue}",
@@ -49,14 +49,14 @@
49
49
  "autolinker": "^4.0.0",
50
50
  "currency.js": "1.2.2",
51
51
  "dayjs": "^1.11.7",
52
- "dompurify": "3.3.2",
52
+ "dompurify": "3.4.0",
53
53
  "element-ui": "2.15.14",
54
54
  "layers-utils": "1.0.4",
55
55
  "mustache": "4.2.0",
56
56
  "tiptap": "1.32.2",
57
57
  "typescript": "^5.1.6",
58
58
  "vant": "2.13.2",
59
- "vite": "^5.0.0",
59
+ "vite": "^6.0.0",
60
60
  "vite-plugin-vue2": "^2.0.3",
61
61
  "vue": "2.7.15",
62
62
  "vue-router": "3.6.5",
@@ -1,18 +0,0 @@
1
- import { c as o } from "./main-BEcwOo_L.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
- };
@@ -1,153 +0,0 @@
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
- };
@@ -1,147 +0,0 @@
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
- };
@@ -1,21 +0,0 @@
1
- import { d as r, c as a } from "./main-BEcwOo_L.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
- };