smoothly 1.2.1-alpha.18 → 1.2.1-alpha.19

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.
@@ -12112,14 +12112,16 @@ const SmoothlyNextTableRowGroupStyle0 = styleCss$s;
12112
12112
  const SmoothlyNextTableRowGroup = class {
12113
12113
  constructor(hostRef) {
12114
12114
  index.registerInstance(this, hostRef);
12115
+ this.smoothlyNextTableRowGroupChange = index.createEvent(this, "smoothlyNextTableRowGroupChange", 7);
12115
12116
  this.align = false;
12116
12117
  this.open = false;
12117
12118
  }
12118
12119
  clickHandler() {
12119
12120
  this.open = !this.open;
12121
+ this.smoothlyNextTableRowGroupChange.emit(this.open);
12120
12122
  }
12121
12123
  render() {
12122
- return (index.h(index.Host, { key: '7b8bf0d650b30c77e465110322618cd4b7ccfaac' }, index.h("div", { key: 'f1ff52b8f2263c2402cda3ee65b1e714cd7bef53', onClick: () => this.clickHandler() }, index.h("div", { key: '68a7c8121d742a6926076f44c0940db08301be3e' }, index.h("slot", { key: '49fa99c6dd54cd9aae0bbda92ae42ebc99ba4bfd', name: "start" })), index.h("div", { key: '8360e32514ab46ee90cfa620a60a7887ec430386' }, index.h("slot", { key: '7f14fad4b7a86240bac27278002b64816d9346a9', name: "end" }))), index.h("div", { key: '723a1b607e356bd6df4531f4ed51a7606a42c11c' }, index.h("slot", { key: 'fead0c12aace8f70dec6736ae93b1b0e53d8c929' }))));
12124
+ return (index.h(index.Host, { key: '79a96cccc913843258e1a8ee21910ba95cb79212' }, index.h("div", { key: '91a971d8238bfde412c8d8fe161a70514680ba25', onClick: () => this.clickHandler() }, index.h("div", { key: '3247efaee6e511f2c96dbb5d95cd03b468d5ab93' }, index.h("slot", { key: '819a1490404d4631f42015eb001f30d5a1bbf91f', name: "start" })), index.h("div", { key: '77c0162725c19951cf70ba63c30657b23dd12401' }, index.h("slot", { key: '73fcae48cf88db6aaef0ee80875aa0cce91bced9', name: "end" }))), index.h("div", { key: '0af8689e2e3ed4a26f9925edc82bf557212ed18f' }, index.h("slot", { key: '5c8edd8ff22f5d48d70ce1e37e54c76ef2567746' }))));
12123
12125
  }
12124
12126
  };
12125
12127
  SmoothlyNextTableRowGroup.style = SmoothlyNextTableRowGroupStyle0;