narou 0.5.0 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/dist/index.browser.d.ts +30 -0
  2. package/dist/index.browser.d.ts.map +1 -0
  3. package/dist/index.browser.js +119 -0
  4. package/dist/index.browser.js.map +1 -0
  5. package/dist/index.common.d.ts +8 -0
  6. package/dist/index.common.d.ts.map +1 -0
  7. package/dist/index.common.js +17 -0
  8. package/dist/index.common.js.map +1 -0
  9. package/dist/index.d.ts +30 -31
  10. package/dist/index.d.ts.map +1 -1
  11. package/dist/index.js +120 -113
  12. package/dist/index.js.map +1 -1
  13. package/dist/narou-fetch.d.ts +13 -0
  14. package/dist/narou-fetch.d.ts.map +1 -0
  15. package/dist/narou-fetch.js +130 -0
  16. package/dist/narou-fetch.js.map +1 -0
  17. package/dist/narou-jsonp.d.ts +10 -0
  18. package/dist/narou-jsonp.d.ts.map +1 -0
  19. package/dist/narou-jsonp.js +102 -0
  20. package/dist/narou-jsonp.js.map +1 -0
  21. package/dist/narou-ranking-results.d.ts +8 -8
  22. package/dist/narou-ranking-results.js +2 -2
  23. package/dist/narou-search-results.d.ts +90 -89
  24. package/dist/narou-search-results.d.ts.map +1 -1
  25. package/dist/narou-search-results.js +51 -51
  26. package/dist/narou-search-results.js.map +1 -1
  27. package/dist/narou.d.ts +24 -25
  28. package/dist/narou.d.ts.map +1 -1
  29. package/dist/narou.js +104 -142
  30. package/dist/narou.js.map +1 -1
  31. package/dist/params.d.ts +230 -230
  32. package/dist/params.js +173 -173
  33. package/dist/ranking-history.d.ts +13 -13
  34. package/dist/ranking-history.js +13 -13
  35. package/dist/ranking-history.js.map +1 -1
  36. package/dist/ranking.d.ts +47 -45
  37. package/dist/ranking.d.ts.map +1 -1
  38. package/dist/ranking.js +167 -165
  39. package/dist/ranking.js.map +1 -1
  40. package/dist/search-builder-r18.d.ts +21 -21
  41. package/dist/search-builder-r18.d.ts.map +1 -1
  42. package/dist/search-builder-r18.js +64 -63
  43. package/dist/search-builder-r18.js.map +1 -1
  44. package/dist/search-builder.d.ts +228 -226
  45. package/dist/search-builder.d.ts.map +1 -1
  46. package/dist/search-builder.js +412 -412
  47. package/dist/search-builder.js.map +1 -1
  48. package/dist/util/jsonp.d.ts +14 -0
  49. package/dist/util/jsonp.d.ts.map +1 -0
  50. package/dist/util/jsonp.js +48 -0
  51. package/dist/util/jsonp.js.map +1 -0
  52. package/dist/util/unzipp.d.ts +3 -3
  53. package/dist/util/unzipp.js +56 -56
  54. package/dist/util/unzipp.js.map +1 -1
  55. package/dist/util/url.d.ts +10 -0
  56. package/dist/util/url.d.ts.map +1 -0
  57. package/dist/util/url.js +9 -0
  58. package/dist/util/url.js.map +1 -0
  59. package/dist.es2015/index.browser.js +50 -0
  60. package/dist.es2015/index.browser.js.map +1 -0
  61. package/dist.es2015/index.common.js +5 -0
  62. package/dist.es2015/index.common.js.map +1 -0
  63. package/dist.es2015/index.js +50 -49
  64. package/dist.es2015/index.js.map +1 -1
  65. package/dist.es2015/narou-fetch.js +44 -0
  66. package/dist.es2015/narou-fetch.js.map +1 -0
  67. package/dist.es2015/narou-jsonp.js +22 -0
  68. package/dist.es2015/narou-jsonp.js.map +1 -0
  69. package/dist.es2015/narou-ranking-results.js +1 -1
  70. package/dist.es2015/narou-search-results.js +46 -46
  71. package/dist.es2015/narou-search-results.js.map +1 -1
  72. package/dist.es2015/narou.js +23 -60
  73. package/dist.es2015/narou.js.map +1 -1
  74. package/dist.es2015/params.js +170 -170
  75. package/dist.es2015/ranking-history.js +9 -9
  76. package/dist.es2015/ranking.js +90 -90
  77. package/dist.es2015/ranking.js.map +1 -1
  78. package/dist.es2015/search-builder-r18.js +41 -42
  79. package/dist.es2015/search-builder-r18.js.map +1 -1
  80. package/dist.es2015/search-builder.js +383 -383
  81. package/dist.es2015/search-builder.js.map +1 -1
  82. package/dist.es2015/util/jsonp.js +43 -0
  83. package/dist.es2015/util/jsonp.js.map +1 -0
  84. package/dist.es2015/util/unzipp.js +7 -7
  85. package/dist.es2015/util/url.js +7 -0
  86. package/dist.es2015/util/url.js.map +1 -0
  87. package/dist.esm/index.browser.js +102 -0
  88. package/dist.esm/index.browser.js.map +1 -0
  89. package/dist.esm/index.common.js +5 -0
  90. package/dist.esm/index.common.js.map +1 -0
  91. package/dist.esm/index.js +102 -97
  92. package/dist.esm/index.js.map +1 -1
  93. package/dist.esm/narou-fetch.js +128 -0
  94. package/dist.esm/narou-fetch.js.map +1 -0
  95. package/dist.esm/narou-jsonp.js +100 -0
  96. package/dist.esm/narou-jsonp.js.map +1 -0
  97. package/dist.esm/narou-ranking-results.js +1 -1
  98. package/dist.esm/narou-search-results.js +49 -49
  99. package/dist.esm/narou-search-results.js.map +1 -1
  100. package/dist.esm/narou.js +102 -140
  101. package/dist.esm/narou.js.map +1 -1
  102. package/dist.esm/params.js +170 -170
  103. package/dist.esm/ranking-history.js +9 -9
  104. package/dist.esm/ranking.js +164 -162
  105. package/dist.esm/ranking.js.map +1 -1
  106. package/dist.esm/search-builder-r18.js +62 -61
  107. package/dist.esm/search-builder-r18.js.map +1 -1
  108. package/dist.esm/search-builder.js +410 -410
  109. package/dist.esm/search-builder.js.map +1 -1
  110. package/dist.esm/util/jsonp.js +44 -0
  111. package/dist.esm/util/jsonp.js.map +1 -0
  112. package/dist.esm/util/unzipp.js +52 -52
  113. package/dist.esm/util/url.js +7 -0
  114. package/dist.esm/util/url.js.map +1 -0
  115. package/package-lock.json +3328 -4289
  116. package/package.json +8 -9
  117. package/src/index.browser.ts +63 -0
  118. package/src/index.common.ts +17 -0
  119. package/src/index.ts +22 -23
  120. package/src/narou-fetch.ts +51 -0
  121. package/src/narou-jsonp.ts +29 -0
  122. package/src/narou-ranking-results.ts +9 -9
  123. package/src/narou-search-results.ts +11 -10
  124. package/src/narou.ts +21 -49
  125. package/src/params.ts +280 -280
  126. package/src/ranking.ts +111 -107
  127. package/src/search-builder-r18.ts +1 -2
  128. package/src/search-builder.ts +5 -3
  129. package/src/util/jsonp.ts +66 -0
  130. package/src/util/unzipp.ts +9 -9
  131. package/src/util/url.ts +7 -0
package/dist/narou.js CHANGED
@@ -1,143 +1,105 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
14
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
15
- return new (P || (P = Promise))(function (resolve, reject) {
16
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
17
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
18
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
19
- step((generator = generator.apply(thisArg, _arguments || [])).next());
20
- });
21
- };
22
- var __generator = (this && this.__generator) || function (thisArg, body) {
23
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
24
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
25
- function verb(n) { return function (v) { return step([n, v]); }; }
26
- function step(op) {
27
- if (f) throw new TypeError("Generator is already executing.");
28
- while (_) try {
29
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
30
- if (y = 0, t) op = [op[0] & 2, t.value];
31
- switch (op[0]) {
32
- case 0: case 1: t = op; break;
33
- case 4: _.label++; return { value: op[1], done: false };
34
- case 5: _.label++; y = op[1]; op = [0]; continue;
35
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
36
- default:
37
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
38
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
39
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
40
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
41
- if (t[2]) _.ops.pop();
42
- _.trys.pop(); continue;
43
- }
44
- op = body.call(thisArg, _);
45
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
46
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
47
- }
48
- };
49
- Object.defineProperty(exports, "__esModule", { value: true });
50
- var node_fetch_1 = require("node-fetch");
51
- var url_1 = require("url");
52
- var narou_search_results_1 = require("./narou-search-results");
53
- var unzipp_1 = require("./util/unzipp");
54
- /**
55
- * なろう小説APIへのリクエストを実行する
56
- * @class NarouNovel
57
- * @private
58
- */
59
- var NarouNovel = /** @class */ (function () {
60
- function NarouNovel() {
61
- }
62
- /**
63
- * なろう小説APIへの検索リクエストを実行する
64
- * @param params クエリパラメータ
65
- * @param endpoint APIエンドポイント
66
- * @returns {Promise<NarouSearchResults>} 検索結果
67
- */
68
- NarouNovel.execute = function (params, endpoint) {
69
- if (endpoint === void 0) { endpoint = "http://api.syosetu.com/novelapi/api/"; }
70
- return __awaiter(this, void 0, void 0, function () {
71
- var query, url, res, buffer, _a;
72
- return __generator(this, function (_b) {
73
- switch (_b.label) {
74
- case 0:
75
- query = __assign(__assign({}, params), { out: "json" });
76
- if (query.gzip === undefined) {
77
- query.gzip = 5;
78
- }
79
- url = new url_1.URL(endpoint);
80
- Object.entries(query).forEach(function (_a) {
81
- var key = _a[0], value = _a[1];
82
- if (value) {
83
- url.searchParams.append(key, value.toString());
84
- }
85
- });
86
- return [4 /*yield*/, node_fetch_1.default(url)];
87
- case 1:
88
- res = _b.sent();
89
- if (!(query.gzip === 0)) return [3 /*break*/, 3];
90
- return [4 /*yield*/, res.json()];
91
- case 2: return [2 /*return*/, _b.sent()];
92
- case 3: return [4 /*yield*/, res.buffer()];
93
- case 4:
94
- buffer = _b.sent();
95
- _b.label = 5;
96
- case 5:
97
- _b.trys.push([5, 7, , 8]);
98
- return [4 /*yield*/, unzipp_1.unzipp(buffer)];
99
- case 6: return [2 /*return*/, _b.sent()];
100
- case 7:
101
- _a = _b.sent();
102
- try {
103
- return [2 /*return*/, JSON.stringify(buffer.toString())];
104
- }
105
- catch (_c) {
106
- return [2 /*return*/, buffer.toString()];
107
- }
108
- return [3 /*break*/, 8];
109
- case 8: return [2 /*return*/];
110
- }
111
- });
112
- });
113
- };
114
- NarouNovel.executeSearch = function (params, endpoint) {
115
- if (endpoint === void 0) { endpoint = "http://api.syosetu.com/novelapi/api/"; }
116
- return __awaiter(this, void 0, void 0, function () {
117
- var _a;
118
- return __generator(this, function (_b) {
119
- switch (_b.label) {
120
- case 0:
121
- _a = narou_search_results_1.default.bind;
122
- return [4 /*yield*/, this.execute(params, endpoint)];
123
- case 1: return [2 /*return*/, new (_a.apply(narou_search_results_1.default, [void 0, _b.sent(), params]))()];
124
- }
125
- });
126
- });
127
- };
128
- NarouNovel.executeNovel = function (params) {
129
- return this.executeSearch(params, "http://api.syosetu.com/novelapi/api/");
130
- };
131
- NarouNovel.executeNovel18 = function (params) {
132
- return this.executeSearch(params, "http://api.syosetu.com/novel18api/api/");
133
- };
134
- NarouNovel.executeRanking = function (params) {
135
- return this.execute(params, "http://api.syosetu.com/rank/rankget/");
136
- };
137
- NarouNovel.executeRankingHistory = function (params) {
138
- return this.execute(params, "http://api.syosetu.com/rank/rankin/");
139
- };
140
- return NarouNovel;
141
- }());
142
- exports.default = NarouNovel;
1
+ "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ var __generator = (this && this.__generator) || function (thisArg, body) {
12
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
14
+ function verb(n) { return function (v) { return step([n, v]); }; }
15
+ function step(op) {
16
+ if (f) throw new TypeError("Generator is already executing.");
17
+ while (_) try {
18
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
+ if (y = 0, t) op = [op[0] & 2, t.value];
20
+ switch (op[0]) {
21
+ case 0: case 1: t = op; break;
22
+ case 4: _.label++; return { value: op[1], done: false };
23
+ case 5: _.label++; y = op[1]; op = [0]; continue;
24
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
25
+ default:
26
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
27
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
28
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
29
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
30
+ if (t[2]) _.ops.pop();
31
+ _.trys.pop(); continue;
32
+ }
33
+ op = body.call(thisArg, _);
34
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
35
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
36
+ }
37
+ };
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ var narou_search_results_1 = require("./narou-search-results");
40
+ /**
41
+ * なろう小説APIへのリクエストを実行する
42
+ * @class NarouNovel
43
+ * @private
44
+ */
45
+ var NarouNovel = /** @class */ (function () {
46
+ function NarouNovel() {
47
+ }
48
+ NarouNovel.prototype.executeSearch = function (params, endpoint) {
49
+ if (endpoint === void 0) { endpoint = "http://api.syosetu.com/novelapi/api/"; }
50
+ return __awaiter(this, void 0, void 0, function () {
51
+ var _a;
52
+ return __generator(this, function (_b) {
53
+ switch (_b.label) {
54
+ case 0:
55
+ _a = narou_search_results_1.default.bind;
56
+ return [4 /*yield*/, this.execute(params, endpoint)];
57
+ case 1: return [2 /*return*/, new (_a.apply(narou_search_results_1.default, [void 0, _b.sent(), params]))()];
58
+ }
59
+ });
60
+ });
61
+ };
62
+ NarouNovel.prototype.executeNovel = function (params) {
63
+ return __awaiter(this, void 0, void 0, function () {
64
+ return __generator(this, function (_a) {
65
+ switch (_a.label) {
66
+ case 0: return [4 /*yield*/, this.executeSearch(params, "http://api.syosetu.com/novelapi/api/")];
67
+ case 1: return [2 /*return*/, _a.sent()];
68
+ }
69
+ });
70
+ });
71
+ };
72
+ NarouNovel.prototype.executeNovel18 = function (params) {
73
+ return __awaiter(this, void 0, void 0, function () {
74
+ return __generator(this, function (_a) {
75
+ switch (_a.label) {
76
+ case 0: return [4 /*yield*/, this.executeSearch(params, "http://api.syosetu.com/novel18api/api/")];
77
+ case 1: return [2 /*return*/, _a.sent()];
78
+ }
79
+ });
80
+ });
81
+ };
82
+ NarouNovel.prototype.executeRanking = function (params) {
83
+ return __awaiter(this, void 0, void 0, function () {
84
+ return __generator(this, function (_a) {
85
+ switch (_a.label) {
86
+ case 0: return [4 /*yield*/, this.execute(params, "http://api.syosetu.com/rank/rankget/")];
87
+ case 1: return [2 /*return*/, _a.sent()];
88
+ }
89
+ });
90
+ });
91
+ };
92
+ NarouNovel.prototype.executeRankingHistory = function (params) {
93
+ return __awaiter(this, void 0, void 0, function () {
94
+ return __generator(this, function (_a) {
95
+ switch (_a.label) {
96
+ case 0: return [4 /*yield*/, this.execute(params, "http://api.syosetu.com/rank/rankin/")];
97
+ case 1: return [2 /*return*/, _a.sent()];
98
+ }
99
+ });
100
+ });
101
+ };
102
+ return NarouNovel;
103
+ }());
104
+ exports.default = NarouNovel;
143
105
  //# sourceMappingURL=narou.js.map
package/dist/narou.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"narou.js","sourceRoot":"","sources":["../src/narou.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA+B;AAC/B,2BAA0B;AAG1B,+DAAwD;AAGxD,wCAAuC;AAIvC;;;;GAIG;AACH;IAAA;IAkEA,CAAC;IAjEC;;;;;OAKG;IACU,kBAAO,GAApB,UACE,MAAmB,EACnB,QAAiD;QAAjD,yBAAA,EAAA,iDAAiD;;;;;;wBAE3C,KAAK,yBAAQ,MAAM,KAAE,GAAG,EAAE,MAAM,GAAE,CAAC;wBAEzC,IAAI,KAAK,CAAC,IAAI,KAAK,SAAS,EAAE;4BAC5B,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC;yBAChB;wBACK,GAAG,GAAG,IAAI,SAAG,CAAC,QAAQ,CAAC,CAAC;wBAE9B,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,UAAC,EAAY;gCAAX,GAAG,QAAA,EAAE,KAAK,QAAA;4BACxC,IAAI,KAAK,EAAE;gCACT,GAAG,CAAC,YAAY,CAAC,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC;6BAChD;wBACH,CAAC,CAAC,CAAC;wBAES,qBAAM,oBAAK,CAAC,GAAG,CAAC,EAAA;;wBAAtB,GAAG,GAAG,SAAgB;6BAExB,CAAA,KAAK,CAAC,IAAI,KAAK,CAAC,CAAA,EAAhB,wBAAgB;wBACX,qBAAM,GAAG,CAAC,IAAI,EAAE,EAAA;4BAAvB,sBAAO,SAAgB,EAAC;4BAGX,qBAAM,GAAG,CAAC,MAAM,EAAE,EAAA;;wBAA3B,MAAM,GAAG,SAAkB;;;;wBAExB,qBAAM,eAAM,CAAC,MAAM,CAAC,EAAA;4BAA3B,sBAAO,SAAoB,EAAC;;;wBAE5B,IAAI;4BACF,sBAAO,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC,EAAC;yBAC1C;wBAAC,WAAM;4BACN,sBAAO,MAAM,CAAC,QAAQ,EAAE,EAAC;yBAC1B;;;;;;KAEJ;IAEY,wBAAa,GAA1B,UACE,MAAW,EACX,QAAiD;QAAjD,yBAAA,EAAA,iDAAiD;;;;;;6BAEtC,8BAAkB;wBAAC,qBAAM,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,QAAQ,CAAC,EAAA;4BAAlE,sBAAO,cAAI,8BAAkB,WAAC,SAAoC,EAAE,MAAM,KAAC,EAAC;;;;KAC7E;IAEM,uBAAY,GAAnB,UAAoB,MAAoB;QACtC,OAAO,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,sCAAsC,CAAC,CAAC;IAC5E,CAAC;IAEM,yBAAc,GAArB,UAAsB,MAAoB;QACxC,OAAO,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,wCAAwC,CAAC,CAAC;IAC9E,CAAC;IAEM,yBAAc,GAArB,UAAsB,MAAqB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,sCAAsC,CAAC,CAAC;IACtE,CAAC;IAEM,gCAAqB,GAA5B,UACE,MAA4B;QAE5B,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,qCAAqC,CAAC,CAAC;IACrE,CAAC;IACH,iBAAC;AAAD,CAAC,AAlED,IAkEC"}
1
+ {"version":3,"file":"narou.js","sourceRoot":"","sources":["../src/narou.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,+DAAwD;AAMxD;;;;GAIG;AACH;IAAA;IA0CA,CAAC;IA9BO,kCAAa,GAAnB,UACE,MAAmB,EACnB,QAAiD;QAAjD,yBAAA,EAAA,iDAAiD;;;;;;6BAEtC,8BAAkB;wBAAC,qBAAM,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,QAAQ,CAAC,EAAA;4BAAlE,sBAAO,cAAI,8BAAkB,WAAC,SAAoC,EAAE,MAAM,KAAC,EAAC;;;;KAC7E;IAEK,iCAAY,GAAlB,UAAmB,MAAoB;;;;4BAC9B,qBAAM,IAAI,CAAC,aAAa,CAC7B,MAAM,EACN,sCAAsC,CACvC,EAAA;4BAHD,sBAAO,SAGN,EAAC;;;;KACH;IAEK,mCAAc,GAApB,UAAqB,MAAoB;;;;4BAChC,qBAAM,IAAI,CAAC,aAAa,CAC7B,MAAM,EACN,wCAAwC,CACzC,EAAA;4BAHD,sBAAO,SAGN,EAAC;;;;KACH;IAEK,mCAAc,GAApB,UAAqB,MAAqB;;;;4BACjC,qBAAM,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,sCAAsC,CAAC,EAAA;4BAAzE,sBAAO,SAAkE,EAAC;;;;KAC3E;IAEK,0CAAqB,GAA3B,UACE,MAA4B;;;;4BAErB,qBAAM,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,qCAAqC,CAAC,EAAA;4BAAxE,sBAAO,SAAiE,EAAC;;;;KAC1E;IACH,iBAAC;AAAD,CAAC,AA1CD,IA0CC"}