@sankhyalabs/ezui 0.0.0-bugfix-dev-KB-86904.0 → 0.0.0-bugfix-dev-kb-92739.0

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 (56) hide show
  1. package/dist/cjs/ez-check.cjs.entry.js +1 -1
  2. package/dist/cjs/ez-collapsible-box.cjs.entry.js +1 -1
  3. package/dist/cjs/ez-double-list.cjs.entry.js +114 -53
  4. package/dist/cjs/{ez-tooltip.cjs.entry.js → ez-filter-input_2.cjs.entry.js} +123 -1
  5. package/dist/cjs/ez-grid.cjs.entry.js +22 -2
  6. package/dist/cjs/ez-sortable-list.cjs.entry.js +3510 -0
  7. package/dist/cjs/ezui.cjs.js +1 -1
  8. package/dist/cjs/index-9e5554cb.js +6 -6
  9. package/dist/cjs/loader.cjs.js +1 -1
  10. package/dist/collection/collection-manifest.json +1 -0
  11. package/dist/collection/components/ez-check/ez-check.css +1 -1
  12. package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css +0 -1
  13. package/dist/collection/components/ez-double-list/doubleListHelper.js +9 -10
  14. package/dist/collection/components/ez-double-list/ez-double-list.css +6 -38
  15. package/dist/collection/components/ez-double-list/ez-double-list.js +168 -50
  16. package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js +7 -1
  17. package/dist/collection/components/ez-grid/ez-grid.js +43 -4
  18. package/dist/collection/components/ez-grid/interfaces/IGridMode.js +1 -0
  19. package/dist/collection/components/ez-grid/interfaces/index.js +1 -0
  20. package/dist/collection/components/ez-sortable-list/ez-sortable-list.css +226 -0
  21. package/dist/collection/components/ez-sortable-list/ez-sortable-list.js +582 -0
  22. package/dist/custom-elements/index.d.ts +6 -0
  23. package/dist/custom-elements/index.js +3661 -73
  24. package/dist/esm/ez-check.entry.js +1 -1
  25. package/dist/esm/ez-collapsible-box.entry.js +1 -1
  26. package/dist/esm/ez-double-list.entry.js +115 -54
  27. package/dist/esm/{ez-tooltip.entry.js → ez-filter-input_2.entry.js} +124 -3
  28. package/dist/esm/ez-grid.entry.js +22 -2
  29. package/dist/esm/ez-sortable-list.entry.js +3506 -0
  30. package/dist/esm/ezui.js +1 -1
  31. package/dist/esm/index-5a720e56.js +6 -6
  32. package/dist/esm/loader.js +1 -1
  33. package/dist/ezui/ezui.esm.js +1 -1
  34. package/dist/ezui/{p-15d9cd15.entry.js → p-220b9944.entry.js} +1 -1
  35. package/dist/ezui/p-545bd5d5.entry.js +7 -0
  36. package/dist/ezui/{p-e195eaad.entry.js → p-5b85d3de.entry.js} +1 -1
  37. package/dist/ezui/{p-682931aa.entry.js → p-6402225a.entry.js} +1 -1
  38. package/dist/ezui/p-7db20f8e.entry.js +1 -0
  39. package/dist/ezui/p-85d7b78a.entry.js +1 -0
  40. package/dist/types/components/ez-double-list/doubleListHelper.d.ts +4 -2
  41. package/dist/types/components/ez-double-list/ez-double-list.d.ts +60 -24
  42. package/dist/types/components/ez-grid/controller/ag-grid/GridEditionManager.d.ts +1 -0
  43. package/dist/types/components/ez-grid/ez-grid.d.ts +6 -1
  44. package/dist/types/components/ez-grid/interfaces/IGridMode.d.ts +1 -0
  45. package/dist/types/components/ez-grid/interfaces/index.d.ts +1 -0
  46. package/dist/types/components/ez-sortable-list/ez-sortable-list.d.ts +91 -0
  47. package/dist/types/components.d.ts +194 -4
  48. package/package.json +5 -1
  49. package/react/components.d.ts +1 -0
  50. package/react/components.js +1 -0
  51. package/react/components.js.map +1 -1
  52. package/dist/cjs/ez-filter-input.cjs.entry.js +0 -129
  53. package/dist/esm/ez-filter-input.entry.js +0 -125
  54. package/dist/ezui/p-2069c78a.entry.js +0 -1
  55. package/dist/ezui/p-cf33bc48.entry.js +0 -1
  56. package/dist/ezui/p-ea053063.entry.js +0 -1
@@ -6,7 +6,7 @@ const index = require('./index-9e5554cb.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
  const CheckMode = require('./CheckMode-ecb90b87.js');
8
8
 
9
- const ezCheckCss = ":host{--ez-check--box--width:20px;--ez-check--box--height:20px;--ez-check--width:calc(var(--ez-check--box--width) + var(--ez-check--outter-gap, 14px));--ez-check--height:calc(var(--ez-check--box--width) + var(--ez-check--outter-gap, 14px));--ez-check--border-radius:var(--border--radius-small);--ez-check--checked--background-color:var(--color--primary-200);--ez-check--focus--background-color:var(--color--strokes, #FFFFFF);--ez-check--hover--background-color:var(--background--medium);--ez-check--checked--disabled--background-color:var(--color--disable-secondary);--ez-check--border:var(--border--medium) var(--title--primary);--ez-check--disabled--border:var(--border--medium) var(--color--strokes);--ez-check--checked--border:var(--border--medium) var(--color--primary);--ez-check--checked--hover--background-color:var(--color--primary-200);--ez-check--checked--focus--background-color:var(--color--primary-300, #FFFFFF);--ez-check--check--image:url('data:image/svg+xml;utf8,<svg width=\"8\" height=\"7\" viewBox=\"0 0 8 7\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.70002 0.398999L7.48502 0.207997C7.31524 0.0598858 7.09376 -0.0150438 6.86894 -0.000430025C6.64411 0.0141838 6.43419 0.117153 6.28502 0.285997L2.70002 4.332L1.61802 3.384C1.44837 3.23576 1.22697 3.16067 1.00214 3.17509C0.77732 3.18952 0.567332 3.2923 0.418019 3.461L0.229019 3.674C0.0752361 3.84797 -0.00437434 4.07521 0.00721192 4.30713C0.0187982 4.53904 0.120661 4.75722 0.291019 4.915L2.27402 6.762C2.35832 6.8432 2.45842 6.90618 2.56811 6.94702C2.67779 6.98787 2.79471 7.00571 2.91159 6.99942C3.02846 6.99314 3.14279 6.96287 3.24747 6.91049C3.35214 6.85812 3.44492 6.78477 3.52002 6.695L7.79102 1.638C7.94063 1.46048 8.01486 1.23149 7.99786 0.999963C7.98085 0.768436 7.87396 0.552749 7.70002 0.398999Z\"/></svg>');--ez-check--indeterminate--image:url('data:image/svg+xml;utf8,<svg width=\"10\" height=\"2\" viewBox=\"0 0 10 2\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m 1,0 h 8 c 0.554,0 1,0.446 1,1 0,0.554 -0.446,1 -1,1 H 1 C 0.446,2 0,1.554 0,1 0,0.446 0.446,0 1,0 Z\" /></svg>');--ez-check--check--background-color:var(--color--primary);--ez-check--check--disabled--background-color:var(--color--strokes);--ez-switch--slider--width:34px;--ez-switch--slider--height:14px;--ez-switch--pin--width:19px;--ez-switch--pin--height:19px;--ez-switch--focus--width:32px;--ez-switch--focus--height:32px;--ez-switch--background-color:var(--color--strokes);--ez-switch--disabled--background-color:var(--color--disable-secondary);--ez-switch--disabled--checked--background-color:var(--color--primary-300);--ez-switch--checked--background-color:var(--color--primary);--ez-switch--pin--background-color:var(--background--xlight);--ez-switch--pin--disabled--background-color:var(--color--disable-primary);--ez-switch--pin--checked--background-color:var(--background--xlight);--ez-switch--pin--checked--disabled--background-color:#E8F7F4;--ez-switch--pin--focus--background-color:var(--text--disable);--ez-switch--pin--checked--focus--background-color:var(--color--primary);--ez-switch--pin--border-color:var(--text--primary);--ez-switch--pin--disabled--border-color:var(--text--secondary);--ez-check--label--font-size:var(--text--medium, 14px);--ez-check--label--font-family:var(--font-pattern, Arial);--ez-check--label--color:var(--title--primary, #000);--ez-check--label--disabled--color:var(--text--disable, #AFB6C0);display:flex;align-items:center;margin:0;max-width:100%}input.regular-mode{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;-webkit-appearance:none;appearance:none;cursor:pointer;border-radius:50%;position:relative}input.compact{margin-right:0px}input.regular-mode:enabled:hover{background-color:var(--ez-check--hover--background-color)}input.regular-mode:enabled:focus{outline:none;background-color:var(--ez-check--focus--background-color)}input.regular-mode:disabled{cursor:auto;background:none}input.regular-mode::before{box-sizing:border-box;content:\"\";display:block;width:var(--ez-check--box--width);height:var(--ez-check--box--height);border-radius:var(--ez-check--border-radius);border:var(--ez-check--border)}input.regular-mode:disabled::before{border:var(--ez-check--disabled--border)}input.regular-mode:checked:enabled:hover,input.regular-mode:indeterminate:enabled:hover{background-color:var(--ez-check--checked--hover--background-color)}input.regular-mode:checked:enabled:focus,input.regular-mode:indeterminate:enabled:focus{background-color:var(--ez-check--checked--focus--background-color)}input.regular-mode:checked::before,input.regular-mode:indeterminate::before{border:var(--ez-check--checked--border);background-color:var(--ez-check--checked--background-color)}input.regular-mode:disabled:before{border:var(--ez-check--disabled--border);background-color:var(--ez-check--checked--disabled--background-color)}input.regular-mode:checked::after,input.regular-mode:indeterminate:after{display:flex;position:absolute;content:\"\";background-color:var(--ez-check--check--background-color);width:8px;height:7px;-webkit-mask-image:var(--ez-check--check--image);mask-image:var(--ez-check--check--image)}input.regular-mode:indeterminate:after{display:flex;position:absolute;content:\"\";background-color:var(--ez-check--check--background-color);width:10px;height:2px;-webkit-mask-image:var(--ez-check--indeterminate--image);mask-image:var(--ez-check--indeterminate--image)}input.regular-mode:checked:disabled::after,input.regular-mode:indeterminate:disabled::after{background-color:var(--ez-check--check--disabled--background-color)}input.switch-mode{flex-shrink:0;-webkit-appearance:none;appearance:none;position:relative;outline:none;cursor:pointer;border-radius:20px;border:var(--border--small, 1px solid) var(--ez-switch--pin--border-color, #626e82);transition:background-color var(--transition);width:var(--ez-switch--slider--width);height:var(--ez-switch--slider--height);background-color:var(--ez-switch--background-color)}input.switch-mode:disabled{background-color:var(--ez-switch--disabled--background-color);border:var(--border--small, 1px solid) var(--ez-switch--pin--disabled--border-color, #a2abb9)}input.switch-mode:checked:disabled{background-color:var(--ez-switch--disabled--checked--background-color)}input.switch-mode::after{content:\"\";display:block;position:absolute;box-shadow:var(--shadow);transition:transform var(--transition);transition:background-color var(--transition);transition:border-color var(--transition);transform:translateX(-2px) translateY(-4px);border-radius:50%;border:var(--border--small, 1px solid) var(--ez-switch--pin--border-color, #626e82);width:var(--ez-switch--pin--width);height:var(--ez-switch--pin--height);background-color:var(--ez-switch--pin--background-color)}input.switch-mode:disabled::after{background-color:var(--ez-switch--pin--disabled--background-color);border:var(--border--small, 1px solid) var(--ez-switch--pin--disabled--border-color, #a2abb9)}input.switch-mode:checked{transition:background-color var(--transition), border var(--transition);background-color:var(--ez-switch--checked--background-color);border:var(--border--small, 1px solid) var(--color--primary, #008561)}input.switch-mode::before{display:block;content:\"\";display:block;position:absolute;border-radius:50%;opacity:0;width:var(--ez-switch--focus--width);height:var(--ez-switch--focus--height);top:calc((var(--ez-switch--slider--height) - var(--ez-switch--focus--height)) / 2);left:calc((var(--ez-switch--pin--width) - var(--ez-switch--focus--width) - 2px) / 2);background-color:var(--ez-switch--pin--focus--background-color)}input.switch-mode:focus::before{opacity:0.24;transition:opacity var(--transition)}input.switch-mode:checked:focus::before{background-color:var(--ez-switch--pin--checked--focus--background-color);transform:translateX(calc(var(--ez-switch--slider--width) - var(--ez-switch--pin--width) + 2px))}input.switch-mode:checked::after{transition:transform var(--transition);transition:background-color var(--transition);transition:border-color var(--transition);transform:translateX(calc(var(--ez-switch--slider--width) - var(--ez-switch--pin--width))) translateY(-4px);box-shadow:var(--shadow);background-color:var(--ez-switch--pin--checked--background-color);border:var(--border--small, 1px solid) var(--color--primary, #008561)}input.switch-mode:checked:disabled::after{background-color:var(--ez-switch--pin--checked--disabled--background-color)}.label{flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ez-check--label--color);font-size:var(--ez-check--label--font-size);font-family:var(--ez-check--label--font-family);cursor:default;width:inherit;display:block;align-content:center;gap:var(--space--small)}.label--disabled{color:var(--ez-check--label--disabled--color)}.label--padding{padding-left:var(--space--extra-small)}.label-alternative{font-size:var(--text--small);color:var(--text--secondary);padding-top:2px}";
9
+ const ezCheckCss = ":host{--ez-check--box--width:20px;--ez-check--box--height:20px;--ez-check--width:calc(var(--ez-check--box--width) + var(--ez-check--outter-gap, 14px));--ez-check--height:calc(var(--ez-check--box--width) + var(--ez-check--outter-gap, 14px));--ez-check--border-radius:var(--border--radius-small);--ez-check--checked--background-color:var(--color--primary-200);--ez-check--focus--background-color:var(--color--strokes, #FFFFFF);--ez-check--hover--background-color:var(--background--medium);--ez-check--checked--disabled--background-color:var(--color--disable-secondary);--ez-check--border:var(--border--medium) var(--title--primary);--ez-check--disabled--border:var(--border--medium) var(--color--strokes);--ez-check--checked--border:var(--border--medium) var(--color--primary);--ez-check--checked--hover--background-color:var(--color--primary-200);--ez-check--checked--focus--background-color:var(--color--primary-300, #FFFFFF);--ez-check--check--image:url('data:image/svg+xml;utf8,<svg width=\"8\" height=\"7\" viewBox=\"0 0 8 7\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.70002 0.398999L7.48502 0.207997C7.31524 0.0598858 7.09376 -0.0150438 6.86894 -0.000430025C6.64411 0.0141838 6.43419 0.117153 6.28502 0.285997L2.70002 4.332L1.61802 3.384C1.44837 3.23576 1.22697 3.16067 1.00214 3.17509C0.77732 3.18952 0.567332 3.2923 0.418019 3.461L0.229019 3.674C0.0752361 3.84797 -0.00437434 4.07521 0.00721192 4.30713C0.0187982 4.53904 0.120661 4.75722 0.291019 4.915L2.27402 6.762C2.35832 6.8432 2.45842 6.90618 2.56811 6.94702C2.67779 6.98787 2.79471 7.00571 2.91159 6.99942C3.02846 6.99314 3.14279 6.96287 3.24747 6.91049C3.35214 6.85812 3.44492 6.78477 3.52002 6.695L7.79102 1.638C7.94063 1.46048 8.01486 1.23149 7.99786 0.999963C7.98085 0.768436 7.87396 0.552749 7.70002 0.398999Z\"/></svg>');--ez-check--indeterminate--image:url('data:image/svg+xml;utf8,<svg width=\"10\" height=\"2\" viewBox=\"0 0 10 2\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m 1,0 h 8 c 0.554,0 1,0.446 1,1 0,0.554 -0.446,1 -1,1 H 1 C 0.446,2 0,1.554 0,1 0,0.446 0.446,0 1,0 Z\" /></svg>');--ez-check--check--background-color:var(--color--primary);--ez-check--check--disabled--background-color:var(--color--strokes);--ez-switch--slider--width:34px;--ez-switch--slider--height:14px;--ez-switch--pin--width:19px;--ez-switch--pin--height:19px;--ez-switch--focus--width:32px;--ez-switch--focus--height:32px;--ez-switch--background-color:var(--color--strokes);--ez-switch--disabled--background-color:var(--color--disable-secondary);--ez-switch--disabled--checked--background-color:var(--color--primary-300);--ez-switch--checked--background-color:var(--color--primary);--ez-switch--pin--background-color:var(--background--xlight);--ez-switch--pin--disabled--background-color:var(--color--disable-primary);--ez-switch--pin--checked--background-color:var(--background--xlight);--ez-switch--pin--checked--disabled--background-color:#E8F7F4;--ez-switch--pin--focus--background-color:var(--text--disable);--ez-switch--pin--checked--focus--background-color:var(--color--primary);--ez-switch--pin--border-color:var(--text--primary);--ez-switch--pin--disabled--border-color:var(--text--secondary);--ez-check--label--font-size:var(--text--medium, 14px);--ez-check--label--font-family:var(--font-pattern, Arial);--ez-check--label--color:var(--title--primary, #000);--ez-check--label--disabled--color:var(--text--disable, #AFB6C0);display:flex;align-items:center;margin:0;max-width:100%}input.regular-mode{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;-webkit-appearance:none;appearance:none;cursor:pointer;border-radius:50%;position:relative}input.compact{margin-right:0px}input.regular-mode:enabled:hover{background-color:var(--ez-check--hover--background-color)}input.regular-mode:enabled:focus{outline:none;background-color:var(--ez-check--focus--background-color)}input.regular-mode:disabled{cursor:auto;background:none}input.regular-mode::before{box-sizing:border-box;content:\"\";display:block;width:var(--ez-check--box--width);height:var(--ez-check--box--height);border-radius:var(--ez-check--border-radius);border:var(--ez-check--border)}input.regular-mode:disabled::before{border:var(--ez-check--disabled--border)}input.regular-mode:checked:enabled:hover,input.regular-mode:indeterminate:enabled:hover{background-color:var(--ez-check--checked--hover--background-color)}input.regular-mode:checked:enabled:focus,input.regular-mode:indeterminate:enabled:focus{background-color:var(--ez-check--checked--focus--background-color)}input.regular-mode:checked::before,input.regular-mode:indeterminate::before{border:var(--ez-check--checked--border);background-color:var(--ez-check--checked--background-color)}input.regular-mode:disabled:before{border:var(--ez-check--disabled--border);background-color:var(--ez-check--checked--disabled--background-color)}input.regular-mode:checked::after,input.regular-mode:indeterminate:after{display:flex;position:absolute;content:\"\";background-color:var(--ez-check--check--background-color);width:8px;height:7px;-webkit-mask-image:var(--ez-check--check--image);mask-image:var(--ez-check--check--image)}input.regular-mode:indeterminate:after{display:flex;position:absolute;content:\"\";background-color:var(--ez-check--check--background-color);width:10px;height:2px;-webkit-mask-image:var(--ez-check--indeterminate--image);mask-image:var(--ez-check--indeterminate--image)}input.regular-mode:checked:disabled::after,input.regular-mode:indeterminate:disabled::after{background-color:var(--ez-check--check--disabled--background-color)}input.switch-mode{flex-shrink:0;-webkit-appearance:none;appearance:none;position:relative;outline:none;cursor:pointer;border-radius:20px;border:var(--border--small, 1px solid) var(--ez-switch--pin--border-color, #626e82);transition:background-color var(--transition);width:var(--ez-switch--slider--width);height:var(--ez-switch--slider--height);background-color:var(--ez-switch--background-color)}input.switch-mode:disabled{background-color:var(--ez-switch--disabled--background-color);border:var(--border--small, 1px solid) var(--ez-switch--pin--disabled--border-color, #a2abb9)}input.switch-mode:checked:disabled{background-color:var(--ez-switch--disabled--checked--background-color)}input.switch-mode::after{content:\"\";display:block;position:absolute;box-shadow:var(--shadow);transition:transform var(--transition);transition:background-color var(--transition);transition:border-color var(--transition);transform:translateX(-2px) translateY(-4px);border-radius:50%;border:var(--border--small, 1px solid) var(--ez-switch--pin--border-color, #626e82);width:var(--ez-switch--pin--width);height:var(--ez-switch--pin--height);background-color:var(--ez-switch--pin--background-color)}input.switch-mode:disabled::after{background-color:var(--ez-switch--pin--disabled--background-color);border:var(--border--small, 1px solid) var(--ez-switch--pin--disabled--border-color, #a2abb9)}input.switch-mode:checked{transition:background-color var(--transition), border var(--transition);background-color:var(--ez-switch--checked--background-color);border:var(--border--small, 1px solid) var(--color--primary, #008561)}input.switch-mode::before{display:block;content:\"\";display:block;position:absolute;border-radius:50%;opacity:0;width:var(--ez-switch--focus--width);height:var(--ez-switch--focus--height);top:calc((var(--ez-switch--slider--height) - var(--ez-switch--focus--height)) / 2);left:calc((var(--ez-switch--pin--width) - var(--ez-switch--focus--width) - 2px) / 2);background-color:var(--ez-switch--pin--focus--background-color)}input.switch-mode:focus::before{opacity:0.24;transition:opacity var(--transition)}input.switch-mode:checked:focus::before{background-color:var(--ez-switch--pin--checked--focus--background-color);transform:translateX(calc(var(--ez-switch--slider--width) - var(--ez-switch--pin--width) + 2px))}input.switch-mode:checked::after{transition:transform var(--transition);transition:background-color var(--transition);transition:border-color var(--transition);transform:translateX(calc(var(--ez-switch--slider--width) - var(--ez-switch--pin--width))) translateY(-4px);box-shadow:var(--shadow);background-color:var(--ez-switch--pin--checked--background-color);border:var(--border--small, 1px solid) var(--color--primary, #008561)}input.switch-mode:checked:disabled::after{background-color:var(--ez-switch--pin--checked--disabled--background-color)}.label{flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ez-check--label--color);font-size:var(--ez-check--label--font-size);font-family:var(--ez-check--label--font-family);cursor:default;width:inherit;display:flex;align-content:center;gap:var(--space--small)}.label--disabled{color:var(--ez-check--label--disabled--color)}.label--padding{padding-left:var(--space--extra-small)}.label-alternative{font-size:var(--text--small);color:var(--text--secondary);padding-top:2px}";
10
10
 
11
11
  const EzCheck = class {
12
12
  constructor(hostRef) {
@@ -9,7 +9,7 @@ require('./DialogType-2114c337.js');
9
9
  require('./CheckMode-ecb90b87.js');
10
10
  require('./FormLayout-18853e70.js');
11
11
 
12
- const ezCollapsibleBoxCss = ":host{--ez-collapsible-box--font-size:var(--title--medium, 14px);--ez-collapsible-box--font-family:var(--font-pattern, Arial);--ez-collapsible-box--font-weight:var(--text-weight--large, 600);--ez-collapsible-box--color:var(--title--primary);--ez-collapsible-box--subtitle--font-size:var(--text--medium, 14px);--ez-collapsible-box--subtitle--font-family:var(--font-pattern, 'Roboto');--ez-collapsible-box--subtitle--font-weight:var(--text-weight--medium, 400);--ez-collapsible-box--subtitle--color:var(--text--primary);--ez-collapsible-box--subtitle--margin-bottom:var(--space--medium, 12px);--ez-collapsible-box--focus--color:var(--color--primary-600);--ez-collapsible-box__icon--color:var(--ez-collapsible-box--color);--ez-collapsible-box__header--padding-top:0px;--ez-collapsible-box__header--padding-bottom:0px;--ez-collapsible-box__header--padding-right:0px;--ez-collapsible-box__header--padding-left:0px;display:flex;flex-wrap:wrap;width:100%}ez-icon{--ez-icon--color:inherit}.collapsible-box{display:flex;flex-direction:column;width:100%;overflow:hidden}.collapsable-box--bordered{border:var(--border--small);border-color:var(--color--strokes);border-radius:var(--border--radius-medium);padding:var(--space--xs)}.collapsible-box__header{display:flex;box-sizing:border-box;padding-top:var(--ez-collapsible-box__header--padding-top);padding-bottom:var(--ez-collapsible-box__header--padding-bottom);padding-right:var(--ez-collapsible-box__header--padding-right);padding-left:var(--ez-collapsible-box__header--padding-left)}.collapsible-box__title{position:relative;width:100%;display:flex;box-sizing:border-box;align-items:center;outline:none;border:none;background-color:unset;cursor:pointer;padding:0px;text-align:left;color:var(--ez-collapsible-box--color);--ez-icon--color:var(--ez-collapsible-box__icon--color);margin-bottom:var(--space--medium, 12px)}.collapsible-box__title:focus{color:var(--ez-collapsible-box--focus--color);--ez-icon--color:var(--ez-collapsible-box--focus--color)}.collapsible-box__label{display:flex;white-space:nowrap;overflow:hidden;cursor:pointer;text-overflow:ellipsis;box-sizing:border-box;margin-left:6px;gap:6px;font-family:var(--ez-collapsible-box--font-family);font-size:var(--ez-collapsible-box--font-size);font-weight:var(--ez-collapsible-box--font-weight)}.subtitle-box__label{display:flex;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;font-family:var(--ez-collapsible-box--subtitle--font-family);font-size:var(--ez-collapsible-box--subtitle--font-size);font-weight:var(--ez-collapsible-box--subtitle--font-weight);color:var(--ez-collapsible-box--subtitle--color);margin-bottom:var(--ez-collapsible-box--subtitle--margin-bottom)}.subtitle-box__content{width:100%}.collapsible-box__label ez-icon{visibility:hidden;transition:2s all ease-in-out}.collapsible-box__label:hover ez-icon{visibility:visible}.collapsible-box__text-edit{margin-left:6px}.collapsible-box__icon{transform:rotate(90deg) translate(0px, 14%);transition:transform var(--transition)}.collapsible-box__icon--collapsed{transform:rotate(0deg) translate(-14%, 0px)}.collapsible-box__title--icon-right{flex-direction:row-reverse}.collapsible-box__title--icon-right .collapsible-box__icon{transform:rotate(90deg) translate(0px, -14%)}.collapsible-box__title--icon-right .collapsible-box__icon--collapsed{transform:rotate(0deg) translate(14%, 0px)}.collapsible-box__title--icon-right .collapsible-box__label{margin-left:0px;margin-right:6px}.collapsible-box__title--left{margin-right:auto}.collapsible-box__title--right{margin-left:auto}.collapsible-box__title--center{margin-left:auto;margin-right:auto}.collapsible-box__title--stretch{justify-content:space-between;width:100%}.collapsible-box__title--no-margin{margin-bottom:0}.collapsible-box__content{display:flex;flex-wrap:wrap;width:100%;height:0px;max-height:0px;opacity:0;overflow:hidden;transition:all var(--transition, 0.5s)}.collapsible-box__content--show{height:100%;max-height:none;opacity:1;overflow:visible;transition:all var(--transition, 0.5s)}.font--x-small{font-size:10px}.font--small{font-size:12px}.font--medium{font-size:14px}.font--large{font-size:16px}.font--x-large{font-size:20px}";
12
+ const ezCollapsibleBoxCss = ":host{--ez-collapsible-box--font-size:var(--title--medium, 14px);--ez-collapsible-box--font-family:var(--font-pattern, Arial);--ez-collapsible-box--font-weight:var(--text-weight--large, 600);--ez-collapsible-box--color:var(--title--primary);--ez-collapsible-box--subtitle--font-size:var(--text--medium, 14px);--ez-collapsible-box--subtitle--font-family:var(--font-pattern, 'Roboto');--ez-collapsible-box--subtitle--font-weight:var(--text-weight--medium, 400);--ez-collapsible-box--subtitle--color:var(--text--primary);--ez-collapsible-box--subtitle--margin-bottom:var(--space--medium, 12px);--ez-collapsible-box--focus--color:var(--color--primary-600);--ez-collapsible-box__icon--color:var(--ez-collapsible-box--color);--ez-collapsible-box__header--padding-top:0px;--ez-collapsible-box__header--padding-bottom:0px;--ez-collapsible-box__header--padding-right:0px;--ez-collapsible-box__header--padding-left:0px;display:flex;flex-wrap:wrap;width:100%}ez-icon{--ez-icon--color:inherit}.collapsible-box{display:flex;flex-direction:column;width:100%}.collapsable-box--bordered{border:var(--border--small);border-color:var(--color--strokes);border-radius:var(--border--radius-medium);padding:var(--space--xs)}.collapsible-box__header{display:flex;box-sizing:border-box;padding-top:var(--ez-collapsible-box__header--padding-top);padding-bottom:var(--ez-collapsible-box__header--padding-bottom);padding-right:var(--ez-collapsible-box__header--padding-right);padding-left:var(--ez-collapsible-box__header--padding-left)}.collapsible-box__title{position:relative;width:100%;display:flex;box-sizing:border-box;align-items:center;outline:none;border:none;background-color:unset;cursor:pointer;padding:0px;text-align:left;color:var(--ez-collapsible-box--color);--ez-icon--color:var(--ez-collapsible-box__icon--color);margin-bottom:var(--space--medium, 12px)}.collapsible-box__title:focus{color:var(--ez-collapsible-box--focus--color);--ez-icon--color:var(--ez-collapsible-box--focus--color)}.collapsible-box__label{display:flex;white-space:nowrap;overflow:hidden;cursor:pointer;text-overflow:ellipsis;box-sizing:border-box;margin-left:6px;gap:6px;font-family:var(--ez-collapsible-box--font-family);font-size:var(--ez-collapsible-box--font-size);font-weight:var(--ez-collapsible-box--font-weight)}.subtitle-box__label{display:flex;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;font-family:var(--ez-collapsible-box--subtitle--font-family);font-size:var(--ez-collapsible-box--subtitle--font-size);font-weight:var(--ez-collapsible-box--subtitle--font-weight);color:var(--ez-collapsible-box--subtitle--color);margin-bottom:var(--ez-collapsible-box--subtitle--margin-bottom)}.subtitle-box__content{width:100%}.collapsible-box__label ez-icon{visibility:hidden;transition:2s all ease-in-out}.collapsible-box__label:hover ez-icon{visibility:visible}.collapsible-box__text-edit{margin-left:6px}.collapsible-box__icon{transform:rotate(90deg) translate(0px, 14%);transition:transform var(--transition)}.collapsible-box__icon--collapsed{transform:rotate(0deg) translate(-14%, 0px)}.collapsible-box__title--icon-right{flex-direction:row-reverse}.collapsible-box__title--icon-right .collapsible-box__icon{transform:rotate(90deg) translate(0px, -14%)}.collapsible-box__title--icon-right .collapsible-box__icon--collapsed{transform:rotate(0deg) translate(14%, 0px)}.collapsible-box__title--icon-right .collapsible-box__label{margin-left:0px;margin-right:6px}.collapsible-box__title--left{margin-right:auto}.collapsible-box__title--right{margin-left:auto}.collapsible-box__title--center{margin-left:auto;margin-right:auto}.collapsible-box__title--stretch{justify-content:space-between;width:100%}.collapsible-box__title--no-margin{margin-bottom:0}.collapsible-box__content{display:flex;flex-wrap:wrap;width:100%;height:0px;max-height:0px;opacity:0;overflow:hidden;transition:all var(--transition, 0.5s)}.collapsible-box__content--show{height:100%;max-height:none;opacity:1;overflow:visible;transition:all var(--transition, 0.5s)}.font--x-small{font-size:10px}.font--small{font-size:12px}.font--medium{font-size:14px}.font--large{font-size:16px}.font--x-large{font-size:20px}";
13
13
 
14
14
  const EzCollapsibleBox = class {
15
15
  constructor(hostRef) {
@@ -5,7 +5,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-9e5554cb.js');
6
6
  const core = require('@sankhyalabs/core');
7
7
  const ezListHelper = require('./ezListHelper-0d3970b4.js');
8
- const EzScrollDirection = require('./EzScrollDirection-b2c99895.js');
9
8
 
10
9
  function moveItems(selectedItemsList, itemsList, foward) {
11
10
  if (!selectedItemsList.length)
@@ -64,21 +63,20 @@ function transferAll({ from, to, selectedFrom, selectedTo }) {
64
63
  from = [];
65
64
  return { from, to, selectedFrom, selectedTo };
66
65
  }
67
- function transferItems({ from, to, selectedFrom, selectedTo }) {
66
+ function transferItems({ from, to, selectedFrom, selectedTo, insertIndex = to.length, }) {
68
67
  if (!from.length)
69
68
  return { from, to, selectedFrom, selectedTo };
70
69
  const itemsToTransfer = getItemsToTransfer(to, selectedFrom, from);
71
70
  if (!itemsToTransfer.length)
72
71
  return { from, to, selectedFrom, selectedTo };
73
- to = [
74
- ...to.map(i => setItemSelection(i, false)),
75
- ...itemsToTransfer.map(i => setItemSelection(i, true))
76
- ];
77
- const selectedFromIds = selectedFrom.map(id => id);
78
- from = [...from.filter(item => !selectedFromIds.includes(item.id))];
79
- selectedTo = [...selectedFrom];
80
- selectedFrom = [];
81
- return { from, to, selectedFrom, selectedTo };
72
+ let updatedTo = to.map(i => setItemSelection(i, false));
73
+ updatedTo.splice(insertIndex, 0, ...itemsToTransfer.map(i => setItemSelection(i, true)));
74
+ return {
75
+ from: from.filter(item => !selectedFrom.includes(item.id)),
76
+ to: updatedTo,
77
+ selectedFrom: [],
78
+ selectedTo: [...selectedFrom],
79
+ };
82
80
  }
83
81
  function getItemsToTransfer(to, selectedFrom, from) {
84
82
  const toListIds = to.map(item => item.id);
@@ -90,7 +88,7 @@ function setItemSelection(item, select) {
90
88
  return Object.assign(Object.assign({}, item), { selected: select });
91
89
  }
92
90
 
93
- const ezDoubleListCss = ".sc-ez-double-list-h{display:flex;flex-direction:row;gap:8px;align-items:center;font-family:var(--font-pattern, \"Roboto\")}.group.sc-ez-double-list{display:flex;justify-content:space-between;gap:10px;flex-direction:column;border:var(--border--small) var(--color--strokes);border-radius:var(--border--radius-medium);width:350px;height:400px}.group__header.sc-ez-double-list{background:var(--background--body);padding:10px;border-radius:var(--border--radius-medium) var(--border--radius-medium) 0 0}.group__label.sc-ez-double-list{font-weight:var(--text-weight--large);font-size:var(--text--medium);color:var(--title--primary);margin-bottom:10px;display:block}.group__totalizer.sc-ez-double-list{padding:5px 10px;background:var(--background--body);font-weight:var(--text-weight--medium);font-size:var(--text--medium);color:var(--text--secondary);border-radius:0 0 var(--border--radius-medium) var(--border--radius-medium)}.empty-message.sc-ez-double-list{font-weight:var(--text-weight--medium);font-size:var(--text--medium);color:var(--text--secondary);text-align:center;margin:auto}.list__container.sc-ez-double-list{height:100%;min-height:150px;overflow:auto;display:flex}.actions__column.sc-ez-double-list{display:flex;flex-direction:column;gap:4px}";
91
+ const ezDoubleListCss = ".sc-ez-double-list-h{display:flex;flex-direction:row;gap:8px;align-items:center;font-family:var(--font-pattern, \"Roboto\");width:100%}@media screen and (max-width: 1366px){.group.sc-ez-double-list{height:350px}}.list__container.sc-ez-double-list{height:100%;width:100%;min-height:150px;overflow:auto;display:flex}.actions__column.sc-ez-double-list{display:flex;flex-direction:column;gap:4px}";
94
92
 
95
93
  const EzDoubleList = class {
96
94
  constructor(hostRef) {
@@ -99,8 +97,6 @@ const EzDoubleList = class {
99
97
  this.ezRightListChanged = index.createEvent(this, "ezRightListChanged", 7);
100
98
  this.LEFT_LIST_ID = 'LEFT-LIST-ID';
101
99
  this.RIGHT_LIST_ID = 'RIGHT-LIST-ID';
102
- this.LEFT_FILTER_ID = 'LEFT-FILTER-ID';
103
- this.RIGHT_FILTER_ID = 'RIGHT-FILTER-ID';
104
100
  this.leftList = [];
105
101
  this.leftTitle = undefined;
106
102
  this.rightList = [];
@@ -108,7 +104,10 @@ const EzDoubleList = class {
108
104
  this.entityLabelPlural = 'itens';
109
105
  this.leftListLabel = 'disponíveis';
110
106
  this.rightListLabel = 'selecionados';
107
+ this.useOnlyRightList = false;
111
108
  this.rightTitle = undefined;
109
+ this.emptyMessage = undefined;
110
+ this.slotsListBuilder = undefined;
112
111
  this.leftFilteredList = [];
113
112
  this.rightFilteredList = [];
114
113
  this.selectedLeftList = [];
@@ -130,23 +129,31 @@ const EzDoubleList = class {
130
129
  return;
131
130
  this.ezRightListChanged.emit(newValue);
132
131
  }
133
- handleFilterChangeLeft(value) {
134
- this.leftFilteredList = core.ArrayUtils.applyStringFilter(value, this.leftList, true, 'label');
135
- this.isFilteringLeft = this.leftFilteredList.length !== this.leftList.length;
136
- }
137
- handleFilterChangeRight(value) {
138
- this.rightFilteredList = core.ArrayUtils.applyStringFilter(value, this.rightList, true, 'label');
139
- this.isFilteringRight = this.rightFilteredList.length !== this.rightList.length;
140
- }
141
132
  async handleChangeLeft({ detail }) {
142
- this.leftList = [...detail];
143
- this.selectedLeftList = [...detail.filter(item => item.selected)];
144
- await this.leftEzListInstance.clearHistory();
133
+ if (!detail.to.getAttribute('id') || detail.to.getAttribute('id') !== this.RIGHT_LIST_ID) {
134
+ this.leftList = [...this.reorderArray(detail.dataSource, detail.selectItens, detail.newIndex)];
135
+ return;
136
+ }
137
+ detail.selectItens = detail.selectItens.filter(id => this.rightList.every(item => item.id !== id));
138
+ this.leftList = [...detail.dataSource];
139
+ this.selectedLeftList = [...detail.selectItens];
140
+ this.transferToRight(detail === null || detail === void 0 ? void 0 : detail.newIndex);
145
141
  }
146
142
  async handleChangeRight({ detail }) {
147
- this.rightList = [...detail];
148
- this.selectedRightList = [...detail.filter(item => item.selected)];
149
- await this.rightEzListInstance.clearHistory();
143
+ if (!detail.to.getAttribute('id') || detail.to.getAttribute('id') !== this.LEFT_LIST_ID) {
144
+ this.rightList = [...this.reorderArray(detail.dataSource, detail.selectItens, detail.newIndex)];
145
+ return;
146
+ }
147
+ detail.selectItens = detail.selectItens.filter(id => this.leftList.every(item => item.id !== id));
148
+ this.rightList = [...detail.dataSource];
149
+ this.selectedRightList = [...detail.selectItens];
150
+ this.transferToLeft(detail === null || detail === void 0 ? void 0 : detail.newIndex);
151
+ }
152
+ reorderArray(allItems, itemIdsToMove, insertIndex) {
153
+ const filteredItems = allItems.filter(i => !itemIdsToMove.includes(i.id));
154
+ const itemsToMove = allItems.filter(i => itemIdsToMove.includes(i.id));
155
+ filteredItems.splice(insertIndex, 0, ...itemsToMove);
156
+ return filteredItems;
150
157
  }
151
158
  enableTransferAllToRight() {
152
159
  return this.leftList.length > 0;
@@ -180,33 +187,43 @@ const EzDoubleList = class {
180
187
  getRightSelectedItemsIndex() {
181
188
  return this.selectedRightList.map(id => this.rightList.findIndex(original => original.id === id));
182
189
  }
183
- transferToRight() {
184
- const { from, to, selectedFrom, selectedTo } = transferItems(this.buildTransferToRightConfig());
185
- this.leftList = [...from];
190
+ transferToRight(insertIndex) {
191
+ const { from, to, selectedFrom, selectedTo } = transferItems(Object.assign(Object.assign({}, this.buildTransferToRightConfig()), { insertIndex: insertIndex !== null && insertIndex !== void 0 ? insertIndex : 0 }));
192
+ //Eh preciso limpar a lista antes de atualiza-la por conta de um bug no ciclo de vida do sortable.js
193
+ this.leftList = [];
194
+ requestAnimationFrame(() => this.leftList = [...from]);
186
195
  this.rightList = [...to];
187
196
  this.selectedLeftList = [...selectedFrom];
188
197
  this.selectedRightList = [...selectedTo];
189
198
  }
190
- transferToLeft() {
191
- const { from, to, selectedFrom, selectedTo } = transferItems(this.buildTransferToLeftConfig());
192
- this.rightList = [...from];
199
+ transferToLeft(insertIndex) {
200
+ const { from, to, selectedFrom, selectedTo } = transferItems(Object.assign(Object.assign({}, this.buildTransferToLeftConfig()), { insertIndex: insertIndex !== null && insertIndex !== void 0 ? insertIndex : 0 }));
201
+ //Eh preciso limpar a lista antes de atualiza-la por conta de um bug no ciclo de vida do sortable.js
202
+ this.rightList = [];
203
+ requestAnimationFrame(() => this.rightList = [...from]);
193
204
  this.leftList = [...to];
194
205
  this.selectedRightList = [...selectedFrom];
195
206
  this.selectedLeftList = [...selectedTo];
196
207
  }
197
- handleTransferAllToRight() {
208
+ async handleTransferAllToRight() {
198
209
  const { from, to, selectedFrom, selectedTo } = transferAll(this.buildTransferToRightConfig());
199
210
  this.leftList = [...from];
200
211
  this.rightList = [...to];
201
212
  this.selectedLeftList = [...selectedFrom];
202
213
  this.selectedRightList = [...selectedTo];
214
+ requestAnimationFrame(async () => {
215
+ await this.clearSelectionAll();
216
+ });
203
217
  }
204
- handleTransferAllToLeft() {
218
+ async handleTransferAllToLeft() {
205
219
  const { from, to, selectedFrom, selectedTo } = transferAll(this.buildTransferToLeftConfig());
206
220
  this.rightList = [...from];
207
221
  this.leftList = [...to];
208
222
  this.selectedRightList = [...selectedFrom];
209
223
  this.selectedLeftList = [...selectedTo];
224
+ requestAnimationFrame(async () => {
225
+ await this.clearSelectionAll();
226
+ });
210
227
  }
211
228
  buildTransferToRightConfig() {
212
229
  return {
@@ -249,33 +266,77 @@ const EzDoubleList = class {
249
266
  const itemsToMove = this.rightList.filter(item => this.selectedRightList.includes(item.id));
250
267
  return { itemsToKeep, itemsToMove };
251
268
  }
252
- handleTransferToRight() {
269
+ async handleTransferToRight() {
253
270
  this.transferToRight();
254
271
  this.leftFilteredList = [];
255
- this.leftEzFilterInput.value = '';
272
+ await this.leftEzListInstance.clearSelection();
256
273
  }
257
- handleTransferToLeft() {
274
+ async handleTransferToLeft() {
258
275
  this.transferToLeft();
259
276
  this.rightFilteredList = [];
260
- this.rightEzFilterInput.value = '';
277
+ await this.rightEzListInstance.clearSelection();
261
278
  }
262
- buildTotalizer(list) {
263
- return `Total de ${list.length} ${list.length === 1 ? this.entityLabel : this.entityLabelPlural}`;
279
+ async clearSelectionAll() {
280
+ await this.rightEzListInstance.clearSelection();
281
+ await this.leftEzListInstance.clearSelection();
264
282
  }
265
- renderLeftList() {
266
- if (!this.leftList.length) {
267
- return index.h("span", { class: 'empty-message' }, "Nenhum ", this.entityLabel, " dispon\u00EDvel");
268
- }
269
- return (index.h("ez-scroller", { direction: EzScrollDirection.EzScrollDirection.VERTICAL, activeShadow: true }, index.h("ez-list", { ref: (ref) => this.leftEzListInstance = ref, id: this.LEFT_LIST_ID, hoverFeedback: true, dataSource: this.isFilteringLeft ? this.leftFilteredList : this.leftList, ezDraggable: !this.isFilteringLeft, enableMultipleSelection: true, onEzChange: this.handleChangeLeft.bind(this), ezSelectable: true, onEzSelectMultipleItems: this.handleSelectLeftItem.bind(this), onEzDoubleClick: this.handleTransferToRight.bind(this) })));
283
+ handleChooseLeft() {
284
+ requestAnimationFrame(async () => {
285
+ await this.rightEzListInstance.clearSelection();
286
+ });
270
287
  }
271
- renderRightList() {
272
- if (!this.rightList.length) {
273
- return index.h("span", { class: 'empty-message' }, "Nenhum ", this.entityLabel, " selecionado");
274
- }
275
- return (index.h("ez-scroller", { direction: EzScrollDirection.EzScrollDirection.VERTICAL, activeShadow: true }, index.h("ez-list", { ref: (ref) => this.rightEzListInstance = ref, id: this.RIGHT_LIST_ID, hoverFeedback: true, dataSource: this.isFilteringRight ? this.rightFilteredList : this.rightList, ezDraggable: !this.isFilteringRight, enableMultipleSelection: true, onEzChange: this.handleChangeRight.bind(this), ezSelectable: true, onEzSelectMultipleItems: this.handleSelectRightItem.bind(this), onEzDoubleClick: this.handleTransferToLeft.bind(this) })));
288
+ handleChooseRight() {
289
+ if (this.useOnlyRightList)
290
+ return;
291
+ requestAnimationFrame(async () => {
292
+ await this.leftEzListInstance.clearSelection();
293
+ });
294
+ }
295
+ renderList(props) {
296
+ const { idSortableList, list, isFiltering, filteredList, emptyMessage, slotConfig, callbacks, title } = props;
297
+ return (index.h("ez-sortable-list", { ref: callbacks === null || callbacks === void 0 ? void 0 : callbacks.setRef, title: title, idSortableList: idSortableList, emptyMessage: emptyMessage, class: "ez-size-height--full", dataSource: isFiltering ? filteredList : list, hoverFeedback: true, enableMultipleSelection: true, removeItensMoved: true, entityLabel: this.entityLabel, entityLabelPlural: this.entityLabelPlural, itemRightSlotBuilder: slotConfig === null || slotConfig === void 0 ? void 0 : slotConfig.itemRightSlotBuilder, itemLeftSlotBuilder: slotConfig === null || slotConfig === void 0 ? void 0 : slotConfig.itemLeftSlotBuilder, onItemsReordered: callbacks === null || callbacks === void 0 ? void 0 : callbacks.onChange.bind(this), onEzSelectItens: callbacks === null || callbacks === void 0 ? void 0 : callbacks.onSelect.bind(this), onEzDoubleClick: callbacks === null || callbacks === void 0 ? void 0 : callbacks.onDoubleClick.bind(this), onEzChoose: callbacks === null || callbacks === void 0 ? void 0 : callbacks.onChoose.bind(this) }));
276
298
  }
277
299
  render() {
278
- return (index.h(index.Host, null, index.h("div", { class: 'group' }, index.h("div", { class: 'group__header' }, index.h("span", { class: 'group__label' }, this.leftTitle), index.h("ez-filter-input", { ref: (ref) => this.leftEzFilterInput = ref, id: this.LEFT_FILTER_ID, label: `Buscar ${this.entityLabel}`, mode: 'slim', onEzChange: evt => this.handleFilterChangeLeft(evt.detail) })), index.h("div", { class: 'list__container' }, this.renderLeftList()), index.h("div", { class: 'group__totalizer' }, this.buildTotalizer(this.leftList))), index.h("div", { class: 'actions__column' }, index.h("ez-button", { mode: 'icon', iconName: 'dual-chevron-right', enabled: this.enableTransferAllToRight(), title: `Mover todos para ${this.leftListLabel}`, size: 'small', onClick: this.handleTransferAllToRight.bind(this) }), index.h("ez-button", { mode: 'icon', iconName: 'chevron-right', enabled: this.enableTransferToRight(), title: `Mover para ${this.leftListLabel}`, size: 'small', onClick: this.handleTransferToRight.bind(this) }), index.h("ez-button", { mode: 'icon', iconName: 'chevron-left', enabled: this.enableTransferToLeft(), title: `Mover para ${this.rightListLabel}`, size: 'small', onClick: this.handleTransferToLeft.bind(this) }), index.h("ez-button", { mode: 'icon', iconName: 'dual-chevron-left', enabled: this.enableTransferAllToLeft(), title: `Mover todos para ${this.rightListLabel}`, size: 'small', onClick: this.handleTransferAllToLeft.bind(this) })), index.h("div", { class: 'group' }, index.h("div", { class: 'group__header' }, index.h("span", { class: 'group__label' }, this.rightTitle), index.h("ez-filter-input", { ref: (ref) => this.rightEzFilterInput = ref, id: this.RIGHT_FILTER_ID, label: `Buscar ${this.entityLabel}`, mode: 'slim', onEzChange: evt => this.handleFilterChangeRight(evt.detail) })), index.h("div", { class: 'list__container' }, this.renderRightList()), index.h("div", { class: 'group__totalizer' }, this.buildTotalizer(this.rightList))), index.h("div", { class: 'actions__column' }, index.h("ez-button", { mode: 'icon', iconName: 'dual-chevron-up', enabled: this.enableMoveUp(true), title: 'Mover para primeira posi\u00E7\u00E3o', size: 'small', onClick: this.handleMoveToTop.bind(this) }), index.h("ez-button", { mode: 'icon', iconName: 'chevron-up', enabled: this.enableMoveUp(), title: 'Mover para cima', size: 'small', onClick: this.handleMoveUp.bind(this) }), index.h("ez-button", { mode: 'icon', iconName: 'chevron-down', enabled: this.enableMoveDown(), title: 'Mover para baixo', size: 'small', onClick: this.handleMoveDown.bind(this) }), index.h("ez-button", { mode: 'icon', iconName: 'dual-chevron-down', enabled: this.enableMoveDown(true), title: 'Mover para \u00FAltima posi\u00E7\u00E3o', size: 'small', onClick: this.handleMoveToBottom.bind(this) }))));
300
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
301
+ return (index.h(index.Host, null, !this.useOnlyRightList &&
302
+ index.h("div", { class: "list__container" }, this.leftList && this.renderList({
303
+ idSortableList: this.LEFT_LIST_ID,
304
+ list: this.leftList,
305
+ title: this.leftTitle,
306
+ isFiltering: this.isFilteringLeft,
307
+ filteredList: this.leftFilteredList,
308
+ emptyMessage: !!((_a = this.emptyMessage) === null || _a === void 0 ? void 0 : _a.LEFT_LIST) ? this.emptyMessage.LEFT_LIST : `Nenhum ${this.entityLabel} disponível`,
309
+ slotConfig: {
310
+ itemRightSlotBuilder: (_c = (_b = this.slotsListBuilder) === null || _b === void 0 ? void 0 : _b.LEFT_LIST) === null || _c === void 0 ? void 0 : _c.itemRightSlotBuilder,
311
+ itemLeftSlotBuilder: (_e = (_d = this.slotsListBuilder) === null || _d === void 0 ? void 0 : _d.LEFT_LIST) === null || _e === void 0 ? void 0 : _e.itemLeftSlotBuilder,
312
+ },
313
+ callbacks: {
314
+ setRef: (ref) => this.leftEzListInstance = ref,
315
+ onChange: (evt) => this.handleChangeLeft(evt),
316
+ onSelect: this.handleSelectLeftItem.bind(this),
317
+ onDoubleClick: this.handleTransferToRight.bind(this),
318
+ onChoose: this.handleChooseLeft.bind(this),
319
+ },
320
+ })), !this.useOnlyRightList &&
321
+ index.h("div", { class: 'actions__column' }, index.h("ez-button", { mode: "icon", iconName: "dual-chevron-right", enabled: this.enableTransferAllToRight(), title: `Mover todos para ${this.rightListLabel}`, size: "small", onClick: this.handleTransferAllToRight.bind(this) }), index.h("ez-button", { mode: "icon", iconName: "chevron-right", enabled: this.enableTransferToRight(), title: `Mover para ${this.rightListLabel}`, size: "small", onClick: this.handleTransferToRight.bind(this) }), index.h("ez-button", { mode: "icon", iconName: "chevron-left", enabled: this.enableTransferToLeft(), title: `Mover para ${this.leftListLabel}`, size: "small", onClick: this.handleTransferToLeft.bind(this) }), index.h("ez-button", { mode: "icon", iconName: "dual-chevron-left", enabled: this.enableTransferAllToLeft(), title: `Mover todos para ${this.leftListLabel}`, size: "small", onClick: this.handleTransferAllToLeft.bind(this) })), index.h("div", { class: "list__container" }, this.rightList && this.renderList({
322
+ idSortableList: this.RIGHT_LIST_ID,
323
+ list: this.rightList,
324
+ title: this.rightTitle,
325
+ isFiltering: this.isFilteringRight,
326
+ filteredList: this.rightFilteredList,
327
+ emptyMessage: !!((_f = this.emptyMessage) === null || _f === void 0 ? void 0 : _f.RIGHT_LIST) ? this.emptyMessage.RIGHT_LIST : `Nenhum ${this.entityLabel} selecionado`,
328
+ slotConfig: {
329
+ itemRightSlotBuilder: (_h = (_g = this.slotsListBuilder) === null || _g === void 0 ? void 0 : _g.RIGHT_LIST) === null || _h === void 0 ? void 0 : _h.itemRightSlotBuilder,
330
+ itemLeftSlotBuilder: (_k = (_j = this.slotsListBuilder) === null || _j === void 0 ? void 0 : _j.RIGHT_LIST) === null || _k === void 0 ? void 0 : _k.itemLeftSlotBuilder,
331
+ },
332
+ callbacks: {
333
+ setRef: (ref) => this.rightEzListInstance = ref,
334
+ onChange: (evt) => this.handleChangeRight(evt),
335
+ onSelect: this.handleSelectRightItem.bind(this),
336
+ onDoubleClick: this.handleTransferToLeft.bind(this),
337
+ onChoose: this.handleChooseRight.bind(this),
338
+ },
339
+ })), index.h("div", { class: 'actions__column' }, index.h("ez-button", { mode: "icon", iconName: "dual-chevron-up", enabled: this.enableMoveUp(true), title: "Mover para primeira posi\u00E7\u00E3o", size: "small", onClick: this.handleMoveToTop.bind(this) }), index.h("ez-button", { mode: "icon", iconName: "chevron-up", enabled: this.enableMoveUp(), title: "Mover para cima", size: "small", onClick: this.handleMoveUp.bind(this) }), index.h("ez-button", { mode: "icon", iconName: "chevron-down", enabled: this.enableMoveDown(), title: "Mover para baixo", size: "small", onClick: this.handleMoveDown.bind(this) }), index.h("ez-button", { mode: "icon", iconName: "dual-chevron-down", enabled: this.enableMoveDown(true), title: "Mover para \u00FAltima posi\u00E7\u00E3o", size: "small", onClick: this.handleMoveToBottom.bind(this) }))));
279
340
  }
280
341
  static get watchers() { return {
281
342
  "leftList": ["observeLeftList"],
@@ -3,8 +3,129 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-9e5554cb.js');
6
- const floatingUi_dom_esm = require('./floating-ui.dom.esm-017acce4.js');
7
6
  const core = require('@sankhyalabs/core');
7
+ const CSSVarsUtils = require('./CSSVarsUtils-f20973d1.js');
8
+ const floatingUi_dom_esm = require('./floating-ui.dom.esm-017acce4.js');
9
+
10
+ const ezFilterInputCss = ":host{display:block;width:100%}";
11
+
12
+ const EzFilterInput = class {
13
+ constructor(hostRef) {
14
+ index.registerInstance(this, hostRef);
15
+ this.ezChange = index.createEvent(this, "ezChange", 7);
16
+ this.ezSearching = index.createEvent(this, "ezSearching", 7);
17
+ this.ezFocusIn = index.createEvent(this, "ezFocusIn", 7);
18
+ this._searchingText = "";
19
+ this.handleFocus = () => {
20
+ if (this._searchingText === "") {
21
+ this._textInput.value = "";
22
+ }
23
+ else {
24
+ this._textInput.value = this._searchingText;
25
+ }
26
+ this.ezFocusIn.emit();
27
+ };
28
+ this.label = undefined;
29
+ this.value = undefined;
30
+ this.enabled = true;
31
+ this.errorMessage = undefined;
32
+ this.restrict = undefined;
33
+ this.mode = "regular";
34
+ this.asyncSearch = false;
35
+ this.canShowError = true;
36
+ this.autoFocus = false;
37
+ }
38
+ observeLabel() {
39
+ if (this._textInput) {
40
+ this._textInput.label = this.label;
41
+ }
42
+ }
43
+ observeErrorMessage() {
44
+ if (this._textInput) {
45
+ this._textInput.errorMessage = this.errorMessage;
46
+ }
47
+ }
48
+ observeValue(newValue, oldValue) {
49
+ if (this._textInput && newValue != oldValue) {
50
+ this._textInput.value = newValue;
51
+ this.ezChange.emit(newValue);
52
+ }
53
+ }
54
+ /**
55
+ * Aplica o foco no campo.
56
+ */
57
+ async setFocus(options) {
58
+ this._textInput.setFocus(options);
59
+ }
60
+ /**
61
+ * Remove o foco do campo.
62
+ */
63
+ async setBlur() {
64
+ this._textInput.setBlur();
65
+ }
66
+ /**
67
+ * Retorna se o conteúdo é inválido.
68
+ */
69
+ async isInvalid() {
70
+ return typeof this.errorMessage === "string" && this.errorMessage.trim() !== "";
71
+ }
72
+ /**
73
+ * Método responsável por setar um novo valor ao campo.
74
+ */
75
+ async setValue(newValue) {
76
+ if (!this.asyncSearch || this._textInput == undefined) {
77
+ return;
78
+ }
79
+ if (newValue !== this.value) {
80
+ this.value = newValue;
81
+ this._searchingText = "";
82
+ }
83
+ else {
84
+ this._textInput.value = newValue;
85
+ }
86
+ }
87
+ /**
88
+ * Método responsável por resetar o valor do campo para o ultimo valor inputado.
89
+ */
90
+ async endSearch() {
91
+ if (!this.asyncSearch || this._textInput == undefined) {
92
+ return;
93
+ }
94
+ if (this._textInput.value !== this.value) {
95
+ this._textInput.value = this.value;
96
+ }
97
+ }
98
+ handleChange(evt) {
99
+ const newValue = evt.detail;
100
+ this.errorMessage = "";
101
+ if (this.asyncSearch) {
102
+ this._searchingText = newValue;
103
+ this.ezSearching.emit(newValue);
104
+ }
105
+ else if (newValue !== this.value) {
106
+ this.value = newValue;
107
+ }
108
+ }
109
+ componentDidLoad() {
110
+ CSSVarsUtils.CSSVarsUtils.applyVarsTextInput(this._elem, this._textInput);
111
+ if (this.autoFocus) {
112
+ requestAnimationFrame(() => {
113
+ this.setFocus({ selectText: true });
114
+ });
115
+ }
116
+ }
117
+ render() {
118
+ core.ElementIDUtils.addIDInfoIfNotExists(this._elem, 'input');
119
+ return (index.h("ez-text-input", { "data-element-id": core.ElementIDUtils.getInternalIDInfo("textInput"), ref: elem => this._textInput = elem, label: this.label, onEzChange: evt => this.handleChange(evt), value: this.value, enabled: this.enabled, errorMessage: this.errorMessage, restrict: this.restrict, mode: this.mode, onFocusin: this.handleFocus, canShowError: this.canShowError }, index.h("ez-icon", { slot: "leftIcon", iconName: "search" })));
120
+ }
121
+ get _elem() { return index.getElement(this); }
122
+ static get watchers() { return {
123
+ "label": ["observeLabel"],
124
+ "errorMessage": ["observeErrorMessage"],
125
+ "value": ["observeValue"]
126
+ }; }
127
+ };
128
+ EzFilterInput.style = ezFilterInputCss;
8
129
 
9
130
  const ezTooltipCss = ":host{--triangle-size:8px;width:100%}.tooltip{position:absolute;z-index:var(--elevation--24);padding:var(--space--extra-small, 3px) var(--space--small, 6px);border-radius:var(--border--radius-small);box-sizing:border-box;font-family:var(--font-pattern\t, 'Roboto', sans-serif);font-size:var(--text--small, 12px);font-weight:var(--text-weight--medium, 400);text-align:center;width:max-content;display:none}.arrow{position:absolute;width:var(--triangle-size);height:var(--triangle-size);transform:rotate(45deg)}.default-tooltip{background:var(--title--primary, #2b3a54);color:var(--color--inverted)}.default-tooltip .arrow{background:var(--title--primary, #2b3a54)}.error-tooltip{background:var(--color-alert--error-800, #BD0025);color:var(--color--error-200, #F7E0E5)}.error-tooltip .arrow{background:var(--color-alert--error-800, #BD0025)}.success-tooltip{background:var(--color--success, #00cb94);color:var(--color--success-200, #EBFFFA)}.success-tooltip .arrow{background:var(--color--success, #00cb94)}.warning-tooltip{background:var(--color--warning, #f2d410);color:var(--color--warning-200, #FDF8D8)}.warning-tooltip .arrow{background:var(--color--warning, #f2d410)}";
10
131
 
@@ -132,4 +253,5 @@ const EzTooltip = class {
132
253
  };
133
254
  EzTooltip.style = ezTooltipCss;
134
255
 
256
+ exports.ez_filter_input = EzFilterInput;
135
257
  exports.ez_tooltip = EzTooltip;
@@ -51279,11 +51279,17 @@ class GridEditionManager {
51279
51279
  }
51280
51280
  isColEditable(fieldName) {
51281
51281
  const fieldDefinition = this._dataUnit.getField(fieldName);
51282
- if (fieldDefinition) {
51282
+ if (fieldDefinition && !this.isTypeFile(fieldDefinition)) {
51283
51283
  return !fieldDefinition.readOnly;
51284
51284
  }
51285
51285
  return false;
51286
51286
  }
51287
+ isTypeFile(file) {
51288
+ if (file.userInterface === core.UserInterface.FILE) {
51289
+ return true;
51290
+ }
51291
+ return false;
51292
+ }
51287
51293
  isSecondClick(cellClicked) {
51288
51294
  if (!this._lastCellClicked) {
51289
51295
  return false;
@@ -66266,6 +66272,7 @@ const EzGrid = class {
66266
66272
  this.compact = false;
66267
66273
  this.useSearchColumn = true;
66268
66274
  this.suppressHorizontalScroll = false;
66275
+ this.mode = "complete";
66269
66276
  }
66270
66277
  /**
66271
66278
  * Aplica a definição de colunas.
@@ -66422,6 +66429,14 @@ const EzGrid = class {
66422
66429
  this._showPaginationDescription();
66423
66430
  }
66424
66431
  }
66432
+ async observeModeChange(newMode = this.mode) {
66433
+ if (newMode === "simple") {
66434
+ this.canEdit = false;
66435
+ this.multipleSelection = false;
66436
+ this.suppressCheckboxColumn = true;
66437
+ this.compact = true;
66438
+ }
66439
+ }
66425
66440
  onSelectionChange(evt) {
66426
66441
  this._currentPageSelected = evt.detail.selectionHeaderStatus === true;
66427
66442
  if (this.dataUnit) {
@@ -66775,6 +66790,7 @@ const EzGrid = class {
66775
66790
  }
66776
66791
  connectedCallback() {
66777
66792
  var _a;
66793
+ this.observeModeChange();
66778
66794
  (_a = this._gridController) === null || _a === void 0 ? void 0 : _a.registryListeners();
66779
66795
  }
66780
66796
  componentWillRender() {
@@ -66807,6 +66823,9 @@ const EzGrid = class {
66807
66823
  return this.columnfilterDataSource;
66808
66824
  }
66809
66825
  hideHeader() {
66826
+ if (this.mode === "simple") {
66827
+ return true;
66828
+ }
66810
66829
  return !this._hasLeftButtons && !this._paginationInfo;
66811
66830
  }
66812
66831
  resolveLeftHeaderClass() {
@@ -66902,7 +66921,8 @@ const EzGrid = class {
66902
66921
  static get watchers() { return {
66903
66922
  "config": ["observeConfig"],
66904
66923
  "_paginationInfo": ["updatePaginationTooltip"],
66905
- "paginationCounterMode": ["observePaginationCounterMode"]
66924
+ "paginationCounterMode": ["observePaginationCounterMode"],
66925
+ "mode": ["observeModeChange"]
66906
66926
  }; }
66907
66927
  };
66908
66928
  EzGrid.style = ezGridCss;