@xplortech/apollo-core 1.0.0-beta.7 → 1.0.0-beta.8

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 (137) hide show
  1. package/build/style.css +4 -55
  2. package/dist/apollo-core/apollo-core.css +5 -5
  3. package/dist/apollo-core/apollo-core.esm.js +1 -1
  4. package/dist/apollo-core/p-10f00380.entry.js +1 -0
  5. package/dist/apollo-core/p-26ec64fe.entry.js +1 -0
  6. package/dist/apollo-core/p-2f90296c.js +2 -2
  7. package/dist/apollo-core/p-31acfdb4.entry.js +1 -0
  8. package/dist/apollo-core/p-4184ac44.entry.js +1 -0
  9. package/dist/apollo-core/{p-dad11011.entry.js → p-4fa14839.entry.js} +1 -1
  10. package/dist/apollo-core/p-55b87345.js +2 -0
  11. package/dist/apollo-core/p-63a6c98a.entry.js +1 -0
  12. package/dist/apollo-core/p-68c33b77.entry.js +1 -0
  13. package/dist/apollo-core/{p-a7cc4114.entry.js → p-78d07caf.entry.js} +1 -1
  14. package/dist/apollo-core/p-796957d3.entry.js +1 -0
  15. package/dist/apollo-core/p-88160d68.entry.js +1 -0
  16. package/dist/apollo-core/p-9ec318bb.entry.js +1 -0
  17. package/dist/apollo-core/p-a2a34e44.entry.js +1 -0
  18. package/dist/apollo-core/p-beea2502.entry.js +1 -0
  19. package/dist/apollo-core/p-d499e43f.entry.js +1 -0
  20. package/dist/apollo-core/{p-c8af4ed6.entry.js → p-d8a3d94c.entry.js} +1 -1
  21. package/dist/apollo-core/p-e047b446.entry.js +1 -0
  22. package/dist/cjs/apollo-core.cjs.js +6 -2
  23. package/dist/cjs/{index-acf3dd7a.js → index-2ab4832e.js} +592 -215
  24. package/dist/cjs/loader.cjs.js +3 -2
  25. package/dist/cjs/xpl-application-shell.cjs.entry.js +2 -13
  26. package/dist/cjs/xpl-avatar_12.cjs.entry.js +72 -38
  27. package/dist/cjs/xpl-backdrop.cjs.entry.js +1 -5
  28. package/dist/cjs/xpl-button-row.cjs.entry.js +4 -1
  29. package/dist/cjs/xpl-choicelist.cjs.entry.js +8 -1
  30. package/dist/cjs/xpl-divider.cjs.entry.js +2 -1
  31. package/dist/cjs/xpl-dropdown-group_3.cjs.entry.js +7 -1
  32. package/dist/cjs/xpl-dropdown_2.cjs.entry.js +8 -9
  33. package/dist/cjs/xpl-grid-item.cjs.entry.js +1 -1
  34. package/dist/cjs/xpl-grid.cjs.entry.js +1 -1
  35. package/dist/cjs/xpl-input.cjs.entry.js +615 -501
  36. package/dist/cjs/xpl-list.cjs.entry.js +1 -23
  37. package/dist/cjs/xpl-main-nav.cjs.entry.js +1 -4
  38. package/dist/cjs/xpl-pagination.cjs.entry.js +5 -2
  39. package/dist/cjs/xpl-select.cjs.entry.js +7 -22
  40. package/dist/cjs/xpl-toggle.cjs.entry.js +7 -4
  41. package/dist/collection/collection-manifest.json +2 -2
  42. package/dist/collection/components/xpl-application-shell/xpl-application-shell.js +118 -132
  43. package/dist/collection/components/xpl-avatar/xpl-avatar.js +150 -144
  44. package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +26 -28
  45. package/dist/collection/components/xpl-badge/xpl-badge.js +43 -39
  46. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +2 -5
  47. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +2 -5
  48. package/dist/collection/components/xpl-button/xpl-button.js +204 -205
  49. package/dist/collection/components/xpl-button-row/xpl-button-row.js +105 -104
  50. package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +181 -171
  51. package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +133 -126
  52. package/dist/collection/components/xpl-content-area/xpl-content-area.js +27 -31
  53. package/dist/collection/components/xpl-divider/xpl-divider.js +26 -23
  54. package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +46 -42
  55. package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +26 -22
  56. package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +60 -54
  57. package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +170 -167
  58. package/dist/collection/components/xpl-grid/xpl-grid.js +1 -1
  59. package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +75 -74
  60. package/dist/collection/components/xpl-input/xpl-input.js +404 -417
  61. package/dist/collection/components/xpl-list/xpl-list.js +42 -75
  62. package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +47 -54
  63. package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +47 -49
  64. package/dist/collection/components/xpl-pagination/xpl-pagination.js +116 -128
  65. package/dist/collection/components/xpl-radio/xpl-radio.js +157 -148
  66. package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js +2 -4
  67. package/dist/collection/components/xpl-select/xpl-select.js +212 -238
  68. package/dist/collection/components/xpl-table/xpl-table.js +168 -151
  69. package/dist/collection/components/xpl-tag/xpl-tag.js +24 -25
  70. package/dist/collection/components/xpl-toggle/xpl-toggle.js +137 -135
  71. package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +73 -70
  72. package/dist/custom-elements/index.js +756 -641
  73. package/dist/esm/apollo-core.js +3 -2
  74. package/dist/esm/{index-e3c4bb97.js → index-392b5b96.js} +592 -216
  75. package/dist/esm/loader.js +3 -2
  76. package/dist/esm/polyfills/css-shim.js +1 -1
  77. package/dist/esm/xpl-application-shell.entry.js +2 -13
  78. package/dist/esm/xpl-avatar_12.entry.js +72 -38
  79. package/dist/esm/xpl-backdrop.entry.js +1 -5
  80. package/dist/esm/xpl-button-row.entry.js +4 -1
  81. package/dist/esm/xpl-choicelist.entry.js +8 -1
  82. package/dist/esm/xpl-divider.entry.js +2 -1
  83. package/dist/esm/xpl-dropdown-group_3.entry.js +7 -1
  84. package/dist/esm/xpl-dropdown_2.entry.js +8 -9
  85. package/dist/esm/xpl-grid-item.entry.js +1 -1
  86. package/dist/esm/xpl-grid.entry.js +1 -1
  87. package/dist/esm/xpl-input.entry.js +615 -501
  88. package/dist/esm/xpl-list.entry.js +1 -23
  89. package/dist/esm/xpl-main-nav.entry.js +1 -4
  90. package/dist/esm/xpl-pagination.entry.js +5 -2
  91. package/dist/esm/xpl-select.entry.js +7 -22
  92. package/dist/esm/xpl-toggle.entry.js +7 -4
  93. package/dist/types/components/xpl-dropdown/dropdownoption.d.ts +1 -1
  94. package/dist/types/components/xpl-table/xpl-table.d.ts +2 -0
  95. package/dist/types/components.d.ts +47 -11
  96. package/dist/types/stencil-public-runtime.d.ts +85 -11
  97. package/loader/index.d.ts +9 -1
  98. package/loader/package.json +1 -0
  99. package/package.json +1 -1
  100. package/dist/apollo-core/p-25f84d39.entry.js +0 -1
  101. package/dist/apollo-core/p-2ce2fe5c.entry.js +0 -1
  102. package/dist/apollo-core/p-3ff1ff38.entry.js +0 -1
  103. package/dist/apollo-core/p-63dd9a65.entry.js +0 -1
  104. package/dist/apollo-core/p-6c3c1e3d.entry.js +0 -1
  105. package/dist/apollo-core/p-81a6ce4c.entry.js +0 -1
  106. package/dist/apollo-core/p-918b0731.entry.js +0 -1
  107. package/dist/apollo-core/p-a43e2d1f.entry.js +0 -1
  108. package/dist/apollo-core/p-b6d1b135.entry.js +0 -1
  109. package/dist/apollo-core/p-bc0ebed2.entry.js +0 -1
  110. package/dist/apollo-core/p-d4aa2fa9.js +0 -1
  111. package/dist/apollo-core/p-d4e5d3aa.entry.js +0 -1
  112. package/dist/apollo-core/p-db74c99c.entry.js +0 -1
  113. package/dist/apollo-core/p-ee16942f.entry.js +0 -1
  114. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/application-shell.stories.d.ts +0 -0
  115. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/avatar.stories.d.ts +0 -0
  116. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/backdrop.stories.d.ts +0 -0
  117. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/badge.stories.d.ts +0 -0
  118. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/breadcrumbs.stories.d.ts +0 -0
  119. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/button-row.stories.d.ts +0 -0
  120. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/button.stories.d.ts +0 -0
  121. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/checkbox.stories.d.ts +0 -0
  122. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/choicelist.stories.d.ts +0 -0
  123. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/content-area.stories.d.ts +0 -0
  124. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/divider.stories.d.ts +0 -0
  125. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/dropdown.stories.d.ts +0 -0
  126. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/grid.stories.d.ts +0 -0
  127. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/input.stories.d.ts +0 -0
  128. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/list.stories.d.ts +0 -0
  129. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/main-nav.stories.d.ts +0 -0
  130. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/pagination.stories.d.ts +0 -0
  131. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/radio.stories.d.ts +0 -0
  132. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/secondary-nav.stories.d.ts +0 -0
  133. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/select.stories.d.ts +0 -0
  134. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/table.stories.d.ts +0 -0
  135. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/tabs.stories.d.ts +0 -0
  136. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/toggle.stories.d.ts +0 -0
  137. /package/dist/types/Users/{roc/Sites → fernandogelin/Xplor}/apollo/.stencil/stories/utility-bar.stories.d.ts +0 -0
@@ -1,117 +1,118 @@
1
- import { Component, Host, h, Prop, Event } from '@stencil/core';
1
+ import { Host, h } from '@stencil/core';
2
2
  export class XplButtonRow {
3
3
  constructor() {
4
4
  this.onPrimary = () => this.clickPrimary.emit();
5
5
  this.onSecondary = () => this.clickSecondary.emit();
6
6
  this.onTertiary = () => this.clickTertiary.emit();
7
+ this.primary = undefined;
8
+ this.secondary = undefined;
9
+ this.tertiary = undefined;
7
10
  }
8
11
  render() {
9
- return (h(Host, { class: "xpl-button-row" },
10
- h("div", { class: "xpl-button-row-inner" },
11
- h("div", { class: "xpl-button-row__left" }, this.secondary && (h("xpl-button", { variant: "secondary", type: "button", onClick: this.onSecondary }, this.secondary))),
12
- h("div", { class: "xpl-button-row__right" },
13
- this.tertiary && (h("xpl-button", { variant: "subtle", type: "button", onClick: this.onTertiary }, this.tertiary)),
14
- this.secondary && (h("xpl-button", { variant: "secondary", type: "button", onClick: this.onSecondary }, this.secondary)),
15
- this.primary && (h("xpl-button", { class: "xpl-button-row__primary", onClick: this.onPrimary }, this.primary))))));
12
+ return (h(Host, { class: "xpl-button-row" }, h("div", { class: "xpl-button-row-inner" }, h("div", { class: "xpl-button-row__left" }, this.secondary && (h("xpl-button", { variant: "secondary", type: "button", onClick: this.onSecondary }, this.secondary))), h("div", { class: "xpl-button-row__right" }, this.tertiary && (h("xpl-button", { variant: "subtle", type: "button", onClick: this.onTertiary }, this.tertiary)), this.secondary && (h("xpl-button", { variant: "secondary", type: "button", onClick: this.onSecondary }, this.secondary)), this.primary && (h("xpl-button", { class: "xpl-button-row__primary", onClick: this.onPrimary }, this.primary))))));
16
13
  }
17
14
  static get is() { return "xpl-button-row"; }
18
- static get properties() { return {
19
- "primary": {
20
- "type": "string",
21
- "mutable": false,
22
- "complexType": {
23
- "original": "'string'",
24
- "resolved": "\"string\"",
25
- "references": {}
15
+ static get properties() {
16
+ return {
17
+ "primary": {
18
+ "type": "string",
19
+ "mutable": false,
20
+ "complexType": {
21
+ "original": "'string'",
22
+ "resolved": "\"string\"",
23
+ "references": {}
24
+ },
25
+ "required": false,
26
+ "optional": false,
27
+ "docs": {
28
+ "tags": [],
29
+ "text": "The text for the primary button."
30
+ },
31
+ "attribute": "primary",
32
+ "reflect": false
26
33
  },
27
- "required": false,
28
- "optional": false,
29
- "docs": {
30
- "tags": [],
31
- "text": "The text for the primary button."
34
+ "secondary": {
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": "The text for the secondary button. If left\nempty, will not render a secondary button."
47
+ },
48
+ "attribute": "secondary",
49
+ "reflect": false
32
50
  },
33
- "attribute": "primary",
34
- "reflect": false
35
- },
36
- "secondary": {
37
- "type": "string",
38
- "mutable": false,
39
- "complexType": {
40
- "original": "'string'",
41
- "resolved": "\"string\"",
42
- "references": {}
43
- },
44
- "required": false,
45
- "optional": false,
46
- "docs": {
47
- "tags": [],
48
- "text": "The text for the secondary button. If left\nempty, will not render a secondary button."
49
- },
50
- "attribute": "secondary",
51
- "reflect": false
52
- },
53
- "tertiary": {
54
- "type": "string",
55
- "mutable": false,
56
- "complexType": {
57
- "original": "'string'",
58
- "resolved": "\"string\"",
59
- "references": {}
60
- },
61
- "required": false,
62
- "optional": false,
63
- "docs": {
64
- "tags": [],
65
- "text": "The text for the tertiary button. If left\nempty, will not render a secondary button."
66
- },
67
- "attribute": "tertiary",
68
- "reflect": false
69
- }
70
- }; }
71
- static get events() { return [{
72
- "method": "clickPrimary",
73
- "name": "clickPrimary",
74
- "bubbles": true,
75
- "cancelable": true,
76
- "composed": true,
77
- "docs": {
78
- "tags": [],
79
- "text": "Fires on the primary button.\nIf not set, the button can act as a standard\nsubmit button for a form."
80
- },
81
- "complexType": {
82
- "original": "any",
83
- "resolved": "any",
84
- "references": {}
51
+ "tertiary": {
52
+ "type": "string",
53
+ "mutable": false,
54
+ "complexType": {
55
+ "original": "'string'",
56
+ "resolved": "\"string\"",
57
+ "references": {}
58
+ },
59
+ "required": false,
60
+ "optional": false,
61
+ "docs": {
62
+ "tags": [],
63
+ "text": "The text for the tertiary button. If left\nempty, will not render a secondary button."
64
+ },
65
+ "attribute": "tertiary",
66
+ "reflect": false
85
67
  }
86
- }, {
87
- "method": "clickSecondary",
88
- "name": "clickSecondary",
89
- "bubbles": true,
90
- "cancelable": true,
91
- "composed": true,
92
- "docs": {
93
- "tags": [],
94
- "text": "Adds an event listener to the secondary button."
95
- },
96
- "complexType": {
97
- "original": "any",
98
- "resolved": "any",
99
- "references": {}
100
- }
101
- }, {
102
- "method": "clickTertiary",
103
- "name": "clickTertiary",
104
- "bubbles": true,
105
- "cancelable": true,
106
- "composed": true,
107
- "docs": {
108
- "tags": [],
109
- "text": "Adds an event listener to the tertiary button."
110
- },
111
- "complexType": {
112
- "original": "any",
113
- "resolved": "any",
114
- "references": {}
115
- }
116
- }]; }
68
+ };
69
+ }
70
+ static get events() {
71
+ return [{
72
+ "method": "clickPrimary",
73
+ "name": "clickPrimary",
74
+ "bubbles": true,
75
+ "cancelable": true,
76
+ "composed": true,
77
+ "docs": {
78
+ "tags": [],
79
+ "text": "Fires on the primary button.\nIf not set, the button can act as a standard\nsubmit button for a form."
80
+ },
81
+ "complexType": {
82
+ "original": "any",
83
+ "resolved": "any",
84
+ "references": {}
85
+ }
86
+ }, {
87
+ "method": "clickSecondary",
88
+ "name": "clickSecondary",
89
+ "bubbles": true,
90
+ "cancelable": true,
91
+ "composed": true,
92
+ "docs": {
93
+ "tags": [],
94
+ "text": "Adds an event listener to the secondary button."
95
+ },
96
+ "complexType": {
97
+ "original": "any",
98
+ "resolved": "any",
99
+ "references": {}
100
+ }
101
+ }, {
102
+ "method": "clickTertiary",
103
+ "name": "clickTertiary",
104
+ "bubbles": true,
105
+ "cancelable": true,
106
+ "composed": true,
107
+ "docs": {
108
+ "tags": [],
109
+ "text": "Adds an event listener to the tertiary button."
110
+ },
111
+ "complexType": {
112
+ "original": "any",
113
+ "resolved": "any",
114
+ "references": {}
115
+ }
116
+ }];
117
+ }
117
118
  }
@@ -1,7 +1,15 @@
1
- import { Component, Host, h, Prop, State, Event, } from '@stencil/core';
1
+ import { Host, h, } from '@stencil/core';
2
2
  import { v4 as uuid } from 'uuid';
3
3
  export class XplCheckbox {
4
4
  constructor() {
5
+ this.checked = undefined;
6
+ this.description = undefined;
7
+ this.disabled = undefined;
8
+ this.indeterminate = undefined;
9
+ this.name = undefined;
10
+ this.required = undefined;
11
+ this.styled = undefined;
12
+ this.value = undefined;
5
13
  this.id = uuid();
6
14
  }
7
15
  render() {
@@ -9,177 +17,179 @@ export class XplCheckbox {
9
17
  'xpl-checkbox-radio-container': true,
10
18
  styled: this.styled,
11
19
  disabled: this.disabled,
12
- } },
13
- h("input", { class: "xpl-checkbox", type: "checkbox", checked: this.checked, disabled: this.disabled, id: this.id, indeterminate: this.indeterminate, onChange: () => this.checkboxChange.emit(this.input.checked), name: this.name, ref: (el) => (this.input = el), required: this.required, value: this.value }),
14
- h("label", { class: {
15
- 'xpl-label': true,
16
- 'xpl-label--disabled': this.disabled,
17
- }, htmlFor: this.id },
18
- h("slot", null),
19
- this.description && (h("small", { class: {
20
- 'xpl-description': true,
21
- 'xpl-description--disabled': this.disabled,
22
- } }, this.description)))));
20
+ } }, h("input", { class: "xpl-checkbox", type: "checkbox", checked: this.checked, disabled: this.disabled, id: this.id, indeterminate: this.indeterminate, onChange: () => this.checkboxChange.emit(this.input.checked), name: this.name, ref: (el) => (this.input = el), required: this.required, value: this.value }), h("label", { class: {
21
+ 'xpl-label': true,
22
+ 'xpl-label--disabled': this.disabled,
23
+ }, htmlFor: this.id }, h("slot", null), this.description && (h("small", { class: {
24
+ 'xpl-description': true,
25
+ 'xpl-description--disabled': this.disabled,
26
+ } }, this.description)))));
23
27
  }
24
28
  static get is() { return "xpl-checkbox"; }
25
- static get properties() { return {
26
- "checked": {
27
- "type": "boolean",
28
- "mutable": false,
29
- "complexType": {
30
- "original": "boolean",
31
- "resolved": "boolean",
32
- "references": {}
33
- },
34
- "required": false,
35
- "optional": true,
36
- "docs": {
37
- "tags": [],
38
- "text": ""
39
- },
40
- "attribute": "checked",
41
- "reflect": false
42
- },
43
- "description": {
44
- "type": "string",
45
- "mutable": false,
46
- "complexType": {
47
- "original": "string",
48
- "resolved": "string",
49
- "references": {}
50
- },
51
- "required": false,
52
- "optional": true,
53
- "docs": {
54
- "tags": [],
55
- "text": ""
56
- },
57
- "attribute": "description",
58
- "reflect": false
59
- },
60
- "disabled": {
61
- "type": "boolean",
62
- "mutable": false,
63
- "complexType": {
64
- "original": "boolean",
65
- "resolved": "boolean",
66
- "references": {}
67
- },
68
- "required": false,
69
- "optional": true,
70
- "docs": {
71
- "tags": [],
72
- "text": ""
73
- },
74
- "attribute": "disabled",
75
- "reflect": false
76
- },
77
- "indeterminate": {
78
- "type": "boolean",
79
- "mutable": false,
80
- "complexType": {
81
- "original": "boolean",
82
- "resolved": "boolean",
83
- "references": {}
84
- },
85
- "required": false,
86
- "optional": true,
87
- "docs": {
88
- "tags": [],
89
- "text": ""
90
- },
91
- "attribute": "indeterminate",
92
- "reflect": false
93
- },
94
- "name": {
95
- "type": "string",
96
- "mutable": false,
97
- "complexType": {
98
- "original": "string",
99
- "resolved": "string",
100
- "references": {}
101
- },
102
- "required": false,
103
- "optional": true,
104
- "docs": {
105
- "tags": [],
106
- "text": ""
107
- },
108
- "attribute": "name",
109
- "reflect": false
110
- },
111
- "required": {
112
- "type": "boolean",
113
- "mutable": false,
114
- "complexType": {
115
- "original": "boolean",
116
- "resolved": "boolean",
117
- "references": {}
118
- },
119
- "required": false,
120
- "optional": true,
121
- "docs": {
122
- "tags": [],
123
- "text": ""
124
- },
125
- "attribute": "required",
126
- "reflect": false
127
- },
128
- "styled": {
129
- "type": "boolean",
130
- "mutable": false,
131
- "complexType": {
132
- "original": "boolean",
133
- "resolved": "boolean",
134
- "references": {}
135
- },
136
- "required": false,
137
- "optional": true,
138
- "docs": {
139
- "tags": [],
140
- "text": ""
141
- },
142
- "attribute": "styled",
143
- "reflect": false
144
- },
145
- "value": {
146
- "type": "string",
147
- "mutable": false,
148
- "complexType": {
149
- "original": "string",
150
- "resolved": "string",
151
- "references": {}
152
- },
153
- "required": false,
154
- "optional": true,
155
- "docs": {
156
- "tags": [],
157
- "text": ""
158
- },
159
- "attribute": "value",
160
- "reflect": false
161
- }
162
- }; }
163
- static get states() { return {
164
- "id": {}
165
- }; }
166
- static get events() { return [{
167
- "method": "checkboxChange",
168
- "name": "checkboxChange",
169
- "bubbles": true,
170
- "cancelable": true,
171
- "composed": true,
172
- "docs": {
173
- "tags": [{
174
- "text": undefined,
175
- "name": "private"
176
- }],
177
- "text": ""
178
- },
179
- "complexType": {
180
- "original": "any",
181
- "resolved": "any",
182
- "references": {}
29
+ static get properties() {
30
+ return {
31
+ "checked": {
32
+ "type": "boolean",
33
+ "mutable": false,
34
+ "complexType": {
35
+ "original": "boolean",
36
+ "resolved": "boolean",
37
+ "references": {}
38
+ },
39
+ "required": false,
40
+ "optional": true,
41
+ "docs": {
42
+ "tags": [],
43
+ "text": ""
44
+ },
45
+ "attribute": "checked",
46
+ "reflect": false
47
+ },
48
+ "description": {
49
+ "type": "string",
50
+ "mutable": false,
51
+ "complexType": {
52
+ "original": "string",
53
+ "resolved": "string",
54
+ "references": {}
55
+ },
56
+ "required": false,
57
+ "optional": true,
58
+ "docs": {
59
+ "tags": [],
60
+ "text": ""
61
+ },
62
+ "attribute": "description",
63
+ "reflect": false
64
+ },
65
+ "disabled": {
66
+ "type": "boolean",
67
+ "mutable": false,
68
+ "complexType": {
69
+ "original": "boolean",
70
+ "resolved": "boolean",
71
+ "references": {}
72
+ },
73
+ "required": false,
74
+ "optional": true,
75
+ "docs": {
76
+ "tags": [],
77
+ "text": ""
78
+ },
79
+ "attribute": "disabled",
80
+ "reflect": false
81
+ },
82
+ "indeterminate": {
83
+ "type": "boolean",
84
+ "mutable": false,
85
+ "complexType": {
86
+ "original": "boolean",
87
+ "resolved": "boolean",
88
+ "references": {}
89
+ },
90
+ "required": false,
91
+ "optional": true,
92
+ "docs": {
93
+ "tags": [],
94
+ "text": ""
95
+ },
96
+ "attribute": "indeterminate",
97
+ "reflect": false
98
+ },
99
+ "name": {
100
+ "type": "string",
101
+ "mutable": false,
102
+ "complexType": {
103
+ "original": "string",
104
+ "resolved": "string",
105
+ "references": {}
106
+ },
107
+ "required": false,
108
+ "optional": true,
109
+ "docs": {
110
+ "tags": [],
111
+ "text": ""
112
+ },
113
+ "attribute": "name",
114
+ "reflect": false
115
+ },
116
+ "required": {
117
+ "type": "boolean",
118
+ "mutable": false,
119
+ "complexType": {
120
+ "original": "boolean",
121
+ "resolved": "boolean",
122
+ "references": {}
123
+ },
124
+ "required": false,
125
+ "optional": true,
126
+ "docs": {
127
+ "tags": [],
128
+ "text": ""
129
+ },
130
+ "attribute": "required",
131
+ "reflect": false
132
+ },
133
+ "styled": {
134
+ "type": "boolean",
135
+ "mutable": false,
136
+ "complexType": {
137
+ "original": "boolean",
138
+ "resolved": "boolean",
139
+ "references": {}
140
+ },
141
+ "required": false,
142
+ "optional": true,
143
+ "docs": {
144
+ "tags": [],
145
+ "text": ""
146
+ },
147
+ "attribute": "styled",
148
+ "reflect": false
149
+ },
150
+ "value": {
151
+ "type": "string",
152
+ "mutable": false,
153
+ "complexType": {
154
+ "original": "string",
155
+ "resolved": "string",
156
+ "references": {}
157
+ },
158
+ "required": false,
159
+ "optional": true,
160
+ "docs": {
161
+ "tags": [],
162
+ "text": ""
163
+ },
164
+ "attribute": "value",
165
+ "reflect": false
183
166
  }
184
- }]; }
167
+ };
168
+ }
169
+ static get states() {
170
+ return {
171
+ "id": {}
172
+ };
173
+ }
174
+ static get events() {
175
+ return [{
176
+ "method": "checkboxChange",
177
+ "name": "checkboxChange",
178
+ "bubbles": true,
179
+ "cancelable": true,
180
+ "composed": true,
181
+ "docs": {
182
+ "tags": [{
183
+ "name": "private",
184
+ "text": undefined
185
+ }],
186
+ "text": ""
187
+ },
188
+ "complexType": {
189
+ "original": "any",
190
+ "resolved": "any",
191
+ "references": {}
192
+ }
193
+ }];
194
+ }
185
195
  }