@sysvale/cuida 3.0.0-beta.32 → 3.0.0-beta.34
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 +4 -19
- package/dist/@sysvale/cuida.es.js +4 -4
- package/dist/@sysvale/cuida.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,30 +19,15 @@ $ npm i @sysvale/cuida;
|
|
|
19
19
|
|
|
20
20
|
## Usando
|
|
21
21
|
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
$ npm i @sysvale/cuida;
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
- Para usar o bootstrap-vue, importe a biblioteca no seu entry point, provavelmente vai ser seu main.js ou app.js:
|
|
29
|
-
|
|
30
|
-
```js
|
|
31
|
-
import BootstrapVue from "bootstrap-vue";
|
|
32
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
33
|
-
import "bootstrap-vue/dist/bootstrap-vue.css";
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
- Instale o bootstrap-vue com:
|
|
22
|
+
- Para usar o cuida, importe a biblioteca no seu entry point, provavelmente vai ser seu main.js ou app.js:
|
|
37
23
|
|
|
38
24
|
```js
|
|
39
|
-
|
|
25
|
+
import Cuida from "@sysvale/cuida";
|
|
40
26
|
```
|
|
41
27
|
|
|
42
|
-
-
|
|
43
|
-
|
|
28
|
+
- Importe os estilos do Cuida:
|
|
44
29
|
```js
|
|
45
|
-
import
|
|
30
|
+
import '@sysvale/cuida/dist/style.css';
|
|
46
31
|
```
|
|
47
32
|
|
|
48
33
|
- E instale o Cuida:
|
|
@@ -14815,10 +14815,10 @@ function Vj(e, t, n, i, s, o) {
|
|
|
14815
14815
|
]),
|
|
14816
14816
|
me(c, Ju({
|
|
14817
14817
|
id: "clustered-multiselect",
|
|
14818
|
-
ref: "cds-multiselect"
|
|
14819
|
-
modelValue: s.selectedValue,
|
|
14820
|
-
"onUpdate:modelValue": t[3] || (t[3] = (d) => s.selectedValue = d)
|
|
14818
|
+
ref: "cds-multiselect"
|
|
14821
14819
|
}, o.attrs, {
|
|
14820
|
+
modelValue: s.selectedValue,
|
|
14821
|
+
"onUpdate:modelValue": t[3] || (t[3] = (d) => s.selectedValue = d),
|
|
14822
14822
|
options: s.internalOptions,
|
|
14823
14823
|
label: n.optionsField,
|
|
14824
14824
|
"track-by": n.trackBy,
|
|
@@ -14966,7 +14966,7 @@ const zj = {
|
|
|
14966
14966
|
methods: {
|
|
14967
14967
|
colorHexCode: bl,
|
|
14968
14968
|
handleClick(e, t) {
|
|
14969
|
-
this.internalActiveItem = t, this.$emit("click", this.internalActiveItem);
|
|
14969
|
+
this.internalActiveItem = t, this.$emit("navbar-click", this.internalActiveItem);
|
|
14970
14970
|
},
|
|
14971
14971
|
isActive(e) {
|
|
14972
14972
|
return vf(this.internalActiveItem, e);
|