igniteui-webcomponents-fdc3 1.3.3
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/License +27 -0
- package/README.md +23 -0
- package/bundles/igniteui-webcomponents-fdc3.umd.js +2024 -0
- package/bundles/igniteui-webcomponents-fdc3.umd.js.map +1 -0
- package/bundles/igniteui-webcomponents-fdc3.umd.min.js +2 -0
- package/bundles/igniteui-webcomponents-fdc3.umd.min.js.map +1 -0
- package/esm2015/igniteui-webcomponents-fdc3.js +2 -0
- package/esm2015/igniteui-webcomponents-fdc3.js.map +1 -0
- package/esm2015/lib/Fdc3Contact.js +8 -0
- package/esm2015/lib/Fdc3Contact.js.map +1 -0
- package/esm2015/lib/Fdc3ContactList.js +8 -0
- package/esm2015/lib/Fdc3ContactList.js.map +1 -0
- package/esm2015/lib/Fdc3Context.js +8 -0
- package/esm2015/lib/Fdc3Context.js.map +1 -0
- package/esm2015/lib/Fdc3ContextType.js +56 -0
- package/esm2015/lib/Fdc3ContextType.js.map +1 -0
- package/esm2015/lib/Fdc3Converter.js +198 -0
- package/esm2015/lib/Fdc3Converter.js.map +1 -0
- package/esm2015/lib/Fdc3DataAdapter.js +273 -0
- package/esm2015/lib/Fdc3DataAdapter.js.map +1 -0
- package/esm2015/lib/Fdc3Dictionary.js +85 -0
- package/esm2015/lib/Fdc3Dictionary.js.map +1 -0
- package/esm2015/lib/Fdc3Instrument.js +8 -0
- package/esm2015/lib/Fdc3Instrument.js.map +1 -0
- package/esm2015/lib/Fdc3InstrumentList.js +8 -0
- package/esm2015/lib/Fdc3InstrumentList.js.map +1 -0
- package/esm2015/lib/Fdc3IntentType.js +64 -0
- package/esm2015/lib/Fdc3IntentType.js.map +1 -0
- package/esm2015/lib/Fdc3Message.js +64 -0
- package/esm2015/lib/Fdc3Message.js.map +1 -0
- package/esm2015/lib/Fdc3Organization.js +8 -0
- package/esm2015/lib/Fdc3Organization.js.map +1 -0
- package/esm2015/lib/Fdc3OrganizationList.js +8 -0
- package/esm2015/lib/Fdc3OrganizationList.js.map +1 -0
- package/esm2015/lib/Fdc3Portfolio.js +8 -0
- package/esm2015/lib/Fdc3Portfolio.js.map +1 -0
- package/esm2015/lib/Fdc3Position.js +8 -0
- package/esm2015/lib/Fdc3Position.js.map +1 -0
- package/esm2015/lib/Fdc3Serializer.js +8 -0
- package/esm2015/lib/Fdc3Serializer.js.map +1 -0
- package/esm2015/lib/Fdc3Serializer_combined.js +880 -0
- package/esm2015/lib/Fdc3Serializer_combined.js.map +1 -0
- package/esm2015/lib/Fdc3Util.js +77 -0
- package/esm2015/lib/Fdc3Util.js.map +1 -0
- package/esm2015/lib/Randomizer.js +37 -0
- package/esm2015/lib/Randomizer.js.map +1 -0
- package/esm2015/public_api.js +19 -0
- package/esm2015/public_api.js.map +1 -0
- package/esm5/igniteui-webcomponents-fdc3.js +2 -0
- package/esm5/igniteui-webcomponents-fdc3.js.map +1 -0
- package/esm5/lib/Fdc3Contact.js +8 -0
- package/esm5/lib/Fdc3Contact.js.map +1 -0
- package/esm5/lib/Fdc3ContactList.js +8 -0
- package/esm5/lib/Fdc3ContactList.js.map +1 -0
- package/esm5/lib/Fdc3Context.js +8 -0
- package/esm5/lib/Fdc3Context.js.map +1 -0
- package/esm5/lib/Fdc3ContextType.js +56 -0
- package/esm5/lib/Fdc3ContextType.js.map +1 -0
- package/esm5/lib/Fdc3Converter.js +202 -0
- package/esm5/lib/Fdc3Converter.js.map +1 -0
- package/esm5/lib/Fdc3DataAdapter.js +331 -0
- package/esm5/lib/Fdc3DataAdapter.js.map +1 -0
- package/esm5/lib/Fdc3Dictionary.js +121 -0
- package/esm5/lib/Fdc3Dictionary.js.map +1 -0
- package/esm5/lib/Fdc3Instrument.js +8 -0
- package/esm5/lib/Fdc3Instrument.js.map +1 -0
- package/esm5/lib/Fdc3InstrumentList.js +8 -0
- package/esm5/lib/Fdc3InstrumentList.js.map +1 -0
- package/esm5/lib/Fdc3IntentType.js +64 -0
- package/esm5/lib/Fdc3IntentType.js.map +1 -0
- package/esm5/lib/Fdc3Message.js +90 -0
- package/esm5/lib/Fdc3Message.js.map +1 -0
- package/esm5/lib/Fdc3Organization.js +8 -0
- package/esm5/lib/Fdc3Organization.js.map +1 -0
- package/esm5/lib/Fdc3OrganizationList.js +8 -0
- package/esm5/lib/Fdc3OrganizationList.js.map +1 -0
- package/esm5/lib/Fdc3Portfolio.js +8 -0
- package/esm5/lib/Fdc3Portfolio.js.map +1 -0
- package/esm5/lib/Fdc3Position.js +8 -0
- package/esm5/lib/Fdc3Position.js.map +1 -0
- package/esm5/lib/Fdc3Serializer.js +8 -0
- package/esm5/lib/Fdc3Serializer.js.map +1 -0
- package/esm5/lib/Fdc3Serializer_combined.js +995 -0
- package/esm5/lib/Fdc3Serializer_combined.js.map +1 -0
- package/esm5/lib/Fdc3Util.js +81 -0
- package/esm5/lib/Fdc3Util.js.map +1 -0
- package/esm5/lib/Randomizer.js +41 -0
- package/esm5/lib/Randomizer.js.map +1 -0
- package/esm5/public_api.js +19 -0
- package/esm5/public_api.js.map +1 -0
- package/fesm2015/igniteui-webcomponents-fdc3.js +1773 -0
- package/fesm2015/igniteui-webcomponents-fdc3.js.map +1 -0
- package/fesm5/igniteui-webcomponents-fdc3.js +1998 -0
- package/fesm5/igniteui-webcomponents-fdc3.js.map +1 -0
- package/igniteui-webcomponents-fdc3.d.ts +1 -0
- package/lib/Fdc3Contact.d.ts +1 -0
- package/lib/Fdc3ContactList.d.ts +1 -0
- package/lib/Fdc3Context.d.ts +1 -0
- package/lib/Fdc3ContextType.d.ts +48 -0
- package/lib/Fdc3Converter.d.ts +20 -0
- package/lib/Fdc3DataAdapter.d.ts +30 -0
- package/lib/Fdc3Dictionary.d.ts +19 -0
- package/lib/Fdc3Instrument.d.ts +1 -0
- package/lib/Fdc3InstrumentList.d.ts +1 -0
- package/lib/Fdc3IntentType.d.ts +56 -0
- package/lib/Fdc3Message.d.ts +21 -0
- package/lib/Fdc3Organization.d.ts +1 -0
- package/lib/Fdc3OrganizationList.d.ts +1 -0
- package/lib/Fdc3Portfolio.d.ts +1 -0
- package/lib/Fdc3Position.d.ts +1 -0
- package/lib/Fdc3Serializer.d.ts +1 -0
- package/lib/Fdc3Serializer_combined.d.ts +129 -0
- package/lib/Fdc3Util.d.ts +17 -0
- package/lib/Randomizer.d.ts +11 -0
- package/package.json +43 -0
- package/public_api.d.ts +18 -0
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
import * as tslib_1 from "tslib";
|
|
8
|
+
import { FinancialDataAdapter } from "igniteui-webcomponents-core";
|
|
9
|
+
import { IDisposable_$type, String_$type, typeCast, fromEnum, markType } from "igniteui-webcomponents-core";
|
|
10
|
+
import { Fdc3Message } from "./Fdc3Message";
|
|
11
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
12
|
+
import { Fdc3Position } from "./Fdc3Position";
|
|
13
|
+
import { Fdc3Instrument } from "./Fdc3Instrument";
|
|
14
|
+
import { Fdc3InstrumentList } from "./Fdc3InstrumentList";
|
|
15
|
+
import { Fdc3Portfolio } from "./Fdc3Portfolio";
|
|
16
|
+
import { Fdc3Converter } from "./Fdc3Converter";
|
|
17
|
+
import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
|
|
18
|
+
import { arrayClear } from "igniteui-webcomponents-core";
|
|
19
|
+
/**
|
|
20
|
+
* @hidden
|
|
21
|
+
*/
|
|
22
|
+
var Fdc3DataAdapter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
23
|
+
tslib_1.__extends(Fdc3DataAdapter, _super);
|
|
24
|
+
function Fdc3DataAdapter(a) {
|
|
25
|
+
var _this = _super.call(this) || this;
|
|
26
|
+
_this.messageReceived = null;
|
|
27
|
+
_this._openFin = null;
|
|
28
|
+
_this.a3 = false;
|
|
29
|
+
_this._openFin = a;
|
|
30
|
+
return _this;
|
|
31
|
+
}
|
|
32
|
+
Fdc3DataAdapter.prototype.aq = function (a, b, c) {
|
|
33
|
+
_super.prototype.aq.call(this, a, b, c);
|
|
34
|
+
};
|
|
35
|
+
Fdc3DataAdapter.prototype.ba = function (a) {
|
|
36
|
+
if (a == null) {
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
if (a.context != null && stringIsNullOrEmpty(a.json)) {
|
|
40
|
+
a.json = a.context.toJson();
|
|
41
|
+
this.log("received '" + a.intentType + "' intent '" + a.contextType + "' context with JSON:\n" + a.json);
|
|
42
|
+
}
|
|
43
|
+
if (this.messageReceived != null && a != null) {
|
|
44
|
+
this.messageReceived(a);
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
Fdc3DataAdapter.prototype.a5 = function () {
|
|
48
|
+
var isRunning_ = true;
|
|
49
|
+
if (!window.hasOwnProperty('fin')) {
|
|
50
|
+
isRunning_ = false;
|
|
51
|
+
}
|
|
52
|
+
;
|
|
53
|
+
return isRunning_;
|
|
54
|
+
};
|
|
55
|
+
Fdc3DataAdapter.prototype.subscribe = function (intentType_, contextType_) {
|
|
56
|
+
var _this = this;
|
|
57
|
+
if (contextType_ === void 0) {
|
|
58
|
+
contextType_ = "";
|
|
59
|
+
}
|
|
60
|
+
if (!this.a5()) {
|
|
61
|
+
return;
|
|
62
|
+
}
|
|
63
|
+
if (stringIsNullOrEmpty(intentType_)) {
|
|
64
|
+
intentType_ = "ViewChart";
|
|
65
|
+
}
|
|
66
|
+
this.log("Subscribing to '" + intentType_ + "' intent and '" + contextType_ + "' context");
|
|
67
|
+
var addIntentListener_ = this._openFin.addIntentListener;
|
|
68
|
+
// calling OpenFin API:
|
|
69
|
+
addIntentListener_(intentType_, function (context) {
|
|
70
|
+
return new Promise(function (resolve, reject) {
|
|
71
|
+
try {
|
|
72
|
+
_this.log('Subscriber received context ');
|
|
73
|
+
if (context.type == null || context.type === undefined) {
|
|
74
|
+
_this.log('Subscriber received context with missing context.type');
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
if (contextType_ !== '' && contextType_ !== context.type) {
|
|
78
|
+
_this.log('Subscriber skipping not matching context.type');
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
// call function to handle intent and process its context
|
|
82
|
+
_this.handleIntent(context, context.type, intentType_);
|
|
83
|
+
resolve();
|
|
84
|
+
}
|
|
85
|
+
catch (e) {
|
|
86
|
+
_this.log('Subscriber detected error with ' + intentType_ + ' intent: \n' + e);
|
|
87
|
+
reject(e);
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
});
|
|
91
|
+
;
|
|
92
|
+
};
|
|
93
|
+
Fdc3DataAdapter.prototype.handleIntent = function (context_, contextType_, intentType_) {
|
|
94
|
+
var e_1, _a, e_2, _b;
|
|
95
|
+
var msg_ = new Fdc3Message();
|
|
96
|
+
this.log("HandleIntent '" + intentType_ + "' intent with '" + contextType_ + "' context");
|
|
97
|
+
msg_.intentType = intentType_;
|
|
98
|
+
msg_.contextType = contextType_;
|
|
99
|
+
this.log('HandleIntent');
|
|
100
|
+
if (contextType_ === 'fdc3.instrument') {
|
|
101
|
+
var instrument = Fdc3Converter.toInstrument(context_);
|
|
102
|
+
msg_.context = instrument;
|
|
103
|
+
}
|
|
104
|
+
else if (contextType_ === 'fdc3.instrumentList') {
|
|
105
|
+
var list = Fdc3Converter.toInstrumentList(context_);
|
|
106
|
+
msg_.context = list;
|
|
107
|
+
}
|
|
108
|
+
else if (contextType_ === 'fdc3.position') {
|
|
109
|
+
var position = Fdc3Converter.toPosition(context_);
|
|
110
|
+
msg_.context = position;
|
|
111
|
+
}
|
|
112
|
+
else if (contextType_ === 'fdc3.portfolio') {
|
|
113
|
+
var portfolio = Fdc3Converter.toPortfolio(context_);
|
|
114
|
+
msg_.context = portfolio;
|
|
115
|
+
}
|
|
116
|
+
else // TODO other unsupported/custom context of FDC3 messages
|
|
117
|
+
{
|
|
118
|
+
// var custom = Fdc3Converter.toPortfolio(context_);
|
|
119
|
+
// msg_.context = custom;
|
|
120
|
+
// this.log('received custom \n' + custom.toJson());
|
|
121
|
+
}
|
|
122
|
+
;
|
|
123
|
+
var a = new List$1(Fdc3Position.$, 0);
|
|
124
|
+
var b = new List$1(Fdc3Instrument.$, 0);
|
|
125
|
+
var c = new List$1(String_$type, 0);
|
|
126
|
+
var d = new List$1(String_$type, 0);
|
|
127
|
+
if (contextType_ == "fdc3.instrument") {
|
|
128
|
+
this.v.clear();
|
|
129
|
+
arrayClear(this.stockPrices);
|
|
130
|
+
var e = typeCast(Fdc3Instrument.$, msg_.context);
|
|
131
|
+
b.add(e);
|
|
132
|
+
var f = e.ticker;
|
|
133
|
+
if (!c.contains(f)) {
|
|
134
|
+
c.add(f);
|
|
135
|
+
}
|
|
136
|
+
var g = e.name;
|
|
137
|
+
if (!d.contains(g)) {
|
|
138
|
+
d.add(g);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
else if (contextType_ == "fdc3.instrumentList") {
|
|
142
|
+
this.v.clear();
|
|
143
|
+
arrayClear(this.stockPrices);
|
|
144
|
+
var h = typeCast(Fdc3InstrumentList.$, msg_.context);
|
|
145
|
+
b.o(h.instruments);
|
|
146
|
+
var k = h.instruments;
|
|
147
|
+
for (var j = 0; j < k.length; j++) {
|
|
148
|
+
var i = k[j];
|
|
149
|
+
var l = i.ticker;
|
|
150
|
+
if (!c.contains(l)) {
|
|
151
|
+
c.add(l);
|
|
152
|
+
}
|
|
153
|
+
var m = i.name;
|
|
154
|
+
if (!d.contains(m)) {
|
|
155
|
+
d.add(m);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
else if (contextType_ == "fdc3.position") {
|
|
160
|
+
var n = typeCast(Fdc3Position.$, msg_.context);
|
|
161
|
+
a.add(n);
|
|
162
|
+
var o = n.instrument.ticker;
|
|
163
|
+
if (!c.contains(o)) {
|
|
164
|
+
c.add(n.instrument.ticker);
|
|
165
|
+
}
|
|
166
|
+
var p = n.instrument.name;
|
|
167
|
+
if (!d.contains(p)) {
|
|
168
|
+
d.add(p);
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
else if (contextType_ == "fdc3.portfolio") {
|
|
172
|
+
this.x.clear();
|
|
173
|
+
arrayClear(this.stockPositions);
|
|
174
|
+
var q = typeCast(Fdc3Portfolio.$, msg_.context);
|
|
175
|
+
a.o(q.positions);
|
|
176
|
+
var t = q.positions;
|
|
177
|
+
for (var s = 0; s < t.length; s++) {
|
|
178
|
+
var r = t[s];
|
|
179
|
+
var u = r.instrument.ticker;
|
|
180
|
+
if (!c.contains(u)) {
|
|
181
|
+
c.add(r.instrument.ticker);
|
|
182
|
+
}
|
|
183
|
+
var v = r.instrument.name;
|
|
184
|
+
if (!d.contains(v)) {
|
|
185
|
+
d.add(v);
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
msg_.tickerSymbols = this.f(String_$type, c);
|
|
190
|
+
msg_.tickerNames = this.f(String_$type, d);
|
|
191
|
+
this.log("HandleIntent tickerSymbols " + msg_.tickerSymbols);
|
|
192
|
+
this.log("HandleIntent instrumentList " + b.count);
|
|
193
|
+
this.log("HandleIntent positionList " + a.count);
|
|
194
|
+
try {
|
|
195
|
+
for (var _c = tslib_1.__values(fromEnum(b)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
196
|
+
var w = _d.value;
|
|
197
|
+
var x = w.ticker;
|
|
198
|
+
if (stringIsNullOrEmpty(x)) {
|
|
199
|
+
continue;
|
|
200
|
+
}
|
|
201
|
+
var y = this.q(x);
|
|
202
|
+
this.ao(x, y);
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
catch (e_1_1) {
|
|
206
|
+
e_1 = { error: e_1_1 };
|
|
207
|
+
}
|
|
208
|
+
finally {
|
|
209
|
+
try {
|
|
210
|
+
if (_d && !_d.done && (_a = _c.return))
|
|
211
|
+
_a.call(_c);
|
|
212
|
+
}
|
|
213
|
+
finally {
|
|
214
|
+
if (e_1)
|
|
215
|
+
throw e_1.error;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
try {
|
|
219
|
+
for (var _e = tslib_1.__values(fromEnum(a)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
220
|
+
var z = _f.value;
|
|
221
|
+
var aa = z.instrument.ticker;
|
|
222
|
+
if (stringIsNullOrEmpty(aa)) {
|
|
223
|
+
continue;
|
|
224
|
+
}
|
|
225
|
+
var ab = this.p(aa);
|
|
226
|
+
if (z.cost > 0) {
|
|
227
|
+
ab.costPerShare = z.cost;
|
|
228
|
+
}
|
|
229
|
+
if (z.shares > 0) {
|
|
230
|
+
ab.shares = z.shares;
|
|
231
|
+
}
|
|
232
|
+
if (z.price > 0) {
|
|
233
|
+
ab.marketPrice = z.price;
|
|
234
|
+
}
|
|
235
|
+
this.an(aa, ab);
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
catch (e_2_1) {
|
|
239
|
+
e_2 = { error: e_2_1 };
|
|
240
|
+
}
|
|
241
|
+
finally {
|
|
242
|
+
try {
|
|
243
|
+
if (_f && !_f.done && (_b = _e.return))
|
|
244
|
+
_b.call(_e);
|
|
245
|
+
}
|
|
246
|
+
finally {
|
|
247
|
+
if (e_2)
|
|
248
|
+
throw e_2.error;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
this.ba(msg_);
|
|
252
|
+
};
|
|
253
|
+
Fdc3DataAdapter.prototype.sendInstrument = function (a, b, c) {
|
|
254
|
+
if (c === void 0) {
|
|
255
|
+
c = "";
|
|
256
|
+
}
|
|
257
|
+
if (b == null) {
|
|
258
|
+
return;
|
|
259
|
+
}
|
|
260
|
+
var d = Fdc3Converter.fromInstrument(b);
|
|
261
|
+
this.bb(a, d, c);
|
|
262
|
+
};
|
|
263
|
+
Fdc3DataAdapter.prototype.sendInstrumentList = function (a, b, c) {
|
|
264
|
+
if (c === void 0) {
|
|
265
|
+
c = "";
|
|
266
|
+
}
|
|
267
|
+
if (b == null) {
|
|
268
|
+
return;
|
|
269
|
+
}
|
|
270
|
+
var d = Fdc3Converter.fromInstrumentList(b);
|
|
271
|
+
this.bb(a, d, c);
|
|
272
|
+
};
|
|
273
|
+
Fdc3DataAdapter.prototype.sendPosition = function (a, b, c) {
|
|
274
|
+
if (c === void 0) {
|
|
275
|
+
c = "";
|
|
276
|
+
}
|
|
277
|
+
if (b == null) {
|
|
278
|
+
return;
|
|
279
|
+
}
|
|
280
|
+
var d = Fdc3Converter.fromPosition(b);
|
|
281
|
+
this.bb(a, d, c);
|
|
282
|
+
};
|
|
283
|
+
Fdc3DataAdapter.prototype.sendPortfolio = function (a, b, c) {
|
|
284
|
+
if (c === void 0) {
|
|
285
|
+
c = "";
|
|
286
|
+
}
|
|
287
|
+
if (b == null) {
|
|
288
|
+
return;
|
|
289
|
+
}
|
|
290
|
+
var d = Fdc3Converter.fromPortfolio(b);
|
|
291
|
+
this.bb(a, d, c);
|
|
292
|
+
};
|
|
293
|
+
Fdc3DataAdapter.prototype.bb = function (intent_, context_, target_) {
|
|
294
|
+
if (target_ === void 0) {
|
|
295
|
+
target_ = "";
|
|
296
|
+
}
|
|
297
|
+
if (!this.a5()) {
|
|
298
|
+
return;
|
|
299
|
+
}
|
|
300
|
+
var raiseIntent_ = this._openFin.raiseIntent;
|
|
301
|
+
this.log('Sending \'' + intent_ + '\' intent to \'' + target_ + '\' target');
|
|
302
|
+
// calling OpenFin API:
|
|
303
|
+
if (target_ == null || target_ === '') {
|
|
304
|
+
raiseIntent_(intent_, context_); // send to all OpenFin apps
|
|
305
|
+
}
|
|
306
|
+
else {
|
|
307
|
+
raiseIntent_(intent_, context_, target_); // send only to Target app
|
|
308
|
+
}
|
|
309
|
+
;
|
|
310
|
+
};
|
|
311
|
+
Object.defineProperty(Fdc3DataAdapter.prototype, "a4", {
|
|
312
|
+
get: function () {
|
|
313
|
+
return this.a3;
|
|
314
|
+
},
|
|
315
|
+
set: function (a) {
|
|
316
|
+
this.a3 = a;
|
|
317
|
+
},
|
|
318
|
+
enumerable: true,
|
|
319
|
+
configurable: true
|
|
320
|
+
});
|
|
321
|
+
Fdc3DataAdapter.prototype.a7 = function (a) {
|
|
322
|
+
this.a4 = true;
|
|
323
|
+
};
|
|
324
|
+
Fdc3DataAdapter.prototype.dispose = function () {
|
|
325
|
+
this.a7(true);
|
|
326
|
+
};
|
|
327
|
+
Fdc3DataAdapter.$t = markType(Fdc3DataAdapter, 'Fdc3DataAdapter', FinancialDataAdapter.$, [IDisposable_$type]);
|
|
328
|
+
return Fdc3DataAdapter;
|
|
329
|
+
}(FinancialDataAdapter));
|
|
330
|
+
export { Fdc3DataAdapter };
|
|
331
|
+
//# sourceMappingURL=Fdc3DataAdapter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Fdc3DataAdapter.js","sourceRoot":"","sources":["../../../../src/igniteui-fdc3/lib/Fdc3DataAdapter.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;;AAEF,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAe,iBAAiB,EAA4E,YAAY,EAAE,QAAQ,EAAiB,QAAQ,EAAQ,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACxN,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAIhD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAEzD;;GAEG;AACH;IAAqC,2CAAoB;IAmPxD,yBAAY,CAAM;QAAlB,YACC,iBAAO,SAEP;QAjPD,qBAAe,GAAmC,IAAI,CAAC;QA6O/C,cAAQ,GAAQ,IAAI,CAAC;QAKrB,QAAE,GAAY,KAAK,CAAC;QAF3B,KAAI,CAAC,QAAQ,GAAG,CAAC,CAAC;;IACnB,CAAC;IApPS,4BAAE,GAAZ,UAAa,CAAS,EAAE,CAAM,EAAE,CAAM;QACrC,iBAAM,EAAE,YAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACnB,CAAC;IAED,4BAAE,GAAF,UAAG,CAAc;QAChB,IAAI,CAAC,IAAI,IAAI,EAAE;YACd,OAAO;SACP;QACD,IAAI,CAAC,CAAC,OAAO,IAAI,IAAI,IAAI,mBAAmB,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE;YACrD,CAAC,CAAC,IAAI,GAAG,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC;YAC5B,IAAI,CAAC,GAAG,CAAC,YAAY,GAAG,CAAC,CAAC,UAAU,GAAG,YAAY,GAAG,CAAC,CAAC,WAAW,GAAG,wBAAwB,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;SACzG;QACD,IAAI,IAAI,CAAC,eAAe,IAAI,IAAI,IAAI,CAAC,IAAI,IAAI,EAAE;YAC9C,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;SACxB;IACF,CAAC;IACD,4BAAE,GAAF;QACC,IAAI,UAAU,GAAG,IAAI,CAAC;QAEhB,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE;YAC/B,UAAU,GAAG,KAAK,CAAC;SACtB;QACL,CAAC;QACH,OAAO,UAAU,CAAC;IACnB,CAAC;IACD,mCAAS,GAAT,UAAU,WAAmB,EAAE,YAAyB;QAAxD,iBAyCC;QAzC8B,6BAAA,EAAA,iBAAyB;QACvD,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE;YACf,OAAO;SACP;QACD,IAAI,mBAAmB,CAAC,WAAW,CAAC,EAAE;YACrC,WAAW,GAAG,WAAW,CAAC;SAC1B;QACD,IAAI,CAAC,GAAG,CAAC,kBAAkB,GAAG,WAAW,GAAG,gBAAgB,GAAG,YAAY,GAAG,WAAW,CAAC,CAAC;QAC3F,IAAI,kBAAkB,GAAQ,IAAI,CAAC,QAAQ,CAAC,iBAAiB,CAAC;QAExD,uBAAuB;QACvB,kBAAkB,CAAC,WAAW,EAC9B,UAAC,OAAY;YACT,OAAO,IAAI,OAAO,CAAC,UAAC,OAAO,EAAE,MAAM;gBAC/B,IACA;oBACI,KAAI,CAAC,GAAG,CAAC,8BAA8B,CAAE,CAAC;oBAE1C,IAAI,OAAO,CAAC,IAAI,IAAI,IAAI,IAAI,OAAO,CAAC,IAAI,KAAK,SAAS,EACtD;wBACI,KAAI,CAAC,GAAG,CAAC,uDAAuD,CAAE,CAAC;wBACnE,OAAO;qBACV;oBAED,IAAI,YAAY,KAAK,EAAE,IAAI,YAAY,KAAK,OAAO,CAAC,IAAI,EACxD;wBACI,KAAI,CAAC,GAAG,CAAC,+CAA+C,CAAE,CAAC;wBAC3D,OAAO;qBACV;oBACD,yDAAyD;oBACzD,KAAI,CAAC,YAAY,CAAC,OAAO,EAAE,OAAO,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;oBACtD,OAAO,EAAE,CAAC;iBACb;gBACD,OAAO,CAAC,EACR;oBACI,KAAI,CAAC,GAAG,CAAC,iCAAiC,GAAG,WAAW,GAAG,aAAa,GAAG,CAAC,CAAC,CAAC;oBAC9E,MAAM,CAAC,CAAC,CAAC,CAAC;iBACb;YACL,CAAC,CAAC,CAAC;QACP,CAAC,CAAC,CAAC;QACP,CAAC;IACJ,CAAC;IACO,sCAAY,GAApB,UAAqB,QAAa,EAAE,YAAoB,EAAE,WAAmB;;QAC5E,IAAI,IAAI,GAAG,IAAI,WAAW,EAAE,CAAC;QAC7B,IAAI,CAAC,GAAG,CAAC,gBAAgB,GAAG,WAAW,GAAG,iBAAiB,GAAG,YAAY,GAAG,WAAW,CAAC,CAAC;QAC1F,IAAI,CAAC,UAAU,GAAG,WAAW,CAAC;QAC9B,IAAI,CAAC,WAAW,GAAG,YAAY,CAAC;QAG1B,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QACzB,IAAI,YAAY,KAAK,iBAAiB,EACtC;YACI,IAAI,UAAU,GAAG,aAAa,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;YACtD,IAAI,CAAC,OAAO,GAAG,UAAU,CAAC;SAC7B;aACI,IAAI,YAAY,KAAK,qBAAqB,EAC/C;YACI,IAAI,IAAI,GAAG,aAAa,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC;YACpD,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;SACvB;aACI,IAAI,YAAY,KAAK,eAAe,EACzC;YACI,IAAI,QAAQ,GAAG,aAAa,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;YAClD,IAAI,CAAC,OAAO,GAAG,QAAQ,CAAC;SAC3B;aACI,IAAI,YAAY,KAAK,gBAAgB,EAC1C;YACI,IAAI,SAAS,GAAG,aAAa,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;YACpD,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC;SAC5B;aACI,yDAAyD;SAC9D;YACA,qDAAqD;YACrD,0BAA0B;YAC1B,qDAAqD;SACpD;QACL,CAAC;QACH,IAAI,CAAC,GAAG,IAAI,MAAM,CAAqB,YAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QAC3D,IAAI,CAAC,GAAG,IAAI,MAAM,CAAuB,cAAe,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;QAC/D,IAAI,CAAC,GAAG,IAAI,MAAM,CAAS,YAAY,EAAE,CAAC,CAAC,CAAC;QAC5C,IAAI,CAAC,GAAG,IAAI,MAAM,CAAS,YAAY,EAAE,CAAC,CAAC,CAAC;QAC5C,IAAI,YAAY,IAAI,iBAAiB,EAAE;YACtC,IAAI,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC;YACf,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAC7B,IAAI,CAAC,GAAG,QAAQ,CAAuB,cAAe,CAAC,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;YACxE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;YACT,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC;YACjB,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE;gBACnB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;aACT;YACD,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC;YACf,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE;gBACnB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;aACT;SACD;aAAM,IAAI,YAAY,IAAI,qBAAqB,EAAE;YACjD,IAAI,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC;YACf,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAC7B,IAAI,CAAC,GAAG,QAAQ,CAA2B,kBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;YAChF,CAAC,CAAC,CAAC,CAAqC,CAAC,CAAC,WAAW,CAAC,CAAC;YACvD,IAAI,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC;YACtB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBAClC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;gBACb,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC;gBACjB,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE;oBACnB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;iBACT;gBACD,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC;gBACf,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE;oBACnB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;iBACT;aACD;SACD;aAAM,IAAI,YAAY,IAAI,eAAe,EAAE;YAC3C,IAAI,CAAC,GAAG,QAAQ,CAAqB,YAAa,CAAC,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;YACpE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;YACT,IAAI,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC;YAC5B,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE;gBACnB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;aAC3B;YACD,IAAI,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC;YAC1B,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE;gBACnB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;aACT;SACD;aAAM,IAAI,YAAY,IAAI,gBAAgB,EAAE;YAC5C,IAAI,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC;YACf,UAAU,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;YAChC,IAAI,CAAC,GAAG,QAAQ,CAAsB,aAAc,CAAC,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;YACtE,CAAC,CAAC,CAAC,CAAmC,CAAC,CAAC,SAAS,CAAC,CAAC;YACnD,IAAI,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC;YACpB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBAClC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;gBACb,IAAI,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC;gBAC5B,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE;oBACnB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;iBAC3B;gBACD,IAAI,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC;gBAC1B,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE;oBACnB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;iBACT;aACD;SACD;QACD,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,CAAC,CAAS,YAAY,EAAE,CAAC,CAAC,CAAC;QACrD,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC,CAAS,YAAY,EAAE,CAAC,CAAC,CAAC;QACnD,IAAI,CAAC,GAAG,CAAC,6BAA6B,GAAG,IAAI,CAAC,aAAa,CAAC,CAAC;QAC7D,IAAI,CAAC,GAAG,CAAC,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC;QACnD,IAAI,CAAC,GAAG,CAAC,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC;;YACjD,KAAc,IAAA,KAAA,iBAAA,QAAQ,CAAiB,CAAC,CAAC,CAAA,gBAAA,4BAAE;gBAAtC,IAAI,CAAC,WAAA;gBACT,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC;gBACjB,IAAI,mBAAmB,CAAC,CAAC,CAAC,EAAE;oBAC3B,SAAS;iBACT;gBACD,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;gBAClB,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;aACd;;;;;;;;;;YACD,KAAc,IAAA,KAAA,iBAAA,QAAQ,CAAe,CAAC,CAAC,CAAA,gBAAA,4BAAE;gBAApC,IAAI,CAAC,WAAA;gBACT,IAAI,EAAE,GAAG,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC;gBAC7B,IAAI,mBAAmB,CAAC,EAAE,CAAC,EAAE;oBAC5B,SAAS;iBACT;gBACD,IAAI,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;gBACpB,IAAI,CAAC,CAAC,IAAI,GAAG,CAAC,EAAE;oBACf,EAAE,CAAC,YAAY,GAAG,CAAC,CAAC,IAAI,CAAC;iBACzB;gBACD,IAAI,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE;oBACjB,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC;iBACrB;gBACD,IAAI,CAAC,CAAC,KAAK,GAAG,CAAC,EAAE;oBAChB,EAAE,CAAC,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC;iBACzB;gBACD,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;aAChB;;;;;;;;;QACD,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC;IACf,CAAC;IACD,wCAAc,GAAd,UAAe,CAAS,EAAE,CAAiB,EAAE,CAAc;QAAd,kBAAA,EAAA,MAAc;QAC1D,IAAI,CAAC,IAAI,IAAI,EAAE;YACd,OAAO;SACP;QACD,IAAI,CAAC,GAAG,aAAa,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;QACxC,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAClB,CAAC;IACD,4CAAkB,GAAlB,UAAmB,CAAS,EAAE,CAAqB,EAAE,CAAc;QAAd,kBAAA,EAAA,MAAc;QAClE,IAAI,CAAC,IAAI,IAAI,EAAE;YACd,OAAO;SACP;QACD,IAAI,CAAC,GAAG,aAAa,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC;QAC5C,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAClB,CAAC;IACD,sCAAY,GAAZ,UAAa,CAAS,EAAE,CAAe,EAAE,CAAc;QAAd,kBAAA,EAAA,MAAc;QACtD,IAAI,CAAC,IAAI,IAAI,EAAE;YACd,OAAO;SACP;QACD,IAAI,CAAC,GAAG,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QACtC,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAClB,CAAC;IACD,uCAAa,GAAb,UAAc,CAAS,EAAE,CAAgB,EAAE,CAAc;QAAd,kBAAA,EAAA,MAAc;QACxD,IAAI,CAAC,IAAI,IAAI,EAAE;YACd,OAAO;SACP;QACD,IAAI,CAAC,GAAG,aAAa,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;QACvC,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAClB,CAAC;IACO,4BAAE,GAAV,UAAW,OAAe,EAAE,QAAa,EAAE,OAAoB;QAApB,wBAAA,EAAA,YAAoB;QAC9D,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE;YACf,OAAO;SACP;QACD,IAAI,YAAY,GAAQ,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC;QAElD,IAAI,CAAC,GAAG,CAAC,YAAY,GAAG,OAAO,GAAG,iBAAiB,GAAG,OAAO,GAAG,WAAW,CAAC,CAAC;QACvE,wBAAwB;QACxB,IAAI,OAAO,IAAI,IAAI,IAAI,OAAO,KAAK,EAAE,EAAE;YACnC,YAAY,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,2BAA2B;SAC/D;aAAM;YACH,YAAY,CAAC,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,0BAA0B;SACvE;QACL,CAAC;IACJ,CAAC;IAOD,sBAAY,+BAAE;aAAd;YACC,OAAO,IAAI,CAAC,EAAE,CAAC;QAChB,CAAC;aACD,UAAe,CAAU;YACxB,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACb,CAAC;;;OAHA;IAIS,4BAAE,GAAZ,UAAa,CAAU;QACtB,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC;IAChB,CAAC;IACD,iCAAO,GAAP;QACC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC;IACf,CAAC;IAlQM,kBAAE,GAAS,QAAQ,CAAC,eAAe,EAAE,iBAAiB,EAAQ,oBAAqB,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAmQpH,sBAAC;CAAA,AApQD,CAAqC,oBAAoB,GAoQxD;SApQY,eAAe"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
import * as tslib_1 from "tslib";
|
|
8
|
+
import { Base, String_$type, fromEnum, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
10
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
var Fdc3Dictionary = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
tslib_1.__extends(Fdc3Dictionary, _super);
|
|
16
|
+
function Fdc3Dictionary() {
|
|
17
|
+
var _this = _super.call(this) || this;
|
|
18
|
+
_this.d = null;
|
|
19
|
+
_this.d = new Dictionary$2(String_$type, Base.$, 0);
|
|
20
|
+
return _this;
|
|
21
|
+
}
|
|
22
|
+
Fdc3Dictionary.prototype.getKeys = function () {
|
|
23
|
+
var e_1, _a;
|
|
24
|
+
var a = new List$1(String_$type, 0);
|
|
25
|
+
try {
|
|
26
|
+
for (var _b = tslib_1.__values(fromEnum(this.d)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
27
|
+
var b = _c.value;
|
|
28
|
+
a.add(b.key);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
catch (e_1_1) {
|
|
32
|
+
e_1 = { error: e_1_1 };
|
|
33
|
+
}
|
|
34
|
+
finally {
|
|
35
|
+
try {
|
|
36
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
37
|
+
_a.call(_b);
|
|
38
|
+
}
|
|
39
|
+
finally {
|
|
40
|
+
if (e_1)
|
|
41
|
+
throw e_1.error;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
return a.toArray();
|
|
45
|
+
};
|
|
46
|
+
Fdc3Dictionary.prototype.getValues = function () {
|
|
47
|
+
var e_2, _a;
|
|
48
|
+
var a = new List$1(Base.$, 0);
|
|
49
|
+
try {
|
|
50
|
+
for (var _b = tslib_1.__values(fromEnum(this.d)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
51
|
+
var b = _c.value;
|
|
52
|
+
a.add1(b.value);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
catch (e_2_1) {
|
|
56
|
+
e_2 = { error: e_2_1 };
|
|
57
|
+
}
|
|
58
|
+
finally {
|
|
59
|
+
try {
|
|
60
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
61
|
+
_a.call(_b);
|
|
62
|
+
}
|
|
63
|
+
finally {
|
|
64
|
+
if (e_2)
|
|
65
|
+
throw e_2.error;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
return a.toArray();
|
|
69
|
+
};
|
|
70
|
+
Fdc3Dictionary.prototype.item = function (a, b) {
|
|
71
|
+
if (arguments.length === 2) {
|
|
72
|
+
this.set(a, b);
|
|
73
|
+
return b;
|
|
74
|
+
}
|
|
75
|
+
else {
|
|
76
|
+
return this.get(a);
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
Fdc3Dictionary.prototype.get = function (a) {
|
|
80
|
+
if (!this.d.containsKey(a)) {
|
|
81
|
+
this.set(a, "");
|
|
82
|
+
}
|
|
83
|
+
if (this.d.item(a) == null) {
|
|
84
|
+
return "";
|
|
85
|
+
}
|
|
86
|
+
return this.d.item(a);
|
|
87
|
+
};
|
|
88
|
+
Fdc3Dictionary.prototype.h = function (a) {
|
|
89
|
+
return this.get(a).toString();
|
|
90
|
+
};
|
|
91
|
+
Fdc3Dictionary.prototype.e = function (a) {
|
|
92
|
+
if (!this.d.containsKey(a)) {
|
|
93
|
+
this.set(a, 0);
|
|
94
|
+
return 0;
|
|
95
|
+
}
|
|
96
|
+
if (this.d.item(a) == null) {
|
|
97
|
+
return 0;
|
|
98
|
+
}
|
|
99
|
+
return parseFloat(this.d.item(a).toString());
|
|
100
|
+
};
|
|
101
|
+
Fdc3Dictionary.prototype.set = function (a, b) {
|
|
102
|
+
if (this.d.containsKey(a)) {
|
|
103
|
+
this.d.item(a, b);
|
|
104
|
+
}
|
|
105
|
+
else {
|
|
106
|
+
this.d.addItem(a, b);
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
Fdc3Dictionary.prototype.remove = function (a) {
|
|
110
|
+
if (this.d.containsKey(a)) {
|
|
111
|
+
this.d.removeItem(a);
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
Fdc3Dictionary.prototype.contains = function (a) {
|
|
115
|
+
return this.d.containsKey(a);
|
|
116
|
+
};
|
|
117
|
+
Fdc3Dictionary.$t = markType(Fdc3Dictionary, 'Fdc3Dictionary');
|
|
118
|
+
return Fdc3Dictionary;
|
|
119
|
+
}(Base));
|
|
120
|
+
export { Fdc3Dictionary };
|
|
121
|
+
//# sourceMappingURL=Fdc3Dictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Fdc3Dictionary.js","sourceRoot":"","sources":["../../../../src/igniteui-fdc3/lib/Fdc3Dictionary.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
export { Fdc3Instrument } from "./Fdc3Serializer_combined";
|
|
8
|
+
//# sourceMappingURL=Fdc3Instrument.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Fdc3Instrument.js","sourceRoot":"","sources":["../../../../src/igniteui-fdc3/lib/Fdc3Instrument.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,EAAC,cAAc,EAAC,MAAM,2BAA2B,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
export { Fdc3InstrumentList } from "./Fdc3Serializer_combined";
|
|
8
|
+
//# sourceMappingURL=Fdc3InstrumentList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Fdc3InstrumentList.js","sourceRoot":"","sources":["../../../../src/igniteui-fdc3/lib/Fdc3InstrumentList.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,EAAC,kBAAkB,EAAC,MAAM,2BAA2B,CAAA"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
import { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* Specifies type of FDC3 intent
|
|
10
|
+
* https://fdc3.finos.org/docs/1.0/intents-spec
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
export var Fdc3IntentType = /*@__PURE__*/ (function (Fdc3IntentType) {
|
|
14
|
+
/**
|
|
15
|
+
* Specifies no intent for FDC3 data adapter to listen to
|
|
16
|
+
*/
|
|
17
|
+
Fdc3IntentType[Fdc3IntentType["None"] = 0] = "None";
|
|
18
|
+
/**
|
|
19
|
+
* Specifies all intents for FDC3 data adapter to listen to
|
|
20
|
+
*/
|
|
21
|
+
Fdc3IntentType[Fdc3IntentType["All"] = 1] = "All";
|
|
22
|
+
/**
|
|
23
|
+
* Specifies an intent that is unknown by FDC3 data adapter
|
|
24
|
+
*/
|
|
25
|
+
Fdc3IntentType[Fdc3IntentType["Unknown"] = 2] = "Unknown";
|
|
26
|
+
/**
|
|
27
|
+
* Specifies an intent to view a chart for stock tickers in the Instrument context
|
|
28
|
+
*/
|
|
29
|
+
Fdc3IntentType[Fdc3IntentType["ViewChart"] = 3] = "ViewChart";
|
|
30
|
+
/**
|
|
31
|
+
* Specifies an intent to view information about stock tickers in the Instrument context
|
|
32
|
+
*/
|
|
33
|
+
Fdc3IntentType[Fdc3IntentType["ViewInstrument"] = 4] = "ViewInstrument";
|
|
34
|
+
/**
|
|
35
|
+
* Currently not supported - Starts a call with Contact(s) context
|
|
36
|
+
*/
|
|
37
|
+
Fdc3IntentType[Fdc3IntentType["StartCall"] = 5] = "StartCall";
|
|
38
|
+
/**
|
|
39
|
+
* Currently not supported - Starts a chat with Contact(s) context
|
|
40
|
+
*/
|
|
41
|
+
Fdc3IntentType[Fdc3IntentType["StartChat"] = 6] = "StartChat";
|
|
42
|
+
/**
|
|
43
|
+
* Currently not supported - Display analysis about Instrument, Contact, or Organization
|
|
44
|
+
*/
|
|
45
|
+
Fdc3IntentType[Fdc3IntentType["ViewAnalysis"] = 7] = "ViewAnalysis";
|
|
46
|
+
/**
|
|
47
|
+
* Currently not supported - Display details of the Contact context
|
|
48
|
+
*/
|
|
49
|
+
Fdc3IntentType[Fdc3IntentType["ViewContact"] = 8] = "ViewContact";
|
|
50
|
+
/**
|
|
51
|
+
* Currently not supported - Display news for Instrument, Contact, or Organization
|
|
52
|
+
*/
|
|
53
|
+
Fdc3IntentType[Fdc3IntentType["ViewNews"] = 9] = "ViewNews";
|
|
54
|
+
/**
|
|
55
|
+
* Currently not supported - Display pricing for the Instrument context
|
|
56
|
+
*/
|
|
57
|
+
Fdc3IntentType[Fdc3IntentType["ViewQuote"] = 10] = "ViewQuote";
|
|
58
|
+
return Fdc3IntentType;
|
|
59
|
+
})({});
|
|
60
|
+
/**
|
|
61
|
+
* @hidden
|
|
62
|
+
*/
|
|
63
|
+
export var Fdc3IntentType_$type = /*@__PURE__*/ markEnum('Fdc3IntentType', 'None,0|All,1|Unknown,2|ViewChart,3|ViewInstrument,4|StartCall,5|StartChat,6|ViewAnalysis,7|ViewContact,8|ViewNews,9|ViewQuote,10');
|
|
64
|
+
//# sourceMappingURL=Fdc3IntentType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Fdc3IntentType.js","sourceRoot":"","sources":["../../../../src/igniteui-fdc3/lib/Fdc3IntentType.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AAEF,OAAO,EAAmB,QAAQ,EAAQ,MAAM,6BAA6B,CAAC;AAE9E;;;;GAIG;AACH,MAAM,CAAN,IAAY,cA6CX;AA7CD,WAAY,cAAc;IACzB;;OAEG;IACH,mDAAQ,CAAA;IACR;;OAEG;IACH,iDAAO,CAAA;IACP;;OAEG;IACH,yDAAW,CAAA;IACX;;OAEG;IACH,6DAAa,CAAA;IACb;;OAEG;IACH,uEAAkB,CAAA;IAClB;;OAEG;IACH,6DAAa,CAAA;IACb;;OAEG;IACH,6DAAa,CAAA;IACb;;OAEG;IACH,mEAAgB,CAAA;IAChB;;OAEG;IACH,iEAAe,CAAA;IACf;;OAEG;IACH,2DAAY,CAAA;IACZ;;OAEG;IACH,8DAAc,CAAA;AACf,CAAC,EA7CW,cAAc,KAAd,cAAc,QA6CzB;AAED;;GAEG;AACH,MAAM,CAAC,IAAI,oBAAoB,GAAG,QAAQ,CAAC,gBAAgB,EAAE,kIAAkI,CAAC,CAAC"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
import * as tslib_1 from "tslib";
|
|
8
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
var Fdc3Message = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
tslib_1.__extends(Fdc3Message, _super);
|
|
14
|
+
function Fdc3Message() {
|
|
15
|
+
var _this = _super.call(this) || this;
|
|
16
|
+
_this._tickerSymbols = null;
|
|
17
|
+
_this._tickerNames = null;
|
|
18
|
+
_this._json = null;
|
|
19
|
+
_this._context = null;
|
|
20
|
+
_this._intentType = null;
|
|
21
|
+
_this._contextType = null;
|
|
22
|
+
_this.tickerNames = new Array(0);
|
|
23
|
+
_this.tickerSymbols = new Array(0);
|
|
24
|
+
return _this;
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(Fdc3Message.prototype, "tickerSymbols", {
|
|
27
|
+
get: function () {
|
|
28
|
+
return this._tickerSymbols;
|
|
29
|
+
},
|
|
30
|
+
set: function (a) {
|
|
31
|
+
this._tickerSymbols = a;
|
|
32
|
+
},
|
|
33
|
+
enumerable: true,
|
|
34
|
+
configurable: true
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(Fdc3Message.prototype, "tickerNames", {
|
|
37
|
+
get: function () {
|
|
38
|
+
return this._tickerNames;
|
|
39
|
+
},
|
|
40
|
+
set: function (a) {
|
|
41
|
+
this._tickerNames = a;
|
|
42
|
+
},
|
|
43
|
+
enumerable: true,
|
|
44
|
+
configurable: true
|
|
45
|
+
});
|
|
46
|
+
Object.defineProperty(Fdc3Message.prototype, "json", {
|
|
47
|
+
get: function () {
|
|
48
|
+
return this._json;
|
|
49
|
+
},
|
|
50
|
+
set: function (a) {
|
|
51
|
+
this._json = a;
|
|
52
|
+
},
|
|
53
|
+
enumerable: true,
|
|
54
|
+
configurable: true
|
|
55
|
+
});
|
|
56
|
+
Object.defineProperty(Fdc3Message.prototype, "context", {
|
|
57
|
+
get: function () {
|
|
58
|
+
return this._context;
|
|
59
|
+
},
|
|
60
|
+
set: function (a) {
|
|
61
|
+
this._context = a;
|
|
62
|
+
},
|
|
63
|
+
enumerable: true,
|
|
64
|
+
configurable: true
|
|
65
|
+
});
|
|
66
|
+
Object.defineProperty(Fdc3Message.prototype, "intentType", {
|
|
67
|
+
get: function () {
|
|
68
|
+
return this._intentType;
|
|
69
|
+
},
|
|
70
|
+
set: function (a) {
|
|
71
|
+
this._intentType = a;
|
|
72
|
+
},
|
|
73
|
+
enumerable: true,
|
|
74
|
+
configurable: true
|
|
75
|
+
});
|
|
76
|
+
Object.defineProperty(Fdc3Message.prototype, "contextType", {
|
|
77
|
+
get: function () {
|
|
78
|
+
return this._contextType;
|
|
79
|
+
},
|
|
80
|
+
set: function (a) {
|
|
81
|
+
this._contextType = a;
|
|
82
|
+
},
|
|
83
|
+
enumerable: true,
|
|
84
|
+
configurable: true
|
|
85
|
+
});
|
|
86
|
+
Fdc3Message.$t = markType(Fdc3Message, 'Fdc3Message');
|
|
87
|
+
return Fdc3Message;
|
|
88
|
+
}(Base));
|
|
89
|
+
export { Fdc3Message };
|
|
90
|
+
//# sourceMappingURL=Fdc3Message.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Fdc3Message.js","sourceRoot":"","sources":["../../../../src/igniteui-fdc3/lib/Fdc3Message.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;;AAEF,OAAO,EAAE,IAAI,EAAQ,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAGnE;;GAEG;AACH;IAAiC,uCAAI;IAEpC;QAAA,YACC,iBAAO,SAGP;QACO,oBAAc,GAAa,IAAI,CAAC;QAOhC,kBAAY,GAAa,IAAI,CAAC;QAO9B,WAAK,GAAW,IAAI,CAAC;QAOrB,cAAQ,GAAgB,IAAI,CAAC;QAO7B,iBAAW,GAAW,IAAI,CAAC;QAO3B,kBAAY,GAAW,IAAI,CAAC;QAtCnC,KAAI,CAAC,WAAW,GAAa,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC;QAC1C,KAAI,CAAC,aAAa,GAAa,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC;;IAC7C,CAAC;IAED,sBAAI,sCAAa;aAAjB;YACC,OAAO,IAAI,CAAC,cAAc,CAAC;QAC5B,CAAC;aACD,UAAkB,CAAW;YAC5B,IAAI,CAAC,cAAc,GAAG,CAAC,CAAC;QACzB,CAAC;;;OAHA;IAKD,sBAAI,oCAAW;aAAf;YACC,OAAO,IAAI,CAAC,YAAY,CAAC;QAC1B,CAAC;aACD,UAAgB,CAAW;YAC1B,IAAI,CAAC,YAAY,GAAG,CAAC,CAAC;QACvB,CAAC;;;OAHA;IAKD,sBAAI,6BAAI;aAAR;YACC,OAAO,IAAI,CAAC,KAAK,CAAC;QACnB,CAAC;aACD,UAAS,CAAS;YACjB,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC;QAChB,CAAC;;;OAHA;IAKD,sBAAI,gCAAO;aAAX;YACC,OAAO,IAAI,CAAC,QAAQ,CAAC;QACtB,CAAC;aACD,UAAY,CAAc;YACzB,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC;QACnB,CAAC;;;OAHA;IAKD,sBAAI,mCAAU;aAAd;YACC,OAAO,IAAI,CAAC,WAAW,CAAC;QACzB,CAAC;aACD,UAAe,CAAS;YACvB,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC;QACtB,CAAC;;;OAHA;IAKD,sBAAI,oCAAW;aAAf;YACC,OAAO,IAAI,CAAC,YAAY,CAAC;QAC1B,CAAC;aACD,UAAgB,CAAS;YACxB,IAAI,CAAC,YAAY,GAAG,CAAC,CAAC;QACvB,CAAC;;;OAHA;IA5CM,cAAE,GAAS,QAAQ,CAAC,WAAW,EAAE,aAAa,CAAC,CAAC;IAgDxD,kBAAC;CAAA,AAjDD,CAAiC,IAAI,GAiDpC;SAjDY,WAAW"}
|