layers-design-system 2.7.1 → 3.0.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/README.md +5 -0
- package/dist/{en-f7ab1bad.js → en-91d718a4.js} +1 -1
- package/dist/{es-63b7aa17.js → es-87cbc42f.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-8c194a97.js +21901 -0
- package/dist/layers-design-system.js +4 -4
- package/dist/layers-design-system.umd.cjs +129 -178
- package/dist/main-5327042f.js +65414 -0
- package/dist/main.d.ts +6 -4
- package/dist/{pt-br-c857ad5d.js → pt-br-60a8aa06.js} +1 -1
- package/dist/{pt-br-1fb57058.js → pt-br-b45aa35e.js} +25 -28
- package/dist/style.css +1 -1
- package/package.json +33 -33
- package/dist/en-1dfabd60.js +0 -153
- package/dist/index-5dd63b7b.js +0 -9
- package/dist/main-9cad9e4b.js +0 -83118
package/README.md
CHANGED
|
@@ -1,24 +1,29 @@
|
|
|
1
1
|
# vue
|
|
2
2
|
|
|
3
3
|
## Project setup
|
|
4
|
+
|
|
4
5
|
```
|
|
5
6
|
yarn install
|
|
6
7
|
```
|
|
7
8
|
|
|
8
9
|
### Compiles and hot-reloads for development
|
|
10
|
+
|
|
9
11
|
```
|
|
10
12
|
yarn serve
|
|
11
13
|
```
|
|
12
14
|
|
|
13
15
|
### Compiles and minifies for production
|
|
16
|
+
|
|
14
17
|
```
|
|
15
18
|
yarn build
|
|
16
19
|
```
|
|
17
20
|
|
|
18
21
|
### Lints and fixes files
|
|
22
|
+
|
|
19
23
|
```
|
|
20
24
|
yarn lint
|
|
21
25
|
```
|
|
22
26
|
|
|
23
27
|
### Customize configuration
|
|
28
|
+
|
|
24
29
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
@@ -1,32 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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 = {
|
|
1
|
+
var e = {
|
|
2
|
+
name: "es",
|
|
20
3
|
el: {
|
|
4
|
+
breadcrumb: {
|
|
5
|
+
label: "Breadcrumb"
|
|
6
|
+
},
|
|
21
7
|
colorpicker: {
|
|
22
8
|
confirm: "Confirmar",
|
|
23
|
-
clear: "
|
|
9
|
+
clear: "Despejar"
|
|
24
10
|
},
|
|
25
11
|
datepicker: {
|
|
26
12
|
now: "Ahora",
|
|
27
13
|
today: "Hoy",
|
|
28
14
|
cancel: "Cancelar",
|
|
29
|
-
clear: "
|
|
15
|
+
clear: "Despejar",
|
|
30
16
|
confirm: "Confirmar",
|
|
31
17
|
selectDate: "Seleccionar fecha",
|
|
32
18
|
selectTime: "Seleccionar hora",
|
|
@@ -51,7 +37,6 @@ var l = n.default = {
|
|
|
51
37
|
month10: "octubre",
|
|
52
38
|
month11: "noviembre",
|
|
53
39
|
month12: "diciembre",
|
|
54
|
-
// week: 'semana',
|
|
55
40
|
weeks: {
|
|
56
41
|
sun: "dom",
|
|
57
42
|
mon: "lun",
|
|
@@ -82,6 +67,9 @@ var l = n.default = {
|
|
|
82
67
|
noData: "Sin datos",
|
|
83
68
|
placeholder: "Seleccionar"
|
|
84
69
|
},
|
|
70
|
+
mention: {
|
|
71
|
+
loading: "Cargando"
|
|
72
|
+
},
|
|
85
73
|
cascader: {
|
|
86
74
|
noMatch: "No hay datos que coincidan",
|
|
87
75
|
loading: "Cargando",
|
|
@@ -92,7 +80,13 @@ var l = n.default = {
|
|
|
92
80
|
goto: "Ir a",
|
|
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
|
confirm: "Aceptar",
|
|
@@ -109,7 +103,7 @@ var l = n.default = {
|
|
|
109
103
|
emptyText: "Sin Datos",
|
|
110
104
|
confirmFilter: "Confirmar",
|
|
111
105
|
resetFilter: "Reiniciar",
|
|
112
|
-
clearFilter: "
|
|
106
|
+
clearFilter: "Despejar",
|
|
113
107
|
sumText: "Suma"
|
|
114
108
|
},
|
|
115
109
|
tree: {
|
|
@@ -133,15 +127,13 @@ var l = n.default = {
|
|
|
133
127
|
confirmButtonText: "Si",
|
|
134
128
|
cancelButtonText: "No"
|
|
135
129
|
},
|
|
136
|
-
|
|
137
|
-
|
|
130
|
+
carousel: {
|
|
131
|
+
leftArrow: "Carousel arrow left",
|
|
132
|
+
rightArrow: "Carousel arrow right",
|
|
133
|
+
indicator: "Carousel switch to index {index}"
|
|
138
134
|
}
|
|
139
135
|
}
|
|
140
136
|
};
|
|
141
|
-
const s = /* @__PURE__ */ c({
|
|
142
|
-
__proto__: null,
|
|
143
|
-
default: l
|
|
144
|
-
}, [n]);
|
|
145
137
|
export {
|
|
146
|
-
|
|
138
|
+
e as default
|
|
147
139
|
};
|
package/dist/helpers/Colors.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export default Plugin;
|
|
|
6
6
|
declare function getComponent(fieldSchema: any, componentType: any): any;
|
|
7
7
|
declare function registerComponent(fieldSchema: any, componentType: any, component: any): void;
|
|
8
8
|
declare namespace Plugin {
|
|
9
|
-
function install(
|
|
9
|
+
function install(VueApp: any): void;
|
|
10
10
|
}
|
package/dist/helpers/I18n.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
export default getLanguage;
|
|
2
|
+
declare function getLanguage(vueApp: any): {
|
|
3
|
+
setLanguage: (lang: any) => Promise<void>;
|
|
4
|
+
};
|
package/dist/helpers/Icons.d.ts
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
|
+
export namespace Icons {
|
|
2
|
+
export { get };
|
|
3
|
+
export { register };
|
|
4
|
+
export { registerForType };
|
|
5
|
+
export { registerForFormat };
|
|
6
|
+
}
|
|
1
7
|
export default Plugin;
|
|
8
|
+
declare function get(key: any): any;
|
|
9
|
+
declare function register(key: any, className: any): void;
|
|
10
|
+
declare function registerForType(type: any, className: any): void;
|
|
11
|
+
declare function registerForFormat(format: any, className: any): void;
|
|
2
12
|
declare namespace Plugin {
|
|
3
|
-
function install(
|
|
13
|
+
function install(VueApp: any): void;
|
|
4
14
|
}
|