@htmlplus/element 2.1.6 → 2.2.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.
@@ -28,6 +28,10 @@ export function Element() {
28
28
  // TODO
29
29
  call(instance, CONSTANTS.LIFECYCLE_CONSTRUCTED);
30
30
  }
31
+ // TODO
32
+ static get formAssociated() {
33
+ return constructor['formAssociated'];
34
+ }
31
35
  static get observedAttributes() {
32
36
  return Object.keys(members)
33
37
  .filter((key) => members[key].type != CONSTANTS.TYPE_FUNCTION)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlplus/element",
3
- "version": "2.1.6",
3
+ "version": "2.2.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "author": "Masood Abdolian <m.abdolian@gmail.com>",