|
@@ -1,6 +1,6 @@
|
1
|
1
|
webpackJsonp([0],{
|
2
|
2
|
|
3
|
|
-/***/ 112:
|
|
3
|
+/***/ 113:
|
4
|
4
|
/***/ (function(module, exports) {
|
5
|
5
|
|
6
|
6
|
function webpackEmptyAsyncContext(req) {
|
|
@@ -13,19 +13,22 @@ function webpackEmptyAsyncContext(req) {
|
13
|
13
|
webpackEmptyAsyncContext.keys = function() { return []; };
|
14
|
14
|
webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;
|
15
|
15
|
module.exports = webpackEmptyAsyncContext;
|
16
|
|
-webpackEmptyAsyncContext.id = 112;
|
|
16
|
+webpackEmptyAsyncContext.id = 113;
|
17
|
17
|
|
18
|
18
|
/***/ }),
|
19
|
19
|
|
20
|
|
-/***/ 154:
|
|
20
|
+/***/ 155:
|
21
|
21
|
/***/ (function(module, exports, __webpack_require__) {
|
22
|
22
|
|
23
|
23
|
var map = {
|
|
24
|
+ "../pages/payment/payment.module": [
|
|
25
|
+ 156
|
|
26
|
+ ],
|
24
|
27
|
"../pages/transactions/transactions.module": [
|
25
|
|
- 155
|
|
28
|
+ 157
|
26
|
29
|
],
|
27
|
30
|
"../pages/wallet/wallet.module": [
|
28
|
|
- 157
|
|
31
|
+ 159
|
29
|
32
|
]
|
30
|
33
|
};
|
31
|
34
|
function webpackAsyncContext(req) {
|
|
@@ -39,21 +42,59 @@ function webpackAsyncContext(req) {
|
39
|
42
|
webpackAsyncContext.keys = function webpackAsyncContextKeys() {
|
40
|
43
|
return Object.keys(map);
|
41
|
44
|
};
|
42
|
|
-webpackAsyncContext.id = 154;
|
|
45
|
+webpackAsyncContext.id = 155;
|
43
|
46
|
module.exports = webpackAsyncContext;
|
44
|
47
|
|
45
|
48
|
/***/ }),
|
46
|
49
|
|
47
|
|
-/***/ 155:
|
|
50
|
+/***/ 156:
|
|
51
|
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
52
|
+
|
|
53
|
+"use strict";
|
|
54
|
+Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
55
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PaymentPageModule", function() { return PaymentPageModule; });
|
|
56
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
|
57
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(18);
|
|
58
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__payment__ = __webpack_require__(78);
|
|
59
|
+var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
60
|
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
61
|
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
62
|
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
63
|
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
64
|
+};
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+var PaymentPageModule = /** @class */ (function () {
|
|
69
|
+ function PaymentPageModule() {
|
|
70
|
+ }
|
|
71
|
+ PaymentPageModule = __decorate([
|
|
72
|
+ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["I" /* NgModule */])({
|
|
73
|
+ declarations: [
|
|
74
|
+ __WEBPACK_IMPORTED_MODULE_2__payment__["a" /* PaymentPage */],
|
|
75
|
+ ],
|
|
76
|
+ imports: [
|
|
77
|
+ __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["d" /* IonicPageModule */].forChild(__WEBPACK_IMPORTED_MODULE_2__payment__["a" /* PaymentPage */]),
|
|
78
|
+ ],
|
|
79
|
+ })
|
|
80
|
+ ], PaymentPageModule);
|
|
81
|
+ return PaymentPageModule;
|
|
82
|
+}());
|
|
83
|
+
|
|
84
|
+//# sourceMappingURL=payment.module.js.map
|
|
85
|
+
|
|
86
|
+/***/ }),
|
|
87
|
+
|
|
88
|
+/***/ 157:
|
48
|
89
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
49
|
90
|
|
50
|
91
|
"use strict";
|
51
|
92
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
52
|
93
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TransactionPageModule", function() { return TransactionPageModule; });
|
53
|
94
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
54
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(21);
|
|
95
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(18);
|
55
|
96
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__transactions__ = __webpack_require__(55);
|
56
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__providers_transaction_service__ = __webpack_require__(156);
|
|
97
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__providers_transaction_service__ = __webpack_require__(158);
|
57
|
98
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
58
|
99
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
59
|
100
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -87,13 +128,13 @@ var TransactionPageModule = /** @class */ (function () {
|
87
|
128
|
|
88
|
129
|
/***/ }),
|
89
|
130
|
|
90
|
|
-/***/ 156:
|
|
131
|
+/***/ 158:
|
91
|
132
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
92
|
133
|
|
93
|
134
|
"use strict";
|
94
|
135
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TransactionService; });
|
95
|
136
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
96
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_common_http__ = __webpack_require__(78);
|
|
137
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_common_http__ = __webpack_require__(79);
|
97
|
138
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
98
|
139
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
99
|
140
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -124,16 +165,16 @@ var TransactionService = /** @class */ (function () {
|
124
|
165
|
|
125
|
166
|
/***/ }),
|
126
|
167
|
|
127
|
|
-/***/ 157:
|
|
168
|
+/***/ 159:
|
128
|
169
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
129
|
170
|
|
130
|
171
|
"use strict";
|
131
|
172
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
132
|
173
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "WalletPageModule", function() { return WalletPageModule; });
|
133
|
174
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
134
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(21);
|
135
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__wallet__ = __webpack_require__(158);
|
136
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__providers_wallet_service__ = __webpack_require__(159);
|
|
175
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(18);
|
|
176
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__wallet__ = __webpack_require__(160);
|
|
177
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__providers_wallet_service__ = __webpack_require__(161);
|
137
|
178
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
138
|
179
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
139
|
180
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -167,14 +208,14 @@ var WalletPageModule = /** @class */ (function () {
|
167
|
208
|
|
168
|
209
|
/***/ }),
|
169
|
210
|
|
170
|
|
-/***/ 158:
|
|
211
|
+/***/ 160:
|
171
|
212
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
172
|
213
|
|
173
|
214
|
"use strict";
|
174
|
215
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return WalletPage; });
|
175
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__providers_wallet_service__ = __webpack_require__(159);
|
|
216
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__providers_wallet_service__ = __webpack_require__(161);
|
176
|
217
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_core__ = __webpack_require__(0);
|
177
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_ionic_angular__ = __webpack_require__(21);
|
|
218
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_ionic_angular__ = __webpack_require__(18);
|
178
|
219
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
179
|
220
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
180
|
221
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -201,7 +242,7 @@ var WalletPage = /** @class */ (function () {
|
201
|
242
|
};
|
202
|
243
|
WalletPage = __decorate([
|
203
|
244
|
Object(__WEBPACK_IMPORTED_MODULE_1__angular_core__["m" /* Component */])({
|
204
|
|
- selector: 'page-wallet',template:/*ion-inline-start:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/wallet/wallet.html"*/'<ion-header>\n <ion-navbar>\n <ion-title>ZipCoin Blue Wallet</ion-title>\n </ion-navbar>\n</ion-header>\nç\n<ion-content padding>\n <ion-list>\n <ion-item *ngFor="let wallet of wallets">\n <ion-card>\n <ion-card-header>\n Name: <h2>{{wallet.name}}</h2>\n </ion-card-header>\n <ion-card-content>\n Balance: <h2>{{wallet.amount}}</h2>\n Public Key: <h2>{{wallet.publicId}}</h2>\n \n </ion-card-content>\n </ion-card>\n </ion-item>\n </ion-list>\n \n</ion-content>'/*ion-inline-end:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/wallet/wallet.html"*/,
|
|
245
|
+ selector: 'page-wallet',template:/*ion-inline-start:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/wallet/wallet.html"*/'<ion-header>\n <ion-navbar>\n <ion-title>ZipCoin Blue Wallet</ion-title>\n </ion-navbar>\n</ion-header>\n\n<ion-content padding>\n <ion-list>\n <ion-item *ngFor="let wallet of wallets">\n <ion-card>\n <ion-card-header>\n Name: <h2>{{wallet.name}}</h2>\n </ion-card-header>\n <ion-card-content>\n Balance: <h2>{{wallet.amount}}</h2>\n Public Key: <h2>{{wallet.publicId}}</h2>\n \n </ion-card-content>\n </ion-card>\n </ion-item>\n </ion-list>\n \n</ion-content>'/*ion-inline-end:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/wallet/wallet.html"*/,
|
205
|
246
|
}),
|
206
|
247
|
__metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_2_ionic_angular__["e" /* NavController */], __WEBPACK_IMPORTED_MODULE_2_ionic_angular__["f" /* NavParams */], __WEBPACK_IMPORTED_MODULE_0__providers_wallet_service__["a" /* WalletService */]])
|
207
|
248
|
], WalletPage);
|
|
@@ -212,13 +253,13 @@ var WalletPage = /** @class */ (function () {
|
212
|
253
|
|
213
|
254
|
/***/ }),
|
214
|
255
|
|
215
|
|
-/***/ 159:
|
|
256
|
+/***/ 161:
|
216
|
257
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
217
|
258
|
|
218
|
259
|
"use strict";
|
219
|
260
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return WalletService; });
|
220
|
261
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
221
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_common_http__ = __webpack_require__(78);
|
|
262
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_common_http__ = __webpack_require__(79);
|
222
|
263
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
223
|
264
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
224
|
265
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -249,16 +290,16 @@ var WalletService = /** @class */ (function () {
|
249
|
290
|
|
250
|
291
|
/***/ }),
|
251
|
292
|
|
252
|
|
-/***/ 203:
|
|
293
|
+/***/ 205:
|
253
|
294
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
254
|
295
|
|
255
|
296
|
"use strict";
|
256
|
297
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TabsPage; });
|
257
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__transactions_transactions__ = __webpack_require__(55);
|
258
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__wallet_wallet__ = __webpack_require__(158);
|
259
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__angular_core__ = __webpack_require__(0);
|
260
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__about_about__ = __webpack_require__(204);
|
261
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__home_home__ = __webpack_require__(205);
|
|
298
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__payment_payment__ = __webpack_require__(78);
|
|
299
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__transactions_transactions__ = __webpack_require__(55);
|
|
300
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__wallet_wallet__ = __webpack_require__(160);
|
|
301
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__angular_core__ = __webpack_require__(0);
|
|
302
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__home_home__ = __webpack_require__(206);
|
262
|
303
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
263
|
304
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
264
|
305
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -276,12 +317,12 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
276
|
317
|
var TabsPage = /** @class */ (function () {
|
277
|
318
|
function TabsPage() {
|
278
|
319
|
this.tab1Root = __WEBPACK_IMPORTED_MODULE_4__home_home__["a" /* HomePage */];
|
279
|
|
- this.tab2Root = __WEBPACK_IMPORTED_MODULE_3__about_about__["a" /* AboutPage */];
|
280
|
|
- this.tab3Root = __WEBPACK_IMPORTED_MODULE_0__transactions_transactions__["a" /* TransactionPage */];
|
281
|
|
- this.tab4Root = __WEBPACK_IMPORTED_MODULE_1__wallet_wallet__["a" /* WalletPage */];
|
|
320
|
+ this.tab2Root = __WEBPACK_IMPORTED_MODULE_0__payment_payment__["a" /* PaymentPage */];
|
|
321
|
+ this.tab3Root = __WEBPACK_IMPORTED_MODULE_1__transactions_transactions__["a" /* TransactionPage */];
|
|
322
|
+ this.tab4Root = __WEBPACK_IMPORTED_MODULE_2__wallet_wallet__["a" /* WalletPage */];
|
282
|
323
|
}
|
283
|
324
|
TabsPage = __decorate([
|
284
|
|
- Object(__WEBPACK_IMPORTED_MODULE_2__angular_core__["m" /* Component */])({template:/*ion-inline-start:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/tabs/tabs.html"*/'<ion-tabs>\n <ion-tab [root]="tab1Root" tabTitle="Blockchain" tabIcon="cube"></ion-tab>\n <ion-tab [root]="tab2Root" tabTitle="Payment" tabIcon="cog"></ion-tab>\n <ion-tab [root]="tab3Root" tabTitle="Transactions" tabIcon="list-box"></ion-tab>\n <ion-tab [root]="tab4Root" tabTitle="Wallet" tabIcon="logo-usd"></ion-tab>\n</ion-tabs>\n'/*ion-inline-end:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/tabs/tabs.html"*/
|
|
325
|
+ Object(__WEBPACK_IMPORTED_MODULE_3__angular_core__["m" /* Component */])({template:/*ion-inline-start:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/tabs/tabs.html"*/'<ion-tabs>\n <ion-tab [root]="tab1Root" tabTitle="Blockchain" tabIcon="cube"></ion-tab>\n <ion-tab [root]="tab2Root" tabTitle="Payment" tabIcon="cog"></ion-tab>\n <ion-tab [root]="tab3Root" tabTitle="Transactions" tabIcon="list-box"></ion-tab>\n <ion-tab [root]="tab4Root" tabTitle="Wallet" tabIcon="logo-usd"></ion-tab>\n</ion-tabs>\n'/*ion-inline-end:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/tabs/tabs.html"*/
|
285
|
326
|
}),
|
286
|
327
|
__metadata("design:paramtypes", [])
|
287
|
328
|
], TabsPage);
|
|
@@ -292,52 +333,13 @@ var TabsPage = /** @class */ (function () {
|
292
|
333
|
|
293
|
334
|
/***/ }),
|
294
|
335
|
|
295
|
|
-/***/ 204:
|
296
|
|
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
297
|
|
-
|
298
|
|
-"use strict";
|
299
|
|
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return AboutPage; });
|
300
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
301
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(21);
|
302
|
|
-var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
303
|
|
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
304
|
|
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
305
|
|
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
306
|
|
- return c > 3 && r && Object.defineProperty(target, key, r), r;
|
307
|
|
-};
|
308
|
|
-var __metadata = (this && this.__metadata) || function (k, v) {
|
309
|
|
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
310
|
|
-};
|
311
|
|
-
|
312
|
|
-
|
313
|
|
-var AboutPage = /** @class */ (function () {
|
314
|
|
- function AboutPage(navCtrl) {
|
315
|
|
- this.navCtrl = navCtrl;
|
316
|
|
- this.API = "localhost:8080/";
|
317
|
|
- }
|
318
|
|
- AboutPage.prototype.transferMoney = function () {
|
319
|
|
- return this.API + "wallet/" + "{Id}";
|
320
|
|
- };
|
321
|
|
- AboutPage = __decorate([
|
322
|
|
- Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
323
|
|
- selector: 'page-about',template:/*ion-inline-start:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/about/about.html"*/'<ion-header>\n <ion-navbar>\n <ion-title>BlueCoin</ion-title>\n </ion-navbar>\n </ion-header>\n \n <ion-content padding>\n <h2>Payment</h2>\n <ion-item>\n <ion-label color="primary" stacked>Your ID</ion-label>\n <ion-input type="number" placeholder="Your ID"></ion-input>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Receiver ID</ion-label>\n <ion-input type="number" placeholder="Receiver ID"></ion-input>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Amount</ion-label>\n <ion-input type="number" placeholder="Amount"></ion-input>\n </ion-item>\n <button ion-button (click)=\'transferMoney()\' block>Send BlueCoin</button>\n '/*ion-inline-end:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/about/about.html"*/
|
324
|
|
- }),
|
325
|
|
- __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */]])
|
326
|
|
- ], AboutPage);
|
327
|
|
- return AboutPage;
|
328
|
|
-}());
|
329
|
|
-
|
330
|
|
-//# sourceMappingURL=about.js.map
|
331
|
|
-
|
332
|
|
-/***/ }),
|
333
|
|
-
|
334
|
|
-/***/ 205:
|
|
336
|
+/***/ 206:
|
335
|
337
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
336
|
338
|
|
337
|
339
|
"use strict";
|
338
|
340
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return HomePage; });
|
339
|
341
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
340
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(21);
|
|
342
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(18);
|
341
|
343
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
342
|
344
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
343
|
345
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -368,13 +370,13 @@ var HomePage = /** @class */ (function () {
|
368
|
370
|
|
369
|
371
|
/***/ }),
|
370
|
372
|
|
371
|
|
-/***/ 206:
|
|
373
|
+/***/ 207:
|
372
|
374
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
373
|
375
|
|
374
|
376
|
"use strict";
|
375
|
377
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
376
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__ = __webpack_require__(207);
|
377
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__app_module__ = __webpack_require__(227);
|
|
378
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__ = __webpack_require__(208);
|
|
379
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__app_module__ = __webpack_require__(228);
|
378
|
380
|
|
379
|
381
|
|
380
|
382
|
Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* platformBrowserDynamic */])().bootstrapModule(__WEBPACK_IMPORTED_MODULE_1__app_module__["a" /* AppModule */]);
|
|
@@ -382,7 +384,7 @@ Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* pl
|
382
|
384
|
|
383
|
385
|
/***/ }),
|
384
|
386
|
|
385
|
|
-/***/ 227:
|
|
387
|
+/***/ 228:
|
386
|
388
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
387
|
389
|
|
388
|
390
|
"use strict";
|
|
@@ -390,16 +392,17 @@ Object(__WEBPACK_IMPORTED_MODULE_0__angular_platform_browser_dynamic__["a" /* pl
|
390
|
392
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__pages_transactions_transactions__ = __webpack_require__(55);
|
391
|
393
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_core__ = __webpack_require__(0);
|
392
|
394
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__angular_platform_browser__ = __webpack_require__(31);
|
393
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_ionic_angular__ = __webpack_require__(21);
|
394
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__app_component__ = __webpack_require__(274);
|
395
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__angular_common_http__ = __webpack_require__(78);
|
396
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__pages_about_about__ = __webpack_require__(204);
|
397
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__pages_home_home__ = __webpack_require__(205);
|
398
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__pages_tabs_tabs__ = __webpack_require__(203);
|
399
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__pages_wallet_wallet_module__ = __webpack_require__(157);
|
400
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__ionic_native_status_bar__ = __webpack_require__(199);
|
401
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__ionic_native_splash_screen__ = __webpack_require__(202);
|
402
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__pages_transactions_transactions_module__ = __webpack_require__(155);
|
|
395
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_ionic_angular__ = __webpack_require__(18);
|
|
396
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__app_component__ = __webpack_require__(275);
|
|
397
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__angular_common_http__ = __webpack_require__(79);
|
|
398
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__pages_home_home__ = __webpack_require__(206);
|
|
399
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__pages_tabs_tabs__ = __webpack_require__(205);
|
|
400
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__pages_wallet_wallet_module__ = __webpack_require__(159);
|
|
401
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__ionic_native_status_bar__ = __webpack_require__(201);
|
|
402
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__ionic_native_splash_screen__ = __webpack_require__(204);
|
|
403
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__pages_transactions_transactions_module__ = __webpack_require__(157);
|
|
404
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__pages_payment_payment__ = __webpack_require__(78);
|
|
405
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__pages_payment_payment_module__ = __webpack_require__(156);
|
403
|
406
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
404
|
407
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
405
|
408
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -419,6 +422,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
419
|
422
|
|
420
|
423
|
|
421
|
424
|
|
|
425
|
+
|
422
|
426
|
var AppModule = /** @class */ (function () {
|
423
|
427
|
function AppModule() {
|
424
|
428
|
}
|
|
@@ -426,17 +430,18 @@ var AppModule = /** @class */ (function () {
|
426
|
430
|
Object(__WEBPACK_IMPORTED_MODULE_1__angular_core__["I" /* NgModule */])({
|
427
|
431
|
declarations: [
|
428
|
432
|
__WEBPACK_IMPORTED_MODULE_4__app_component__["a" /* MyApp */],
|
429
|
|
- __WEBPACK_IMPORTED_MODULE_6__pages_about_about__["a" /* AboutPage */],
|
430
|
|
- __WEBPACK_IMPORTED_MODULE_7__pages_home_home__["a" /* HomePage */],
|
431
|
|
- __WEBPACK_IMPORTED_MODULE_8__pages_tabs_tabs__["a" /* TabsPage */]
|
|
433
|
+ __WEBPACK_IMPORTED_MODULE_6__pages_home_home__["a" /* HomePage */],
|
|
434
|
+ __WEBPACK_IMPORTED_MODULE_7__pages_tabs_tabs__["a" /* TabsPage */]
|
432
|
435
|
],
|
433
|
436
|
imports: [
|
434
|
437
|
__WEBPACK_IMPORTED_MODULE_2__angular_platform_browser__["a" /* BrowserModule */],
|
435
|
|
- __WEBPACK_IMPORTED_MODULE_9__pages_wallet_wallet_module__["WalletPageModule"],
|
436
|
|
- __WEBPACK_IMPORTED_MODULE_12__pages_transactions_transactions_module__["TransactionPageModule"],
|
|
438
|
+ __WEBPACK_IMPORTED_MODULE_8__pages_wallet_wallet_module__["WalletPageModule"],
|
|
439
|
+ __WEBPACK_IMPORTED_MODULE_11__pages_transactions_transactions_module__["TransactionPageModule"],
|
|
440
|
+ __WEBPACK_IMPORTED_MODULE_13__pages_payment_payment_module__["PaymentPageModule"],
|
437
|
441
|
__WEBPACK_IMPORTED_MODULE_5__angular_common_http__["b" /* HttpClientModule */],
|
438
|
442
|
__WEBPACK_IMPORTED_MODULE_3_ionic_angular__["c" /* IonicModule */].forRoot(__WEBPACK_IMPORTED_MODULE_4__app_component__["a" /* MyApp */], {}, {
|
439
|
443
|
links: [
|
|
444
|
+ { loadChildren: '../pages/payment/payment.module#PaymentPageModule', name: 'PaymentPage', segment: 'payment', priority: 'low', defaultHistory: [] },
|
440
|
445
|
{ loadChildren: '../pages/transactions/transactions.module#TransactionPageModule', name: 'TransactionPage', segment: 'transactions', priority: 'low', defaultHistory: [] },
|
441
|
446
|
{ loadChildren: '../pages/wallet/wallet.module#WalletPageModule', name: 'WalletPage', segment: 'wallet', priority: 'low', defaultHistory: [] }
|
442
|
447
|
]
|
|
@@ -445,14 +450,14 @@ var AppModule = /** @class */ (function () {
|
445
|
450
|
bootstrap: [__WEBPACK_IMPORTED_MODULE_3_ionic_angular__["a" /* IonicApp */]],
|
446
|
451
|
entryComponents: [
|
447
|
452
|
__WEBPACK_IMPORTED_MODULE_4__app_component__["a" /* MyApp */],
|
448
|
|
- __WEBPACK_IMPORTED_MODULE_6__pages_about_about__["a" /* AboutPage */],
|
449
|
|
- __WEBPACK_IMPORTED_MODULE_7__pages_home_home__["a" /* HomePage */],
|
450
|
|
- __WEBPACK_IMPORTED_MODULE_8__pages_tabs_tabs__["a" /* TabsPage */],
|
|
453
|
+ __WEBPACK_IMPORTED_MODULE_6__pages_home_home__["a" /* HomePage */],
|
|
454
|
+ __WEBPACK_IMPORTED_MODULE_7__pages_tabs_tabs__["a" /* TabsPage */],
|
451
|
455
|
__WEBPACK_IMPORTED_MODULE_0__pages_transactions_transactions__["a" /* TransactionPage */],
|
|
456
|
+ __WEBPACK_IMPORTED_MODULE_12__pages_payment_payment__["a" /* PaymentPage */],
|
452
|
457
|
],
|
453
|
458
|
providers: [
|
454
|
|
- __WEBPACK_IMPORTED_MODULE_10__ionic_native_status_bar__["a" /* StatusBar */],
|
455
|
|
- __WEBPACK_IMPORTED_MODULE_11__ionic_native_splash_screen__["a" /* SplashScreen */],
|
|
459
|
+ __WEBPACK_IMPORTED_MODULE_9__ionic_native_status_bar__["a" /* StatusBar */],
|
|
460
|
+ __WEBPACK_IMPORTED_MODULE_10__ionic_native_splash_screen__["a" /* SplashScreen */],
|
456
|
461
|
{ provide: __WEBPACK_IMPORTED_MODULE_1__angular_core__["u" /* ErrorHandler */], useClass: __WEBPACK_IMPORTED_MODULE_3_ionic_angular__["b" /* IonicErrorHandler */] },
|
457
|
462
|
]
|
458
|
463
|
})
|
|
@@ -464,16 +469,16 @@ var AppModule = /** @class */ (function () {
|
464
|
469
|
|
465
|
470
|
/***/ }),
|
466
|
471
|
|
467
|
|
-/***/ 274:
|
|
472
|
+/***/ 275:
|
468
|
473
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
469
|
474
|
|
470
|
475
|
"use strict";
|
471
|
476
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return MyApp; });
|
472
|
477
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
473
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(21);
|
474
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ionic_native_status_bar__ = __webpack_require__(199);
|
475
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(202);
|
476
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_tabs_tabs__ = __webpack_require__(203);
|
|
478
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(18);
|
|
479
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__ionic_native_status_bar__ = __webpack_require__(201);
|
|
480
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__ionic_native_splash_screen__ = __webpack_require__(204);
|
|
481
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__pages_tabs_tabs__ = __webpack_require__(205);
|
477
|
482
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
478
|
483
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
479
|
484
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -516,8 +521,8 @@ var MyApp = /** @class */ (function () {
|
516
|
521
|
"use strict";
|
517
|
522
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return TransactionPage; });
|
518
|
523
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
519
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(21);
|
520
|
|
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__providers_transaction_service__ = __webpack_require__(156);
|
|
524
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(18);
|
|
525
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__providers_transaction_service__ = __webpack_require__(158);
|
521
|
526
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
522
|
527
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
523
|
528
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -553,7 +558,52 @@ var TransactionPage = /** @class */ (function () {
|
553
|
558
|
|
554
|
559
|
//# sourceMappingURL=transactions.js.map
|
555
|
560
|
|
|
561
|
+/***/ }),
|
|
562
|
+
|
|
563
|
+/***/ 78:
|
|
564
|
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
565
|
+
|
|
566
|
+"use strict";
|
|
567
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return PaymentPage; });
|
|
568
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);
|
|
569
|
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_ionic_angular__ = __webpack_require__(18);
|
|
570
|
+var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
571
|
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
572
|
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
573
|
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
574
|
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
575
|
+};
|
|
576
|
+var __metadata = (this && this.__metadata) || function (k, v) {
|
|
577
|
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
578
|
+};
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+/**
|
|
582
|
+ * Generated class for the PaymentPage page.
|
|
583
|
+ *
|
|
584
|
+ * See https://ionicframework.com/docs/components/#navigation for more info on
|
|
585
|
+ * Ionic pages and navigation.
|
|
586
|
+ */
|
|
587
|
+var PaymentPage = /** @class */ (function () {
|
|
588
|
+ function PaymentPage(navCtrl, navParams) {
|
|
589
|
+ this.navCtrl = navCtrl;
|
|
590
|
+ this.navParams = navParams;
|
|
591
|
+ }
|
|
592
|
+ PaymentPage.prototype.ionViewDidLoad = function () {
|
|
593
|
+ console.log('ionViewDidLoad PaymentPage');
|
|
594
|
+ };
|
|
595
|
+ PaymentPage = __decorate([
|
|
596
|
+ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({
|
|
597
|
+ selector: 'page-payment',template:/*ion-inline-start:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/payment/payment.html"*/'<ion-header>\n <ion-navbar>\n <ion-title>BlueCoin</ion-title>\n </ion-navbar>\n</ion-header>\n\n<ion-content padding>\n <h2>Payment</h2>\n <ion-item>\n <ion-label color="primary" stacked>Your ID</ion-label>\n <ion-input type="number" placeholder="Your ID"></ion-input>\n <ion-input id="fromId" type="number" [(ngModel)]="fromId"></ion-input>\n<button (click)="setInput()">Set Value</button>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Receiver ID</ion-label>\n <ion-input type="number" placeholder="Receiver ID"></ion-input>\n <ion-input id="toId" type="number" [(ngModel)]="toId"></ion-input>\n <button (click)="setInput()">Set Value</button>\n </ion-item>\n <ion-item>\n <ion-label color="primary" stacked>Amount</ion-label>\n <ion-input type="number" placeholder="Amount"></ion-input>\n <ion-input id="amount" type="number" [(ngModel)]="amount"></ion-input>\n <button (click)="setInput()">Set Value</button>\n </ion-item>\n <button ion-button (click)=\'transferMoney()\' block>Send BlueCoin</button>\n '/*ion-inline-end:"/Users/tennesseeg/passionproject/blueCoin-UI/src/pages/payment/payment.html"*/,
|
|
598
|
+ }),
|
|
599
|
+ __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["e" /* NavController */], __WEBPACK_IMPORTED_MODULE_1_ionic_angular__["f" /* NavParams */]])
|
|
600
|
+ ], PaymentPage);
|
|
601
|
+ return PaymentPage;
|
|
602
|
+}());
|
|
603
|
+
|
|
604
|
+//# sourceMappingURL=payment.js.map
|
|
605
|
+
|
556
|
606
|
/***/ })
|
557
|
607
|
|
558
|
|
-},[206]);
|
|
608
|
+},[207]);
|
559
|
609
|
//# sourceMappingURL=main.js.map
|