bt-core-app 2.1.2 → 2.1.3

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.
@@ -78464,6 +78464,7 @@ const Xre = Ye({
78464
78464
  props: {
78465
78465
  canSelectNone: { type: Boolean },
78466
78466
  dateFrom: {},
78467
+ density: {},
78467
78468
  fieldVariant: {},
78468
78469
  format: { default: "ccc dd/LL/yyyy" },
78469
78470
  fromNow: { type: Boolean, default: !1 },
@@ -78486,7 +78487,8 @@ const Xre = Ye({
78486
78487
  activator: W(({ props: f }) => [
78487
78488
  C(qa, we({
78488
78489
  "append-inner-icon": d.canSelectNone && s.value != null && s.value.length > 0 ? "$close" : void 0,
78489
- "onClick:appendInner": v[0] || (v[0] = (p) => s.value = void 0)
78490
+ "onClick:appendInner": v[0] || (v[0] = (p) => s.value = void 0),
78491
+ density: d.density
78490
78492
  }, f, {
78491
78493
  "hide-details": "",
78492
78494
  label: d.label,
@@ -78494,7 +78496,7 @@ const Xre = Ye({
78494
78496
  variant: d.fieldVariant,
78495
78497
  modelValue: u.value,
78496
78498
  "onUpdate:modelValue": v[1] || (v[1] = (p) => u.value = p)
78497
- }), null, 16, ["append-inner-icon", "label", "variant", "modelValue"])
78499
+ }), null, 16, ["append-inner-icon", "density", "label", "variant", "modelValue"])
78498
78500
  ]),
78499
78501
  default: W(() => [
78500
78502
  C(_(jv), we({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {