@zanichelli/albe-web-components 14.4.0 → 14.4.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/CHANGELOG.md +2 -0
- package/dist/cjs/z-app-header_12.cjs.entry.js +2 -2
- package/dist/cjs/z-app-header_12.cjs.entry.js.map +1 -1
- package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +3 -3
- package/dist/cjs/z-dragdrop-area_2.cjs.entry.js.map +1 -1
- package/dist/cjs/z-stepper-item.cjs.entry.js +1 -1
- package/dist/cjs/z-stepper-item.cjs.entry.js.map +1 -1
- package/dist/collection/components/indicators/z-stepper-item/styles.css +5 -0
- package/dist/collection/components/inputs/z-searchbar/index.js +2 -2
- package/dist/collection/components/inputs/z-searchbar/index.js.map +1 -1
- package/dist/collection/components/modal/z-modal/index.js +2 -2
- package/dist/collection/components/modal/z-modal/index.js.map +1 -1
- package/dist/collection/components/modal/z-modal/index.spec.js +3 -3
- package/dist/collection/components/modal/z-modal/index.spec.js.map +1 -1
- package/dist/collection/components/modal/z-modal/styles.css +5 -5
- package/dist/components/index15.js +3 -3
- package/dist/components/index15.js.map +1 -1
- package/dist/components/index26.js +2 -2
- package/dist/components/index26.js.map +1 -1
- package/dist/components/z-stepper-item.js +1 -1
- package/dist/components/z-stepper-item.js.map +1 -1
- package/dist/esm/z-app-header_12.entry.js +2 -2
- package/dist/esm/z-app-header_12.entry.js.map +1 -1
- package/dist/esm/z-dragdrop-area_2.entry.js +3 -3
- package/dist/esm/z-dragdrop-area_2.entry.js.map +1 -1
- package/dist/esm/z-stepper-item.entry.js +1 -1
- package/dist/esm/z-stepper-item.entry.js.map +1 -1
- package/dist/web-components-library/{p-c9c6cb21.entry.js → p-13e18838.entry.js} +2 -2
- package/dist/web-components-library/{p-c9c6cb21.entry.js.map → p-13e18838.entry.js.map} +1 -1
- package/dist/web-components-library/p-2df79d5c.entry.js +2 -0
- package/dist/web-components-library/p-2df79d5c.entry.js.map +1 -0
- package/{www/build/p-a6a21811.entry.js → dist/web-components-library/p-d3350d6f.entry.js} +2 -2
- package/{www/build/p-a6a21811.entry.js.map → dist/web-components-library/p-d3350d6f.entry.js.map} +1 -1
- package/dist/web-components-library/web-components-library.esm.js +1 -1
- package/package.json +1 -1
- package/www/build/{p-c9c6cb21.entry.js → p-13e18838.entry.js} +2 -2
- package/www/build/{p-c9c6cb21.entry.js.map → p-13e18838.entry.js.map} +1 -1
- package/www/build/p-2df79d5c.entry.js +2 -0
- package/www/build/p-2df79d5c.entry.js.map +1 -0
- package/www/build/{p-144bc911.js → p-75bb54f4.js} +1 -1
- package/{dist/web-components-library/p-a6a21811.entry.js → www/build/p-d3350d6f.entry.js} +2 -2
- package/{dist/web-components-library/p-a6a21811.entry.js.map → www/build/p-d3350d6f.entry.js.map} +1 -1
- package/www/build/web-components-library.esm.js +1 -1
- package/www/index.html +1 -1
- package/dist/web-components-library/p-76193e32.entry.js +0 -2
- package/dist/web-components-library/p-76193e32.entry.js.map +0 -1
- package/www/build/p-76193e32.entry.js +0 -2
- package/www/build/p-76193e32.entry.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1777,7 +1777,7 @@ const ZSearchbar = class {
|
|
|
1777
1777
|
renderInput() {
|
|
1778
1778
|
return (index.h("z-input", { ref: (val) => {
|
|
1779
1779
|
this.inputRef = val;
|
|
1780
|
-
}, message: false, placeholder: this.placeholder, onStopTyping: (e) => this.handleStopTyping(e), onKeyUp: (e) => utils.handleEnterKeydSubmit(e, () => this.handleSubmit()), value: this.value, size: this.size }));
|
|
1780
|
+
}, message: false, placeholder: this.placeholder, onStopTyping: (e) => this.handleStopTyping(e), onKeyUp: (e) => utils.handleEnterKeydSubmit(e, () => this.handleSubmit()), value: this.value, ariaLabel: this.placeholder, size: this.size }));
|
|
1781
1781
|
}
|
|
1782
1782
|
renderButton() {
|
|
1783
1783
|
if (!this.showSearchButton) {
|
|
@@ -1862,7 +1862,7 @@ const ZSearchbar = class {
|
|
|
1862
1862
|
return (index.h("z-list-element", { role: "option", tabindex: 0, clickable: true, id: `list-item-${this.htmlid}-show-all`, onClickItem: () => (this.currResultsCount = 0), color: "color-primary01" }, index.h("div", { class: "item-show-all" }, "Vedi tutti i risultati")));
|
|
1863
1863
|
}
|
|
1864
1864
|
render() {
|
|
1865
|
-
return (index.h(index.Host, { key: '
|
|
1865
|
+
return (index.h(index.Host, { key: 'd37b6d416257f957e74d357a6d8b27c983b7d973', onFocus: () => (this.showResults = true), onClick: (e) => this.handleOutsideClick(e), class: { "has-submit": this.showSearchButton, "has-results": this.autocomplete } }, index.h("div", { key: '42acf14b381f287bda89da77daff57430e486dd9', class: "input-container" }, this.renderInput(), this.renderResults()), this.renderButton()));
|
|
1866
1866
|
}
|
|
1867
1867
|
get element() { return index.getElement(this); }
|
|
1868
1868
|
static get watchers() { return {
|