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