bt-core-app 2.0.117 → 2.0.118

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.
@@ -38353,6 +38353,7 @@ const FW = /* @__PURE__ */ Je({
38353
38353
  md: { type: [String, Boolean], default: !1 },
38354
38354
  modelValue: {},
38355
38355
  prefix: {},
38356
+ prependIcon: {},
38356
38357
  sm: { type: [String, Boolean], default: "6" },
38357
38358
  suffix: {},
38358
38359
  value: {}
@@ -38369,7 +38370,7 @@ const FW = /* @__PURE__ */ Je({
38369
38370
  cols: s.cols
38370
38371
  }, {
38371
38372
  default: H(() => [
38372
- x(Dt, null, {
38373
+ x(Dt, { "prepend-icon": s.prependIcon }, {
38373
38374
  default: H(() => [
38374
38375
  x(rr, null, {
38375
38376
  default: H(() => [
@@ -38385,7 +38386,7 @@ const FW = /* @__PURE__ */ Je({
38385
38386
  })
38386
38387
  ]),
38387
38388
  _: 1
38388
- })
38389
+ }, 8, ["prepend-icon"])
38389
38390
  ]),
38390
38391
  _: 1
38391
38392
  }, 8, ["lg", "md", "sm", "cols"]));
@@ -38809,6 +38810,7 @@ const Fm = st()({
38809
38810
  lg: { type: [String, Boolean], default: !1 },
38810
38811
  md: { type: [String, Boolean], default: !1 },
38811
38812
  modelValue: {},
38813
+ prependIcon: {},
38812
38814
  required: { type: Boolean },
38813
38815
  rules: {},
38814
38816
  sm: { type: [String, Boolean], default: "6" },
@@ -38839,7 +38841,8 @@ const Fm = st()({
38839
38841
  default: H(() => [
38840
38842
  !v.value && _(g) == "list-item" ? (N(), ue(Dt, {
38841
38843
  key: 0,
38842
- density: "compact"
38844
+ density: "compact",
38845
+ "prepend-icon": b.prependIcon
38843
38846
  }, {
38844
38847
  default: H(() => [
38845
38848
  x(rr, null, {
@@ -38856,7 +38859,7 @@ const Fm = st()({
38856
38859
  })
38857
38860
  ]),
38858
38861
  _: 1
38859
- })) : (N(), ue(Na, {
38862
+ }, 8, ["prepend-icon"])) : (N(), ue(Na, {
38860
38863
  key: 1,
38861
38864
  "open-delay": "5"
38862
38865
  }, {
@@ -38901,6 +38904,7 @@ const Fm = st()({
38901
38904
  label: {},
38902
38905
  lg: { type: [String, Boolean], default: !1 },
38903
38906
  md: { type: [String, Boolean], default: !1 },
38907
+ prependIcon: {},
38904
38908
  sm: { type: [String, Boolean], default: "6" }
38905
38909
  },
38906
38910
  emits: ["update:modelValue"],
@@ -38915,7 +38919,10 @@ const Fm = st()({
38915
38919
  cols: o.cols
38916
38920
  }, {
38917
38921
  default: H(() => [
38918
- x(Dt, { density: "compact" }, {
38922
+ x(Dt, {
38923
+ density: "compact",
38924
+ "prepend-icon": o.prependIcon
38925
+ }, {
38919
38926
  default: H(() => [
38920
38927
  o.label != null ? (N(), ue(rr, { key: 0 }, {
38921
38928
  default: H(() => [
@@ -38931,7 +38938,7 @@ const Fm = st()({
38931
38938
  })
38932
38939
  ]),
38933
38940
  _: 1
38934
- })
38941
+ }, 8, ["prepend-icon"])
38935
38942
  ]),
38936
38943
  _: 1
38937
38944
  }, 8, ["lg", "md", "sm", "cols"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.117",
3
+ "version": "2.0.118",
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": {