@startinblox/core 0.19.11-beta.6 → 0.19.12-beta.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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13031,8 +13031,8 @@ const RangeMixin = {
|
|
|
13031
13031
|
// resource
|
|
13032
13032
|
selectedValue
|
|
13033
13033
|
);
|
|
13034
|
-
let
|
|
13035
|
-
const label = await res[
|
|
13034
|
+
let labelProperty = this.optionLabel.split(/[.]+/).pop();
|
|
13035
|
+
const label = await res[labelProperty];
|
|
13036
13036
|
return { value, label, selectedValue };
|
|
13037
13037
|
};
|
|
13038
13038
|
this.listAttributes["range"] = await Promise.all(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@startinblox/core",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.12-beta.1",
|
|
4
4
|
"description": "This is a series of web component respecting both the web components standards and the Linked Data Platform convention.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|