@sankhyalabs/ezui 3.0.2 → 3.0.4

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 (149) hide show
  1. package/dist/cjs/{ApplicationUtils-350ac2ff.js → ApplicationUtils-1eef635f.js} +8 -4
  2. package/dist/cjs/constants-5a75e2f3.js +5 -0
  3. package/dist/cjs/ez-actions-button.cjs.entry.js +2 -2
  4. package/dist/cjs/ez-alert.cjs.entry.js +1 -1
  5. package/dist/cjs/ez-application.cjs.entry.js +1 -1
  6. package/dist/cjs/ez-breadcrumb.cjs.entry.js +1 -1
  7. package/dist/cjs/ez-button.cjs.entry.js +1 -1
  8. package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
  9. package/dist/cjs/ez-card-item.cjs.entry.js +1 -1
  10. package/dist/cjs/ez-check.cjs.entry.js +1 -1
  11. package/dist/cjs/ez-chip.cjs.entry.js +1 -1
  12. package/dist/cjs/ez-collapsible-box.cjs.entry.js +2 -2
  13. package/dist/cjs/ez-combo-box.cjs.entry.js +95 -11
  14. package/dist/cjs/ez-date-input.cjs.entry.js +1 -1
  15. package/dist/cjs/ez-date-time-input.cjs.entry.js +1 -1
  16. package/dist/cjs/ez-dialog.cjs.entry.js +1 -1
  17. package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
  18. package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
  19. package/dist/cjs/ez-filter-input_4.cjs.entry.js +1 -1
  20. package/dist/cjs/ez-form-view.cjs.entry.js +3 -2
  21. package/dist/cjs/ez-form.cjs.entry.js +2 -2
  22. package/dist/cjs/ez-grid.cjs.entry.js +1 -1
  23. package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
  24. package/dist/cjs/ez-icon.cjs.entry.js +1 -1
  25. package/dist/cjs/ez-list.cjs.entry.js +1 -1
  26. package/dist/cjs/ez-loading-bar.cjs.entry.js +1 -1
  27. package/dist/cjs/ez-modal-container.cjs.entry.js +1 -1
  28. package/dist/cjs/ez-modal.cjs.entry.js +1 -1
  29. package/dist/cjs/ez-number-input.cjs.entry.js +1 -1
  30. package/dist/cjs/ez-popover.cjs.entry.js +1 -1
  31. package/dist/cjs/ez-popup.cjs.entry.js +1 -1
  32. package/dist/cjs/ez-radio-button.cjs.entry.js +1 -1
  33. package/dist/cjs/ez-search.cjs.entry.js +1 -1
  34. package/dist/cjs/ez-tabselector.cjs.entry.js +1 -1
  35. package/dist/cjs/ez-text-area.cjs.entry.js +1 -1
  36. package/dist/cjs/ez-text-edit.cjs.entry.js +2 -2
  37. package/dist/cjs/ez-text-input.cjs.entry.js +1 -1
  38. package/dist/cjs/ez-time-input.cjs.entry.js +1 -1
  39. package/dist/cjs/ez-toast.cjs.entry.js +11 -3
  40. package/dist/cjs/ez-upload.cjs.entry.js +2 -2
  41. package/dist/cjs/ez-view-stack.cjs.entry.js +1 -1
  42. package/dist/cjs/ezui.cjs.js +1 -1
  43. package/dist/cjs/{index-892780f1.js → index-b54f47a1.js} +5 -0
  44. package/dist/cjs/loader.cjs.js +1 -1
  45. package/dist/collection/components/ez-combo-box/ez-combo-box.js +93 -9
  46. package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +2 -1
  47. package/dist/collection/components/ez-toast/ez-toast.css +1 -1
  48. package/dist/collection/components/ez-toast/ez-toast.js +9 -1
  49. package/dist/collection/utils/ApplicationUtils.js +8 -4
  50. package/dist/collection/utils/constants.js +1 -0
  51. package/dist/custom-elements/index.js +113 -16
  52. package/dist/esm/{ApplicationUtils-9fda4796.js → ApplicationUtils-79bf1d95.js} +8 -4
  53. package/dist/esm/constants-ca136201.js +3 -0
  54. package/dist/esm/ez-actions-button.entry.js +2 -2
  55. package/dist/esm/ez-alert.entry.js +1 -1
  56. package/dist/esm/ez-application.entry.js +1 -1
  57. package/dist/esm/ez-breadcrumb.entry.js +1 -1
  58. package/dist/esm/ez-button.entry.js +1 -1
  59. package/dist/esm/ez-calendar.entry.js +1 -1
  60. package/dist/esm/ez-card-item.entry.js +1 -1
  61. package/dist/esm/ez-check.entry.js +1 -1
  62. package/dist/esm/ez-chip.entry.js +1 -1
  63. package/dist/esm/ez-collapsible-box.entry.js +2 -2
  64. package/dist/esm/ez-combo-box.entry.js +95 -11
  65. package/dist/esm/ez-date-input.entry.js +1 -1
  66. package/dist/esm/ez-date-time-input.entry.js +1 -1
  67. package/dist/esm/ez-dialog.entry.js +1 -1
  68. package/dist/esm/ez-dropdown.entry.js +1 -1
  69. package/dist/esm/ez-file-item.entry.js +1 -1
  70. package/dist/esm/ez-filter-input_4.entry.js +1 -1
  71. package/dist/esm/ez-form-view.entry.js +3 -2
  72. package/dist/esm/ez-form.entry.js +2 -2
  73. package/dist/esm/ez-grid.entry.js +1 -1
  74. package/dist/esm/ez-guide-navigator.entry.js +1 -1
  75. package/dist/esm/ez-icon.entry.js +1 -1
  76. package/dist/esm/ez-list.entry.js +1 -1
  77. package/dist/esm/ez-loading-bar.entry.js +1 -1
  78. package/dist/esm/ez-modal-container.entry.js +1 -1
  79. package/dist/esm/ez-modal.entry.js +1 -1
  80. package/dist/esm/ez-number-input.entry.js +1 -1
  81. package/dist/esm/ez-popover.entry.js +1 -1
  82. package/dist/esm/ez-popup.entry.js +1 -1
  83. package/dist/esm/ez-radio-button.entry.js +1 -1
  84. package/dist/esm/ez-search.entry.js +1 -1
  85. package/dist/esm/ez-tabselector.entry.js +1 -1
  86. package/dist/esm/ez-text-area.entry.js +1 -1
  87. package/dist/esm/ez-text-edit.entry.js +2 -2
  88. package/dist/esm/ez-text-input.entry.js +1 -1
  89. package/dist/esm/ez-time-input.entry.js +1 -1
  90. package/dist/esm/ez-toast.entry.js +11 -3
  91. package/dist/esm/ez-upload.entry.js +2 -2
  92. package/dist/esm/ez-view-stack.entry.js +1 -1
  93. package/dist/esm/ezui.js +2 -2
  94. package/dist/esm/{index-de655f48.js → index-c27164d3.js} +5 -0
  95. package/dist/esm/loader.js +2 -2
  96. package/dist/ezui/ezui.esm.js +1 -1
  97. package/dist/ezui/{p-7ffd12e7.js → p-00ea9b50.js} +2 -2
  98. package/dist/ezui/{p-0c7e81fe.entry.js → p-044a3427.entry.js} +1 -1
  99. package/dist/ezui/{p-6818dd0a.entry.js → p-064e558f.entry.js} +1 -1
  100. package/dist/ezui/{p-c98e571a.entry.js → p-0f76448d.entry.js} +1 -1
  101. package/dist/ezui/{p-36f7ec68.entry.js → p-124859c3.entry.js} +1 -1
  102. package/dist/ezui/{p-9613fae6.entry.js → p-149442dd.entry.js} +1 -1
  103. package/dist/ezui/{p-493e2af4.entry.js → p-1806b3c6.entry.js} +1 -1
  104. package/dist/ezui/{p-37b4bf04.entry.js → p-1a1c2eda.entry.js} +1 -1
  105. package/dist/ezui/{p-eceb9382.entry.js → p-1cfae451.entry.js} +1 -1
  106. package/dist/ezui/{p-07b99b94.entry.js → p-216e1153.entry.js} +1 -1
  107. package/dist/ezui/{p-1b95836f.entry.js → p-2c5f1107.entry.js} +1 -1
  108. package/dist/ezui/{p-fcf6cf57.entry.js → p-2d16e8c2.entry.js} +1 -1
  109. package/dist/ezui/p-30afcb93.entry.js +1 -0
  110. package/dist/ezui/{p-a323b415.entry.js → p-330aef41.entry.js} +1 -1
  111. package/dist/ezui/p-3f4ae3a3.js +1 -0
  112. package/dist/ezui/{p-f670bd32.entry.js → p-52e5cc09.entry.js} +1 -1
  113. package/dist/ezui/{p-c0184982.entry.js → p-66dba09c.entry.js} +1 -1
  114. package/dist/ezui/p-68acdc61.entry.js +1 -0
  115. package/dist/ezui/{p-4bfed869.entry.js → p-74379544.entry.js} +1 -1
  116. package/dist/ezui/{p-b1e4ccf4.entry.js → p-74b3615b.entry.js} +1 -1
  117. package/dist/ezui/{p-db131605.entry.js → p-77d70bae.entry.js} +1 -1
  118. package/dist/ezui/{p-600f1732.entry.js → p-78b28632.entry.js} +1 -1
  119. package/dist/ezui/{p-a4b281ca.entry.js → p-7ff5d0cc.entry.js} +1 -1
  120. package/dist/ezui/{p-cc5cfcb7.entry.js → p-80f79b1c.entry.js} +1 -1
  121. package/dist/ezui/{p-f18d39e6.entry.js → p-83b92420.entry.js} +1 -1
  122. package/dist/ezui/{p-06b3e801.entry.js → p-85c1e00f.entry.js} +1 -1
  123. package/dist/ezui/{p-c1300e84.entry.js → p-8f1a5e21.entry.js} +1 -1
  124. package/dist/ezui/p-90c3d4fd.entry.js +1 -0
  125. package/dist/ezui/{p-b941aeee.entry.js → p-936ae3ac.entry.js} +1 -1
  126. package/dist/ezui/{p-b3c7b243.entry.js → p-93c8bdc6.entry.js} +1 -1
  127. package/dist/ezui/p-a0e47238.entry.js +1 -0
  128. package/dist/ezui/{p-86d29565.entry.js → p-aaba630e.entry.js} +1 -1
  129. package/dist/ezui/{p-62481744.entry.js → p-bb011a51.entry.js} +1 -1
  130. package/dist/ezui/{p-fd87638e.entry.js → p-bb0607a6.entry.js} +1 -1
  131. package/dist/ezui/{p-b405d9b6.entry.js → p-bf442859.entry.js} +1 -1
  132. package/dist/ezui/{p-8ca4750d.entry.js → p-bfca509e.entry.js} +1 -1
  133. package/dist/ezui/{p-82db6de7.entry.js → p-cd1e0679.entry.js} +1 -1
  134. package/dist/ezui/{p-cc40fcb3.entry.js → p-ce1408dd.entry.js} +1 -1
  135. package/dist/ezui/{p-1581fece.entry.js → p-dd13d0e6.entry.js} +1 -1
  136. package/dist/ezui/{p-a67e056f.entry.js → p-e6cf82e8.entry.js} +1 -1
  137. package/dist/ezui/{p-695facd0.entry.js → p-e8271a0e.entry.js} +1 -1
  138. package/dist/ezui/p-efb43dd8.js +1 -0
  139. package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +10 -0
  140. package/dist/types/components/ez-grid/controller/EzGridController.d.ts +1 -1
  141. package/dist/types/components/ez-toast/ez-toast.d.ts +1 -0
  142. package/dist/types/utils/ApplicationUtils.d.ts +4 -4
  143. package/dist/types/utils/constants.d.ts +1 -0
  144. package/package.json +1 -1
  145. package/dist/ezui/p-69a913b8.js +0 -1
  146. package/dist/ezui/p-a8c7355e.entry.js +0 -1
  147. package/dist/ezui/p-ada6e6b0.entry.js +0 -1
  148. package/dist/ezui/p-d6dd32b2.entry.js +0 -1
  149. package/dist/ezui/p-e0d756d9.entry.js +0 -1
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
5
+ const index = require('./index-b54f47a1.js');
6
6
 
7
7
  const ezPopupCss = ":host{display:flex;--ez-popup-z-index:var(--most-visible, 3);--ez-popup__container--color:var(--title--primary, #2b3a54);--ez-popup__container--padding:var(--space--large, 24px);--ez-popup__header--padding-bottom:var(--space--medium, 12px);--ez-popup__title--font-family:var(--font-pattern, \"Roboto\");--ez-popup__title--font-size:var(--title--extra-large, 24px);--ez-popup__title--color:var(--title--primary, #2b3a54);--ez-popup__title--font-weight:var(--text-weight--large, 600);--ez-popup__btn__close--icon-color:var(--title--primary, #2b3a54);--ez-popup__btn__close--icon:url('data:image/svg+xml;utf8,<svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 8.2421753,6.9944578 13.743748,1.4930784 C 13.907781,1.3290628 14,1.1065946 14,0.87462511 14,0.64266712 13.907782,0.42019873 13.743748,0.25617155 13.579712,0.09215597 13.35727,6.48e-8 13.125266,6.48e-8 12.89338,6.48e-8 12.670821,0.09215634 12.506787,0.25617155 L 7.005215,5.7575508 1.5035972,0.25617155 C 1.3395631,0.09215597 1.1170968,6.48e-8 0.88511716,6.48e-8 0.65314917,6.48e-8 0.4306712,0.09215597 0.26663695,0.25617155 0.10260271,0.42019873 0.01045441,0.64266712 0.01045441,0.87462511 c 0,0.23196949 0.0921483,0.45443769 0.25618254,0.61845329 L 5.7682546,6.9944578 0.26663695,12.497027 c -0.0834745,0.08067 -0.15003245,0.1772 -0.19581514,0.283871 C 0.02505077,12.887561 9.831648e-4,13.002399 2.950369e-5,13.118395 -9.2415746e-4,13.234504 0.02125019,13.349689 0.06527245,13.457057 c 0.04401053,0.107479 0.10898307,0.205064 0.1911168,0.287137 0.0821454,0.08208 0.17979645,0.146888 0.28727561,0.190839 0.10747906,0.04395 0.22262954,0.06598 0.33872417,0.06493 0.116095,-10e-4 0.23082547,-0.0253 0.33747687,-0.07112 0.1066637,-0.04593 0.2031133,-0.112615 0.2837313,-0.196086 L 7.005215,8.2313646 12.506787,13.732768 c 0.164034,0.164027 0.386593,0.256125 0.618479,0.256125 0.232004,0 0.454446,-0.09209 0.618482,-0.256125 C 13.907781,13.568741 14,13.346308 14,13.114315 14,12.882323 13.90779,12.659888 13.743748,12.495861 Z\"/></svg>')}.overlay{position:fixed;display:flex;top:0px;z-index:var(--ez-popup-z-index);left:0px;width:100%;align-items:center;justify-content:center;box-sizing:border-box;height:100vh;backdrop-filter:blur(4px);background:rgba(0, 4, 12, 0.4)}.popup{display:flex;height:100%;align-items:center;justify-content:center;box-sizing:border-box}.popup__container{width:100%;max-height:90%;height:100%;display:flex;flex-wrap:wrap;overflow:hidden;outline:none;background:#FFFF;color:var(--ez-popup__container--color);border-radius:12px;box-shadow:0px 0px 16px rgba(0, 38, 111, 0.122);box-sizing:border-box;padding:var(--ez-popup__container--padding)}.popup__container--auto{height:auto}.popup__content{box-sizing:border-box;max-height:100%;width:100%;display:grid;grid-template-rows:auto 1fr}.popup__expandable-content{box-sizing:border-box;overflow-y:auto;height:100%;width:100%}.popup__header{padding-bottom:var(--ez-popup__header--padding-bottom);width:100%;display:flex}.popup__title{display:flex;margin:0;width:100%;font-family:var(--ez-popup__title--font-family);font-size:var(--ez-popup__title--font-size);font-weight:var(--ez-popup__title--font-weight);color:var(--ez-popup__title--color);line-height:1.3}.btn-close{justify-content:flex-end;align-self:flex-start;align-items:flex-start;display:flex;outline:none;border:none;background-color:unset;cursor:pointer}.btn-close::after{content:'';display:flex;background-color:var(--ez-popup__btn__close--icon-color);width:14px;height:14px;-webkit-mask-image:var(--ez-popup__btn__close--icon);mask-image:var(--ez-popup__btn__close--icon)}.btn-close--solo{width:100%}.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%}}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
5
+ const index = require('./index-b54f47a1.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
8
  const ezRadioButtonCss = ":host{--ez-radio-button--font-family:var(--font-pattern, Arial);--ez-radio-button--font-size:var(--text--medium, 14px);--ez-radio-button--font-weight:var(--text-weight--large);--ez-radio-button--font-color:var(--title--primary, #2B3A54);--ez-radio-button--padding-vertical:var(--space--medium, 12px);--ez-radio-button--padding-horizontal:var(--space--small, 6px);--ez-radio-button__form-label--font-family:var(--font-pattern, Arial);--ez-radio-button__form-label--font-weight:var(--text-weight--medium, 400);--ez-radio-button__form-label--title-primary:var(--title--primary, #2B3A54);--ez-radio-button__form-label--font-size:var(--text--medium, 14px);--ez-radio-button__form-label--padding-horizontal:var(--space--medium, 12px);--ez-radio-button__form-radio--border-color:var(--title--primary, #2B3A54);--ez-radio-button__form-radio--checked--color:var(--color--primary, #008561);--ez-radio-button__form-radio--disabled--border-color:var(--color--strokes, #dce0e8);--ez-radio-button__form-radio--disabled--background-color:var(--background--medium, #f0f3f7);--ez-radio-button__form-radio--disabled--color:var(--color--strokes, #dce0e8);--ez-radio-button__form-radio--disabled--before--background-color:var(--color--strokes, #dce0e8);--ez-radio-button__form-radio--focus--background-color:var(--color--inverted, #fff);--ez-radio-button__form-radio--checked--box-shadow-color:var(--background--strong, #e4eaf1);--ez-radio-button__form-radio--checked--focus--background-color:var(--color--inverted, #fff);--ez-radio-button__form-radio--checked--focus--box-shadow-color:var(--color--primary-300, #e2f4ef);--ez-radio-button__form-radio--checked--hover--background-color:var(--color--inverted, #fff);--ez-radio-button__form-radio--checked--hover--box-shadow-color:#daece7;--ez-radio-button__form-radio--hover--box-shadow-color:var(--color--strokes, #dce0e8);--ez-radio-button__form-radio--checked--disabled--hover--background-color:var(--background--medium, #f0f3f7);display:flex;width:100%;flex-direction:column;align-items:flex-start;box-sizing:border-box}.form{padding:var(--ez-radio-button--padding-vertical) var(--ez-radio-button--padding-horizontal);gap:var(--ez-radio-button__form-label--padding-horizontal)}.form--vertical{display:flex;flex-direction:column}.form--horizontal{display:flex;flex-direction:row}.form__group{display:flex;align-items:center}.label{font-family:var(--ez-radio-button--font-family);font-size:var(--ez-radio-button--font-size);font-weight:var(--ez-radio-button--font-weight);color:var(--ez-radio-button--font-color)}.form__label{cursor:pointer;font-weight:var(--ez-radio-button__form-label--font-weight);color:var(--ez-radio-button__form-label--title-primary);font-family:var(--ez-radio-button__form-label--font-family);font-size:var(--ez-radio-button__form-label--font-size);padding-left:var(--ez-radio-button__form-label--padding-horizontal);padding-right:var(--ez-radio-button__form-label--padding-horizontal)}.form__radio{cursor:pointer;appearance:none;outline:none;position:relative;display:flex;align-items:center;justify-content:center;margin:0;padding:0;width:20px;height:20px;border-radius:50%;border:2px solid var(--ez-radio-button__form-radio--border-color)}.form__radio::before{content:'';display:block;position:absolute;opacity:0;transition:all 300ms ease-in-out;height:100%;width:100%;border-radius:50%;transform:scale(0.5);background:var(--ez-radio-button__form-radio--checked--color)}.form__radio:checked:before{opacity:1}.form__radio:checked{border:2px solid var(--ez-radio-button__form-radio--checked--color)}.form__radio:disabled{cursor:default;border:2px solid var(--ez-radio-button__form-radio--disabled--border-color);background-color:var(--ez-radio-button__form-radio--disabled--background-color)}.form__radio:disabled:hover{box-shadow:inherit}input[type=radio]:disabled~label{cursor:default;color:var(--ez-radio-button__form-radio--disabled--color)}.form__radio:disabled:before{background:var(--ez-radio-button__form-radio--disabled--before--background-color)}.form__radio:focus{transition:0.25s linear;background-color:var(--ez-radio-button__form-radio--focus--background-color);box-shadow:0px 0px 0px 6px var(--ez-radio-button__form-radio--checked--box-shadow-color)}.form__radio:checked:focus{transition:0.25s linear;background-color:var(--ez-radio-button__form-radio--checked--focus--background-color);box-shadow:0px 0px 0px 6px var(--ez-radio-button__form-radio--checked--focus--box-shadow-color)}.form__radio:checked:hover{transition:0.25s linear;background-color:var(--ez-radio-button__form-radio--checked--hover--background-color);box-shadow:0px 0px 0px 6px var(--ez-radio-button__form-radio--checked--hover--box-shadow-color)}.form__radio:hover{transition:0.25s linear;box-shadow:0px 0px 0px 6px var(--ez-radio-button__form-radio--hover--box-shadow-color)}.form__radio:checked:disabled:hover{box-shadow:none;background-color:var(--ez-radio-button__form-radio--checked--disabled--hover--background-color)}";
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
5
+ const index = require('./index-b54f47a1.js');
6
6
  const CSSVarsUtils = require('./CSSVarsUtils-af809e73.js');
7
7
  const core = require('@sankhyalabs/core');
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
5
+ const index = require('./index-b54f47a1.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
8
  const ezTabselectorCss = "@keyframes activate{0%{clip-path:inset(calc(100% - 3px) 50% 0px 50%)}100%{clip-path:inset(calc(100% - 3px) 0px 0px 0px)}}:host{display:flex;position:relative;width:100%;overflow:hidden;--tabselector--backward-icon:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"10px\"><path d=\"M 9.7808475,13.860393 3.9204526,8.0000004 9.7808475,2.0624965 7.9301965,0.28895552 0.21915255,8.0000004 7.9301965,15.711044 Z\"/></svg>');--tabselector--forward-icon: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>')}.scroll{display:flex;width:100%;scroll-behavior:smooth;overflow-x:auto;scrollbar-width:none}.scroll.startHidden{-webkit-mask-image:linear-gradient(90deg, transparent 20px, #000 48px)}.scroll.middle{-webkit-mask-image:linear-gradient(90deg, transparent 20px, #000 48px, #000 calc(100% - 48px), transparent calc(100% - 20px))}.scroll.endHidden{-webkit-mask-image:linear-gradient(90deg, #000 calc(100% - 48px), transparent calc(100% - 20px))}.tab{display:flex;border:none;min-width:100px;background-color:unset;cursor:pointer;padding:6px 12px;align-items:center;justify-content:center;color:var(--text--primary, #626e82);font-family:var(--font-pattern, \"Roboto\");font-size:var(--title--small, 14px)}.tab:focus,.forward-button,.backward-button{outline:none}.is-active{position:relative;color:var(--color--primary, #008561)}.is-active::after{content:\"\";position:absolute;width:100%;height:100%;background-color:var(--color--primary, #008561);clip-path:inset(calc(100% - 3px) 0px 0px 0px);animation:activate 0.25s ease-in-out}.is-focused{border:1px dashed var(--color--primary, #000000c5)}.tab-label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-shadow:var(--text-shadow);margin-bottom:var(--space--extra-small, 3px)}.forward-button,.backward-button{position:absolute;z-index:1;display:flex;box-sizing:border-box;padding:0px;top:0px;right:0px;width:16px;height:100%;border:none;background-color:unset;cursor:pointer;justify-content:center;align-items:center}.backward-button{left:0px}.forward-button::after,.backward-button::after{content:'';display:flex;background-color:var(--text--primary, #008561);width:10px;height:16px}.forward-button::after{-webkit-mask-image:var(--tabselector--forward-icon);mask-image:var(--tabselector--forward-icon)}.backward-button::after{-webkit-mask-image:var(--tabselector--backward-icon);mask-image:var(--tabselector--backward-icon)}.forward-button:hover::after,.backward-button:hover::after{background-color:var(--color--primary, #4e4e4e)}.hidden{display:none}.scroll::-webkit-scrollbar{display:none}.left-icon{padding-right:var(--space--small)}.right-icon{padding-left:var(--space--small)}";
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
5
+ const index = require('./index-b54f47a1.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
8
  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--medium, 400);--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;width:100%;padding:0;background:none;font-weight:var(--text-area--font-weight);font-family:var(--text-area--font-family);font-size:var(--text-area--font-size);color:var(--text-area--color);margin-top:calc(var(--space--medium, 12px) + 4px)}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:3px;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)}.textarea--slim{margin-top:var(--space--small, 6px)}.textarea--slim::-webkit-input-placeholder{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)}.textarea--slim:-moz-placeholder{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)}.textarea--slim::-moz-placeholder{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)}.textarea--slim:-ms-input-placeholder{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)}.textarea--slim::placeholder{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)}.textarea--slim:disabled::-webkit-input-placeholder{color:var(--text-area__input--disabled--color)}.textarea--slim:disabled:-moz-placeholder{color:var(--text-area__input--disabled--color)}.textarea--slim:disabled::-moz-placeholder{color:var(--text-area__input--disabled--color)}.textarea--slim:disabled:-ms-input-placeholder{color:var(--text-area__input--disabled--color)}.textarea--slim:disabled::placeholder{color:var(--text-area__input--disabled--color)}";
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
5
+ const index = require('./index-b54f47a1.js');
6
6
  const core = require('@sankhyalabs/core');
7
- const ApplicationUtils = require('./ApplicationUtils-350ac2ff.js');
7
+ const ApplicationUtils = require('./ApplicationUtils-1eef635f.js');
8
8
  require('./DialogType-2114c337.js');
9
9
  require('./CheckMode-ecb90b87.js');
10
10
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
5
+ const index = require('./index-b54f47a1.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
8
  const ezTextInputCss = ":host{--ez-text-input--height:42px;--ez-text-input--width:100%;--ez-text-input__icon--width:48px;--ez-text-input--height--slim:32px;--ez-text-input--border-radius:var(--border--radius-medium, 12px);--ez-text-input--font-size:var(--text--medium, 14px);--ez-text-input--font-family:var(--font-pattern, Arial);--ez-text-input--font-weight:var(--text-weight--medium, 400);--ez-text-input--color:var(--title--primary, #2B3A54);--ez-text-input__input--background-color:var(--background--medium, #e0e0e0);--ez-text-input__input--border:var(--border--medium, 2px solid);--ez-text-input__input--border-color:var(--ez-text-input__input--background-color);--ez-text-input__input--focus--border-color:var(--color--primary, #008561);--ez-text-input__input--disabled--background-color:var(--color--disable-secondary, #F2F5F8);--ez-text-input__input--disabled--color:var(--text--disable, #AFB6C0);--ez-text-input__input--error--border-color:#CC2936;--ez-text-input__input--noborder-color:white;--ez-text-input__input--padding:var(--space--medium, 6px);--ez-text-input__message_box--font-size:var(--text--small, 12px);--ez-text-input__message_box--info--color:var(--color--success, #22085d);--ez-text-input__message_box--error--color:var(--color--error, #FF0000);--ez-text-input__label--floating--top:6px;--ez-text-input__label--padding-top:12px;--ez-text-input__label--padding-left:14px;--ez-text-input__label--padding-right:12px;display:flex;flex-wrap:wrap;position:relative;width:var(--ez-text-input--width)}input{width:100%;box-sizing:border-box;height:var(--ez-text-input--height);border-radius:var(--ez-text-input--border-radius);font-family:var(--ez-text-input--font-family);font-size:var(--ez-text-input--font-size);border:var(--ez-text-input__input--border);border-color:var(--ez-text-input__input--border-color);background-color:var(--ez-text-input__input--background-color);color:var(--ez-text-input--color);font-weight:var(--ez-text-input--font-weight);padding:var(--ez-text-input__input--padding)}input:disabled{background-color:var(--ez-text-input__input--disabled--background-color);color:var(--ez-text-input__input--disabled--color)}input:focus{outline:none;border-color:var(--ez-text-input__input--focus--border-color)}input.icon--left{padding-left:var(--ez-text-input__icon--width)}input.icon--right{padding-right:var(--ez-text-input__icon--width)}input.hasError{color:var(--ez-text-input--color);border-color:var(--ez-text-input__input--error--border-color)}input:disabled.hasError{color:var(--ez-text-input__input--disabled--color)}input.text--right{text-align:right}input:read-only{cursor:default}.message-box{min-height:16px;min-width:100%;margin-top:3px;line-height:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--ez-text-input--font-family);font-size:var(--ez-text-input__message_box--font-size);color:var(--ez-text-input__message_box--info--color)}.hasError{color:var(--ez-text-input__message_box--error--color)}.input__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(--ez-text-input__label--padding-right));left:var(--ez-text-input--space--medium);font-family:var(--ez-text-input--font-family);font-size:var(--ez-text-input--font-size);font-weight:var(--ez-text-input--font-weight);color:var(--ez-text-input--color);top:var(--ez-text-input__label--padding-top);left:var(--ez-text-input__label--padding-left);padding-right:var(--ez-text-input__label--padding-right)}.input__label--floated{font-family:var(--ez-text-input--font-family);font-size:var(--text--extra-small);color:var(--text--primary);top:var(--ez-text-input__label--floating--top)}.input__label--disabled{color:var(--ez-text-input__input--disabled--color)}.input__label--left{text-align:left;left:calc(var(--ez-text-input__icon--width) + 2px);width:calc(100% - var(--ez-text-input__icon--width))}.input__label--right{right:var(--ez-text-input__icon--width);width:calc(100% - var(--ez-text-input__icon--width))}.input__label--left.input__label--right{left:calc(var(--ez-text-input__icon--width) + 2px);width:calc(100% - var(--ez-text-input__icon--width) * 2)}.input--with--label{padding-bottom:0}.input--slim{padding-top:var(--space--small, 3px);padding-bottom:var(--space--small, 3px);height:var(--ez-text-input--height--slim)}.input__slim--title{font-size:16px;font-weight:bold}.input--slim::-webkit-input-placeholder{font-family:var(--ez-text-input--font-family);font-size:var(--ez-text-input--font-size);font-weight:var(--ez-text-input--font-weight);color:var(--ez-text-input--color)}.input--slim:-moz-placeholder{font-family:var(--ez-text-input--font-family);font-size:var(--ez-text-input--font-size);font-weight:var(--ez-text-input--font-weight);color:var(--ez-text-input--color)}.input--slim::-moz-placeholder{font-family:var(--ez-text-input--font-family);font-size:var(--ez-text-input--font-size);font-weight:var(--ez-text-input--font-weight);color:var(--ez-text-input--color)}.input--slim:-ms-input-placeholder{font-family:var(--ez-text-input--font-family);font-size:var(--ez-text-input--font-size);font-weight:var(--ez-text-input--font-weight);color:var(--ez-text-input--color)}.input--slim::placeholder{font-family:var(--ez-text-input--font-family);font-size:var(--ez-text-input--font-size);font-weight:var(--ez-text-input--font-weight);color:var(--ez-text-input--color)}.input--slim:disabled::-webkit-input-placeholder{color:var(--ez-text-input__input--disabled--color)}.input--slim:disabled:-moz-placeholder{color:var(--ez-text-input__input--disabled--color)}.input--slim:disabled::-moz-placeholder{color:var(--ez-text-input__input--disabled--color)}.input--slim:disabled:-ms-input-placeholder{color:var(--ez-text-input__input--disabled--color)}.input--slim:disabled::placeholder{color:var(--ez-text-input__input--disabled--color)}input.input__slim--noborder{box-shadow:0 0 0 0;border:0 none;outline:0;background:var(--ez-text-input__input--noborder-color)}";
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
5
+ const index = require('./index-b54f47a1.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
  const CSSVarsUtils = require('./CSSVarsUtils-af809e73.js');
8
8
 
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
5
+ const index = require('./index-b54f47a1.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
- const ezToastCss = ":host{--ez-toast__btn__close__image:url('data:image/svg+xml;utf8,<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg%22%3E<path d=\"M 7.0060773,5.995511 11.461972,1.5397722 c 0.132856,-0.1328413 0.207547,-0.3130253 0.207547,-0.5009046 0,-0.18786999 -0.07469,-0.3680541 -0.207547,-0.5009048 -0.132857,-0.13284126 -0.31302,-0.20748126 -0.500927,-0.20748126 -0.187812,0 -0.36807,0.07464 -0.500926,0.20748126 L 6.0042244,4.9937015 1.5482921,0.5379628 C 1.4154357,0.40512154 1.2352533,0.33048154 1.0473657,0.33048154 c -0.18787813,0 -0.36807,0.07464 -0.50092647,0.20748126 -0.13285646,0.1328507 -0.20749026,0.31303481 -0.20749026,0.5009048 0,0.1878793 0.0746338,0.3680633 0.20749026,0.5009046 L 5.0023715,5.995511 0.54643923,10.452213 c -0.0676086,0.06534 -0.12151598,0.14352 -0.15859681,0.229916 -0.0370714,0.08639 -0.0565645,0.1794 -0.0573369,0.27335 -7.724e-4,0.09404 0.0171873,0.187331 0.0528423,0.274293 0.0356455,0.08705 0.0882688,0.166087 0.15479148,0.23256 0.0665321,0.06648 0.14562277,0.11897 0.2326735,0.154567 0.0870507,0.0356 0.18031463,0.05344 0.2743433,0.05259 0.094029,-8.5e-4 0.1869528,-0.02049 0.2733331,-0.0576 0.08639,-0.0372 0.1645078,-0.09121 0.2298029,-0.158817 L 6.0042244,6.9973204 10.460119,11.453078 c 0.132856,0.132851 0.313114,0.207444 0.500926,0.207444 0.187907,0 0.36807,-0.07459 0.500927,-0.207444 0.132856,-0.13285 0.207547,-0.313006 0.207547,-0.500904 0,-0.187898 -0.07469,-0.368054 -0.207547,-0.500905 z\"/></svg>');--ez-toast__container--z-index:var(--more-visible, 2);--ez-toast__container--background-color:var(--color--secondary, #383c45);--ez-toast__container--left:var(--space--large, 24px);--ez-toast__container--bottom:var(--space--large, 24px);--ez-toast__container--width:400px;--ez-toast__icon--padding-left:var(--space--small, 6px)}.toast__container{position:fixed;display:flex;box-sizing:border-box;border-radius:6px;align-items:center;padding:12px;visibility:hidden;width:var(--ez-toast__container--width);left:var(--ez-toast__container--left);bottom:var(--ez-toast__container--bottom);z-index:var(--ez-toast__container--z-index);background-color:var(--ez-toast__container--background-color)}.message__container{text-shadow:0 0 0 #353535, 0 0 1px transparent;color:#FFFFFF;font-size:14px;width:90%;overflow:hidden;hyphens:auto;height:auto;-webkit-box-orient:vertical;-webkit-line-clamp:4;display:-webkit-box;text-overflow:ellipsis;font-family:var(--font-pattern, \"Roboto\")}.message__conteiner--icon{width:80%;padding-left:var(--ez-toast__icon--padding-left)}.btn-close{margin-top:3px;display:flex;justify-content:flex-end;align-self:flex-start;padding:0;outline:none;width:10%;border:none;background-color:unset;cursor:pointer}.btn-close::after{content:'';display:flex;background-color:#FFFFFF;width:12px;height:12px;-webkit-mask-image:var(--ez-toast__btn__close__image);mask-image:var(--ez-toast__btn__close__image)}.toast__container--opened{animation:fadein 0.5s, fadeout 0.5s 3s;visibility:visible}@-webkit-keyframes fadein{from{opacity:0;left:calc(var(--ez-toast__container--left) * -1)}to{opacity:1;left:var(--ez-toast__container--left)}}@keyframes fadein{from{opacity:0;left:calc(var(--ez-toast__container--left) * -1)}to{opacity:1;left:var(--ez-toast__container--left)}}@-webkit-keyframes fadeout{from{opacity:1;left:var(--ez-toast__container--left)}to{bottom:0;opacity:0}}@keyframes fadeout{from{opacity:1;left:var(--ez-toast__container--left)}to{bottom:0;opacity:0}}";
8
+ const ezToastCss = ":host{--ez-toast__btn__close__image:url('data:image/svg+xml;utf8,<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg%22%3E<path d=\"M 7.0060773,5.995511 11.461972,1.5397722 c 0.132856,-0.1328413 0.207547,-0.3130253 0.207547,-0.5009046 0,-0.18786999 -0.07469,-0.3680541 -0.207547,-0.5009048 -0.132857,-0.13284126 -0.31302,-0.20748126 -0.500927,-0.20748126 -0.187812,0 -0.36807,0.07464 -0.500926,0.20748126 L 6.0042244,4.9937015 1.5482921,0.5379628 C 1.4154357,0.40512154 1.2352533,0.33048154 1.0473657,0.33048154 c -0.18787813,0 -0.36807,0.07464 -0.50092647,0.20748126 -0.13285646,0.1328507 -0.20749026,0.31303481 -0.20749026,0.5009048 0,0.1878793 0.0746338,0.3680633 0.20749026,0.5009046 L 5.0023715,5.995511 0.54643923,10.452213 c -0.0676086,0.06534 -0.12151598,0.14352 -0.15859681,0.229916 -0.0370714,0.08639 -0.0565645,0.1794 -0.0573369,0.27335 -7.724e-4,0.09404 0.0171873,0.187331 0.0528423,0.274293 0.0356455,0.08705 0.0882688,0.166087 0.15479148,0.23256 0.0665321,0.06648 0.14562277,0.11897 0.2326735,0.154567 0.0870507,0.0356 0.18031463,0.05344 0.2743433,0.05259 0.094029,-8.5e-4 0.1869528,-0.02049 0.2733331,-0.0576 0.08639,-0.0372 0.1645078,-0.09121 0.2298029,-0.158817 L 6.0042244,6.9973204 10.460119,11.453078 c 0.132856,0.132851 0.313114,0.207444 0.500926,0.207444 0.187907,0 0.36807,-0.07459 0.500927,-0.207444 0.132856,-0.13285 0.207547,-0.313006 0.207547,-0.500904 0,-0.187898 -0.07469,-0.368054 -0.207547,-0.500905 z\"/></svg>');--ez-toast__container--z-index:var(--more-visible, 2);--ez-toast__container--background-color:var(--color--secondary, #383c45);--ez-toast__container--left:var(--space--large, 24px);--ez-toast__container--bottom:var(--space--large, 24px);--ez-toast__container--width:400px;--ez-toast__icon--padding-left:var(--space--small, 6px)}.toast__container{position:fixed;display:flex;box-sizing:border-box;border-radius:6px;align-items:center;padding:12px;visibility:hidden;width:var(--ez-toast__container--width);left:var(--ez-toast__container--left);bottom:var(--ez-toast__container--bottom);z-index:var(--ez-toast__container--z-index);background-color:var(--ez-toast__container--background-color)}.message__container{text-shadow:0 0 0 #353535, 0 0 1px transparent;color:#FFFFFF;font-size:14px;width:90%;overflow:hidden;hyphens:auto;height:auto;-webkit-box-orient:vertical;-webkit-line-clamp:4;display:-webkit-box;text-overflow:ellipsis;font-family:var(--font-pattern, \"Roboto\")}.message__container--icon{width:80%;padding-left:var(--ez-toast__icon--padding-left)}.btn-close{margin-top:3px;display:flex;justify-content:flex-end;align-self:flex-start;padding:0;outline:none;width:10%;border:none;background-color:unset;cursor:pointer}.btn-close::after{content:'';display:flex;background-color:#FFFFFF;width:12px;height:12px;-webkit-mask-image:var(--ez-toast__btn__close__image);mask-image:var(--ez-toast__btn__close__image)}.toast__container--opened{animation:fadein 0.5s, fadeout 0.5s 3s;visibility:visible}@-webkit-keyframes fadein{from{opacity:0;left:calc(var(--ez-toast__container--left) * -1)}to{opacity:1;left:var(--ez-toast__container--left)}}@keyframes fadein{from{opacity:0;left:calc(var(--ez-toast__container--left) * -1)}to{opacity:1;left:var(--ez-toast__container--left)}}@-webkit-keyframes fadeout{from{opacity:1;left:var(--ez-toast__container--left)}to{bottom:0;opacity:0}}@keyframes fadeout{from{opacity:1;left:var(--ez-toast__container--left)}to{bottom:0;opacity:0}}";
9
9
 
10
10
  const EzToast = class {
11
11
  constructor(hostRef) {
@@ -27,6 +27,9 @@ const EzToast = class {
27
27
  return new Promise(resolve => {
28
28
  var _a;
29
29
  if ((_a = this.container) === null || _a === void 0 ? void 0 : _a.classList.contains(this._toastOpenedClass)) {
30
+ if (this.isRepeatedMessage(message)) {
31
+ return;
32
+ }
30
33
  this._nextMessages.push({ message, fadeTime, useIcon, canClose, callBack: resolve });
31
34
  }
32
35
  else {
@@ -60,6 +63,11 @@ const EzToast = class {
60
63
  this._currentMessageInfo.callBack(true);
61
64
  }
62
65
  }
66
+ isRepeatedMessage(message) {
67
+ var _a, _b;
68
+ return ((_a = this._nextMessages) === null || _a === void 0 ? void 0 : _a.some((info) => info.message === message))
69
+ || ((_b = this._currentMessageInfo) === null || _b === void 0 ? void 0 : _b.message) === message;
70
+ }
63
71
  makeToastInvisible() {
64
72
  this.container.classList.remove(this._toastOpenedClass);
65
73
  this.container.style.animation = `none`;
@@ -82,7 +90,7 @@ const EzToast = class {
82
90
  }
83
91
  render() {
84
92
  return (index.h(index.Host, null, index.h("div", { ref: (el) => this.container = el, class: "toast__container" }, this._currentMessageInfo.useIcon &&
85
- index.h("slot", { name: "icon" }), index.h("div", { lang: this._lang, ref: (el) => this._elemText = el, class: this._currentMessageInfo.useIcon ? "message__container message__conteiner--icon" : "message__container", title: this._currentMessageInfo.message, innerHTML: this._currentMessageInfo.message }), this._currentMessageInfo.canClose &&
93
+ index.h("slot", { name: "icon" }), index.h("div", { lang: this._lang, ref: (el) => this._elemText = el, class: this._currentMessageInfo.useIcon ? "message__container message__container--icon" : "message__container", title: this._currentMessageInfo.message, innerHTML: this._currentMessageInfo.message }), this._currentMessageInfo.canClose &&
86
94
  index.h("button", { class: "btn-close", onClick: () => { this.hideToast(); }, ref: (el) => this._elemBtnClose = el }))));
87
95
  }
88
96
  get _element() { return index.getElement(this); }
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
6
- const ApplicationUtils = require('./ApplicationUtils-350ac2ff.js');
5
+ const index = require('./index-b54f47a1.js');
6
+ const ApplicationUtils = require('./ApplicationUtils-1eef635f.js');
7
7
  const core = require('@sankhyalabs/core');
8
8
  require('./DialogType-2114c337.js');
9
9
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
5
+ const index = require('./index-b54f47a1.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
 
8
8
  const ezViewStackCss = ":host{width:100%;height:100%}.ez-view-stack__container{width:100%;height:100%}";
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
5
+ const index = require('./index-b54f47a1.js');
6
6
 
7
7
  /*
8
8
  Stencil Client Patch Browser v2.22.3 | MIT Licensed | https://stenciljs.com
@@ -1590,6 +1590,11 @@ const setValue = (ref, propName, newVal, cmpMeta) => {
1590
1590
  }
1591
1591
  }
1592
1592
  if ((flags & (2 /* HOST_FLAGS.hasRendered */ | 16 /* HOST_FLAGS.isQueuedForUpdate */)) === 2 /* HOST_FLAGS.hasRendered */) {
1593
+ if (instance.componentShouldUpdate) {
1594
+ if (instance.componentShouldUpdate(newVal, oldVal, propName) === false) {
1595
+ return;
1596
+ }
1597
+ }
1593
1598
  // looks like this value actually changed, so we've got work to do!
1594
1599
  // but only if we've already rendered, otherwise just chill out
1595
1600
  // queue that we need to do an update, but don't worry about queuing
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-892780f1.js');
5
+ const index = require('./index-b54f47a1.js');
6
6
 
7
7
  /*
8
8
  Stencil Client Patch Esm v2.22.3 | MIT Licensed | https://stenciljs.com
@@ -1,6 +1,7 @@
1
1
  import { ElementIDUtils, FloatingManager } from "@sankhyalabs/core";
2
2
  import { h, Host } from "@stencil/core";
3
3
  import { ApplicationUtils, CSSVarsUtils } from "../../utils";
4
+ import { REQUIRED_INFO } from "../../utils/constants";
4
5
  export class EzComboBox {
5
6
  constructor() {
6
7
  this._changeDeboucingTimeout = null;
@@ -9,6 +10,7 @@ export class EzComboBox {
9
10
  this._maxWidthValue = 0;
10
11
  this._tabPressed = false;
11
12
  this._textEmptyList = "Nenhum resultado encontrado";
13
+ this._textEmptySearch = "Nenhum resultado de {0} encontrado";
12
14
  this._preSelection = undefined;
13
15
  this._visibleOptions = undefined;
14
16
  this._startLoading = false;
@@ -38,15 +40,14 @@ export class EzComboBox {
38
40
  }
39
41
  }
40
42
  observeValue(newValue, oldValue) {
41
- var _a, _b, _c, _d;
42
43
  if (this._textInput && newValue != oldValue) {
43
44
  const newValueSelected = this.getSelectedOption(newValue);
44
45
  const oldValueSelected = this.getSelectedOption(oldValue);
45
46
  const currentValue = this.getSelectedOption(this.value);
46
- if (((_a = currentValue === null || currentValue === void 0 ? void 0 : currentValue.value) === null || _a === void 0 ? void 0 : _a.toString()) != ((_b = newValueSelected === null || newValueSelected === void 0 ? void 0 : newValueSelected.value) === null || _b === void 0 ? void 0 : _b.toString())) {
47
+ if (this.isDifferentValues(currentValue, newValueSelected)) {
47
48
  this.value = newValueSelected;
48
49
  }
49
- if (((_c = newValueSelected === null || newValueSelected === void 0 ? void 0 : newValueSelected.value) === null || _c === void 0 ? void 0 : _c.toString()) !== ((_d = oldValueSelected === null || oldValueSelected === void 0 ? void 0 : oldValueSelected.value) === null || _d === void 0 ? void 0 : _d.toString())) {
50
+ if (this.isDifferentValues(newValueSelected, oldValueSelected)) {
50
51
  this.setInputValue();
51
52
  const valueEmitted = newValueSelected === null ? undefined : newValueSelected;
52
53
  this.ezChange.emit(valueEmitted);
@@ -75,12 +76,24 @@ export class EzComboBox {
75
76
  async isInvalid() {
76
77
  return typeof this.errorMessage === "string" && this.errorMessage.trim() !== "";
77
78
  }
79
+ isDifferentValues(firstValue, secondValue) {
80
+ return JSON.stringify(firstValue || {}) !== JSON.stringify(secondValue || {});
81
+ }
82
+ getFormattedText(currentValue) {
83
+ if (currentValue == undefined) {
84
+ return;
85
+ }
86
+ if (!this.showSelectedValue || currentValue.value == undefined) {
87
+ return currentValue.label;
88
+ }
89
+ if (!currentValue.label) {
90
+ return;
91
+ }
92
+ return `${currentValue.value} - ${currentValue.label}`;
93
+ }
78
94
  getText() {
79
- let text = "";
80
95
  const currentValue = this.getSelectedOption(this.value);
81
- if (currentValue) {
82
- text = this.showSelectedValue ? `${currentValue.value} - ${currentValue.label}` : currentValue.label;
83
- }
96
+ const text = this.getFormattedText(currentValue);
84
97
  if (text == undefined) {
85
98
  return;
86
99
  }
@@ -139,6 +152,7 @@ export class EzComboBox {
139
152
  }
140
153
  buildItem(opt, index) {
141
154
  const widthValue = this.showOptionValue && this._maxWidthValue > 0 ? `${this._maxWidthValue}px` : '';
155
+ opt.label = opt.label || (opt.value ? `<SEM ${this.getFieldLabel()}>` : "");
142
156
  return h("li", { class: index === this._preSelection ? "item preselected" : "item", id: `item_${opt.value}`, onMouseDown: () => this.selectOption(opt), onMouseOver: () => this._preSelection = index }, this.showOptionValue
143
157
  ? h("span", { class: "item__value", title: opt.value, style: { width: widthValue, minWidth: widthValue, maxWidth: widthValue } }, opt.value)
144
158
  : undefined, h("span", { class: "item__label " + (this.showOptionValue ? "item__label--bold" : ""), title: opt.label }, opt.label));
@@ -274,7 +288,7 @@ export class EzComboBox {
274
288
  if ((this._textInput.value || '') !== textValue) {
275
289
  this._textInput.value = textValue;
276
290
  if (clearError) {
277
- this.errorMessage = "";
291
+ this.errorMessage = null;
278
292
  }
279
293
  }
280
294
  }
@@ -301,6 +315,71 @@ export class EzComboBox {
301
315
  }
302
316
  }
303
317
  }
318
+ validateDescriptionValue() {
319
+ if (!this.searchMode || typeof this.value !== "object") {
320
+ return;
321
+ }
322
+ const { label, value } = this.value || {};
323
+ if (label || value == undefined) {
324
+ return;
325
+ }
326
+ this.loadDescriptionValue(value);
327
+ }
328
+ async loadDescriptionValue(argument) {
329
+ var _a, _b;
330
+ if (argument == undefined) {
331
+ return;
332
+ }
333
+ if (((_a = this.options) === null || _a === void 0 ? void 0 : _a.length) > 0) {
334
+ this.loadOptionValue(argument);
335
+ return;
336
+ }
337
+ const searchArgument = {
338
+ mode: SearchMode.PREDICTIVE,
339
+ argument
340
+ };
341
+ const source = await ((_b = this.optionLoader) === null || _b === void 0 ? void 0 : _b.call(this, searchArgument));
342
+ if (source == undefined) {
343
+ return;
344
+ }
345
+ if (source instanceof Promise) {
346
+ source.then((result) => {
347
+ this.setDescriptionValue(result);
348
+ });
349
+ }
350
+ else {
351
+ this.setDescriptionValue(source);
352
+ }
353
+ }
354
+ setDescriptionValue(source) {
355
+ const value = (source === null || source === void 0 ? void 0 : source[0]) || source;
356
+ if (value == undefined || !Object.keys(value).length) {
357
+ this.showNoResultMessage();
358
+ return;
359
+ }
360
+ if (!value.label) {
361
+ value.label = `<SEM ${this.getFieldLabel()}>`;
362
+ }
363
+ this.value = value;
364
+ }
365
+ loadOptionValue(argument) {
366
+ var _a;
367
+ const source = (_a = this.options) === null || _a === void 0 ? void 0 : _a.find((opt) => opt.value === argument);
368
+ if (source != undefined) {
369
+ this.selectOption(source);
370
+ }
371
+ else {
372
+ this.showNoResultMessage();
373
+ }
374
+ }
375
+ async showNoResultMessage() {
376
+ this.clearSearch();
377
+ ApplicationUtils.info(this._textEmptySearch.replace("{0}", this.getFieldLabel()));
378
+ }
379
+ getFieldLabel() {
380
+ var _a;
381
+ return (_a = this.label) === null || _a === void 0 ? void 0 : _a.replace(REQUIRED_INFO, "").toUpperCase();
382
+ }
304
383
  //---------------------------------------------
305
384
  // Lifecycle web component
306
385
  //---------------------------------------------
@@ -340,6 +419,11 @@ export class EzComboBox {
340
419
  CSSVarsUtils.applyVarsTextInput(this.el, this._textInput);
341
420
  this.setInputValue(false);
342
421
  }
422
+ componentShouldUpdate(newValue, oldValue) {
423
+ if (this.isDifferentValues(newValue, oldValue)) {
424
+ this.validateDescriptionValue();
425
+ }
426
+ }
343
427
  //---------------------------------------------
344
428
  // Event handlers
345
429
  //---------------------------------------------
@@ -381,7 +465,7 @@ export class EzComboBox {
381
465
  clearDeboucingTimeout() {
382
466
  if (this._changeDeboucingTimeout) {
383
467
  window.clearTimeout(this._changeDeboucingTimeout);
384
- this._changeDeboucingTimeout = undefined;
468
+ this._changeDeboucingTimeout = null;
385
469
  }
386
470
  }
387
471
  onTextInputClickHandler() {
@@ -1,4 +1,5 @@
1
1
  import { UserInterface } from "@sankhyalabs/core";
2
+ import { REQUIRED_INFO } from "../../../utils/constants";
2
3
  import { buildCheckBox, buildSwitch } from "./templates/CheckBox.tpl";
3
4
  import { buildComboBox } from "./templates/ComboBox.tpl";
4
5
  import { buildDate, buildTime, buildDateTime } from "./templates/DateInput.tpl";
@@ -21,6 +22,6 @@ uiBuilders.set(UserInterface.SEARCH, buildSearch);
21
22
  uiBuilders.set(UserInterface.LONGTEXT, buildTextArea);
22
23
  export const fieldBuilder = (field) => {
23
24
  const builder = uiBuilders.get(field.userInterface) || buildTextInput;
24
- const label = field.required ? `${field.label} (obrigatório) *` : field.label;
25
+ const label = field.required ? `${field.label}${REQUIRED_INFO}` : field.label;
25
26
  return builder(Object.assign(Object.assign({}, field), { label }));
26
27
  };
@@ -57,7 +57,7 @@
57
57
  font-family: var(--font-pattern, "Roboto");
58
58
  }
59
59
 
60
- .message__conteiner--icon {
60
+ .message__container--icon {
61
61
  /*private*/
62
62
  width: 80%;
63
63
 
@@ -19,6 +19,9 @@ export class EzToast {
19
19
  return new Promise(resolve => {
20
20
  var _a;
21
21
  if ((_a = this.container) === null || _a === void 0 ? void 0 : _a.classList.contains(this._toastOpenedClass)) {
22
+ if (this.isRepeatedMessage(message)) {
23
+ return;
24
+ }
22
25
  this._nextMessages.push({ message, fadeTime, useIcon, canClose, callBack: resolve });
23
26
  }
24
27
  else {
@@ -52,6 +55,11 @@ export class EzToast {
52
55
  this._currentMessageInfo.callBack(true);
53
56
  }
54
57
  }
58
+ isRepeatedMessage(message) {
59
+ var _a, _b;
60
+ return ((_a = this._nextMessages) === null || _a === void 0 ? void 0 : _a.some((info) => info.message === message))
61
+ || ((_b = this._currentMessageInfo) === null || _b === void 0 ? void 0 : _b.message) === message;
62
+ }
55
63
  makeToastInvisible() {
56
64
  this.container.classList.remove(this._toastOpenedClass);
57
65
  this.container.style.animation = `none`;
@@ -74,7 +82,7 @@ export class EzToast {
74
82
  }
75
83
  render() {
76
84
  return (h(Host, null, h("div", { ref: (el) => this.container = el, class: "toast__container" }, this._currentMessageInfo.useIcon &&
77
- h("slot", { name: "icon" }), h("div", { lang: this._lang, ref: (el) => this._elemText = el, class: this._currentMessageInfo.useIcon ? "message__container message__conteiner--icon" : "message__container", title: this._currentMessageInfo.message, innerHTML: this._currentMessageInfo.message }), this._currentMessageInfo.canClose &&
85
+ h("slot", { name: "icon" }), h("div", { lang: this._lang, ref: (el) => this._elemText = el, class: this._currentMessageInfo.useIcon ? "message__container message__container--icon" : "message__container", title: this._currentMessageInfo.message, innerHTML: this._currentMessageInfo.message }), this._currentMessageInfo.canClose &&
78
86
  h("button", { class: "btn-close", onClick: () => { this.hideToast(); }, ref: (el) => this._elemBtnClose = el }))));
79
87
  }
80
88
  static get is() { return "ez-toast"; }
@@ -29,13 +29,17 @@ export default class ApplicationUtils {
29
29
  return ApplicationUtils.showDialog(title, message, icon, false, DialogType.DEFAULT, options);
30
30
  }
31
31
  static async info(message, options = ApplicationUtils.defaultMessageOptions) {
32
+ if (options !== ApplicationUtils.defaultMessageOptions) {
33
+ options = Object.assign(Object.assign({}, ApplicationUtils.defaultMessageOptions), options);
34
+ }
35
+ let useIcon = false;
32
36
  let toast = document.querySelector("ez-toast");
33
37
  if (!toast) {
34
38
  toast = document.createElement("ez-toast");
35
39
  const icon = document.createElement("ez-icon");
36
40
  icon.className = "ez-margin-right--small";
37
41
  icon.slot = "icon";
38
- icon.style.setProperty('--ez-icon--color', 'var(--color--success)');
42
+ icon.style.setProperty("--ez-icon--color", "var(--color--success)");
39
43
  toast.appendChild(icon);
40
44
  window.document.body.appendChild(toast);
41
45
  }
@@ -43,13 +47,13 @@ export default class ApplicationUtils {
43
47
  const iconElem = toast.querySelector("ez-icon");
44
48
  if (iconElem) {
45
49
  iconElem.iconName = options.iconName;
46
- toast.useIcon = true;
50
+ useIcon = true;
47
51
  }
48
52
  }
49
53
  else {
50
- toast.useIcon = false;
54
+ useIcon = false;
51
55
  }
52
- toast.show(message, 5000, false, options.canClose);
56
+ toast.show(message, 5000, useIcon, options.canClose);
53
57
  }
54
58
  }
55
59
  ApplicationUtils.defaultMessageOptions = {
@@ -0,0 +1 @@
1
+ export const REQUIRED_INFO = " (obrigatório) *";