@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.
Files changed (48) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/cjs/z-app-header_12.cjs.entry.js +2 -2
  3. package/dist/cjs/z-app-header_12.cjs.entry.js.map +1 -1
  4. package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +3 -3
  5. package/dist/cjs/z-dragdrop-area_2.cjs.entry.js.map +1 -1
  6. package/dist/cjs/z-stepper-item.cjs.entry.js +1 -1
  7. package/dist/cjs/z-stepper-item.cjs.entry.js.map +1 -1
  8. package/dist/collection/components/indicators/z-stepper-item/styles.css +5 -0
  9. package/dist/collection/components/inputs/z-searchbar/index.js +2 -2
  10. package/dist/collection/components/inputs/z-searchbar/index.js.map +1 -1
  11. package/dist/collection/components/modal/z-modal/index.js +2 -2
  12. package/dist/collection/components/modal/z-modal/index.js.map +1 -1
  13. package/dist/collection/components/modal/z-modal/index.spec.js +3 -3
  14. package/dist/collection/components/modal/z-modal/index.spec.js.map +1 -1
  15. package/dist/collection/components/modal/z-modal/styles.css +5 -5
  16. package/dist/components/index15.js +3 -3
  17. package/dist/components/index15.js.map +1 -1
  18. package/dist/components/index26.js +2 -2
  19. package/dist/components/index26.js.map +1 -1
  20. package/dist/components/z-stepper-item.js +1 -1
  21. package/dist/components/z-stepper-item.js.map +1 -1
  22. package/dist/esm/z-app-header_12.entry.js +2 -2
  23. package/dist/esm/z-app-header_12.entry.js.map +1 -1
  24. package/dist/esm/z-dragdrop-area_2.entry.js +3 -3
  25. package/dist/esm/z-dragdrop-area_2.entry.js.map +1 -1
  26. package/dist/esm/z-stepper-item.entry.js +1 -1
  27. package/dist/esm/z-stepper-item.entry.js.map +1 -1
  28. package/dist/web-components-library/{p-c9c6cb21.entry.js → p-13e18838.entry.js} +2 -2
  29. package/dist/web-components-library/{p-c9c6cb21.entry.js.map → p-13e18838.entry.js.map} +1 -1
  30. package/dist/web-components-library/p-2df79d5c.entry.js +2 -0
  31. package/dist/web-components-library/p-2df79d5c.entry.js.map +1 -0
  32. package/{www/build/p-a6a21811.entry.js → dist/web-components-library/p-d3350d6f.entry.js} +2 -2
  33. package/{www/build/p-a6a21811.entry.js.map → dist/web-components-library/p-d3350d6f.entry.js.map} +1 -1
  34. package/dist/web-components-library/web-components-library.esm.js +1 -1
  35. package/package.json +1 -1
  36. package/www/build/{p-c9c6cb21.entry.js → p-13e18838.entry.js} +2 -2
  37. package/www/build/{p-c9c6cb21.entry.js.map → p-13e18838.entry.js.map} +1 -1
  38. package/www/build/p-2df79d5c.entry.js +2 -0
  39. package/www/build/p-2df79d5c.entry.js.map +1 -0
  40. package/www/build/{p-144bc911.js → p-75bb54f4.js} +1 -1
  41. package/{dist/web-components-library/p-a6a21811.entry.js → www/build/p-d3350d6f.entry.js} +2 -2
  42. package/{dist/web-components-library/p-a6a21811.entry.js.map → www/build/p-d3350d6f.entry.js.map} +1 -1
  43. package/www/build/web-components-library.esm.js +1 -1
  44. package/www/index.html +1 -1
  45. package/dist/web-components-library/p-76193e32.entry.js +0 -2
  46. package/dist/web-components-library/p-76193e32.entry.js.map +0 -1
  47. package/www/build/p-76193e32.entry.js +0 -2
  48. package/www/build/p-76193e32.entry.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### 14.4.1 (2024-06-11)
6
+
5
7
  ## 14.4.0 (2024-06-06)
6
8
 
7
9
  ## 14.3.0 (2024-06-04)
@@ -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: 'e95c23e603fd303d9c99386f5878685b713ce128', onFocus: () => (this.showResults = true), onClick: (e) => this.handleOutsideClick(e), class: { "has-submit": this.showSearchButton, "has-results": this.autocomplete } }, index.h("div", { key: '7d32c1394e6adfd4e83cba37c8f8bf66a97ee460', class: "input-container" }, this.renderInput(), this.renderResults()), this.renderButton()));
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 {