igniteui-webcomponents-fdc3 6.3.0 → 6.3.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2015/lib/Fdc3Converter.js +2 -4
- package/esm2015/lib/Fdc3DataAdapter.js +2 -4
- package/esm2015/lib/Fdc3Dictionary.js +2 -4
- package/esm2015/lib/Fdc3Message.js +2 -4
- package/esm2015/lib/Fdc3Serializer_combined.js +20 -40
- package/esm2015/lib/Fdc3Util.js +2 -4
- package/esm2015/lib/Randomizer.js +2 -4
- package/esm5/lib/Fdc3Converter.js +1 -2
- package/esm5/lib/Fdc3DataAdapter.js +1 -2
- package/esm5/lib/Fdc3Dictionary.js +1 -2
- package/esm5/lib/Fdc3Message.js +1 -2
- package/esm5/lib/Fdc3Serializer_combined.js +10 -20
- package/esm5/lib/Fdc3Util.js +1 -2
- package/esm5/lib/Randomizer.js +1 -2
- package/fesm2015/igniteui-webcomponents-fdc3.js +0 -48
- package/igniteui-webcomponents-fdc3.d.ts +1 -1
- package/lib/Fdc3Contact.d.ts +1 -1
- package/lib/Fdc3ContactList.d.ts +1 -1
- package/lib/Fdc3Context.d.ts +1 -1
- package/lib/Fdc3ContextType.d.ts +48 -48
- package/lib/Fdc3Converter.d.ts +20 -20
- package/lib/Fdc3DataAdapter.d.ts +31 -31
- package/lib/Fdc3Dictionary.d.ts +19 -19
- package/lib/Fdc3Instrument.d.ts +1 -1
- package/lib/Fdc3InstrumentList.d.ts +1 -1
- package/lib/Fdc3IntentType.d.ts +56 -56
- package/lib/Fdc3Message.d.ts +27 -27
- package/lib/Fdc3Organization.d.ts +1 -1
- package/lib/Fdc3OrganizationList.d.ts +1 -1
- package/lib/Fdc3Portfolio.d.ts +1 -1
- package/lib/Fdc3Position.d.ts +1 -1
- package/lib/Fdc3Serializer.d.ts +1 -1
- package/lib/Fdc3Serializer_combined.d.ts +146 -146
- package/lib/Fdc3Util.d.ts +17 -17
- package/lib/Randomizer.d.ts +11 -11
- package/package.json +2 -2
- package/public_api.d.ts +18 -18
|
@@ -9,10 +9,7 @@ import { Fdc3Instrument } from "./Fdc3Instrument";
|
|
|
9
9
|
import { Fdc3InstrumentList } from "./Fdc3InstrumentList";
|
|
10
10
|
import { Fdc3Position } from "./Fdc3Position";
|
|
11
11
|
import { Fdc3Portfolio } from "./Fdc3Portfolio";
|
|
12
|
-
|
|
13
|
-
* @hidden
|
|
14
|
-
*/
|
|
15
|
-
export let Fdc3Converter = /*@__PURE__*/ (() => {
|
|
12
|
+
let Fdc3Converter = /*@__PURE__*/ (() => {
|
|
16
13
|
class Fdc3Converter extends Base {
|
|
17
14
|
static log(message_) {
|
|
18
15
|
}
|
|
@@ -195,3 +192,4 @@ export let Fdc3Converter = /*@__PURE__*/ (() => {
|
|
|
195
192
|
Fdc3Converter.$t = /*@__PURE__*/ markType(Fdc3Converter, 'Fdc3Converter');
|
|
196
193
|
return Fdc3Converter;
|
|
197
194
|
})();
|
|
195
|
+
export { Fdc3Converter };
|
|
@@ -15,10 +15,7 @@ import { Fdc3Portfolio } from "./Fdc3Portfolio";
|
|
|
15
15
|
import { Fdc3Converter } from "./Fdc3Converter";
|
|
16
16
|
import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
|
|
17
17
|
import { arrayClear } from "igniteui-webcomponents-core";
|
|
18
|
-
|
|
19
|
-
* @hidden
|
|
20
|
-
*/
|
|
21
|
-
export let Fdc3DataAdapter = /*@__PURE__*/ (() => {
|
|
18
|
+
let Fdc3DataAdapter = /*@__PURE__*/ (() => {
|
|
22
19
|
class Fdc3DataAdapter extends FinancialDataAdapter {
|
|
23
20
|
aq(a, b, c) {
|
|
24
21
|
super.aq(a, b, c);
|
|
@@ -270,3 +267,4 @@ export let Fdc3DataAdapter = /*@__PURE__*/ (() => {
|
|
|
270
267
|
Fdc3DataAdapter.$t = /*@__PURE__*/ markType(Fdc3DataAdapter, 'Fdc3DataAdapter', FinancialDataAdapter.$, [IDisposable_$type]);
|
|
271
268
|
return Fdc3DataAdapter;
|
|
272
269
|
})();
|
|
270
|
+
export { Fdc3DataAdapter };
|
|
@@ -7,10 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { Base, String_$type, fromEnum, markType } from "igniteui-webcomponents-core";
|
|
8
8
|
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
9
9
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
10
|
-
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export let Fdc3Dictionary = /*@__PURE__*/ (() => {
|
|
10
|
+
let Fdc3Dictionary = /*@__PURE__*/ (() => {
|
|
14
11
|
class Fdc3Dictionary extends Base {
|
|
15
12
|
constructor() {
|
|
16
13
|
super();
|
|
@@ -82,3 +79,4 @@ export let Fdc3Dictionary = /*@__PURE__*/ (() => {
|
|
|
82
79
|
Fdc3Dictionary.$t = /*@__PURE__*/ markType(Fdc3Dictionary, 'Fdc3Dictionary');
|
|
83
80
|
return Fdc3Dictionary;
|
|
84
81
|
})();
|
|
82
|
+
export { Fdc3Dictionary };
|
|
@@ -5,10 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let Fdc3Message = /*@__PURE__*/ (() => {
|
|
8
|
+
let Fdc3Message = /*@__PURE__*/ (() => {
|
|
12
9
|
class Fdc3Message extends Base {
|
|
13
10
|
constructor() {
|
|
14
11
|
super();
|
|
@@ -61,3 +58,4 @@ export let Fdc3Message = /*@__PURE__*/ (() => {
|
|
|
61
58
|
Fdc3Message.$t = /*@__PURE__*/ markType(Fdc3Message, 'Fdc3Message');
|
|
62
59
|
return Fdc3Message;
|
|
63
60
|
})();
|
|
61
|
+
export { Fdc3Message };
|
|
@@ -10,10 +10,7 @@ import { Fdc3IntentType_$type } from "./Fdc3IntentType";
|
|
|
10
10
|
import { Fdc3Dictionary } from "./Fdc3Dictionary";
|
|
11
11
|
import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
|
|
12
12
|
import { Fdc3Util } from "./Fdc3Util";
|
|
13
|
-
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export let Fdc3Serializer = /*@__PURE__*/ (() => {
|
|
13
|
+
let Fdc3Serializer = /*@__PURE__*/ (() => {
|
|
17
14
|
class Fdc3Serializer extends Base {
|
|
18
15
|
constructor() {
|
|
19
16
|
super();
|
|
@@ -583,10 +580,8 @@ export let Fdc3Serializer = /*@__PURE__*/ (() => {
|
|
|
583
580
|
Fdc3Serializer.$t = /*@__PURE__*/ markType(Fdc3Serializer, 'Fdc3Serializer');
|
|
584
581
|
return Fdc3Serializer;
|
|
585
582
|
})();
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
*/
|
|
589
|
-
export let Fdc3Context = /*@__PURE__*/ (() => {
|
|
583
|
+
export { Fdc3Serializer };
|
|
584
|
+
let Fdc3Context = /*@__PURE__*/ (() => {
|
|
590
585
|
class Fdc3Context extends Fdc3Dictionary {
|
|
591
586
|
constructor(a, ..._rest) {
|
|
592
587
|
super();
|
|
@@ -651,10 +646,8 @@ export let Fdc3Context = /*@__PURE__*/ (() => {
|
|
|
651
646
|
Fdc3Context.$t = /*@__PURE__*/ markType(Fdc3Context, 'Fdc3Context', Fdc3Dictionary.$);
|
|
652
647
|
return Fdc3Context;
|
|
653
648
|
})();
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
*/
|
|
657
|
-
export let Fdc3Instrument = /*@__PURE__*/ (() => {
|
|
649
|
+
export { Fdc3Context };
|
|
650
|
+
let Fdc3Instrument = /*@__PURE__*/ (() => {
|
|
658
651
|
class Fdc3Instrument extends Fdc3Context {
|
|
659
652
|
constructor() {
|
|
660
653
|
super(1, 1);
|
|
@@ -669,10 +662,8 @@ export let Fdc3Instrument = /*@__PURE__*/ (() => {
|
|
|
669
662
|
Fdc3Instrument.$t = /*@__PURE__*/ markType(Fdc3Instrument, 'Fdc3Instrument', Fdc3Context.$);
|
|
670
663
|
return Fdc3Instrument;
|
|
671
664
|
})();
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
*/
|
|
675
|
-
export let Fdc3InstrumentList = /*@__PURE__*/ (() => {
|
|
665
|
+
export { Fdc3Instrument };
|
|
666
|
+
let Fdc3InstrumentList = /*@__PURE__*/ (() => {
|
|
676
667
|
class Fdc3InstrumentList extends Fdc3Context {
|
|
677
668
|
constructor() {
|
|
678
669
|
super(0);
|
|
@@ -690,10 +681,8 @@ export let Fdc3InstrumentList = /*@__PURE__*/ (() => {
|
|
|
690
681
|
Fdc3InstrumentList.$t = /*@__PURE__*/ markType(Fdc3InstrumentList, 'Fdc3InstrumentList', Fdc3Context.$);
|
|
691
682
|
return Fdc3InstrumentList;
|
|
692
683
|
})();
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
*/
|
|
696
|
-
export let Fdc3Position = /*@__PURE__*/ (() => {
|
|
684
|
+
export { Fdc3InstrumentList };
|
|
685
|
+
let Fdc3Position = /*@__PURE__*/ (() => {
|
|
697
686
|
class Fdc3Position extends Fdc3Context {
|
|
698
687
|
constructor() {
|
|
699
688
|
super(1, 3);
|
|
@@ -727,10 +716,8 @@ export let Fdc3Position = /*@__PURE__*/ (() => {
|
|
|
727
716
|
Fdc3Position.$t = /*@__PURE__*/ markType(Fdc3Position, 'Fdc3Position', Fdc3Context.$);
|
|
728
717
|
return Fdc3Position;
|
|
729
718
|
})();
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
*/
|
|
733
|
-
export let Fdc3Portfolio = /*@__PURE__*/ (() => {
|
|
719
|
+
export { Fdc3Position };
|
|
720
|
+
let Fdc3Portfolio = /*@__PURE__*/ (() => {
|
|
734
721
|
class Fdc3Portfolio extends Fdc3Context {
|
|
735
722
|
constructor() {
|
|
736
723
|
super(1, 4);
|
|
@@ -747,10 +734,8 @@ export let Fdc3Portfolio = /*@__PURE__*/ (() => {
|
|
|
747
734
|
Fdc3Portfolio.$t = /*@__PURE__*/ markType(Fdc3Portfolio, 'Fdc3Portfolio', Fdc3Context.$);
|
|
748
735
|
return Fdc3Portfolio;
|
|
749
736
|
})();
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
*/
|
|
753
|
-
export let Fdc3Organization = /*@__PURE__*/ (() => {
|
|
737
|
+
export { Fdc3Portfolio };
|
|
738
|
+
let Fdc3Organization = /*@__PURE__*/ (() => {
|
|
754
739
|
class Fdc3Organization extends Fdc3Context {
|
|
755
740
|
constructor() {
|
|
756
741
|
super(1, 7);
|
|
@@ -759,10 +744,8 @@ export let Fdc3Organization = /*@__PURE__*/ (() => {
|
|
|
759
744
|
Fdc3Organization.$t = /*@__PURE__*/ markType(Fdc3Organization, 'Fdc3Organization', Fdc3Context.$);
|
|
760
745
|
return Fdc3Organization;
|
|
761
746
|
})();
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
*/
|
|
765
|
-
export let Fdc3OrganizationList = /*@__PURE__*/ (() => {
|
|
747
|
+
export { Fdc3Organization };
|
|
748
|
+
let Fdc3OrganizationList = /*@__PURE__*/ (() => {
|
|
766
749
|
class Fdc3OrganizationList extends Fdc3Context {
|
|
767
750
|
constructor() {
|
|
768
751
|
super(1, 8);
|
|
@@ -778,10 +761,8 @@ export let Fdc3OrganizationList = /*@__PURE__*/ (() => {
|
|
|
778
761
|
Fdc3OrganizationList.$t = /*@__PURE__*/ markType(Fdc3OrganizationList, 'Fdc3OrganizationList', Fdc3Context.$);
|
|
779
762
|
return Fdc3OrganizationList;
|
|
780
763
|
})();
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
*/
|
|
784
|
-
export let Fdc3Contact = /*@__PURE__*/ (() => {
|
|
764
|
+
export { Fdc3OrganizationList };
|
|
765
|
+
let Fdc3Contact = /*@__PURE__*/ (() => {
|
|
785
766
|
class Fdc3Contact extends Fdc3Context {
|
|
786
767
|
constructor(a, ..._rest) {
|
|
787
768
|
a = (a == void 0) ? 0 : a;
|
|
@@ -839,10 +820,8 @@ export let Fdc3Contact = /*@__PURE__*/ (() => {
|
|
|
839
820
|
Fdc3Contact.$t = /*@__PURE__*/ markType(Fdc3Contact, 'Fdc3Contact', Fdc3Context.$);
|
|
840
821
|
return Fdc3Contact;
|
|
841
822
|
})();
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
*/
|
|
845
|
-
export let Fdc3ContactList = /*@__PURE__*/ (() => {
|
|
823
|
+
export { Fdc3Contact };
|
|
824
|
+
let Fdc3ContactList = /*@__PURE__*/ (() => {
|
|
846
825
|
class Fdc3ContactList extends Fdc3Context {
|
|
847
826
|
constructor(a, ..._rest) {
|
|
848
827
|
a = (a == void 0) ? 0 : a;
|
|
@@ -877,3 +856,4 @@ export let Fdc3ContactList = /*@__PURE__*/ (() => {
|
|
|
877
856
|
Fdc3ContactList.$t = /*@__PURE__*/ markType(Fdc3ContactList, 'Fdc3ContactList', Fdc3Context.$);
|
|
878
857
|
return Fdc3ContactList;
|
|
879
858
|
})();
|
|
859
|
+
export { Fdc3ContactList };
|
package/esm2015/lib/Fdc3Util.js
CHANGED
|
@@ -8,10 +8,7 @@ import { Base, callStaticConstructors, String_$type, EnumUtil, markType } from "
|
|
|
8
8
|
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
9
9
|
import { Fdc3ContextType_$type } from "./Fdc3ContextType";
|
|
10
10
|
import { Fdc3IntentType_$type } from "./Fdc3IntentType";
|
|
11
|
-
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export let Fdc3Util = /*@__PURE__*/ (() => {
|
|
11
|
+
let Fdc3Util = /*@__PURE__*/ (() => {
|
|
15
12
|
class Fdc3Util extends Base {
|
|
16
13
|
static staticInit() {
|
|
17
14
|
Fdc3Util.c = new Dictionary$2(String_$type, Fdc3ContextType_$type, 0);
|
|
@@ -73,4 +70,5 @@ export let Fdc3Util = /*@__PURE__*/ (() => {
|
|
|
73
70
|
Fdc3Util.d = null;
|
|
74
71
|
return Fdc3Util;
|
|
75
72
|
})();
|
|
73
|
+
export { Fdc3Util };
|
|
76
74
|
(function (v) { callStaticConstructors(); })(true);
|
|
@@ -7,10 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
8
|
import { Random } from "igniteui-webcomponents-core";
|
|
9
9
|
import { truncate } from "igniteui-webcomponents-core";
|
|
10
|
-
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export let Randomizer = /*@__PURE__*/ (() => {
|
|
10
|
+
let Randomizer = /*@__PURE__*/ (() => {
|
|
14
11
|
class Randomizer extends Base {
|
|
15
12
|
static d(a) {
|
|
16
13
|
let b = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
|
|
@@ -34,3 +31,4 @@ export let Randomizer = /*@__PURE__*/ (() => {
|
|
|
34
31
|
Randomizer.c = /*@__PURE__*/ new Random(0);
|
|
35
32
|
return Randomizer;
|
|
36
33
|
})();
|
|
34
|
+
export { Randomizer };
|
|
@@ -13,7 +13,7 @@ import { Fdc3Portfolio } from "./Fdc3Portfolio";
|
|
|
13
13
|
/**
|
|
14
14
|
* @hidden
|
|
15
15
|
*/
|
|
16
|
-
var Fdc3Converter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
export var Fdc3Converter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
17
17
|
__extends(Fdc3Converter, _super);
|
|
18
18
|
function Fdc3Converter() {
|
|
19
19
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -198,4 +198,3 @@ var Fdc3Converter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
198
198
|
Fdc3Converter.$t = markType(Fdc3Converter, 'Fdc3Converter');
|
|
199
199
|
return Fdc3Converter;
|
|
200
200
|
}(Base));
|
|
201
|
-
export { Fdc3Converter };
|
|
@@ -19,7 +19,7 @@ import { arrayClear } from "igniteui-webcomponents-core";
|
|
|
19
19
|
/**
|
|
20
20
|
* @hidden
|
|
21
21
|
*/
|
|
22
|
-
var Fdc3DataAdapter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
22
|
+
export var Fdc3DataAdapter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
23
23
|
__extends(Fdc3DataAdapter, _super);
|
|
24
24
|
function Fdc3DataAdapter(a) {
|
|
25
25
|
var _this = _super.call(this) || this;
|
|
@@ -327,4 +327,3 @@ var Fdc3DataAdapter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
327
327
|
Fdc3DataAdapter.$t = markType(Fdc3DataAdapter, 'Fdc3DataAdapter', FinancialDataAdapter.$, [IDisposable_$type]);
|
|
328
328
|
return Fdc3DataAdapter;
|
|
329
329
|
}(FinancialDataAdapter));
|
|
330
|
-
export { Fdc3DataAdapter };
|
|
@@ -11,7 +11,7 @@ import { List$1 } from "igniteui-webcomponents-core";
|
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
14
|
-
var Fdc3Dictionary = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
export var Fdc3Dictionary = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
15
|
__extends(Fdc3Dictionary, _super);
|
|
16
16
|
function Fdc3Dictionary() {
|
|
17
17
|
var _this = _super.call(this) || this;
|
|
@@ -117,4 +117,3 @@ var Fdc3Dictionary = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
117
117
|
Fdc3Dictionary.$t = markType(Fdc3Dictionary, 'Fdc3Dictionary');
|
|
118
118
|
return Fdc3Dictionary;
|
|
119
119
|
}(Base));
|
|
120
|
-
export { Fdc3Dictionary };
|
package/esm5/lib/Fdc3Message.js
CHANGED
|
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
var Fdc3Message = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var Fdc3Message = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(Fdc3Message, _super);
|
|
14
14
|
function Fdc3Message() {
|
|
15
15
|
var _this = _super.call(this) || this;
|
|
@@ -86,4 +86,3 @@ var Fdc3Message = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86
86
|
Fdc3Message.$t = markType(Fdc3Message, 'Fdc3Message');
|
|
87
87
|
return Fdc3Message;
|
|
88
88
|
}(Base));
|
|
89
|
-
export { Fdc3Message };
|
|
@@ -14,7 +14,7 @@ import { Fdc3Util } from "./Fdc3Util";
|
|
|
14
14
|
/**
|
|
15
15
|
* @hidden
|
|
16
16
|
*/
|
|
17
|
-
var Fdc3Serializer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
17
|
+
export var Fdc3Serializer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
18
18
|
__extends(Fdc3Serializer, _super);
|
|
19
19
|
function Fdc3Serializer() {
|
|
20
20
|
var _this = _super.call(this) || this;
|
|
@@ -608,11 +608,10 @@ var Fdc3Serializer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
608
608
|
Fdc3Serializer.$t = markType(Fdc3Serializer, 'Fdc3Serializer');
|
|
609
609
|
return Fdc3Serializer;
|
|
610
610
|
}(Base));
|
|
611
|
-
export { Fdc3Serializer };
|
|
612
611
|
/**
|
|
613
612
|
* @hidden
|
|
614
613
|
*/
|
|
615
|
-
var Fdc3Context = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
614
|
+
export var Fdc3Context = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
616
615
|
__extends(Fdc3Context, _super);
|
|
617
616
|
function Fdc3Context(a) {
|
|
618
617
|
var _rest = [];
|
|
@@ -701,11 +700,10 @@ var Fdc3Context = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
701
700
|
Fdc3Context.$t = markType(Fdc3Context, 'Fdc3Context', Fdc3Dictionary.$);
|
|
702
701
|
return Fdc3Context;
|
|
703
702
|
}(Fdc3Dictionary));
|
|
704
|
-
export { Fdc3Context };
|
|
705
703
|
/**
|
|
706
704
|
* @hidden
|
|
707
705
|
*/
|
|
708
|
-
var Fdc3Instrument = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
706
|
+
export var Fdc3Instrument = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
709
707
|
__extends(Fdc3Instrument, _super);
|
|
710
708
|
function Fdc3Instrument() {
|
|
711
709
|
return _super.call(this, 1, 1) || this;
|
|
@@ -723,11 +721,10 @@ var Fdc3Instrument = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
723
721
|
Fdc3Instrument.$t = markType(Fdc3Instrument, 'Fdc3Instrument', Fdc3Context.$);
|
|
724
722
|
return Fdc3Instrument;
|
|
725
723
|
}(Fdc3Context));
|
|
726
|
-
export { Fdc3Instrument };
|
|
727
724
|
/**
|
|
728
725
|
* @hidden
|
|
729
726
|
*/
|
|
730
|
-
var Fdc3InstrumentList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
727
|
+
export var Fdc3InstrumentList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
731
728
|
__extends(Fdc3InstrumentList, _super);
|
|
732
729
|
function Fdc3InstrumentList() {
|
|
733
730
|
var _this = _super.call(this, 0) || this;
|
|
@@ -749,11 +746,10 @@ var Fdc3InstrumentList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
749
746
|
Fdc3InstrumentList.$t = markType(Fdc3InstrumentList, 'Fdc3InstrumentList', Fdc3Context.$);
|
|
750
747
|
return Fdc3InstrumentList;
|
|
751
748
|
}(Fdc3Context));
|
|
752
|
-
export { Fdc3InstrumentList };
|
|
753
749
|
/**
|
|
754
750
|
* @hidden
|
|
755
751
|
*/
|
|
756
|
-
var Fdc3Position = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
752
|
+
export var Fdc3Position = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
757
753
|
__extends(Fdc3Position, _super);
|
|
758
754
|
function Fdc3Position() {
|
|
759
755
|
var _this = _super.call(this, 1, 3) || this;
|
|
@@ -803,11 +799,10 @@ var Fdc3Position = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
803
799
|
Fdc3Position.$t = markType(Fdc3Position, 'Fdc3Position', Fdc3Context.$);
|
|
804
800
|
return Fdc3Position;
|
|
805
801
|
}(Fdc3Context));
|
|
806
|
-
export { Fdc3Position };
|
|
807
802
|
/**
|
|
808
803
|
* @hidden
|
|
809
804
|
*/
|
|
810
|
-
var Fdc3Portfolio = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
805
|
+
export var Fdc3Portfolio = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
811
806
|
__extends(Fdc3Portfolio, _super);
|
|
812
807
|
function Fdc3Portfolio() {
|
|
813
808
|
var _this = _super.call(this, 1, 4) || this;
|
|
@@ -828,11 +823,10 @@ var Fdc3Portfolio = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
828
823
|
Fdc3Portfolio.$t = markType(Fdc3Portfolio, 'Fdc3Portfolio', Fdc3Context.$);
|
|
829
824
|
return Fdc3Portfolio;
|
|
830
825
|
}(Fdc3Context));
|
|
831
|
-
export { Fdc3Portfolio };
|
|
832
826
|
/**
|
|
833
827
|
* @hidden
|
|
834
828
|
*/
|
|
835
|
-
var Fdc3Organization = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
829
|
+
export var Fdc3Organization = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
836
830
|
__extends(Fdc3Organization, _super);
|
|
837
831
|
function Fdc3Organization() {
|
|
838
832
|
return _super.call(this, 1, 7) || this;
|
|
@@ -840,11 +834,10 @@ var Fdc3Organization = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
840
834
|
Fdc3Organization.$t = markType(Fdc3Organization, 'Fdc3Organization', Fdc3Context.$);
|
|
841
835
|
return Fdc3Organization;
|
|
842
836
|
}(Fdc3Context));
|
|
843
|
-
export { Fdc3Organization };
|
|
844
837
|
/**
|
|
845
838
|
* @hidden
|
|
846
839
|
*/
|
|
847
|
-
var Fdc3OrganizationList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
840
|
+
export var Fdc3OrganizationList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
848
841
|
__extends(Fdc3OrganizationList, _super);
|
|
849
842
|
function Fdc3OrganizationList() {
|
|
850
843
|
var _this = _super.call(this, 1, 8) || this;
|
|
@@ -864,11 +857,10 @@ var Fdc3OrganizationList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
864
857
|
Fdc3OrganizationList.$t = markType(Fdc3OrganizationList, 'Fdc3OrganizationList', Fdc3Context.$);
|
|
865
858
|
return Fdc3OrganizationList;
|
|
866
859
|
}(Fdc3Context));
|
|
867
|
-
export { Fdc3OrganizationList };
|
|
868
860
|
/**
|
|
869
861
|
* @hidden
|
|
870
862
|
*/
|
|
871
|
-
var Fdc3Contact = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
863
|
+
export var Fdc3Contact = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
872
864
|
__extends(Fdc3Contact, _super);
|
|
873
865
|
function Fdc3Contact(a) {
|
|
874
866
|
var _rest = [];
|
|
@@ -943,11 +935,10 @@ var Fdc3Contact = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
943
935
|
Fdc3Contact.$t = markType(Fdc3Contact, 'Fdc3Contact', Fdc3Context.$);
|
|
944
936
|
return Fdc3Contact;
|
|
945
937
|
}(Fdc3Context));
|
|
946
|
-
export { Fdc3Contact };
|
|
947
938
|
/**
|
|
948
939
|
* @hidden
|
|
949
940
|
*/
|
|
950
|
-
var Fdc3ContactList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
941
|
+
export var Fdc3ContactList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
951
942
|
__extends(Fdc3ContactList, _super);
|
|
952
943
|
function Fdc3ContactList(a) {
|
|
953
944
|
var _rest = [];
|
|
@@ -991,4 +982,3 @@ var Fdc3ContactList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
991
982
|
Fdc3ContactList.$t = markType(Fdc3ContactList, 'Fdc3ContactList', Fdc3Context.$);
|
|
992
983
|
return Fdc3ContactList;
|
|
993
984
|
}(Fdc3Context));
|
|
994
|
-
export { Fdc3ContactList };
|
package/esm5/lib/Fdc3Util.js
CHANGED
|
@@ -12,7 +12,7 @@ import { Fdc3IntentType_$type } from "./Fdc3IntentType";
|
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
15
|
-
var Fdc3Util = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
export var Fdc3Util = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
16
|
__extends(Fdc3Util, _super);
|
|
17
17
|
function Fdc3Util() {
|
|
18
18
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -76,5 +76,4 @@ var Fdc3Util = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76
76
|
Fdc3Util.d = null;
|
|
77
77
|
return Fdc3Util;
|
|
78
78
|
}(Base));
|
|
79
|
-
export { Fdc3Util };
|
|
80
79
|
(function (v) { callStaticConstructors(); })(true);
|
package/esm5/lib/Randomizer.js
CHANGED
|
@@ -11,7 +11,7 @@ import { truncate } from "igniteui-webcomponents-core";
|
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
14
|
-
var Randomizer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
export var Randomizer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
15
|
__extends(Randomizer, _super);
|
|
16
16
|
function Randomizer() {
|
|
17
17
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -37,4 +37,3 @@ var Randomizer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37
37
|
Randomizer.c = new Random(0);
|
|
38
38
|
return Randomizer;
|
|
39
39
|
}(Base));
|
|
40
|
-
export { Randomizer };
|
|
@@ -76,9 +76,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
76
76
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
77
77
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
78
78
|
*/
|
|
79
|
-
/**
|
|
80
|
-
* @hidden
|
|
81
|
-
*/
|
|
82
79
|
let Fdc3Dictionary = /*@__PURE__*/ (() => {
|
|
83
80
|
class Fdc3Dictionary extends Base {
|
|
84
81
|
constructor() {
|
|
@@ -213,9 +210,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
213
210
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
214
211
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
215
212
|
*/
|
|
216
|
-
/**
|
|
217
|
-
* @hidden
|
|
218
|
-
*/
|
|
219
213
|
let Fdc3Util = /*@__PURE__*/ (() => {
|
|
220
214
|
class Fdc3Util extends Base {
|
|
221
215
|
static staticInit() {
|
|
@@ -286,9 +280,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
286
280
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
287
281
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
288
282
|
*/
|
|
289
|
-
/**
|
|
290
|
-
* @hidden
|
|
291
|
-
*/
|
|
292
283
|
let Fdc3Serializer = /*@__PURE__*/ (() => {
|
|
293
284
|
class Fdc3Serializer extends Base {
|
|
294
285
|
constructor() {
|
|
@@ -859,9 +850,6 @@ let Fdc3Serializer = /*@__PURE__*/ (() => {
|
|
|
859
850
|
Fdc3Serializer.$t = /*@__PURE__*/ markType(Fdc3Serializer, 'Fdc3Serializer');
|
|
860
851
|
return Fdc3Serializer;
|
|
861
852
|
})();
|
|
862
|
-
/**
|
|
863
|
-
* @hidden
|
|
864
|
-
*/
|
|
865
853
|
let Fdc3Context = /*@__PURE__*/ (() => {
|
|
866
854
|
class Fdc3Context extends Fdc3Dictionary {
|
|
867
855
|
constructor(a, ..._rest) {
|
|
@@ -927,9 +915,6 @@ let Fdc3Context = /*@__PURE__*/ (() => {
|
|
|
927
915
|
Fdc3Context.$t = /*@__PURE__*/ markType(Fdc3Context, 'Fdc3Context', Fdc3Dictionary.$);
|
|
928
916
|
return Fdc3Context;
|
|
929
917
|
})();
|
|
930
|
-
/**
|
|
931
|
-
* @hidden
|
|
932
|
-
*/
|
|
933
918
|
let Fdc3Instrument = /*@__PURE__*/ (() => {
|
|
934
919
|
class Fdc3Instrument extends Fdc3Context {
|
|
935
920
|
constructor() {
|
|
@@ -945,9 +930,6 @@ let Fdc3Instrument = /*@__PURE__*/ (() => {
|
|
|
945
930
|
Fdc3Instrument.$t = /*@__PURE__*/ markType(Fdc3Instrument, 'Fdc3Instrument', Fdc3Context.$);
|
|
946
931
|
return Fdc3Instrument;
|
|
947
932
|
})();
|
|
948
|
-
/**
|
|
949
|
-
* @hidden
|
|
950
|
-
*/
|
|
951
933
|
let Fdc3InstrumentList = /*@__PURE__*/ (() => {
|
|
952
934
|
class Fdc3InstrumentList extends Fdc3Context {
|
|
953
935
|
constructor() {
|
|
@@ -966,9 +948,6 @@ let Fdc3InstrumentList = /*@__PURE__*/ (() => {
|
|
|
966
948
|
Fdc3InstrumentList.$t = /*@__PURE__*/ markType(Fdc3InstrumentList, 'Fdc3InstrumentList', Fdc3Context.$);
|
|
967
949
|
return Fdc3InstrumentList;
|
|
968
950
|
})();
|
|
969
|
-
/**
|
|
970
|
-
* @hidden
|
|
971
|
-
*/
|
|
972
951
|
let Fdc3Position = /*@__PURE__*/ (() => {
|
|
973
952
|
class Fdc3Position extends Fdc3Context {
|
|
974
953
|
constructor() {
|
|
@@ -1003,9 +982,6 @@ let Fdc3Position = /*@__PURE__*/ (() => {
|
|
|
1003
982
|
Fdc3Position.$t = /*@__PURE__*/ markType(Fdc3Position, 'Fdc3Position', Fdc3Context.$);
|
|
1004
983
|
return Fdc3Position;
|
|
1005
984
|
})();
|
|
1006
|
-
/**
|
|
1007
|
-
* @hidden
|
|
1008
|
-
*/
|
|
1009
985
|
let Fdc3Portfolio = /*@__PURE__*/ (() => {
|
|
1010
986
|
class Fdc3Portfolio extends Fdc3Context {
|
|
1011
987
|
constructor() {
|
|
@@ -1023,9 +999,6 @@ let Fdc3Portfolio = /*@__PURE__*/ (() => {
|
|
|
1023
999
|
Fdc3Portfolio.$t = /*@__PURE__*/ markType(Fdc3Portfolio, 'Fdc3Portfolio', Fdc3Context.$);
|
|
1024
1000
|
return Fdc3Portfolio;
|
|
1025
1001
|
})();
|
|
1026
|
-
/**
|
|
1027
|
-
* @hidden
|
|
1028
|
-
*/
|
|
1029
1002
|
let Fdc3Organization = /*@__PURE__*/ (() => {
|
|
1030
1003
|
class Fdc3Organization extends Fdc3Context {
|
|
1031
1004
|
constructor() {
|
|
@@ -1035,9 +1008,6 @@ let Fdc3Organization = /*@__PURE__*/ (() => {
|
|
|
1035
1008
|
Fdc3Organization.$t = /*@__PURE__*/ markType(Fdc3Organization, 'Fdc3Organization', Fdc3Context.$);
|
|
1036
1009
|
return Fdc3Organization;
|
|
1037
1010
|
})();
|
|
1038
|
-
/**
|
|
1039
|
-
* @hidden
|
|
1040
|
-
*/
|
|
1041
1011
|
let Fdc3OrganizationList = /*@__PURE__*/ (() => {
|
|
1042
1012
|
class Fdc3OrganizationList extends Fdc3Context {
|
|
1043
1013
|
constructor() {
|
|
@@ -1054,9 +1024,6 @@ let Fdc3OrganizationList = /*@__PURE__*/ (() => {
|
|
|
1054
1024
|
Fdc3OrganizationList.$t = /*@__PURE__*/ markType(Fdc3OrganizationList, 'Fdc3OrganizationList', Fdc3Context.$);
|
|
1055
1025
|
return Fdc3OrganizationList;
|
|
1056
1026
|
})();
|
|
1057
|
-
/**
|
|
1058
|
-
* @hidden
|
|
1059
|
-
*/
|
|
1060
1027
|
let Fdc3Contact = /*@__PURE__*/ (() => {
|
|
1061
1028
|
class Fdc3Contact extends Fdc3Context {
|
|
1062
1029
|
constructor(a, ..._rest) {
|
|
@@ -1115,9 +1082,6 @@ let Fdc3Contact = /*@__PURE__*/ (() => {
|
|
|
1115
1082
|
Fdc3Contact.$t = /*@__PURE__*/ markType(Fdc3Contact, 'Fdc3Contact', Fdc3Context.$);
|
|
1116
1083
|
return Fdc3Contact;
|
|
1117
1084
|
})();
|
|
1118
|
-
/**
|
|
1119
|
-
* @hidden
|
|
1120
|
-
*/
|
|
1121
1085
|
let Fdc3ContactList = /*@__PURE__*/ (() => {
|
|
1122
1086
|
class Fdc3ContactList extends Fdc3Context {
|
|
1123
1087
|
constructor(a, ..._rest) {
|
|
@@ -1188,9 +1152,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
1188
1152
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
1189
1153
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
1190
1154
|
*/
|
|
1191
|
-
/**
|
|
1192
|
-
* @hidden
|
|
1193
|
-
*/
|
|
1194
1155
|
let Fdc3Converter = /*@__PURE__*/ (() => {
|
|
1195
1156
|
class Fdc3Converter extends Base {
|
|
1196
1157
|
static log(message_) {
|
|
@@ -1423,9 +1384,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
1423
1384
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
1424
1385
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
1425
1386
|
*/
|
|
1426
|
-
/**
|
|
1427
|
-
* @hidden
|
|
1428
|
-
*/
|
|
1429
1387
|
let Fdc3Message = /*@__PURE__*/ (() => {
|
|
1430
1388
|
class Fdc3Message extends Base {
|
|
1431
1389
|
constructor() {
|
|
@@ -1486,9 +1444,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
1486
1444
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
1487
1445
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
1488
1446
|
*/
|
|
1489
|
-
/**
|
|
1490
|
-
* @hidden
|
|
1491
|
-
*/
|
|
1492
1447
|
let Fdc3DataAdapter = /*@__PURE__*/ (() => {
|
|
1493
1448
|
class Fdc3DataAdapter extends FinancialDataAdapter {
|
|
1494
1449
|
aq(a, b, c) {
|
|
@@ -1748,9 +1703,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
1748
1703
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
1749
1704
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
1750
1705
|
*/
|
|
1751
|
-
/**
|
|
1752
|
-
* @hidden
|
|
1753
|
-
*/
|
|
1754
1706
|
let Randomizer = /*@__PURE__*/ (() => {
|
|
1755
1707
|
class Randomizer extends Base {
|
|
1756
1708
|
static d(a) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './public_api';
|
|
1
|
+
export * from './public_api';
|
package/lib/Fdc3Contact.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Fdc3Contact } from "./Fdc3Serializer_combined";
|
|
1
|
+
export { Fdc3Contact } from "./Fdc3Serializer_combined";
|
package/lib/Fdc3ContactList.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Fdc3ContactList } from "./Fdc3Serializer_combined";
|
|
1
|
+
export { Fdc3ContactList } from "./Fdc3Serializer_combined";
|
package/lib/Fdc3Context.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Fdc3Context } from "./Fdc3Serializer_combined";
|
|
1
|
+
export { Fdc3Context } from "./Fdc3Serializer_combined";
|