@sankhyalabs/ezui 1.2.0-beta.1 → 1.2.0-beta.3

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 (129) hide show
  1. package/dist/cjs/ez-actions-button.cjs.entry.js +1 -1
  2. package/dist/cjs/ez-application.cjs.entry.js +1 -1
  3. package/dist/cjs/ez-button.cjs.entry.js +1 -1
  4. package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
  5. package/dist/cjs/ez-card-item.cjs.entry.js +1 -1
  6. package/dist/cjs/ez-check.cjs.entry.js +1 -1
  7. package/dist/cjs/ez-chip.cjs.entry.js +1 -1
  8. package/dist/cjs/ez-collapsible-box.cjs.entry.js +1 -1
  9. package/dist/cjs/ez-combo-box.cjs.entry.js +1 -1
  10. package/dist/cjs/ez-date-input.cjs.entry.js +1 -1
  11. package/dist/cjs/ez-date-time-input.cjs.entry.js +1 -1
  12. package/dist/cjs/ez-dialog.cjs.entry.js +1 -1
  13. package/dist/cjs/ez-filter-input.cjs.entry.js +1 -1
  14. package/dist/cjs/ez-form.cjs.entry.js +1 -1
  15. package/dist/cjs/ez-grid-config.cjs.entry.js +1 -1
  16. package/dist/cjs/ez-grid.cjs.entry.js +7 -3
  17. package/dist/cjs/ez-icon.cjs.entry.js +2 -2
  18. package/dist/cjs/ez-list.cjs.entry.js +1 -1
  19. package/dist/cjs/ez-loading-bar.cjs.entry.js +1 -1
  20. package/dist/cjs/ez-modal.cjs.entry.js +1 -1
  21. package/dist/cjs/ez-number-input.cjs.entry.js +1 -1
  22. package/dist/cjs/ez-popover.cjs.entry.js +1 -1
  23. package/dist/cjs/ez-popup.cjs.entry.js +1 -1
  24. package/dist/cjs/ez-radio-button.cjs.entry.js +1 -1
  25. package/dist/cjs/ez-scroller.cjs.entry.js +105 -0
  26. package/dist/cjs/ez-search.cjs.entry.js +1 -1
  27. package/dist/cjs/ez-select-box.cjs.entry.js +1 -1
  28. package/dist/cjs/ez-tabselector.cjs.entry.js +1 -1
  29. package/dist/cjs/ez-text-area.cjs.entry.js +1 -1
  30. package/dist/cjs/ez-text-input.cjs.entry.js +1 -1
  31. package/dist/cjs/ez-time-input.cjs.entry.js +1 -1
  32. package/dist/cjs/ez-toast.cjs.entry.js +1 -1
  33. package/dist/cjs/ez-upload.cjs.entry.js +1 -1
  34. package/dist/cjs/ez-view-stack.cjs.entry.js +1 -1
  35. package/dist/cjs/ezui.cjs.js +2 -2
  36. package/dist/cjs/{index-c15a9551.js → index-8646c40d.js} +52 -0
  37. package/dist/cjs/loader.cjs.js +2 -2
  38. package/dist/collection/collection-manifest.json +1 -0
  39. package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +6 -2
  40. package/dist/collection/components/ez-icon/ez-icon.css +117 -98
  41. package/dist/collection/components/ez-scroller/EzScrollDirection.js +6 -0
  42. package/dist/collection/components/ez-scroller/ez-scroller.css +57 -0
  43. package/dist/collection/components/ez-scroller/ez-scroller.js +147 -0
  44. package/dist/custom-elements/index.d.ts +6 -0
  45. package/dist/custom-elements/index.js +110 -4
  46. package/dist/esm/ez-actions-button.entry.js +1 -1
  47. package/dist/esm/ez-application.entry.js +1 -1
  48. package/dist/esm/ez-button.entry.js +1 -1
  49. package/dist/esm/ez-calendar.entry.js +1 -1
  50. package/dist/esm/ez-card-item.entry.js +1 -1
  51. package/dist/esm/ez-check.entry.js +1 -1
  52. package/dist/esm/ez-chip.entry.js +1 -1
  53. package/dist/esm/ez-collapsible-box.entry.js +1 -1
  54. package/dist/esm/ez-combo-box.entry.js +1 -1
  55. package/dist/esm/ez-date-input.entry.js +1 -1
  56. package/dist/esm/ez-date-time-input.entry.js +1 -1
  57. package/dist/esm/ez-dialog.entry.js +1 -1
  58. package/dist/esm/ez-filter-input.entry.js +1 -1
  59. package/dist/esm/ez-form.entry.js +1 -1
  60. package/dist/esm/ez-grid-config.entry.js +1 -1
  61. package/dist/esm/ez-grid.entry.js +7 -3
  62. package/dist/esm/ez-icon.entry.js +2 -2
  63. package/dist/esm/ez-list.entry.js +1 -1
  64. package/dist/esm/ez-loading-bar.entry.js +1 -1
  65. package/dist/esm/ez-modal.entry.js +1 -1
  66. package/dist/esm/ez-number-input.entry.js +1 -1
  67. package/dist/esm/ez-popover.entry.js +1 -1
  68. package/dist/esm/ez-popup.entry.js +1 -1
  69. package/dist/esm/ez-radio-button.entry.js +1 -1
  70. package/dist/esm/ez-scroller.entry.js +101 -0
  71. package/dist/esm/ez-search.entry.js +1 -1
  72. package/dist/esm/ez-select-box.entry.js +1 -1
  73. package/dist/esm/ez-tabselector.entry.js +1 -1
  74. package/dist/esm/ez-text-area.entry.js +1 -1
  75. package/dist/esm/ez-text-input.entry.js +1 -1
  76. package/dist/esm/ez-time-input.entry.js +1 -1
  77. package/dist/esm/ez-toast.entry.js +1 -1
  78. package/dist/esm/ez-upload.entry.js +1 -1
  79. package/dist/esm/ez-view-stack.entry.js +1 -1
  80. package/dist/esm/ezui.js +2 -2
  81. package/dist/esm/{index-b21f0a10.js → index-7bc778b3.js} +52 -0
  82. package/dist/esm/loader.js +2 -2
  83. package/dist/ezui/ezui.esm.js +1 -1
  84. package/dist/ezui/{p-240a76f1.entry.js → p-03742d3e.entry.js} +1 -1
  85. package/dist/ezui/{p-ad071710.entry.js → p-15d18ece.entry.js} +1 -1
  86. package/dist/ezui/p-1cc11468.entry.js +1 -0
  87. package/dist/ezui/{p-8aaca58b.entry.js → p-3ae441ec.entry.js} +1 -1
  88. package/dist/ezui/p-3c7ea91b.js +1 -0
  89. package/dist/ezui/{p-bedef638.entry.js → p-3ffdde40.entry.js} +1 -1
  90. package/dist/ezui/{p-2acf7d59.entry.js → p-416bedbe.entry.js} +1 -1
  91. package/dist/ezui/{p-d1bc45bd.entry.js → p-47e06040.entry.js} +1 -1
  92. package/dist/ezui/p-5c721278.entry.js +1 -0
  93. package/dist/ezui/{p-b0195dae.entry.js → p-6cfe20a0.entry.js} +1 -1
  94. package/dist/ezui/{p-a7064bc1.entry.js → p-719e9ef9.entry.js} +1 -1
  95. package/dist/ezui/{p-ba2bfa01.entry.js → p-72ab066f.entry.js} +1 -1
  96. package/dist/ezui/{p-d75c3aae.entry.js → p-768053d0.entry.js} +1 -1
  97. package/dist/ezui/{p-8c1b9fe0.entry.js → p-7c227b86.entry.js} +1 -1
  98. package/dist/ezui/{p-0b099e95.entry.js → p-7fe1ac9a.entry.js} +1 -1
  99. package/dist/ezui/{p-1fecaeb8.entry.js → p-81eb2738.entry.js} +1 -1
  100. package/dist/ezui/{p-fd6f3bf9.entry.js → p-9b1700f7.entry.js} +1 -1
  101. package/dist/ezui/{p-267fa515.entry.js → p-a27dafa4.entry.js} +1 -1
  102. package/dist/ezui/{p-6a7a9d11.entry.js → p-a3ff4f0e.entry.js} +1 -1
  103. package/dist/ezui/{p-024df41e.entry.js → p-aba3fa6c.entry.js} +1 -1
  104. package/dist/ezui/{p-c246e251.entry.js → p-b2cf7db2.entry.js} +1 -1
  105. package/dist/ezui/{p-f4819fa3.entry.js → p-b3e978aa.entry.js} +1 -1
  106. package/dist/ezui/{p-94ed1ae6.entry.js → p-b4ad3b15.entry.js} +1 -1
  107. package/dist/ezui/{p-7d29e829.entry.js → p-b901ba02.entry.js} +1 -1
  108. package/dist/ezui/{p-f865a50b.entry.js → p-cccd8cde.entry.js} +1 -1
  109. package/dist/ezui/{p-1941aef7.entry.js → p-cf283c4a.entry.js} +1 -1
  110. package/dist/ezui/{p-78fc16d7.entry.js → p-d0671e14.entry.js} +1 -1
  111. package/dist/ezui/{p-e5c572c1.entry.js → p-d9c72ff7.entry.js} +2 -2
  112. package/dist/ezui/{p-2b017e4c.entry.js → p-e0f06d73.entry.js} +1 -1
  113. package/dist/ezui/{p-b65e22a1.entry.js → p-e59adce6.entry.js} +1 -1
  114. package/dist/ezui/{p-99440dbc.entry.js → p-e7d03a0d.entry.js} +1 -1
  115. package/dist/ezui/p-ec9decf2.entry.js +1 -0
  116. package/dist/ezui/{p-6287fc90.entry.js → p-ed2135a5.entry.js} +1 -1
  117. package/dist/ezui/{p-4f2e5cf4.entry.js → p-ed835b36.entry.js} +1 -1
  118. package/dist/ezui/{p-465a0f19.entry.js → p-fe75f477.entry.js} +1 -1
  119. package/dist/types/components/ez-grid/controller/ag-grid/DataSource.d.ts +1 -0
  120. package/dist/types/components/ez-scroller/EzScrollDirection.d.ts +5 -0
  121. package/dist/types/components/ez-scroller/ez-scroller.d.ts +31 -0
  122. package/dist/types/components.d.ts +22 -0
  123. package/package.json +1 -1
  124. package/react/components.d.ts +1 -0
  125. package/react/components.js +1 -0
  126. package/react/components.js.map +1 -1
  127. package/dist/ezui/p-139ed2f6.js +0 -1
  128. package/dist/ezui/p-2c4372a4.entry.js +0 -1
  129. package/dist/ezui/p-317250bc.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-c15a9551.js');
5
+ const index = require('./index-8646c40d.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__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;padding:var(--space--medium, 6px);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)}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::-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)}";
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-c15a9551.js');
5
+ const index = require('./index-8646c40d.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
  const CSSVarsUtils = require('./CSSVarsUtils-09b431cc.js');
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-c15a9551.js');
5
+ const index = require('./index-8646c40d.js');
6
6
 
7
7
  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__icon--padding-left:var(--space--small, 6px)}.toast__container{position:fixed;display:flex;bottom:100px;z-index:var(--ez-toast__container-z-index);left:100px;width:280px;box-sizing:border-box;background-color:var(--ez-toast__container--background-color);border-radius:6px;align-items:center;padding:12px;visibility:hidden}.message__container{font-family:\"Sora\", \"Algerian\";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}.message__conteiner--icon{padding-left:var(--ez-toast__icon--padding-left);width:80%}.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{left:-100px;opacity:0}to{left:100px;opacity:1}}@keyframes fadein{from{left:-100px;opacity:0}to{left:100px;opacity:1}}@-webkit-keyframes fadeout{from{left:100px;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeout{from{left:100px;opacity:1}to{bottom:0;opacity:0}}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-c15a9551.js');
5
+ const index = require('./index-8646c40d.js');
6
6
  const ApplicationUtils = require('./ApplicationUtils-483c0a9e.js');
7
7
  require('./DialogType-a1e288e6.js');
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-c15a9551.js');
5
+ const index = require('./index-8646c40d.js');
6
6
 
7
7
  const ezViewStackCss = ":host{width:100%;height:100%}.ez-view-stack__container{width:100%;height:100%}";
8
8
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-c15a9551.js');
3
+ const index = require('./index-8646c40d.js');
4
4
 
5
5
  /*
6
6
  Stencil Client Patch Browser v2.13.0 | MIT Licensed | https://stenciljs.com
@@ -15,5 +15,5 @@ const patchBrowser = () => {
15
15
  };
16
16
 
17
17
  patchBrowser().then(options => {
18
- return index.bootstrapLazy([["ez-grid.cjs",[[6,"ez-grid",{"multipleSelection":[4,"multiple-selection"],"config":[1040],"serverUrl":[1,"server-url"],"dataUnit":[16],"_paginationInfo":[32],"_popUpGridConfig":[32],"setColumnsDef":[64],"addColumnMenuItem":[64],"setColumnsState":[64],"setData":[64],"getSelection":[64],"getColumnsState":[64],"getColumns":[64],"quickFilter":[64],"openGridConfig":[64]}]]],["ez-actions-button.cjs",[[1,"ez-actions-button",{"enabled":[516],"actions":[1040],"size":[513]}]]],["ez-dialog.cjs",[[1,"ez-dialog",{"confirm":[1028],"dialogType":[1025,"dialog-type"],"message":[1025],"opened":[1540],"personalizedIconPath":[1025,"personalized-icon-path"],"ezTitle":[1025,"ez-title"],"handleButtonClick":[64],"show":[64]}]]],["ez-filter-input.cjs",[[1,"ez-filter-input",{"label":[1],"value":[1537],"enabled":[4],"loading":[516],"errorMessage":[1537,"error-message"],"restrict":[1],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-chip.cjs",[[1,"ez-chip",{"label":[513],"enabled":[516],"removePosition":[513,"remove-position"],"mode":[513],"value":[1540],"setFocus":[64],"setBlur":[64]}]]],["ez-application.cjs",[[0,"ez-application"]]],["ez-card-item.cjs",[[1,"ez-card-item",{"item":[16]}]]],["ez-loading-bar.cjs",[[1,"ez-loading-bar",{"_showLoading":[32],"hide":[64],"show":[64]}]]],["ez-popover.cjs",[[1,"ez-popover",{"autoClose":[516,"auto-close"],"top":[1537],"left":[1537],"bottom":[1537],"right":[1537],"boxWidth":[513,"box-width"],"opened":[1540],"innerElement":[1537,"inner-element"],"updatePosition":[64],"show":[64],"hide":[64]}]]],["ez-popup.cjs",[[1,"ez-popup",{"size":[1],"opened":[1540],"useHeader":[1540,"use-header"],"ezTitle":[1,"ez-title"]}]]],["ez-radio-button.cjs",[[1,"ez-radio-button",{"value":[1544],"options":[1040],"enabled":[516],"label":[513],"direction":[1537]}]]],["ez-toast.cjs",[[1,"ez-toast",{"message":[1025],"fadeTime":[1026,"fade-time"],"useIcon":[1028,"use-icon"],"canClose":[1028,"can-close"],"show":[64]}]]],["ez-view-stack.cjs",[[0,"ez-view-stack",{"show":[64],"getSelectedIndex":[64]}]]],["ez-grid-config.cjs",[[2,"ez-grid-config",{"selectedTab":[1025,"selected-tab"],"columns":[1040],"config":[1040]}]]],["ez-search.cjs",[[1,"ez-search",{"value":[1537],"label":[1537],"enabled":[1540],"errorMessage":[1537,"error-message"],"optionLoader":[16],"showSelectedValue":[4,"show-selected-value"],"showOptionValue":[4,"show-option-value"],"suppressEmptyOption":[4,"suppress-empty-option"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-date-input.cjs",[[1,"ez-date-input",{"label":[513],"value":[1040],"enabled":[516],"errorMessage":[1537,"error-message"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-time-input.cjs",[[1,"ez-time-input",{"label":[513],"value":[1026],"enabled":[516],"errorMessage":[1537,"error-message"],"showSeconds":[516,"show-seconds"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-collapsible-box.cjs",[[1,"ez-collapsible-box",{"value":[1540],"label":[513],"headerSize":[513,"header-size"],"iconPlacement":[513,"icon-placement"],"stretchTitle":[516,"stretch-title"],"showHide":[64]}]]],["ez-number-input.cjs",[[1,"ez-number-input",{"label":[1],"value":[1538],"enabled":[4],"errorMessage":[1537,"error-message"],"precision":[2],"prettyPrecision":[2,"pretty-precision"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-modal.cjs",[[1,"ez-modal",{"modalSize":[1,"modal-size"],"align":[1],"opened":[1028],"closeEsc":[4,"close-esc"],"closeOutsideClick":[4,"close-outside-click"]}]]],["ez-list.cjs",[[1,"ez-list",{"dataSource":[1040],"useGroups":[1540,"use-groups"],"ezDraggable":[1028,"ez-draggable"],"ezSelectable":[1028,"ez-selectable"],"itemSlotBuilder":[1040],"_listItems":[32],"_listGroupItems":[32],"clearHistory":[64],"scrollToTop":[64],"setSelection":[64],"getSelection":[64],"getList":[64]}]]],["ez-calendar.cjs",[[1,"ez-calendar",{"value":[1040],"floating":[516],"time":[516],"showSeconds":[516,"show-seconds"],"show":[64],"fitVertical":[64],"hide":[64]}]]],["ez-date-time-input.cjs",[[1,"ez-date-time-input",{"label":[513],"value":[1040],"enabled":[516],"errorMessage":[1537,"error-message"],"showSeconds":[516,"show-seconds"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-text-area.cjs",[[1,"ez-text-area",{"label":[513],"value":[1537],"enabled":[516],"loading":[516],"errorMessage":[1537,"error-message"],"rows":[1538],"canShowError":[516,"can-show-error"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-upload.cjs",[[1,"ez-upload",{"label":[1],"enabled":[4],"maxFileSize":[2,"max-file-size"],"maxFiles":[2,"max-files"],"requestHeaders":[8,"request-headers"],"urlUpload":[1,"url-upload"],"urlDelete":[1,"url-delete"],"value":[1040],"addFiles":[64],"setFocus":[64],"setBlur":[64]}]]],["ez-check.cjs",[[1,"ez-check",{"label":[513],"value":[1540],"enabled":[1540],"mode":[513],"getMode":[64],"setFocus":[64]}]]],["ez-tabselector.cjs",[[1,"ez-tabselector",{"selectedIndex":[1538,"selected-index"],"selectedTab":[1537,"selected-tab"],"tabs":[1]}]]],["ez-icon.cjs",[[1,"ez-icon",{"size":[513],"href":[513],"iconName":[513,"icon-name"]}]]],["ez-form.cjs",[[0,"ez-form",{"dataUnit":[1040],"config":[16],"recordsValidator":[16],"submit":[64],"cancel":[64],"validate":[64]}]]],["ez-button.cjs",[[1,"ez-button",{"label":[513],"enabled":[516],"mode":[513],"image":[513],"iconName":[513,"icon-name"],"size":[513],"setFocus":[64],"setBlur":[64]}]]],["ez-text-input.cjs",[[1,"ez-text-input",{"label":[513],"value":[1537],"enabled":[516],"loading":[516],"errorMessage":[1537,"error-message"],"mask":[1],"canShowError":[516,"can-show-error"],"restrict":[1],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-combo-box.cjs",[[1,"ez-combo-box",{"value":[1537],"label":[513],"enabled":[516],"options":[1040],"errorMessage":[1537,"error-message"],"searchMode":[4,"search-mode"],"showSelectedValue":[4,"show-selected-value"],"showOptionValue":[4,"show-option-value"],"suppressSearch":[4,"suppress-search"],"optionLoader":[16],"suppressEmptyOption":[4,"suppress-empty-option"],"canShowError":[516,"can-show-error"],"mode":[513],"_preSelection":[32],"_visibleOptions":[32],"_startLoading":[32],"_showLoading":[32],"_criteria":[32],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-select-box.cjs",[[1,"ez-select-box",{"selectedOption":[1,"selected-option"]}]]]], options);
18
+ return index.bootstrapLazy([["ez-grid.cjs",[[6,"ez-grid",{"multipleSelection":[4,"multiple-selection"],"config":[1040],"serverUrl":[1,"server-url"],"dataUnit":[16],"_paginationInfo":[32],"_popUpGridConfig":[32],"setColumnsDef":[64],"addColumnMenuItem":[64],"setColumnsState":[64],"setData":[64],"getSelection":[64],"getColumnsState":[64],"getColumns":[64],"quickFilter":[64],"openGridConfig":[64]}]]],["ez-actions-button.cjs",[[1,"ez-actions-button",{"enabled":[516],"actions":[1040],"size":[513]}]]],["ez-dialog.cjs",[[1,"ez-dialog",{"confirm":[1028],"dialogType":[1025,"dialog-type"],"message":[1025],"opened":[1540],"personalizedIconPath":[1025,"personalized-icon-path"],"ezTitle":[1025,"ez-title"],"handleButtonClick":[64],"show":[64]}]]],["ez-filter-input.cjs",[[1,"ez-filter-input",{"label":[1],"value":[1537],"enabled":[4],"loading":[516],"errorMessage":[1537,"error-message"],"restrict":[1],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-chip.cjs",[[1,"ez-chip",{"label":[513],"enabled":[516],"removePosition":[513,"remove-position"],"mode":[513],"value":[1540],"setFocus":[64],"setBlur":[64]}]]],["ez-application.cjs",[[0,"ez-application"]]],["ez-card-item.cjs",[[1,"ez-card-item",{"item":[16]}]]],["ez-loading-bar.cjs",[[1,"ez-loading-bar",{"_showLoading":[32],"hide":[64],"show":[64]}]]],["ez-popover.cjs",[[1,"ez-popover",{"autoClose":[516,"auto-close"],"top":[1537],"left":[1537],"bottom":[1537],"right":[1537],"boxWidth":[513,"box-width"],"opened":[1540],"innerElement":[1537,"inner-element"],"updatePosition":[64],"show":[64],"hide":[64]}]]],["ez-popup.cjs",[[1,"ez-popup",{"size":[1],"opened":[1540],"useHeader":[1540,"use-header"],"ezTitle":[1,"ez-title"]}]]],["ez-radio-button.cjs",[[1,"ez-radio-button",{"value":[1544],"options":[1040],"enabled":[516],"label":[513],"direction":[1537]}]]],["ez-scroller.cjs",[[1,"ez-scroller",{"direction":[1]},[[2,"click","clickListener"],[1,"mousedown","mouseDownHandler"],[1,"mouseup","mouseUpHandler"],[1,"mousemove","mouseMoveHandler"]]]]],["ez-toast.cjs",[[1,"ez-toast",{"message":[1025],"fadeTime":[1026,"fade-time"],"useIcon":[1028,"use-icon"],"canClose":[1028,"can-close"],"show":[64]}]]],["ez-view-stack.cjs",[[0,"ez-view-stack",{"show":[64],"getSelectedIndex":[64]}]]],["ez-grid-config.cjs",[[2,"ez-grid-config",{"selectedTab":[1025,"selected-tab"],"columns":[1040],"config":[1040]}]]],["ez-search.cjs",[[1,"ez-search",{"value":[1537],"label":[1537],"enabled":[1540],"errorMessage":[1537,"error-message"],"optionLoader":[16],"showSelectedValue":[4,"show-selected-value"],"showOptionValue":[4,"show-option-value"],"suppressEmptyOption":[4,"suppress-empty-option"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-date-input.cjs",[[1,"ez-date-input",{"label":[513],"value":[1040],"enabled":[516],"errorMessage":[1537,"error-message"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-time-input.cjs",[[1,"ez-time-input",{"label":[513],"value":[1026],"enabled":[516],"errorMessage":[1537,"error-message"],"showSeconds":[516,"show-seconds"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-collapsible-box.cjs",[[1,"ez-collapsible-box",{"value":[1540],"label":[513],"headerSize":[513,"header-size"],"iconPlacement":[513,"icon-placement"],"stretchTitle":[516,"stretch-title"],"showHide":[64]}]]],["ez-number-input.cjs",[[1,"ez-number-input",{"label":[1],"value":[1538],"enabled":[4],"errorMessage":[1537,"error-message"],"precision":[2],"prettyPrecision":[2,"pretty-precision"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-modal.cjs",[[1,"ez-modal",{"modalSize":[1,"modal-size"],"align":[1],"opened":[1028],"closeEsc":[4,"close-esc"],"closeOutsideClick":[4,"close-outside-click"]}]]],["ez-list.cjs",[[1,"ez-list",{"dataSource":[1040],"useGroups":[1540,"use-groups"],"ezDraggable":[1028,"ez-draggable"],"ezSelectable":[1028,"ez-selectable"],"itemSlotBuilder":[1040],"_listItems":[32],"_listGroupItems":[32],"clearHistory":[64],"scrollToTop":[64],"setSelection":[64],"getSelection":[64],"getList":[64]}]]],["ez-calendar.cjs",[[1,"ez-calendar",{"value":[1040],"floating":[516],"time":[516],"showSeconds":[516,"show-seconds"],"show":[64],"fitVertical":[64],"hide":[64]}]]],["ez-date-time-input.cjs",[[1,"ez-date-time-input",{"label":[513],"value":[1040],"enabled":[516],"errorMessage":[1537,"error-message"],"showSeconds":[516,"show-seconds"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-text-area.cjs",[[1,"ez-text-area",{"label":[513],"value":[1537],"enabled":[516],"loading":[516],"errorMessage":[1537,"error-message"],"rows":[1538],"canShowError":[516,"can-show-error"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-upload.cjs",[[1,"ez-upload",{"label":[1],"enabled":[4],"maxFileSize":[2,"max-file-size"],"maxFiles":[2,"max-files"],"requestHeaders":[8,"request-headers"],"urlUpload":[1,"url-upload"],"urlDelete":[1,"url-delete"],"value":[1040],"addFiles":[64],"setFocus":[64],"setBlur":[64]}]]],["ez-check.cjs",[[1,"ez-check",{"label":[513],"value":[1540],"enabled":[1540],"mode":[513],"getMode":[64],"setFocus":[64]}]]],["ez-tabselector.cjs",[[1,"ez-tabselector",{"selectedIndex":[1538,"selected-index"],"selectedTab":[1537,"selected-tab"],"tabs":[1]}]]],["ez-icon.cjs",[[1,"ez-icon",{"size":[513],"href":[513],"iconName":[513,"icon-name"]}]]],["ez-form.cjs",[[0,"ez-form",{"dataUnit":[1040],"config":[16],"recordsValidator":[16],"submit":[64],"cancel":[64],"validate":[64]}]]],["ez-button.cjs",[[1,"ez-button",{"label":[513],"enabled":[516],"mode":[513],"image":[513],"iconName":[513,"icon-name"],"size":[513],"setFocus":[64],"setBlur":[64]}]]],["ez-text-input.cjs",[[1,"ez-text-input",{"label":[513],"value":[1537],"enabled":[516],"loading":[516],"errorMessage":[1537,"error-message"],"mask":[1],"canShowError":[516,"can-show-error"],"restrict":[1],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-combo-box.cjs",[[1,"ez-combo-box",{"value":[1537],"label":[513],"enabled":[516],"options":[1040],"errorMessage":[1537,"error-message"],"searchMode":[4,"search-mode"],"showSelectedValue":[4,"show-selected-value"],"showOptionValue":[4,"show-option-value"],"suppressSearch":[4,"suppress-search"],"optionLoader":[16],"suppressEmptyOption":[4,"suppress-empty-option"],"canShowError":[516,"can-show-error"],"mode":[513],"_preSelection":[32],"_visibleOptions":[32],"_startLoading":[32],"_showLoading":[32],"_criteria":[32],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-select-box.cjs",[[1,"ez-select-box",{"selectedOption":[1,"selected-option"]}]]]], options);
19
19
  });
@@ -51,6 +51,35 @@ const supportsConstructibleStylesheets = /*@__PURE__*/ (() => {
51
51
  return false;
52
52
  })()
53
53
  ;
54
+ const addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {
55
+ if (listeners) {
56
+ listeners.map(([flags, name, method]) => {
57
+ const target = elm;
58
+ const handler = hostListenerProxy(hostRef, method);
59
+ const opts = hostListenerOpts(flags);
60
+ plt.ael(target, name, handler, opts);
61
+ (hostRef.$rmListeners$ = hostRef.$rmListeners$ || []).push(() => plt.rel(target, name, handler, opts));
62
+ });
63
+ }
64
+ };
65
+ const hostListenerProxy = (hostRef, methodName) => (ev) => {
66
+ try {
67
+ {
68
+ if (hostRef.$flags$ & 256 /* isListenReady */) {
69
+ // instance is ready, let's call it's member method for this event
70
+ hostRef.$lazyInstance$[methodName](ev);
71
+ }
72
+ else {
73
+ (hostRef.$queuedListeners$ = hostRef.$queuedListeners$ || []).push([methodName, ev]);
74
+ }
75
+ }
76
+ }
77
+ catch (e) {
78
+ consoleError(e);
79
+ }
80
+ };
81
+ // prettier-ignore
82
+ const hostListenerOpts = (flags) => (flags & 2 /* Capture */) !== 0;
54
83
  const HYDRATED_CSS = '{visibility:hidden}.hydrated{visibility:inherit}';
55
84
  const XLINK_NS = 'http://www.w3.org/1999/xlink';
56
85
  const createTime = (fnName, tagName = '') => {
@@ -1078,6 +1107,13 @@ const dispatchHooks = (hostRef, isInitialLoad) => {
1078
1107
  const instance = hostRef.$lazyInstance$ ;
1079
1108
  let promise;
1080
1109
  if (isInitialLoad) {
1110
+ {
1111
+ hostRef.$flags$ |= 256 /* isListenReady */;
1112
+ if (hostRef.$queuedListeners$) {
1113
+ hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));
1114
+ hostRef.$queuedListeners$ = null;
1115
+ }
1116
+ }
1081
1117
  {
1082
1118
  promise = safeCall(instance, 'componentWillLoad');
1083
1119
  }
@@ -1526,6 +1562,12 @@ const connectedCallback = (elm) => {
1526
1562
  initializeComponent(elm, hostRef, cmpMeta);
1527
1563
  }
1528
1564
  }
1565
+ else {
1566
+ // not the first time this has connected
1567
+ // reattach any event listeners to the host
1568
+ // since they would have been removed when disconnected
1569
+ addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
1570
+ }
1529
1571
  endConnected();
1530
1572
  }
1531
1573
  };
@@ -1544,6 +1586,12 @@ const disconnectedCallback = (elm) => {
1544
1586
  if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
1545
1587
  const hostRef = getHostRef(elm);
1546
1588
  const instance = hostRef.$lazyInstance$ ;
1589
+ {
1590
+ if (hostRef.$rmListeners$) {
1591
+ hostRef.$rmListeners$.map((rmListener) => rmListener());
1592
+ hostRef.$rmListeners$ = undefined;
1593
+ }
1594
+ }
1547
1595
  {
1548
1596
  safeCall(instance, 'disconnectedCallback');
1549
1597
  }
@@ -1573,6 +1621,9 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
1573
1621
  {
1574
1622
  cmpMeta.$members$ = compactMeta[2];
1575
1623
  }
1624
+ {
1625
+ cmpMeta.$listeners$ = compactMeta[3];
1626
+ }
1576
1627
  {
1577
1628
  cmpMeta.$attrsToReflect$ = [];
1578
1629
  }
@@ -1662,6 +1713,7 @@ const registerHost = (elm, cmpMeta) => {
1662
1713
  elm['s-p'] = [];
1663
1714
  elm['s-rc'] = [];
1664
1715
  }
1716
+ addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
1665
1717
  return hostRefs.set(elm, hostRef);
1666
1718
  };
1667
1719
  const isMemberInElement = (elm, memberName) => memberName in elm;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-c15a9551.js');
5
+ const index = require('./index-8646c40d.js');
6
6
 
7
7
  /*
8
8
  Stencil Client Patch Esm v2.13.0 | MIT Licensed | https://stenciljs.com
@@ -14,7 +14,7 @@ const patchEsm = () => {
14
14
  const defineCustomElements = (win, options) => {
15
15
  if (typeof window === 'undefined') return Promise.resolve();
16
16
  return patchEsm().then(() => {
17
- return index.bootstrapLazy([["ez-grid.cjs",[[6,"ez-grid",{"multipleSelection":[4,"multiple-selection"],"config":[1040],"serverUrl":[1,"server-url"],"dataUnit":[16],"_paginationInfo":[32],"_popUpGridConfig":[32],"setColumnsDef":[64],"addColumnMenuItem":[64],"setColumnsState":[64],"setData":[64],"getSelection":[64],"getColumnsState":[64],"getColumns":[64],"quickFilter":[64],"openGridConfig":[64]}]]],["ez-actions-button.cjs",[[1,"ez-actions-button",{"enabled":[516],"actions":[1040],"size":[513]}]]],["ez-dialog.cjs",[[1,"ez-dialog",{"confirm":[1028],"dialogType":[1025,"dialog-type"],"message":[1025],"opened":[1540],"personalizedIconPath":[1025,"personalized-icon-path"],"ezTitle":[1025,"ez-title"],"handleButtonClick":[64],"show":[64]}]]],["ez-filter-input.cjs",[[1,"ez-filter-input",{"label":[1],"value":[1537],"enabled":[4],"loading":[516],"errorMessage":[1537,"error-message"],"restrict":[1],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-chip.cjs",[[1,"ez-chip",{"label":[513],"enabled":[516],"removePosition":[513,"remove-position"],"mode":[513],"value":[1540],"setFocus":[64],"setBlur":[64]}]]],["ez-application.cjs",[[0,"ez-application"]]],["ez-card-item.cjs",[[1,"ez-card-item",{"item":[16]}]]],["ez-loading-bar.cjs",[[1,"ez-loading-bar",{"_showLoading":[32],"hide":[64],"show":[64]}]]],["ez-popover.cjs",[[1,"ez-popover",{"autoClose":[516,"auto-close"],"top":[1537],"left":[1537],"bottom":[1537],"right":[1537],"boxWidth":[513,"box-width"],"opened":[1540],"innerElement":[1537,"inner-element"],"updatePosition":[64],"show":[64],"hide":[64]}]]],["ez-popup.cjs",[[1,"ez-popup",{"size":[1],"opened":[1540],"useHeader":[1540,"use-header"],"ezTitle":[1,"ez-title"]}]]],["ez-radio-button.cjs",[[1,"ez-radio-button",{"value":[1544],"options":[1040],"enabled":[516],"label":[513],"direction":[1537]}]]],["ez-toast.cjs",[[1,"ez-toast",{"message":[1025],"fadeTime":[1026,"fade-time"],"useIcon":[1028,"use-icon"],"canClose":[1028,"can-close"],"show":[64]}]]],["ez-view-stack.cjs",[[0,"ez-view-stack",{"show":[64],"getSelectedIndex":[64]}]]],["ez-grid-config.cjs",[[2,"ez-grid-config",{"selectedTab":[1025,"selected-tab"],"columns":[1040],"config":[1040]}]]],["ez-search.cjs",[[1,"ez-search",{"value":[1537],"label":[1537],"enabled":[1540],"errorMessage":[1537,"error-message"],"optionLoader":[16],"showSelectedValue":[4,"show-selected-value"],"showOptionValue":[4,"show-option-value"],"suppressEmptyOption":[4,"suppress-empty-option"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-date-input.cjs",[[1,"ez-date-input",{"label":[513],"value":[1040],"enabled":[516],"errorMessage":[1537,"error-message"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-time-input.cjs",[[1,"ez-time-input",{"label":[513],"value":[1026],"enabled":[516],"errorMessage":[1537,"error-message"],"showSeconds":[516,"show-seconds"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-collapsible-box.cjs",[[1,"ez-collapsible-box",{"value":[1540],"label":[513],"headerSize":[513,"header-size"],"iconPlacement":[513,"icon-placement"],"stretchTitle":[516,"stretch-title"],"showHide":[64]}]]],["ez-number-input.cjs",[[1,"ez-number-input",{"label":[1],"value":[1538],"enabled":[4],"errorMessage":[1537,"error-message"],"precision":[2],"prettyPrecision":[2,"pretty-precision"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-modal.cjs",[[1,"ez-modal",{"modalSize":[1,"modal-size"],"align":[1],"opened":[1028],"closeEsc":[4,"close-esc"],"closeOutsideClick":[4,"close-outside-click"]}]]],["ez-list.cjs",[[1,"ez-list",{"dataSource":[1040],"useGroups":[1540,"use-groups"],"ezDraggable":[1028,"ez-draggable"],"ezSelectable":[1028,"ez-selectable"],"itemSlotBuilder":[1040],"_listItems":[32],"_listGroupItems":[32],"clearHistory":[64],"scrollToTop":[64],"setSelection":[64],"getSelection":[64],"getList":[64]}]]],["ez-calendar.cjs",[[1,"ez-calendar",{"value":[1040],"floating":[516],"time":[516],"showSeconds":[516,"show-seconds"],"show":[64],"fitVertical":[64],"hide":[64]}]]],["ez-date-time-input.cjs",[[1,"ez-date-time-input",{"label":[513],"value":[1040],"enabled":[516],"errorMessage":[1537,"error-message"],"showSeconds":[516,"show-seconds"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-text-area.cjs",[[1,"ez-text-area",{"label":[513],"value":[1537],"enabled":[516],"loading":[516],"errorMessage":[1537,"error-message"],"rows":[1538],"canShowError":[516,"can-show-error"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-upload.cjs",[[1,"ez-upload",{"label":[1],"enabled":[4],"maxFileSize":[2,"max-file-size"],"maxFiles":[2,"max-files"],"requestHeaders":[8,"request-headers"],"urlUpload":[1,"url-upload"],"urlDelete":[1,"url-delete"],"value":[1040],"addFiles":[64],"setFocus":[64],"setBlur":[64]}]]],["ez-check.cjs",[[1,"ez-check",{"label":[513],"value":[1540],"enabled":[1540],"mode":[513],"getMode":[64],"setFocus":[64]}]]],["ez-tabselector.cjs",[[1,"ez-tabselector",{"selectedIndex":[1538,"selected-index"],"selectedTab":[1537,"selected-tab"],"tabs":[1]}]]],["ez-icon.cjs",[[1,"ez-icon",{"size":[513],"href":[513],"iconName":[513,"icon-name"]}]]],["ez-form.cjs",[[0,"ez-form",{"dataUnit":[1040],"config":[16],"recordsValidator":[16],"submit":[64],"cancel":[64],"validate":[64]}]]],["ez-button.cjs",[[1,"ez-button",{"label":[513],"enabled":[516],"mode":[513],"image":[513],"iconName":[513,"icon-name"],"size":[513],"setFocus":[64],"setBlur":[64]}]]],["ez-text-input.cjs",[[1,"ez-text-input",{"label":[513],"value":[1537],"enabled":[516],"loading":[516],"errorMessage":[1537,"error-message"],"mask":[1],"canShowError":[516,"can-show-error"],"restrict":[1],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-combo-box.cjs",[[1,"ez-combo-box",{"value":[1537],"label":[513],"enabled":[516],"options":[1040],"errorMessage":[1537,"error-message"],"searchMode":[4,"search-mode"],"showSelectedValue":[4,"show-selected-value"],"showOptionValue":[4,"show-option-value"],"suppressSearch":[4,"suppress-search"],"optionLoader":[16],"suppressEmptyOption":[4,"suppress-empty-option"],"canShowError":[516,"can-show-error"],"mode":[513],"_preSelection":[32],"_visibleOptions":[32],"_startLoading":[32],"_showLoading":[32],"_criteria":[32],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-select-box.cjs",[[1,"ez-select-box",{"selectedOption":[1,"selected-option"]}]]]], options);
17
+ return index.bootstrapLazy([["ez-grid.cjs",[[6,"ez-grid",{"multipleSelection":[4,"multiple-selection"],"config":[1040],"serverUrl":[1,"server-url"],"dataUnit":[16],"_paginationInfo":[32],"_popUpGridConfig":[32],"setColumnsDef":[64],"addColumnMenuItem":[64],"setColumnsState":[64],"setData":[64],"getSelection":[64],"getColumnsState":[64],"getColumns":[64],"quickFilter":[64],"openGridConfig":[64]}]]],["ez-actions-button.cjs",[[1,"ez-actions-button",{"enabled":[516],"actions":[1040],"size":[513]}]]],["ez-dialog.cjs",[[1,"ez-dialog",{"confirm":[1028],"dialogType":[1025,"dialog-type"],"message":[1025],"opened":[1540],"personalizedIconPath":[1025,"personalized-icon-path"],"ezTitle":[1025,"ez-title"],"handleButtonClick":[64],"show":[64]}]]],["ez-filter-input.cjs",[[1,"ez-filter-input",{"label":[1],"value":[1537],"enabled":[4],"loading":[516],"errorMessage":[1537,"error-message"],"restrict":[1],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-chip.cjs",[[1,"ez-chip",{"label":[513],"enabled":[516],"removePosition":[513,"remove-position"],"mode":[513],"value":[1540],"setFocus":[64],"setBlur":[64]}]]],["ez-application.cjs",[[0,"ez-application"]]],["ez-card-item.cjs",[[1,"ez-card-item",{"item":[16]}]]],["ez-loading-bar.cjs",[[1,"ez-loading-bar",{"_showLoading":[32],"hide":[64],"show":[64]}]]],["ez-popover.cjs",[[1,"ez-popover",{"autoClose":[516,"auto-close"],"top":[1537],"left":[1537],"bottom":[1537],"right":[1537],"boxWidth":[513,"box-width"],"opened":[1540],"innerElement":[1537,"inner-element"],"updatePosition":[64],"show":[64],"hide":[64]}]]],["ez-popup.cjs",[[1,"ez-popup",{"size":[1],"opened":[1540],"useHeader":[1540,"use-header"],"ezTitle":[1,"ez-title"]}]]],["ez-radio-button.cjs",[[1,"ez-radio-button",{"value":[1544],"options":[1040],"enabled":[516],"label":[513],"direction":[1537]}]]],["ez-scroller.cjs",[[1,"ez-scroller",{"direction":[1]},[[2,"click","clickListener"],[1,"mousedown","mouseDownHandler"],[1,"mouseup","mouseUpHandler"],[1,"mousemove","mouseMoveHandler"]]]]],["ez-toast.cjs",[[1,"ez-toast",{"message":[1025],"fadeTime":[1026,"fade-time"],"useIcon":[1028,"use-icon"],"canClose":[1028,"can-close"],"show":[64]}]]],["ez-view-stack.cjs",[[0,"ez-view-stack",{"show":[64],"getSelectedIndex":[64]}]]],["ez-grid-config.cjs",[[2,"ez-grid-config",{"selectedTab":[1025,"selected-tab"],"columns":[1040],"config":[1040]}]]],["ez-search.cjs",[[1,"ez-search",{"value":[1537],"label":[1537],"enabled":[1540],"errorMessage":[1537,"error-message"],"optionLoader":[16],"showSelectedValue":[4,"show-selected-value"],"showOptionValue":[4,"show-option-value"],"suppressEmptyOption":[4,"suppress-empty-option"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-date-input.cjs",[[1,"ez-date-input",{"label":[513],"value":[1040],"enabled":[516],"errorMessage":[1537,"error-message"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-time-input.cjs",[[1,"ez-time-input",{"label":[513],"value":[1026],"enabled":[516],"errorMessage":[1537,"error-message"],"showSeconds":[516,"show-seconds"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-collapsible-box.cjs",[[1,"ez-collapsible-box",{"value":[1540],"label":[513],"headerSize":[513,"header-size"],"iconPlacement":[513,"icon-placement"],"stretchTitle":[516,"stretch-title"],"showHide":[64]}]]],["ez-number-input.cjs",[[1,"ez-number-input",{"label":[1],"value":[1538],"enabled":[4],"errorMessage":[1537,"error-message"],"precision":[2],"prettyPrecision":[2,"pretty-precision"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-modal.cjs",[[1,"ez-modal",{"modalSize":[1,"modal-size"],"align":[1],"opened":[1028],"closeEsc":[4,"close-esc"],"closeOutsideClick":[4,"close-outside-click"]}]]],["ez-list.cjs",[[1,"ez-list",{"dataSource":[1040],"useGroups":[1540,"use-groups"],"ezDraggable":[1028,"ez-draggable"],"ezSelectable":[1028,"ez-selectable"],"itemSlotBuilder":[1040],"_listItems":[32],"_listGroupItems":[32],"clearHistory":[64],"scrollToTop":[64],"setSelection":[64],"getSelection":[64],"getList":[64]}]]],["ez-calendar.cjs",[[1,"ez-calendar",{"value":[1040],"floating":[516],"time":[516],"showSeconds":[516,"show-seconds"],"show":[64],"fitVertical":[64],"hide":[64]}]]],["ez-date-time-input.cjs",[[1,"ez-date-time-input",{"label":[513],"value":[1040],"enabled":[516],"errorMessage":[1537,"error-message"],"showSeconds":[516,"show-seconds"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-text-area.cjs",[[1,"ez-text-area",{"label":[513],"value":[1537],"enabled":[516],"loading":[516],"errorMessage":[1537,"error-message"],"rows":[1538],"canShowError":[516,"can-show-error"],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-upload.cjs",[[1,"ez-upload",{"label":[1],"enabled":[4],"maxFileSize":[2,"max-file-size"],"maxFiles":[2,"max-files"],"requestHeaders":[8,"request-headers"],"urlUpload":[1,"url-upload"],"urlDelete":[1,"url-delete"],"value":[1040],"addFiles":[64],"setFocus":[64],"setBlur":[64]}]]],["ez-check.cjs",[[1,"ez-check",{"label":[513],"value":[1540],"enabled":[1540],"mode":[513],"getMode":[64],"setFocus":[64]}]]],["ez-tabselector.cjs",[[1,"ez-tabselector",{"selectedIndex":[1538,"selected-index"],"selectedTab":[1537,"selected-tab"],"tabs":[1]}]]],["ez-icon.cjs",[[1,"ez-icon",{"size":[513],"href":[513],"iconName":[513,"icon-name"]}]]],["ez-form.cjs",[[0,"ez-form",{"dataUnit":[1040],"config":[16],"recordsValidator":[16],"submit":[64],"cancel":[64],"validate":[64]}]]],["ez-button.cjs",[[1,"ez-button",{"label":[513],"enabled":[516],"mode":[513],"image":[513],"iconName":[513,"icon-name"],"size":[513],"setFocus":[64],"setBlur":[64]}]]],["ez-text-input.cjs",[[1,"ez-text-input",{"label":[513],"value":[1537],"enabled":[516],"loading":[516],"errorMessage":[1537,"error-message"],"mask":[1],"canShowError":[516,"can-show-error"],"restrict":[1],"mode":[513],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-combo-box.cjs",[[1,"ez-combo-box",{"value":[1537],"label":[513],"enabled":[516],"options":[1040],"errorMessage":[1537,"error-message"],"searchMode":[4,"search-mode"],"showSelectedValue":[4,"show-selected-value"],"showOptionValue":[4,"show-option-value"],"suppressSearch":[4,"suppress-search"],"optionLoader":[16],"suppressEmptyOption":[4,"suppress-empty-option"],"canShowError":[516,"can-show-error"],"mode":[513],"_preSelection":[32],"_visibleOptions":[32],"_startLoading":[32],"_showLoading":[32],"_criteria":[32],"setFocus":[64],"setBlur":[64],"isInvalid":[64]}]]],["ez-select-box.cjs",[[1,"ez-select-box",{"selectedOption":[1,"selected-option"]}]]]], options);
18
18
  });
19
19
  };
20
20
 
@@ -27,6 +27,7 @@
27
27
  "./components/ez-popover/ez-popover.js",
28
28
  "./components/ez-popup/ez-popup.js",
29
29
  "./components/ez-radio-button/ez-radio-button.js",
30
+ "./components/ez-scroller/ez-scroller.js",
30
31
  "./components/ez-search/ez-search.js",
31
32
  "./components/ez-text-area/ez-text-area.js",
32
33
  "./components/ez-text-input/ez-text-input.js",
@@ -27,7 +27,7 @@ export default class DataSource {
27
27
  case Action.SELECTION_CHANGED:
28
28
  case Action.NEXT_SELECTED:
29
29
  case Action.PREVIOUS_SELECTED:
30
- this._controller.selectRows(this._dataUnit.getSelection());
30
+ this.updateSelection();
31
31
  break;
32
32
  }
33
33
  };
@@ -37,15 +37,19 @@ export default class DataSource {
37
37
  this._options = options;
38
38
  this._dataUnit.subscribe(this.duObserver);
39
39
  }
40
+ updateSelection() {
41
+ this._controller.selectRows(this._dataUnit.getSelection());
42
+ }
40
43
  getRows(params) {
41
44
  if (this.needReload(params)) {
42
45
  this._lastLoadingParams = params;
43
- this._dataUnit.loadData(this.quickFilter);
46
+ this._dataUnit.loadData(this.quickFilter).then(() => this.updateSelection());
44
47
  }
45
48
  else {
46
49
  this._lastLoadingParams = params;
47
50
  if (!this._waitingForLoad) {
48
51
  this.callbackGetRows(params);
52
+ this.updateSelection();
49
53
  }
50
54
  }
51
55
  }
@@ -53,104 +53,123 @@ svg {
53
53
  -webkit-font-smoothing: antialiased;
54
54
  -moz-osx-font-smoothing: grayscale;
55
55
  }
56
-
57
- .ez-icon-account-outline:before { content: "\ea01"; }
58
- .ez-icon-account:before { content: "\ea02"; }
59
- .ez-icon-alert-circle-inverted:before { content: "\ea03"; }
60
- .ez-icon-alert-circle:before { content: "\ea04"; }
61
- .ez-icon-alert-mail:before { content: "\ea05"; }
62
- .ez-icon-alert-outline:before { content: "\ea06"; }
63
- .ez-icon-alert-popup:before { content: "\ea07"; }
64
- .ez-icon-apps:before { content: "\ea08"; }
65
- .ez-icon-arrow_back:before { content: "\ea09"; }
66
- .ez-icon-bell-inverted:before { content: "\ea0a"; }
67
- .ez-icon-bell:before { content: "\ea0b"; }
68
- .ez-icon-business-center:before { content: "\ea0c"; }
69
- .ez-icon-calendar-text:before { content: "\ea0d"; }
70
- .ez-icon-calendar:before { content: "\ea0e"; }
71
- .ez-icon-check-circle-inverted:before { content: "\ea0f"; }
72
- .ez-icon-check-circle:before { content: "\ea10"; }
73
- .ez-icon-check:before { content: "\ea11"; }
74
- .ez-icon-chevron-down:before { content: "\ea12"; }
75
- .ez-icon-chevron-left:before { content: "\ea13"; }
76
- .ez-icon-chevron-right:before { content: "\ea14"; }
77
- .ez-icon-chevron-up:before { content: "\ea15"; }
78
- .ez-icon-circle--medium:before { content: "\ea16"; }
79
- .ez-icon-circle:before { content: "\ea17"; }
80
- .ez-icon-clipboard:before { content: "\ea18"; }
81
- .ez-icon-close-circle-inverted:before { content: "\ea19"; }
82
- .ez-icon-close-circle:before { content: "\ea1a"; }
83
- .ez-icon-close:before { content: "\ea1b"; }
84
- .ez-icon-comment-inverted:before { content: "\ea1c"; }
85
- .ez-icon-comment:before { content: "\ea1d"; }
86
- .ez-icon-configuration:before { content: "\ea1e"; }
87
- .ez-icon-copy:before { content: "\ea1f"; }
88
- .ez-icon-crop:before { content: "\ea20"; }
89
- .ez-icon-delete:before { content: "\ea21"; }
90
- .ez-icon-description:before { content: "\ea22"; }
91
- .ez-icon-dot-notification:before { content: "\ea23"; }
92
- .ez-icon-dots-horizontal:before { content: "\ea24"; }
93
- .ez-icon-dots-vertical:before { content: "\ea25"; }
94
- .ez-icon-drag-indicator:before { content: "\ea26"; }
95
- .ez-icon-edit-file:before { content: "\ea27"; }
96
- .ez-icon-edit-table:before { content: "\ea28"; }
97
- .ez-icon-edit-time:before { content: "\ea29"; }
98
- .ez-icon-edit:before { content: "\ea2a"; }
99
- .ez-icon-email-inverted:before { content: "\ea2b"; }
100
- .ez-icon-email:before { content: "\ea2c"; }
101
- .ez-icon-error-octagon:before { content: "\ea2d"; }
102
- .ez-icon-expand:before { content: "\ea2e"; }
103
- .ez-icon-eye-off:before { content: "\ea2f"; }
104
- .ez-icon-eye:before { content: "\ea30"; }
105
- .ez-icon-favorite:before { content: "\ea31"; }
106
- .ez-icon-file-download:before { content: "\ea32"; }
107
- .ez-icon-file-upload:before { content: "\ea33"; }
108
- .ez-icon-filter:before { content: "\ea34"; }
109
- .ez-icon-find-file:before { content: "\ea35"; }
110
- .ez-icon-find-page:before { content: "\ea36"; }
111
- .ez-icon-format-color-fill:before { content: "\ea37"; }
112
- .ez-icon-help-circle-outline:before { content: "\ea38"; }
113
- .ez-icon-help-inverted:before { content: "\ea39"; }
114
- .ez-icon-help:before { content: "\ea3a"; }
115
- .ez-icon-home:before { content: "\ea3b"; }
116
- .ez-icon-language:before { content: "\ea3c"; }
117
- .ez-icon-launch:before { content: "\ea3d"; }
118
- .ez-icon-lightbulb:before { content: "\ea3e"; }
119
- .ez-icon-list:before { content: "\ea3f"; }
120
- .ez-icon-loading:before { content: "\ea40"; }
121
- .ez-icon-lock-outline:before { content: "\ea41"; }
122
- .ez-icon-lock:before { content: "\ea42"; }
123
- .ez-icon-menu:before { content: "\ea43"; }
124
- .ez-icon-minus-circle-inverted:before { content: "\ea44"; }
125
- .ez-icon-minus:before { content: "\ea45"; }
126
- .ez-icon-money-off:before { content: "\ea46"; }
127
- .ez-icon-money:before { content: "\ea47"; }
128
- .ez-icon-north-west:before { content: "\ea48"; }
129
- .ez-icon-pause:before { content: "\ea49"; }
130
- .ez-icon-payments:before { content: "\ea4a"; }
131
- .ez-icon-play:before { content: "\ea4b"; }
132
- .ez-icon-plus-circle-inverted:before { content: "\ea4c"; }
133
- .ez-icon-plus-circle:before { content: "\ea4d"; }
134
- .ez-icon-plus:before { content: "\ea4e"; }
135
- .ez-icon-power:before { content: "\ea4f"; }
136
- .ez-icon-push-pin:before { content: "\ea50"; }
137
- .ez-icon-restore:before { content: "\ea51"; }
138
- .ez-icon-return:before { content: "\ea52"; }
139
- .ez-icon-rotate:before { content: "\ea53"; }
140
- .ez-icon-save:before { content: "\ea54"; }
141
- .ez-icon-search:before { content: "\ea55"; }
142
- .ez-icon-settings-inverted:before { content: "\ea56"; }
143
- .ez-icon-settings:before { content: "\ea57"; }
144
- .ez-icon-share:before { content: "\ea58"; }
145
- .ez-icon-shield:before { content: "\ea59"; }
146
- .ez-icon-south-east:before { content: "\ea5a"; }
147
- .ez-icon-success-circle:before { content: "\ea5b"; }
148
- .ez-icon-sync:before { content: "\ea5c"; }
149
- .ez-icon-table:before { content: "\ea5d"; }
150
- .ez-icon-timer-outline:before { content: "\ea5e"; }
151
- .ez-icon-user-circle:before { content: "\ea5f"; }
152
- .ez-icon-warning-minus:before { content: "\ea60"; }
153
- .ez-icon-warning-triangle:before { content: "\ea61"; }
56
+ .ez-icon-2chevron-down:before { content: "\ea01"; }
57
+ .ez-icon-2chevron-up:before { content: "\ea02"; }
58
+ .ez-icon-account-outline:before { content: "\ea03"; }
59
+ .ez-icon-account:before { content: "\ea04"; }
60
+ .ez-icon-actions-sprite:before { content: "\ea05"; }
61
+ .ez-icon-alert-circle-inverted:before { content: "\ea06"; }
62
+ .ez-icon-alert-circle:before { content: "\ea07"; }
63
+ .ez-icon-alert-mail:before { content: "\ea08"; }
64
+ .ez-icon-alert-popup:before { content: "\ea09"; }
65
+ .ez-icon-anexo:before { content: "\ea0a"; }
66
+ .ez-icon-apps:before { content: "\ea0b"; }
67
+ .ez-icon-arrow_back:before { content: "\ea0c"; }
68
+ .ez-icon-arrow_downward:before { content: "\ea0d"; }
69
+ .ez-icon-balance:before { content: "\ea0e"; }
70
+ .ez-icon-bell-inverted:before { content: "\ea0f"; }
71
+ .ez-icon-bell:before { content: "\ea10"; }
72
+ .ez-icon-boleto:before { content: "\ea11"; }
73
+ .ez-icon-business-center:before { content: "\ea12"; }
74
+ .ez-icon-calendar-clock:before { content: "\ea13"; }
75
+ .ez-icon-calendar:before { content: "\ea14"; }
76
+ .ez-icon-cash-remove:before { content: "\ea15"; }
77
+ .ez-icon-check-circle-inverted:before { content: "\ea16"; }
78
+ .ez-icon-check-circle:before { content: "\ea17"; }
79
+ .ez-icon-check:before { content: "\ea18"; }
80
+ .ez-icon-chevron-down:before { content: "\ea19"; }
81
+ .ez-icon-chevron-left:before { content: "\ea1a"; }
82
+ .ez-icon-chevron-right:before { content: "\ea1b"; }
83
+ .ez-icon-chevron-up:before { content: "\ea1c"; }
84
+ .ez-icon-circle--medium:before { content: "\ea1d"; }
85
+ .ez-icon-circle:before { content: "\ea1e"; }
86
+ .ez-icon-cleaning:before { content: "\ea1f"; }
87
+ .ez-icon-clipboard:before { content: "\ea20"; }
88
+ .ez-icon-close:before { content: "\ea21"; }
89
+ .ez-icon-cobrar:before { content: "\ea22"; }
90
+ .ez-icon-configuration:before { content: "\ea23"; }
91
+ .ez-icon-copy:before { content: "\ea24"; }
92
+ .ez-icon-credit_card:before { content: "\ea25"; }
93
+ .ez-icon-crop:before { content: "\ea26"; }
94
+ .ez-icon-custom:before { content: "\ea27"; }
95
+ .ez-icon-delete:before { content: "\ea28"; }
96
+ .ez-icon-description:before { content: "\ea29"; }
97
+ .ez-icon-dot-notification:before { content: "\ea2a"; }
98
+ .ez-icon-dots-horizontal:before { content: "\ea2b"; }
99
+ .ez-icon-dots-vertical:before { content: "\ea2c"; }
100
+ .ez-icon-drag-indicator:before { content: "\ea2d"; }
101
+ .ez-icon-dual-chevron-down:before { content: "\ea2e"; }
102
+ .ez-icon-dual-chevron-up:before { content: "\ea2f"; }
103
+ .ez-icon-edit-file:before { content: "\ea30"; }
104
+ .ez-icon-edit-table:before { content: "\ea31"; }
105
+ .ez-icon-edit-time:before { content: "\ea32"; }
106
+ .ez-icon-edit:before { content: "\ea33"; }
107
+ .ez-icon-email:before { content: "\ea34"; }
108
+ .ez-icon-expand:before { content: "\ea35"; }
109
+ .ez-icon-extrato:before { content: "\ea36"; }
110
+ .ez-icon-eye-off:before { content: "\ea37"; }
111
+ .ez-icon-eye:before { content: "\ea38"; }
112
+ .ez-icon-favorite:before { content: "\ea39"; }
113
+ .ez-icon-file-download:before { content: "\ea3a"; }
114
+ .ez-icon-file-upload:before { content: "\ea3b"; }
115
+ .ez-icon-filter:before { content: "\ea3c"; }
116
+ .ez-icon-find-file:before { content: "\ea3d"; }
117
+ .ez-icon-find-page:before { content: "\ea3e"; }
118
+ .ez-icon-format-color-fill:before { content: "\ea3f"; }
119
+ .ez-icon-graph_bar:before { content: "\ea40"; }
120
+ .ez-icon-handshake:before { content: "\ea41"; }
121
+ .ez-icon-help-inverted:before { content: "\ea42"; }
122
+ .ez-icon-help:before { content: "\ea43"; }
123
+ .ez-icon-home:before { content: "\ea44"; }
124
+ .ez-icon-icons104:before { content: "\ea45"; }
125
+ .ez-icon-language:before { content: "\ea46"; }
126
+ .ez-icon-launch:before { content: "\ea47"; }
127
+ .ez-icon-lightbulb:before { content: "\ea48"; }
128
+ .ez-icon-list:before { content: "\ea49"; }
129
+ .ez-icon-location:before { content: "\ea4a"; }
130
+ .ez-icon-lock-outline:before { content: "\ea4b"; }
131
+ .ez-icon-lock:before { content: "\ea4c"; }
132
+ .ez-icon-menu:before { content: "\ea4d"; }
133
+ .ez-icon-mid:before { content: "\ea4e"; }
134
+ .ez-icon-minus:before { content: "\ea4f"; }
135
+ .ez-icon-money-off:before { content: "\ea50"; }
136
+ .ez-icon-money:before { content: "\ea51"; }
137
+ .ez-icon-more:before { content: "\ea52"; }
138
+ .ez-icon-north-west:before { content: "\ea53"; }
139
+ .ez-icon-number:before { content: "\ea54"; }
140
+ .ez-icon-ordem-ascendente:before { content: "\ea55"; }
141
+ .ez-icon-ordem-descendente:before { content: "\ea56"; }
142
+ .ez-icon-parcelar:before { content: "\ea57"; }
143
+ .ez-icon-pause:before { content: "\ea58"; }
144
+ .ez-icon-payments:before { content: "\ea59"; }
145
+ .ez-icon-play:before { content: "\ea5a"; }
146
+ .ez-icon-plus:before { content: "\ea5b"; }
147
+ .ez-icon-power:before { content: "\ea5c"; }
148
+ .ez-icon-print:before { content: "\ea5d"; }
149
+ .ez-icon-push-pin:before { content: "\ea5e"; }
150
+ .ez-icon-receipt:before { content: "\ea5f"; }
151
+ .ez-icon-restore:before { content: "\ea60"; }
152
+ .ez-icon-return:before { content: "\ea61"; }
153
+ .ez-icon-save:before { content: "\ea62"; }
154
+ .ez-icon-search:before { content: "\ea63"; }
155
+ .ez-icon-settings-inverted:before { content: "\ea64"; }
156
+ .ez-icon-settings:before { content: "\ea65"; }
157
+ .ez-icon-share:before { content: "\ea66"; }
158
+ .ez-icon-shield:before { content: "\ea67"; }
159
+ .ez-icon-south-east:before { content: "\ea68"; }
160
+ .ez-icon-sync:before { content: "\ea69"; }
161
+ .ez-icon-table:before { content: "\ea6a"; }
162
+ .ez-icon-text:before { content: "\ea6b"; }
163
+ .ez-icon-timeline:before { content: "\ea6c"; }
164
+ .ez-icon-timer-outline:before { content: "\ea6d"; }
165
+ .ez-icon-tune:before { content: "\ea6e"; }
166
+ .ez-icon-un-pin:before { content: "\ea6f"; }
167
+ .ez-icon-unfold_less:before { content: "\ea70"; }
168
+ .ez-icon-unfold_more:before { content: "\ea71"; }
169
+ .ez-icon-user-circle:before { content: "\ea72"; }
170
+ .ez-icon-warning-outline:before { content: "\ea73"; }
171
+ .ez-icon-warning_triangle:before { content: "\ea74"; }
172
+ .ez-icon-whatshot:before { content: "\ea75"; }
154
173
  /*
155
174
  END CSS GENERATED BY EZ-DESIGN ICONS
156
175
  */
@@ -0,0 +1,6 @@
1
+ export var EzScrollDirection;
2
+ (function (EzScrollDirection) {
3
+ EzScrollDirection["HORIZONTAL"] = "horizontal";
4
+ EzScrollDirection["VERTICAL"] = "vertical";
5
+ EzScrollDirection["BOTH"] = "both";
6
+ })(EzScrollDirection || (EzScrollDirection = {}));
@@ -0,0 +1,57 @@
1
+ :host {
2
+ display: flex;
3
+ cursor: grab;
4
+ }
5
+
6
+ .dragging{
7
+ cursor: grabbing;
8
+ }
9
+
10
+ .ez-scroller__container{
11
+ display: flex;
12
+ flex-direction: column;
13
+ overflow: hidden;
14
+ }
15
+
16
+ .ez-scroller__container--horizontal{
17
+ flex-direction: row;
18
+ overflow-y: hidden;
19
+ overflow-x: auto;
20
+ }
21
+
22
+ .ez-scroller__container--vertical{
23
+ overflow-y: auto;
24
+ overflow-x: hidden;
25
+ }
26
+
27
+ .ez-scroller__container--both{
28
+ overflow: auto;
29
+ }
30
+
31
+ ::-webkit-scrollbar-track {
32
+ background-color: var(--scrollbar--secondary);
33
+ border-radius: var(--border--radius-small);
34
+ visibility: hidden;
35
+ }
36
+
37
+ ::-webkit-scrollbar-thumb {
38
+ background-color: #00000000;
39
+ border-radius: var(--border--radius-small);
40
+ /*provisório*/
41
+ background-color: var(--scrollbar--primary);
42
+ }
43
+ :hover::-webkit-scrollbar-thumb {
44
+ background-color: var(--scrollbar--primary);
45
+ }
46
+
47
+ ::-webkit-scrollbar {
48
+ background-color: #00000000;
49
+ width: var(--space--small);
50
+ height: var(--space--small);
51
+ max-width: var(--space--small);
52
+ min-width: var(--space--small);
53
+ }
54
+
55
+ :hover::-webkit-scrollbar {
56
+ background-color: var(--scrollbar--secondary);
57
+ }