@fluid-topics/ft-filterable-table 0.2.8 → 0.2.11

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.
@@ -514,6 +514,7 @@ class Ft extends Ot{constructor(t){if(super(t),this.it=Z,t.type!==$t)throw Error
514
514
  <div class="${Dt({"ft-select--option":!0,"ft-select--option-selected":e,"ft-typography--body2":!0})}"
515
515
  part="option"
516
516
  tabindex="0"
517
+ data-value="${t.value}"
517
518
  @keydown=${e=>this.onOptionKeyDown(e,t)}
518
519
  @click=${()=>this.selectOption(t)}>
519
520
  <ft-ripple ?primary=${e} ?activated=${e}></ft-ripple>
@@ -418,6 +418,7 @@ const U=Symbol.for(""),H=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)===
418
418
  <div class="${s.classMap(o)}"
419
419
  part="option"
420
420
  tabindex="0"
421
+ data-value="${t.value}"
421
422
  @keydown=${e=>this.onOptionKeyDown(e,t)}
422
423
  @click=${()=>this.selectOption(t)}>
423
424
  <ft-ripple ?primary=${e} ?activated=${e}></ft-ripple>
@@ -514,6 +514,7 @@ class Ut extends St{constructor(t){if(super(t),this.it=K,t.type!==wt)throw Error
514
514
  <div class="${Dt({"ft-select--option":!0,"ft-select--option-selected":e,"ft-typography--body2":!0})}"
515
515
  part="option"
516
516
  tabindex="0"
517
+ data-value="${t.value}"
517
518
  @keydown=${e=>this.onOptionKeyDown(e,t)}
518
519
  @click=${()=>this.selectOption(t)}>
519
520
  <ft-ripple ?primary=${e} ?activated=${e}></ft-ripple>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filterable-table",
3
- "version": "0.2.8",
3
+ "version": "0.2.11",
4
4
  "description": "A dynamic table with filters",
5
5
  "keywords": [
6
6
  "Lit"
@@ -22,11 +22,11 @@
22
22
  "test": "echo \"Error: run tests from root\" && exit 1"
23
23
  },
24
24
  "dependencies": {
25
- "@fluid-topics/ft-button": "^0.2.8",
26
- "@fluid-topics/ft-select": "^0.2.8",
27
- "@fluid-topics/ft-text-field": "^0.2.8",
28
- "@fluid-topics/ft-wc-utils": "^0.2.8",
25
+ "@fluid-topics/ft-button": "^0.2.11",
26
+ "@fluid-topics/ft-select": "^0.2.11",
27
+ "@fluid-topics/ft-text-field": "^0.2.11",
28
+ "@fluid-topics/ft-wc-utils": "^0.2.11",
29
29
  "lit": "2.1.3"
30
30
  },
31
- "gitHead": "5e7358f54e9b775a44aaf77fe30fe506d90feea2"
31
+ "gitHead": "ea42e7abc5e502bb3d9616eb7477bc4eb67a62bf"
32
32
  }