@openeuropa/bcl-data-select 0.14.0 → 0.18.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/data.js +1 -0
- package/dataMultiselect.js +2 -0
- package/package.json +2 -2
package/data.js
CHANGED
package/dataMultiselect.js
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
const drupalAttribute = require("drupal-attribute");
|
|
2
2
|
|
|
3
3
|
module.exports = {
|
|
4
|
+
id: "multiselect-1",
|
|
4
5
|
multiple: true,
|
|
5
6
|
clean_class: true,
|
|
6
7
|
required: true,
|
|
7
8
|
size: "md",
|
|
9
|
+
label: "A multiselect form element",
|
|
8
10
|
helper_text: "Helper text for the select element",
|
|
9
11
|
helper_text_id: "helperText",
|
|
10
12
|
invalid_feedback: "Invalid feedback example",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-data-select",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.18.0",
|
|
6
6
|
"description": "OE select data",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"component-library",
|
|
21
21
|
"design-system"
|
|
22
22
|
],
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "a82834df6dff563a956a79bf2899c92742dd5820"
|
|
24
24
|
}
|