@kubex/zinc 1.1.61 → 1.1.62

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.
@@ -40826,7 +40826,7 @@
40826
40826
  "package": {
40827
40827
  "name": "@kubex/zinc",
40828
40828
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
40829
- "version": "1.1.61",
40829
+ "version": "1.1.62",
40830
40830
  "author": "",
40831
40831
  "license": "MIT"
40832
40832
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@kubex/zinc",
4
- "version": "1.1.61",
4
+ "version": "1.1.62",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
package/dist/zn.min.js CHANGED
@@ -2209,7 +2209,7 @@ import{a as _n,b as B2,c as ar,d as c,e as V}from"./chunks/zn.UBLZO6CI.js";var B
2209
2209
  <zn-datepicker
2210
2210
  name="${t}"
2211
2211
  format-time="HH:mm"
2212
- time-picker="${o}"
2212
+ ?time-picker="${o}"
2213
2213
  class="query-builder__value"
2214
2214
  @zn-change="${s=>this._updateDateValue(t,s,n)}"
2215
2215
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubex/zinc",
3
- "version": "1.1.61",
3
+ "version": "1.1.62",
4
4
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
5
5
  "keywords": [
6
6
  "web components",
@@ -398,7 +398,7 @@ export default class ZnQueryBuilder extends ZincElement implements ZincFormContr
398
398
  <zn-datepicker
399
399
  name="${uniqueId}"
400
400
  format-time="HH:mm"
401
- time-picker="${hasTime}"
401
+ ?time-picker="${hasTime}"
402
402
  class="query-builder__value"
403
403
  @zn-change="${(e: ZnChangeEvent) => this._updateDateValue(uniqueId, e, submitFormat)}"
404
404
  >