@creative-web-solution/front-library 7.1.8 → 7.1.9
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/CHANGELOG.md +1 -1
- package/Modules/SkinSelect.ts +4 -4
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/Modules/SkinSelect.ts
CHANGED
|
@@ -392,14 +392,14 @@ export default class SkinSelect implements FLib.SkinSelect.SkinSelect {
|
|
|
392
392
|
"onClass": opt.selected ? " on" : "",
|
|
393
393
|
"text": opt.text,
|
|
394
394
|
"value": opt.value,
|
|
395
|
-
"
|
|
396
|
-
"listClassName": this.#options.listClassName
|
|
395
|
+
"itemClassName": this.#options.itemClassName
|
|
397
396
|
} ) );
|
|
398
397
|
}
|
|
399
398
|
|
|
400
399
|
this.#$parent.appendChild( strToDOM( quickTemplate( this.#options.listTpl.wrapper, {
|
|
401
|
-
"items":
|
|
402
|
-
"
|
|
400
|
+
"items": HTML_LIST.join( '' ),
|
|
401
|
+
"layerClassName": this.#options.layerClassName,
|
|
402
|
+
"listClassName": this.#options.listClassName
|
|
403
403
|
} ) ) );
|
|
404
404
|
|
|
405
405
|
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@creative-web-solution/front-library",
|
|
3
3
|
"title": "Frontend library",
|
|
4
4
|
"description": "Frontend functions and modules",
|
|
5
|
-
"version": "7.1.
|
|
5
|
+
"version": "7.1.9",
|
|
6
6
|
"homepage": "https://github.com/creative-web-solution/front-library",
|
|
7
7
|
"author": "Creative Web Solution <contact@cws-studio.com> (https://www.cws-studio.com)",
|
|
8
8
|
"keywords": [],
|