@homebound/beam 2.218.0 → 2.219.0

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.
package/dist/Css.d.ts CHANGED
@@ -1234,63 +1234,75 @@ declare class CssBuilder<T extends Properties> {
1234
1234
  } & {
1235
1235
  width: import("csstype").Property.Width<string | 0> | undefined;
1236
1236
  }>;
1237
- /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 1; textOverflow: "ellipsis"`. */
1237
+ /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 1; WebkitBoxOrient: "vertical"; textOverflow: "ellipsis"`. */
1238
1238
  get lineClamp1(): CssBuilder<T & {
1239
1239
  overflow: import("csstype").Property.Overflow | undefined;
1240
1240
  } & {
1241
1241
  display: import("csstype").Property.Display | undefined;
1242
1242
  } & {
1243
1243
  WebkitLineClamp: import("csstype").Property.WebkitLineClamp | undefined;
1244
+ } & {
1245
+ WebkitBoxOrient: import("csstype").Property.BoxOrient | undefined;
1244
1246
  } & {
1245
1247
  textOverflow: import("csstype").Property.TextOverflow | undefined;
1246
1248
  }>;
1247
- /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 2; textOverflow: "ellipsis"`. */
1249
+ /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 2; WebkitBoxOrient: "vertical"; textOverflow: "ellipsis"`. */
1248
1250
  get lineClamp2(): CssBuilder<T & {
1249
1251
  overflow: import("csstype").Property.Overflow | undefined;
1250
1252
  } & {
1251
1253
  display: import("csstype").Property.Display | undefined;
1252
1254
  } & {
1253
1255
  WebkitLineClamp: import("csstype").Property.WebkitLineClamp | undefined;
1256
+ } & {
1257
+ WebkitBoxOrient: import("csstype").Property.BoxOrient | undefined;
1254
1258
  } & {
1255
1259
  textOverflow: import("csstype").Property.TextOverflow | undefined;
1256
1260
  }>;
1257
- /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 3; textOverflow: "ellipsis"`. */
1261
+ /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 3; WebkitBoxOrient: "vertical"; textOverflow: "ellipsis"`. */
1258
1262
  get lineClamp3(): CssBuilder<T & {
1259
1263
  overflow: import("csstype").Property.Overflow | undefined;
1260
1264
  } & {
1261
1265
  display: import("csstype").Property.Display | undefined;
1262
1266
  } & {
1263
1267
  WebkitLineClamp: import("csstype").Property.WebkitLineClamp | undefined;
1268
+ } & {
1269
+ WebkitBoxOrient: import("csstype").Property.BoxOrient | undefined;
1264
1270
  } & {
1265
1271
  textOverflow: import("csstype").Property.TextOverflow | undefined;
1266
1272
  }>;
1267
- /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 4; textOverflow: "ellipsis"`. */
1273
+ /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 4; WebkitBoxOrient: "vertical"; textOverflow: "ellipsis"`. */
1268
1274
  get lineClamp4(): CssBuilder<T & {
1269
1275
  overflow: import("csstype").Property.Overflow | undefined;
1270
1276
  } & {
1271
1277
  display: import("csstype").Property.Display | undefined;
1272
1278
  } & {
1273
1279
  WebkitLineClamp: import("csstype").Property.WebkitLineClamp | undefined;
1280
+ } & {
1281
+ WebkitBoxOrient: import("csstype").Property.BoxOrient | undefined;
1274
1282
  } & {
1275
1283
  textOverflow: import("csstype").Property.TextOverflow | undefined;
1276
1284
  }>;
1277
- /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 5; textOverflow: "ellipsis"`. */
1285
+ /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 5; WebkitBoxOrient: "vertical"; textOverflow: "ellipsis"`. */
1278
1286
  get lineClamp5(): CssBuilder<T & {
1279
1287
  overflow: import("csstype").Property.Overflow | undefined;
1280
1288
  } & {
1281
1289
  display: import("csstype").Property.Display | undefined;
1282
1290
  } & {
1283
1291
  WebkitLineClamp: import("csstype").Property.WebkitLineClamp | undefined;
1292
+ } & {
1293
+ WebkitBoxOrient: import("csstype").Property.BoxOrient | undefined;
1284
1294
  } & {
1285
1295
  textOverflow: import("csstype").Property.TextOverflow | undefined;
1286
1296
  }>;
1287
- /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 6; textOverflow: "ellipsis"`. */
1297
+ /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 6; WebkitBoxOrient: "vertical"; textOverflow: "ellipsis"`. */
1288
1298
  get lineClamp6(): CssBuilder<T & {
1289
1299
  overflow: import("csstype").Property.Overflow | undefined;
1290
1300
  } & {
1291
1301
  display: import("csstype").Property.Display | undefined;
1292
1302
  } & {
1293
1303
  WebkitLineClamp: import("csstype").Property.WebkitLineClamp | undefined;
1304
+ } & {
1305
+ WebkitBoxOrient: import("csstype").Property.BoxOrient | undefined;
1294
1306
  } & {
1295
1307
  textOverflow: import("csstype").Property.TextOverflow | undefined;
1296
1308
  }>;
package/dist/Css.js CHANGED
@@ -1232,29 +1232,29 @@ class CssBuilder {
1232
1232
  return this.add("height", `${px}px`).add("width", `${px}px`);
1233
1233
  }
1234
1234
  // lineClamp
1235
- /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 1; textOverflow: "ellipsis"`. */
1235
+ /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 1; WebkitBoxOrient: "vertical"; textOverflow: "ellipsis"`. */
1236
1236
  get lineClamp1() {
1237
- return this.add("overflow", "hidden").add("display", "-webkit-box").add("WebkitLineClamp", 1).add("textOverflow", "ellipsis");
1237
+ return this.add("overflow", "hidden").add("display", "-webkit-box").add("WebkitLineClamp", 1).add("WebkitBoxOrient", "vertical").add("textOverflow", "ellipsis");
1238
1238
  }
1239
- /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 2; textOverflow: "ellipsis"`. */
1239
+ /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 2; WebkitBoxOrient: "vertical"; textOverflow: "ellipsis"`. */
1240
1240
  get lineClamp2() {
1241
- return this.add("overflow", "hidden").add("display", "-webkit-box").add("WebkitLineClamp", 2).add("textOverflow", "ellipsis");
1241
+ return this.add("overflow", "hidden").add("display", "-webkit-box").add("WebkitLineClamp", 2).add("WebkitBoxOrient", "vertical").add("textOverflow", "ellipsis");
1242
1242
  }
1243
- /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 3; textOverflow: "ellipsis"`. */
1243
+ /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 3; WebkitBoxOrient: "vertical"; textOverflow: "ellipsis"`. */
1244
1244
  get lineClamp3() {
1245
- return this.add("overflow", "hidden").add("display", "-webkit-box").add("WebkitLineClamp", 3).add("textOverflow", "ellipsis");
1245
+ return this.add("overflow", "hidden").add("display", "-webkit-box").add("WebkitLineClamp", 3).add("WebkitBoxOrient", "vertical").add("textOverflow", "ellipsis");
1246
1246
  }
1247
- /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 4; textOverflow: "ellipsis"`. */
1247
+ /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 4; WebkitBoxOrient: "vertical"; textOverflow: "ellipsis"`. */
1248
1248
  get lineClamp4() {
1249
- return this.add("overflow", "hidden").add("display", "-webkit-box").add("WebkitLineClamp", 4).add("textOverflow", "ellipsis");
1249
+ return this.add("overflow", "hidden").add("display", "-webkit-box").add("WebkitLineClamp", 4).add("WebkitBoxOrient", "vertical").add("textOverflow", "ellipsis");
1250
1250
  }
1251
- /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 5; textOverflow: "ellipsis"`. */
1251
+ /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 5; WebkitBoxOrient: "vertical"; textOverflow: "ellipsis"`. */
1252
1252
  get lineClamp5() {
1253
- return this.add("overflow", "hidden").add("display", "-webkit-box").add("WebkitLineClamp", 5).add("textOverflow", "ellipsis");
1253
+ return this.add("overflow", "hidden").add("display", "-webkit-box").add("WebkitLineClamp", 5).add("WebkitBoxOrient", "vertical").add("textOverflow", "ellipsis");
1254
1254
  }
1255
- /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 6; textOverflow: "ellipsis"`. */
1255
+ /** Sets `overflow: "hidden"; display: "-webkit-box"; WebkitLineClamp: 6; WebkitBoxOrient: "vertical"; textOverflow: "ellipsis"`. */
1256
1256
  get lineClamp6() {
1257
- return this.add("overflow", "hidden").add("display", "-webkit-box").add("WebkitLineClamp", 6).add("textOverflow", "ellipsis");
1257
+ return this.add("overflow", "hidden").add("display", "-webkit-box").add("WebkitLineClamp", 6).add("WebkitBoxOrient", "vertical").add("textOverflow", "ellipsis");
1258
1258
  }
1259
1259
  /** Sets `WebkitLineClamp: "unset"`. */
1260
1260
  get lineClampNone() {
@@ -39,6 +39,7 @@ export declare type GridTableApi<R extends Kinded> = {
39
39
  selectRow: (id: string, selected?: boolean) => void;
40
40
  /** Toggle collapse state of a row by id */
41
41
  toggleCollapsedRow: (id: string) => void;
42
+ isCollapsedRow: (id: string) => boolean;
42
43
  setVisibleColumns: (ids: string[]) => void;
43
44
  getVisibleColumnIds: () => string[];
44
45
  };
@@ -55,6 +56,7 @@ export declare class GridTableApiImpl<R extends Kinded> implements GridTableApi<
55
56
  setActiveCellId(id: string | undefined): void;
56
57
  selectRow(id: string, selected?: boolean): void;
57
58
  toggleCollapsedRow(id: string): void;
59
+ isCollapsedRow(id: string): boolean;
58
60
  setVisibleColumns(ids: string[]): void;
59
61
  getVisibleColumnIds(): string[];
60
62
  }
@@ -68,6 +68,9 @@ class GridTableApiImpl {
68
68
  toggleCollapsedRow(id) {
69
69
  this.tableState.toggleCollapsed(id);
70
70
  }
71
+ isCollapsedRow(id) {
72
+ return this.tableState.isCollapsed(id);
73
+ }
71
74
  setVisibleColumns(ids) {
72
75
  this.tableState.setVisibleColumns(ids);
73
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.218.0",
3
+ "version": "2.219.0",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -77,7 +77,7 @@
77
77
  "@homebound/eslint-config": "1.5.1",
78
78
  "@homebound/rtl-react-router-utils": "^1.0.3",
79
79
  "@homebound/rtl-utils": "^2.59.3",
80
- "@homebound/truss": "^1.121.0",
80
+ "@homebound/truss": "^1.121.1",
81
81
  "@homebound/tsconfig": "^1.0.3",
82
82
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
83
83
  "@semantic-release/exec": "^6.0.3",