@creatorsn/vfluent3 0.3.61 → 0.3.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.
@@ -18,6 +18,8 @@ export declare const FvListView: import("../../types/plugins/component-plugin").
18
18
  readonly rowHeight?: string | undefined;
19
19
  readonly headerForeground?: string | undefined;
20
20
  readonly itemPadding?: string | undefined;
21
+ readonly itemBorderWidth?: number | undefined;
22
+ readonly itemBorderColor?: string | undefined;
21
23
  readonly showSlider?: boolean | undefined;
22
24
  };
23
25
  $emit: (event: "update:modelValue" | "item-click" | "chooseItem" | "choosen-items" | "selection-change" | "item-drag-over" | "item-drag-leave" | "item-drop" | "update:sliderTarget" | "update:sliderIndex", ...args: any[]) => void;
@@ -89,6 +91,8 @@ export declare const FvListView: import("../../types/plugins/component-plugin").
89
91
  readonly rowHeight?: string | undefined;
90
92
  readonly headerForeground?: string | undefined;
91
93
  readonly itemPadding?: string | undefined;
94
+ readonly itemBorderWidth?: number | undefined;
95
+ readonly itemBorderColor?: string | undefined;
92
96
  readonly showSlider?: boolean | undefined;
93
97
  };
94
98
  $emit: (event: "update:modelValue" | "item-click" | "chooseItem" | "choosen-items" | "selection-change" | "item-drag-over" | "item-drag-leave" | "item-drop" | "update:sliderTarget" | "update:sliderIndex", ...args: any[]) => void;
@@ -157,6 +161,8 @@ export declare const FvListView: import("../../types/plugins/component-plugin").
157
161
  readonly rowHeight?: string | undefined;
158
162
  readonly headerForeground?: string | undefined;
159
163
  readonly itemPadding?: string | undefined;
164
+ readonly itemBorderWidth?: number | undefined;
165
+ readonly itemBorderColor?: string | undefined;
160
166
  readonly showSlider?: boolean | undefined;
161
167
  };
162
168
  $emit: (event: "update:modelValue" | "item-click" | "chooseItem" | "choosen-items" | "selection-change" | "item-drag-over" | "item-drag-leave" | "item-drop" | "update:sliderTarget" | "update:sliderIndex", ...args: any[]) => void;
@@ -17,6 +17,8 @@ declare const _default: {
17
17
  readonly rowHeight?: string | undefined;
18
18
  readonly headerForeground?: string | undefined;
19
19
  readonly itemPadding?: string | undefined;
20
+ readonly itemBorderWidth?: number | undefined;
21
+ readonly itemBorderColor?: string | undefined;
20
22
  readonly showSlider?: boolean | undefined;
21
23
  };
22
24
  $emit: (event: "update:modelValue" | "item-click" | "chooseItem" | "choosen-items" | "selection-change" | "item-drag-over" | "item-drag-leave" | "item-drop" | "update:sliderTarget" | "update:sliderIndex", ...args: any[]) => void;
@@ -88,6 +90,8 @@ declare const _default: {
88
90
  readonly rowHeight?: string | undefined;
89
91
  readonly headerForeground?: string | undefined;
90
92
  readonly itemPadding?: string | undefined;
93
+ readonly itemBorderWidth?: number | undefined;
94
+ readonly itemBorderColor?: string | undefined;
91
95
  readonly showSlider?: boolean | undefined;
92
96
  };
93
97
  $emit: (event: "update:modelValue" | "item-click" | "chooseItem" | "choosen-items" | "selection-change" | "item-drag-over" | "item-drag-leave" | "item-drop" | "update:sliderTarget" | "update:sliderIndex", ...args: any[]) => void;
@@ -156,6 +160,8 @@ declare const _default: {
156
160
  readonly rowHeight?: string | undefined;
157
161
  readonly headerForeground?: string | undefined;
158
162
  readonly itemPadding?: string | undefined;
163
+ readonly itemBorderWidth?: number | undefined;
164
+ readonly itemBorderColor?: string | undefined;
159
165
  readonly showSlider?: boolean | undefined;
160
166
  };
161
167
  $emit: (event: "update:modelValue" | "item-click" | "chooseItem" | "choosen-items" | "selection-change" | "item-drag-over" | "item-drag-leave" | "item-drop" | "update:sliderTarget" | "update:sliderIndex", ...args: any[]) => void;
package/dist/vfluent3.js CHANGED
@@ -14253,6 +14253,12 @@ const mo = /* @__PURE__ */ we(Cg, [["render", Vg]]), Tg = { class: "list-view-he
14253
14253
  itemBorderRadius: {
14254
14254
  default: 3
14255
14255
  },
14256
+ itemBorderWidth: {
14257
+ default: 2
14258
+ },
14259
+ itemBorderColor: {
14260
+ default: ""
14261
+ },
14256
14262
  revealBorderColor: {
14257
14263
  default: !1
14258
14264
  },
@@ -14290,6 +14296,10 @@ const mo = /* @__PURE__ */ we(Cg, [["render", Vg]]), Tg = { class: "list-view-he
14290
14296
  const o = j("fv-reveal-container");
14291
14297
  return p(), w("div", {
14292
14298
  class: D(["fv-ListView", [n.$theme]]),
14299
+ style: b({
14300
+ "--list-view-selected-border-width": e.itemBorderWidth + "px",
14301
+ "--list-view-selected-border-color": e.itemBorderColor
14302
+ }),
14293
14303
  onClick: r[0] || (r[0] = (a) => n.focus = !0)
14294
14304
  }, [
14295
14305
  u("div", Tg, [
@@ -14359,7 +14369,7 @@ const mo = /* @__PURE__ */ we(Cg, [["render", Vg]]), Tg = { class: "list-view-he
14359
14369
  height: n.currentHeight,
14360
14370
  background: e.headerForeground
14361
14371
  }, null, 8, ["top", "height", "background"])) : ie("", !0)
14362
- ], 2);
14372
+ ], 6);
14363
14373
  };
14364
14374
  }
14365
14375
  }), Lg = Z(Mg);