wj-elements 0.1.104 → 0.1.105
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/wje-options.js +1 -0
- package/package.json +1 -1
package/dist/wje-options.js
CHANGED
|
@@ -117,6 +117,7 @@ class Options extends WJElement {
|
|
|
117
117
|
const infiniteScroll = document.createElement("wje-infinite-scroll");
|
|
118
118
|
infiniteScroll.setAttribute("placement", "wje-list");
|
|
119
119
|
infiniteScroll.setAttribute("height", "100%");
|
|
120
|
+
infiniteScroll.setAttribute("object-name", this.optionArrayPath);
|
|
120
121
|
infiniteScroll.append(list);
|
|
121
122
|
infiniteScroll.dataToHtml = this.htmlItem;
|
|
122
123
|
infiniteScroll.setCustomData = async (page, signal) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wj-elements",
|
|
3
3
|
"description": "WebJET Elements is a modern set of user interface tools harnessing the power of web components designed to simplify web application development.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.105",
|
|
5
5
|
"homepage": "https://github.com/lencys/wj-elements",
|
|
6
6
|
"author": "Lukáš Ondrejček <lukas.ondrejcek@gmail.com>",
|
|
7
7
|
"license": "MIT",
|