@sankhyalabs/ezui 1.1.77 → 1.1.80

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 (174) hide show
  1. package/dist/cjs/{AssetsUtils-dd585fba.js → AssetsUtils-02db4f46.js} +1 -1
  2. package/dist/cjs/CSSVarsUtils-66e86394.js +18 -0
  3. package/dist/cjs/ez-action-chip.cjs.entry.js +1 -1
  4. package/dist/cjs/ez-application.cjs.entry.js +1 -3
  5. package/dist/cjs/ez-button_3.cjs.entry.js +520 -0
  6. package/dist/cjs/ez-calendar_13.cjs.entry.js +2421 -0
  7. package/dist/cjs/ez-date-time-input.cjs.entry.js +26 -37
  8. package/dist/cjs/ez-dialog.cjs.entry.js +1 -1
  9. package/dist/cjs/{ez-button_11.cjs.entry.js → ez-grid.cjs.entry.js} +14 -1410
  10. package/dist/cjs/ez-icon.cjs.entry.js +30 -0
  11. package/dist/cjs/ez-label-chip.cjs.entry.js +1 -1
  12. package/dist/cjs/ez-modal_2.cjs.entry.js +370 -0
  13. package/dist/cjs/ez-popover.cjs.entry.js +2 -2
  14. package/dist/cjs/ez-popup.cjs.entry.js +1 -1
  15. package/dist/cjs/ez-time-input.cjs.entry.js +4 -4
  16. package/dist/cjs/ez-toast.cjs.entry.js +1 -1
  17. package/dist/cjs/ezui.cjs.js +2 -2
  18. package/dist/cjs/{index-4e4bae01.js → index-2003dec4.js} +0 -10
  19. package/dist/cjs/{index-262d703b.js → index-a2266984.js} +18 -43
  20. package/dist/cjs/loader.cjs.js +2 -2
  21. package/dist/collection/collection-manifest.json +0 -2
  22. package/dist/collection/components/ez-application/ez-application.js +0 -2
  23. package/dist/collection/components/ez-calendar/ez-calendar.js +7 -2
  24. package/dist/collection/components/ez-combo-box/ez-combo-box.css +0 -5
  25. package/dist/collection/components/ez-combo-box/ez-combo-box.js +4 -0
  26. package/dist/collection/components/ez-date-input/ez-date-input.css +2 -2
  27. package/dist/collection/components/ez-date-input/ez-date-input.js +1 -1
  28. package/dist/collection/components/ez-date-time-input/ez-date-time-input.css +0 -5
  29. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +23 -34
  30. package/dist/collection/components/ez-form/DataBinder.js +44 -0
  31. package/dist/collection/components/ez-form/ez-form.css +1 -15
  32. package/dist/collection/components/ez-form/ez-form.js +112 -427
  33. package/dist/collection/components/ez-form/fieldbuilder/FieldBuilder.js +45 -0
  34. package/dist/collection/components/ez-form/fieldbuilder/tpl/CheckBox.tpl.js +11 -0
  35. package/dist/collection/components/ez-form/fieldbuilder/tpl/ComboBox.tpl.js +14 -0
  36. package/dist/collection/components/ez-form/fieldbuilder/tpl/DateInput.tpl.js +5 -0
  37. package/dist/collection/components/ez-form/fieldbuilder/tpl/FileInput.tpl.js +5 -0
  38. package/dist/collection/components/ez-form/fieldbuilder/tpl/NumberInput.tpl.js +13 -0
  39. package/dist/collection/components/ez-form/fieldbuilder/tpl/SearchInput.tpl.js +5 -0
  40. package/dist/collection/components/ez-form/fieldbuilder/tpl/TextArea.tpl.js +5 -0
  41. package/dist/collection/components/ez-form/fieldbuilder/tpl/TextInput.tpl.js +5 -0
  42. package/dist/collection/components/ez-form/store/form.slice.js +38 -0
  43. package/dist/collection/components/ez-form/structure/FormItem.js +11 -0
  44. package/dist/collection/components/ez-form/structure/FormSheet.js +5 -0
  45. package/dist/collection/components/ez-form/structure/FormSheetMetadata.js +86 -0
  46. package/dist/collection/components/ez-number-input/ez-number-input.css +0 -9
  47. package/dist/collection/components/ez-number-input/ez-number-input.js +20 -115
  48. package/dist/collection/components/ez-search/ez-search.js +6 -1
  49. package/dist/collection/components/test-du/test-du.js +65 -23
  50. package/dist/collection/utils/CSSVarsUtils.js +6 -6
  51. package/dist/custom-elements/index.d.ts +0 -12
  52. package/dist/custom-elements/index.js +530 -2278
  53. package/dist/esm/{AssetsUtils-3803e935.js → AssetsUtils-76ca41e1.js} +1 -1
  54. package/dist/esm/CSSVarsUtils-aeee9825.js +16 -0
  55. package/dist/esm/ez-action-chip.entry.js +1 -1
  56. package/dist/esm/ez-application.entry.js +1 -3
  57. package/dist/esm/ez-button_3.entry.js +514 -0
  58. package/dist/esm/ez-calendar_13.entry.js +2405 -0
  59. package/dist/esm/ez-date-time-input.entry.js +26 -37
  60. package/dist/esm/ez-dialog.entry.js +1 -1
  61. package/dist/esm/{ez-button_11.entry.js → ez-grid.entry.js} +4 -1390
  62. package/dist/esm/ez-icon.entry.js +26 -0
  63. package/dist/esm/ez-label-chip.entry.js +1 -1
  64. package/dist/esm/ez-modal_2.entry.js +365 -0
  65. package/dist/esm/ez-popover.entry.js +2 -2
  66. package/dist/esm/ez-popup.entry.js +1 -1
  67. package/dist/esm/ez-time-input.entry.js +4 -4
  68. package/dist/esm/ez-toast.entry.js +1 -1
  69. package/dist/esm/ezui.js +2 -2
  70. package/dist/esm/{index-1dacecd3.js → index-077c7fcf.js} +0 -10
  71. package/dist/esm/{index-cfd5e193.js → index-afe19542.js} +17 -40
  72. package/dist/esm/loader.js +2 -2
  73. package/dist/ezui/ezui.esm.js +1 -1
  74. package/dist/ezui/p-00b837e2.js +1 -0
  75. package/dist/ezui/{p-516d0e0f.entry.js → p-0a2056d9.entry.js} +1 -1
  76. package/dist/ezui/p-0d8368fc.entry.js +1 -0
  77. package/dist/ezui/p-1e36e3ff.entry.js +1 -0
  78. package/dist/ezui/p-446ec85b.js +1 -0
  79. package/dist/ezui/p-49f3432a.entry.js +1 -0
  80. package/dist/ezui/{p-1ea8187e.entry.js → p-5509ee41.entry.js} +46 -46
  81. package/dist/ezui/{p-a18a2d7b.entry.js → p-57ea4b84.entry.js} +1 -1
  82. package/dist/ezui/{p-5a86e18a.entry.js → p-6d157776.entry.js} +1 -1
  83. package/dist/ezui/{p-8c51a6aa.entry.js → p-7a1f2e0e.entry.js} +1 -1
  84. package/dist/ezui/p-7de3c95d.js +1 -0
  85. package/dist/ezui/{p-7ef97c5f.entry.js → p-857ead8e.entry.js} +1 -1
  86. package/dist/ezui/p-8b099482.js +1 -0
  87. package/dist/ezui/{p-c6d469fc.entry.js → p-920bb8c9.entry.js} +1 -1
  88. package/dist/ezui/p-a4a39579.entry.js +1 -0
  89. package/dist/ezui/p-d5699f29.entry.js +1 -0
  90. package/dist/ezui/p-d64a3939.entry.js +1 -0
  91. package/dist/ezui/{p-5da66d3e.entry.js → p-da31cd21.entry.js} +1 -1
  92. package/dist/types/components/ez-application/ez-application.d.ts +0 -2
  93. package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +1 -0
  94. package/dist/types/components/ez-form/DataBinder.d.ts +10 -0
  95. package/dist/types/components/ez-form/ez-form.d.ts +25 -32
  96. package/dist/types/components/ez-form/fieldbuilder/FieldBuilder.d.ts +2 -0
  97. package/dist/types/components/ez-form/fieldbuilder/tpl/CheckBox.tpl.d.ts +3 -0
  98. package/dist/types/components/ez-form/fieldbuilder/tpl/ComboBox.tpl.d.ts +4 -0
  99. package/dist/types/components/ez-form/fieldbuilder/tpl/DateInput.tpl.d.ts +4 -0
  100. package/dist/types/components/ez-form/fieldbuilder/tpl/FileInput.tpl.d.ts +4 -0
  101. package/dist/types/components/ez-form/fieldbuilder/tpl/NumberInput.tpl.d.ts +8 -0
  102. package/dist/types/components/ez-form/fieldbuilder/tpl/SearchInput.tpl.d.ts +4 -0
  103. package/dist/types/components/ez-form/fieldbuilder/tpl/TextArea.tpl.d.ts +4 -0
  104. package/dist/types/components/ez-form/fieldbuilder/tpl/TextInput.tpl.d.ts +4 -0
  105. package/dist/types/components/ez-form/store/form.slice.d.ts +24 -0
  106. package/dist/types/components/ez-form/structure/FormItem.d.ts +9 -0
  107. package/dist/types/components/ez-form/structure/FormSheet.d.ts +9 -0
  108. package/dist/types/components/ez-form/structure/FormSheetMetadata.d.ts +27 -0
  109. package/dist/types/components/ez-number-input/ez-number-input.d.ts +3 -20
  110. package/dist/types/components/ez-search/ez-search.d.ts +2 -0
  111. package/dist/types/components/test-du/test-du.d.ts +8 -2
  112. package/dist/types/components.d.ts +12 -82
  113. package/dist/types/utils/CSSVarsUtils.d.ts +1 -1
  114. package/package.json +1 -1
  115. package/react/components.d.ts +0 -2
  116. package/react/components.js +0 -2
  117. package/react/components.js.map +1 -1
  118. package/dist/cjs/ApplicationUtils-d1c1db56.js +0 -35
  119. package/dist/cjs/CSSVarsUtils-f8827674.js +0 -18
  120. package/dist/cjs/DataUnit-fdd7c70e.js +0 -474
  121. package/dist/cjs/ez-calendar.cjs.entry.js +0 -212
  122. package/dist/cjs/ez-collapsible-box_6.cjs.entry.js +0 -630
  123. package/dist/cjs/ez-combo-box.cjs.entry.js +0 -250
  124. package/dist/cjs/ez-form.cjs.entry.js +0 -1838
  125. package/dist/cjs/ez-number-input.cjs.entry.js +0 -121
  126. package/dist/cjs/form-metadata.cjs.entry.js +0 -129
  127. package/dist/collection/components/ez-form/assets/trash-can-outline.svg +0 -3
  128. package/dist/collection/components/ez-form/store/Form.actions.js +0 -132
  129. package/dist/collection/components/ez-form/store/Form.reducer.js +0 -194
  130. package/dist/collection/components/ez-form/store/Form.selectors.js +0 -44
  131. package/dist/collection/components/ez-form/subcomponents/DataUnit.js +0 -301
  132. package/dist/collection/components/ez-form/subcomponents/FormMetadata.js +0 -8
  133. package/dist/collection/components/ez-form/subcomponents/css/place-holder.css +0 -24
  134. package/dist/collection/components/ez-form/subcomponents/form-metadata.js +0 -227
  135. package/dist/collection/components/ez-form/subcomponents/place-holder.js +0 -14
  136. package/dist/collection/components/ez-form/subcomponents/structure/Field.js +0 -95
  137. package/dist/collection/components/ez-form/subcomponents/structure/FieldSet.js +0 -27
  138. package/dist/collection/components/ez-form/subcomponents/structure/FormSheet.js +0 -41
  139. package/dist/collection/components/ez-form/subcomponents/structure/NavigationBar.js +0 -37
  140. package/dist/esm/ApplicationUtils-01280a9d.js +0 -33
  141. package/dist/esm/CSSVarsUtils-e0128b01.js +0 -16
  142. package/dist/esm/DataUnit-1cd45202.js +0 -464
  143. package/dist/esm/ez-calendar.entry.js +0 -208
  144. package/dist/esm/ez-collapsible-box_6.entry.js +0 -621
  145. package/dist/esm/ez-combo-box.entry.js +0 -246
  146. package/dist/esm/ez-form.entry.js +0 -1834
  147. package/dist/esm/ez-number-input.entry.js +0 -117
  148. package/dist/esm/form-metadata.entry.js +0 -125
  149. package/dist/ezui/assets/trash-can-outline.svg +0 -3
  150. package/dist/ezui/p-37a611ea.js +0 -1
  151. package/dist/ezui/p-45689464.entry.js +0 -1
  152. package/dist/ezui/p-57291f97.entry.js +0 -1
  153. package/dist/ezui/p-69416bec.entry.js +0 -1
  154. package/dist/ezui/p-7107d7ef.js +0 -1
  155. package/dist/ezui/p-88f45a83.entry.js +0 -1
  156. package/dist/ezui/p-8f4851a6.js +0 -1
  157. package/dist/ezui/p-9dfd537e.js +0 -1
  158. package/dist/ezui/p-a223eed8.entry.js +0 -1
  159. package/dist/ezui/p-b36308e7.js +0 -1
  160. package/dist/ezui/p-c0af195b.entry.js +0 -1
  161. package/dist/ezui/p-d1889704.js +0 -1
  162. package/dist/ezui/p-e7ee2836.entry.js +0 -1
  163. package/dist/ezui/p-f7b835cf.entry.js +0 -1
  164. package/dist/types/components/ez-form/store/Form.actions.d.ts +0 -111
  165. package/dist/types/components/ez-form/store/Form.reducer.d.ts +0 -20
  166. package/dist/types/components/ez-form/store/Form.selectors.d.ts +0 -14
  167. package/dist/types/components/ez-form/subcomponents/DataUnit.d.ts +0 -91
  168. package/dist/types/components/ez-form/subcomponents/FormMetadata.d.ts +0 -24
  169. package/dist/types/components/ez-form/subcomponents/form-metadata.d.ts +0 -16
  170. package/dist/types/components/ez-form/subcomponents/place-holder.d.ts +0 -3
  171. package/dist/types/components/ez-form/subcomponents/structure/Field.d.ts +0 -11
  172. package/dist/types/components/ez-form/subcomponents/structure/FieldSet.d.ts +0 -13
  173. package/dist/types/components/ez-form/subcomponents/structure/FormSheet.d.ts +0 -14
  174. package/dist/types/components/ez-form/subcomponents/structure/NavigationBar.d.ts +0 -19
@@ -1,621 +0,0 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement, f as forceUpdate } from './index-1dacecd3.js';
2
- import './index-cfd5e193.js';
3
- import { D as DateUtils } from './DateUtils-0a1bbd7a.js';
4
- import { C as CSSVarsUtils } from './CSSVarsUtils-e0128b01.js';
5
- import { A as ApplicationUtils } from './ApplicationUtils-01280a9d.js';
6
-
7
- const ezCollapsibleBoxCss = ":host{--ez-collapsible-box--height:42px;--ez-collapsible-box--font-size:var(--title--medium, 14px);--ez-collapsible-box--font-family:var(--font-pattern, Arial);--ez-collapsible-box--font-weight:var(--text-weight--large, 600);--ez-collapsible-box--color:var(--title--primary);--ez-collapsible-box__btn--image--xsmall:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"12px\" width=\"7.5px\"><path d=\"M 0,10.56 4.5967752,6.0000006 0,1.3800006 1.4516132,0 7.5,6.0000006 1.4516132,12 Z\"/></svg>');--ez-collapsible-box__btn--image--small:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"14px\" width=\"8.68px\"><path d=\"M 0,12.32 5.3200012,7.0000007 0,1.6100007 1.6800004,0 8.68,7.0000007 1.6800004,14 Z\"/></svg>');--ez-collapsible-box__btn--image--medium:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"10px\"><path d=\"M 0.21915251,13.860393 6.0795475,8.0000007 0.21915251,2.0624968 2.0698036,0.28895588 9.7808475,8.0000007 2.0698036,15.711044 Z\"/></svg>');--ez-collapsible-box__btn--image--large:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"18px\" width=\"11.25px\"><path d=\"M 0,15.84 6.8951628,9.0000009 0,2.0700009 2.1774198,0 11.25,9.0000009 2.1774198,18 Z\"/></svg>');--ez-collapsible-box__btn--image--xlarge:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"20px\" width=\"12.5px\"><path d=\"M 0,17.6 7.661292,10.000001 0,2.300001 2.4193553,0 12.5,10.000001 2.4193553,20 Z\"/></svg>');--ez-collapsible-box__btn--fill:var(--ez-collapsible-box--color);--ez-collapsible-box__btn--width:10px;--ez-collapsible-box__btn--height:16px;display:flex;flex-wrap:wrap;width:100%}.collapsible-box__title{width:100%;align-self:center;display:flex;box-sizing:border-box}.collapsible-box__label{white-space:nowrap;overflow:hidden;cursor:pointer;text-overflow:ellipsis;width:100%;font-family:var(--ez-collapsible-box--font-family);font-size:var(--ez-collapsible-box--font-size);font-weight:var(--ez-collapsible-box--font-weight);color:var(--ez-collapsible-box--color)}.collapsible-box__label--icon-right{white-space:nowrap;overflow:hidden;cursor:pointer;text-overflow:ellipsis;font-family:var(--ez-collapsible-box--font-family);font-size:var(--ez-collapsible-box--font-size);font-weight:var(--ez-collapsible-box--font-weight);color:var(--ez-collapsible-box--color)}.collapsible-box__btn{outline:none;border:none;background-color:unset;cursor:pointer;padding:1px 6px}.collapsible-box__btn::after{content:'';display:flex;background-color:var(--ez-collapsible-box__btn--fill);width:var(--ez-collapsible-box__btn--width);height:var(--ez-collapsible-box__btn--height);transition:transform var(--transition);transform:rotate(90deg)}.collapsible-box__btn--xsmall::after{width:7.5px;height:12px;-webkit-mask-image:var(--ez-collapsible-box__btn--image--xsmall);mask-image:var(--ez-collapsible-box__btn--image--xsmall)}.collapsible-box__btn--small::after{width:8.68px;height:14px;-webkit-mask-image:var(--ez-collapsible-box__btn--image--small);mask-image:var(--ez-collapsible-box__btn--image--small)}.collapsible-box__btn--medium::after{width:10px;height:16px;-webkit-mask-image:var(--ez-collapsible-box__btn--image--medium);mask-image:var(--ez-collapsible-box__btn--image--medium)}.collapsible-box__btn--large::after{width:11.25px;height:18px;-webkit-mask-image:var(--ez-collapsible-box__btn--image--large);mask-image:var(--ez-collapsible-box__btn--image--large)}.collapsible-box__btn--xlarge::after{width:12.5px;height:20px;-webkit-mask-image:var(--ez-collapsible-box__btn--image--xlarge);mask-image:var(--ez-collapsible-box__btn--image--xlarge)}.collapsible-box__btn--collapsed::after{transform:rotate(0deg)}.font--xsmall{font-size:10px}.font--small{font-size:12px}.font--medium{font-size:14px}.font--large{font-size:16px}.font--xlarge{font-size:20px}";
8
-
9
- let EzCollapsibleBox = class {
10
- constructor(hostRef) {
11
- registerInstance(this, hostRef);
12
- this.ezChange = createEvent(this, "ezChange", 7);
13
- /**
14
- * Valor externalizado que garante a exibição ou não do componente
15
- */
16
- this.value = false;
17
- /**
18
- * Define o tamanho do texto e do ícone do componente.
19
- */
20
- this.headerSize = "small";
21
- /**
22
- * Define o local onde o ícone será renderizado.
23
- */
24
- this.iconPlacement = "left";
25
- }
26
- observeValue() {
27
- this.ezChange.emit();
28
- }
29
- /**
30
- * Esconde ou revela o conteúdo do componente
31
- */
32
- async showHide() {
33
- this.value = !this.value;
34
- }
35
- render() {
36
- return (h(Host, null, this.iconPlacement == "right" ?
37
- h("div", { class: "collapsible-box__title" }, h("label", { class: (this.iconPlacement == "right" ? "collapsible-box__label--icon-right " : "collapsible-box__label ") + (this.headerSize ? "font--" + this.headerSize : ""), onClick: () => this.showHide(), title: this.label }, this.label), h("button", { class: this.value ? "collapsible-box__btn collapsible-box__btn--collapsed " + "collapsible-box__btn--" + this.headerSize : "collapsible-box__btn " + "collapsible-box__btn--" + this.headerSize, onClick: () => this.showHide() }))
38
- :
39
- h("div", { class: "collapsible-box__title" }, h("button", { class: this.value ? "collapsible-box__btn collapsible-box__btn--collapsed " + "collapsible-box__btn--" + this.headerSize : "collapsible-box__btn " + "collapsible-box__btn--" + this.headerSize, onClick: () => this.showHide() }), h("label", { class: (this.iconPlacement == "right" ? "collapsible-box__label--icon-right " : "collapsible-box__label ") + (this.headerSize ? "font--" + this.headerSize : ""), onClick: () => this.showHide(), title: this.label }, this.label)), !this.value ? h("slot", null) : null));
40
- }
41
- static get watchers() { return {
42
- "value": ["observeValue"]
43
- }; }
44
- };
45
- EzCollapsibleBox.style = ezCollapsibleBoxCss;
46
-
47
- const ezDateInputCss = ":host{display:block;width:100%;--ez-date-input__input--background-color:var(--background--medium, #e0e0e0);--ez-date-input__input--border-color:var(--ez-date-input__input--background-color);--ez-date-input__calendar-image:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"15px\"><path d=\"M 3.171875,5.25 C 2.6485088,5.25 2.21875,5.6797588 2.21875,6.203125 2.21875,6.7264912 2.6485088,7.15625 3.171875,7.15625 3.6952412,7.15625 4.125,6.7264912 4.125,6.203125 4.125,5.6797588 3.6952412,5.25 3.171875,5.25 Z m 2.875,0 C 5.5235088,5.25 5.09375,5.6797588 5.09375,6.203125 5.09375,6.7264912 5.5235088,7.15625 6.046875,7.15625 6.5702412,7.15625 7,6.7264912 7,6.203125 7,5.6797588 6.5702412,5.25 6.046875,5.25 Z m 2.875,0 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.953125 0.953125,0.953125 0.5233662,0 0.9511719,-0.4297588 0.9511719,-0.953125 C 9.8730469,5.6797588 9.4452412,5.25 8.921875,5.25 Z m 2.873047,0 c -0.523366,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.429759,0.953125 0.953125,0.953125 0.523366,0 0.953125,-0.4297588 0.953125,-0.953125 C 12.748047,5.6797588 12.318288,5.25 11.794922,5.25 Z M 3.171875,8.1230469 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.9531251 0.953125,0.9531251 0.5233662,0 0.953125,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.875,0 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.9531251 0.953125,0.9531251 C 6.5702412,10.029297 7,9.5995381 7,9.0761719 7,8.5528057 6.5702412,8.1230469 6.046875,8.1230469 Z m 2.8554688,0 c -0.5233663,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297587,0.9531251 0.953125,0.9531251 0.5233661,0 0.9531249,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.9003902,0 c -0.523366,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.429759,0.9531251 0.953125,0.9531251 0.523367,0 0.953125,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.429758,-0.953125 -0.953125,-0.953125 z M 3.171875,10.998047 c -0.5233662,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297588,0.953125 0.953125,0.953125 0.5233662,0 0.953125,-0.429759 0.953125,-0.953125 0,-0.523366 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.875,0 c -0.5233662,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297588,0.953125 0.953125,0.953125 C 6.5702412,12.904297 7,12.474538 7,11.951172 7,11.427806 6.5702412,10.998047 6.046875,10.998047 Z m 2.8554688,0 c -0.5233663,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297587,0.953125 0.953125,0.953125 0.5233661,0 0.9531249,-0.429759 0.953125,-0.953125 0,-0.523366 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.9003902,0 c -0.523366,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.429759,0.953125 0.953125,0.953125 0.523367,0 0.953125,-0.429759 0.953125,-0.953125 0,-0.523366 -0.429758,-0.953125 -0.953125,-0.953125 z M 3.5,0 c -0.554,0 -1,0.446 -1,1 v 0.050781 C 1.0853217,1.2909766 0,2.5186658 0,4 v 9 c 0,1.652487 1.3475134,3 3,3 h 9 c 1.652487,0 3,-1.347513 3,-3 V 4 C 15,2.5186658 13.914678,1.2909766 12.5,1.0507812 V 1 c 0,-0.554 -0.446,-1 -1,-1 -0.554,0 -1,0.446 -1,1 h -2 c 0,-0.554 -0.446,-1 -1,-1 -0.554,0 -1,0.446 -1,1 h -2 C 4.5,0.446 4.054,0 3.5,0 Z m 1,2.0996094 h 2 v 0.640625 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 v -0.640625 h 2 v 0.640625 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 V 2.1738281 C 13.311725,2.3905225 13.900391,3.11278 13.900391,4 v 9 c 0,1.062113 -0.838278,1.900391 -1.900391,1.900391 H 3 C 1.9378864,14.900391 1.0996094,14.062113 1.0996094,13 V 4 C 1.0996094,3.11278 1.6882747,2.3905225 2.5,2.1738281 v 0.5664063 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 z\"/></svg>')}.text-input{--ez-text-input__input--background-color:inherit;--ez-text-input__input--border-color:inherit}.btn-open-cal{outline:none;border:none;background-color:unset;cursor:pointer}.btn-open-cal:disabled{cursor:unset}.btn-open-cal::after{content:'';display:flex;background-color:var(--text--primary, #008561);width:15px;height:16px;-webkit-mask-image:var(--ez-date-input__calendar-image);mask-image:var(--ez-date-input__calendar-image)}.btn-open-cal:disabled:after{background-color:var(--text--disable, #AFB6C0)}.btn-open-cal:enabled:hover::after{background-color:var(--color--primary, #4e4e4e)}ez-text-input{--text-input__input--background-color:var(--ez-date-input__input--background-color, #FFFFFF);--text-input__input--border-color:var(--ez-date-input__input--border-color, #DCE0E8)}";
48
-
49
- let EzDateInput = class {
50
- constructor(hostRef) {
51
- registerInstance(this, hostRef);
52
- this.ezChange = createEvent(this, "ezChange", 7);
53
- /**
54
- * Deixa o campo disponível ou não para uso.
55
- */
56
- this.enabled = true;
57
- }
58
- setLabel() {
59
- this._textInput.label = this.label;
60
- }
61
- setErrorMessage() {
62
- this._textInput.errorMessage = this.errorMessage;
63
- }
64
- applyValueToInput() {
65
- if (this._textInput) {
66
- this._textInput.value = this.getTextValue(this.value);
67
- }
68
- }
69
- changeValue(newValue) {
70
- newValue = newValue == null ? null : DateUtils.clearTime(newValue);
71
- this._textInput.errorMessage = "";
72
- if (this.getTextValue(newValue) !== this.getTextValue(this.value)) {
73
- this.value = newValue;
74
- this.ezChange.emit();
75
- }
76
- }
77
- showCalendar() {
78
- this.parseDate();
79
- this._calendar.value = this.value;
80
- //FIXME: Provavelmente isso fará com que o popup abra em uma
81
- //posição errada no futuro. Preferi fazer simples no começo,
82
- //porque não quis onerar o text input com essa funcionalidade...
83
- const top = this._textInput.errorMessage ? 0 : -17;
84
- this._calendar.fitVertical(top, this._elem.clientHeight);
85
- }
86
- hideCalendar() {
87
- this.changeValue(this._calendar.value);
88
- this._calendar.hide();
89
- }
90
- parseDate() {
91
- const strValue = this._textInput.value;
92
- const parsedDate = DateUtils.strToDate(strValue);
93
- if (parsedDate || !strValue) {
94
- if (this.value === parsedDate) {
95
- this.changeValue(this.value);
96
- }
97
- else {
98
- this.changeValue(parsedDate);
99
- }
100
- }
101
- else {
102
- this._textInput.errorMessage = "O valor digitado não é uma data válida";
103
- }
104
- }
105
- getTextValue(d) {
106
- return d ? new Intl.DateTimeFormat("pt-BR").format(d) : null;
107
- }
108
- componentDidLoad() {
109
- CSSVarsUtils.applyVarsTextInput(this._elem, this._textInput);
110
- }
111
- render() {
112
- return (h(Host, null, h("ez-text-input", { ref: elem => this._textInput = elem, onBlur: () => this.parseDate(), onKeyDown: event => {
113
- if (event.key === "H" || event.key === "h")
114
- this.changeValue(new Date());
115
- }, label: this.label, onEzChange: event => event.stopPropagation(), value: this.getTextValue(this.value), restrict: "0123456789/", enabled: this.enabled, errorMessage: this.errorMessage }, h("button", { disabled: !this.enabled, tabindex: -1, class: "btn-open-cal", onClick: () => this.showCalendar(), slot: "leftIcon" })), h("ez-calendar", { onEzChange: (event) => { this.hideCalendar(); event.stopPropagation(); }, floating: true, ref: elem => this._calendar = elem })));
116
- }
117
- get _elem() { return getElement(this); }
118
- static get watchers() { return {
119
- "label": ["setLabel"],
120
- "errorMessage": ["setErrorMessage"],
121
- "value": ["applyValueToInput"]
122
- }; }
123
- };
124
- EzDateInput.style = ezDateInputCss;
125
-
126
- const ezSearchCss = ":host{width:100%}";
127
-
128
- let EzSearch = class {
129
- constructor(hostRef) {
130
- registerInstance(this, hostRef);
131
- this.ezChange = createEvent(this, "ezChange", 7);
132
- this.showPopup = createEvent(this, "showPopup", 7);
133
- /**
134
- * Deixa o campo disponível ou não.
135
- */
136
- this.enabled = true;
137
- /**
138
- * Ajusta a opção de mostrar o "value" ao selecionar uma opção.
139
- */
140
- this.showSelectedValue = true;
141
- /**
142
- * Ajusta a opção de mostrar o "value" para cada opção.
143
- */
144
- this.showOptionValue = true;
145
- }
146
- updateValue() {
147
- if (this._comboElement) {
148
- this._comboElement.value = this.value;
149
- }
150
- }
151
- onComboChange(evt) {
152
- evt.stopPropagation();
153
- this.value = evt.detail;
154
- this.ezChange.emit(evt.detail);
155
- }
156
- render() {
157
- return (h("ez-combo-box", { ref: elem => this._comboElement = elem, value: this.value, label: this.label, enabled: this.enabled, errorMessage: this.errorMessage, optionLoader: this.optionLoader, searchMode: true, onEzChange: evt => this.onComboChange(evt), showSelectedValue: this.showSelectedValue, showOptionValue: this.showOptionValue }));
158
- }
159
- ;
160
- static get watchers() { return {
161
- "value": ["updateValue"]
162
- }; }
163
- };
164
- EzSearch.style = ezSearchCss;
165
-
166
- const ezTextAreaCss = ":host{--text-area--width:100%;--text-area--border-radius:var(--border--radius-medium, 12px);--text-area--font-size:var(--text--medium, 14px);--text-area--font-family:var(--font-pattern, Arial);--text-area--font-weight:var(--text-weight--large, 500);--text-area--color:var(--title--primary, #000);--text-area__input--background-color:var(--background--medium, #e0e0e0);--text-area__input--border:var(--border--medium, 2px solid);--text-area__input--border-color:var(--text-area__input--background-color);--text-area__input--focus--border-color:var(--color--primary, #008561);--text-area__input--disabled--background-color:var(--color--disable-secondary, #F2F5F8);--text-area__input--disabled--color:var(--text--disable, #AFB6C0);--text-area__input--error--border-color:#CC2936;--text-area__message_box--font-size:var(--text--small, 12px);--text-area__message_box--info--color:var(--color--success, #22085d);--text-area__message_box--error--color:var(--color--error, #FF0000);--text-area__label--floating--top:6px;--text-area__label--padding-top:12px;--text-area__label--padding-left:14px;--text-area__label--padding-right:12px;display:flex;flex-wrap:wrap;position:relative;width:var(--text-area--width)}textarea{box-sizing:border-box;border:none;resize:none;margin-top:calc(var(--space--medium, 12px) + 4px);width:100%;font-weight:var(--text-weight--large, 600);font-family:var(--text-area--font-family);font-size:var(--text-area--font-size);color:var(--text-area--color);padding:0;background:none}textarea:focus{outline:none}textarea:disabled{background-color:transparent;color:var(--text-area__input--disabled--color)}.textarea{width:100%;box-sizing:border-box;padding-left:var(--space--medium);padding-right:var(--space--extra-small);border-radius:var(--text-area--border-radius);border:var(--text-area__input--border);border-color:var(--text-area__input--border-color);background-color:var(--text-area__input--background-color)}.textarea--focus{border-color:var(--text-area__input--focus--border-color)}.textarea.hasError{color:var(--text-area--color);border-color:var(--text-area__input--error--border-color)}.message-box{min-height:16px;min-width:100%;margin-top:2px;line-height:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--text-area--font-family);font-size:var(--text-area__message_box--font-size);color:var(--text-area__message_box--info--color)}.hasError{color:var(--text-area__message_box--error--color)}.textarea__label{box-sizing:border-box;position:absolute;z-index:var(--visible);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:font-size .05s, top .05s;transition:font-size .05s, top .05s;width:calc(100% - var(--text-area__label--padding-right));left:var(--text-area--space--medium);font-family:var(--text-area--font-family);font-size:var(--text-area--font-size);font-weight:var(--text-area--font-weight);color:var(--text-area--color);top:var(--text-area__label--padding-top);left:var(--text-area__label--padding-left);padding-right:var(--text-area__label--padding-right)}.textarea__label--floated{font-family:var(--text-area--font-family);font-size:var(--text--extra-small);color:var(--text--primary);top:var(--text-area__label--floating--top)}.textarea__label--disabled{color:var(--text-area__input--disabled--color)}";
167
-
168
- let EzTextArea = class {
169
- constructor(hostRef) {
170
- registerInstance(this, hostRef);
171
- this.ezChange = createEvent(this, "ezChange", 7);
172
- /**
173
- * Deixa o campo disponível ou não para digitação.
174
- */
175
- this.enabled = true;
176
- /**
177
- * Ajusta o número de linhas e consequentemente o height do textarea. Valor default: 4
178
- */
179
- this.rows = 4;
180
- }
181
- showError() {
182
- const hasError = typeof this.errorMessage === 'string' && this.errorMessage !== '';
183
- if (hasError) {
184
- this._container.classList.add('hasError');
185
- this._messageBoxElem.classList.add('hasError');
186
- }
187
- else {
188
- this._container.classList.remove('hasError');
189
- this._messageBoxElem.classList.remove('hasError');
190
- }
191
- }
192
- updateInputValue() {
193
- this._inputElem.value = this.value;
194
- this.handleChange();
195
- this.adjustFloatingLabel();
196
- this.ezChange.emit(this.value);
197
- }
198
- adjustFloatingLabel() {
199
- if (this.label) {
200
- const hasValue = this.value && this.value.toString().length > 0;
201
- const containsFloatedClass = this._labelElem.classList.contains("textarea__label--floated");
202
- if (hasValue || this.isFocused()) {
203
- if (!containsFloatedClass) {
204
- this._labelElem.classList.add("textarea__label--floated");
205
- }
206
- }
207
- else {
208
- if (containsFloatedClass) {
209
- this._labelElem.classList.remove("textarea__label--floated");
210
- }
211
- }
212
- }
213
- }
214
- isFocused() {
215
- return this._hostElement.shadowRoot.activeElement !== null;
216
- }
217
- //---------------------------------------------
218
- // Public methods
219
- //---------------------------------------------
220
- /**
221
- * Faz o foco no componente de input
222
- */
223
- async setFocus() {
224
- this._inputElem.focus();
225
- }
226
- /**
227
- * Remove o foco no componente de input
228
- */
229
- async setBlur() {
230
- this._inputElem.blur();
231
- }
232
- //---------------------------------------------
233
- // Event handlers
234
- //---------------------------------------------
235
- handleFocusout() {
236
- this.adjustFloatingLabel();
237
- if (this._container && this._container.classList.contains("textarea--focus")) {
238
- this._container.classList.remove("textarea--focus");
239
- }
240
- }
241
- handleChange() {
242
- this.errorMessage = "";
243
- this.value = this._inputElem.value;
244
- }
245
- handleFocus() {
246
- if (this.label && this._labelElem && !this._labelElem.classList.contains("textarea__label--floated")) {
247
- this._labelElem.classList.add("textarea__label--floated");
248
- }
249
- if (this._container && !this._container.classList.contains("textarea--focus")) {
250
- this._container.classList.add("textarea--focus");
251
- }
252
- }
253
- //---------------------------------------------
254
- // Lifecycle web component
255
- //---------------------------------------------
256
- componentDidLoad() {
257
- this.showError();
258
- this.adjustFloatingLabel();
259
- }
260
- render() {
261
- return (h(Host, null, h("div", { class: "textarea", ref: (el) => this._container = el }, this.label ?
262
- h("label", { ref: (el) => this._labelElem = el, class: this.enabled ? "textarea__label" : "textarea__label textarea__label--disabled", onClick: () => this._inputElem.focus(), title: this.label }, this.label)
263
- : null, h("textarea", { onFocus: () => this.handleFocus(), ref: (el) => this._inputElem = el, value: this.value, disabled: !this.enabled, onInput: () => { this.handleChange(); }, onFocusout: () => { this.handleFocusout(); }, onKeyDown: event => event.stopPropagation(), rows: this.rows })), h("span", { class: "message-box", ref: (el) => this._messageBoxElem = el, title: this.errorMessage }, this.errorMessage)));
264
- }
265
- get _hostElement() { return getElement(this); }
266
- static get watchers() { return {
267
- "errorMessage": ["showError"],
268
- "value": ["updateInputValue"]
269
- }; }
270
- };
271
- EzTextArea.style = ezTextAreaCss;
272
-
273
- class RemoteFile {
274
- constructor(file) {
275
- this.file = file;
276
- this.size = file.size;
277
- this.name = file.name;
278
- }
279
- abortUpload() {
280
- if (this._uploadingXhr) {
281
- this._aborted = true;
282
- this._uploadingXhr.abort();
283
- this._uploadingXhr = undefined;
284
- }
285
- }
286
- isUploading() {
287
- return this._uploadingXhr !== undefined;
288
- }
289
- async upload(server, headers, updateCallBack) {
290
- return new Promise((resolve, reject) => {
291
- const xhr = new XMLHttpRequest();
292
- this._uploadingXhr = xhr;
293
- this._aborted = false;
294
- this.progress = 0;
295
- xhr.upload.onprogress = (e) => {
296
- const loaded = e.loaded;
297
- const total = e.total;
298
- this.progress = ~~((loaded / total) * 100);
299
- updateCallBack(this, loaded, total);
300
- };
301
- xhr.onreadystatechange = () => {
302
- if (xhr.readyState == 4) {
303
- this._uploadingXhr = undefined;
304
- const status = xhr.status;
305
- if (!this._aborted) {
306
- if (status === 0) {
307
- reject("Servidor indisponível");
308
- }
309
- else if (status >= 500) {
310
- reject("Erro inesperado no servidor");
311
- }
312
- else if (status >= 400) {
313
- reject("Operação não permitida");
314
- }
315
- }
316
- const response = xhr.response;
317
- if (response) {
318
- resolve(JSON.parse(response));
319
- }
320
- }
321
- };
322
- xhr.ontimeout = () => {
323
- reject("Tempo limite de transferência atingido.");
324
- };
325
- const formData = new FormData();
326
- formData.append("ARQUIVO", this.file, this.file.name);
327
- xhr.open("POST", server, true);
328
- if (headers) {
329
- headers.forEach((value, key) => xhr.setRequestHeader(key, value));
330
- }
331
- xhr.send(formData);
332
- });
333
- }
334
- async delete(item, server, headers) {
335
- return new Promise((resolve, reject) => {
336
- const xhr = new XMLHttpRequest();
337
- xhr.onreadystatechange = () => {
338
- if (xhr.readyState == 4) {
339
- if (xhr.status === 0) {
340
- reject("Servidor indisponível");
341
- }
342
- else if (xhr.status >= 500) {
343
- reject("Erro inesperado no servidor");
344
- }
345
- else if (xhr.status >= 400) {
346
- reject("Operação não permitida");
347
- }
348
- resolve(true);
349
- }
350
- };
351
- xhr.ontimeout = () => {
352
- reject("Tempo limite de remoção atingido.");
353
- };
354
- xhr.open("DELETE", server, true);
355
- if (headers) {
356
- headers.forEach((value, key) => xhr.setRequestHeader(key, value));
357
- }
358
- xhr.send(JSON.stringify(item));
359
- });
360
- }
361
- }
362
-
363
- const ezUploadCss = ":host{--ez-upload--height:42px;--ez-upload--width:100%;--ez-upload__icon--width:48px;--ez-upload__container--background-color:var(--background--medium, #d2dce9);--ez-upload__color--primary:var(--color--primary, #008561);--ez-upload--padding--extra-small:var(--space--extra-small, 3px);--ez-upload--padding--small:var(--space--small, 6px);--ez-upload--padding--medium:var(--space--medium, 12px);--ez-upload--padding--large:var(--space--large, 24px);--ez-upload__border--color:var(--color-strokes, #DCE0E8);--ez-upload--text-shadow:var(--text-shadow, 0 0 0 #353535, 0 0 1px transparent);--ez-upload--text--primary:var(--text-primary, #626e82);--ez-upload--font-size:var(--text--medium, 14px);--ez-upload--font-family:var(--font-pattern, Arial);--ez-upload--font-weight:var(--text-weight--large, 500);--ez-upload__btn__cancel-image:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"8x\" width=\"8px\"><path d=\"M 8,0.8 7.2,0 4,3.2 0.8,0 0,0.8 3.2,4 0,7.2 0.8,8 4,4.8 7.2,8 8,7.2 4.8,4 Z\"/></svg>');--ez-upload__file-icon-image:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"11x\" width=\"9px\"><path d=\"M 1.2272719,8.4999999 V 2.75 c 0,-1.1045695 1.4652499,-2 3.2727273,-2 1.8074777,0 3.2727281,0.8954305 3.2727281,2 V 8.9999999 C 7.7727273,9.690356 6.8569456,10.25 5.7272719,10.25 4.5975985,10.25 3.6818174,9.690356 3.6818174,8.9999999 V 3.75 c 0,-0.2761425 0.3663125,-0.5 0.8181818,-0.5 0.4518694,0 0.8181818,0.2238575 0.8181818,0.5 V 8.4999999 H 6.5454537 V 3.75 C 6.5454537,3.059644 5.6296725,2.5 4.4999992,2.5 3.3703258,2.5 2.4545446,3.059644 2.4545446,3.75 V 8.9999999 C 2.4545446,10.10457 3.9197945,11 5.7272719,11 7.5347496,11 9,10.10457 9,8.9999999 V 2.75 C 9,1.231217 6.9852809,0 4.4999992,0 2.0147181,5e-7 0,1.231217 0,2.75 v 5.7499999 z\"/></svg>');display:flex;flex-wrap:wrap;position:relative;font-family:var(--ez-upload--font-family);font-size:var(--ez-upload--font-size);width:var(--ez-upload--width);font-weight:var(--ez-upload--font-weight)}.iu{display:flex;flex-wrap:wrap;background-color:var(--ez-upload__container--background-color);padding:var(--ez-upload--padding--small);width:100%;border-radius:12px;box-sizing:border-box}.iu__container{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;border:2px dashed var(--ez-upload__border--color);border-radius:6px;box-sizing:border-box}.iu__footer{display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%;padding:0 var(--ez-upload--padding--medium) var(--ez-upload--padding--medium) var(--ez-upload--padding--medium);box-sizing:border-box}.iu__item{display:flex;width:100%;justify-content:flex-start;align-items:center;align-self:center;padding-bottom:var(--ez-upload--padding--extra-small);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.iu__item-label{display:flex;max-width:80%;align-self:stretch;align-items:center}.file__name{font-weight:200}.box__content{width:100%;justify-content:center;align-items:center;height:100%;border:1px dashed var(--ez-upload__border--color);border-radius:6px;box-sizing:border-box}.box__container{display:flex;flex-wrap:wrap;background-color:var(--ez-upload__container--background-color);padding:6px;width:100%;border-radius:12px}a:-webkit-any-link{color:#008561;fill:#008561;cursor:pointer;text-decoration:none}progress[value]{display:flex;width:100%;appearance:none;border:1px solid var(--ez-upload__border--color);height:12px;justify-content:flex-start;align-items:center;border-radius:3px;position:relative}progress[value]::-webkit-progress-bar{display:flex;-webkit-appearance:none;width:100%;background-color:rgb(255, 255, 255);border-radius:2px;padding:2px}progress[value]::-webkit-progress-value{display:flex;width:100%;background-color:var(--ez-upload__color--primary)}.text--center{text-align:center}.align--middle{align-self:center;align-items:center}.text{font-family:\"Sora\", \"Algerian\";text-shadow:0 0 0 #353535, 0 0 1px transparent}.text--primary{color:var(--ez-upload--text--primary);text-shadow:var(--ez-upload--text-shadow)}.text--ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text--medium{font-size:14px}.text--small{font-size:12px}.btn-cancel{outline:none;border:none;background-color:unset;cursor:pointer}.btn-cancel::after{content:'';display:flex;background-color:var(--text--primary, #008561);width:8px;height:8px;-webkit-mask-image:var(--ez-upload__btn__cancel-image);mask-image:var(--ez-upload__btn__cancel-image)}.iu_header{display:flex;flex-direction:column;width:100%}.iu__label{padding:var(--space--small);box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--ez-upload--font-family);font-size:var(--text--extra-small);font-weight:var(--ez-upload--font-weight);color:var(--ez-upload--text--primary);text-shadow:var(--ez-upload--text-shadow)}.iu__file-icon{outline:none;border:none;background-color:unset;cursor:pointer}.iu__file-icon:disabled{cursor:unset}.iu__file-icon::after{content:'';display:flex;background-color:var(--text--primary, #626e82);width:9px;height:11px;-webkit-mask-image:var(--ez-upload__file-icon-image);mask-image:var(--ez-upload__file-icon-image)}.iu__file-icon:disabled::after{background-color:var(--text--disable, #AFB6C0)}.iu__icon-label{justify-content:center;display:flex;cursor:pointer;padding:var(--ez-upload--padding--large) 0px;box-sizing:border-box}.background--disabled{background-color:var(--color--disable-secondary, #F2F5F8)}.text--disabled{color:var(--text--disable, #AFB6C0)}.mouse-pointer--disabled{cursor:unset}.row{width:100%;display:flex;flex-wrap:wrap}.col{display:flex;flex-wrap:wrap;align-self:flex-start;box-sizing:border-box}.col--stretch{align-self:stretch}.col--undefined{width:unset}.col--nowrap{flex-wrap:nowrap}@media screen and (min-width: 320px){.col--sd-1{width:8.33333%}.col--sd-2{width:16.66667%}.col--sd-3{width:25%}.col--sd-4{width:33.33333%}.col--sd-5{width:41.66667%}.col--sd-6{width:50%}.col--sd-7{width:58.33333%}.col--sd-8{width:66.66667%}.col--sd-9{width:75%}.col--sd-10{width:83.33333%}.col--sd-11{width:91.66667%}.col--sd-12{width:100%}}@media screen and (min-width: 480px){.col--pn-1{width:8.33333%}.col--pn-2{width:16.66667%}.col--pn-3{width:25%}.col--pn-4{width:33.33333%}.col--pn-5{width:41.66667%}.col--pn-6{width:50%}.col--pn-7{width:58.33333%}.col--pn-8{width:66.66667%}.col--pn-9{width:75%}.col--pn-10{width:83.33333%}.col--pn-11{width:91.66667%}.col--pn-12{width:100%}}@media screen and (min-width: 768px){.col--tb-1{width:8.33333%}.col--tb-2{width:16.66667%}.col--tb-3{width:25%}.col--tb-4{width:33.33333%}.col--tb-5{width:41.66667%}.col--tb-6{width:50%}.col--tb-7{width:58.33333%}.col--tb-8{width:66.66667%}.col--tb-9{width:75%}.col--tb-10{width:83.33333%}.col--tb-11{width:91.66667%}.col--tb-12{width:100%}}@media screen and (min-width: 992px){.col--md-1{width:8.33333%}.col--md-2{width:16.66667%}.col--md-3{width:25%}.col--md-4{width:33.33333%}.col--md-5{width:41.66667%}.col--md-6{width:50%}.col--md-7{width:58.33333%}.col--md-8{width:66.66667%}.col--md-9{width:75%}.col--md-10{width:83.33333%}.col--md-11{width:91.66667%}.col--md-12{width:100%}}@media screen and (min-width: 1200px){.col--ld-1{width:8.33333%}.col--ld-2{width:16.66667%}.col--ld-3{width:25%}.col--ld-4{width:33.33333%}.col--ld-5{width:41.66667%}.col--ld-6{width:50%}.col--ld-7{width:58.33333%}.col--ld-8{width:66.66667%}.col--ld-9{width:75%}.col--ld-10{width:83.33333%}.col--ld-11{width:91.66667%}.col--ld-12{width:100%}}";
364
-
365
- let EzUpload = class {
366
- constructor(hostRef) {
367
- registerInstance(this, hostRef);
368
- this.ezChange = createEvent(this, "ezChange", 7);
369
- this._filePointers = new Map();
370
- /**
371
- * Deixa o campo disponível ou não para digitação.
372
- */
373
- this.enabled = true;
374
- }
375
- changeValue(newValue) {
376
- if (newValue !== this._updatingValue) {
377
- this._filePointers.forEach(f => {
378
- if (this.isRemoteFile(f)) {
379
- f.abortUpload();
380
- }
381
- });
382
- this._filePointers = new Map();
383
- this.updateFilePointers();
384
- }
385
- this._updatingValue = undefined;
386
- }
387
- updateFilePointers() {
388
- if (this.value) {
389
- this.value.forEach(ezFile => this._filePointers.set(ezFile.name, ezFile));
390
- }
391
- }
392
- normalizeRequestHeaders() {
393
- this._requestHeaders = new Map();
394
- if (typeof this.requestHeaders == "string") {
395
- try {
396
- this.requestHeaders = JSON.parse(this.requestHeaders);
397
- }
398
- catch (e) {
399
- this.requestHeaders = undefined;
400
- }
401
- }
402
- for (var key in this.requestHeaders) {
403
- this._requestHeaders.set(key, this.requestHeaders[key]);
404
- }
405
- }
406
- /**
407
- * Método responsável por adicionar um ou mais arquivos ao componente.
408
- */
409
- async addFiles(files) {
410
- if (this.maxFiles > 0) {
411
- let countDistinctFiles = this._filePointers.size;
412
- files.forEach(file => {
413
- if (!this._filePointers.has(file.name)) {
414
- countDistinctFiles++;
415
- }
416
- });
417
- if (countDistinctFiles > this.maxFiles) {
418
- this.showError(`A quantidade máxima de arquivos é ${this.maxFiles}.`);
419
- return;
420
- }
421
- }
422
- Array.prototype.forEach.call(files, this.addFile.bind(this));
423
- }
424
- async addFile(file) {
425
- const oldFile = this._filePointers.get(file.name);
426
- if (oldFile) {
427
- ApplicationUtils.confirm("Substituir arquivo", `Já existe um arquivo chamado "${file.name}". Deseja substituí-lo?`)
428
- .then(ok => {
429
- if (ok) {
430
- if (this.isRemoteFile(oldFile)) {
431
- oldFile.abortUpload();
432
- }
433
- this.doAddFile(file);
434
- }
435
- });
436
- }
437
- else {
438
- this.doAddFile(file);
439
- }
440
- }
441
- async doAddFile(file) {
442
- if (this.validateFile(file)) {
443
- const uploadingFile = new RemoteFile(file);
444
- this._filePointers.set(file.name, uploadingFile);
445
- uploadingFile.upload(this.urlUpload, this._requestHeaders, (file) => this.updateFeedback(file))
446
- .then((files) => files.forEach(ezFile => this.finishUpload(ezFile)))
447
- .catch(msg => this.showError(msg));
448
- forceUpdate(this);
449
- }
450
- }
451
- finishUpload(ezFile) {
452
- this._filePointers.set(ezFile.name, ezFile);
453
- this.updateValue();
454
- }
455
- updateValue() {
456
- this._updatingValue = [];
457
- this._filePointers.forEach(f => {
458
- if (!this.isRemoteFile(f)) {
459
- this._updatingValue.push(f);
460
- }
461
- });
462
- this.value = this._updatingValue;
463
- this.ezChange.emit(this.value);
464
- }
465
- buildProgressId(uploading) {
466
- let sanitizedName = uploading.name.replace(/[^a-z0-9_]/gi, "_");
467
- return `PROGRESS_${sanitizedName}_${uploading.file.lastModified}`;
468
- }
469
- updateFeedback(uf) {
470
- window.requestAnimationFrame(() => {
471
- if (this._host) {
472
- const progress = this._host.shadowRoot.querySelector("#" + this.buildProgressId(uf));
473
- if (progress) {
474
- progress.value = uf.progress;
475
- }
476
- }
477
- });
478
- }
479
- validateFile(file) {
480
- if (!this._filePointers.has(file.name) && this.maxFiles > 0 && this._filePointers.size >= this.maxFiles) {
481
- this.showError(`A quantidade máxima de arquivos é ${this.maxFiles}.`);
482
- return false;
483
- }
484
- if (file.size === 0) {
485
- this.showError(`Erro de permissão: O arquivo "${file.name}" não pode ser enviado.`);
486
- return false;
487
- }
488
- if (!this.urlUpload) {
489
- this.showError("Endereço de upload não informado");
490
- return false;
491
- }
492
- if (this.maxFileSize >= 0 && file.size > this.maxFileSize) {
493
- this.showError("O tamanho máximo dos arquivos é de " + this.formatBytes(this.maxFileSize));
494
- return false;
495
- }
496
- return true;
497
- }
498
- showError(message) {
499
- ApplicationUtils.alert("Enviando arquivo", message);
500
- }
501
- formatBytes(bytes, decimals = 1) {
502
- if (bytes === 0)
503
- return "0 Bytes";
504
- const k = 1024;
505
- const dm = decimals < 0 ? 0 : decimals;
506
- const sizes = ["B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"];
507
- const i = Math.floor(Math.log(bytes) / Math.log(k));
508
- return parseFloat((bytes / Math.pow(k, i)).toFixed(dm)) + " " + sizes[i];
509
- }
510
- onFileInputChange(event) {
511
- const input = event.target;
512
- this.addFiles(Array.from(input.files));
513
- this._fileInput.value = "";
514
- }
515
- isRemoteFile(item) {
516
- return "file" in item;
517
- }
518
- removeFromList(name) {
519
- this._filePointers.delete(name);
520
- this.updateValue();
521
- }
522
- removeFile(name) {
523
- const item = this._filePointers.get(name);
524
- if (this.isRemoteFile(item)) {
525
- item.abortUpload();
526
- this.removeFromList(name);
527
- }
528
- else {
529
- if (this.urlDelete) {
530
- const uploadingFile = new RemoteFile(null);
531
- this._filePointers.set(item.name, uploadingFile);
532
- uploadingFile.delete(item, this.urlDelete, null)
533
- .then(_ok => this.removeFromList(name))
534
- .catch(msg => this.showError(msg));
535
- }
536
- else {
537
- this.removeFromList(name);
538
- }
539
- }
540
- }
541
- openFilesDialog() {
542
- if (this.enabled) {
543
- this._fileInput.click();
544
- }
545
- }
546
- componentDidLoad() {
547
- if (this.enabled && this._dropZone && window.FileList && window.File) {
548
- this._dropZone.addEventListener("dragover", event => {
549
- event.stopPropagation();
550
- event.preventDefault();
551
- event.dataTransfer.dropEffect = "copy";
552
- this._dropZone.style.background = "#c2dbff";
553
- });
554
- this._dropZone.addEventListener("drop", event => {
555
- event.stopPropagation();
556
- event.preventDefault();
557
- this.addFiles(Array.from(event.dataTransfer.files));
558
- this._dropZone.style.background = "";
559
- });
560
- this._dropZone.addEventListener("dragleave", _event => {
561
- this._dropZone.style.background = "";
562
- });
563
- }
564
- }
565
- componentWillRender() {
566
- if (this.value) {
567
- if (this._filePointers.size < this.value.length) {
568
- this.updateFilePointers();
569
- }
570
- }
571
- }
572
- render() {
573
- return (h("div", { ref: (el) => this._dropZone = el, class: this.evalDisabledClass("iu", "background--disabled") }, h("div", { class: "iu__container", onClick: () => this.openFilesDialog() }, h("div", { class: "iu_header" }, this.label ? h("label", { class: this.evalDisabledClass("iu__label", "text--disabled"), title: this.label }, this.label) : null, h("div", { class: this.evalDisabledClass("iu__icon-label", "mouse-pointer--disabled") }, h("button", { class: "iu__file-icon", disabled: !this.enabled }), h("div", { class: this.evalDisabledClass("text text--center text--medium text--primary", "text--disabled") }, this.enabled ? "Arraste e solte ou clique para adicionar arquivos" : "Somente leitura"))), this.buildFooter()), h("input", { ref: (el) => this._fileInput = el, onChange: (ev) => this.onFileInputChange(ev), type: "file", multiple: true, hidden: true })));
574
- }
575
- buildFooter() {
576
- if (this._filePointers.size === 0) {
577
- return null;
578
- }
579
- const items = [];
580
- this._filePointers.forEach(item => items.push(this.buildFileItem(item)));
581
- return (h("div", { class: "iu__footer" }, items));
582
- }
583
- buildFileItem(item) {
584
- const fileName = item.name;
585
- const progress = Number(item["progress"]);
586
- const downloadURL = item["downloadURL"];
587
- const label = `${fileName} (${this.formatBytes(item.size)})`;
588
- return (h("div", { class: "iu__item", key: fileName, onClick: evt => evt.stopPropagation() }, h("div", { class: "iu__item-label modificador" }, h("div", { title: label, class: "col--stretch align--middle file__name text text--primary text--small text--ellipsis align--middle" }, downloadURL ? h("a", { href: downloadURL, download: true }, label) : label)), isNaN(progress)
589
- ?
590
- null
591
- :
592
- h("div", { class: "col col--sd-4 col--stretch align--middle" }, h("progress", { id: this.buildProgressId(item), value: progress, max: "100" })), this.enabled
593
- ?
594
- h("div", { class: "col col--stretch align--middle" }, h("button", { class: "btn-cancel ", onClick: () => this.removeFile(fileName) }))
595
- :
596
- null));
597
- }
598
- evalDisabledClass(regularClasses, disabledClass) {
599
- return this.enabled ? regularClasses : `${regularClasses} ${disabledClass}`;
600
- }
601
- get _host() { return getElement(this); }
602
- static get watchers() { return {
603
- "value": ["changeValue"],
604
- "requestHeaders": ["normalizeRequestHeaders"]
605
- }; }
606
- };
607
- EzUpload.style = ezUploadCss;
608
-
609
- const placeHolderCss = ":host{display:flex;width:100%;height:42px;border-radius:12px;background:var(--background--medium);background-image:linear-gradient(to right, var(--background--medium) 0%, var(--background--strong) 20%, var(--background--medium) 40%, var(--background--medium) 100%);background-repeat:no-repeat;background-size:800px 1000px;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeholderShimmer;animation-timing-function:linear}@keyframes placeholderShimmer{0%{background-position:-800px 0}100%{background-position:800px 0}}";
610
-
611
- let PlaceHolder = class {
612
- constructor(hostRef) {
613
- registerInstance(this, hostRef);
614
- }
615
- render() {
616
- return h(Host, null);
617
- }
618
- };
619
- PlaceHolder.style = placeHolderCss;
620
-
621
- export { EzCollapsibleBox as ez_collapsible_box, EzDateInput as ez_date_input, EzSearch as ez_search, EzTextArea as ez_text_area, EzUpload as ez_upload, PlaceHolder as place_holder };