@sankhyalabs/sankhyablocks 1.3.31-beta.13 → 1.3.31-beta.16

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 (62) hide show
  1. package/dist/cjs/{SnkMessageBuilder-bb55d4c4.js → SnkMessageBuilder-79cf15c5.js} +1 -0
  2. package/dist/cjs/{index-c6671817.js → index-5575fe3d.js} +434 -231
  3. package/dist/cjs/loader.cjs.js +3 -3
  4. package/dist/cjs/sankhyablocks.cjs.js +3 -3
  5. package/dist/cjs/snk-application.cjs.entry.js +60 -2
  6. package/dist/cjs/snk-crud.cjs.entry.js +1 -1
  7. package/dist/cjs/snk-data-unit.cjs.entry.js +3 -3
  8. package/dist/cjs/snk-form_2.cjs.entry.js +2 -2
  9. package/dist/cjs/snk-pesquisa.cjs.entry.js +1 -1
  10. package/dist/cjs/snk-taskbar.cjs.entry.js +2 -2
  11. package/dist/cjs/{taskbar-elements-2888ceb6.js → taskbar-elements-2ae0d005.js} +1 -1
  12. package/dist/cjs/teste-pesquisa.cjs.entry.js +1 -1
  13. package/dist/collection/collection-manifest.json +2 -2
  14. package/dist/collection/components/snk-application/snk-application.js +703 -647
  15. package/dist/collection/components/snk-crud/snk-crud.js +75 -73
  16. package/dist/collection/components/snk-data-unit/snk-data-unit.js +262 -250
  17. package/dist/collection/components/snk-form/snk-form.js +111 -111
  18. package/dist/collection/components/snk-grid/snk-grid.js +93 -92
  19. package/dist/collection/components/snk-pesquisa/snk-pesquisa.js +80 -79
  20. package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +1 -2
  21. package/dist/collection/components/snk-taskbar/snk-taskbar.js +128 -116
  22. package/dist/collection/components/teste-pesquisa/teste-pesquisa.js +12 -9
  23. package/dist/collection/lib/http/data-fetcher/fetchers/totals-fetcher.js +47 -0
  24. package/dist/collection/lib/message/resources/snk-data-unit.msg.js +1 -0
  25. package/dist/components/SnkMessageBuilder.js +1 -0
  26. package/dist/components/index.d.ts +8 -5
  27. package/dist/components/index.js +8 -0
  28. package/dist/components/snk-application2.js +59 -0
  29. package/dist/components/snk-data-unit.js +1 -1
  30. package/dist/esm/{SnkMessageBuilder-17d91b88.js → SnkMessageBuilder-3cdde541.js} +1 -0
  31. package/dist/esm/{index-6a83ac96.js → index-cf91f542.js} +434 -231
  32. package/dist/esm/loader.js +3 -3
  33. package/dist/esm/polyfills/css-shim.js +1 -1
  34. package/dist/esm/sankhyablocks.js +3 -3
  35. package/dist/esm/snk-application.entry.js +60 -2
  36. package/dist/esm/snk-crud.entry.js +1 -1
  37. package/dist/esm/snk-data-unit.entry.js +3 -3
  38. package/dist/esm/snk-form_2.entry.js +2 -2
  39. package/dist/esm/snk-pesquisa.entry.js +1 -1
  40. package/dist/esm/snk-taskbar.entry.js +2 -2
  41. package/dist/esm/{taskbar-elements-5ea74223.js → taskbar-elements-bcccc0ff.js} +1 -1
  42. package/dist/esm/teste-pesquisa.entry.js +1 -1
  43. package/dist/sankhyablocks/{p-b7e029cd.entry.js → p-1ba29824.entry.js} +8 -3
  44. package/dist/sankhyablocks/{p-4c7b32d6.entry.js → p-2266555e.entry.js} +1 -1
  45. package/dist/sankhyablocks/p-23c4c94f.js +2 -0
  46. package/dist/sankhyablocks/{p-b559117b.js → p-2454be94.js} +1 -1
  47. package/dist/sankhyablocks/p-49743bc5.js +1 -0
  48. package/dist/sankhyablocks/{p-ce2d1214.entry.js → p-4fa389bd.entry.js} +1 -1
  49. package/dist/sankhyablocks/{p-56a32417.entry.js → p-5327ba05.entry.js} +1 -1
  50. package/dist/sankhyablocks/{p-d25803a1.entry.js → p-7a922fb4.entry.js} +1 -1
  51. package/dist/sankhyablocks/p-92d6f826.entry.js +1 -0
  52. package/dist/sankhyablocks/{p-d25637c9.entry.js → p-bdeef7f2.entry.js} +1 -1
  53. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  54. package/dist/types/components/snk-application/snk-application.d.ts +8 -0
  55. package/dist/types/components.d.ts +5 -1
  56. package/dist/types/lib/http/data-fetcher/fetchers/totals-fetcher.d.ts +8 -0
  57. package/dist/types/stencil-public-runtime.d.ts +15 -4
  58. package/loader/package.json +1 -0
  59. package/package.json +5 -5
  60. package/dist/sankhyablocks/p-ab694dbc.js +0 -1
  61. package/dist/sankhyablocks/p-cd1dc099.js +0 -2
  62. package/dist/sankhyablocks/p-edf81d2c.entry.js +0 -1
@@ -1,4 +1,4 @@
1
- import { Component, h, Method, Event, Prop } from "@stencil/core";
1
+ import { h } from "@stencil/core";
2
2
  import { DataType, ErrorTracking } from "@sankhyalabs/core";
3
3
  import { DependencyType } from "@sankhyalabs/core";
4
4
  import DataUnitFetcher from "../../lib/http/data-fetcher/fetchers/dataunit-fetcher";
@@ -15,6 +15,7 @@ import AuthFetcher, { AutorizationType } from "../../lib/http/data-fetcher/fetch
15
15
  import MGEAuthorization from '../../lib/auth/mgeauthorization.module';
16
16
  import { SnkErrorHandler } from "./errorhandler/snk-error-handler";
17
17
  import { agGridLicense } from '../../lib/licenses/sankhyalicense.module';
18
+ import { TotalsFetcher } from "../../lib/http/data-fetcher/fetchers/totals-fetcher";
18
19
  import { SnkMessageBuilder } from "../../lib/message/SnkMessageBuilder";
19
20
  /**
20
21
  * É possível customizar as mensagens dos blocos de construção através de um pequeno modulo na estrutura da aplicação:
@@ -333,6 +334,12 @@ export class SnkApplication {
333
334
  async loadGridConfig(name) {
334
335
  return this.gridConfigFetcher.getConfig(name, this.resourceID);
335
336
  }
337
+ /**
338
+ * Busca os totalizadores da grade.
339
+ */
340
+ async loadTotals(name, resourceID, filters) {
341
+ return this.totalsFetcher.fetchTotals(name, resourceID, filters);
342
+ }
336
343
  /**
337
344
  * Salva a configuração de grade.
338
345
  */
@@ -366,6 +373,12 @@ export class SnkApplication {
366
373
  }
367
374
  return this._gridConfigFetcher;
368
375
  }
376
+ get totalsFetcher() {
377
+ if (!this._totalsFetcher) {
378
+ this._totalsFetcher = new TotalsFetcher();
379
+ }
380
+ return this._totalsFetcher;
381
+ }
369
382
  get pesquisaFetcher() {
370
383
  if (!this._pesquisaFetcher) {
371
384
  this._pesquisaFetcher = new PesquisaFetcher();
@@ -475,731 +488,774 @@ export class SnkApplication {
475
488
  });
476
489
  }
477
490
  render() {
478
- return (h("div", null,
479
- h("ez-loading-bar", { ref: (ref) => this._requestListener.loadingBar = ref }),
480
- h("ez-popup", { opened: false, ref: (ref) => this._popUp = ref, onEzClosePopup: () => this.closePopUp() })));
491
+ return (h("div", null, h("ez-loading-bar", { ref: (ref) => this._requestListener.loadingBar = ref }), h("ez-popup", { opened: false, ref: (ref) => this._popUp = ref, onEzClosePopup: () => this.closePopUp() })));
481
492
  }
482
493
  static get is() { return "snk-application"; }
483
494
  static get encapsulation() { return "scoped"; }
484
- static get originalStyleUrls() { return {
485
- "$": ["snk-application.css"]
486
- }; }
487
- static get styleUrls() { return {
488
- "$": ["snk-application.css"]
489
- }; }
490
- static get properties() { return {
491
- "messagesBuilder": {
492
- "type": "unknown",
493
- "mutable": true,
494
- "complexType": {
495
- "original": "SnkMessageBuilder",
496
- "resolved": "SnkMessageBuilder",
497
- "references": {
498
- "SnkMessageBuilder": {
499
- "location": "import",
500
- "path": "../../lib/message/SnkMessageBuilder"
495
+ static get originalStyleUrls() {
496
+ return {
497
+ "$": ["snk-application.css"]
498
+ };
499
+ }
500
+ static get styleUrls() {
501
+ return {
502
+ "$": ["snk-application.css"]
503
+ };
504
+ }
505
+ static get properties() {
506
+ return {
507
+ "messagesBuilder": {
508
+ "type": "unknown",
509
+ "mutable": true,
510
+ "complexType": {
511
+ "original": "SnkMessageBuilder",
512
+ "resolved": "SnkMessageBuilder",
513
+ "references": {
514
+ "SnkMessageBuilder": {
515
+ "location": "import",
516
+ "path": "../../lib/message/SnkMessageBuilder"
517
+ }
501
518
  }
519
+ },
520
+ "required": false,
521
+ "optional": false,
522
+ "docs": {
523
+ "tags": [],
524
+ "text": "messagesBuilder \u00E9 um utilit\u00E1rio respons\u00E1vel por flexibilizar e padronizar\no uso de mensagens nos blocos de constru\u00E7\u00E3o."
502
525
  }
503
- },
504
- "required": false,
505
- "optional": false,
506
- "docs": {
507
- "tags": [],
508
- "text": "messagesBuilder \u00E9 um utilit\u00E1rio respons\u00E1vel por flexibilizar e padronizar\no uso de mensagens nos blocos de constru\u00E7\u00E3o."
509
- }
510
- }
511
- }; }
512
- static get events() { return [{
513
- "method": "applicationLoaded",
514
- "name": "applicationLoaded",
515
- "bubbles": true,
516
- "cancelable": true,
517
- "composed": true,
518
- "docs": {
519
- "tags": [],
520
- "text": "Evento disparado quando a aplica\u00E7\u00E3o for carregada."
521
- },
522
- "complexType": {
523
- "original": "boolean",
524
- "resolved": "boolean",
525
- "references": {}
526
526
  }
527
- }, {
528
- "method": "applicationLoading",
529
- "name": "applicationLoading",
530
- "bubbles": true,
531
- "cancelable": true,
532
- "composed": true,
533
- "docs": {
534
- "tags": [],
535
- "text": "Evento disparado ao iniciar a carga do componente"
536
- },
537
- "complexType": {
538
- "original": "boolean",
539
- "resolved": "boolean",
540
- "references": {}
541
- }
542
- }]; }
543
- static get methods() { return {
544
- "isUserSup": {
545
- "complexType": {
546
- "signature": "() => Promise<boolean>",
547
- "parameters": [],
548
- "references": {
549
- "Promise": {
550
- "location": "global"
551
- }
527
+ };
528
+ }
529
+ static get events() {
530
+ return [{
531
+ "method": "applicationLoaded",
532
+ "name": "applicationLoaded",
533
+ "bubbles": true,
534
+ "cancelable": true,
535
+ "composed": true,
536
+ "docs": {
537
+ "tags": [],
538
+ "text": "Evento disparado quando a aplica\u00E7\u00E3o for carregada."
552
539
  },
553
- "return": "Promise<boolean>"
554
- },
555
- "docs": {
556
- "text": "Caso o usu\u00E1rio logado seja o SUP.",
557
- "tags": []
558
- }
559
- },
560
- "hasAccess": {
561
- "complexType": {
562
- "signature": "(access: AutorizationType) => Promise<boolean>",
563
- "parameters": [{
564
- "tags": [],
565
- "text": ""
566
- }],
567
- "references": {
568
- "Promise": {
569
- "location": "global"
540
+ "complexType": {
541
+ "original": "boolean",
542
+ "resolved": "boolean",
543
+ "references": {}
544
+ }
545
+ }, {
546
+ "method": "applicationLoading",
547
+ "name": "applicationLoading",
548
+ "bubbles": true,
549
+ "cancelable": true,
550
+ "composed": true,
551
+ "docs": {
552
+ "tags": [],
553
+ "text": "Evento disparado ao iniciar a carga do componente"
554
+ },
555
+ "complexType": {
556
+ "original": "boolean",
557
+ "resolved": "boolean",
558
+ "references": {}
559
+ }
560
+ }];
561
+ }
562
+ static get methods() {
563
+ return {
564
+ "isUserSup": {
565
+ "complexType": {
566
+ "signature": "() => Promise<boolean>",
567
+ "parameters": [],
568
+ "references": {
569
+ "Promise": {
570
+ "location": "global"
571
+ }
570
572
  },
571
- "AutorizationType": {
572
- "location": "import",
573
- "path": "../../lib/http/data-fetcher/fetchers/auth-fetcher"
574
- }
573
+ "return": "Promise<boolean>"
575
574
  },
576
- "return": "Promise<boolean>"
575
+ "docs": {
576
+ "text": "Caso o usu\u00E1rio logado seja o SUP.",
577
+ "tags": []
578
+ }
577
579
  },
578
- "docs": {
579
- "text": "Se o usu\u00E1rio logado tem permiss\u00E3o pra determinada a\u00E7\u00E3o.",
580
- "tags": []
581
- }
582
- },
583
- "getAllAccess": {
584
- "complexType": {
585
- "signature": "() => Promise<any>",
586
- "parameters": [],
587
- "references": {
588
- "Promise": {
589
- "location": "global"
590
- }
580
+ "hasAccess": {
581
+ "complexType": {
582
+ "signature": "(access: AutorizationType) => Promise<boolean>",
583
+ "parameters": [{
584
+ "tags": [],
585
+ "text": ""
586
+ }],
587
+ "references": {
588
+ "Promise": {
589
+ "location": "global"
590
+ },
591
+ "AutorizationType": {
592
+ "location": "import",
593
+ "path": "../../lib/http/data-fetcher/fetchers/auth-fetcher"
594
+ }
595
+ },
596
+ "return": "Promise<boolean>"
591
597
  },
592
- "return": "Promise<any>"
598
+ "docs": {
599
+ "text": "Se o usu\u00E1rio logado tem permiss\u00E3o pra determinada a\u00E7\u00E3o.",
600
+ "tags": []
601
+ }
593
602
  },
594
- "docs": {
595
- "text": "Retorna todos os acessos do usu\u00E1rio logado.",
596
- "tags": []
597
- }
598
- },
599
- "getStringParam": {
600
- "complexType": {
601
- "signature": "(name: string) => Promise<string>",
602
- "parameters": [{
603
- "tags": [],
604
- "text": ""
605
- }],
606
- "references": {
607
- "Promise": {
608
- "location": "global"
609
- }
603
+ "getAllAccess": {
604
+ "complexType": {
605
+ "signature": "() => Promise<any>",
606
+ "parameters": [],
607
+ "references": {
608
+ "Promise": {
609
+ "location": "global"
610
+ }
611
+ },
612
+ "return": "Promise<any>"
610
613
  },
611
- "return": "Promise<string>"
614
+ "docs": {
615
+ "text": "Retorna todos os acessos do usu\u00E1rio logado.",
616
+ "tags": []
617
+ }
612
618
  },
613
- "docs": {
614
- "text": "Retorna o valor de um par\u00E2metro do tipo string.",
615
- "tags": []
616
- }
617
- },
618
- "getIntParam": {
619
- "complexType": {
620
- "signature": "(name: string) => Promise<number>",
621
- "parameters": [{
622
- "tags": [],
623
- "text": ""
624
- }],
625
- "references": {
626
- "Promise": {
627
- "location": "global"
628
- }
619
+ "getStringParam": {
620
+ "complexType": {
621
+ "signature": "(name: string) => Promise<string>",
622
+ "parameters": [{
623
+ "tags": [],
624
+ "text": ""
625
+ }],
626
+ "references": {
627
+ "Promise": {
628
+ "location": "global"
629
+ }
630
+ },
631
+ "return": "Promise<string>"
629
632
  },
630
- "return": "Promise<number>"
633
+ "docs": {
634
+ "text": "Retorna o valor de um par\u00E2metro do tipo string.",
635
+ "tags": []
636
+ }
631
637
  },
632
- "docs": {
633
- "text": "Retorna o valor de um par\u00E2metro do tipo Inteiro.",
634
- "tags": []
635
- }
636
- },
637
- "getFloatParam": {
638
- "complexType": {
639
- "signature": "(name: string) => Promise<number>",
640
- "parameters": [{
641
- "tags": [],
642
- "text": ""
643
- }],
644
- "references": {
645
- "Promise": {
646
- "location": "global"
647
- }
638
+ "getIntParam": {
639
+ "complexType": {
640
+ "signature": "(name: string) => Promise<number>",
641
+ "parameters": [{
642
+ "tags": [],
643
+ "text": ""
644
+ }],
645
+ "references": {
646
+ "Promise": {
647
+ "location": "global"
648
+ }
649
+ },
650
+ "return": "Promise<number>"
648
651
  },
649
- "return": "Promise<number>"
652
+ "docs": {
653
+ "text": "Retorna o valor de um par\u00E2metro do tipo Inteiro.",
654
+ "tags": []
655
+ }
650
656
  },
651
- "docs": {
652
- "text": "Retorna o valor de um par\u00E2metro do tipo Decimal.",
653
- "tags": []
654
- }
655
- },
656
- "getBooleanParam": {
657
- "complexType": {
658
- "signature": "(name: string) => Promise<boolean>",
659
- "parameters": [{
660
- "tags": [],
661
- "text": ""
662
- }],
663
- "references": {
664
- "Promise": {
665
- "location": "global"
666
- }
657
+ "getFloatParam": {
658
+ "complexType": {
659
+ "signature": "(name: string) => Promise<number>",
660
+ "parameters": [{
661
+ "tags": [],
662
+ "text": ""
663
+ }],
664
+ "references": {
665
+ "Promise": {
666
+ "location": "global"
667
+ }
668
+ },
669
+ "return": "Promise<number>"
667
670
  },
668
- "return": "Promise<boolean>"
671
+ "docs": {
672
+ "text": "Retorna o valor de um par\u00E2metro do tipo Decimal.",
673
+ "tags": []
674
+ }
669
675
  },
670
- "docs": {
671
- "text": "Retorna o valor de um par\u00E2metro do tipo booleano.",
672
- "tags": []
673
- }
674
- },
675
- "getDateParam": {
676
- "complexType": {
677
- "signature": "(name: string) => Promise<Date>",
678
- "parameters": [{
679
- "tags": [],
680
- "text": ""
681
- }],
682
- "references": {
683
- "Promise": {
684
- "location": "global"
676
+ "getBooleanParam": {
677
+ "complexType": {
678
+ "signature": "(name: string) => Promise<boolean>",
679
+ "parameters": [{
680
+ "tags": [],
681
+ "text": ""
682
+ }],
683
+ "references": {
684
+ "Promise": {
685
+ "location": "global"
686
+ }
685
687
  },
686
- "Date": {
687
- "location": "global"
688
- }
688
+ "return": "Promise<boolean>"
689
689
  },
690
- "return": "Promise<Date>"
690
+ "docs": {
691
+ "text": "Retorna o valor de um par\u00E2metro do tipo booleano.",
692
+ "tags": []
693
+ }
691
694
  },
692
- "docs": {
693
- "text": "Retorna o valor de um par\u00E2metro do tipo data.",
694
- "tags": []
695
- }
696
- },
697
- "showPopUp": {
698
- "complexType": {
699
- "signature": "(content: HTMLElement) => Promise<void>",
700
- "parameters": [{
701
- "tags": [],
702
- "text": ""
703
- }],
704
- "references": {
705
- "Promise": {
706
- "location": "global"
695
+ "getDateParam": {
696
+ "complexType": {
697
+ "signature": "(name: string) => Promise<Date>",
698
+ "parameters": [{
699
+ "tags": [],
700
+ "text": ""
701
+ }],
702
+ "references": {
703
+ "Promise": {
704
+ "location": "global"
705
+ },
706
+ "Date": {
707
+ "location": "global"
708
+ }
707
709
  },
708
- "HTMLElement": {
709
- "location": "global"
710
- }
710
+ "return": "Promise<Date>"
711
711
  },
712
- "return": "Promise<void>"
712
+ "docs": {
713
+ "text": "Retorna o valor de um par\u00E2metro do tipo data.",
714
+ "tags": []
715
+ }
713
716
  },
714
- "docs": {
715
- "text": "Mostra o conte\u00FAdo passado em um Popup",
716
- "tags": []
717
- }
718
- },
719
- "closePopUp": {
720
- "complexType": {
721
- "signature": "() => Promise<void>",
722
- "parameters": [],
723
- "references": {
724
- "Promise": {
725
- "location": "global"
726
- }
717
+ "showPopUp": {
718
+ "complexType": {
719
+ "signature": "(content: HTMLElement) => Promise<void>",
720
+ "parameters": [{
721
+ "tags": [],
722
+ "text": ""
723
+ }],
724
+ "references": {
725
+ "Promise": {
726
+ "location": "global"
727
+ },
728
+ "HTMLElement": {
729
+ "location": "global"
730
+ }
731
+ },
732
+ "return": "Promise<void>"
727
733
  },
728
- "return": "Promise<void>"
734
+ "docs": {
735
+ "text": "Mostra o conte\u00FAdo passado em um Popup",
736
+ "tags": []
737
+ }
729
738
  },
730
- "docs": {
731
- "text": "Fecha o popup, liberando o conte\u00FAdo.",
732
- "tags": []
733
- }
734
- },
735
- "temOpcional": {
736
- "complexType": {
737
- "signature": "(opcional: string) => Promise<boolean>",
738
- "parameters": [{
739
- "tags": [],
740
- "text": ""
741
- }],
742
- "references": {
743
- "Promise": {
744
- "location": "global"
745
- }
739
+ "closePopUp": {
740
+ "complexType": {
741
+ "signature": "() => Promise<void>",
742
+ "parameters": [],
743
+ "references": {
744
+ "Promise": {
745
+ "location": "global"
746
+ }
747
+ },
748
+ "return": "Promise<void>"
746
749
  },
747
- "return": "Promise<boolean>"
750
+ "docs": {
751
+ "text": "Fecha o popup, liberando o conte\u00FAdo.",
752
+ "tags": []
753
+ }
748
754
  },
749
- "docs": {
750
- "text": "Verifica se a licen\u00E7a do cliente tem determinado opcional (produto)",
751
- "tags": []
752
- }
753
- },
754
- "getConfig": {
755
- "complexType": {
756
- "signature": "(key: string) => Promise<any>",
757
- "parameters": [{
758
- "tags": [],
759
- "text": ""
760
- }],
761
- "references": {
762
- "Promise": {
763
- "location": "global"
764
- }
755
+ "temOpcional": {
756
+ "complexType": {
757
+ "signature": "(opcional: string) => Promise<boolean>",
758
+ "parameters": [{
759
+ "tags": [],
760
+ "text": ""
761
+ }],
762
+ "references": {
763
+ "Promise": {
764
+ "location": "global"
765
+ }
766
+ },
767
+ "return": "Promise<boolean>"
765
768
  },
766
- "return": "Promise<any>"
769
+ "docs": {
770
+ "text": "Verifica se a licen\u00E7a do cliente tem determinado opcional (produto)",
771
+ "tags": []
772
+ }
767
773
  },
768
- "docs": {
769
- "text": "Retorna a configura\u00E7\u00E3o de um recurso por service broker\nVeja tamb\u00E9m o m\u00E9todo \"loadConfig\"",
770
- "tags": []
771
- }
772
- },
773
- "saveConfig": {
774
- "complexType": {
775
- "signature": "(key: string, data: Object) => Promise<any>",
776
- "parameters": [{
777
- "tags": [],
778
- "text": ""
779
- }, {
780
- "tags": [],
781
- "text": ""
782
- }],
783
- "references": {
784
- "Promise": {
785
- "location": "global"
774
+ "getConfig": {
775
+ "complexType": {
776
+ "signature": "(key: string) => Promise<any>",
777
+ "parameters": [{
778
+ "tags": [],
779
+ "text": ""
780
+ }],
781
+ "references": {
782
+ "Promise": {
783
+ "location": "global"
784
+ }
786
785
  },
787
- "Object": {
788
- "location": "global"
789
- }
786
+ "return": "Promise<any>"
790
787
  },
791
- "return": "Promise<any>"
788
+ "docs": {
789
+ "text": "Retorna a configura\u00E7\u00E3o de um recurso por service broker\nVeja tamb\u00E9m o m\u00E9todo \"loadConfig\"",
790
+ "tags": []
791
+ }
792
792
  },
793
- "docs": {
794
- "text": "Salva a configura\u00E7\u00E3o de determinado recurso.",
795
- "tags": []
796
- }
797
- },
798
- "getAttributeFromHTMLWrapper": {
799
- "complexType": {
800
- "signature": "(attribName: string) => Promise<string>",
801
- "parameters": [{
802
- "tags": [],
803
- "text": ""
804
- }],
805
- "references": {
806
- "Promise": {
807
- "location": "global"
808
- }
793
+ "saveConfig": {
794
+ "complexType": {
795
+ "signature": "(key: string, data: Object) => Promise<any>",
796
+ "parameters": [{
797
+ "tags": [],
798
+ "text": ""
799
+ }, {
800
+ "tags": [],
801
+ "text": ""
802
+ }],
803
+ "references": {
804
+ "Promise": {
805
+ "location": "global"
806
+ },
807
+ "Object": {
808
+ "location": "global"
809
+ }
810
+ },
811
+ "return": "Promise<any>"
809
812
  },
810
- "return": "Promise<string>"
813
+ "docs": {
814
+ "text": "Salva a configura\u00E7\u00E3o de determinado recurso.",
815
+ "tags": []
816
+ }
811
817
  },
812
- "docs": {
813
- "text": "Acessa informa\u00E7\u00F5es de contexto \"empurrados\" na abertura da tela",
814
- "tags": []
815
- }
816
- },
817
- "openApp": {
818
- "complexType": {
819
- "signature": "(resourceId: string, pkObject: Object) => Promise<void>",
820
- "parameters": [{
821
- "tags": [],
822
- "text": ""
823
- }, {
824
- "tags": [],
825
- "text": ""
826
- }],
827
- "references": {
828
- "Promise": {
829
- "location": "global"
818
+ "getAttributeFromHTMLWrapper": {
819
+ "complexType": {
820
+ "signature": "(attribName: string) => Promise<string>",
821
+ "parameters": [{
822
+ "tags": [],
823
+ "text": ""
824
+ }],
825
+ "references": {
826
+ "Promise": {
827
+ "location": "global"
828
+ }
830
829
  },
831
- "Object": {
832
- "location": "global"
833
- }
830
+ "return": "Promise<string>"
834
831
  },
835
- "return": "Promise<void>"
832
+ "docs": {
833
+ "text": "Acessa informa\u00E7\u00F5es de contexto \"empurrados\" na abertura da tela",
834
+ "tags": []
835
+ }
836
836
  },
837
- "docs": {
838
- "text": "Abre determinada tela, repassando pkObject",
839
- "tags": []
840
- }
841
- },
842
- "createDataunit": {
843
- "complexType": {
844
- "signature": "(entityName: string, dataUnitName?: string) => Promise<DataUnit>",
845
- "parameters": [{
846
- "tags": [],
847
- "text": ""
848
- }, {
849
- "tags": [],
850
- "text": ""
851
- }],
852
- "references": {
853
- "Promise": {
854
- "location": "global"
837
+ "openApp": {
838
+ "complexType": {
839
+ "signature": "(resourceId: string, pkObject: Object) => Promise<void>",
840
+ "parameters": [{
841
+ "tags": [],
842
+ "text": ""
843
+ }, {
844
+ "tags": [],
845
+ "text": ""
846
+ }],
847
+ "references": {
848
+ "Promise": {
849
+ "location": "global"
850
+ },
851
+ "Object": {
852
+ "location": "global"
853
+ }
855
854
  },
856
- "DataUnit": {
857
- "location": "import",
858
- "path": "@sankhyalabs/core"
859
- }
855
+ "return": "Promise<void>"
860
856
  },
861
- "return": "Promise<DataUnit>"
857
+ "docs": {
858
+ "text": "Abre determinada tela, repassando pkObject",
859
+ "tags": []
860
+ }
862
861
  },
863
- "docs": {
864
- "text": "Cria o DataUnit a partir do nome da entidade. \u00C9 poss\u00EDvel armazen\u00E1-lo no cache\npassando o dataUnitName, assim, se mais de uma chamada for feita, o mesmo DataUnit ser\u00E1 usado",
865
- "tags": []
866
- }
867
- },
868
- "getDataUnit": {
869
- "complexType": {
870
- "signature": "(entityName: string, dataUnitName: string) => Promise<DataUnit>",
871
- "parameters": [{
872
- "tags": [],
873
- "text": ""
874
- }, {
875
- "tags": [],
876
- "text": ""
877
- }],
878
- "references": {
879
- "Promise": {
880
- "location": "global"
862
+ "createDataunit": {
863
+ "complexType": {
864
+ "signature": "(entityName: string, dataUnitName?: string) => Promise<DataUnit>",
865
+ "parameters": [{
866
+ "tags": [],
867
+ "text": ""
868
+ }, {
869
+ "tags": [],
870
+ "text": ""
871
+ }],
872
+ "references": {
873
+ "Promise": {
874
+ "location": "global"
875
+ },
876
+ "DataUnit": {
877
+ "location": "import",
878
+ "path": "@sankhyalabs/core"
879
+ }
881
880
  },
882
- "DataUnit": {
883
- "location": "import",
884
- "path": "@sankhyalabs/core"
885
- }
881
+ "return": "Promise<DataUnit>"
886
882
  },
887
- "return": "Promise<DataUnit>"
883
+ "docs": {
884
+ "text": "Cria o DataUnit a partir do nome da entidade. \u00C9 poss\u00EDvel armazen\u00E1-lo no cache\npassando o dataUnitName, assim, se mais de uma chamada for feita, o mesmo DataUnit ser\u00E1 usado",
885
+ "tags": []
886
+ }
888
887
  },
889
- "docs": {
890
- "text": "Obtem um DataUnit do cache ou cria um caso ainda n\u00E3o tenha sido criado.",
891
- "tags": []
892
- }
893
- },
894
- "getResourceID": {
895
- "complexType": {
896
- "signature": "() => Promise<string>",
897
- "parameters": [],
898
- "references": {
899
- "Promise": {
900
- "location": "global"
901
- }
888
+ "getDataUnit": {
889
+ "complexType": {
890
+ "signature": "(entityName: string, dataUnitName: string) => Promise<DataUnit>",
891
+ "parameters": [{
892
+ "tags": [],
893
+ "text": ""
894
+ }, {
895
+ "tags": [],
896
+ "text": ""
897
+ }],
898
+ "references": {
899
+ "Promise": {
900
+ "location": "global"
901
+ },
902
+ "DataUnit": {
903
+ "location": "import",
904
+ "path": "@sankhyalabs/core"
905
+ }
906
+ },
907
+ "return": "Promise<DataUnit>"
902
908
  },
903
- "return": "Promise<string>"
909
+ "docs": {
910
+ "text": "Obtem um DataUnit do cache ou cria um caso ainda n\u00E3o tenha sido criado.",
911
+ "tags": []
912
+ }
904
913
  },
905
- "docs": {
906
- "text": "Retorna o resourceID da tela em quest\u00E3o.",
907
- "tags": []
908
- }
909
- },
910
- "alert": {
911
- "complexType": {
912
- "signature": "(title: string, message: string, icon?: string, options?: MessageOptions) => Promise<boolean>",
913
- "parameters": [{
914
- "tags": [],
915
- "text": ""
916
- }, {
917
- "tags": [],
918
- "text": ""
919
- }, {
920
- "tags": [],
921
- "text": ""
922
- }, {
923
- "tags": [],
924
- "text": ""
925
- }],
926
- "references": {
927
- "Promise": {
928
- "location": "global"
914
+ "getResourceID": {
915
+ "complexType": {
916
+ "signature": "() => Promise<string>",
917
+ "parameters": [],
918
+ "references": {
919
+ "Promise": {
920
+ "location": "global"
921
+ }
929
922
  },
930
- "MessageOptions": {
931
- "location": "import",
932
- "path": "@sankhyalabs/ezui/dist/collection/utils"
933
- }
923
+ "return": "Promise<string>"
934
924
  },
935
- "return": "Promise<boolean>"
925
+ "docs": {
926
+ "text": "Retorna o resourceID da tela em quest\u00E3o.",
927
+ "tags": []
928
+ }
936
929
  },
937
- "docs": {
938
- "text": "Mostra o di\u00E1logo de alerta de acordo com os par\u00E2metros passados.",
939
- "tags": []
940
- }
941
- },
942
- "error": {
943
- "complexType": {
944
- "signature": "(title: string, message: string, icon?: string, options?: MessageOptions) => Promise<boolean>",
945
- "parameters": [{
946
- "tags": [],
947
- "text": ""
948
- }, {
949
- "tags": [],
950
- "text": ""
951
- }, {
952
- "tags": [],
953
- "text": ""
954
- }, {
955
- "tags": [],
956
- "text": ""
957
- }],
958
- "references": {
959
- "Promise": {
960
- "location": "global"
930
+ "alert": {
931
+ "complexType": {
932
+ "signature": "(title: string, message: string, icon?: string, options?: MessageOptions) => Promise<boolean>",
933
+ "parameters": [{
934
+ "tags": [],
935
+ "text": ""
936
+ }, {
937
+ "tags": [],
938
+ "text": ""
939
+ }, {
940
+ "tags": [],
941
+ "text": ""
942
+ }, {
943
+ "tags": [],
944
+ "text": ""
945
+ }],
946
+ "references": {
947
+ "Promise": {
948
+ "location": "global"
949
+ },
950
+ "MessageOptions": {
951
+ "location": "import",
952
+ "path": "@sankhyalabs/ezui/dist/collection/utils"
953
+ }
961
954
  },
962
- "MessageOptions": {
963
- "location": "import",
964
- "path": "@sankhyalabs/ezui/dist/collection/utils"
965
- }
955
+ "return": "Promise<boolean>"
966
956
  },
967
- "return": "Promise<boolean>"
957
+ "docs": {
958
+ "text": "Mostra o di\u00E1logo de alerta de acordo com os par\u00E2metros passados.",
959
+ "tags": []
960
+ }
968
961
  },
969
- "docs": {
970
- "text": "Mostra o di\u00E1logo de erro de acordo com os par\u00E2metros passados.",
971
- "tags": []
972
- }
973
- },
974
- "message": {
975
- "complexType": {
976
- "signature": "(title: string, message: string, icon?: string, options?: MessageOptions) => Promise<boolean>",
977
- "parameters": [{
978
- "tags": [],
979
- "text": ""
980
- }, {
981
- "tags": [],
982
- "text": ""
983
- }, {
984
- "tags": [],
985
- "text": ""
986
- }, {
987
- "tags": [],
988
- "text": ""
989
- }],
990
- "references": {
991
- "Promise": {
992
- "location": "global"
962
+ "error": {
963
+ "complexType": {
964
+ "signature": "(title: string, message: string, icon?: string, options?: MessageOptions) => Promise<boolean>",
965
+ "parameters": [{
966
+ "tags": [],
967
+ "text": ""
968
+ }, {
969
+ "tags": [],
970
+ "text": ""
971
+ }, {
972
+ "tags": [],
973
+ "text": ""
974
+ }, {
975
+ "tags": [],
976
+ "text": ""
977
+ }],
978
+ "references": {
979
+ "Promise": {
980
+ "location": "global"
981
+ },
982
+ "MessageOptions": {
983
+ "location": "import",
984
+ "path": "@sankhyalabs/ezui/dist/collection/utils"
985
+ }
993
986
  },
994
- "MessageOptions": {
995
- "location": "import",
996
- "path": "@sankhyalabs/ezui/dist/collection/utils"
997
- }
987
+ "return": "Promise<boolean>"
998
988
  },
999
- "return": "Promise<boolean>"
989
+ "docs": {
990
+ "text": "Mostra o di\u00E1logo de erro de acordo com os par\u00E2metros passados.",
991
+ "tags": []
992
+ }
1000
993
  },
1001
- "docs": {
1002
- "text": "Exibe um di\u00E1logo de mensagem comum",
1003
- "tags": []
1004
- }
1005
- },
1006
- "confirm": {
1007
- "complexType": {
1008
- "signature": "(title: string, message: string, icon?: string, dialogType?: DialogType, options?: MessageOptions) => Promise<boolean>",
1009
- "parameters": [{
1010
- "tags": [],
1011
- "text": ""
1012
- }, {
1013
- "tags": [],
1014
- "text": ""
1015
- }, {
1016
- "tags": [],
1017
- "text": ""
1018
- }, {
1019
- "tags": [],
1020
- "text": ""
1021
- }, {
1022
- "tags": [],
1023
- "text": ""
1024
- }],
1025
- "references": {
1026
- "Promise": {
1027
- "location": "global"
1028
- },
1029
- "DialogType": {
1030
- "location": "import",
1031
- "path": "@sankhyalabs/ezui/dist/collection/utils"
994
+ "message": {
995
+ "complexType": {
996
+ "signature": "(title: string, message: string, icon?: string, options?: MessageOptions) => Promise<boolean>",
997
+ "parameters": [{
998
+ "tags": [],
999
+ "text": ""
1000
+ }, {
1001
+ "tags": [],
1002
+ "text": ""
1003
+ }, {
1004
+ "tags": [],
1005
+ "text": ""
1006
+ }, {
1007
+ "tags": [],
1008
+ "text": ""
1009
+ }],
1010
+ "references": {
1011
+ "Promise": {
1012
+ "location": "global"
1013
+ },
1014
+ "MessageOptions": {
1015
+ "location": "import",
1016
+ "path": "@sankhyalabs/ezui/dist/collection/utils"
1017
+ }
1032
1018
  },
1033
- "MessageOptions": {
1034
- "location": "import",
1035
- "path": "@sankhyalabs/ezui/dist/collection/utils"
1036
- }
1019
+ "return": "Promise<boolean>"
1037
1020
  },
1038
- "return": "Promise<boolean>"
1021
+ "docs": {
1022
+ "text": "Exibe um di\u00E1logo de mensagem comum",
1023
+ "tags": []
1024
+ }
1039
1025
  },
1040
- "docs": {
1041
- "text": "Exibe um di\u00E1logo de confirma\u00E7\u00E3o",
1042
- "tags": []
1043
- }
1044
- },
1045
- "info": {
1046
- "complexType": {
1047
- "signature": "(message: string, options?: MessageOptions) => Promise<void>",
1048
- "parameters": [{
1049
- "tags": [],
1050
- "text": ""
1051
- }, {
1052
- "tags": [],
1053
- "text": ""
1054
- }],
1055
- "references": {
1056
- "Promise": {
1057
- "location": "global"
1026
+ "confirm": {
1027
+ "complexType": {
1028
+ "signature": "(title: string, message: string, icon?: string, dialogType?: DialogType, options?: MessageOptions) => Promise<boolean>",
1029
+ "parameters": [{
1030
+ "tags": [],
1031
+ "text": ""
1032
+ }, {
1033
+ "tags": [],
1034
+ "text": ""
1035
+ }, {
1036
+ "tags": [],
1037
+ "text": ""
1038
+ }, {
1039
+ "tags": [],
1040
+ "text": ""
1041
+ }, {
1042
+ "tags": [],
1043
+ "text": ""
1044
+ }],
1045
+ "references": {
1046
+ "Promise": {
1047
+ "location": "global"
1048
+ },
1049
+ "DialogType": {
1050
+ "location": "import",
1051
+ "path": "@sankhyalabs/ezui/dist/collection/utils"
1052
+ },
1053
+ "MessageOptions": {
1054
+ "location": "import",
1055
+ "path": "@sankhyalabs/ezui/dist/collection/utils"
1056
+ }
1058
1057
  },
1059
- "MessageOptions": {
1060
- "location": "import",
1061
- "path": "@sankhyalabs/ezui/dist/collection/utils"
1062
- }
1058
+ "return": "Promise<boolean>"
1063
1059
  },
1064
- "return": "Promise<void>"
1060
+ "docs": {
1061
+ "text": "Exibe um di\u00E1logo de confirma\u00E7\u00E3o",
1062
+ "tags": []
1063
+ }
1065
1064
  },
1066
- "docs": {
1067
- "text": "Mostra uma informa\u00E7\u00E3o ef\u00EAmera (de segundo plano).",
1068
- "tags": []
1069
- }
1070
- },
1071
- "loadFormConfig": {
1072
- "complexType": {
1073
- "signature": "(name: string) => Promise<Array<FieldConfig>>",
1074
- "parameters": [{
1075
- "tags": [],
1076
- "text": ""
1077
- }],
1078
- "references": {
1079
- "Promise": {
1080
- "location": "global"
1081
- },
1082
- "FieldConfig": {
1083
- "location": "import",
1084
- "path": "@sankhyalabs/ezui/dist/types/components/ez-form/ez-form"
1065
+ "info": {
1066
+ "complexType": {
1067
+ "signature": "(message: string, options?: MessageOptions) => Promise<void>",
1068
+ "parameters": [{
1069
+ "tags": [],
1070
+ "text": ""
1071
+ }, {
1072
+ "tags": [],
1073
+ "text": ""
1074
+ }],
1075
+ "references": {
1076
+ "Promise": {
1077
+ "location": "global"
1078
+ },
1079
+ "MessageOptions": {
1080
+ "location": "import",
1081
+ "path": "@sankhyalabs/ezui/dist/collection/utils"
1082
+ }
1085
1083
  },
1086
- "Array": {
1087
- "location": "global"
1088
- }
1084
+ "return": "Promise<void>"
1089
1085
  },
1090
- "return": "Promise<FieldConfig[]>"
1086
+ "docs": {
1087
+ "text": "Mostra uma informa\u00E7\u00E3o ef\u00EAmera (de segundo plano).",
1088
+ "tags": []
1089
+ }
1091
1090
  },
1092
- "docs": {
1093
- "text": "Busca a configura\u00E7\u00E3o de formul\u00E1rio.",
1094
- "tags": []
1095
- }
1096
- },
1097
- "loadGridConfig": {
1098
- "complexType": {
1099
- "signature": "(name: string) => Promise<IGridConfig>",
1100
- "parameters": [{
1101
- "tags": [],
1102
- "text": ""
1103
- }],
1104
- "references": {
1105
- "Promise": {
1106
- "location": "global"
1091
+ "loadFormConfig": {
1092
+ "complexType": {
1093
+ "signature": "(name: string) => Promise<Array<FieldConfig>>",
1094
+ "parameters": [{
1095
+ "tags": [],
1096
+ "text": ""
1097
+ }],
1098
+ "references": {
1099
+ "Promise": {
1100
+ "location": "global"
1101
+ },
1102
+ "FieldConfig": {
1103
+ "location": "import",
1104
+ "path": "@sankhyalabs/ezui/dist/types/components/ez-form/ez-form"
1105
+ },
1106
+ "Array": {
1107
+ "location": "global"
1108
+ }
1107
1109
  },
1108
- "IGridConfig": {
1109
- "location": "import",
1110
- "path": "@sankhyalabs/ezui/dist/types/components/ez-grid/controller/EzGridController"
1111
- }
1110
+ "return": "Promise<FieldConfig[]>"
1112
1111
  },
1113
- "return": "Promise<IGridConfig>"
1112
+ "docs": {
1113
+ "text": "Busca a configura\u00E7\u00E3o de formul\u00E1rio.",
1114
+ "tags": []
1115
+ }
1114
1116
  },
1115
- "docs": {
1116
- "text": "Busca a configura\u00E7\u00E3o de grade.",
1117
- "tags": []
1118
- }
1119
- },
1120
- "saveGridConfig": {
1121
- "complexType": {
1122
- "signature": "(config: IGridConfig) => Promise<boolean>",
1123
- "parameters": [{
1124
- "tags": [],
1125
- "text": ""
1126
- }],
1127
- "references": {
1128
- "Promise": {
1129
- "location": "global"
1117
+ "loadGridConfig": {
1118
+ "complexType": {
1119
+ "signature": "(name: string) => Promise<IGridConfig>",
1120
+ "parameters": [{
1121
+ "tags": [],
1122
+ "text": ""
1123
+ }],
1124
+ "references": {
1125
+ "Promise": {
1126
+ "location": "global"
1127
+ },
1128
+ "IGridConfig": {
1129
+ "location": "import",
1130
+ "path": "@sankhyalabs/ezui/dist/types/components/ez-grid/controller/EzGridController"
1131
+ }
1130
1132
  },
1131
- "IGridConfig": {
1132
- "location": "import",
1133
- "path": "@sankhyalabs/ezui/dist/types/components/ez-grid/controller/EzGridController"
1134
- }
1133
+ "return": "Promise<IGridConfig>"
1135
1134
  },
1136
- "return": "Promise<boolean>"
1135
+ "docs": {
1136
+ "text": "Busca a configura\u00E7\u00E3o de grade.",
1137
+ "tags": []
1138
+ }
1137
1139
  },
1138
- "docs": {
1139
- "text": "Salva a configura\u00E7\u00E3o de grade.",
1140
- "tags": []
1141
- }
1142
- },
1143
- "executeSearch": {
1144
- "complexType": {
1145
- "signature": "(searchArgument: any, fieldName: string, dataUnit: DataUnit) => Promise<Array<Option> | Option>",
1146
- "parameters": [{
1147
- "tags": [],
1148
- "text": ""
1149
- }, {
1150
- "tags": [],
1151
- "text": ""
1152
- }, {
1153
- "tags": [],
1154
- "text": ""
1155
- }],
1156
- "references": {
1157
- "Promise": {
1158
- "location": "global"
1159
- },
1160
- "Option": {
1161
- "location": "import",
1162
- "path": "@sankhyalabs/ezui/dist/types/components/ez-combo-box/ez-combo-box"
1163
- },
1164
- "DataUnit": {
1165
- "location": "import",
1166
- "path": "@sankhyalabs/core"
1167
- },
1168
- "Array": {
1169
- "location": "global"
1140
+ "loadTotals": {
1141
+ "complexType": {
1142
+ "signature": "(name: string, resourceID: string, filters: Array<Filter>) => Promise<Map<string, number>>",
1143
+ "parameters": [{
1144
+ "tags": [],
1145
+ "text": ""
1146
+ }, {
1147
+ "tags": [],
1148
+ "text": ""
1149
+ }, {
1150
+ "tags": [],
1151
+ "text": ""
1152
+ }],
1153
+ "references": {
1154
+ "Promise": {
1155
+ "location": "global"
1156
+ },
1157
+ "Map": {
1158
+ "location": "global"
1159
+ },
1160
+ "Array": {
1161
+ "location": "global"
1162
+ },
1163
+ "Filter": {
1164
+ "location": "import",
1165
+ "path": "@sankhyalabs/core"
1166
+ }
1170
1167
  },
1171
- "SearchCriteria": {
1172
- "location": "import",
1173
- "path": "../../lib/http/data-fetcher/fetchers/pesquisa-fetcher"
1168
+ "return": "Promise<Map<string, number>>"
1169
+ },
1170
+ "docs": {
1171
+ "text": "Busca os totalizadores da grade.",
1172
+ "tags": []
1173
+ }
1174
+ },
1175
+ "saveGridConfig": {
1176
+ "complexType": {
1177
+ "signature": "(config: IGridConfig) => Promise<boolean>",
1178
+ "parameters": [{
1179
+ "tags": [],
1180
+ "text": ""
1181
+ }],
1182
+ "references": {
1183
+ "Promise": {
1184
+ "location": "global"
1185
+ },
1186
+ "IGridConfig": {
1187
+ "location": "import",
1188
+ "path": "@sankhyalabs/ezui/dist/types/components/ez-grid/controller/EzGridController"
1189
+ }
1174
1190
  },
1175
- "HTMLSnkPesquisaElement": {
1176
- "location": "global"
1177
- }
1191
+ "return": "Promise<boolean>"
1178
1192
  },
1179
- "return": "Promise<Option | Option[]>"
1193
+ "docs": {
1194
+ "text": "Salva a configura\u00E7\u00E3o de grade.",
1195
+ "tags": []
1196
+ }
1180
1197
  },
1181
- "docs": {
1182
- "text": "",
1183
- "tags": []
1184
- }
1185
- },
1186
- "isDebugMode": {
1187
- "complexType": {
1188
- "signature": "() => Promise<boolean>",
1189
- "parameters": [],
1190
- "references": {
1191
- "Promise": {
1192
- "location": "global"
1193
- }
1198
+ "executeSearch": {
1199
+ "complexType": {
1200
+ "signature": "(searchArgument: any, fieldName: string, dataUnit: DataUnit) => Promise<Array<Option> | Option>",
1201
+ "parameters": [{
1202
+ "tags": [],
1203
+ "text": ""
1204
+ }, {
1205
+ "tags": [],
1206
+ "text": ""
1207
+ }, {
1208
+ "tags": [],
1209
+ "text": ""
1210
+ }],
1211
+ "references": {
1212
+ "Promise": {
1213
+ "location": "global"
1214
+ },
1215
+ "Option": {
1216
+ "location": "import",
1217
+ "path": "@sankhyalabs/ezui/dist/types/components/ez-combo-box/ez-combo-box"
1218
+ },
1219
+ "DataUnit": {
1220
+ "location": "import",
1221
+ "path": "@sankhyalabs/core"
1222
+ },
1223
+ "Array": {
1224
+ "location": "global"
1225
+ },
1226
+ "SearchCriteria": {
1227
+ "location": "import",
1228
+ "path": "../../lib/http/data-fetcher/fetchers/pesquisa-fetcher"
1229
+ },
1230
+ "HTMLSnkPesquisaElement": {
1231
+ "location": "global"
1232
+ }
1233
+ },
1234
+ "return": "Promise<Option | Option[]>"
1194
1235
  },
1195
- "return": "Promise<boolean>"
1236
+ "docs": {
1237
+ "text": "",
1238
+ "tags": []
1239
+ }
1196
1240
  },
1197
- "docs": {
1198
- "text": "",
1199
- "tags": []
1241
+ "isDebugMode": {
1242
+ "complexType": {
1243
+ "signature": "() => Promise<boolean>",
1244
+ "parameters": [],
1245
+ "references": {
1246
+ "Promise": {
1247
+ "location": "global"
1248
+ }
1249
+ },
1250
+ "return": "Promise<boolean>"
1251
+ },
1252
+ "docs": {
1253
+ "text": "",
1254
+ "tags": []
1255
+ }
1200
1256
  }
1201
- }
1202
- }; }
1257
+ };
1258
+ }
1203
1259
  }
1204
1260
  class RequestListenerLoadingBar {
1205
1261
  constructor() {