@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.
- package/dist/cjs/{SnkMessageBuilder-bb55d4c4.js → SnkMessageBuilder-79cf15c5.js} +1 -0
- package/dist/cjs/{index-c6671817.js → index-5575fe3d.js} +434 -231
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/sankhyablocks.cjs.js +2 -2
- package/dist/cjs/snk-application.cjs.entry.js +2 -2
- package/dist/cjs/snk-crud.cjs.entry.js +1 -1
- package/dist/cjs/snk-data-unit.cjs.entry.js +3 -3
- package/dist/cjs/snk-form_2.cjs.entry.js +2 -2
- package/dist/cjs/snk-pesquisa.cjs.entry.js +1 -1
- package/dist/cjs/snk-taskbar.cjs.entry.js +2 -2
- package/dist/cjs/{taskbar-elements-2888ceb6.js → taskbar-elements-2ae0d005.js} +1 -1
- package/dist/cjs/teste-pesquisa.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/snk-application/snk-application.js +688 -680
- package/dist/collection/components/snk-crud/snk-crud.js +75 -73
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +262 -250
- package/dist/collection/components/snk-form/snk-form.js +111 -111
- package/dist/collection/components/snk-grid/snk-grid.js +93 -92
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.js +80 -79
- package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +1 -2
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +128 -116
- package/dist/collection/components/teste-pesquisa/teste-pesquisa.js +12 -9
- package/dist/collection/lib/message/resources/snk-data-unit.msg.js +1 -0
- package/dist/components/SnkMessageBuilder.js +1 -0
- package/dist/components/index.d.ts +8 -5
- package/dist/components/index.js +8 -0
- package/dist/components/snk-data-unit.js +1 -1
- package/dist/esm/{SnkMessageBuilder-17d91b88.js → SnkMessageBuilder-3cdde541.js} +1 -0
- package/dist/esm/{index-6a83ac96.js → index-cf91f542.js} +434 -231
- package/dist/esm/loader.js +2 -2
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/sankhyablocks.js +2 -2
- package/dist/esm/snk-application.entry.js +2 -2
- package/dist/esm/snk-crud.entry.js +1 -1
- package/dist/esm/snk-data-unit.entry.js +3 -3
- package/dist/esm/snk-form_2.entry.js +2 -2
- package/dist/esm/snk-pesquisa.entry.js +1 -1
- package/dist/esm/snk-taskbar.entry.js +2 -2
- package/dist/esm/{taskbar-elements-5ea74223.js → taskbar-elements-bcccc0ff.js} +1 -1
- package/dist/esm/teste-pesquisa.entry.js +1 -1
- package/dist/sankhyablocks/{p-825d2c38.entry.js → p-1ba29824.entry.js} +3 -3
- package/dist/sankhyablocks/{p-4c7b32d6.entry.js → p-2266555e.entry.js} +1 -1
- package/dist/sankhyablocks/p-23c4c94f.js +2 -0
- package/dist/sankhyablocks/{p-b559117b.js → p-2454be94.js} +1 -1
- package/dist/sankhyablocks/p-49743bc5.js +1 -0
- package/dist/sankhyablocks/{p-ce2d1214.entry.js → p-4fa389bd.entry.js} +1 -1
- package/dist/sankhyablocks/{p-56a32417.entry.js → p-5327ba05.entry.js} +1 -1
- package/dist/sankhyablocks/{p-d25803a1.entry.js → p-7a922fb4.entry.js} +1 -1
- package/dist/sankhyablocks/p-92d6f826.entry.js +1 -0
- package/dist/sankhyablocks/{p-d25637c9.entry.js → p-bdeef7f2.entry.js} +1 -1
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/stencil-public-runtime.d.ts +15 -4
- package/loader/package.json +1 -0
- package/package.json +5 -5
- package/dist/sankhyablocks/p-ab694dbc.js +0 -1
- package/dist/sankhyablocks/p-cd1dc099.js +0 -2
- package/dist/sankhyablocks/p-edf81d2c.entry.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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() {
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
"
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
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
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
"
|
|
548
|
-
"
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
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
|
-
"
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
"
|
|
576
|
-
"
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
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
|
-
"
|
|
585
|
-
"location": "import",
|
|
586
|
-
"path": "../../lib/http/data-fetcher/fetchers/auth-fetcher"
|
|
587
|
-
}
|
|
573
|
+
"return": "Promise<boolean>"
|
|
588
574
|
},
|
|
589
|
-
"
|
|
575
|
+
"docs": {
|
|
576
|
+
"text": "Caso o usu\u00E1rio logado seja o SUP.",
|
|
577
|
+
"tags": []
|
|
578
|
+
}
|
|
590
579
|
},
|
|
591
|
-
"
|
|
592
|
-
"
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
"
|
|
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
|
-
"
|
|
598
|
+
"docs": {
|
|
599
|
+
"text": "Se o usu\u00E1rio logado tem permiss\u00E3o pra determinada a\u00E7\u00E3o.",
|
|
600
|
+
"tags": []
|
|
601
|
+
}
|
|
606
602
|
},
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
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
|
-
"
|
|
614
|
+
"docs": {
|
|
615
|
+
"text": "Retorna todos os acessos do usu\u00E1rio logado.",
|
|
616
|
+
"tags": []
|
|
617
|
+
}
|
|
625
618
|
},
|
|
626
|
-
"
|
|
627
|
-
"
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
}
|
|
638
|
-
|
|
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
|
-
"
|
|
633
|
+
"docs": {
|
|
634
|
+
"text": "Retorna o valor de um par\u00E2metro do tipo string.",
|
|
635
|
+
"tags": []
|
|
636
|
+
}
|
|
644
637
|
},
|
|
645
|
-
"
|
|
646
|
-
"
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
}
|
|
657
|
-
|
|
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
|
-
"
|
|
652
|
+
"docs": {
|
|
653
|
+
"text": "Retorna o valor de um par\u00E2metro do tipo Inteiro.",
|
|
654
|
+
"tags": []
|
|
655
|
+
}
|
|
663
656
|
},
|
|
664
|
-
"
|
|
665
|
-
"
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
}
|
|
676
|
-
|
|
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
|
-
"
|
|
671
|
+
"docs": {
|
|
672
|
+
"text": "Retorna o valor de um par\u00E2metro do tipo Decimal.",
|
|
673
|
+
"tags": []
|
|
674
|
+
}
|
|
682
675
|
},
|
|
683
|
-
"
|
|
684
|
-
"
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
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
|
-
"
|
|
700
|
-
"location": "global"
|
|
701
|
-
}
|
|
688
|
+
"return": "Promise<boolean>"
|
|
702
689
|
},
|
|
703
|
-
"
|
|
690
|
+
"docs": {
|
|
691
|
+
"text": "Retorna o valor de um par\u00E2metro do tipo booleano.",
|
|
692
|
+
"tags": []
|
|
693
|
+
}
|
|
704
694
|
},
|
|
705
|
-
"
|
|
706
|
-
"
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
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
|
-
"
|
|
722
|
-
"location": "global"
|
|
723
|
-
}
|
|
710
|
+
"return": "Promise<Date>"
|
|
724
711
|
},
|
|
725
|
-
"
|
|
712
|
+
"docs": {
|
|
713
|
+
"text": "Retorna o valor de um par\u00E2metro do tipo data.",
|
|
714
|
+
"tags": []
|
|
715
|
+
}
|
|
726
716
|
},
|
|
727
|
-
"
|
|
728
|
-
"
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
"
|
|
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
|
-
"
|
|
734
|
+
"docs": {
|
|
735
|
+
"text": "Mostra o conte\u00FAdo passado em um Popup",
|
|
736
|
+
"tags": []
|
|
737
|
+
}
|
|
742
738
|
},
|
|
743
|
-
"
|
|
744
|
-
"
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
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
|
-
"
|
|
750
|
+
"docs": {
|
|
751
|
+
"text": "Fecha o popup, liberando o conte\u00FAdo.",
|
|
752
|
+
"tags": []
|
|
753
|
+
}
|
|
761
754
|
},
|
|
762
|
-
"
|
|
763
|
-
"
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
}
|
|
774
|
-
|
|
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
|
-
"
|
|
769
|
+
"docs": {
|
|
770
|
+
"text": "Verifica se a licen\u00E7a do cliente tem determinado opcional (produto)",
|
|
771
|
+
"tags": []
|
|
772
|
+
}
|
|
780
773
|
},
|
|
781
|
-
"
|
|
782
|
-
"
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
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
|
-
"
|
|
801
|
-
"location": "global"
|
|
802
|
-
}
|
|
786
|
+
"return": "Promise<any>"
|
|
803
787
|
},
|
|
804
|
-
"
|
|
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
|
-
"
|
|
807
|
-
"
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
"
|
|
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
|
-
"
|
|
813
|
+
"docs": {
|
|
814
|
+
"text": "Salva a configura\u00E7\u00E3o de determinado recurso.",
|
|
815
|
+
"tags": []
|
|
816
|
+
}
|
|
824
817
|
},
|
|
825
|
-
"
|
|
826
|
-
"
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
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
|
-
"
|
|
845
|
-
"location": "global"
|
|
846
|
-
}
|
|
830
|
+
"return": "Promise<string>"
|
|
847
831
|
},
|
|
848
|
-
"
|
|
832
|
+
"docs": {
|
|
833
|
+
"text": "Acessa informa\u00E7\u00F5es de contexto \"empurrados\" na abertura da tela",
|
|
834
|
+
"tags": []
|
|
835
|
+
}
|
|
849
836
|
},
|
|
850
|
-
"
|
|
851
|
-
"
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
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
|
-
"
|
|
870
|
-
"location": "import",
|
|
871
|
-
"path": "@sankhyalabs/core"
|
|
872
|
-
}
|
|
855
|
+
"return": "Promise<void>"
|
|
873
856
|
},
|
|
874
|
-
"
|
|
857
|
+
"docs": {
|
|
858
|
+
"text": "Abre determinada tela, repassando pkObject",
|
|
859
|
+
"tags": []
|
|
860
|
+
}
|
|
875
861
|
},
|
|
876
|
-
"
|
|
877
|
-
"
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
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
|
-
"
|
|
896
|
-
"location": "import",
|
|
897
|
-
"path": "@sankhyalabs/core"
|
|
898
|
-
}
|
|
881
|
+
"return": "Promise<DataUnit>"
|
|
899
882
|
},
|
|
900
|
-
"
|
|
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
|
-
"
|
|
903
|
-
"
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
"
|
|
913
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
919
|
-
"
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
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
|
-
"
|
|
944
|
-
"location": "import",
|
|
945
|
-
"path": "@sankhyalabs/ezui/dist/collection/utils"
|
|
946
|
-
}
|
|
923
|
+
"return": "Promise<string>"
|
|
947
924
|
},
|
|
948
|
-
"
|
|
925
|
+
"docs": {
|
|
926
|
+
"text": "Retorna o resourceID da tela em quest\u00E3o.",
|
|
927
|
+
"tags": []
|
|
928
|
+
}
|
|
949
929
|
},
|
|
950
|
-
"
|
|
951
|
-
"
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
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
|
-
"
|
|
976
|
-
"location": "import",
|
|
977
|
-
"path": "@sankhyalabs/ezui/dist/collection/utils"
|
|
978
|
-
}
|
|
955
|
+
"return": "Promise<boolean>"
|
|
979
956
|
},
|
|
980
|
-
"
|
|
957
|
+
"docs": {
|
|
958
|
+
"text": "Mostra o di\u00E1logo de alerta de acordo com os par\u00E2metros passados.",
|
|
959
|
+
"tags": []
|
|
960
|
+
}
|
|
981
961
|
},
|
|
982
|
-
"
|
|
983
|
-
"
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
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
|
-
"
|
|
1008
|
-
"location": "import",
|
|
1009
|
-
"path": "@sankhyalabs/ezui/dist/collection/utils"
|
|
1010
|
-
}
|
|
987
|
+
"return": "Promise<boolean>"
|
|
1011
988
|
},
|
|
1012
|
-
"
|
|
989
|
+
"docs": {
|
|
990
|
+
"text": "Mostra o di\u00E1logo de erro de acordo com os par\u00E2metros passados.",
|
|
991
|
+
"tags": []
|
|
992
|
+
}
|
|
1013
993
|
},
|
|
1014
|
-
"
|
|
1015
|
-
"
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
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
|
-
"
|
|
1047
|
-
"location": "import",
|
|
1048
|
-
"path": "@sankhyalabs/ezui/dist/collection/utils"
|
|
1049
|
-
}
|
|
1019
|
+
"return": "Promise<boolean>"
|
|
1050
1020
|
},
|
|
1051
|
-
"
|
|
1021
|
+
"docs": {
|
|
1022
|
+
"text": "Exibe um di\u00E1logo de mensagem comum",
|
|
1023
|
+
"tags": []
|
|
1024
|
+
}
|
|
1052
1025
|
},
|
|
1053
|
-
"
|
|
1054
|
-
"
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
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
|
-
"
|
|
1073
|
-
"location": "import",
|
|
1074
|
-
"path": "@sankhyalabs/ezui/dist/collection/utils"
|
|
1075
|
-
}
|
|
1058
|
+
"return": "Promise<boolean>"
|
|
1076
1059
|
},
|
|
1077
|
-
"
|
|
1060
|
+
"docs": {
|
|
1061
|
+
"text": "Exibe um di\u00E1logo de confirma\u00E7\u00E3o",
|
|
1062
|
+
"tags": []
|
|
1063
|
+
}
|
|
1078
1064
|
},
|
|
1079
|
-
"
|
|
1080
|
-
"
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
"
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
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
|
-
"
|
|
1100
|
-
"location": "global"
|
|
1101
|
-
}
|
|
1084
|
+
"return": "Promise<void>"
|
|
1102
1085
|
},
|
|
1103
|
-
"
|
|
1086
|
+
"docs": {
|
|
1087
|
+
"text": "Mostra uma informa\u00E7\u00E3o ef\u00EAmera (de segundo plano).",
|
|
1088
|
+
"tags": []
|
|
1089
|
+
}
|
|
1104
1090
|
},
|
|
1105
|
-
"
|
|
1106
|
-
"
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
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
|
-
"
|
|
1122
|
-
"location": "import",
|
|
1123
|
-
"path": "@sankhyalabs/ezui/dist/types/components/ez-grid/controller/EzGridController"
|
|
1124
|
-
}
|
|
1110
|
+
"return": "Promise<FieldConfig[]>"
|
|
1125
1111
|
},
|
|
1126
|
-
"
|
|
1112
|
+
"docs": {
|
|
1113
|
+
"text": "Busca a configura\u00E7\u00E3o de formul\u00E1rio.",
|
|
1114
|
+
"tags": []
|
|
1115
|
+
}
|
|
1127
1116
|
},
|
|
1128
|
-
"
|
|
1129
|
-
"
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
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
|
-
"
|
|
1157
|
-
"location": "import",
|
|
1158
|
-
"path": "@sankhyalabs/core"
|
|
1159
|
-
}
|
|
1133
|
+
"return": "Promise<IGridConfig>"
|
|
1160
1134
|
},
|
|
1161
|
-
"
|
|
1135
|
+
"docs": {
|
|
1136
|
+
"text": "Busca a configura\u00E7\u00E3o de grade.",
|
|
1137
|
+
"tags": []
|
|
1138
|
+
}
|
|
1162
1139
|
},
|
|
1163
|
-
"
|
|
1164
|
-
"
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
"
|
|
1177
|
-
"
|
|
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
|
-
"
|
|
1180
|
-
"location": "import",
|
|
1181
|
-
"path": "@sankhyalabs/ezui/dist/types/components/ez-grid/controller/EzGridController"
|
|
1182
|
-
}
|
|
1168
|
+
"return": "Promise<Map<string, number>>"
|
|
1183
1169
|
},
|
|
1184
|
-
"
|
|
1170
|
+
"docs": {
|
|
1171
|
+
"text": "Busca os totalizadores da grade.",
|
|
1172
|
+
"tags": []
|
|
1173
|
+
}
|
|
1185
1174
|
},
|
|
1186
|
-
"
|
|
1187
|
-
"
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
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
|
-
"
|
|
1224
|
-
"location": "global"
|
|
1225
|
-
}
|
|
1191
|
+
"return": "Promise<boolean>"
|
|
1226
1192
|
},
|
|
1227
|
-
"
|
|
1193
|
+
"docs": {
|
|
1194
|
+
"text": "Salva a configura\u00E7\u00E3o de grade.",
|
|
1195
|
+
"tags": []
|
|
1196
|
+
}
|
|
1228
1197
|
},
|
|
1229
|
-
"
|
|
1230
|
-
"
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
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
|
-
"
|
|
1236
|
+
"docs": {
|
|
1237
|
+
"text": "",
|
|
1238
|
+
"tags": []
|
|
1239
|
+
}
|
|
1244
1240
|
},
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1247
|
-
|
|
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() {
|