layers-design-system 2.7.2 → 3.0.1
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-56f9f48c.js → en-af5ebdf9.js} +1 -1
- package/dist/{es-60ab9ed1.js → es-a218ea22.js} +1 -1
- package/dist/{es-0f380c5b.js → es-da718580.js} +23 -31
- package/dist/helpers/Colors.d.ts +1 -1
- package/dist/helpers/FieldTypeComponents.d.ts +1 -1
- package/dist/helpers/I18n.d.ts +4 -4
- package/dist/helpers/Icons.d.ts +11 -1
- package/dist/helpers/RegisterElementUIComponents.d.ts +1 -1
- package/dist/helpers/RegisterLayersComponents.d.ts +5 -0
- package/dist/helpers/Schemas.d.ts +1 -1
- package/dist/index-86e18705.js +21901 -0
- package/dist/layers-design-system.js +4 -4
- package/dist/layers-design-system.umd.cjs +129 -178
- package/dist/main-4afaa383.js +65415 -0
- package/dist/main.d.ts +5 -3
- package/dist/{pt-br-1fb57058.js → pt-br-b45aa35e.js} +25 -28
- package/dist/{pt-br-6395fdf7.js → pt-br-f55bfa1f.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +33 -33
- package/dist/en-1dfabd60.js +0 -153
- package/dist/index-690e5302.js +0 -9
- package/dist/main-53368021.js +0 -83207
package/dist/main.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export default LayersDesignSystem;
|
|
2
2
|
import Notification from './helpers/Notification';
|
|
3
|
-
|
|
3
|
+
export let Language: any;
|
|
4
4
|
declare namespace LayersDesignSystem {
|
|
5
|
-
function install(
|
|
5
|
+
function install(VueApp: any, options?: {
|
|
6
|
+
enabledNotify: boolean;
|
|
7
|
+
}): void;
|
|
6
8
|
}
|
|
7
|
-
export { Notification
|
|
9
|
+
export { Notification };
|
|
@@ -1,23 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
const e = i[t];
|
|
4
|
-
if (typeof e != "string" && !Array.isArray(e)) {
|
|
5
|
-
for (const a in e)
|
|
6
|
-
if (a !== "default" && !(a in r)) {
|
|
7
|
-
const o = Object.getOwnPropertyDescriptor(e, a);
|
|
8
|
-
o && Object.defineProperty(r, a, o.get ? o : {
|
|
9
|
-
enumerable: !0,
|
|
10
|
-
get: () => e[a]
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
return Object.freeze(Object.defineProperty(r, Symbol.toStringTag, { value: "Module" }));
|
|
16
|
-
}
|
|
17
|
-
var n = {};
|
|
18
|
-
n.__esModule = !0;
|
|
19
|
-
var m = n.default = {
|
|
1
|
+
var e = {
|
|
2
|
+
name: "pt-br",
|
|
20
3
|
el: {
|
|
4
|
+
breadcrumb: {
|
|
5
|
+
label: "Breadcrumb"
|
|
6
|
+
},
|
|
21
7
|
colorpicker: {
|
|
22
8
|
confirm: "Confirmar",
|
|
23
9
|
clear: "Limpar"
|
|
@@ -51,7 +37,6 @@ var m = n.default = {
|
|
|
51
37
|
month10: "Outubro",
|
|
52
38
|
month11: "Novembro",
|
|
53
39
|
month12: "Dezembro",
|
|
54
|
-
// week: 'semana',
|
|
55
40
|
weeks: {
|
|
56
41
|
sun: "Dom",
|
|
57
42
|
mon: "Seg",
|
|
@@ -82,6 +67,9 @@ var m = n.default = {
|
|
|
82
67
|
noData: "Sem dados",
|
|
83
68
|
placeholder: "Selecione"
|
|
84
69
|
},
|
|
70
|
+
mention: {
|
|
71
|
+
loading: "Carregando"
|
|
72
|
+
},
|
|
85
73
|
cascader: {
|
|
86
74
|
noMatch: "Sem resultados",
|
|
87
75
|
loading: "Carregando",
|
|
@@ -92,7 +80,13 @@ var m = n.default = {
|
|
|
92
80
|
goto: "Ir para",
|
|
93
81
|
pagesize: "/página",
|
|
94
82
|
total: "Total {total}",
|
|
95
|
-
pageClassifier: ""
|
|
83
|
+
pageClassifier: "",
|
|
84
|
+
page: "Page",
|
|
85
|
+
prev: "Go to previous page",
|
|
86
|
+
next: "Go to next page",
|
|
87
|
+
currentPage: "page {pager}",
|
|
88
|
+
prevPages: "Previous {pager} pages",
|
|
89
|
+
nextPages: "Next {pager} pages"
|
|
96
90
|
},
|
|
97
91
|
messagebox: {
|
|
98
92
|
title: "Mensagem",
|
|
@@ -113,6 +107,11 @@ var m = n.default = {
|
|
|
113
107
|
clearFilter: "Todos",
|
|
114
108
|
sumText: "Total"
|
|
115
109
|
},
|
|
110
|
+
tour: {
|
|
111
|
+
next: "Próximo",
|
|
112
|
+
previous: "Anterior",
|
|
113
|
+
finish: "Finalizar"
|
|
114
|
+
},
|
|
116
115
|
tree: {
|
|
117
116
|
emptyText: "Sem dados"
|
|
118
117
|
},
|
|
@@ -134,15 +133,13 @@ var m = n.default = {
|
|
|
134
133
|
confirmButtonText: "Sim",
|
|
135
134
|
cancelButtonText: "Não"
|
|
136
135
|
},
|
|
137
|
-
|
|
138
|
-
|
|
136
|
+
carousel: {
|
|
137
|
+
leftArrow: "Carousel arrow left",
|
|
138
|
+
rightArrow: "Carousel arrow right",
|
|
139
|
+
indicator: "Carousel switch to index {index}"
|
|
139
140
|
}
|
|
140
141
|
}
|
|
141
142
|
};
|
|
142
|
-
const c = /* @__PURE__ */ l({
|
|
143
|
-
__proto__: null,
|
|
144
|
-
default: m
|
|
145
|
-
}, [n]);
|
|
146
143
|
export {
|
|
147
|
-
|
|
144
|
+
e as default
|
|
148
145
|
};
|