@sankhyalabs/ezui 3.0.0 → 3.0.2

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 (230) hide show
  1. package/dist/cjs/ez-actions-button.cjs.entry.js +12 -26
  2. package/dist/cjs/ez-alert.cjs.entry.js +2 -5
  3. package/dist/cjs/ez-application.cjs.entry.js +2 -2
  4. package/dist/cjs/ez-breadcrumb.cjs.entry.js +2 -5
  5. package/dist/cjs/ez-button.cjs.entry.js +6 -8
  6. package/dist/cjs/ez-calendar.cjs.entry.js +2 -14
  7. package/dist/cjs/ez-card-item.cjs.entry.js +3 -2
  8. package/dist/cjs/ez-check.cjs.entry.js +5 -8
  9. package/dist/cjs/ez-chip.cjs.entry.js +8 -11
  10. package/dist/cjs/ez-collapsible-box.cjs.entry.js +4 -20
  11. package/dist/cjs/ez-combo-box.cjs.entry.js +11 -23
  12. package/dist/cjs/ez-date-input.cjs.entry.js +5 -8
  13. package/dist/cjs/ez-date-time-input.cjs.entry.js +5 -11
  14. package/dist/cjs/ez-dialog.cjs.entry.js +7 -9
  15. package/dist/cjs/ez-dropdown.cjs.entry.js +4 -5
  16. package/dist/cjs/ez-file-item.cjs.entry.js +5 -8
  17. package/dist/cjs/ez-filter-input_4.cjs.entry.js +14 -23
  18. package/dist/cjs/ez-form-view.cjs.entry.js +3 -2
  19. package/dist/cjs/ez-form.cjs.entry.js +26 -20
  20. package/dist/cjs/ez-grid.cjs.entry.js +11131 -6779
  21. package/dist/cjs/ez-guide-navigator.cjs.entry.js +3 -11
  22. package/dist/cjs/ez-icon.cjs.entry.js +4 -5
  23. package/dist/cjs/ez-list.cjs.entry.js +4 -15
  24. package/dist/cjs/ez-loading-bar.cjs.entry.js +2 -2
  25. package/dist/cjs/ez-modal-container.cjs.entry.js +8 -5
  26. package/dist/cjs/ez-modal.cjs.entry.js +7 -14
  27. package/dist/cjs/ez-number-input.cjs.entry.js +7 -8
  28. package/dist/cjs/ez-popover.cjs.entry.js +11 -30
  29. package/dist/cjs/ez-popup.cjs.entry.js +3 -14
  30. package/dist/cjs/ez-radio-button.cjs.entry.js +4 -11
  31. package/dist/cjs/ez-search.cjs.entry.js +6 -17
  32. package/dist/cjs/ez-tabselector.cjs.entry.js +6 -2
  33. package/dist/cjs/ez-text-area.cjs.entry.js +5 -14
  34. package/dist/cjs/ez-text-edit.cjs.entry.js +5 -2
  35. package/dist/cjs/ez-text-input.cjs.entry.js +7 -14
  36. package/dist/cjs/ez-time-input.cjs.entry.js +5 -11
  37. package/dist/cjs/ez-toast.cjs.entry.js +3 -11
  38. package/dist/cjs/ez-upload.cjs.entry.js +9 -5
  39. package/dist/cjs/ez-view-stack.cjs.entry.js +2 -2
  40. package/dist/cjs/ezui.cjs.js +6 -2
  41. package/dist/cjs/{index-5e208fa5.js → index-892780f1.js} +588 -248
  42. package/dist/cjs/loader.cjs.js +3 -2
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/ez-actions-button/ez-actions-button.js +248 -256
  45. package/dist/collection/components/ez-alert/ez-alert.js +34 -36
  46. package/dist/collection/components/ez-application/ez-application.js +29 -23
  47. package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.js +61 -60
  48. package/dist/collection/components/ez-button/ez-button.js +159 -159
  49. package/dist/collection/components/ez-calendar/ez-calendar.js +214 -244
  50. package/dist/collection/components/ez-card-item/ez-card-item.js +60 -58
  51. package/dist/collection/components/ez-check/ez-check.js +164 -157
  52. package/dist/collection/components/ez-chip/ez-chip.css +4 -0
  53. package/dist/collection/components/ez-chip/ez-chip.js +192 -188
  54. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js +282 -293
  55. package/dist/collection/components/ez-combo-box/ez-combo-box.js +348 -361
  56. package/dist/collection/components/ez-date-input/ez-date-input.js +213 -207
  57. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +233 -228
  58. package/dist/collection/components/ez-dialog/ez-dialog.js +203 -209
  59. package/dist/collection/components/ez-dropdown/ez-dropdown.js +128 -127
  60. package/dist/collection/components/ez-dropdown/structure/DropdownItem.js +1 -4
  61. package/dist/collection/components/ez-file-item/ez-file-item.js +144 -142
  62. package/dist/collection/components/ez-filter-input/ez-filter-input.js +197 -188
  63. package/dist/collection/components/ez-form/DataBinder.js +12 -6
  64. package/dist/collection/components/ez-form/ez-form.js +191 -177
  65. package/dist/collection/components/ez-form-view/ez-form-view.js +38 -29
  66. package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js +1 -2
  67. package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js +1 -2
  68. package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js +3 -6
  69. package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js +1 -2
  70. package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js +1 -2
  71. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js +1 -2
  72. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js +1 -2
  73. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js +1 -2
  74. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +20 -1
  75. package/dist/collection/components/ez-grid/controller/ag-grid/mock/Server.js +1 -1
  76. package/dist/collection/components/ez-grid/ez-grid.js +366 -352
  77. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js +120 -125
  78. package/dist/collection/components/ez-icon/ez-icon.js +68 -64
  79. package/dist/collection/components/ez-list/ez-list.js +246 -266
  80. package/dist/collection/components/ez-loading-bar/ez-loading-bar.js +49 -42
  81. package/dist/collection/components/ez-modal/ez-modal.js +143 -143
  82. package/dist/collection/components/ez-modal-container/ez-modal-container.js +153 -155
  83. package/dist/collection/components/ez-number-input/ez-number-input.js +246 -233
  84. package/dist/collection/components/ez-popover/ez-popover.js +273 -283
  85. package/dist/collection/components/ez-popup/ez-popup.js +121 -133
  86. package/dist/collection/components/ez-radio-button/ez-radio-button.js +123 -126
  87. package/dist/collection/components/ez-scroller/ez-scroller.js +104 -100
  88. package/dist/collection/components/ez-search/ez-search.js +260 -259
  89. package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.js +30 -25
  90. package/dist/collection/components/ez-tabselector/ez-tabselector.js +115 -106
  91. package/dist/collection/components/ez-text-area/ez-text-area.js +217 -218
  92. package/dist/collection/components/ez-text-edit/ez-text-edit.js +109 -96
  93. package/dist/collection/components/ez-text-input/ez-text-input.js +248 -248
  94. package/dist/collection/components/ez-time-input/ez-time-input.js +227 -223
  95. package/dist/collection/components/ez-toast/ez-toast.js +117 -121
  96. package/dist/collection/components/ez-tree/ez-tree.js +289 -275
  97. package/dist/collection/components/ez-tree/subcomponents/TreeItem.js +7 -11
  98. package/dist/collection/components/ez-upload/ez-upload.js +283 -281
  99. package/dist/collection/components/ez-view-stack/ez-view-stack.js +46 -40
  100. package/dist/custom-elements/index.js +11121 -6945
  101. package/dist/esm/ez-actions-button.entry.js +12 -26
  102. package/dist/esm/ez-alert.entry.js +2 -5
  103. package/dist/esm/ez-application.entry.js +2 -2
  104. package/dist/esm/ez-breadcrumb.entry.js +2 -5
  105. package/dist/esm/ez-button.entry.js +6 -8
  106. package/dist/esm/ez-calendar.entry.js +2 -14
  107. package/dist/esm/ez-card-item.entry.js +3 -2
  108. package/dist/esm/ez-check.entry.js +5 -8
  109. package/dist/esm/ez-chip.entry.js +8 -11
  110. package/dist/esm/ez-collapsible-box.entry.js +4 -20
  111. package/dist/esm/ez-combo-box.entry.js +11 -23
  112. package/dist/esm/ez-date-input.entry.js +5 -8
  113. package/dist/esm/ez-date-time-input.entry.js +5 -11
  114. package/dist/esm/ez-dialog.entry.js +7 -9
  115. package/dist/esm/ez-dropdown.entry.js +4 -5
  116. package/dist/esm/ez-file-item.entry.js +5 -8
  117. package/dist/esm/ez-filter-input_4.entry.js +14 -23
  118. package/dist/esm/ez-form-view.entry.js +3 -2
  119. package/dist/esm/ez-form.entry.js +26 -20
  120. package/dist/esm/ez-grid.entry.js +11131 -6779
  121. package/dist/esm/ez-guide-navigator.entry.js +3 -11
  122. package/dist/esm/ez-icon.entry.js +4 -5
  123. package/dist/esm/ez-list.entry.js +4 -15
  124. package/dist/esm/ez-loading-bar.entry.js +2 -2
  125. package/dist/esm/ez-modal-container.entry.js +8 -5
  126. package/dist/esm/ez-modal.entry.js +7 -14
  127. package/dist/esm/ez-number-input.entry.js +7 -8
  128. package/dist/esm/ez-popover.entry.js +11 -30
  129. package/dist/esm/ez-popup.entry.js +3 -14
  130. package/dist/esm/ez-radio-button.entry.js +4 -11
  131. package/dist/esm/ez-search.entry.js +6 -17
  132. package/dist/esm/ez-tabselector.entry.js +6 -2
  133. package/dist/esm/ez-text-area.entry.js +5 -14
  134. package/dist/esm/ez-text-edit.entry.js +5 -2
  135. package/dist/esm/ez-text-input.entry.js +7 -14
  136. package/dist/esm/ez-time-input.entry.js +5 -11
  137. package/dist/esm/ez-toast.entry.js +3 -11
  138. package/dist/esm/ez-upload.entry.js +9 -5
  139. package/dist/esm/ez-view-stack.entry.js +2 -2
  140. package/dist/esm/ezui.js +3 -2
  141. package/dist/esm/{index-c5203f95.js → index-de655f48.js} +588 -249
  142. package/dist/esm/loader.js +3 -2
  143. package/dist/esm/polyfills/css-shim.js +1 -1
  144. package/dist/ezui/ezui.esm.js +1 -1
  145. package/dist/ezui/p-06b3e801.entry.js +1 -0
  146. package/dist/ezui/p-07b99b94.entry.js +1 -0
  147. package/dist/ezui/p-0c7e81fe.entry.js +1 -0
  148. package/dist/ezui/p-1581fece.entry.js +1 -0
  149. package/dist/ezui/p-1b95836f.entry.js +1 -0
  150. package/dist/ezui/p-36f7ec68.entry.js +1 -0
  151. package/dist/ezui/p-37b4bf04.entry.js +1 -0
  152. package/dist/ezui/p-493e2af4.entry.js +1 -0
  153. package/dist/ezui/p-4bfed869.entry.js +1 -0
  154. package/dist/ezui/p-600f1732.entry.js +1 -0
  155. package/dist/ezui/p-62481744.entry.js +1 -0
  156. package/dist/ezui/p-6818dd0a.entry.js +1 -0
  157. package/dist/ezui/p-695facd0.entry.js +1 -0
  158. package/dist/ezui/p-7ffd12e7.js +2 -0
  159. package/dist/ezui/p-82db6de7.entry.js +1 -0
  160. package/dist/ezui/p-86d29565.entry.js +1 -0
  161. package/dist/ezui/p-8ca4750d.entry.js +1 -0
  162. package/dist/ezui/p-9613fae6.entry.js +1 -0
  163. package/dist/ezui/{p-fc97f773.entry.js → p-a323b415.entry.js} +1 -1
  164. package/dist/ezui/p-a4b281ca.entry.js +1 -0
  165. package/dist/ezui/p-a67e056f.entry.js +1 -0
  166. package/dist/ezui/p-a8c7355e.entry.js +1 -0
  167. package/dist/ezui/p-ada6e6b0.entry.js +1 -0
  168. package/dist/ezui/p-b1e4ccf4.entry.js +1 -0
  169. package/dist/ezui/p-b3c7b243.entry.js +1 -0
  170. package/dist/ezui/p-b405d9b6.entry.js +304 -0
  171. package/dist/ezui/p-b941aeee.entry.js +1 -0
  172. package/dist/ezui/p-c0184982.entry.js +1 -0
  173. package/dist/ezui/p-c1300e84.entry.js +1 -0
  174. package/dist/ezui/p-c98e571a.entry.js +1 -0
  175. package/dist/ezui/p-cc40fcb3.entry.js +1 -0
  176. package/dist/ezui/p-cc5cfcb7.entry.js +1 -0
  177. package/dist/ezui/p-d6dd32b2.entry.js +1 -0
  178. package/dist/ezui/p-db131605.entry.js +1 -0
  179. package/dist/ezui/{p-ba03ac61.entry.js → p-e0d756d9.entry.js} +1 -1
  180. package/dist/ezui/p-eceb9382.entry.js +1 -0
  181. package/dist/ezui/p-f18d39e6.entry.js +1 -0
  182. package/dist/ezui/p-f670bd32.entry.js +1 -0
  183. package/dist/ezui/p-fcf6cf57.entry.js +1 -0
  184. package/dist/ezui/p-fd87638e.entry.js +1 -0
  185. package/dist/types/components/ez-grid/controller/EzGridController.d.ts +5 -1
  186. package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +4 -0
  187. package/dist/types/components.d.ts +195 -63
  188. package/dist/types/stencil-public-runtime.d.ts +79 -7
  189. package/loader/index.d.ts +9 -0
  190. package/loader/package.json +1 -0
  191. package/package.json +4 -4
  192. package/react/components.d.ts +0 -1
  193. package/dist/ezui/p-0cd0545d.entry.js +0 -1
  194. package/dist/ezui/p-1a27bb9f.entry.js +0 -1
  195. package/dist/ezui/p-1b94b9dc.entry.js +0 -1
  196. package/dist/ezui/p-20c01161.entry.js +0 -1
  197. package/dist/ezui/p-24717f87.entry.js +0 -1
  198. package/dist/ezui/p-3320768e.entry.js +0 -1
  199. package/dist/ezui/p-368037b9.entry.js +0 -1
  200. package/dist/ezui/p-47bcc678.entry.js +0 -1
  201. package/dist/ezui/p-47ca5e09.entry.js +0 -1
  202. package/dist/ezui/p-4c444816.entry.js +0 -1
  203. package/dist/ezui/p-608d13e8.entry.js +0 -1
  204. package/dist/ezui/p-626b8940.entry.js +0 -1
  205. package/dist/ezui/p-6414e7cb.entry.js +0 -1
  206. package/dist/ezui/p-6630eca2.entry.js +0 -1
  207. package/dist/ezui/p-67b9a2cb.entry.js +0 -1
  208. package/dist/ezui/p-6f9aba86.entry.js +0 -1
  209. package/dist/ezui/p-7b80df03.js +0 -1
  210. package/dist/ezui/p-7d42065a.entry.js +0 -1
  211. package/dist/ezui/p-97d2d2f6.entry.js +0 -1
  212. package/dist/ezui/p-99aea44b.entry.js +0 -1
  213. package/dist/ezui/p-a4b4645d.entry.js +0 -1
  214. package/dist/ezui/p-ab5eee38.entry.js +0 -1
  215. package/dist/ezui/p-ad7151e0.entry.js +0 -1
  216. package/dist/ezui/p-ad8b7412.entry.js +0 -1
  217. package/dist/ezui/p-ae168e45.entry.js +0 -1
  218. package/dist/ezui/p-b2e861cb.entry.js +0 -1
  219. package/dist/ezui/p-b2efb22c.entry.js +0 -1
  220. package/dist/ezui/p-b5557d33.entry.js +0 -1
  221. package/dist/ezui/p-bc324ee8.entry.js +0 -304
  222. package/dist/ezui/p-bd9792e2.entry.js +0 -1
  223. package/dist/ezui/p-bf8a633d.entry.js +0 -1
  224. package/dist/ezui/p-c071db26.entry.js +0 -1
  225. package/dist/ezui/p-c3529df3.entry.js +0 -1
  226. package/dist/ezui/p-c53b2db8.entry.js +0 -1
  227. package/dist/ezui/p-ca7435a6.entry.js +0 -1
  228. package/dist/ezui/p-cc038b32.entry.js +0 -1
  229. package/dist/ezui/p-e203c89f.entry.js +0 -1
  230. package/dist/ezui/p-f08de60b.entry.js +0 -1
@@ -1,36 +1,8 @@
1
- import { Component, h, Method, Element, Host, Prop, Event, Watch } from "@stencil/core";
1
+ import { h, Host } from "@stencil/core";
2
2
  import { FloatingManager } from "@sankhyalabs/core";
3
3
  export class EzPopover {
4
4
  constructor() {
5
5
  this._firstRender = true;
6
- /**
7
- * Define que será fechado automaticamente quando o usuário clicar fora do conteúdo.
8
- */
9
- this.autoClose = true;
10
- /**
11
- * Define a distância do topo. Devem ser usados valores válidos de CSS.
12
- */
13
- this.top = "0px";
14
- /**
15
- * Define a distância do lado esquerdo. Devem ser usados valores válidos de CSS.
16
- */
17
- this.left = "0px";
18
- /**
19
- * Define a distância de baixo. Devem ser usados valores válidos de CSS.
20
- */
21
- this.bottom = "0px";
22
- /**
23
- * Define a distância do lado direito. Devem ser usados valores válidos de CSS.
24
- */
25
- this.right = "0px";
26
- /**
27
- * Ajusta o comportamento da largura do popover.
28
- */
29
- this.boxWidth = "fit-content";
30
- /**
31
- * Define o tipo de overlay do popover.
32
- */
33
- this.overlayType = "light";
34
6
  this.innerClickTest = (_popOvercontainer, node, eventOrigin) => {
35
7
  const innerContainers = [_popOvercontainer];
36
8
  if (this.innerElement) {
@@ -66,6 +38,15 @@ export class EzPopover {
66
38
  this.backClickListener = () => {
67
39
  this.ezVisibilityChange.emit(false);
68
40
  };
41
+ this.autoClose = true;
42
+ this.top = "0px";
43
+ this.left = "0px";
44
+ this.bottom = "0px";
45
+ this.right = "0px";
46
+ this.boxWidth = "fit-content";
47
+ this.opened = undefined;
48
+ this.innerElement = undefined;
49
+ this.overlayType = "light";
69
50
  }
70
51
  observeOpened(newValue, oldValue) {
71
52
  if (newValue != oldValue) {
@@ -132,278 +113,287 @@ export class EzPopover {
132
113
  }
133
114
  }
134
115
  render() {
135
- return (h(Host, null,
136
- h("section", { ref: el => this._container = el },
137
- h("div", { class: `popover__box ${this.boxWidth === "fit-content" ? "popover__box--fit-content" : "popover__box--full-width"}`, ref: el => this._box = el },
138
- h("slot", null)))));
116
+ return (h(Host, null, h("section", { ref: el => this._container = el }, h("div", { class: `popover__box ${this.boxWidth === "fit-content" ? "popover__box--fit-content" : "popover__box--full-width"}`, ref: el => this._box = el }, h("slot", null)))));
139
117
  }
140
118
  static get is() { return "ez-popover"; }
141
119
  static get encapsulation() { return "shadow"; }
142
- static get originalStyleUrls() { return {
143
- "$": ["ez-popover.css"]
144
- }; }
145
- static get styleUrls() { return {
146
- "$": ["ez-popover.css"]
147
- }; }
148
- static get properties() { return {
149
- "autoClose": {
150
- "type": "boolean",
151
- "mutable": false,
152
- "complexType": {
153
- "original": "boolean",
154
- "resolved": "boolean",
155
- "references": {}
156
- },
157
- "required": false,
158
- "optional": false,
159
- "docs": {
160
- "tags": [],
161
- "text": "Define que ser\u00E1 fechado automaticamente quando o usu\u00E1rio clicar fora do conte\u00FAdo."
162
- },
163
- "attribute": "auto-close",
164
- "reflect": true,
165
- "defaultValue": "true"
166
- },
167
- "top": {
168
- "type": "string",
169
- "mutable": true,
170
- "complexType": {
171
- "original": "string",
172
- "resolved": "string",
173
- "references": {}
174
- },
175
- "required": false,
176
- "optional": false,
177
- "docs": {
178
- "tags": [],
179
- "text": "Define a dist\u00E2ncia do topo. Devem ser usados valores v\u00E1lidos de CSS."
180
- },
181
- "attribute": "top",
182
- "reflect": true,
183
- "defaultValue": "\"0px\""
184
- },
185
- "left": {
186
- "type": "string",
187
- "mutable": true,
188
- "complexType": {
189
- "original": "string",
190
- "resolved": "string",
191
- "references": {}
192
- },
193
- "required": false,
194
- "optional": false,
195
- "docs": {
196
- "tags": [],
197
- "text": "Define a dist\u00E2ncia do lado esquerdo. Devem ser usados valores v\u00E1lidos de CSS."
198
- },
199
- "attribute": "left",
200
- "reflect": true,
201
- "defaultValue": "\"0px\""
202
- },
203
- "bottom": {
204
- "type": "string",
205
- "mutable": true,
206
- "complexType": {
207
- "original": "string",
208
- "resolved": "string",
209
- "references": {}
210
- },
211
- "required": false,
212
- "optional": false,
213
- "docs": {
214
- "tags": [],
215
- "text": "Define a dist\u00E2ncia de baixo. Devem ser usados valores v\u00E1lidos de CSS."
216
- },
217
- "attribute": "bottom",
218
- "reflect": true,
219
- "defaultValue": "\"0px\""
220
- },
221
- "right": {
222
- "type": "string",
223
- "mutable": true,
224
- "complexType": {
225
- "original": "string",
226
- "resolved": "string",
227
- "references": {}
228
- },
229
- "required": false,
230
- "optional": false,
231
- "docs": {
232
- "tags": [],
233
- "text": "Define a dist\u00E2ncia do lado direito. Devem ser usados valores v\u00E1lidos de CSS."
234
- },
235
- "attribute": "right",
236
- "reflect": true,
237
- "defaultValue": "\"0px\""
238
- },
239
- "boxWidth": {
240
- "type": "string",
241
- "mutable": false,
242
- "complexType": {
243
- "original": "\"full-width\" | \"fit-content\"",
244
- "resolved": "\"fit-content\" | \"full-width\"",
245
- "references": {}
246
- },
247
- "required": false,
248
- "optional": false,
249
- "docs": {
250
- "tags": [],
251
- "text": "Ajusta o comportamento da largura do popover."
252
- },
253
- "attribute": "box-width",
254
- "reflect": true,
255
- "defaultValue": "\"fit-content\""
256
- },
257
- "opened": {
258
- "type": "boolean",
259
- "mutable": true,
260
- "complexType": {
261
- "original": "boolean",
262
- "resolved": "boolean",
263
- "references": {}
120
+ static get originalStyleUrls() {
121
+ return {
122
+ "$": ["ez-popover.css"]
123
+ };
124
+ }
125
+ static get styleUrls() {
126
+ return {
127
+ "$": ["ez-popover.css"]
128
+ };
129
+ }
130
+ static get properties() {
131
+ return {
132
+ "autoClose": {
133
+ "type": "boolean",
134
+ "mutable": false,
135
+ "complexType": {
136
+ "original": "boolean",
137
+ "resolved": "boolean",
138
+ "references": {}
139
+ },
140
+ "required": false,
141
+ "optional": false,
142
+ "docs": {
143
+ "tags": [],
144
+ "text": "Define que ser\u00E1 fechado automaticamente quando o usu\u00E1rio clicar fora do conte\u00FAdo."
145
+ },
146
+ "attribute": "auto-close",
147
+ "reflect": true,
148
+ "defaultValue": "true"
264
149
  },
265
- "required": false,
266
- "optional": false,
267
- "docs": {
268
- "tags": [],
269
- "text": "Define se o ez-popover est\u00E1 aberto."
150
+ "top": {
151
+ "type": "string",
152
+ "mutable": true,
153
+ "complexType": {
154
+ "original": "string",
155
+ "resolved": "string",
156
+ "references": {}
157
+ },
158
+ "required": false,
159
+ "optional": false,
160
+ "docs": {
161
+ "tags": [],
162
+ "text": "Define a dist\u00E2ncia do topo. Devem ser usados valores v\u00E1lidos de CSS."
163
+ },
164
+ "attribute": "top",
165
+ "reflect": true,
166
+ "defaultValue": "\"0px\""
270
167
  },
271
- "attribute": "opened",
272
- "reflect": true
273
- },
274
- "innerElement": {
275
- "type": "string",
276
- "mutable": true,
277
- "complexType": {
278
- "original": "Array<string> | string",
279
- "resolved": "string | string[]",
280
- "references": {
281
- "Array": {
282
- "location": "global"
283
- }
284
- }
168
+ "left": {
169
+ "type": "string",
170
+ "mutable": true,
171
+ "complexType": {
172
+ "original": "string",
173
+ "resolved": "string",
174
+ "references": {}
175
+ },
176
+ "required": false,
177
+ "optional": false,
178
+ "docs": {
179
+ "tags": [],
180
+ "text": "Define a dist\u00E2ncia do lado esquerdo. Devem ser usados valores v\u00E1lidos de CSS."
181
+ },
182
+ "attribute": "left",
183
+ "reflect": true,
184
+ "defaultValue": "\"0px\""
285
185
  },
286
- "required": false,
287
- "optional": false,
288
- "docs": {
289
- "tags": [],
290
- "text": "Define as tags que ser\u00E3o consideradas conte\u00FAdo."
186
+ "bottom": {
187
+ "type": "string",
188
+ "mutable": true,
189
+ "complexType": {
190
+ "original": "string",
191
+ "resolved": "string",
192
+ "references": {}
193
+ },
194
+ "required": false,
195
+ "optional": false,
196
+ "docs": {
197
+ "tags": [],
198
+ "text": "Define a dist\u00E2ncia de baixo. Devem ser usados valores v\u00E1lidos de CSS."
199
+ },
200
+ "attribute": "bottom",
201
+ "reflect": true,
202
+ "defaultValue": "\"0px\""
291
203
  },
292
- "attribute": "inner-element",
293
- "reflect": true
294
- },
295
- "overlayType": {
296
- "type": "string",
297
- "mutable": false,
298
- "complexType": {
299
- "original": "\"medium\" | \"light\" | \"none\"",
300
- "resolved": "\"light\" | \"medium\" | \"none\"",
301
- "references": {}
204
+ "right": {
205
+ "type": "string",
206
+ "mutable": true,
207
+ "complexType": {
208
+ "original": "string",
209
+ "resolved": "string",
210
+ "references": {}
211
+ },
212
+ "required": false,
213
+ "optional": false,
214
+ "docs": {
215
+ "tags": [],
216
+ "text": "Define a dist\u00E2ncia do lado direito. Devem ser usados valores v\u00E1lidos de CSS."
217
+ },
218
+ "attribute": "right",
219
+ "reflect": true,
220
+ "defaultValue": "\"0px\""
302
221
  },
303
- "required": false,
304
- "optional": false,
305
- "docs": {
306
- "tags": [],
307
- "text": "Define o tipo de overlay do popover."
222
+ "boxWidth": {
223
+ "type": "string",
224
+ "mutable": false,
225
+ "complexType": {
226
+ "original": "\"full-width\" | \"fit-content\"",
227
+ "resolved": "\"fit-content\" | \"full-width\"",
228
+ "references": {}
229
+ },
230
+ "required": false,
231
+ "optional": false,
232
+ "docs": {
233
+ "tags": [],
234
+ "text": "Ajusta o comportamento da largura do popover."
235
+ },
236
+ "attribute": "box-width",
237
+ "reflect": true,
238
+ "defaultValue": "\"fit-content\""
308
239
  },
309
- "attribute": "overlay-type",
310
- "reflect": true,
311
- "defaultValue": "\"light\""
312
- }
313
- }; }
314
- static get events() { return [{
315
- "method": "ezVisibilityChange",
316
- "name": "ezVisibilityChange",
317
- "bubbles": true,
318
- "cancelable": true,
319
- "composed": true,
320
- "docs": {
321
- "tags": [],
322
- "text": "Emitido quando acontece a altera\u00E7\u00E3o de estado do componente."
240
+ "opened": {
241
+ "type": "boolean",
242
+ "mutable": true,
243
+ "complexType": {
244
+ "original": "boolean",
245
+ "resolved": "boolean",
246
+ "references": {}
247
+ },
248
+ "required": false,
249
+ "optional": false,
250
+ "docs": {
251
+ "tags": [],
252
+ "text": "Define se o ez-popover est\u00E1 aberto."
253
+ },
254
+ "attribute": "opened",
255
+ "reflect": true
323
256
  },
324
- "complexType": {
325
- "original": "boolean",
326
- "resolved": "boolean",
327
- "references": {}
328
- }
329
- }]; }
330
- static get methods() { return {
331
- "updatePosition": {
332
- "complexType": {
333
- "signature": "(top?: string, left?: string, bottom?: string, right?: string) => Promise<void>",
334
- "parameters": [{
335
- "tags": [],
336
- "text": ""
337
- }, {
338
- "tags": [],
339
- "text": ""
340
- }, {
341
- "tags": [],
342
- "text": ""
343
- }, {
344
- "tags": [],
345
- "text": ""
346
- }],
347
- "references": {
348
- "Promise": {
349
- "location": "global"
257
+ "innerElement": {
258
+ "type": "string",
259
+ "mutable": true,
260
+ "complexType": {
261
+ "original": "Array<string> | string",
262
+ "resolved": "string | string[]",
263
+ "references": {
264
+ "Array": {
265
+ "location": "global"
266
+ }
350
267
  }
351
268
  },
352
- "return": "Promise<void>"
269
+ "required": false,
270
+ "optional": false,
271
+ "docs": {
272
+ "tags": [],
273
+ "text": "Define as tags que ser\u00E3o consideradas conte\u00FAdo."
274
+ },
275
+ "attribute": "inner-element",
276
+ "reflect": true
353
277
  },
354
- "docs": {
355
- "text": "Atualiza a posi\u00E7\u00E3o do popover.",
356
- "tags": []
278
+ "overlayType": {
279
+ "type": "string",
280
+ "mutable": false,
281
+ "complexType": {
282
+ "original": "\"medium\" | \"light\" | \"none\"",
283
+ "resolved": "\"light\" | \"medium\" | \"none\"",
284
+ "references": {}
285
+ },
286
+ "required": false,
287
+ "optional": false,
288
+ "docs": {
289
+ "tags": [],
290
+ "text": "Define o tipo de overlay do popover."
291
+ },
292
+ "attribute": "overlay-type",
293
+ "reflect": true,
294
+ "defaultValue": "\"light\""
357
295
  }
358
- },
359
- "show": {
360
- "complexType": {
361
- "signature": "(top?: string, left?: string, bottom?: string, right?: string) => Promise<void>",
362
- "parameters": [{
363
- "tags": [],
364
- "text": ""
365
- }, {
366
- "tags": [],
367
- "text": ""
368
- }, {
369
- "tags": [],
370
- "text": ""
371
- }, {
372
- "tags": [],
373
- "text": ""
374
- }],
375
- "references": {
376
- "Promise": {
377
- "location": "global"
378
- }
296
+ };
297
+ }
298
+ static get events() {
299
+ return [{
300
+ "method": "ezVisibilityChange",
301
+ "name": "ezVisibilityChange",
302
+ "bubbles": true,
303
+ "cancelable": true,
304
+ "composed": true,
305
+ "docs": {
306
+ "tags": [],
307
+ "text": "Emitido quando acontece a altera\u00E7\u00E3o de estado do componente."
308
+ },
309
+ "complexType": {
310
+ "original": "boolean",
311
+ "resolved": "boolean",
312
+ "references": {}
313
+ }
314
+ }];
315
+ }
316
+ static get methods() {
317
+ return {
318
+ "updatePosition": {
319
+ "complexType": {
320
+ "signature": "(top?: string, left?: string, bottom?: string, right?: string) => Promise<void>",
321
+ "parameters": [{
322
+ "tags": [],
323
+ "text": ""
324
+ }, {
325
+ "tags": [],
326
+ "text": ""
327
+ }, {
328
+ "tags": [],
329
+ "text": ""
330
+ }, {
331
+ "tags": [],
332
+ "text": ""
333
+ }],
334
+ "references": {
335
+ "Promise": {
336
+ "location": "global"
337
+ }
338
+ },
339
+ "return": "Promise<void>"
379
340
  },
380
- "return": "Promise<void>"
341
+ "docs": {
342
+ "text": "Atualiza a posi\u00E7\u00E3o do popover.",
343
+ "tags": []
344
+ }
381
345
  },
382
- "docs": {
383
- "text": "Exibe o ez-popover.",
384
- "tags": []
385
- }
386
- },
387
- "hide": {
388
- "complexType": {
389
- "signature": "() => Promise<void>",
390
- "parameters": [],
391
- "references": {
392
- "Promise": {
393
- "location": "global"
394
- }
346
+ "show": {
347
+ "complexType": {
348
+ "signature": "(top?: string, left?: string, bottom?: string, right?: string) => Promise<void>",
349
+ "parameters": [{
350
+ "tags": [],
351
+ "text": ""
352
+ }, {
353
+ "tags": [],
354
+ "text": ""
355
+ }, {
356
+ "tags": [],
357
+ "text": ""
358
+ }, {
359
+ "tags": [],
360
+ "text": ""
361
+ }],
362
+ "references": {
363
+ "Promise": {
364
+ "location": "global"
365
+ }
366
+ },
367
+ "return": "Promise<void>"
395
368
  },
396
- "return": "Promise<void>"
369
+ "docs": {
370
+ "text": "Exibe o ez-popover.",
371
+ "tags": []
372
+ }
397
373
  },
398
- "docs": {
399
- "text": "Oculta o ez-popover.",
400
- "tags": []
374
+ "hide": {
375
+ "complexType": {
376
+ "signature": "() => Promise<void>",
377
+ "parameters": [],
378
+ "references": {
379
+ "Promise": {
380
+ "location": "global"
381
+ }
382
+ },
383
+ "return": "Promise<void>"
384
+ },
385
+ "docs": {
386
+ "text": "Oculta o ez-popover.",
387
+ "tags": []
388
+ }
401
389
  }
402
- }
403
- }; }
390
+ };
391
+ }
404
392
  static get elementRef() { return "_host"; }
405
- static get watchers() { return [{
406
- "propName": "opened",
407
- "methodName": "observeOpened"
408
- }]; }
393
+ static get watchers() {
394
+ return [{
395
+ "propName": "opened",
396
+ "methodName": "observeOpened"
397
+ }];
398
+ }
409
399
  }