energy-components 2.8.0 → 2.9.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/dist/components/selectionChip.es.js +18 -11
- package/dist/components/style/selectionChip.css +1 -1
- package/dist/energy-components.css +1 -1
- package/dist/energy-components.es.js +9 -2
- package/dist/energy-components.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/src/components/input/selection-chip/selection-chip.vue.d.ts +15 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/llms/rdsselection-chip.md +1 -0
- package/package.json +2 -2
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Prop | Tipo | Requerida | Default | Descripción | Valores |
|
|
6
6
|
|---|---|:--:|---|---|---|
|
|
7
7
|
| surfaceType | string | No | default | <span>Tipo de chip a base del fondo en donde se va a usar</span> <br> `['default', 'floating']` | default, floating |
|
|
8
|
+
| small | boolean | No | false | <span>Indica si el chip es pequeño (height: 32px)</span> | |
|
|
8
9
|
| icon | string | No | | <span>Icono a mostrar en el chip</span> | |
|
|
9
10
|
| filterValue | string|number|object|boolean | Sí | | Valor del filtro representado por el chip. | |
|
|
10
11
|
| text | string | Sí | | <span>Texto a mostrar en el chip</span> | |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "energy-components",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.9.0",
|
|
5
5
|
"author": "Repsol",
|
|
6
6
|
"auto-changelog": {
|
|
7
7
|
"commitLimit": false,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@floating-ui/vue": "^1.1.5",
|
|
32
32
|
"@vuepic/vue-datepicker": "^10.0.0",
|
|
33
|
-
"energy-foundations": "^2.
|
|
33
|
+
"energy-foundations": "^2.3.0",
|
|
34
34
|
"vue": "^3.4.21"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|