@sankhyalabs/sankhyablocks 0.0.0-bugfix-dev-KB-55396.0 → 0.0.0-bugfix-dev-KB-57523.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 (45) hide show
  1. package/dist/cjs/{IExporterProvider-766e1681.js → IExporterProvider-c307e2b1.js} +1 -1
  2. package/dist/cjs/{pesquisa-fetcher-42ea15c0.js → pesquisa-fetcher-cbdaba63.js} +6 -7
  3. package/dist/cjs/snk-actions-button_4.cjs.entry.js +1 -1
  4. package/dist/cjs/snk-application.cjs.entry.js +1 -1
  5. package/dist/cjs/snk-attach.cjs.entry.js +16 -21
  6. package/dist/cjs/snk-crud.cjs.entry.js +1 -1
  7. package/dist/cjs/snk-data-exporter.cjs.entry.js +1 -1
  8. package/dist/cjs/snk-detail-view.cjs.entry.js +2 -2
  9. package/dist/cjs/snk-grid.cjs.entry.js +2 -2
  10. package/dist/cjs/{snk-guides-viewer-7c07f342.js → snk-guides-viewer-b0c44e0c.js} +1 -1
  11. package/dist/cjs/snk-guides-viewer.cjs.entry.js +2 -2
  12. package/dist/cjs/snk-simple-crud.cjs.entry.js +2 -2
  13. package/dist/collection/components/snk-attach/snk-attach.js +21 -29
  14. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +2 -3
  15. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +4 -4
  16. package/dist/components/dataunit-fetcher.js +6 -7
  17. package/dist/components/snk-attach2.js +15 -20
  18. package/dist/esm/{IExporterProvider-c2384d12.js → IExporterProvider-e2a1195d.js} +1 -1
  19. package/dist/esm/{pesquisa-fetcher-8d7a86e7.js → pesquisa-fetcher-6d8e50bb.js} +6 -7
  20. package/dist/esm/snk-actions-button_4.entry.js +1 -1
  21. package/dist/esm/snk-application.entry.js +1 -1
  22. package/dist/esm/snk-attach.entry.js +16 -21
  23. package/dist/esm/snk-crud.entry.js +1 -1
  24. package/dist/esm/snk-data-exporter.entry.js +1 -1
  25. package/dist/esm/snk-detail-view.entry.js +2 -2
  26. package/dist/esm/snk-grid.entry.js +2 -2
  27. package/dist/esm/{snk-guides-viewer-ab10b1ea.js → snk-guides-viewer-1fd41a25.js} +1 -1
  28. package/dist/esm/snk-guides-viewer.entry.js +2 -2
  29. package/dist/esm/snk-simple-crud.entry.js +2 -2
  30. package/dist/sankhyablocks/{p-9800ce29.js → p-3357af48.js} +1 -1
  31. package/dist/sankhyablocks/{p-debcb301.js → p-3c2a1f4d.js} +3 -3
  32. package/dist/sankhyablocks/{p-7087c679.js → p-3e7167dd.js} +1 -1
  33. package/dist/sankhyablocks/{p-5d3fb87a.entry.js → p-587f9dcf.entry.js} +1 -1
  34. package/dist/sankhyablocks/{p-f440e50a.entry.js → p-61b6126e.entry.js} +1 -1
  35. package/dist/sankhyablocks/{p-9952f9be.entry.js → p-6a7bc5c8.entry.js} +1 -1
  36. package/dist/sankhyablocks/{p-41b2ba65.entry.js → p-6c9edfd8.entry.js} +1 -1
  37. package/dist/sankhyablocks/{p-950a0dfc.entry.js → p-89bde7d3.entry.js} +1 -1
  38. package/dist/sankhyablocks/{p-6b69a15b.entry.js → p-91dceecf.entry.js} +1 -1
  39. package/dist/sankhyablocks/{p-bbc3c9f6.entry.js → p-a40cbad8.entry.js} +1 -1
  40. package/dist/sankhyablocks/{p-e73eb043.entry.js → p-d8ddb2a4.entry.js} +1 -1
  41. package/dist/sankhyablocks/{p-f50c876c.entry.js → p-f92f1f5f.entry.js} +1 -1
  42. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  43. package/dist/types/components/snk-attach/snk-attach.d.ts +9 -9
  44. package/dist/types/lib/http/data-fetcher/fetchers/pesquisa-fetcher.d.ts +1 -0
  45. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
- import { EventEmitter } from "../../stencil-public-runtime";
2
- import { DataUnit } from "@sankhyalabs/core";
3
- import { AttachFetcherFacadeInterface } from "../../lib";
4
- import { FetcherFacade } from "./structure";
5
- import { SnkMessageBuilder } from "../../lib/message/SnkMessageBuilder";
6
- import { TCrudConfig } from "./interfaces/ICrudConfig";
7
- import { TFetcherType } from "./interfaces/TFetcherType";
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ import { DataUnit } from '@sankhyalabs/core';
3
+ import { AttachFetcherFacadeInterface } from '../../lib';
4
+ import { FetcherFacade } from './structure';
5
+ import { SnkMessageBuilder } from '../../lib/message/SnkMessageBuilder';
6
+ import { TCrudConfig } from './interfaces/ICrudConfig';
7
+ import { TFetcherType } from './interfaces/TFetcherType';
8
8
  export declare class SnkAttach {
9
9
  private _application;
10
10
  private _crudElement;
@@ -44,7 +44,7 @@ export declare class SnkAttach {
44
44
  * Evento disparado quando o usuário clica no botão voltar.
45
45
  */
46
46
  back: EventEmitter<void>;
47
- registerKeyWatcher(newRegisterKey: string, oldRegisterKey: string): Promise<import("@sankhyalabs/core").LoadDataResponse> | Promise<void | import("@sankhyalabs/core").UnitMetadata>;
47
+ private initAttach;
48
48
  /**
49
49
  * Conforme mecanismo de mensagens, é possível customizar as mensagens dos blocos de construção
50
50
  * através de um pequeno modulo na estrutura da aplicação:
@@ -63,7 +63,7 @@ export declare class SnkAttach {
63
63
  private handleTaskbarClick;
64
64
  private handleBack;
65
65
  private handleFinish;
66
- componentWillLoad(): void;
66
+ componentWillLoad(): Promise<void>;
67
67
  componentWillRender(): void;
68
68
  private handleOnDataStateChange;
69
69
  render(): any;
@@ -25,6 +25,7 @@ export interface SearchOptions {
25
25
  codeFieldName?: string;
26
26
  showInactives?: boolean;
27
27
  dataUnitId?: string;
28
+ ignoreEntityCriteria?: boolean;
28
29
  }
29
30
  type DataUnitID = string;
30
31
  export type IRemoveSearchListener = () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/sankhyablocks",
3
- "version": "0.0.0-bugfix-dev-KB-55396.0",
3
+ "version": "0.0.0-bugfix-dev-KB-57523.0",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",