@sankhyalabs/sankhyablocks 0.0.0-bugfix-dev-KB-72074.0 → 0.0.0-bugfix-dev-KB-74246.1

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 (138) hide show
  1. package/dist/cjs/{ConfigStorage-ecc0ed20.js → ConfigStorage-f079f5fd.js} +2 -2
  2. package/dist/cjs/{ContinuousInsertUtils-29b65619.js → ContinuousInsertUtils-64e47516.js} +29 -20
  3. package/dist/cjs/{DataFetcher-cadeef8e.js → DataFetcher-e059eb72.js} +7 -5
  4. package/dist/cjs/{SnkFormConfigManager-f1c92f79.js → SnkFormConfigManager-bff848f1.js} +5 -5
  5. package/dist/cjs/{auth-fetcher-d68841bc.js → auth-fetcher-4f853233.js} +1 -1
  6. package/dist/cjs/{dataunit-fetcher-f89461c1.js → dataunit-fetcher-228016f4.js} +3 -3
  7. package/dist/cjs/{form-config-fetcher-ed497282.js → form-config-fetcher-39397ac5.js} +1 -1
  8. package/dist/cjs/index-f9e81701.js +8 -28
  9. package/dist/cjs/loader.cjs.js +1 -1
  10. package/dist/cjs/{pesquisa-fetcher-ca89181c.js → pesquisa-fetcher-a9bfeb22.js} +7 -2
  11. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  12. package/dist/cjs/snk-actions-button_4.cjs.entry.js +5 -5
  13. package/dist/cjs/snk-application.cjs.entry.js +101 -59
  14. package/dist/cjs/snk-attach.cjs.entry.js +5 -5
  15. package/dist/cjs/{snk-form-config.cjs.entry.js → snk-config-options_3.cjs.entry.js} +365 -3
  16. package/dist/cjs/snk-crud.cjs.entry.js +5 -5
  17. package/dist/cjs/snk-data-exporter.cjs.entry.js +5 -5
  18. package/dist/cjs/{snk-data-unit-668dc5e8.js → snk-data-unit-3d4d0e2a.js} +1 -1
  19. package/dist/cjs/snk-data-unit.cjs.entry.js +3 -3
  20. package/dist/cjs/snk-detail-view.cjs.entry.js +7 -7
  21. package/dist/cjs/{snk-filter-bar.cjs.entry.js → snk-filter-bar_4.cjs.entry.js} +688 -3
  22. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
  23. package/dist/cjs/snk-grid.cjs.entry.js +6 -6
  24. package/dist/cjs/{snk-guides-viewer-4236cb9d.js → snk-guides-viewer-2b44c804.js} +8 -5
  25. package/dist/cjs/snk-guides-viewer.cjs.entry.js +7 -7
  26. package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
  27. package/dist/cjs/snk-simple-crud.cjs.entry.js +10 -8
  28. package/dist/collection/collection-manifest.json +11 -31
  29. package/dist/collection/components/snk-application/request-listener/DebouncedRequestListener.js +28 -0
  30. package/dist/collection/components/snk-application/request-listener/RequestListenerFactory.js +16 -0
  31. package/dist/collection/components/snk-application/request-listener/RequestListenerLoadingBar.js +52 -0
  32. package/dist/collection/components/snk-application/snk-application.js +3 -53
  33. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +3 -0
  34. package/dist/collection/components/snk-form-config/SnkFormConfigManager.js +3 -3
  35. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +3 -1
  36. package/dist/collection/lib/http/data-fetcher/DataFetcher.js +8 -6
  37. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js +2 -2
  38. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +6 -1
  39. package/dist/collection/lib/utils/CrudUtils.js +25 -16
  40. package/dist/collection/sw.js +46 -0
  41. package/dist/components/ContinuousInsertUtils.js +25 -16
  42. package/dist/components/DataFetcher.js +7 -5
  43. package/dist/components/SnkFormConfigManager.js +3 -3
  44. package/dist/components/dataunit-fetcher.js +2 -2
  45. package/dist/components/pesquisa-fetcher.js +6 -1
  46. package/dist/components/snk-application2.js +95 -53
  47. package/dist/components/snk-detail-view2.js +3 -0
  48. package/dist/components/snk-simple-crud2.js +3 -1
  49. package/dist/esm/{ConfigStorage-7b36d041.js → ConfigStorage-6514d66e.js} +2 -2
  50. package/dist/esm/{ContinuousInsertUtils-30caa626.js → ContinuousInsertUtils-b62906f9.js} +29 -20
  51. package/dist/esm/{DataFetcher-a9c598f2.js → DataFetcher-5034df59.js} +7 -5
  52. package/dist/esm/{SnkFormConfigManager-139f09fa.js → SnkFormConfigManager-f0532f7d.js} +6 -6
  53. package/dist/esm/{auth-fetcher-749d880f.js → auth-fetcher-ca5d3a49.js} +1 -1
  54. package/dist/esm/{constants-8457af36.js → constants-7302ee87.js} +1 -1
  55. package/dist/esm/{dataunit-fetcher-c24c76c6.js → dataunit-fetcher-56cb648b.js} +3 -3
  56. package/dist/esm/{form-config-fetcher-adbe5d34.js → form-config-fetcher-a7d3e277.js} +1 -1
  57. package/dist/esm/index-a7d3d3f1.js +8 -28
  58. package/dist/esm/loader.js +1 -1
  59. package/dist/esm/{pesquisa-fetcher-8edaa8cd.js → pesquisa-fetcher-6bc2e41a.js} +7 -2
  60. package/dist/esm/sankhyablocks.js +1 -1
  61. package/dist/esm/snk-actions-button_4.entry.js +6 -6
  62. package/dist/esm/snk-application.entry.js +101 -59
  63. package/dist/esm/snk-attach.entry.js +6 -6
  64. package/dist/esm/{snk-form-config.entry.js → snk-config-options_3.entry.js} +366 -6
  65. package/dist/esm/snk-configurator.entry.js +1 -1
  66. package/dist/esm/snk-crud.entry.js +6 -6
  67. package/dist/esm/snk-data-exporter.entry.js +6 -6
  68. package/dist/esm/{snk-data-unit-0fdfb6c2.js → snk-data-unit-618e0b80.js} +1 -1
  69. package/dist/esm/snk-data-unit.entry.js +3 -3
  70. package/dist/esm/snk-detail-view.entry.js +8 -8
  71. package/dist/esm/snk-field-config.entry.js +1 -1
  72. package/dist/esm/{snk-filter-bar.entry.js → snk-filter-bar_4.entry.js} +687 -5
  73. package/dist/esm/snk-filter-modal-item.entry.js +3 -3
  74. package/dist/esm/snk-grid.entry.js +6 -6
  75. package/dist/esm/{snk-guides-viewer-8934c537.js → snk-guides-viewer-15c916a3.js} +9 -6
  76. package/dist/esm/snk-guides-viewer.entry.js +8 -8
  77. package/dist/esm/snk-personalized-filter.entry.js +3 -3
  78. package/dist/esm/snk-simple-crud.entry.js +11 -9
  79. package/dist/esm/snk-tab-config.entry.js +1 -1
  80. package/dist/sankhyablocks/{p-f3434fc4.js → p-00278e07.js} +1 -1
  81. package/dist/sankhyablocks/{p-06421fdb.js → p-126c58ea.js} +1 -1
  82. package/dist/sankhyablocks/{p-a75d242d.entry.js → p-1dbd5c18.entry.js} +1 -1
  83. package/dist/sankhyablocks/{p-8eb67fa4.entry.js → p-2d3f9482.entry.js} +1 -1
  84. package/dist/sankhyablocks/{p-1bf06cd3.js → p-341465ce.js} +2 -2
  85. package/dist/sankhyablocks/p-3858a2e4.entry.js +1 -0
  86. package/dist/sankhyablocks/{p-7663f597.entry.js → p-41793e17.entry.js} +1 -1
  87. package/dist/sankhyablocks/{p-7ac7932c.js → p-47d24ac8.js} +2 -2
  88. package/dist/sankhyablocks/{p-eb9f0407.entry.js → p-563b7c28.entry.js} +1 -1
  89. package/dist/sankhyablocks/{p-95df461f.entry.js → p-8b4fc28f.entry.js} +1 -1
  90. package/dist/sankhyablocks/{p-b0ef4383.js → p-95ce311a.js} +1 -1
  91. package/dist/sankhyablocks/{p-430e4d3c.entry.js → p-9c3138f5.entry.js} +1 -1
  92. package/dist/sankhyablocks/{p-4d9549cf.js → p-9ffd9fc7.js} +1 -1
  93. package/dist/sankhyablocks/p-a0ebd886.js +1 -0
  94. package/dist/sankhyablocks/{p-dcead955.entry.js → p-a2c790ac.entry.js} +1 -1
  95. package/dist/sankhyablocks/{p-5dd8cf4f.js → p-a75e9dcc.js} +1 -1
  96. package/dist/sankhyablocks/{p-212213d9.entry.js → p-aa003d4e.entry.js} +1 -1
  97. package/dist/sankhyablocks/p-aaf94476.js +1 -0
  98. package/dist/sankhyablocks/{p-16869f77.js → p-ae50d69f.js} +1 -1
  99. package/dist/sankhyablocks/p-bab79110.entry.js +1 -0
  100. package/dist/sankhyablocks/{p-b9c67e45.entry.js → p-c1adf0dd.entry.js} +1 -1
  101. package/dist/sankhyablocks/p-c88ad28e.entry.js +1 -0
  102. package/dist/sankhyablocks/p-d1da52e1.entry.js +1 -0
  103. package/dist/sankhyablocks/p-da87e42c.entry.js +11 -0
  104. package/dist/sankhyablocks/{p-be5d8fcb.entry.js → p-e41bd8ee.entry.js} +1 -1
  105. package/dist/sankhyablocks/p-e4391e16.js +1 -0
  106. package/dist/sankhyablocks/{p-92eadb1c.entry.js → p-f0aaad2b.entry.js} +1 -1
  107. package/dist/sankhyablocks/{p-fb34e0cf.entry.js → p-fca0e5cc.entry.js} +1 -1
  108. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  109. package/dist/types/components/snk-application/request-listener/DebouncedRequestListener.d.ts +11 -0
  110. package/dist/types/components/snk-application/request-listener/RequestListenerFactory.d.ts +12 -0
  111. package/dist/types/components/snk-application/request-listener/RequestListenerLoadingBar.d.ts +13 -0
  112. package/dist/types/components/snk-application/snk-application.d.ts +3 -12
  113. package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -0
  114. package/dist/types/lib/utils/CrudUtils.d.ts +1 -0
  115. package/package.json +3 -2
  116. package/dist/cjs/snk-config-options.cjs.entry.js +0 -239
  117. package/dist/cjs/snk-filter-item.cjs.entry.js +0 -312
  118. package/dist/cjs/snk-filter-list.cjs.entry.js +0 -152
  119. package/dist/cjs/snk-filter-modal.cjs.entry.js +0 -249
  120. package/dist/cjs/snk-form.cjs.entry.js +0 -144
  121. package/dist/esm/snk-config-options.entry.js +0 -235
  122. package/dist/esm/snk-filter-item.entry.js +0 -308
  123. package/dist/esm/snk-filter-list.entry.js +0 -148
  124. package/dist/esm/snk-filter-modal.entry.js +0 -245
  125. package/dist/esm/snk-form.entry.js +0 -140
  126. package/dist/sankhyablocks/p-01086ff7.entry.js +0 -1
  127. package/dist/sankhyablocks/p-2923c1b5.js +0 -1
  128. package/dist/sankhyablocks/p-3b60db06.entry.js +0 -1
  129. package/dist/sankhyablocks/p-49f1c9be.entry.js +0 -1
  130. package/dist/sankhyablocks/p-60b29483.entry.js +0 -1
  131. package/dist/sankhyablocks/p-70a4af56.entry.js +0 -1
  132. package/dist/sankhyablocks/p-a42e7a1e.entry.js +0 -11
  133. package/dist/sankhyablocks/p-afbb070d.js +0 -1
  134. package/dist/sankhyablocks/p-b9679243.entry.js +0 -1
  135. package/dist/sankhyablocks/p-ca5ec380.js +0 -1
  136. package/dist/sankhyablocks/p-d3f53df2.entry.js +0 -1
  137. package/dist/sankhyablocks/p-e8763234.entry.js +0 -1
  138. package/dist/sankhyablocks/p-feba9d4b.entry.js +0 -1
@@ -2,13 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const snkDataUnit = require('./snk-data-unit-668dc5e8.js');
5
+ const snkDataUnit = require('./snk-data-unit-3d4d0e2a.js');
6
6
  require('./index-f9e81701.js');
7
7
  require('@sankhyalabs/core');
8
8
  require('@sankhyalabs/ezui/dist/collection/utils');
9
9
  require('./SnkMessageBuilder-bae64d0d.js');
10
- require('./dataunit-fetcher-f89461c1.js');
11
- require('./DataFetcher-cadeef8e.js');
10
+ require('./dataunit-fetcher-228016f4.js');
11
+ require('./DataFetcher-e059eb72.js');
12
12
  require('./PrintUtils-bcaeb82f.js');
13
13
  require('@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata');
14
14
  require('@sankhyalabs/ezui/dist/collection/utils/constants');
@@ -4,22 +4,22 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-f9e81701.js');
6
6
  const core = require('@sankhyalabs/core');
7
- const SnkFormConfigManager = require('./SnkFormConfigManager-f1c92f79.js');
7
+ const SnkFormConfigManager = require('./SnkFormConfigManager-bff848f1.js');
8
8
  const form = require('@sankhyalabs/ezui/dist/collection/utils/form');
9
- require('./DataFetcher-cadeef8e.js');
10
- require('./pesquisa-fetcher-ca89181c.js');
9
+ require('./DataFetcher-e059eb72.js');
10
+ require('./pesquisa-fetcher-a9bfeb22.js');
11
11
  const index$1 = require('./index-1dfc7a6e.js');
12
12
  require('./ISave-e91b70a7.js');
13
13
  require('@sankhyalabs/ezui/dist/collection/utils/constants');
14
14
  require('@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata');
15
- require('./dataunit-fetcher-f89461c1.js');
15
+ require('./dataunit-fetcher-228016f4.js');
16
16
  require('./filter-item-type.enum-a7ffdaa6.js');
17
- require('./form-config-fetcher-ed497282.js');
17
+ require('./form-config-fetcher-39397ac5.js');
18
18
  const taskbarElements = require('./taskbar-elements-9ad1f9c0.js');
19
19
  const constants = require('./constants-35ddd366.js');
20
- const snkGuidesViewer = require('./snk-guides-viewer-4236cb9d.js');
20
+ const snkGuidesViewer = require('./snk-guides-viewer-2b44c804.js');
21
21
  const SnkMessageBuilder = require('./SnkMessageBuilder-bae64d0d.js');
22
- require('./ConfigStorage-ecc0ed20.js');
22
+ require('./ConfigStorage-f079f5fd.js');
23
23
  require('./PrintUtils-bcaeb82f.js');
24
24
  require('@sankhyalabs/ezui/dist/collection/components/ez-grid/utils');
25
25
  require('@sankhyalabs/core/dist/utils/SortingUtils');