@sankhyalabs/sankhyablocks 8.16.0-dev.110 → 8.16.0-dev.112

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 (113) hide show
  1. package/dist/cjs/{SnkMessageBuilder-aecd7c18.js → SnkMessageBuilder-9deeae08.js} +4 -3
  2. package/dist/cjs/index-f9e81701.js +2 -2
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  5. package/dist/cjs/{snk-actions-button_7.cjs.entry.js → snk-actions-button_8.cjs.entry.js} +61 -0
  6. package/dist/cjs/snk-application.cjs.entry.js +5 -5
  7. package/dist/cjs/snk-attach.cjs.entry.js +1 -1
  8. package/dist/cjs/snk-crud.cjs.entry.js +2 -26
  9. package/dist/cjs/snk-data-exporter.cjs.entry.js +2 -2
  10. package/dist/cjs/{snk-data-unit-ebfdb9ba.js → snk-data-unit-57916de4.js} +1 -1
  11. package/dist/cjs/snk-data-unit.cjs.entry.js +2 -2
  12. package/dist/cjs/snk-detail-view.cjs.entry.js +57 -5
  13. package/dist/cjs/snk-form-view.cjs.entry.js +19 -7
  14. package/dist/cjs/snk-grid.cjs.entry.js +22 -23
  15. package/dist/cjs/{snk-guides-viewer-fd39f437.js → snk-guides-viewer-d33379cd.js} +36 -24
  16. package/dist/cjs/snk-guides-viewer.cjs.entry.js +4 -3
  17. package/dist/cjs/snk-simple-crud.cjs.entry.js +73 -85
  18. package/dist/cjs/snk-taskbar.cjs.entry.js +7 -3
  19. package/dist/cjs/{taskbar-elements-02379452.js → taskbar-elements-6f4e06af.js} +8 -0
  20. package/dist/cjs/{field-search-68e34bf4.js → taskbar-processor-2fba34a8.js} +0 -35
  21. package/dist/collection/collection-manifest.json +1 -0
  22. package/dist/collection/components/snk-application/snk-application.js +4 -4
  23. package/dist/collection/components/snk-crud/snk-crud.js +2 -26
  24. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +58 -4
  25. package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js +54 -7
  26. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +36 -40
  27. package/dist/collection/components/snk-grid/snk-grid.js +36 -36
  28. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +75 -85
  29. package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +8 -0
  30. package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.css +0 -0
  31. package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.js +220 -0
  32. package/dist/collection/components/snk-taskbar/snk-taskbar.js +28 -2
  33. package/dist/collection/lib/message/resources/snk-crud.msg.js +1 -1
  34. package/dist/collection/lib/message/resources/snk-grid.msg.js +1 -1
  35. package/dist/collection/lib/message/resources/snk-simple-crud.msg.js +2 -1
  36. package/dist/components/ContinuousInsertUtils.js +2 -33
  37. package/dist/components/SnkMessageBuilder.js +4 -3
  38. package/dist/components/index.d.ts +1 -0
  39. package/dist/components/index.js +1 -0
  40. package/dist/components/snk-application2.js +4 -4
  41. package/dist/components/snk-attach2.js +34 -28
  42. package/dist/components/snk-crud.js +75 -93
  43. package/dist/components/snk-detail-view2.js +193 -117
  44. package/dist/components/snk-form-view2.js +22 -8
  45. package/dist/components/snk-grid2.js +62 -57
  46. package/dist/components/snk-simple-crud2.js +104 -109
  47. package/dist/components/snk-taskbar2.js +29 -10
  48. package/dist/components/taskbar-split-button.d.ts +11 -0
  49. package/dist/components/taskbar-split-button.js +6 -0
  50. package/dist/components/taskbar-split-button2.js +87 -0
  51. package/dist/esm/{SnkMessageBuilder-12f5fe1a.js → SnkMessageBuilder-2dbd8fa2.js} +4 -3
  52. package/dist/esm/index-a7d3d3f1.js +2 -2
  53. package/dist/esm/loader.js +1 -1
  54. package/dist/esm/sankhyablocks.js +1 -1
  55. package/dist/esm/{snk-actions-button_7.entry.js → snk-actions-button_8.entry.js} +61 -1
  56. package/dist/esm/snk-application.entry.js +5 -5
  57. package/dist/esm/snk-attach.entry.js +1 -1
  58. package/dist/esm/snk-crud.entry.js +3 -27
  59. package/dist/esm/snk-data-exporter.entry.js +2 -2
  60. package/dist/esm/{snk-data-unit-03654813.js → snk-data-unit-65c9dd1a.js} +1 -1
  61. package/dist/esm/snk-data-unit.entry.js +2 -2
  62. package/dist/esm/snk-detail-view.entry.js +59 -7
  63. package/dist/esm/snk-form-view.entry.js +19 -7
  64. package/dist/esm/snk-grid.entry.js +20 -21
  65. package/dist/esm/{snk-guides-viewer-75e06feb.js → snk-guides-viewer-72953334.js} +37 -25
  66. package/dist/esm/snk-guides-viewer.entry.js +4 -3
  67. package/dist/esm/snk-simple-crud.entry.js +74 -86
  68. package/dist/esm/snk-taskbar.entry.js +7 -3
  69. package/dist/esm/{taskbar-elements-c62b6c66.js → taskbar-elements-f2cb4922.js} +8 -0
  70. package/dist/esm/{field-search-f8b1d91e.js → taskbar-processor-3436124c.js} +1 -34
  71. package/dist/sankhyablocks/p-0fadb620.js +1 -0
  72. package/dist/sankhyablocks/p-1a0caadb.js +1 -0
  73. package/dist/sankhyablocks/p-1f80174b.entry.js +1 -0
  74. package/dist/sankhyablocks/p-24a0dbd2.entry.js +1 -0
  75. package/dist/sankhyablocks/p-2f7e2251.entry.js +1 -0
  76. package/dist/sankhyablocks/p-3372178e.entry.js +1 -0
  77. package/dist/sankhyablocks/p-4689c2e6.js +1 -0
  78. package/dist/sankhyablocks/{p-271c86d3.entry.js → p-52d10014.entry.js} +1 -1
  79. package/dist/sankhyablocks/p-6a03b190.entry.js +1 -0
  80. package/dist/sankhyablocks/{p-ad07f0c5.entry.js → p-7beeabc1.entry.js} +1 -1
  81. package/dist/sankhyablocks/{p-4a93daef.entry.js → p-a4ebeec4.entry.js} +1 -1
  82. package/dist/sankhyablocks/{p-2c08fa3e.entry.js → p-b8d649dd.entry.js} +3 -3
  83. package/dist/sankhyablocks/p-bc101064.entry.js +1 -0
  84. package/dist/sankhyablocks/{p-f4d5bb7f.js → p-c9675d64.js} +1 -1
  85. package/dist/sankhyablocks/{p-4e861843.entry.js → p-ce94e6c4.entry.js} +1 -1
  86. package/dist/sankhyablocks/p-d07b18a4.js +1 -0
  87. package/dist/sankhyablocks/{p-6a0c8ce0.entry.js → p-ddf93f36.entry.js} +1 -1
  88. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  89. package/dist/types/components/snk-crud/snk-crud.d.ts +0 -3
  90. package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +12 -0
  91. package/dist/types/components/snk-crud/subcomponents/snk-form-view.d.ts +11 -1
  92. package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +6 -6
  93. package/dist/types/components/snk-grid/snk-grid.d.ts +7 -5
  94. package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +10 -10
  95. package/dist/types/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.d.ts +44 -0
  96. package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +5 -0
  97. package/dist/types/components.d.ts +107 -8
  98. package/package.json +1 -1
  99. package/react/components.d.ts +1 -0
  100. package/react/components.js +1 -0
  101. package/react/components.js.map +1 -1
  102. package/dist/collection/components/snk-taskbar/subcomponents/field-search.js +0 -31
  103. package/dist/sankhyablocks/p-1a51dfde.entry.js +0 -1
  104. package/dist/sankhyablocks/p-1db45d26.entry.js +0 -1
  105. package/dist/sankhyablocks/p-23736d75.js +0 -1
  106. package/dist/sankhyablocks/p-2d6df7e7.entry.js +0 -1
  107. package/dist/sankhyablocks/p-41da5310.js +0 -1
  108. package/dist/sankhyablocks/p-65be98c5.entry.js +0 -1
  109. package/dist/sankhyablocks/p-80f8c22c.js +0 -1
  110. package/dist/sankhyablocks/p-cc8c3bca.entry.js +0 -1
  111. package/dist/sankhyablocks/p-cf1f25ed.entry.js +0 -1
  112. package/dist/sankhyablocks/p-fb0f0087.js +0 -1
  113. package/dist/types/components/snk-taskbar/subcomponents/field-search.d.ts +0 -4
@@ -8,9 +8,9 @@ import './filter-item-type.enum.js';
8
8
  import './form-config-fetcher.js';
9
9
  import './constants.js';
10
10
  import InMemoryFilterColumnDataSource from '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils/InMemoryFilterColumnDataSource';
11
- import { h } from '@stencil/core/internal/client';
12
11
  import { g as getSelectedRecordsIDsInfo } from './GetSelectedRecordsIDsInfo.js';
13
12
  import { I as IExportType } from './snk-data-exporter2.js';
13
+ import { h } from '@stencil/core/internal/client';
14
14
 
15
15
  class CrudUtils {
16
16
  static assertDefaultSorting(gridConfig, dataUnit) {
@@ -192,37 +192,6 @@ class SnkMultiSelectionListDataSource {
192
192
  }
193
193
  }
194
194
 
195
- const EVENT_NAME = 'taskbarActionsOpened';
196
- const buildFieldSearch = (action, optionLoader, onSelectField) => {
197
- return h("ez-search", { class: 'ez-actions-button--bottom-padding', canShowError: 'false', showSelectedValue: 'false', showOptionValue: 'false', suppressEmptyOption: 'true', label: action.label, value: '', optionLoader: optionLoader, onEzChange: (evt) => onSelectField(evt.detail), ignoreLimitCharsToSearch: true });
198
- };
199
- async function focusOnFieldSerch(field) {
200
- requestAnimationFrame(async () => {
201
- if (field) {
202
- const realElement = field['$elm$'];
203
- if (!realElement)
204
- return;
205
- realElement.value = null;
206
- await realElement.setFocus();
207
- }
208
- });
209
- }
210
- const openFieldSearch = async (moreOptions, field) => {
211
- if (!moreOptions) {
212
- return;
213
- }
214
- if ((await moreOptions.isOpened())) {
215
- await focusOnFieldSerch(field);
216
- return;
217
- }
218
- const eventHandler = () => {
219
- focusOnFieldSerch(field);
220
- moreOptions.removeEventListener(EVENT_NAME, eventHandler);
221
- };
222
- moreOptions.addEventListener(EVENT_NAME, eventHandler);
223
- await moreOptions.showActions();
224
- };
225
-
226
195
  class RmPrecisionCustomValueFormatter {
227
196
  setGrid(grid) {
228
197
  if (this._grid) {
@@ -444,4 +413,4 @@ class ContinuousInsertUtils {
444
413
  }
445
414
  }
446
415
 
447
- export { CommonsExporter as C, RmPrecisionCustomValueFormatter as R, SnkMultiSelectionListDataSource as S, TaskbarProcessor as T, CrudUtils as a, buildFieldSearch as b, ContinuousInsertUtils as c, ClientSideExporterProvider as d, openFieldSearch as o };
416
+ export { CommonsExporter as C, RmPrecisionCustomValueFormatter as R, SnkMultiSelectionListDataSource as S, TaskbarProcessor as T, CrudUtils as a, ContinuousInsertUtils as b, ClientSideExporterProvider as c };
@@ -147,12 +147,13 @@ const snkCrudMessages = {
147
147
  update: "Alterar registro",
148
148
  clean: "{{ENTITY_NAME}}"
149
149
  },
150
- findColumn: "Buscar campos",
150
+ findColumn: "Buscar campos (Ctrl+F)",
151
151
  goBackTitle: "Voltar"
152
152
  };
153
153
 
154
154
  const snkSimpleCrudMessages = {
155
- findColumn: "Busca de colunas",
155
+ findColumn: "Busca de colunas (Ctrl+F)",
156
+ findFields: "Busca de campos (Ctrl+F)",
156
157
  formConfigUnavaliable: {
157
158
  title: "Aviso",
158
159
  message: 'A opção "Configurar formulário" será disponibilizada em breve. Enquanto isso, acesse a configuração do fomulário através dos layouts anteriores, HTML5 ou Flex.'
@@ -251,7 +252,7 @@ const snkConfiguratorMessages = {
251
252
  };
252
253
 
253
254
  const snkGridMessages = {
254
- findColumn: "Busca de colunas",
255
+ findColumn: "Busca de colunas (Ctrl+F)",
255
256
  cancelConfirmation: {
256
257
  title: "Aviso",
257
258
  message: "As alterações realizadas serão descartadas<br/><br/><b>Você realmente gostaria de cancelar?</b>",
@@ -55,6 +55,7 @@ export { SnkTabConfig as SnkTabConfig } from '../types/components/snk-form-confi
55
55
  export { SnkTaskbar as SnkTaskbar } from '../types/components/snk-taskbar/snk-taskbar';
56
56
  export { SnkViewRepresentation as SnkViewRepresentation } from '../types/components/snk-layout-form-config/snk-view-representation/snk-view-representation';
57
57
  export { TaskbarActionsButton as TaskbarActionsButton } from '../types/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button';
58
+ export { TaskbarSplitButton as TaskbarSplitButton } from '../types/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button';
58
59
  export { TestePesquisa as TestePesquisa } from '../types/components/teste-pesquisa/teste-pesquisa';
59
60
 
60
61
  /**
@@ -55,4 +55,5 @@ export { SnkTabConfig, defineCustomElement as defineCustomElementSnkTabConfig }
55
55
  export { SnkTaskbar, defineCustomElement as defineCustomElementSnkTaskbar } from './snk-taskbar.js';
56
56
  export { SnkViewRepresentation, defineCustomElement as defineCustomElementSnkViewRepresentation } from './snk-view-representation.js';
57
57
  export { TaskbarActionsButton, defineCustomElement as defineCustomElementTaskbarActionsButton } from './taskbar-actions-button.js';
58
+ export { TaskbarSplitButton, defineCustomElement as defineCustomElementTaskbarSplitButton } from './taskbar-split-button.js';
58
59
  export { TestePesquisa, defineCustomElement as defineCustomElementTestePesquisa } from './teste-pesquisa.js';
@@ -1690,16 +1690,16 @@ const SnkApplication = /*@__PURE__*/ proxyCustomElement(class extends HTMLElemen
1690
1690
  };
1691
1691
  }
1692
1692
  getSkeletonTemplateGrid() {
1693
- return (h("div", { class: "loading-hidden", style: this.getLoadingVisibilityStyle() }, h("div", { class: "ez-flex ez-flex--column ez-margin--large ez-margin-top--medium" }, h("div", { class: "ez-margin-bottom--medium" }, h("ez-skeleton", { count: 1, variant: "rect", width: "20%", height: "35px", animation: "progress" })), h("div", { class: "" }, h("ez-skeleton", { count: 1, variant: "rect", width: "70%", height: "25px", animation: "progress" }))), h("div", { class: "ez-flex ez-flex--justify-start skeleton-content-column ez-margin-horizontal--large", style: { height: "calc(-105px + 100vh)" } }, [1, 2, 3, 4].map((_, index) => (h("div", { class: "ez-margin-right--large", key: index, style: { width: "25%" } }, h("ez-skeleton", { count: this.getCountSkeleton(50, 10), variant: "rect", width: "100%", height: "50px", animation: "progress", marginBottom: "10px" })))))));
1693
+ return (h("div", { class: "loading-hidden", style: this.getLoadingVisibilityStyle() }, h("div", { class: "ez-flex ez-flex--column ez-margin--large ez-margin-top--medium" }, h("div", { class: "ez-margin-bottom--medium" }, h("ez-skeleton", { count: 1, variant: "text", width: "20%", height: "35px", animation: "progress" })), h("div", { class: "" }, h("ez-skeleton", { count: 1, variant: "text", width: "70%", height: "25px", animation: "progress" }))), h("div", { class: "ez-flex ez-flex--justify-start skeleton-content-column ez-margin-horizontal--large", style: { height: "calc(-105px + 100vh)" } }, [1, 2, 3, 4].map((_, index) => (h("div", { class: "ez-margin-right--large", key: index, style: { width: "25%" } }, h("ez-skeleton", { count: this.getCountSkeleton(50, 10), variant: "text", width: "100%", height: "50px", animation: "progress", marginBottom: "10px" })))))));
1694
1694
  }
1695
1695
  getSkeletonTemplateGridWithSidebar() {
1696
- return (h("div", { class: "loading-hidden", style: this.getLoadingVisibilityStyle() }, h("div", { class: "ez-flex ez-flex--column ez-margin--large ez-margin-top--medium" }, h("div", { class: "ez-margin-bottom--medium" }, h("ez-skeleton", { count: 1, variant: "rect", width: "20%", height: "35px", animation: "progress" })), h("div", { class: "" }, h("ez-skeleton", { count: 1, variant: "rect", width: "70%", height: "25px", animation: "progress" }))), h("div", { class: "ez-flex ez-flex--justify-start skeleton-content-column ez-margin-horizontal--large", style: { height: "calc(100vh - 160px)" } }, h("div", { class: "ez-flex ez-flex--column ez-margin-right--large", style: { width: "25%", overflow: "hidden" } }, Array(this.getCountSkeleton(30, 6)).fill(null).map((_, index) => h("ez-skeleton", { key: index, count: 1, variant: "rect", width: this.getSkeletonRandomWidth(), height: "30px", animation: "progress", marginBottom: "10px" }))), h("div", { class: "ez-margin-right--large", style: { width: "75%" } }, h("ez-skeleton", { count: this.getCountSkeleton(50, 10), variant: "rect", width: "100%", height: "50px", animation: "progress", marginBottom: "10px" })))));
1696
+ return (h("div", { class: "loading-hidden", style: this.getLoadingVisibilityStyle() }, h("div", { class: "ez-flex ez-flex--column ez-margin--large ez-margin-top--medium" }, h("div", { class: "ez-margin-bottom--medium" }, h("ez-skeleton", { count: 1, variant: "text", width: "20%", height: "35px", animation: "progress" })), h("div", { class: "" }, h("ez-skeleton", { count: 1, variant: "text", width: "70%", height: "25px", animation: "progress" }))), h("div", { class: "ez-flex ez-flex--justify-start skeleton-content-column ez-margin-horizontal--large", style: { height: "calc(100vh - 160px)" } }, h("div", { class: "ez-flex ez-flex--column ez-margin-right--large", style: { width: "25%", overflow: "hidden" } }, Array(this.getCountSkeleton(30, 6)).fill(null).map((_, index) => h("ez-skeleton", { key: index, count: 1, variant: "text", width: this.getSkeletonRandomWidth(), height: "30px", animation: "progress", marginBottom: "10px" }))), h("div", { class: "ez-margin-right--large", style: { width: "75%" } }, h("ez-skeleton", { count: this.getCountSkeleton(50, 10), variant: "text", width: "100%", height: "50px", animation: "progress", marginBottom: "10px" })))));
1697
1697
  }
1698
1698
  getSkeletonTemplateGridWithPanel() {
1699
- return (h("div", { class: "loading-hidden", style: this.getLoadingVisibilityStyle() }, h("div", { class: "ez-margin--medium ez-margin-top--medium ez-padding--medium" }, h("ez-skeleton", { count: 1, variant: "rect", width: "70%", height: "25px", animation: "progress" })), h("div", { class: "ez-flex ez-margin--medium ez-margin-top--medium", style: { maxHeight: "calc(-105px + 100vh)", overflow: "hidden" } }, h("div", { class: "", style: { width: "70%", overflow: "hidden" } }, h("div", { class: "ez-padding--medium", style: { height: "50%" } }, h("ez-skeleton", { count: 1, variant: "rect", width: "100%", height: "100%", animation: "progress" })), h("div", { class: "ez-padding--medium", style: {} }, h("ez-skeleton", { count: 1, variant: "rect", width: "250px", height: "25px", animation: "progress" })), h("div", { class: "ez-flex ez-padding--medium", style: { height: "45%" } }, [1, 2].map(() => (h("div", { style: { width: "50%" } }, h("ez-skeleton", { count: 1, variant: "rect", width: "100%", height: "100%", animation: "progress" })))))), h("div", { class: "ez-flex ez-flex--column ez-padding--medium", style: { width: "30%", overflow: "hidden" } }, Array(this.getCountSkeleton(30, 10)).fill(null).map((_, index) => h("ez-skeleton", { key: index, count: 1, variant: "rect", width: "100%", height: "50px", animation: "progress", marginBottom: "10px" }))))));
1699
+ return (h("div", { class: "loading-hidden", style: this.getLoadingVisibilityStyle() }, h("div", { class: "ez-margin--medium ez-margin-top--medium ez-padding--medium" }, h("ez-skeleton", { count: 1, variant: "text", width: "70%", height: "25px", animation: "progress" })), h("div", { class: "ez-flex ez-margin--medium ez-margin-top--medium", style: { maxHeight: "calc(-105px + 100vh)", overflow: "hidden" } }, h("div", { class: "", style: { width: "70%", overflow: "hidden" } }, h("div", { class: "ez-padding--medium", style: { height: "50%" } }, h("ez-skeleton", { count: 1, variant: "text", width: "100%", height: "100%", animation: "progress" })), h("div", { class: "ez-padding--medium", style: {} }, h("ez-skeleton", { count: 1, variant: "text", width: "250px", height: "25px", animation: "progress" })), h("div", { class: "ez-flex ez-padding--medium", style: { height: "45%" } }, [1, 2].map(() => (h("div", { style: { width: "50%" } }, h("ez-skeleton", { count: 1, variant: "text", width: "100%", height: "100%", animation: "progress" })))))), h("div", { class: "ez-flex ez-flex--column ez-padding--medium", style: { width: "30%", overflow: "hidden" } }, Array(this.getCountSkeleton(30, 10)).fill(null).map((_, index) => h("ez-skeleton", { key: index, count: 1, variant: "text", width: "100%", height: "50px", animation: "progress", marginBottom: "10px" }))))));
1700
1700
  }
1701
1701
  getSkeletonTemplateFormWithSidebar() {
1702
- return (h("div", { class: "loading-hidden", style: this.getLoadingVisibilityStyle() }, h("div", { class: "ez-margin--medium ez-margin-top--medium ez-padding--medium" }, h("ez-skeleton", { count: 1, variant: "rect", width: "70%", height: "25px", animation: "progress" })), h("div", { class: "ez-flex ez-margin--medium ez-margin-top--medium", style: { maxHeight: "calc(-105px + 100vh)", overflow: "hidden" } }, h("div", { class: "ez-flex ez-flex--column ez-margin-right--large", style: { width: "25%", overflow: "hidden" } }, Array(this.getCountSkeleton(30, 6)).fill(null).map((_, index) => h("ez-skeleton", { key: index, count: 1, variant: "rect", width: this.getSkeletonRandomWidth(), height: "30px", animation: "progress", marginBottom: "10px" }))), h("div", { class: "ez-flex ez-flex--column", style: { width: "75%" } }, h("div", { class: "ez-padding--medium", style: { width: "100%" } }, h("ez-skeleton", { count: 1, variant: "rect", width: "30%", height: "25px", animation: "progress" })), h("div", { class: "ez-padding--medium", style: { height: "45%" } }, h("div", { class: "ez-flex", style: { width: "100%", height: "100%" } }, [1, 2, 3, 4].map((_, columnIndex) => (h("div", { key: columnIndex, class: "ez-padding-right--large", style: { width: "25%", overflow: "hidden" } }, Array(this.getCountSkeleton(50, 20)).fill(null).map((_, index) => h("ez-skeleton", { key: index, count: 1, variant: "rect", width: "100%", height: "50px", animation: "progress", marginBottom: "10px" }))))))), h("div", { class: "ez-padding--medium", style: { width: "100%" } }, h("ez-skeleton", { count: 1, variant: "rect", width: "30%", height: "25px", animation: "progress" })), h("div", { class: "ez-padding--medium", style: { height: "45%" } }, h("div", { class: "ez-flex", style: { width: "100%", height: "100%" } }, [1, 2, 3, 4].map((_, columnIndex) => (h("div", { key: columnIndex, class: "ez-padding-right--large", style: { width: "25%", overflow: "hidden" } }, Array(this.getCountSkeleton(50, 20)).fill(null).map((_, index) => h("ez-skeleton", { key: index, count: 1, variant: "rect", width: "100%", height: "50px", animation: "progress", marginBottom: "10px" })))))))))));
1702
+ return (h("div", { class: "loading-hidden", style: this.getLoadingVisibilityStyle() }, h("div", { class: "ez-margin--medium ez-margin-top--medium ez-padding--medium" }, h("ez-skeleton", { count: 1, variant: "text", width: "70%", height: "25px", animation: "progress" })), h("div", { class: "ez-flex ez-margin--medium ez-margin-top--medium", style: { maxHeight: "calc(-105px + 100vh)", overflow: "hidden" } }, h("div", { class: "ez-flex ez-flex--column ez-margin-right--large", style: { width: "25%", overflow: "hidden" } }, Array(this.getCountSkeleton(30, 6)).fill(null).map((_, index) => h("ez-skeleton", { key: index, count: 1, variant: "text", width: this.getSkeletonRandomWidth(), height: "30px", animation: "progress", marginBottom: "10px" }))), h("div", { class: "ez-flex ez-flex--column", style: { width: "75%" } }, h("div", { class: "ez-padding--medium", style: { width: "100%" } }, h("ez-skeleton", { count: 1, variant: "text", width: "30%", height: "25px", animation: "progress" })), h("div", { class: "ez-padding--medium", style: { height: "45%" } }, h("div", { class: "ez-flex", style: { width: "100%", height: "100%" } }, [1, 2, 3, 4].map((_, columnIndex) => (h("div", { key: columnIndex, class: "ez-padding-right--large", style: { width: "25%", overflow: "hidden" } }, Array(this.getCountSkeleton(50, 20)).fill(null).map((_, index) => h("ez-skeleton", { key: index, count: 1, variant: "text", width: "100%", height: "50px", animation: "progress", marginBottom: "10px" }))))))), h("div", { class: "ez-padding--medium", style: { width: "100%" } }, h("ez-skeleton", { count: 1, variant: "text", width: "30%", height: "25px", animation: "progress" })), h("div", { class: "ez-padding--medium", style: { height: "45%" } }, h("div", { class: "ez-flex", style: { width: "100%", height: "100%" } }, [1, 2, 3, 4].map((_, columnIndex) => (h("div", { key: columnIndex, class: "ez-padding-right--large", style: { width: "25%", overflow: "hidden" } }, Array(this.getCountSkeleton(50, 20)).fill(null).map((_, index) => h("ez-skeleton", { key: index, count: 1, variant: "text", width: "100%", height: "50px", animation: "progress", marginBottom: "10px" })))))))))));
1703
1703
  }
1704
1704
  getSpinnerLoadingDefault() {
1705
1705
  return (h("div", { class: "loading-hidden", style: this.getLoadingVisibilityStyle() }, h("div", { class: "ez-flex ez-size-height--full ez-size-width--full ez-flex--justify-center ez-flex--align-items-center spinner" }, h("ez-icon", { iconName: "sync", size: "x-large", class: "spin" }), h("span", { class: "ez-title ez-title--secondary ez-title--extra-large" }, "Carregando..."))));
@@ -7,20 +7,21 @@ import './filter-item-type.enum.js';
7
7
  import './form-config-fetcher.js';
8
8
  import { V as VIEW_MODE } from './constants.js';
9
9
  import { A as AutorizationType } from './auth-fetcher.js';
10
- import { T as TaskbarElement, d as defineCustomElement$3 } from './snk-taskbar2.js';
11
- import { d as defineCustomElement$e } from './snk-actions-button2.js';
12
- import { d as defineCustomElement$d } from './snk-configurator2.js';
13
- import { d as defineCustomElement$c } from './snk-data-exporter2.js';
14
- import { d as defineCustomElement$b } from './snk-data-unit2.js';
15
- import { d as defineCustomElement$a } from './snk-exporter-email-sender2.js';
16
- import { d as defineCustomElement$9 } from './snk-grid-config2.js';
17
- import { d as defineCustomElement$8 } from './snk-layout-form-config2.js';
18
- import { d as defineCustomElement$7 } from './snk-select-box2.js';
19
- import { d as defineCustomElement$6 } from './snk-simple-bar2.js';
20
- import { d as defineCustomElement$5 } from './snk-simple-crud2.js';
21
- import { d as defineCustomElement$4 } from './snk-simple-form-config2.js';
22
- import { d as defineCustomElement$2 } from './snk-view-representation2.js';
23
- import { d as defineCustomElement$1 } from './taskbar-actions-button2.js';
10
+ import { T as TaskbarElement, d as defineCustomElement$4 } from './snk-taskbar2.js';
11
+ import { d as defineCustomElement$f } from './snk-actions-button2.js';
12
+ import { d as defineCustomElement$e } from './snk-configurator2.js';
13
+ import { d as defineCustomElement$d } from './snk-data-exporter2.js';
14
+ import { d as defineCustomElement$c } from './snk-data-unit2.js';
15
+ import { d as defineCustomElement$b } from './snk-exporter-email-sender2.js';
16
+ import { d as defineCustomElement$a } from './snk-grid-config2.js';
17
+ import { d as defineCustomElement$9 } from './snk-layout-form-config2.js';
18
+ import { d as defineCustomElement$8 } from './snk-select-box2.js';
19
+ import { d as defineCustomElement$7 } from './snk-simple-bar2.js';
20
+ import { d as defineCustomElement$6 } from './snk-simple-crud2.js';
21
+ import { d as defineCustomElement$5 } from './snk-simple-form-config2.js';
22
+ import { d as defineCustomElement$3 } from './snk-view-representation2.js';
23
+ import { d as defineCustomElement$2 } from './taskbar-actions-button2.js';
24
+ import { d as defineCustomElement$1 } from './taskbar-split-button2.js';
24
25
 
25
26
  const SERVICE$1 = {
26
27
  save: "Attach.save",
@@ -900,7 +901,7 @@ function defineCustomElement() {
900
901
  if (typeof customElements === "undefined") {
901
902
  return;
902
903
  }
903
- const components = ["snk-attach", "snk-actions-button", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-grid-config", "snk-layout-form-config", "snk-select-box", "snk-simple-bar", "snk-simple-crud", "snk-simple-form-config", "snk-taskbar", "snk-view-representation", "taskbar-actions-button"];
904
+ const components = ["snk-attach", "snk-actions-button", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-grid-config", "snk-layout-form-config", "snk-select-box", "snk-simple-bar", "snk-simple-crud", "snk-simple-form-config", "snk-taskbar", "snk-view-representation", "taskbar-actions-button", "taskbar-split-button"];
904
905
  components.forEach(tagName => { switch (tagName) {
905
906
  case "snk-attach":
906
907
  if (!customElements.get(tagName)) {
@@ -909,70 +910,75 @@ function defineCustomElement() {
909
910
  break;
910
911
  case "snk-actions-button":
911
912
  if (!customElements.get(tagName)) {
912
- defineCustomElement$e();
913
+ defineCustomElement$f();
913
914
  }
914
915
  break;
915
916
  case "snk-configurator":
916
917
  if (!customElements.get(tagName)) {
917
- defineCustomElement$d();
918
+ defineCustomElement$e();
918
919
  }
919
920
  break;
920
921
  case "snk-data-exporter":
921
922
  if (!customElements.get(tagName)) {
922
- defineCustomElement$c();
923
+ defineCustomElement$d();
923
924
  }
924
925
  break;
925
926
  case "snk-data-unit":
926
927
  if (!customElements.get(tagName)) {
927
- defineCustomElement$b();
928
+ defineCustomElement$c();
928
929
  }
929
930
  break;
930
931
  case "snk-exporter-email-sender":
931
932
  if (!customElements.get(tagName)) {
932
- defineCustomElement$a();
933
+ defineCustomElement$b();
933
934
  }
934
935
  break;
935
936
  case "snk-grid-config":
936
937
  if (!customElements.get(tagName)) {
937
- defineCustomElement$9();
938
+ defineCustomElement$a();
938
939
  }
939
940
  break;
940
941
  case "snk-layout-form-config":
941
942
  if (!customElements.get(tagName)) {
942
- defineCustomElement$8();
943
+ defineCustomElement$9();
943
944
  }
944
945
  break;
945
946
  case "snk-select-box":
946
947
  if (!customElements.get(tagName)) {
947
- defineCustomElement$7();
948
+ defineCustomElement$8();
948
949
  }
949
950
  break;
950
951
  case "snk-simple-bar":
951
952
  if (!customElements.get(tagName)) {
952
- defineCustomElement$6();
953
+ defineCustomElement$7();
953
954
  }
954
955
  break;
955
956
  case "snk-simple-crud":
956
957
  if (!customElements.get(tagName)) {
957
- defineCustomElement$5();
958
+ defineCustomElement$6();
958
959
  }
959
960
  break;
960
961
  case "snk-simple-form-config":
961
962
  if (!customElements.get(tagName)) {
962
- defineCustomElement$4();
963
+ defineCustomElement$5();
963
964
  }
964
965
  break;
965
966
  case "snk-taskbar":
966
967
  if (!customElements.get(tagName)) {
967
- defineCustomElement$3();
968
+ defineCustomElement$4();
968
969
  }
969
970
  break;
970
971
  case "snk-view-representation":
971
972
  if (!customElements.get(tagName)) {
972
- defineCustomElement$2();
973
+ defineCustomElement$3();
973
974
  }
974
975
  break;
975
976
  case "taskbar-actions-button":
977
+ if (!customElements.get(tagName)) {
978
+ defineCustomElement$2();
979
+ }
980
+ break;
981
+ case "taskbar-split-button":
976
982
  if (!customElements.get(tagName)) {
977
983
  defineCustomElement$1();
978
984
  }