@telia-ace/knowledge-widget-plugins 1.0.2 → 1.0.3
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/LICENSE.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Copyright © 2021, Telia Company AB. All rights reserved.
|
|
2
|
-
|
|
3
|
-
THIS PACKAGE AND CONTAINING SOFTWARE IS PART OF
|
|
4
|
-
THE HUMANY SERVICE. BY USING THIS SOFTWARE YOU
|
|
5
|
-
AGREE TO THE FOLLOWING TERMS AND CONDITIONS:
|
|
1
|
+
Copyright © 2021, Telia Company AB. All rights reserved.
|
|
2
|
+
|
|
3
|
+
THIS PACKAGE AND CONTAINING SOFTWARE IS PART OF
|
|
4
|
+
THE HUMANY SERVICE. BY USING THIS SOFTWARE YOU
|
|
5
|
+
AGREE TO THE FOLLOWING TERMS AND CONDITIONS:
|
|
6
6
|
http://www.humany.com/legal
|
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# `@telia-ace/knowledge-widget-plugins`
|
|
2
|
-
|
|
3
|
-
Plugins for ACE Widgets.
|
|
1
|
+
# `@telia-ace/knowledge-widget-plugins`
|
|
2
|
+
|
|
3
|
+
Plugins for ACE Knowledge Widgets.
|
|
@@ -82,7 +82,7 @@ exports.default = (function (container, settings) { return __awaiter(void 0, voi
|
|
|
82
82
|
_a = result.categories, categories = _a === void 0 ? [] : _a, _b = result.contactMethods, contactMethods = _b === void 0 ? [] : _b;
|
|
83
83
|
if (hideBackValue_1 === null) {
|
|
84
84
|
hideBackValue_1 = categories.length === 0 && contactMethods.length === 1;
|
|
85
|
-
(0, widget_services_1.createStorageWriter)(mainWidget.container, STORAGE_KEY, widget_services_1.StorageCategory.
|
|
85
|
+
(0, widget_services_1.createStorageWriter)(mainWidget.container, STORAGE_KEY, widget_services_1.StorageCategory.Functional).then(function (write) { return write(hideBackValue_1); });
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
_c.label = 6;
|
|
@@ -80,7 +80,7 @@ export default (function (container, settings) { return __awaiter(void 0, void 0
|
|
|
80
80
|
_a = result.categories, categories = _a === void 0 ? [] : _a, _b = result.contactMethods, contactMethods = _b === void 0 ? [] : _b;
|
|
81
81
|
if (hideBackValue_1 === null) {
|
|
82
82
|
hideBackValue_1 = categories.length === 0 && contactMethods.length === 1;
|
|
83
|
-
createStorageWriter(mainWidget.container, STORAGE_KEY, StorageCategory.
|
|
83
|
+
createStorageWriter(mainWidget.container, STORAGE_KEY, StorageCategory.Functional).then(function (write) { return write(hideBackValue_1); });
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
_c.label = 6;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/knowledge-widget-plugins",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Plugins for ACE Knowledge Widgets.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "Telia Company AB",
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"typings": "lib/index.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@telia-ace/knowledge-resource-loader": "^1.0.0",
|
|
29
|
-
"@telia-ace/knowledge-widget-adapters": "^1.0.
|
|
29
|
+
"@telia-ace/knowledge-widget-adapters": "^1.0.3",
|
|
30
30
|
"@telia-ace/knowledge-widget-core": "^1.0.2",
|
|
31
|
-
"@telia-ace/knowledge-widget-types-grid": "^1.0.
|
|
32
|
-
"@telia-ace/knowledge-widget-ui": "^1.0.
|
|
33
|
-
"@telia-ace/widget-routing": "^1.0.
|
|
34
|
-
"@telia-ace/widget-services": "^1.0.
|
|
31
|
+
"@telia-ace/knowledge-widget-types-grid": "^1.0.3",
|
|
32
|
+
"@telia-ace/knowledge-widget-ui": "^1.0.3",
|
|
33
|
+
"@telia-ace/widget-routing": "^1.0.2",
|
|
34
|
+
"@telia-ace/widget-services": "^1.0.2",
|
|
35
35
|
"@telia-ace/widget-utilities": "^1.0.1",
|
|
36
36
|
"@webprovisions/platform": "^1.1.2"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "7fcc0c30b8044e004ac9e08980c57092bf66a9cf"
|
|
39
39
|
}
|