smoothly 0.3.5 → 0.3.6

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.
Files changed (103) hide show
  1. package/dist/cjs/{index-3efe2a41.js → index-3fb97927.js} +467 -269
  2. package/dist/cjs/{index-2a011313.js → index-7b75b331.js} +1 -1
  3. package/dist/cjs/index.cjs.js +2 -2
  4. package/dist/cjs/loader.cjs.js +3 -3
  5. package/dist/cjs/smoothly-accordion_53.cjs.entry.js +68 -26
  6. package/dist/cjs/smoothly-google-font.cjs.entry.js +1 -1
  7. package/dist/cjs/smoothly-radio-group.cjs.entry.js +1 -1
  8. package/dist/cjs/smoothly-reorder.cjs.entry.js +1 -1
  9. package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +1 -1
  10. package/dist/cjs/smoothly-trigger-source.cjs.entry.js +1 -1
  11. package/dist/cjs/smoothly.cjs.js +3 -3
  12. package/dist/collection/collection-manifest.json +2 -2
  13. package/dist/collection/components/App.js +38 -46
  14. package/dist/collection/components/accordion/index.js +65 -55
  15. package/dist/collection/components/accordion-item/index.js +133 -131
  16. package/dist/collection/components/app/index.js +37 -32
  17. package/dist/collection/components/app-demo/index.js +39 -68
  18. package/dist/collection/components/backtotop/index.js +73 -66
  19. package/dist/collection/components/button/index.js +144 -141
  20. package/dist/collection/components/calendar/index.js +277 -268
  21. package/dist/collection/components/checkbox/index.js +120 -110
  22. package/dist/collection/components/dialog/index.js +97 -93
  23. package/dist/collection/components/dialog-demo/index.js +2 -3
  24. package/dist/collection/components/display/index.js +108 -102
  25. package/dist/collection/components/display-amount/index.js +68 -63
  26. package/dist/collection/components/display-date-time/index.js +35 -30
  27. package/dist/collection/components/display-demo/index.js +23 -129
  28. package/dist/collection/components/frame/index.js +134 -124
  29. package/dist/collection/components/google-font/index.js +26 -24
  30. package/dist/collection/components/icon/index.js +116 -107
  31. package/dist/collection/components/icon-demo/index.js +11 -7
  32. package/dist/collection/components/input/index.js +364 -355
  33. package/dist/collection/components/input-date/index.js +165 -156
  34. package/dist/collection/components/input-date-range/index.js +220 -213
  35. package/dist/collection/components/input-demo/index.js +2 -87
  36. package/dist/collection/components/input-month/index.js +65 -57
  37. package/dist/collection/components/item/index.js +101 -87
  38. package/dist/collection/components/menu-options/index.js +287 -275
  39. package/dist/collection/components/notification/index.js +74 -63
  40. package/dist/collection/components/notifier/index.js +31 -23
  41. package/dist/collection/components/option/index.js +227 -223
  42. package/dist/collection/components/picker/index.js +404 -397
  43. package/dist/collection/components/popup/index.js +73 -69
  44. package/dist/collection/components/quiet/index.js +33 -28
  45. package/dist/collection/components/radio/index.js +98 -91
  46. package/dist/collection/components/radio-button/index.js +92 -83
  47. package/dist/collection/components/radio-button/item/index.js +91 -66
  48. package/dist/collection/components/radio-button/item/style.css +11 -14
  49. package/dist/collection/components/radio-group/index.js +33 -27
  50. package/dist/collection/components/reorder/index.js +28 -23
  51. package/dist/collection/components/room/index.js +73 -71
  52. package/dist/collection/components/select/index.js +82 -75
  53. package/dist/collection/components/select-demo/index.js +24 -42
  54. package/dist/collection/components/selector/index.js +71 -68
  55. package/dist/collection/components/skeleton/index.js +112 -106
  56. package/dist/collection/components/spinner/index.js +50 -46
  57. package/dist/collection/components/submit/index.js +174 -163
  58. package/dist/collection/components/svg/index.js +65 -60
  59. package/dist/collection/components/tab/index.js +84 -75
  60. package/dist/collection/components/tab-switch/index.js +32 -23
  61. package/dist/collection/components/table/cell/index.js +12 -9
  62. package/dist/collection/components/table/demo/index.js +13 -59
  63. package/dist/collection/components/table/expandable/cell/index.js +100 -95
  64. package/dist/collection/components/table/expandable/row/index.js +85 -79
  65. package/dist/collection/components/table/header/index.js +33 -28
  66. package/dist/collection/components/table/index.js +44 -36
  67. package/dist/collection/components/table/row/index.js +26 -20
  68. package/dist/collection/components/trigger/index.js +174 -166
  69. package/dist/collection/components/trigger-sink/index.js +73 -65
  70. package/dist/collection/components/trigger-source/index.js +71 -63
  71. package/dist/collection/components/tuple/index.js +19 -17
  72. package/dist/collection/components/urlencoded/index.js +22 -20
  73. package/dist/collection/model/Listenable.js +4 -2
  74. package/dist/custom-elements/index.js +67 -25
  75. package/dist/esm/{index-1d438ba2.js → index-3b463176.js} +1 -1
  76. package/dist/esm/{index-4d9efff8.js → index-fcf8bdd3.js} +467 -269
  77. package/dist/esm/index.js +2 -2
  78. package/dist/esm/loader.js +3 -3
  79. package/dist/esm/polyfills/css-shim.js +1 -1
  80. package/dist/esm/smoothly-accordion_53.entry.js +68 -26
  81. package/dist/esm/smoothly-google-font.entry.js +1 -1
  82. package/dist/esm/smoothly-radio-group.entry.js +1 -1
  83. package/dist/esm/smoothly-reorder.entry.js +1 -1
  84. package/dist/esm/smoothly-trigger-sink.entry.js +1 -1
  85. package/dist/esm/smoothly-trigger-source.entry.js +1 -1
  86. package/dist/esm/smoothly.js +3 -3
  87. package/dist/smoothly/index.esm.js +1 -1
  88. package/dist/smoothly/{p-d5d4832d.entry.js → p-0833f25c.entry.js} +1 -1
  89. package/dist/smoothly/{p-919ae3e8.entry.js → p-2bf8c660.entry.js} +1 -1
  90. package/dist/smoothly/{p-8e4e941e.entry.js → p-3bd18eea.entry.js} +1 -1
  91. package/dist/smoothly/p-8ab82f55.entry.js +1 -0
  92. package/dist/smoothly/{p-9bc77fba.entry.js → p-a1c137fc.entry.js} +1 -1
  93. package/dist/smoothly/p-af90d05a.js +2 -0
  94. package/dist/smoothly/{p-76e88859.js → p-e5191036.js} +1 -1
  95. package/dist/smoothly/{p-7a5eda51.entry.js → p-f67259c5.entry.js} +1 -1
  96. package/dist/smoothly/smoothly.esm.js +1 -1
  97. package/dist/types/components/radio-button/item/index.d.ts +2 -0
  98. package/dist/types/components.d.ts +3 -1
  99. package/dist/types/stencil-public-runtime.d.ts +15 -4
  100. package/loader/package.json +1 -0
  101. package/package.json +6 -6
  102. package/dist/smoothly/p-191ee4b8.js +0 -2
  103. package/dist/smoothly/p-78b676aa.entry.js +0 -1
@@ -1,4 +1,4 @@
1
- import { Component, Event, h, Host, Listen, Prop, Watch } from "@stencil/core";
1
+ import { h, Host } from "@stencil/core";
2
2
  export class SmoothlyTab {
3
3
  openChanged() {
4
4
  if (this.expansionElement) {
@@ -15,84 +15,93 @@ export class SmoothlyTab {
15
15
  }
16
16
  }
17
17
  render() {
18
- return (h(Host, null,
19
- h("label", null, this.label),
20
- h("div", { ref: e => (this.expansionElement = e), class: !this.open ? "hide" : "" },
21
- h("slot", null))));
18
+ return (h(Host, null, h("label", null, this.label), h("div", { ref: e => (this.expansionElement = e), class: !this.open ? "hide" : "" }, h("slot", null))));
22
19
  }
23
20
  static get is() { return "smoothly-tab"; }
24
21
  static get encapsulation() { return "scoped"; }
25
- static get originalStyleUrls() { return {
26
- "$": ["style.css"]
27
- }; }
28
- static get styleUrls() { return {
29
- "$": ["style.css"]
30
- }; }
31
- static get properties() { return {
32
- "label": {
33
- "type": "string",
34
- "mutable": false,
35
- "complexType": {
36
- "original": "string",
37
- "resolved": "string",
38
- "references": {}
39
- },
40
- "required": false,
41
- "optional": false,
42
- "docs": {
43
- "tags": [],
44
- "text": ""
45
- },
46
- "attribute": "label",
47
- "reflect": false
48
- },
49
- "open": {
50
- "type": "boolean",
51
- "mutable": true,
52
- "complexType": {
53
- "original": "boolean",
54
- "resolved": "boolean",
55
- "references": {}
56
- },
57
- "required": false,
58
- "optional": false,
59
- "docs": {
60
- "tags": [],
61
- "text": ""
62
- },
63
- "attribute": "open",
64
- "reflect": true
65
- }
66
- }; }
67
- static get events() { return [{
68
- "method": "expansionOpen",
69
- "name": "expansionOpen",
70
- "bubbles": true,
71
- "cancelable": true,
72
- "composed": true,
73
- "docs": {
74
- "tags": [],
75
- "text": ""
22
+ static get originalStyleUrls() {
23
+ return {
24
+ "$": ["style.css"]
25
+ };
26
+ }
27
+ static get styleUrls() {
28
+ return {
29
+ "$": ["style.css"]
30
+ };
31
+ }
32
+ static get properties() {
33
+ return {
34
+ "label": {
35
+ "type": "string",
36
+ "mutable": false,
37
+ "complexType": {
38
+ "original": "string",
39
+ "resolved": "string",
40
+ "references": {}
41
+ },
42
+ "required": false,
43
+ "optional": false,
44
+ "docs": {
45
+ "tags": [],
46
+ "text": ""
47
+ },
48
+ "attribute": "label",
49
+ "reflect": false
76
50
  },
77
- "complexType": {
78
- "original": "HTMLElement",
79
- "resolved": "HTMLElement",
80
- "references": {
81
- "HTMLElement": {
82
- "location": "global"
51
+ "open": {
52
+ "type": "boolean",
53
+ "mutable": true,
54
+ "complexType": {
55
+ "original": "boolean",
56
+ "resolved": "boolean",
57
+ "references": {}
58
+ },
59
+ "required": false,
60
+ "optional": false,
61
+ "docs": {
62
+ "tags": [],
63
+ "text": ""
64
+ },
65
+ "attribute": "open",
66
+ "reflect": true
67
+ }
68
+ };
69
+ }
70
+ static get events() {
71
+ return [{
72
+ "method": "expansionOpen",
73
+ "name": "expansionOpen",
74
+ "bubbles": true,
75
+ "cancelable": true,
76
+ "composed": true,
77
+ "docs": {
78
+ "tags": [],
79
+ "text": ""
80
+ },
81
+ "complexType": {
82
+ "original": "HTMLElement",
83
+ "resolved": "HTMLElement",
84
+ "references": {
85
+ "HTMLElement": {
86
+ "location": "global"
87
+ }
83
88
  }
84
89
  }
85
- }
86
- }]; }
87
- static get watchers() { return [{
88
- "propName": "open",
89
- "methodName": "openChanged"
90
- }]; }
91
- static get listeners() { return [{
92
- "name": "click",
93
- "method": "onClick",
94
- "target": undefined,
95
- "capture": false,
96
- "passive": false
97
- }]; }
90
+ }];
91
+ }
92
+ static get watchers() {
93
+ return [{
94
+ "propName": "open",
95
+ "methodName": "openChanged"
96
+ }];
97
+ }
98
+ static get listeners() {
99
+ return [{
100
+ "name": "click",
101
+ "method": "onClick",
102
+ "target": undefined,
103
+ "capture": false,
104
+ "passive": false
105
+ }];
106
+ }
98
107
  }
@@ -1,4 +1,4 @@
1
- import { Component, Element, h, Host, Listen, State, Watch } from "@stencil/core";
1
+ import { h, Host } from "@stencil/core";
2
2
  export class SmoothlyTabSwitch {
3
3
  openChanged(event) {
4
4
  event.stopPropagation();
@@ -11,30 +11,39 @@ export class SmoothlyTabSwitch {
11
11
  old.open = false;
12
12
  }
13
13
  render() {
14
- return (h(Host, null,
15
- h("slot", null)));
14
+ return (h(Host, null, h("slot", null)));
16
15
  }
17
16
  static get is() { return "smoothly-tab-switch"; }
18
17
  static get encapsulation() { return "scoped"; }
19
- static get originalStyleUrls() { return {
20
- "$": ["style.css"]
21
- }; }
22
- static get styleUrls() { return {
23
- "$": ["style.css"]
24
- }; }
25
- static get states() { return {
26
- "selectedElement": {}
27
- }; }
18
+ static get originalStyleUrls() {
19
+ return {
20
+ "$": ["style.css"]
21
+ };
22
+ }
23
+ static get styleUrls() {
24
+ return {
25
+ "$": ["style.css"]
26
+ };
27
+ }
28
+ static get states() {
29
+ return {
30
+ "selectedElement": {}
31
+ };
32
+ }
28
33
  static get elementRef() { return "element"; }
29
- static get watchers() { return [{
30
- "propName": "selectedElement",
31
- "methodName": "onSelectedChange"
32
- }]; }
33
- static get listeners() { return [{
34
- "name": "expansionOpen",
35
- "method": "openChanged",
36
- "target": undefined,
37
- "capture": false,
38
- "passive": false
39
- }]; }
34
+ static get watchers() {
35
+ return [{
36
+ "propName": "selectedElement",
37
+ "methodName": "onSelectedChange"
38
+ }];
39
+ }
40
+ static get listeners() {
41
+ return [{
42
+ "name": "expansionOpen",
43
+ "method": "openChanged",
44
+ "target": undefined,
45
+ "capture": false,
46
+ "passive": false
47
+ }];
48
+ }
40
49
  }
@@ -1,15 +1,18 @@
1
- import { Component, h, Host } from "@stencil/core";
1
+ import { h, Host } from "@stencil/core";
2
2
  export class TableCell {
3
3
  render() {
4
- return (h(Host, null,
5
- h("slot", null)));
4
+ return (h(Host, null, h("slot", null)));
6
5
  }
7
6
  static get is() { return "smoothly-table-cell"; }
8
7
  static get encapsulation() { return "scoped"; }
9
- static get originalStyleUrls() { return {
10
- "$": ["style.css"]
11
- }; }
12
- static get styleUrls() { return {
13
- "$": ["style.css"]
14
- }; }
8
+ static get originalStyleUrls() {
9
+ return {
10
+ "$": ["style.css"]
11
+ };
12
+ }
13
+ static get styleUrls() {
14
+ return {
15
+ "$": ["style.css"]
16
+ };
17
+ }
15
18
  }
@@ -1,67 +1,21 @@
1
- import { Component, h } from "@stencil/core";
1
+ import { h } from "@stencil/core";
2
2
  export class TableDemo {
3
3
  render() {
4
4
  return [
5
- h("smoothly-table", null,
6
- h("smoothly-table-row", null,
7
- h("smoothly-table-header", null, "Header A"),
8
- h("smoothly-table-header", null, "Header B"),
9
- h("smoothly-table-header", null, "Header C"),
10
- h("smoothly-table-header", null, "Header D")),
11
- h("smoothly-table-row", null,
12
- h("smoothly-table-expandable-cell", null,
13
- "normal row (exp.cell)",
14
- h("div", { slot: "detail" }, "expandable cell 1 content")),
15
- h("smoothly-table-expandable-cell", null,
16
- "expandable cell",
17
- h("div", { slot: "detail" }, "expandable cell 2 content")),
18
- h("smoothly-table-expandable-cell", null,
19
- "expandable cell",
20
- h("div", { slot: "detail" }, "expandable cell 3 content")),
21
- h("smoothly-table-expandable-cell", null,
22
- "expandable cell",
23
- h("div", { slot: "detail" }, "expandable cell 4 content"))),
24
- h("smoothly-table-row", null,
25
- h("smoothly-table-cell", null, "normal row (nor.cell)\""),
26
- h("smoothly-table-cell", null, "normal cell"),
27
- h("smoothly-table-expandable-cell", null,
28
- "expandable cell",
29
- h("div", { slot: "detail" }, "expandable cell details.")),
30
- h("smoothly-table-expandable-cell", null,
31
- "expandable cell",
32
- h("div", { slot: "detail" }, "expandable cell details."))),
33
- h("smoothly-table-expandable-row", null,
34
- h("smoothly-table-cell", null, "expandable row (nor.cell)"),
35
- h("smoothly-table-cell", null, "Normal cell"),
36
- h("smoothly-table-cell", null, "normal cell"),
37
- h("smoothly-table-cell", null, "Normal cell"),
38
- h("div", { slot: "detail" }, "expandable row content"))),
39
- h("smoothly-table", null,
40
- h("smoothly-table-row", null,
41
- h("smoothly-table-header", null, "Header A")),
42
- h("smoothly-table-expandable-row", null,
43
- h("smoothly-table-cell", null, "A Content"),
44
- h("div", { slot: "detail" },
45
- h("smoothly-tab-switch", null,
46
- h("smoothly-tab", { label: "innertable 1", open: true },
47
- h("smoothly-table", null,
48
- h("smoothly-table-row", null,
49
- h("smoothly-table-header", null, "Header B")),
50
- h("smoothly-table-expandable-row", null, "B Content"))),
51
- h("smoothly-tab", { label: "innertable 2" },
52
- h("smoothly-table", null,
53
- h("smoothly-table-row", null,
54
- h("smoothly-table-header", null, "Header C")),
55
- h("smoothly-table-expandable-row", null,
56
- h("smoothly-table-cell", null, "C Content")))))))),
5
+ h("smoothly-table", null, h("smoothly-table-row", null, h("smoothly-table-header", null, "Header A"), h("smoothly-table-header", null, "Header B"), h("smoothly-table-header", null, "Header C"), h("smoothly-table-header", null, "Header D")), h("smoothly-table-row", null, h("smoothly-table-expandable-cell", null, "normal row (exp.cell)", h("div", { slot: "detail" }, "expandable cell 1 content")), h("smoothly-table-expandable-cell", null, "expandable cell", h("div", { slot: "detail" }, "expandable cell 2 content")), h("smoothly-table-expandable-cell", null, "expandable cell", h("div", { slot: "detail" }, "expandable cell 3 content")), h("smoothly-table-expandable-cell", null, "expandable cell", h("div", { slot: "detail" }, "expandable cell 4 content"))), h("smoothly-table-row", null, h("smoothly-table-cell", null, "normal row (nor.cell)\""), h("smoothly-table-cell", null, "normal cell"), h("smoothly-table-expandable-cell", null, "expandable cell", h("div", { slot: "detail" }, "expandable cell details.")), h("smoothly-table-expandable-cell", null, "expandable cell", h("div", { slot: "detail" }, "expandable cell details."))), h("smoothly-table-expandable-row", null, h("smoothly-table-cell", null, "expandable row (nor.cell)"), h("smoothly-table-cell", null, "Normal cell"), h("smoothly-table-cell", null, "normal cell"), h("smoothly-table-cell", null, "Normal cell"), h("div", { slot: "detail" }, "expandable row content"))),
6
+ h("smoothly-table", null, h("smoothly-table-row", null, h("smoothly-table-header", null, "Header A")), h("smoothly-table-expandable-row", null, h("smoothly-table-cell", null, "A Content"), h("div", { slot: "detail" }, h("smoothly-tab-switch", null, h("smoothly-tab", { label: "innertable 1", open: true }, h("smoothly-table", null, h("smoothly-table-row", null, h("smoothly-table-header", null, "Header B")), h("smoothly-table-expandable-row", null, "B Content"))), h("smoothly-tab", { label: "innertable 2" }, h("smoothly-table", null, h("smoothly-table-row", null, h("smoothly-table-header", null, "Header C")), h("smoothly-table-expandable-row", null, h("smoothly-table-cell", null, "C Content")))))))),
57
7
  ];
58
8
  }
59
9
  static get is() { return "smoothly-table-demo"; }
60
10
  static get encapsulation() { return "scoped"; }
61
- static get originalStyleUrls() { return {
62
- "$": ["style.css"]
63
- }; }
64
- static get styleUrls() { return {
65
- "$": ["style.css"]
66
- }; }
11
+ static get originalStyleUrls() {
12
+ return {
13
+ "$": ["style.css"]
14
+ };
15
+ }
16
+ static get styleUrls() {
17
+ return {
18
+ "$": ["style.css"]
19
+ };
20
+ }
67
21
  }
@@ -1,4 +1,4 @@
1
- import { Component, Element, Event, h, Host, Listen, Prop, Watch } from "@stencil/core";
1
+ import { h, Host } from "@stencil/core";
2
2
  export class TableExpandableCell {
3
3
  constructor() {
4
4
  this.align = "left";
@@ -23,105 +23,110 @@ export class TableExpandableCell {
23
23
  }
24
24
  }
25
25
  render() {
26
- return (h(Host, { style: { textAlign: this.align } },
27
- h("aside", null,
28
- h("smoothly-icon", { name: "chevron-forward", size: "tiny" }),
29
- h("slot", null)),
30
- h("tr", { ref: e => (this.expansionElement = e) },
31
- h("td", { colSpan: 999, class: !this.open ? "hide" : "" },
32
- h("div", { class: "slot-detail" },
33
- h("slot", { name: "detail" }))))));
26
+ return (h(Host, { style: { textAlign: this.align } }, h("aside", null, h("smoothly-icon", { name: "chevron-forward", size: "tiny" }), h("slot", null)), h("tr", { ref: e => (this.expansionElement = e) }, h("td", { colSpan: 999, class: !this.open ? "hide" : "" }, h("div", { class: "slot-detail" }, h("slot", { name: "detail" }))))));
34
27
  }
35
28
  static get is() { return "smoothly-table-expandable-cell"; }
36
29
  static get encapsulation() { return "scoped"; }
37
- static get originalStyleUrls() { return {
38
- "$": ["style.css"]
39
- }; }
40
- static get styleUrls() { return {
41
- "$": ["style.css"]
42
- }; }
43
- static get properties() { return {
44
- "align": {
45
- "type": "string",
46
- "mutable": false,
47
- "complexType": {
48
- "original": "\"left\" | \"center\" | \"right\"",
49
- "resolved": "\"center\" | \"left\" | \"right\"",
50
- "references": {}
51
- },
52
- "required": false,
53
- "optional": false,
54
- "docs": {
55
- "tags": [],
56
- "text": ""
57
- },
58
- "attribute": "align",
59
- "reflect": false,
60
- "defaultValue": "\"left\""
61
- },
62
- "open": {
63
- "type": "boolean",
64
- "mutable": true,
65
- "complexType": {
66
- "original": "boolean",
67
- "resolved": "boolean",
68
- "references": {}
69
- },
70
- "required": false,
71
- "optional": false,
72
- "docs": {
73
- "tags": [],
74
- "text": ""
75
- },
76
- "attribute": "open",
77
- "reflect": true
78
- }
79
- }; }
80
- static get events() { return [{
81
- "method": "expansionOpen",
82
- "name": "expansionOpen",
83
- "bubbles": true,
84
- "cancelable": true,
85
- "composed": true,
86
- "docs": {
87
- "tags": [],
88
- "text": ""
30
+ static get originalStyleUrls() {
31
+ return {
32
+ "$": ["style.css"]
33
+ };
34
+ }
35
+ static get styleUrls() {
36
+ return {
37
+ "$": ["style.css"]
38
+ };
39
+ }
40
+ static get properties() {
41
+ return {
42
+ "align": {
43
+ "type": "string",
44
+ "mutable": false,
45
+ "complexType": {
46
+ "original": "\"left\" | \"center\" | \"right\"",
47
+ "resolved": "\"center\" | \"left\" | \"right\"",
48
+ "references": {}
49
+ },
50
+ "required": false,
51
+ "optional": false,
52
+ "docs": {
53
+ "tags": [],
54
+ "text": ""
55
+ },
56
+ "attribute": "align",
57
+ "reflect": false,
58
+ "defaultValue": "\"left\""
89
59
  },
90
- "complexType": {
91
- "original": "HTMLElement",
92
- "resolved": "HTMLElement",
93
- "references": {
94
- "HTMLElement": {
95
- "location": "global"
60
+ "open": {
61
+ "type": "boolean",
62
+ "mutable": true,
63
+ "complexType": {
64
+ "original": "boolean",
65
+ "resolved": "boolean",
66
+ "references": {}
67
+ },
68
+ "required": false,
69
+ "optional": false,
70
+ "docs": {
71
+ "tags": [],
72
+ "text": ""
73
+ },
74
+ "attribute": "open",
75
+ "reflect": true
76
+ }
77
+ };
78
+ }
79
+ static get events() {
80
+ return [{
81
+ "method": "expansionOpen",
82
+ "name": "expansionOpen",
83
+ "bubbles": true,
84
+ "cancelable": true,
85
+ "composed": true,
86
+ "docs": {
87
+ "tags": [],
88
+ "text": ""
89
+ },
90
+ "complexType": {
91
+ "original": "HTMLElement",
92
+ "resolved": "HTMLElement",
93
+ "references": {
94
+ "HTMLElement": {
95
+ "location": "global"
96
+ }
96
97
  }
97
98
  }
98
- }
99
- }, {
100
- "method": "expansionLoad",
101
- "name": "expansionLoad",
102
- "bubbles": true,
103
- "cancelable": true,
104
- "composed": true,
105
- "docs": {
106
- "tags": [],
107
- "text": ""
108
- },
109
- "complexType": {
110
- "original": "void",
111
- "resolved": "void",
112
- "references": {}
113
- }
114
- }]; }
99
+ }, {
100
+ "method": "expansionLoad",
101
+ "name": "expansionLoad",
102
+ "bubbles": true,
103
+ "cancelable": true,
104
+ "composed": true,
105
+ "docs": {
106
+ "tags": [],
107
+ "text": ""
108
+ },
109
+ "complexType": {
110
+ "original": "void",
111
+ "resolved": "void",
112
+ "references": {}
113
+ }
114
+ }];
115
+ }
115
116
  static get elementRef() { return "element"; }
116
- static get watchers() { return [{
117
- "propName": "open",
118
- "methodName": "openChanged"
119
- }]; }
120
- static get listeners() { return [{
121
- "name": "click",
122
- "method": "onClick",
123
- "target": undefined,
124
- "capture": false,
125
- "passive": false
126
- }]; }
117
+ static get watchers() {
118
+ return [{
119
+ "propName": "open",
120
+ "methodName": "openChanged"
121
+ }];
122
+ }
123
+ static get listeners() {
124
+ return [{
125
+ "name": "click",
126
+ "method": "onClick",
127
+ "target": undefined,
128
+ "capture": false,
129
+ "passive": false
130
+ }];
131
+ }
127
132
  }