@sankhyalabs/ezui 3.5.0 → 4.0.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 (236) hide show
  1. package/dist/cjs/ez-actions-button.cjs.entry.js +1 -1
  2. package/dist/cjs/ez-alert.cjs.entry.js +1 -1
  3. package/dist/cjs/ez-application.cjs.entry.js +1 -1
  4. package/dist/cjs/ez-breadcrumb.cjs.entry.js +12 -2
  5. package/dist/cjs/ez-button.cjs.entry.js +1 -1
  6. package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
  7. package/dist/cjs/ez-card-item.cjs.entry.js +1 -1
  8. package/dist/cjs/ez-check.cjs.entry.js +1 -1
  9. package/dist/cjs/ez-chip.cjs.entry.js +1 -1
  10. package/dist/cjs/ez-collapsible-box.cjs.entry.js +1 -1
  11. package/dist/cjs/ez-combo-box.cjs.entry.js +16 -10
  12. package/dist/cjs/ez-date-input.cjs.entry.js +2 -2
  13. package/dist/cjs/ez-date-time-input.cjs.entry.js +4 -12
  14. package/dist/cjs/ez-dialog.cjs.entry.js +1 -1
  15. package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
  16. package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
  17. package/dist/cjs/ez-filter-input_4.cjs.entry.js +67 -6
  18. package/dist/cjs/ez-form-view.cjs.entry.js +30 -23
  19. package/dist/cjs/ez-form.cjs.entry.js +562 -545
  20. package/dist/cjs/ez-grid.cjs.entry.js +8 -5
  21. package/dist/cjs/ez-guide-navigator.cjs.entry.js +51 -3
  22. package/dist/cjs/ez-icon.cjs.entry.js +1 -1
  23. package/dist/cjs/ez-list.cjs.entry.js +11 -8
  24. package/dist/cjs/ez-loading-bar.cjs.entry.js +1 -1
  25. package/dist/cjs/ez-modal-container.cjs.entry.js +1 -1
  26. package/dist/cjs/ez-modal.cjs.entry.js +1 -1
  27. package/dist/cjs/ez-number-input.cjs.entry.js +1 -1
  28. package/dist/cjs/ez-popover.cjs.entry.js +1 -1
  29. package/dist/cjs/ez-popup.cjs.entry.js +1 -1
  30. package/dist/cjs/ez-radio-button.cjs.entry.js +1 -1
  31. package/dist/cjs/ez-search.cjs.entry.js +1 -1
  32. package/dist/cjs/ez-tabselector.cjs.entry.js +1 -1
  33. package/dist/cjs/ez-text-area.cjs.entry.js +1 -1
  34. package/dist/cjs/ez-text-edit.cjs.entry.js +1 -1
  35. package/dist/cjs/ez-text-input.cjs.entry.js +1 -1
  36. package/dist/cjs/ez-time-input.cjs.entry.js +1 -1
  37. package/dist/cjs/ez-toast.cjs.entry.js +1 -1
  38. package/dist/cjs/ez-upload.cjs.entry.js +1 -1
  39. package/dist/cjs/ez-view-stack.cjs.entry.js +1 -1
  40. package/dist/cjs/ezui.cjs.js +2 -2
  41. package/dist/cjs/{index-b54f47a1.js → index-892780f1.js} +0 -5
  42. package/dist/cjs/loader.cjs.js +2 -2
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.js +12 -2
  45. package/dist/collection/components/ez-combo-box/ez-combo-box.js +16 -10
  46. package/dist/collection/components/ez-date-input/ez-date-input.js +1 -1
  47. package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +3 -11
  48. package/dist/collection/components/ez-form/ez-form.css +0 -6
  49. package/dist/collection/components/ez-form/ez-form.js +18 -239
  50. package/dist/collection/components/ez-form-view/ez-form-view.js +51 -0
  51. package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js +4 -4
  52. package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js +2 -2
  53. package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js +2 -2
  54. package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js +2 -2
  55. package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js +6 -6
  56. package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js +2 -2
  57. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js +2 -2
  58. package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js +2 -2
  59. package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +5 -2
  60. package/dist/collection/components/ez-grid/ez-grid.css +4 -2
  61. package/dist/collection/components/ez-grid/ez-grid.js +1 -1
  62. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.css +1 -1
  63. package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js +218 -1
  64. package/dist/collection/components/ez-list/ez-list.css +5 -2
  65. package/dist/collection/components/ez-list/ez-list.js +27 -6
  66. package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.css +2 -0
  67. package/dist/collection/components/ez-tree/ez-tree.js +151 -3
  68. package/dist/collection/components/ez-tree/types/Node.js +7 -1
  69. package/dist/collection/components/ez-tree/types/Tree.js +6 -0
  70. package/dist/collection/{components/ez-form → utils/form}/DataBinder.js +118 -4
  71. package/dist/collection/{components/ez-form → utils/form}/FormMetadata.js +83 -36
  72. package/dist/collection/utils/form/index.js +2 -0
  73. package/dist/collection/utils/index.js +2 -0
  74. package/dist/custom-elements/index.js +712 -565
  75. package/dist/esm/ez-actions-button.entry.js +1 -1
  76. package/dist/esm/ez-alert.entry.js +1 -1
  77. package/dist/esm/ez-application.entry.js +1 -1
  78. package/dist/esm/ez-breadcrumb.entry.js +13 -3
  79. package/dist/esm/ez-button.entry.js +1 -1
  80. package/dist/esm/ez-calendar.entry.js +1 -1
  81. package/dist/esm/ez-card-item.entry.js +1 -1
  82. package/dist/esm/ez-check.entry.js +1 -1
  83. package/dist/esm/ez-chip.entry.js +1 -1
  84. package/dist/esm/ez-collapsible-box.entry.js +1 -1
  85. package/dist/esm/ez-combo-box.entry.js +17 -11
  86. package/dist/esm/ez-date-input.entry.js +2 -2
  87. package/dist/esm/ez-date-time-input.entry.js +4 -12
  88. package/dist/esm/ez-dialog.entry.js +1 -1
  89. package/dist/esm/ez-dropdown.entry.js +1 -1
  90. package/dist/esm/ez-file-item.entry.js +1 -1
  91. package/dist/esm/ez-filter-input_4.entry.js +67 -6
  92. package/dist/esm/ez-form-view.entry.js +30 -23
  93. package/dist/esm/ez-form.entry.js +563 -546
  94. package/dist/esm/ez-grid.entry.js +8 -5
  95. package/dist/esm/ez-guide-navigator.entry.js +51 -3
  96. package/dist/esm/ez-icon.entry.js +1 -1
  97. package/dist/esm/ez-list.entry.js +11 -8
  98. package/dist/esm/ez-loading-bar.entry.js +1 -1
  99. package/dist/esm/ez-modal-container.entry.js +1 -1
  100. package/dist/esm/ez-modal.entry.js +1 -1
  101. package/dist/esm/ez-number-input.entry.js +1 -1
  102. package/dist/esm/ez-popover.entry.js +1 -1
  103. package/dist/esm/ez-popup.entry.js +1 -1
  104. package/dist/esm/ez-radio-button.entry.js +1 -1
  105. package/dist/esm/ez-search.entry.js +1 -1
  106. package/dist/esm/ez-tabselector.entry.js +1 -1
  107. package/dist/esm/ez-text-area.entry.js +1 -1
  108. package/dist/esm/ez-text-edit.entry.js +1 -1
  109. package/dist/esm/ez-text-input.entry.js +1 -1
  110. package/dist/esm/ez-time-input.entry.js +1 -1
  111. package/dist/esm/ez-toast.entry.js +1 -1
  112. package/dist/esm/ez-upload.entry.js +1 -1
  113. package/dist/esm/ez-view-stack.entry.js +1 -1
  114. package/dist/esm/ezui.js +3 -3
  115. package/dist/esm/{index-c27164d3.js → index-de655f48.js} +0 -5
  116. package/dist/esm/loader.js +3 -3
  117. package/dist/ezui/ezui.esm.js +1 -1
  118. package/dist/ezui/{p-85c1e00f.entry.js → p-06b3e801.entry.js} +1 -1
  119. package/dist/ezui/{p-216e1153.entry.js → p-07b99b94.entry.js} +1 -1
  120. package/dist/ezui/p-09271677.entry.js +1 -0
  121. package/dist/ezui/{p-044a3427.entry.js → p-0c7e81fe.entry.js} +1 -1
  122. package/dist/ezui/p-0e53898b.entry.js +1 -0
  123. package/dist/ezui/{p-124859c3.entry.js → p-36f7ec68.entry.js} +1 -1
  124. package/dist/ezui/p-4555df8f.entry.js +1 -0
  125. package/dist/ezui/{p-1806b3c6.entry.js → p-493e2af4.entry.js} +1 -1
  126. package/dist/ezui/p-50883460.entry.js +1 -0
  127. package/dist/ezui/p-581df847.entry.js +1 -0
  128. package/dist/ezui/{p-78b28632.entry.js → p-600f1732.entry.js} +1 -1
  129. package/dist/ezui/{p-74379544.entry.js → p-622c2d53.entry.js} +1 -1
  130. package/dist/ezui/{p-bb011a51.entry.js → p-62481744.entry.js} +1 -1
  131. package/dist/ezui/{p-064e558f.entry.js → p-6818dd0a.entry.js} +1 -1
  132. package/dist/ezui/{p-e8271a0e.entry.js → p-695facd0.entry.js} +1 -1
  133. package/dist/ezui/p-6cf406ff.entry.js +1 -0
  134. package/dist/ezui/{p-07d71b7a.entry.js → p-7147d43a.entry.js} +1 -1
  135. package/dist/ezui/{p-108acc0f.entry.js → p-7c8fb43e.entry.js} +1 -1
  136. package/dist/ezui/{p-00ea9b50.js → p-7ffd12e7.js} +2 -2
  137. package/dist/ezui/{p-aaba630e.entry.js → p-86d29565.entry.js} +1 -1
  138. package/dist/ezui/p-8d5ec02b.entry.js +1 -0
  139. package/dist/ezui/{p-149442dd.entry.js → p-9613fae6.entry.js} +1 -1
  140. package/dist/ezui/{p-38520b9c.entry.js → p-99d822cc.entry.js} +1 -1
  141. package/dist/ezui/p-9a1549c2.entry.js +1 -0
  142. package/dist/ezui/{p-330aef41.entry.js → p-a323b415.entry.js} +1 -1
  143. package/dist/ezui/{p-7ff5d0cc.entry.js → p-a4b281ca.entry.js} +1 -1
  144. package/dist/ezui/{p-e6cf82e8.entry.js → p-a67e056f.entry.js} +1 -1
  145. package/dist/ezui/p-ada6e6b0.entry.js +1 -0
  146. package/dist/ezui/{p-93c8bdc6.entry.js → p-b3c7b243.entry.js} +1 -1
  147. package/dist/ezui/{p-936ae3ac.entry.js → p-b941aeee.entry.js} +1 -1
  148. package/dist/ezui/{p-d015295f.entry.js → p-bbccda3f.entry.js} +1 -1
  149. package/dist/ezui/{p-66dba09c.entry.js → p-c0184982.entry.js} +1 -1
  150. package/dist/ezui/{p-ce1408dd.entry.js → p-cc40fcb3.entry.js} +1 -1
  151. package/dist/ezui/{p-80f79b1c.entry.js → p-cc5cfcb7.entry.js} +1 -1
  152. package/dist/ezui/{p-77c1ae43.entry.js → p-dc15b6d1.entry.js} +2 -2
  153. package/dist/ezui/{p-eae59101.entry.js → p-e6f3d036.entry.js} +1 -1
  154. package/dist/ezui/p-e748b5d3.entry.js +1 -0
  155. package/dist/ezui/{p-be4cc43f.entry.js → p-e85f1a6a.entry.js} +1 -1
  156. package/dist/ezui/{p-1cfae451.entry.js → p-eceb9382.entry.js} +1 -1
  157. package/dist/ezui/{p-bb0607a6.entry.js → p-fd87638e.entry.js} +1 -1
  158. package/dist/types/components/ez-breadcrumb/ez-breadcrumb.d.ts +2 -1
  159. package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +0 -1
  160. package/dist/types/components/ez-form/ez-form.d.ts +3 -23
  161. package/dist/types/components/ez-form/store/form.slice.d.ts +2 -2
  162. package/dist/types/components/ez-form-view/ez-form-view.d.ts +7 -0
  163. package/dist/types/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.d.ts +1 -1
  164. package/dist/types/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.d.ts +1 -1
  165. package/dist/types/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.d.ts +1 -1
  166. package/dist/types/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.d.ts +2 -2
  167. package/dist/types/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.d.ts +1 -1
  168. package/dist/types/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.d.ts +1 -1
  169. package/dist/types/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.d.ts +1 -1
  170. package/dist/types/components/ez-form-view/interfaces/IFormViewField.d.ts +1 -0
  171. package/dist/types/components/ez-guide-navigator/ez-guide-navigator.d.ts +32 -0
  172. package/dist/types/components/ez-guide-navigator/interfaces/IGuideItem.d.ts +1 -0
  173. package/dist/types/components/ez-list/ez-list.d.ts +4 -0
  174. package/dist/types/components/ez-tree/ez-tree.d.ts +18 -0
  175. package/dist/types/components.d.ts +79 -31
  176. package/dist/types/utils/form/DataBinder.d.ts +31 -0
  177. package/dist/types/utils/form/FormMetadata.d.ts +23 -0
  178. package/dist/types/utils/form/index.d.ts +2 -0
  179. package/dist/types/utils/form/interfaces/IFormCardConfig.d.ts +5 -0
  180. package/dist/types/utils/form/interfaces/IFormConfig.d.ts +12 -0
  181. package/dist/types/utils/form/interfaces/IFormSheetMetadata.d.ts +6 -0
  182. package/dist/types/{components/ez-form → utils/form}/interfaces/IRecordValidator.d.ts +1 -2
  183. package/dist/types/utils/form/interfaces/ISummaryField.d.ts +4 -0
  184. package/dist/types/{interfaces/ez-form → utils/form/interfaces}/ITabConfig.d.ts +1 -0
  185. package/dist/types/{components/ez-form → utils/form}/interfaces/index.d.ts +6 -4
  186. package/dist/types/utils/index.d.ts +2 -0
  187. package/package.json +3 -3
  188. package/dist/collection/interfaces/ez-form/IDefaultConfig.js +0 -1
  189. package/dist/collection/interfaces/ez-form/IFieldConfig.js +0 -1
  190. package/dist/collection/interfaces/ez-form/IFieldMetadata.js +0 -1
  191. package/dist/collection/interfaces/ez-form/IFieldSetMetadata.js +0 -1
  192. package/dist/collection/interfaces/ez-form/IFormSheetMetadata.js +0 -1
  193. package/dist/collection/interfaces/ez-form/IInvalidField.js +0 -1
  194. package/dist/collection/interfaces/ez-form/IRecordValidator.js +0 -1
  195. package/dist/collection/interfaces/ez-form/IValidationResult.js +0 -1
  196. package/dist/collection/interfaces/ez-form/index.js +0 -1
  197. package/dist/ezui/p-1a1c2eda.entry.js +0 -1
  198. package/dist/ezui/p-51ecf138.entry.js +0 -1
  199. package/dist/ezui/p-5473e08d.entry.js +0 -1
  200. package/dist/ezui/p-74b3615b.entry.js +0 -1
  201. package/dist/ezui/p-77d70bae.entry.js +0 -1
  202. package/dist/ezui/p-90c3d4fd.entry.js +0 -1
  203. package/dist/ezui/p-97cfbd29.entry.js +0 -1
  204. package/dist/ezui/p-a0e47238.entry.js +0 -1
  205. package/dist/ezui/p-bfca509e.entry.js +0 -1
  206. package/dist/ezui/p-cd1e0679.entry.js +0 -1
  207. package/dist/types/components/ez-form/DataBinder.d.ts +0 -22
  208. package/dist/types/components/ez-form/FormMetadata.d.ts +0 -16
  209. package/dist/types/components/ez-form/interfaces/IFormConfig.d.ts +0 -7
  210. package/dist/types/components/ez-form/interfaces/IFormSheetMetadata.d.ts +0 -9
  211. package/dist/types/components/ez-form/interfaces/ITabConfig.d.ts +0 -5
  212. package/dist/types/interfaces/ez-form/IDefaultConfig.d.ts +0 -5
  213. package/dist/types/interfaces/ez-form/IFieldConfig.d.ts +0 -13
  214. package/dist/types/interfaces/ez-form/IFieldMetadata.d.ts +0 -6
  215. package/dist/types/interfaces/ez-form/IFieldSetMetadata.d.ts +0 -5
  216. package/dist/types/interfaces/ez-form/IFormConfig.d.ts +0 -7
  217. package/dist/types/interfaces/ez-form/IFormSheetMetadata.d.ts +0 -10
  218. package/dist/types/interfaces/ez-form/IInvalidField.d.ts +0 -4
  219. package/dist/types/interfaces/ez-form/IRecordValidator.d.ts +0 -6
  220. package/dist/types/interfaces/ez-form/IValidationResult.d.ts +0 -8
  221. package/dist/types/interfaces/ez-form/index.d.ts +0 -10
  222. /package/dist/collection/{components/ez-form → utils/form}/interfaces/IDefaultConfig.js +0 -0
  223. /package/dist/collection/{components/ez-form → utils/form}/interfaces/IFieldConfig.js +0 -0
  224. /package/dist/collection/{components/ez-form/interfaces/IFormConfig.js → utils/form/interfaces/IFormCardConfig.js} +0 -0
  225. /package/dist/collection/{interfaces/ez-form → utils/form/interfaces}/IFormConfig.js +0 -0
  226. /package/dist/collection/{components/ez-form → utils/form}/interfaces/IFormSheetMetadata.js +0 -0
  227. /package/dist/collection/{components/ez-form → utils/form}/interfaces/IInvalidField.js +0 -0
  228. /package/dist/collection/{components/ez-form → utils/form}/interfaces/IRecordValidator.js +0 -0
  229. /package/dist/collection/{components/ez-form/interfaces/ITabConfig.js → utils/form/interfaces/ISummaryField.js} +0 -0
  230. /package/dist/collection/{interfaces/ez-form → utils/form/interfaces}/ITabConfig.js +0 -0
  231. /package/dist/collection/{components/ez-form → utils/form}/interfaces/IValidationResult.js +0 -0
  232. /package/dist/collection/{components/ez-form → utils/form}/interfaces/index.js +0 -0
  233. /package/dist/types/{components/ez-form → utils/form}/interfaces/IDefaultConfig.d.ts +0 -0
  234. /package/dist/types/{components/ez-form → utils/form}/interfaces/IFieldConfig.d.ts +0 -0
  235. /package/dist/types/{components/ez-form → utils/form}/interfaces/IInvalidField.d.ts +0 -0
  236. /package/dist/types/{components/ez-form → utils/form}/interfaces/IValidationResult.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-c27164d3.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-de655f48.js';
2
2
  import { FloatingManager, ElementIDUtils } from '@sankhyalabs/core';
3
3
  import './ApplicationUtils-79bf1d95.js';
4
4
  import { C as CSSVarsUtils } from './CSSVarsUtils-00f67f32.js';
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-c27164d3.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-de655f48.js';
2
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
3
 
4
4
  const ezAlertCss = ":host{--ez-alert-alert-container--padding-up-down:var(--space--small, 6px);--ez-alert-alert-container--padding-right-left:var(--space--medium, 12px);--ez-alert-alert-container--gap:var(--space--medium, 12px);--ez-alert-alert-container--border-radius:var(--border--radius-medium, 12px);--ez-alert-alert-container--font-color-warn:var(--color--alert-warning-900, #8C6B00);--ez-alert-alert-container--icon-warn:var(--color--alert-warning-900, #8C6B00);--ez-alert-alert-container--background-color-warn:var(--color--alert-warning-200, #FFF7D5);--ez-alert-alert-container--font-color-critical:var(--color--alert-error, #BD0025);--ez-alert-alert-container--icon-critical:var(--color--alert-error, #BD0025);--ez-alert-alert-container--background-color-critical:var(--color--alert-error-200, #F7E0E5);--ez-alert-alert-container--font-color-success:var(--color--alert-success, #157A00);--ez-alert-alert-container--icon-success:var(--color--alert-success, #157A00);--ez-alert-alert-container--background-color-success:var(--color--alert-success-200, #E7F6E0);font-size:var(--text--small, 12px);font-family:var(--font-pattern, \"Roboto\");width:100%;hyphens:auto;display:block}.alert-container{display:flex;align-items:center;gap:var(--ez-alert-alert-container--gap);padding:var(--ez-alert-alert-container--padding-up-down) var(--ez-alert-alert-container--padding-right-left);border-radius:var(--ez-alert-alert-container--border-radius)}.warn{background-color:var(--ez-alert-alert-container--background-color-warn);color:var(--ez-alert-alert-container--font-color-warn)}.critical{background-color:var(--ez-alert-alert-container--background-color-critical);color:var(--ez-alert-alert-container--font-color-critical)}.success{background-color:var(--ez-alert-alert-container--background-color-success);color:var(--ez-alert-alert-container--font-color-success)}ez-icon{--ez-icon--color:inherit}.alert-container__icon-warn{--ez-icon--color:var(--ez-alert-alert-container--icon-warn)}.alert-container__icon-critical{--ez-icon--color:var(--ez-alert-alert-container--icon-critical)}.alert-container__icon-success{--ez-icon--color:var(--ez-alert-alert-container--icon-success)}";
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-c27164d3.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-de655f48.js';
2
2
 
3
3
  const ezApplicationCss = "";
4
4
 
@@ -1,5 +1,5 @@
1
- import { h, r as registerInstance, c as createEvent, g as getElement } from './index-c27164d3.js';
2
- import { ElementIDUtils, JSUtils } from '@sankhyalabs/core';
1
+ import { h, r as registerInstance, c as createEvent, g as getElement } from './index-de655f48.js';
2
+ import { ElementIDUtils, ObjectUtils, JSUtils } from '@sankhyalabs/core';
3
3
 
4
4
  const BreadcrumbItem = (props) => {
5
5
  const { items, selectedItem, itemsHidden, showDropdown, handleShowDropdown, collapseConfigPosition, ellipsesPositionedEnd } = props;
@@ -63,7 +63,10 @@ const EzBreadcrumb = class {
63
63
  this.showDropdown = false;
64
64
  this.collapseConfigPosition = -1;
65
65
  }
66
- watchPropHandler() {
66
+ watchPropHandler(newValue, oldValue) {
67
+ if (ObjectUtils.objectToString(newValue || []) !== ObjectUtils.objectToString(oldValue || [])) {
68
+ this.loadItems();
69
+ }
67
70
  this.fillMode === "auto" && this.handleResize();
68
71
  }
69
72
  watchPropHiddenItems() {
@@ -76,7 +79,11 @@ const EzBreadcrumb = class {
76
79
  this.setEvents();
77
80
  }
78
81
  componentWillLoad() {
82
+ this.loadItems();
83
+ }
84
+ loadItems() {
79
85
  this.visibleItems = [...this.items];
86
+ this.hiddenItems = [];
80
87
  if (this.fillMode === 'regular') {
81
88
  this.configModeRegular();
82
89
  }
@@ -121,6 +128,9 @@ const EzBreadcrumb = class {
121
128
  this._renderSecond = true;
122
129
  return;
123
130
  }
131
+ if (this._element.parentElement == undefined) {
132
+ return;
133
+ }
124
134
  let { offsetWidth } = this._element.parentElement;
125
135
  let sumVisibleItems = 0;
126
136
  this.visibleItems.forEach(item => sumVisibleItems += item.width);
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, g as getElement } from './index-c27164d3.js';
1
+ import { r as registerInstance, h, g as getElement } from './index-de655f48.js';
2
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
3
 
4
4
  const ezButtonCss = ":host{--ez-button--min-width:100px;--ez-button--width:'auto';--ez-button--height:42px;--ez-button__icon--width:18px;--ez-button__inline__icon--padding:12px;--ez-button--padding-top:0px;--ez-button--padding-bottom:0px;--ez-button--padding-right:var(--space--large, 24px);--ez-button--padding-left:var(--space--large, 24px);--ez-button--color:var(--title--primary, #FFF);--ez-button--font-size:var(--text--medium, 14px);--ez-button--font-family:var(--font-pattern, Arial);--ez-button--font-weight:var(--text-weight--large);--ez-button--background-color:var(--background--medium, #c0c0c0);--ez-button--border-radius:var(--border--radius-large, 12px);--ez-button--border:none;--ez-button--justify-content:center;--ez-button--hover-color:var(--color--primary-600);--ez-button--hover--background-color:var(--background--medium, var(--ez-button--background-color));--ez-button--disabled-color:var(--text--disable);--ez-button--disabled--background-color:var(--color--disable-secondary);--ez-button--focus--border:var(--border--xlarge, 4px solid) var(--color--primary-300);--ez-button--focus--box-shadow:none;--ez-button--active-color:var(--color--primary-700);--ez-button--active--background-color:var(--background--strong);--ez-button--link-color:var(--color--primary, '#008561');--ez-button--link--hover-color:var(--color--primary-700, '#1C1D22');--ez-button--link--small--font-size:var(--text--small, 12px);--ez-button--link--medium--font-size:var(--text--medium, 14px);--ez-button--link--large--font-size:var(--text--large, 16px)}ez-icon{--ez-icon--color:inherit}button{position:relative;display:flex;align-items:center;margin:0;cursor:pointer;transition:background-color 0.2s linear;white-space:nowrap;min-width:var(--ez-button--min-width);width:var(--ez-button--width);height:var(--ez-button--height);font-family:var(--ez-button--font-family);font-size:var(--ez-button--font-size);font-weight:var(--ez-button--font-weight);padding:var(--ez-button--padding-top) var(--ez-button--padding-right) var(--ez-button--padding-bottom) var(--ez-button--padding-left);border-radius:var(--ez-button--border-radius);background-color:var(--ez-button--background-color);color:var(--ez-button--color);fill:var(--ez-button--color);border:var(--ez-button--border);justify-content:var(--ez-button--justify-content)}button:focus{outline:var(--ez-button--focus--border);box-shadow:var(--ez-button--focus--box-shadow)}button:hover{outline:none;background-color:var(--ez-button--hover--background-color);color:var(--ez-button--hover-color);fill:var(--ez-button--hover-color);--ez-icon--color:var(--ez-button--hover-color)}button:active{outline:none;box-shadow:none;background-color:var(--ez-button--active--background-color);color:var(--ez-button--active-color);fill:var(--ez-button--active-color);--ez-icon--color:var(--ez-button--active-color)}button:disabled{background-color:var(--ez-button--disabled--background-color);color:var(--ez-button--disabled-color);fill:var(--ez-button--disabled-color);border:none;--ez-icon--color:var(--ez-button--disabled-color);cursor:no-drop}.small{height:32px;--ez-button--font-size:var(--text--small, 12px)}.medium{height:42px}.large{height:46px}.btn-icon{padding:0px}.btn-icon--medium{width:42px;min-width:42px;height:42px}.btn-icon--small{width:32px;min-width:32px;height:32px}.btn-icon--large{width:46px;min-width:46px;height:46px}.label-icon{display:flex;flex-direction:column;align-items:center;color:var(--ez-button--color)}.label-icon:hover{color:var(--ez-button--hover-color);fill:var(--ez-button--hover-color);--ez-icon--color:var(--ez-button--hover-color)}.label-icon:active{color:var(--ez-button--active-color);fill:var(--ez-button--active-color);--ez-icon--color:var(--ez-button--active-color)}.label-icon label{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;font-family:var(--ez-button--font-family);font-size:var(--ez-button--font-size);font-weight:var(--ez-button--font-weight);user-select:none}button:disabled+label{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;font-family:var(--ez-button--font-family);font-size:var(--ez-button--font-size);font-weight:var(--ez-button--font-weight);color:var(--ez-button--disabled-color);cursor:no-drop}div.label-icon{cursor:pointer}div.label-icon,button:disabled{cursor:no-drop}a{font-family:var(--ez-button--font-family);font-weight:var(--ez-button--font-weight);color:var(--ez-button--link-color);cursor:pointer;display:flex;align-items:center;justify-content:center;}a:hover{color:var(--ez-button--link--hover-color)}a.small{font-size:var(--ez-button--link--small--font-size);line-height:var(--ez-button--link--small--font-size)}a.medium{font-size:var(--ez-button--link--medium--font-size);line-height:var(--ez-button--link--medium--font-size)}a.large{font-size:var(--ez-button--link--large--font-size);line-height:var(--ez-button--link--large--font-size)}";
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h } from './index-c27164d3.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h } from './index-de655f48.js';
2
2
  import { FloatingManager } from '@sankhyalabs/core';
3
3
 
4
4
  const ezCalendarCss = ":host{--ez-calendar--font-family:var(--font-pattern, Arial);--ez-calendar--color:var(--title--primary, #626e82);--ez-calendar--text-shadow:var(--text-shadow, 0 0 0 #353535, 0 0 1px transparent);--ez-calendar__body--background-color:var(--background--xlight, #FFF);--ez-calendar__time--background-color:var(--background--xlight, #FAFAFA);--ez-calendar__body--padding:var(--space--medium, 12px) var(--space--small, 6px);--ez-calendar__body--border-radius:var(--border--radius-medium, 12px);--ez-calendar__body--shadow:var(--shadow, 0px 0px 16px 0px #000);--ez-container--z-index:var(--more-visible, 2);--ez-calendar__header-line--stroke:1px;--ez-calendar__header-line--color:var(--color--strokes, #C0C0C0);--ez-calendar__nav-btn--fill:var(--text--primary, #008561);--ez-calendar__nav-btn--hover--fill:var(--color--primary, #350404);--ez-calendar__nav-btn--width:10px;--ez-calendar__nav-btn--height:16px;--ez-calendar__nav-btn--previous-image:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"10px\"><path d=\"M 9.7808475,13.860393 3.9204526,8.0000004 9.7808475,2.0624965 7.9301965,0.28895552 0.21915255,8.0000004 7.9301965,15.711044 Z\"/></svg>');--ez-calendar__nav-btn--next-image:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"10px\"><path d=\"M 0.21915251,13.860393 6.0795475,8.0000007 0.21915251,2.0624968 2.0698036,0.28895588 9.7808475,8.0000007 2.0698036,15.711044 Z\"/></svg>');--ez-calendar__cell--margin:0px 1.5px;--ez-calendar__cell--width:var(--space--large, 24px);--ez-calendar__cell--padding:1.5px 0px;--ez-calendar__cell--border-radius:var(--border--radius-small, 6px);--ez-calendar__cell--over--background-color:var(--color--primary, #E2F4EF);--ez-calendar__cell--over--color:var(--color--primary-300, #008561);--ez-calendar__cell--outset--color:var(--color--disable-primary, #E5EAF0);--ez-calendar__cell--selected--background-color:var(--color--primary, #008561);--ez-calendar__cell--selected--color:var(--color--inverted, #FFF);--ez-calendar__btn-today--color:var(--color--primary);--ez-calendar__btn-today--hover--background-color:var(--color--primary-300, #E2F4EF);--ez-calendar__btn-today--border-radius:var(--border--radius-small, 6px);position:relative;display:flex;user-select:none}.calendar__container{display:flex;z-index:var(--more-visible, 2)}.calendar{display:flex;flex-direction:column;z-index:var(--more-visible, 2);background-color:var(--ez-calendar__body--background-color);padding:var(--ez-calendar__body--padding);border-radius:var(--ez-calendar__body--border-radius);box-shadow:var(--ez-calendar__body--shadow)}.calendar__header{display:flex;justify-content:space-between;padding-bottom:var(--space--small, 6px);margin:0px var(--space--, 12px) var(--space--small, 6px) var(--space--, 12px);font-family:var(--ez-calendar--font-family);color:var(--ez-calendar--color);text-shadow:var(--ez-calendar--text-shadow);border-bottom:solid var(--ez-calendar__header-line--stroke) var(--ez-calendar__header-line--color)}.calendar__btn-next,.calendar__btn-previous{outline:none;border:none;background-color:unset;cursor:pointer;padding:0px}.calendar__btn-next::after,.calendar__btn-previous::after{content:'';display:flex;background-color:var(--ez-calendar__nav-btn--fill);width:var(--ez-calendar__nav-btn--width);height:var(--ez-calendar__nav-btn--height)}.calendar__btn-previous::after{-webkit-mask-image:var(--ez-calendar__nav-btn--previous-image);mask-image:var(--ez-calendar__nav-btn--previous-image)}.calendar__btn-next::after{-webkit-mask-image:var(--ez-calendar__nav-btn--next-image);mask-image:var(--ez-calendar__nav-btn--next-image)}.calendar__btn-next:hover::after,.calendar__btn-previous:hover::after{background-color:var(--ez-calendar__nav-btn--hover--fill)}.calendar__lbl-month{font-weight:var(--text-weight--extra-large, 700);font-size:var(--title--small, 14px);font-family:var(--ez-calendar--font-family);color:var(--ez-calendar--color);text-shadow:var(--ez-calendar--text-shadow)}.calendar__line{display:flex;padding:0px;margin:0px}.calendar__cell{display:flex;justify-content:center;align-content:center;cursor:pointer;font-size:var(--text--extra-small, 10px);font-family:var(--ez-calendar--font-family);color:var(--ez-calendar--color);text-shadow:var(--ez-calendar--text-shadow);padding:var(--ez-calendar__cell--padding);margin:var(--ez-calendar__cell--margin);min-width:var(--ez-calendar__cell--width);border-radius:var(--ez-calendar__cell--border-radius)}.calendar__cell:hover{background-color:var(--ez-calendar__cell--over--background-color);color:var(--ez-calendar__cell--over--color)}.calendar__cell--secondary{color:var(--ez-calendar__cell--outset--color)}.calendar__cell--unselectable:hover{background-color:unset;border-radius:unset;cursor:unset;color:var(--ez-calendar--color)}.calendar__cell--unselectable{font-weight:var(--text-weight--large, 600);font-family:var(--ez-calendar--font-family);color:var(--ez-calendar--color);text-shadow:var(--ez-calendar--text-shadow)}.calendar__cell--selected,.calendar__cell--selected:hover{background-color:var(--ez-calendar__cell--selected--background-color);color:var(--ez-calendar__cell--selected--color)}.calendar__footer{display:flex;flex-direction:column}.calendar__btn-today{border:none;background-color:unset;cursor:pointer;padding:0px;font-weight:var(--text-weight--large, 600);font-size:var(--title--extra-small, 12px);font-family:var(--ez-calendar--font-family);text-shadow:var(--ez-calendar--text-shadow);color:var(--ez-calendar__btn-today--color);border-radius:var(--ez-calendar__btn-today--border-radius)}.calendar__btn-today:hover{background-color:var(--ez-calendar__btn-today--hover--background-color)}section{display:flex}.calendar-time{margin-left:-10px;display:flex;flex-direction:column;padding:12px 0px 0px 10px;background-color:var(--ez-calendar__time--background-color);border-top-right-radius:var(--ez-calendar__body--border-radius);border-bottom-right-radius:var(--ez-calendar__body--border-radius);box-shadow:var(--ez-calendar__body--shadow)}.calendar__column{height:136px;padding:0px;margin:0px;overflow:auto;scrollbar-width:none}.calendar__column::-webkit-scrollbar{width:0px;max-width:0px;min-width:0px}.calendar-time__header{display:flex;justify-content:space-between;padding-left:var(--space--small, 6px);padding-right:var(--space--small, 6px);padding-bottom:var(--space--small, 6px);margin:0px var(--space--, 12px) var(--space--small, 6px) var(--space--, 12px);font-weight:var(--text-weight--extra-large, 700);font-size:var(--title--small, 14px);text-shadow:var(--ez-calendar--text-shadow);border-bottom:solid var(--ez-calendar__header-line--stroke) var(--ez-calendar__header-line--color);font-family:var(--ez-calendar--font-family);color:var(--ez-calendar--color);text-shadow:var(--ez-calendar--text-shadow)}.separatorTime{color:#A2ABB9;padding:0px 1px;line-height:16px;font-size:17px;font-weight:normal}.endHidden{-webkit-mask-image:linear-gradient(180deg, #000 calc(100% - 48px), transparent 100%)}.calendar__column .calendar__cell{margin:0px;padding:1.5px 1.5px}";
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-c27164d3.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-de655f48.js';
2
2
  import { StringUtils, ElementIDUtils } from '@sankhyalabs/core';
3
3
 
4
4
  const ezCardItemCss = ":host{--ez-card-item--font-size:var(--text--medium, 14px);--ez-card-item--font-family:var(--font-pattern, Arial);--ez-card-item--font-weight:var(--text-weight--medium, 400);--ez-card-item--font-weight-large:var(--text-weight--large, 600);--ez-card-item--color:var(--title--primary, #2B3A54);--ez-card-item__key--color:var(--text--primary, #626e82);--ez-card-item__detail-label--color:var(--text--secondary, #A2ABB9);--ez-card-item__detail--padding-bottom:var(--space--extra-small, 3px);--ez-card-item__title--padding-bottom:var(--space--extra-small, 3px);--ez-card-item__highlight--color:var(--color--primary-300, #E2F4EF);width:100%;display:flex;cursor:pointer}.card-item{display:flex;flex-direction:column;width:100%;cursor:pointer;padding:12px;z-index:0;position:relative}.card-item:hover{background:#F0F3F7;border-radius:12px}.card-item__title{display:flex;align-items:center;line-height:18px;cursor:pointer;font-size:var(--ez-card-item--font-size);font-family:var(--ez-card-item--font-family);font-weight:var(--ez-card-item--font-weight-large);color:var(--ez-card-item--color);padding-bottom:var(--ez-card-item__title--padding-bottom);gap:var(--space--small, 6px)}.card-item__key{color:var(--ez-card-item__key--color)}.card-item__details{display:flex;cursor:pointer;justify-content:space-between;gap:var(--space--small, 6px)}.card-item__details-left{cursor:pointer;width:50%}.card-item__details-right{width:50%;cursor:pointer}.card-item__detail:not(:last-child){cursor:pointer;padding-bottom:var(--ez-card-item__detail--padding-bottom)}.card-item__detail-label{cursor:pointer;font-size:var(--ez-card-item--font-size);font-family:var(--ez-card-item--font-family);font-weight:var(--ez-card-item--font-weight);color:var(--ez-card-item__detail-label--color)}.card-item__detail-value{cursor:pointer;font-size:var(--ez-card-item--font-size);font-family:var(--ez-card-item--font-family);font-weight:var(--ez-card-item--font-weight);color:var(--ez-card-item--color)}.card-item__highlight{position:relative;border-radius:8px;z-index:-1;background-color:var(--ez-card-item__highlight--color);outline:2px solid var(--ez-card-item__highlight--color);box-shadow:-4px 0px 0px 0px var(--ez-card-item__highlight--color), \n 4px 0px 0px 0px var(--ez-card-item__highlight--color)}";
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-c27164d3.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-de655f48.js';
2
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
3
  import { C as CheckMode } from './CheckMode-bdb2ec19.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, g as getElement } from './index-c27164d3.js';
1
+ import { r as registerInstance, c as createEvent, h, g as getElement } from './index-de655f48.js';
2
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
3
 
4
4
  const ezChipCss = ":host{--ez-label-chip--height:30px;--ez-label-chip__label--font-size:var(--text--medium, 14px);--ez-label-chip__label--font-family:var(--font-pattern, Arial);--ez-label-chip__label--font-weight:var(--text-weight--medium, 400);--ez-label-chip__label--space--medium:var(--space--medium, 12px);--ez-label-chip__label--title--primary:var(--title--primary, #2B3A54);--ez-label-chip__label--text--primary:var(--text--primary, #626e82);--ez-label-chip__label__container--border-radius:var(--border--radius-large, 24px);--ez-label-chip__label__container--border:1px solid;--ez-label-chip__label__container--border-color-strokes:var(--color--strokes, #DCE0E8);--ez-label-chip__label__container--color-primary:var(--color--primary, #008561);--ez-label-chip__label__container-color--disable-secondary:var(--color--disable-secondary, #F2F5F8);--ez-label-chip__label__container--background-color:var(--color--primary-300);--ez-label-chip__label__container--border-color:#0085610F;--ez-label-chip__label__container--default--border-color--active:var(--color--primary, #007a5a);--ez-label-chip__label__container--default--background-color--hover:var(--color--primary-300, #f2faf8);--ez-label-chip__label__container--default--color--hover:var(--color--primary, #f2faf8);--ez-label-chip__label__container--text--disabled:var(--text--disable, #AFB6C0);--ez-label-chip__label__container--default--border-color--active:var(--color--primary)}.lbl{display:flex;white-space:nowrap;align-items:center;cursor:pointer;user-select:none;color:var(--ez-label-chip__label--title--primary);height:var(--ez-label-chip--height);font-family:var(--ez-label-chip__label--font-family);font-size:var(--ez-label-chip__label--font-size);font-weight:var(--ez-label-chip__label--font-weight)}.lbl--active{color:var(--ez-label-chip__label__container--default--color--hover)}.lbl--disabled{color:var(--ez-label-chip__label__container--text--disabled)}.label__container{cursor:pointer;width:max-content;display:flex;flex-wrap:wrap;align-items:center;background-color:#FFFFFF;color:var(--ez-label-chip__label--text--primary);fill:var(--ez-label-chip__label--text--primary);--ez-icon--color:var(--ez-label-chip__label--text--primary);border:var(--ez-label-chip__label__container--border);border-radius:var(--ez-label-chip__label__container--border-radius);border-color:var(--ez-label-chip__label__container--border-color-strokes);padding-right:var(--ez-label-chip__label--space--medium);padding-left:var(--ez-label-chip__label--space--medium);outline-color:var(--ez-label-chip__label__container--default--border-color--active)}.label__content{display:flex;align-items:center;flex-wrap:wrap;--ez-icon--color:var(--ez-label-chip__label--text--primary)}.label__container--disabled{cursor:default;border-color:var(--ez-label-chip__label__container-color--disable-secondary);background-color:var(--ez-label-chip__label__container-color--disable-secondary);fill:var(--ez-label-chip__label__container--text--disabled);color:var(--ez-label-chip__label__container--text--disabled);--ez-icon--color:var(--ez-label-chip__label__container--text--disabled)}.label__container--active{border-color:var(--ez-label-chip__label__container--default--background-color--hover);background-color:var(--ez-label-chip__label__container--default--background-color--hover);color:var(--ez-label-chip__label__container--default--color--hover);fill:var(--ez-label-chip__label__container--default--color--hover);--ez-icon--color:var(--ez-label-chip__label__container--default--color--hover)}.label__container:hover{border-color:var(--ez-label-chip__label__container--default--border-color--active)}.label__container:focus{outline:var(--border--medium) var(--ez-label-chip__label__container--default--border-color--active)}.label__container--disabled:hover{cursor:default;border:var(--ez-label-chip__label__container--border);border-color:var(--ez-label-chip__label__container-color--disable-secondary);background-color:var(--ez-label-chip__label__container-color--disable-secondary);fill:var(--ez-label-chip__label__container--text--disabled);color:var(--ez-label-chip__label__container--text--disabled);--ez-icon--color:var(--ez-label-chip__label__container--text--disabled)}.label__content__icon{display:flex;cursor:pointer;color:var(--ez-label-chip__label--text--primary);fill:var(--ez-label-chip__label--text--primary);--ez-icon--color:var(--ez-label-chip__label--text--primary)}.label__container--row-reverse{flex-direction:row-reverse}.label__container .btn-close{padding:0px 0px 0px 8px}.label__container--row-reverse .btn-close{padding:0px 8px 0px 0px}.cursor-disable{cursor:default}ez-icon{--ez-icon--color:inherit}";
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, g as getElement } from './index-c27164d3.js';
1
+ import { r as registerInstance, c as createEvent, h, g as getElement } from './index-de655f48.js';
2
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
3
  import { A as ApplicationUtils } from './ApplicationUtils-79bf1d95.js';
4
4
  import './DialogType-54a62731.js';
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-c27164d3.js';
2
- import { ObjectUtils, FloatingManager, ElementIDUtils } from '@sankhyalabs/core';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-de655f48.js';
2
+ import { ObjectUtils, FloatingManager, StringUtils, ElementIDUtils } from '@sankhyalabs/core';
3
3
  import { A as ApplicationUtils } from './ApplicationUtils-79bf1d95.js';
4
4
  import { C as CSSVarsUtils } from './CSSVarsUtils-00f67f32.js';
5
5
  import './DialogType-54a62731.js';
@@ -49,6 +49,10 @@ const EzComboBox = class {
49
49
  }
50
50
  observeValue(newValue, oldValue) {
51
51
  if (this._textInput && newValue != oldValue) {
52
+ if (this.searchMode && typeof newValue === "string") {
53
+ this.setInputValue();
54
+ return;
55
+ }
52
56
  const newValueSelected = this.getSelectedOption(newValue);
53
57
  const oldValueSelected = this.getSelectedOption(oldValue);
54
58
  const currentValue = this.getSelectedOption(this.value);
@@ -255,7 +259,7 @@ const EzComboBox = class {
255
259
  var _a, _b;
256
260
  const currentValue = this.getSelectedOption(this.value);
257
261
  if ((((_a = currentValue === null || currentValue === void 0 ? void 0 : currentValue.value) === null || _a === void 0 ? void 0 : _a.toString()) !== ((_b = newOption === null || newOption === void 0 ? void 0 : newOption.value) === null || _b === void 0 ? void 0 : _b.toString()))
258
- || (currentValue == undefined && "value" in newOption)) {
262
+ || (currentValue == undefined && newOption != undefined && "value" in newOption)) {
259
263
  const adjustedOpt = !(newOption === null || newOption === void 0 ? void 0 : newOption.value) ? undefined : newOption;
260
264
  this.value = adjustedOpt;
261
265
  }
@@ -323,11 +327,17 @@ const EzComboBox = class {
323
327
  }
324
328
  }
325
329
  validateDescriptionValue() {
326
- if (!this.searchMode || typeof this.value !== "object") {
330
+ if (!this.searchMode || StringUtils.isEmpty(this.value)) {
327
331
  return;
328
332
  }
329
- const { label, value } = this.value || {};
330
- if (label || value == undefined) {
333
+ let value = this.value;
334
+ if (typeof value === "object") {
335
+ if (!StringUtils.isEmpty(value.label)) {
336
+ return;
337
+ }
338
+ value = value.value;
339
+ }
340
+ if (StringUtils.isEmpty(value)) {
331
341
  return;
332
342
  }
333
343
  this.loadDescriptionValue(value);
@@ -427,16 +437,12 @@ const EzComboBox = class {
427
437
  (_a = this._optionsList) === null || _a === void 0 ? void 0 : _a.querySelectorAll(".item").forEach((elem) => {
428
438
  ElementIDUtils.addIDInfoIfNotExists(elem, "itemComboBox");
429
439
  });
440
+ this.validateDescriptionValue();
430
441
  }
431
442
  componentDidLoad() {
432
443
  CSSVarsUtils.applyVarsTextInput(this.el, this._textInput);
433
444
  this.setInputValue(false);
434
445
  }
435
- componentShouldUpdate(newValue, oldValue) {
436
- if (this.isDifferentValues(newValue, oldValue)) {
437
- this.validateDescriptionValue();
438
- }
439
- }
440
446
  //---------------------------------------------
441
447
  // Event handlers
442
448
  //---------------------------------------------
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-c27164d3.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-de655f48.js';
2
2
  import { DateUtils, ElementIDUtils } from '@sankhyalabs/core';
3
3
  import { C as CSSVarsUtils } from './CSSVarsUtils-00f67f32.js';
4
4
 
@@ -111,7 +111,7 @@ const EzDateInput = class {
111
111
  }
112
112
  }
113
113
  getTextValue(d) {
114
- return d ? new Intl.DateTimeFormat("pt-BR").format(d) : undefined;
114
+ return d ? DateUtils.formatDate(d) : undefined;
115
115
  }
116
116
  handleInput(event) {
117
117
  const strValue = this._textInput.value;
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-c27164d3.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-de655f48.js';
2
2
  import { DateUtils, TimeFormatter, ElementIDUtils } from '@sankhyalabs/core';
3
3
  import { C as CSSVarsUtils } from './CSSVarsUtils-00f67f32.js';
4
4
 
@@ -160,18 +160,10 @@ const EzDateTimeInput = class {
160
160
  }
161
161
  }
162
162
  getTextValue(date) {
163
- const options = {
164
- year: 'numeric', month: 'numeric', day: 'numeric',
165
- hour: 'numeric', minute: 'numeric'
166
- };
167
- const optionsSecond = {
168
- year: 'numeric', month: 'numeric', day: 'numeric',
169
- hour: 'numeric', minute: 'numeric', second: 'numeric'
170
- };
171
- if (!date)
163
+ if (!date) {
172
164
  return;
173
- let formattedDate = new Intl.DateTimeFormat('pt-BR', this.showSeconds ? optionsSecond : options).format(date);
174
- return formattedDate.replace(",", "");
165
+ }
166
+ return DateUtils.formatDateTime(date, this.showSeconds);
175
167
  }
176
168
  handleInput(event) {
177
169
  const newValue = this.getParsedDateTime();
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, f as forceUpdate, h, g as getElement } from './index-c27164d3.js';
1
+ import { r as registerInstance, c as createEvent, f as forceUpdate, h, g as getElement } from './index-de655f48.js';
2
2
  import { D as DialogType } from './DialogType-54a62731.js';
3
3
  import { ElementIDUtils } from '@sankhyalabs/core';
4
4
 
@@ -1,4 +1,4 @@
1
- import { h, r as registerInstance, c as createEvent, H as Host, g as getElement } from './index-c27164d3.js';
1
+ import { h, r as registerInstance, c as createEvent, H as Host, g as getElement } from './index-de655f48.js';
2
2
  import { ElementIDUtils, ObjectUtils } from '@sankhyalabs/core';
3
3
 
4
4
  const DropdownItem = ({ item, hasIcon, hasChildren, isLockedLevels, onSubActionClick }) => {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, g as getElement } from './index-c27164d3.js';
1
+ import { r as registerInstance, c as createEvent, h, g as getElement } from './index-de655f48.js';
2
2
  import { StringUtils, ElementIDUtils } from '@sankhyalabs/core';
3
3
 
4
4
  const ezFileItemCss = ":host{display:flex;width:100%;--ez-file-item--height:42px;--ez-file-item--padding:9px;--ez-file-item--border-radius:var(--border--radius-medium, 12px);--ez-file-item--border-color:var(--color--strokes, #DCE0E8);--ez-file-item--border-style:var(--border--small, 1px solid);--ez-file-item--font-family:var(--font-pattern, Arial);--ez-file-item--font-size:var(--text--medium, 14px);--ez-file-item--font-weight:var(--text-weight--medium, 400);--ez-file-item--color:var(--title--primary, #2B3A54);--ez-file-item__file-size--font-weight:var(--text-weight--large, 600);--ez-file-item__file-size--color:var(--color--primary, #008561);--ez-file-item__background-progress--color:var(--color--primary-300, E2F4EF);--ez-file-item--icon-color:var(--title--primary, #2B3A54)}.box{display:flex;box-sizing:border-box;position:relative;align-items:center;justify-content:space-between;width:100%;padding:var(--ez-file-item--padding);border:var(--ez-file-item--border-color) var(--ez-file-item--border-style);border-radius:var(--ez-file-item--border-radius);height:var(--ez-file-item--height)}.box::before{content:\"\";position:absolute;top:0;left:0;width:100%;height:100%;clip-path:inset(2px calc(var(--ez-file-item--upload-progress, 0%) + 2px) 2px 2px round calc(var(--ez-file-item--border-radius) - 4px));background-color:var(--ez-file-item__background-progress--color)}.content{display:flex;align-items:center;z-index:0;overflow:hidden}.file-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:var(--ez-file-item--font-family);font-size:var(--ez-file-item--font-size);font-weight:var(--ez-file-item--font-weight);color:var(--ez-file-item--color)}.file-type-icon{flex-shrink:0;--ez-icon--color:var(--ez-file-item--icon-color);padding-right:var(--ez-file-item--padding)}.file-size{padding-left:2px;overflow:hidden;flex-shrink:0;white-space:nowrap;font-family:var(--ez-file-item--font-family);font-size:var(--ez-file-item--font-size);font-weight:var(--ez-file-item__file-size--font-weight);color:var(--ez-file-item__file-size--color)}.btn-remove{cursor:pointer;flex-shrink:0;--ez-icon--color:var(--ez-file-item--icon-color)}";
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, g as getElement, H as Host, f as forceUpdate } from './index-c27164d3.js';
1
+ import { r as registerInstance, c as createEvent, h, g as getElement, H as Host, f as forceUpdate } from './index-de655f48.js';
2
2
  import { ElementIDUtils, JSUtils, StringUtils, ObjectUtils } from '@sankhyalabs/core';
3
3
  import { C as CSSVarsUtils } from './CSSVarsUtils-00f67f32.js';
4
4
  import { E as EzScrollDirection } from './EzScrollDirection-2df26c93.js';
@@ -305,7 +305,7 @@ class ScrollCtrl {
305
305
  }
306
306
  EzScroller.style = ezScrollerCss;
307
307
 
308
- const ezSidebarButtonCss = ":host{--ez-sidebar-button--width:6px;--ez-sidebar-button--hover--width:12px;--ez-sidebar-button--height:96px;--ez-sidebar-button--background-color--xlight:var(--background--xlight, #fff);--ez-sidebar-button--background-color--primary:var(--color--primary);--ez-sidebar-button--space--small:var(--space--small, 6px);--ez-sidebar-button--space--medium:var(--space--medium, 12px);--ez-sidebar-button--box-shadow:var(--shadow--small, 0px 0px 16px rgba(0, 38, 111, 0.07));--ez-sidebar-button--hover--box-shadow:var(--shadow--hard, 0px 0px 16px rgba(43, 58, 84, 0.24));--ez-sidebar-button--border--radius-small:var(--border--radius-small);--ez-sidebar-button--border--radius-medium:var(--border--radius-medium)}button{display:flex;background:var(--ez-sidebar-button--background-color--xlight);border:0;border-radius:0 var(--ez-sidebar-button--border--radius-medium) var(--ez-sidebar-button--border--radius-medium) 0;box-shadow:var(--ez-sidebar-button--box-shadow);padding:0;cursor:pointer}span{width:var(--ez-sidebar-button--width);height:var(--ez-sidebar-button--height);margin:var(--ez-sidebar-button--space--medium) var(--ez-sidebar-button--space--small) var(--ez-sidebar-button--space--medium) 0;background:var(--ez-sidebar-button--background-color--primary);border-radius:0 var(--ez-sidebar-button--border--radius-small) var(--ez-sidebar-button--border--radius-small) 0}button:hover{box-shadow:var(--ez-sidebar-button--hover--box-shadow)}button:hover span{width:var(--ez-sidebar-button--hover--width);margin:var(--ez-sidebar-button--space--medium) var(--ez-sidebar-button--space--medium) var(--ez-sidebar-button--space--medium) 0}";
308
+ const ezSidebarButtonCss = ":host{position:relative;--ez-sidebar-button--width:6px;--ez-sidebar-button--hover--width:12px;--ez-sidebar-button--height:96px;--ez-sidebar-button--background-color--xlight:var(--background--xlight, #fff);--ez-sidebar-button--background-color--primary:var(--color--primary);--ez-sidebar-button--space--small:var(--space--small, 6px);--ez-sidebar-button--space--medium:var(--space--medium, 12px);--ez-sidebar-button--box-shadow:var(--shadow--small, 0px 0px 16px rgba(0, 38, 111, 0.07));--ez-sidebar-button--hover--box-shadow:var(--shadow--hard, 0px 0px 16px rgba(43, 58, 84, 0.24));--ez-sidebar-button--border--radius-small:var(--border--radius-small);--ez-sidebar-button--border--radius-medium:var(--border--radius-medium)}button{position:absolute;display:flex;background:var(--ez-sidebar-button--background-color--xlight);border:0;border-radius:0 var(--ez-sidebar-button--border--radius-medium) var(--ez-sidebar-button--border--radius-medium) 0;box-shadow:var(--ez-sidebar-button--box-shadow);padding:0;cursor:pointer}span{width:var(--ez-sidebar-button--width);height:var(--ez-sidebar-button--height);margin:var(--ez-sidebar-button--space--medium) var(--ez-sidebar-button--space--small) var(--ez-sidebar-button--space--medium) 0;background:var(--ez-sidebar-button--background-color--primary);border-radius:0 var(--ez-sidebar-button--border--radius-small) var(--ez-sidebar-button--border--radius-small) 0}button:hover{box-shadow:var(--ez-sidebar-button--hover--box-shadow)}button:hover span{width:var(--ez-sidebar-button--hover--width);margin:var(--ez-sidebar-button--space--medium) var(--ez-sidebar-button--space--medium) var(--ez-sidebar-button--space--medium) 0}";
309
309
 
310
310
  const EzSidebarButton = class {
311
311
  constructor(hostRef) {
@@ -451,7 +451,13 @@ class Node {
451
451
  return this._isLazyLoad && !this._childrenLoaded;
452
452
  }
453
453
  isExpandable() {
454
- return this._isLazyLoad || this.children.size > 0 || Array.isArray(this.item.children);
454
+ if (this._isLazyLoad) {
455
+ return true;
456
+ }
457
+ if (this.children.size > 0) {
458
+ return true;
459
+ }
460
+ return false;
455
461
  }
456
462
  getChildren() {
457
463
  if (this.isPlaceHolder) {
@@ -521,6 +527,12 @@ class Tree extends Node {
521
527
  return;
522
528
  }
523
529
  Object.keys(item).forEach(attrib => node.item[attrib] = item[attrib]);
530
+ if (item.children == undefined) {
531
+ node.children.clear();
532
+ }
533
+ else if (Array.isArray(item.children)) {
534
+ node.updateChildren(item.children);
535
+ }
524
536
  this._changeCallback();
525
537
  }
526
538
  async open(path) {
@@ -671,6 +683,55 @@ const EzTree = class {
671
683
  async applyFilter(pattern) {
672
684
  this._tree.setFilterPattern(pattern);
673
685
  }
686
+ /**
687
+ * Atualiza um item
688
+ */
689
+ async updateItem(item) {
690
+ this._tree.updateItem(item);
691
+ }
692
+ /**
693
+ * Obtem um item pelo id
694
+ */
695
+ async getItem(id) {
696
+ return new Promise(resolve => {
697
+ const node = this._tree.getNode(id);
698
+ resolve(node === null || node === void 0 ? void 0 : node.item);
699
+ });
700
+ }
701
+ /**
702
+ * Obtem um array do caminho de itens da seleção atual.
703
+ * @returns Retorna um array do caminho de itens da seleção atual.
704
+ */
705
+ async getCurrentPath() {
706
+ var _a, _b, _c;
707
+ const node = (_a = this._tree) === null || _a === void 0 ? void 0 : _a.getNode(this.selectedId);
708
+ if (node == undefined) {
709
+ return;
710
+ }
711
+ const currentPath = [];
712
+ let parentNode;
713
+ let parentItem = (_b = node.parent) === null || _b === void 0 ? void 0 : _b.item;
714
+ currentPath.push(this.getItemPathAttrs(node.item));
715
+ while (parentItem != undefined) {
716
+ currentPath.unshift(this.getItemPathAttrs(parentItem));
717
+ parentNode = this._tree.getNode(parentItem.id);
718
+ parentItem = (_c = parentNode === null || parentNode === void 0 ? void 0 : parentNode.parent) === null || _c === void 0 ? void 0 : _c.item;
719
+ }
720
+ return currentPath;
721
+ }
722
+ /**
723
+ * Obtem o item pai a partir de um id
724
+ */
725
+ async getParent(id) {
726
+ return new Promise(resolve => {
727
+ var _a;
728
+ const node = this._tree.getNode(id);
729
+ if (node) {
730
+ resolve((_a = node.parent) === null || _a === void 0 ? void 0 : _a.item);
731
+ }
732
+ resolve(undefined);
733
+ });
734
+ }
674
735
  observeItems(newValue, oldValue) {
675
736
  if (ObjectUtils.objectToString(newValue) !== ObjectUtils.objectToString(oldValue)) {
676
737
  this._tree.load(this.items || []);
@@ -713,6 +774,9 @@ const EzTree = class {
713
774
  event.preventDefault();
714
775
  }
715
776
  }
777
+ getItemPathAttrs({ id, label }) {
778
+ return { id, label };
779
+ }
716
780
  openClose(item) {
717
781
  if (item == undefined) {
718
782
  return;
@@ -796,9 +860,6 @@ const EzTree = class {
796
860
  if (node) {
797
861
  this.value = node.item;
798
862
  }
799
- else {
800
- this.selectedId = undefined;
801
- }
802
863
  }
803
864
  render() {
804
865
  ElementIDUtils.addIDInfoIfNotExists(this._element, 'ezTree');
@@ -1,20 +1,20 @@
1
- import { h, r as registerInstance, H as Host, g as getElement } from './index-c27164d3.js';
1
+ import { h, r as registerInstance, c as createEvent, H as Host, g as getElement } from './index-de655f48.js';
2
2
  import { UserInterface, ElementIDUtils } from '@sankhyalabs/core';
3
3
  import { R as REQUIRED_INFO } from './constants-ca136201.js';
4
4
  import { C as CheckMode } from './CheckMode-bdb2ec19.js';
5
5
 
6
6
  const buildSwitch = (field) => {
7
- return buildField(field.name, field.label, field.readOnly, true);
7
+ return buildField(field.name, field.label, field.readOnly, field.contextName, true);
8
8
  };
9
9
  const buildCheckBox = (field) => {
10
- return buildField(field.name, field.label, field.readOnly, false);
10
+ return buildField(field.name, field.label, field.readOnly, field.contextName, false);
11
11
  };
12
- function buildField(fieldName, fieldLabel, readOnly, switchMode = false) {
12
+ function buildField(fieldName, fieldLabel, readOnly, contextName, switchMode) {
13
13
  return (h("div", { class: "ez-col ez-col--sd-12 ez-col--tb-3 ez-align--middle ez-padding-horizontal--small ez-padding-bottom--large" },
14
- h("ez-check", { enabled: !readOnly, label: fieldLabel, mode: switchMode ? CheckMode.SWITCH : CheckMode.REGULAR, "data-field-name": fieldName, key: fieldName })));
14
+ h("ez-check", { enabled: !readOnly, label: fieldLabel, mode: switchMode ? CheckMode.SWITCH : CheckMode.REGULAR, "data-field-name": fieldName, "data-context-name": contextName, key: fieldName })));
15
15
  }
16
16
 
17
- const buildComboBox = ({ name, label, readOnly, required, props }) => {
17
+ const buildComboBox = ({ name, label, readOnly, required, props, contextName }) => {
18
18
  const prop = props === null || props === void 0 ? void 0 : props.options;
19
19
  let options;
20
20
  if (typeof prop === "string") {
@@ -25,7 +25,7 @@ const buildComboBox = ({ name, label, readOnly, required, props }) => {
25
25
  options = prop;
26
26
  }
27
27
  return (h("div", { class: "ez-col ez-col--sd-12 ez-col--tb-3 ez-padding-horizontal--small" },
28
- h("ez-combo-box", { enabled: !readOnly, suppressEmptyOption: required, label: label, "data-field-name": name, key: name, options: options })));
28
+ h("ez-combo-box", { enabled: !readOnly, suppressEmptyOption: required, label: label, "data-field-name": name, "data-context-name": contextName, key: name, options: options })));
29
29
  };
30
30
 
31
31
  const buildDate = ({ name, label, readOnly }) => {
@@ -36,42 +36,42 @@ const buildTime = ({ name, label, readOnly }) => {
36
36
  return (h("div", { class: "ez-col ez-col--sd-12 ez-col--tb-3 ez-padding-horizontal--small" },
37
37
  h("ez-time-input", { enabled: !readOnly, label: label, "data-field-name": name, key: name })));
38
38
  };
39
- const buildDateTime = ({ name, label, readOnly }) => {
39
+ const buildDateTime = ({ name, label, readOnly, contextName }) => {
40
40
  return (h("div", { class: "ez-col ez-col--sd-12 ez-col--tb-3 ez-padding-horizontal--small" },
41
- h("ez-date-time-input", { enabled: !readOnly, label: label, "data-field-name": name, key: name })));
41
+ h("ez-date-time-input", { enabled: !readOnly, label: label, "data-field-name": name, "data-context-name": contextName, key: name })));
42
42
  };
43
43
 
44
- const buildFile = ({ name, label, readOnly }) => {
44
+ const buildFile = ({ name, label, readOnly, contextName }) => {
45
45
  return (h("div", { class: "ez-col ez-col--sd-12 ez-padding-horizontal--small" },
46
- h("ez-upload", { enabled: !readOnly, label: label, "data-field-name": name, key: name })));
46
+ h("ez-upload", { enabled: !readOnly, label: label, "data-field-name": name, "data-context-name": contextName, key: name })));
47
47
  };
48
48
 
49
- const buildDecimal = ({ name, label, readOnly, props }) => {
49
+ const buildDecimal = ({ name, label, readOnly, props, contextName }) => {
50
50
  const precision = Number((props === null || props === void 0 ? void 0 : props.precision) || 2);
51
51
  const prettyPrecision = Number((props === null || props === void 0 ? void 0 : props.prettyPrecision) || precision);
52
- return buildNumeric(name, label, readOnly, precision, prettyPrecision);
52
+ return buildNumeric(name, label, readOnly, precision, prettyPrecision, contextName);
53
53
  };
54
- const buildInteger = ({ name, label, readOnly }) => {
55
- return buildNumeric(name, label, readOnly, 0, 0);
54
+ const buildInteger = ({ name, label, readOnly, contextName }) => {
55
+ return buildNumeric(name, label, readOnly, 0, 0, contextName);
56
56
  };
57
- function buildNumeric(fieldName, fieldLabel, readOnly, precision, prettyPrecision) {
57
+ function buildNumeric(fieldName, fieldLabel, readOnly, precision, prettyPrecision, contextName) {
58
58
  return (h("div", { class: "ez-col ez-col--sd-12 ez-col--tb-3 ez-padding-horizontal--small" },
59
- h("ez-number-input", { enabled: !readOnly, label: fieldLabel, precision: precision, prettyPrecision: prettyPrecision, "data-field-name": fieldName, key: fieldName })));
59
+ h("ez-number-input", { enabled: !readOnly, label: fieldLabel, precision: precision, prettyPrecision: prettyPrecision, "data-field-name": fieldName, "data-context-name": contextName, key: fieldName })));
60
60
  }
61
61
 
62
- const buildSearch = ({ name, label, readOnly, required }) => {
62
+ const buildSearch = ({ name, label, readOnly, required, contextName }) => {
63
63
  return (h("div", { class: "ez-col ez-col--sd-12 ez-col--tb-3 ez-padding-horizontal--small" },
64
- h("ez-search", { enabled: !readOnly, suppressEmptyOption: required, label: label, "data-field-name": name, key: name })));
64
+ h("ez-search", { enabled: !readOnly, suppressEmptyOption: required, label: label, "data-field-name": name, "data-context-name": contextName, key: name })));
65
65
  };
66
66
 
67
- const buildTextArea = ({ name, label, readOnly }) => {
67
+ const buildTextArea = ({ name, label, readOnly, contextName }) => {
68
68
  return (h("div", { class: "ez-col ez-col--sd-12 ez-padding-horizontal--small", key: name },
69
- h("ez-text-area", { enabled: !readOnly, label: label, "data-field-name": name })));
69
+ h("ez-text-area", { enabled: !readOnly, label: label, "data-field-name": name, "data-context-name": contextName })));
70
70
  };
71
71
 
72
- const buildTextInput = ({ name, label, readOnly }) => {
72
+ const buildTextInput = ({ name, label, readOnly, contextName }) => {
73
73
  return (h("div", { class: "ez-col ez-col--sd-12 ez-col--tb-3 ez-padding-horizontal--small" },
74
- h("ez-text-input", { label: label, "data-field-name": name, key: name, enabled: !readOnly })));
74
+ h("ez-text-input", { label: label, "data-field-name": name, "data-context-name": contextName, key: name, enabled: !readOnly })));
75
75
  };
76
76
 
77
77
  const uiBuilders = new Map();
@@ -97,8 +97,12 @@ const ezFormViewCss = ".sc-ez-form-view-h{display:flex;flex-direction:row;flex-w
97
97
  const EzFormView = class {
98
98
  constructor(hostRef) {
99
99
  registerInstance(this, hostRef);
100
+ this.ezContentReady = createEvent(this, "ezContentReady", 7);
100
101
  this.fields = undefined;
101
102
  }
103
+ async showUp() {
104
+ this._element.scrollIntoView({ behavior: "smooth", block: "start" });
105
+ }
102
106
  groupFields(fields) {
103
107
  const result = new Map();
104
108
  fields.forEach(item => {
@@ -117,6 +121,9 @@ const EzFormView = class {
117
121
  });
118
122
  return result;
119
123
  }
124
+ componentDidRender() {
125
+ this.ezContentReady.emit(Array.from(this._element.querySelectorAll("[data-field-name]")));
126
+ }
120
127
  render() {
121
128
  ElementIDUtils.addIDInfoIfNotExists(this._element, 'ezFormView');
122
129
  if (this.fields == undefined) {