@bagelink/vue 1.2.52 → 1.2.56

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.
@@ -1 +1 @@
1
- {"version":3,"file":"DateInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/DateInput.vue"],"names":[],"mappings":"AA6MA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAA;AAI/D,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAG7D,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,cAAc,CAAC,EAAE,cAAc,CAAA;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,OAAO,CAAA;CAChB,CAAC;AAuIH,KAAK,iBAAiB,GAAG;IACzB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,GAAG,WAAW,CAAC;;;;;;WAvJN,OAAO;UASR,QAAQ;YAGN,MAAM;cAbJ,OAAO;gBAML,OAAO;oBAMH,cAAc;;;;;AA2TjC,wBAUG"}
1
+ {"version":3,"file":"DateInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/DateInput.vue"],"names":[],"mappings":"AA6MA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAA;AAI/D,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAG7D,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,cAAc,CAAC,EAAE,cAAc,CAAA;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,OAAO,CAAA;CAChB,CAAC;AAuIH,KAAK,iBAAiB,GAAG;IACzB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,GAAG,WAAW,CAAC;;;;;;WAvJN,OAAO;UASR,QAAQ;YAGN,MAAM;cAbJ,OAAO;gBAML,OAAO;oBAMH,cAAc;;;;;AA4TjC,wBAUG"}
package/dist/index.cjs CHANGED
@@ -15347,6 +15347,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
15347
15347
  (...args) => vue.unref(handleFocus) && vue.unref(handleFocus)(...args))
15348
15348
  }, [
15349
15349
  _ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$s, [
15350
+ vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
15350
15351
  _ctx.required ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$o, "*")) : vue.createCommentVNode("", true)
15351
15352
  ])) : vue.createCommentVNode("", true),
15352
15353
  vue.createVNode(vue.unref(_sfc_main$W), {
@@ -33176,7 +33177,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
33176
33177
  });
33177
33178
  return (_ctx, _cache) => {
33178
33179
  return vue.openBlock(), vue.createElementBlock("div", {
33179
- class: vue.normalizeClass(["bg-dark-modal", { "is-side": _ctx.side, "is-active": vue.unref(isVisible), "bg-lignt": false }]),
33180
+ class: vue.normalizeClass(["bg-dark", { "is-side": _ctx.side, "is-active": vue.unref(isVisible), "bg-lignt": false }]),
33180
33181
  onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
33181
33182
  onKeydown: vue.withKeys(closeModal, ["esc"])
33182
33183
  }, [
package/dist/index.mjs CHANGED
@@ -15345,6 +15345,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
15345
15345
  (...args) => unref(handleFocus) && unref(handleFocus)(...args))
15346
15346
  }, [
15347
15347
  _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$s, [
15348
+ createTextVNode(toDisplayString(_ctx.label) + " ", 1),
15348
15349
  _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_3$o, "*")) : createCommentVNode("", true)
15349
15350
  ])) : createCommentVNode("", true),
15350
15351
  createVNode(unref(_sfc_main$W), {
@@ -33174,7 +33175,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
33174
33175
  });
33175
33176
  return (_ctx, _cache) => {
33176
33177
  return openBlock(), createElementBlock("div", {
33177
- class: normalizeClass(["bg-dark-modal", { "is-side": _ctx.side, "is-active": unref(isVisible), "bg-lignt": false }]),
33178
+ class: normalizeClass(["bg-dark", { "is-side": _ctx.side, "is-active": unref(isVisible), "bg-lignt": false }]),
33178
33179
  onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
33179
33180
  onKeydown: withKeys(closeModal, ["esc"])
33180
33181
  }, [
package/dist/style.css CHANGED
@@ -3787,7 +3787,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
3787
3787
  .leaflet-marker-icon {
3788
3788
  cursor: pointer;
3789
3789
  }
3790
- .bg-dark-modal {
3790
+ .bg-dark {
3791
3791
  position: fixed;
3792
3792
  top: 0;
3793
3793
  right: 0;
@@ -3894,16 +3894,16 @@ svg.leaflet-image-layer.leaflet-interactive path {
3894
3894
  transform: translateX(0%);
3895
3895
  }
3896
3896
 
3897
- .bg-dark-modal.is-active {
3897
+ .bg-dark.is-active {
3898
3898
  opacity: 1;
3899
3899
  pointer-events: all;
3900
3900
  }
3901
3901
 
3902
- body:has(.bg-dark-modal.is-active) {
3902
+ body:has(.bg-dark.is-active) {
3903
3903
  overflow: hidden;
3904
3904
  }
3905
3905
 
3906
- .is-side.bg-dark-modal.is-active {
3906
+ .is-side.bg-dark.is-active {
3907
3907
  opacity: 1;
3908
3908
  align-items: stretch;
3909
3909
  }
@@ -16481,7 +16481,7 @@ select {
16481
16481
  color: var(--bgl-blue-light) !important;
16482
16482
  }.bg-bg {
16483
16483
  background: var(--bgl-bg) !important;
16484
- }.bg-dark {
16484
+ }.bg-dark-bg {
16485
16485
  background: var(--bgl-dark-bg);
16486
16486
  }.color-bg {
16487
16487
  color: var(--bgl-bg) !important;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "1.2.52",
4
+ "version": "1.2.56",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",
@@ -70,7 +70,7 @@ onUnmounted(() => {
70
70
 
71
71
  <template>
72
72
  <div
73
- class="bg-dark-modal"
73
+ class="bg-dark"
74
74
  :class="{ 'is-side': side, 'is-active': isVisible, 'bg-lignt': false }"
75
75
  @click="() => (dismissable ? closeModal() : '')"
76
76
  @keydown.esc="closeModal"
@@ -150,7 +150,7 @@ onMounted(() => {
150
150
  <template>
151
151
  <div class="bagel-input" :class="{ small }" :title="label" @focusin="handleFocus">
152
152
  <label v-if="label">
153
- <!-- {{ label }} -->
153
+ {{ label }}
154
154
  <span v-if="required" class="required">*</span>
155
155
  </label>
156
156
  <Dropdown
@@ -173,7 +173,7 @@
173
173
  background: var(--bgl-bg) !important;
174
174
  }
175
175
 
176
- .bg-dark {
176
+ .bg-dark-bg {
177
177
  background: var(--bgl-dark-bg);
178
178
  }
179
179
 
@@ -1,4 +1,4 @@
1
- .bg-dark-modal {
1
+ .bg-dark {
2
2
  position: fixed;
3
3
  top: 0;
4
4
  right: 0;
@@ -105,16 +105,16 @@
105
105
  transform: translateX(0%);
106
106
  }
107
107
 
108
- .bg-dark-modal.is-active {
108
+ .bg-dark.is-active {
109
109
  opacity: 1;
110
110
  pointer-events: all;
111
111
  }
112
112
 
113
- body:has(.bg-dark-modal.is-active) {
113
+ body:has(.bg-dark.is-active) {
114
114
  overflow: hidden;
115
115
  }
116
116
 
117
- .is-side.bg-dark-modal.is-active {
117
+ .is-side.bg-dark.is-active {
118
118
  opacity: 1;
119
119
  align-items: stretch;
120
120
  }