@qubit-ltd/json 1.2.2 → 1.2.4

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 (37) hide show
  1. package/dist/json.cjs +188 -20
  2. package/dist/json.cjs.map +1 -1
  3. package/dist/json.min.cjs +1 -1
  4. package/dist/json.min.cjs.map +1 -1
  5. package/dist/json.min.mjs +1 -1
  6. package/dist/json.min.mjs.map +1 -1
  7. package/dist/json.mjs +188 -20
  8. package/dist/json.mjs.map +1 -1
  9. package/doc/api/Json.html +42 -0
  10. package/doc/api/LosslessNumber.html +3 -3
  11. package/doc/api/data/search.json +1 -1
  12. package/doc/api/global.html +3 -3
  13. package/doc/api/index.html +4 -4
  14. package/doc/api/scripts/core.js +719 -726
  15. package/doc/api/scripts/core.min.js +23 -23
  16. package/doc/api/scripts/resize.js +90 -90
  17. package/doc/api/scripts/search.js +267 -265
  18. package/doc/api/scripts/search.min.js +5 -5
  19. package/doc/api/scripts/third-party/Apache-License-2.0.txt +202 -202
  20. package/doc/api/scripts/third-party/fuse.js +1749 -9
  21. package/doc/api/scripts/third-party/hljs-line-num-original.js +367 -369
  22. package/doc/api/scripts/third-party/hljs-line-num.js +1 -1
  23. package/doc/api/scripts/third-party/hljs-original.js +5260 -5171
  24. package/doc/api/scripts/third-party/hljs.js +1 -1
  25. package/doc/api/scripts/third-party/popper.js +1287 -5
  26. package/doc/api/scripts/third-party/tippy.js +1499 -1
  27. package/doc/api/scripts/third-party/tocbot.js +757 -672
  28. package/doc/api/scripts/third-party/tocbot.min.js +1 -1
  29. package/doc/api/styles/clean-jsdoc-theme-base.css +1257 -1159
  30. package/doc/api/styles/clean-jsdoc-theme-dark.css +412 -412
  31. package/doc/api/styles/clean-jsdoc-theme-light.css +482 -482
  32. package/doc/api/styles/clean-jsdoc-theme-scrollbar.css +29 -29
  33. package/doc/api/styles/clean-jsdoc-theme-without-scrollbar.min.css +1 -1
  34. package/doc/api/styles/clean-jsdoc-theme.min.css +1 -1
  35. package/doc/json.min.visualization.html +15 -15
  36. package/doc/json.visualization.html +15 -15
  37. package/package.json +25 -24
@@ -1,482 +1,482 @@
1
- .light ::selection {
2
- background: #ffce76;
3
- color: #1d1919;
4
-
5
- }
6
-
7
- /* stylelint-disable-next-line selector-no-qualifying-type,rule-empty-line-before */
8
- body.light {
9
- background-color: #fff;
10
- color: #111;
11
-
12
- }
13
-
14
- .light a,
15
- .light a:active {
16
- color: #007bff;
17
-
18
- }
19
-
20
- .light hr {
21
- color: #f7f7f7;
22
-
23
- }
24
-
25
- .light h1,
26
- .light h2,
27
- .light h3,
28
- .light h4,
29
- .light h5,
30
- .light h6 {
31
- color: #111;
32
-
33
- }
34
-
35
- .light .sidebar {
36
- background-color: #f7f7f7;
37
- color: #222;
38
-
39
- }
40
-
41
- .light .sidebar-title {
42
- color: #222;
43
-
44
- }
45
-
46
- .light .sidebar-section-title {
47
- color: #222;
48
-
49
- }
50
-
51
- .light .sidebar-section-title:hover,
52
- .light .sidebar-section-title.active {
53
- background: #eee;
54
- }
55
-
56
-
57
- .light .with-arrow {
58
- fill: #111;
59
-
60
- }
61
-
62
- .light .sidebar-section-children-container {
63
- background: #eee;
64
- }
65
-
66
- .light .sidebar-section-children.active {
67
- background: #ccc;
68
- }
69
-
70
-
71
-
72
-
73
- .light .sidebar-section-children a:hover {
74
- background: #e0e0e0;
75
-
76
- }
77
-
78
- .light .sidebar-section-children a {
79
- color: #111;
80
-
81
- }
82
-
83
- .light .navbar-container {
84
- background: #fff;
85
-
86
- }
87
-
88
- .light .icon-button svg,
89
- .light .navbar-item a {
90
- color: #222;
91
- fill: #222;
92
-
93
- }
94
-
95
- .light .tippy-box {
96
- background: #eee;
97
- color: #111;
98
-
99
- }
100
-
101
- .light .tippy-arrow {
102
- color: #f1f1f1;
103
-
104
- }
105
-
106
- /* stylelint-disable-next-line selector-max-compound-selectors,rule-empty-line-before */
107
- .light .font-size-tooltip .icon-button svg {
108
- fill: #111;
109
-
110
- }
111
-
112
- /* stylelint-disable-next-line selector-max-compound-selectors, rule-empty-line-before */
113
- .light .font-size-tooltip .icon-button.disabled svg {
114
- fill: #999;
115
-
116
- }
117
-
118
- .light .icon-button:hover {
119
- background: #ddd;
120
-
121
- }
122
-
123
- .light .icon-button:active {
124
- background: #ccc;
125
-
126
- }
127
-
128
- .light .navbar-item a:active {
129
- background-color: #eee;
130
- color: #333;
131
-
132
- }
133
-
134
- .light .navbar-item:hover {
135
- background: #f7f7f7;
136
-
137
- }
138
-
139
- .light .footer {
140
- background: #f7f7f7;
141
- color: #111;
142
-
143
- }
144
-
145
- .light .footer a {
146
- color: #111;
147
-
148
- }
149
-
150
- .light .toc-link {
151
- color: #999;
152
- font-size: 0.875rem;
153
- transition: color 0.3s;
154
-
155
- }
156
-
157
- .light .toc-link.is-active-link {
158
- color: #111;
159
-
160
- }
161
-
162
- .light .has-anchor .link-anchor {
163
- color: #ddd;
164
-
165
- }
166
-
167
- .light .has-anchor .link-anchor:hover {
168
- color: #ccc;
169
-
170
- }
171
-
172
- .light .signature-attributes {
173
- color: #aaa;
174
-
175
- }
176
-
177
- .light .ancestors {
178
- color: #999;
179
-
180
- }
181
-
182
- .light .ancestors a {
183
- color: #999 !important;
184
-
185
- }
186
-
187
- .light .important {
188
- color: #ee1313;
189
-
190
- }
191
-
192
- .light .type-signature {
193
- color: #00918e;
194
-
195
- }
196
-
197
- .light .name,
198
- .light .name a {
199
- color: #293a80;
200
-
201
- }
202
-
203
- .light .details {
204
- background: #f9f9f9;
205
- color: #101010;
206
-
207
- }
208
-
209
- .light .member-item-container strong,
210
- .light .method-member-container strong {
211
- color: #000;
212
-
213
- }
214
-
215
- .light .prettyprint {
216
- background: #f7f7f7;
217
-
218
- }
219
-
220
- .light .pre-div {
221
- background: #f7f7f7;
222
-
223
- }
224
-
225
- .light .hljs .hljs-ln-numbers {
226
- color: #aaa;
227
-
228
- }
229
-
230
- .light .hljs .selected {
231
- background: #ccc;
232
-
233
- }
234
-
235
- /* stylelint-disable-next-line selector-no-qualifying-type,rule-empty-line-before */
236
- .light table.hljs-ln td {
237
- background: none;
238
-
239
- }
240
-
241
- /* stylelint-disable-next-line selector-max-compound-selectors,rule-empty-line-before */
242
- .light .hljs .selected .hljs-ln-numbers {
243
- color: #444;
244
-
245
- }
246
-
247
- .light .pre-top-bar-container {
248
- background-color: #eee;
249
-
250
- }
251
-
252
- .light .prettyprint code {
253
- background-color: #f7f7f7;
254
-
255
- }
256
-
257
- .light table .name,
258
- .light .params .name,
259
- .light .props .name,
260
- .light .name code {
261
- color: #4d4e53;
262
-
263
- }
264
-
265
- .light table td,
266
- .light .params td {
267
- background: #f7f7f7;
268
-
269
- }
270
-
271
- /* stylelint-disable-next-line selector-max-compound-selectors,rule-empty-line-before */
272
- .light table thead th,
273
- .light .params thead th,
274
- .light .props thead th {
275
- background-color: #eee;
276
- color: #111;
277
-
278
- }
279
-
280
- /* stylelint-disable */
281
- .light table .params thead tr,
282
- .light .params .params thead tr,
283
- .light .props .props thead tr {
284
- background-color: #eee;
285
- color: #111;
286
-
287
- }
288
-
289
- .light .disabled {
290
- color: #454545;
291
-
292
- }
293
-
294
- .light .code-lang-name {
295
- color: #ff0000;
296
-
297
- }
298
-
299
- .light .tooltip {
300
- background: #ffce76;
301
- color: #000;
302
-
303
- }
304
-
305
- /* Code */
306
-
307
- .light .hljs-comment,
308
- .light .hljs-quote {
309
- color: #a0a1a7;
310
-
311
- }
312
-
313
- .light .hljs-doctag,
314
- .light .hljs-keyword,
315
- .light .hljs-formula {
316
- color: #a626a4;
317
-
318
- }
319
-
320
- .light .hljs-section,
321
- .light .hljs-name,
322
- .light .hljs-selector-tag,
323
- .light .hljs-deletion,
324
- .light .hljs-subst {
325
- color: #e45649;
326
-
327
- }
328
-
329
- .light .hljs-literal {
330
- color: #0184bb;
331
-
332
- }
333
-
334
- .light .hljs-string,
335
- .light .hljs-regexp,
336
- .light .hljs-addition,
337
- .light .hljs-attribute,
338
- .light .hljs-meta .hljs-string {
339
- color: #50a14f;
340
-
341
- }
342
-
343
- .light .hljs-attr,
344
- .light .hljs-variable,
345
- .light .hljs-template-variable,
346
- .light .hljs-type,
347
- .light .hljs-selector-class,
348
- .light .hljs-selector-attr,
349
- .light .hljs-selector-pseudo,
350
- .light .hljs-number {
351
- color: #986801;
352
-
353
- }
354
-
355
- .light .hljs-symbol,
356
- .light .hljs-bullet,
357
- .light .hljs-link,
358
- .light .hljs-meta,
359
- .light .hljs-selector-id,
360
- .light .hljs-title {
361
- color: #4078f2;
362
-
363
- }
364
-
365
- .light .hljs-built_in,
366
- .light .hljs-title.class_,
367
- .light .hljs-class .hljs-title {
368
- color: #c18401;
369
-
370
- }
371
-
372
- .light .hljs-emphasis {
373
- font-style: italic;
374
-
375
- }
376
-
377
- .light .hljs-strong {
378
- font-weight: bold;
379
-
380
- }
381
-
382
- .light .hljs-link {
383
- text-decoration: underline;
384
-
385
- }
386
-
387
- /* Code Ends */
388
-
389
- .light blockquote {
390
- background: #eee;
391
- color: #111;
392
-
393
- }
394
-
395
- .light code {
396
- background: #ddd;
397
- color: #000;
398
-
399
- }
400
-
401
- .light .search-container {
402
- background: rgba(0, 0, 0, 0.1);
403
-
404
- }
405
-
406
- .light .search-close-button svg {
407
- fill: #f00;
408
-
409
- }
410
-
411
- .light .search-container .wrapper {
412
- background: #eee;
413
-
414
- }
415
-
416
- .light .search-result-c {
417
- color: #aaa;
418
-
419
- }
420
-
421
- .light .search-box-c svg {
422
- fill: #333;
423
-
424
- }
425
-
426
- .light .search-input {
427
- background: #f7f7f7;
428
- color: #111;
429
-
430
- }
431
-
432
- .light .search-result-item {
433
- background: #f7f7f7;
434
-
435
- }
436
-
437
- .light .search-result-item:hover {
438
- background: #e9e9e9;
439
-
440
- }
441
-
442
- .light .search-result-item:active {
443
- background: #f7f7f7;
444
-
445
- }
446
-
447
- .light .search-result-item-title {
448
- color: #111;
449
-
450
- }
451
-
452
- .light .search-result-item-p {
453
- color: #aaa;
454
-
455
- }
456
-
457
- .light .mobile-menu-icon-container .icon-button {
458
- background: #e5e5e5;
459
-
460
- }
461
-
462
- .light .mobile-sidebar-container {
463
- background: #fff;
464
-
465
- }
466
-
467
- .light .mobile-sidebar-wrapper {
468
- background: #f7f7f7;
469
-
470
- }
471
-
472
- .light .child-tutorial {
473
- border-color: #aaa;
474
- color: #222;
475
-
476
- }
477
-
478
- .light .child-tutorial:hover {
479
- background: #ccc;
480
-
481
- }
482
-
1
+ .light ::selection {
2
+ background: #ffce76;
3
+ color: #1d1919;
4
+
5
+ }
6
+
7
+ /* stylelint-disable-next-line selector-no-qualifying-type,rule-empty-line-before */
8
+ body.light {
9
+ background-color: #fff;
10
+ color: #111;
11
+
12
+ }
13
+
14
+ .light a,
15
+ .light a:active {
16
+ color: #007bff;
17
+
18
+ }
19
+
20
+ .light hr {
21
+ color: #f7f7f7;
22
+
23
+ }
24
+
25
+ .light h1,
26
+ .light h2,
27
+ .light h3,
28
+ .light h4,
29
+ .light h5,
30
+ .light h6 {
31
+ color: #111;
32
+
33
+ }
34
+
35
+ .light .sidebar {
36
+ background-color: #f7f7f7;
37
+ color: #222;
38
+
39
+ }
40
+
41
+ .light .sidebar-title {
42
+ color: #222;
43
+
44
+ }
45
+
46
+ .light .sidebar-section-title {
47
+ color: #222;
48
+
49
+ }
50
+
51
+ .light .sidebar-section-title:hover,
52
+ .light .sidebar-section-title.active {
53
+ background: #eee;
54
+ }
55
+
56
+
57
+ .light .with-arrow {
58
+ fill: #111;
59
+
60
+ }
61
+
62
+ .light .sidebar-section-children-container {
63
+ background: #eee;
64
+ }
65
+
66
+ .light .sidebar-section-children.active {
67
+ background: #ccc;
68
+ }
69
+
70
+
71
+
72
+
73
+ .light .sidebar-section-children a:hover {
74
+ background: #e0e0e0;
75
+
76
+ }
77
+
78
+ .light .sidebar-section-children a {
79
+ color: #111;
80
+
81
+ }
82
+
83
+ .light .navbar-container {
84
+ background: #fff;
85
+
86
+ }
87
+
88
+ .light .icon-button svg,
89
+ .light .navbar-item a {
90
+ color: #222;
91
+ fill: #222;
92
+
93
+ }
94
+
95
+ .light .tippy-box {
96
+ background: #eee;
97
+ color: #111;
98
+
99
+ }
100
+
101
+ .light .tippy-arrow {
102
+ color: #f1f1f1;
103
+
104
+ }
105
+
106
+ /* stylelint-disable-next-line selector-max-compound-selectors,rule-empty-line-before */
107
+ .light .font-size-tooltip .icon-button svg {
108
+ fill: #111;
109
+
110
+ }
111
+
112
+ /* stylelint-disable-next-line selector-max-compound-selectors, rule-empty-line-before */
113
+ .light .font-size-tooltip .icon-button.disabled svg {
114
+ fill: #999;
115
+
116
+ }
117
+
118
+ .light .icon-button:hover {
119
+ background: #ddd;
120
+
121
+ }
122
+
123
+ .light .icon-button:active {
124
+ background: #ccc;
125
+
126
+ }
127
+
128
+ .light .navbar-item a:active {
129
+ background-color: #eee;
130
+ color: #333;
131
+
132
+ }
133
+
134
+ .light .navbar-item:hover {
135
+ background: #f7f7f7;
136
+
137
+ }
138
+
139
+ .light .footer {
140
+ background: #f7f7f7;
141
+ color: #111;
142
+
143
+ }
144
+
145
+ .light .footer a {
146
+ color: #111;
147
+
148
+ }
149
+
150
+ .light .toc-link {
151
+ color: #999;
152
+ font-size: 0.875rem;
153
+ transition: color 0.3s;
154
+
155
+ }
156
+
157
+ .light .toc-link.is-active-link {
158
+ color: #111;
159
+
160
+ }
161
+
162
+ .light .has-anchor .link-anchor {
163
+ color: #ddd;
164
+
165
+ }
166
+
167
+ .light .has-anchor .link-anchor:hover {
168
+ color: #ccc;
169
+
170
+ }
171
+
172
+ .light .signature-attributes {
173
+ color: #aaa;
174
+
175
+ }
176
+
177
+ .light .ancestors {
178
+ color: #999;
179
+
180
+ }
181
+
182
+ .light .ancestors a {
183
+ color: #999 !important;
184
+
185
+ }
186
+
187
+ .light .important {
188
+ color: #ee1313;
189
+
190
+ }
191
+
192
+ .light .type-signature {
193
+ color: #00918e;
194
+
195
+ }
196
+
197
+ .light .name,
198
+ .light .name a {
199
+ color: #293a80;
200
+
201
+ }
202
+
203
+ .light .details {
204
+ background: #f9f9f9;
205
+ color: #101010;
206
+
207
+ }
208
+
209
+ .light .member-item-container strong,
210
+ .light .method-member-container strong {
211
+ color: #000;
212
+
213
+ }
214
+
215
+ .light .prettyprint {
216
+ background: #f7f7f7;
217
+
218
+ }
219
+
220
+ .light .pre-div {
221
+ background: #f7f7f7;
222
+
223
+ }
224
+
225
+ .light .hljs .hljs-ln-numbers {
226
+ color: #aaa;
227
+
228
+ }
229
+
230
+ .light .hljs .selected {
231
+ background: #ccc;
232
+
233
+ }
234
+
235
+ /* stylelint-disable-next-line selector-no-qualifying-type,rule-empty-line-before */
236
+ .light table.hljs-ln td {
237
+ background: none;
238
+
239
+ }
240
+
241
+ /* stylelint-disable-next-line selector-max-compound-selectors,rule-empty-line-before */
242
+ .light .hljs .selected .hljs-ln-numbers {
243
+ color: #444;
244
+
245
+ }
246
+
247
+ .light .pre-top-bar-container {
248
+ background-color: #eee;
249
+
250
+ }
251
+
252
+ .light .prettyprint code {
253
+ background-color: #f7f7f7;
254
+
255
+ }
256
+
257
+ .light table .name,
258
+ .light .params .name,
259
+ .light .props .name,
260
+ .light .name code {
261
+ color: #4d4e53;
262
+
263
+ }
264
+
265
+ .light table td,
266
+ .light .params td {
267
+ background: #f7f7f7;
268
+
269
+ }
270
+
271
+ /* stylelint-disable-next-line selector-max-compound-selectors,rule-empty-line-before */
272
+ .light table thead th,
273
+ .light .params thead th,
274
+ .light .props thead th {
275
+ background-color: #eee;
276
+ color: #111;
277
+
278
+ }
279
+
280
+ /* stylelint-disable */
281
+ .light table .params thead tr,
282
+ .light .params .params thead tr,
283
+ .light .props .props thead tr {
284
+ background-color: #eee;
285
+ color: #111;
286
+
287
+ }
288
+
289
+ .light .disabled {
290
+ color: #454545;
291
+
292
+ }
293
+
294
+ .light .code-lang-name {
295
+ color: #ff0000;
296
+
297
+ }
298
+
299
+ .light .tooltip {
300
+ background: #ffce76;
301
+ color: #000;
302
+
303
+ }
304
+
305
+ /* Code */
306
+
307
+ .light .hljs-comment,
308
+ .light .hljs-quote {
309
+ color: #a0a1a7;
310
+
311
+ }
312
+
313
+ .light .hljs-doctag,
314
+ .light .hljs-keyword,
315
+ .light .hljs-formula {
316
+ color: #a626a4;
317
+
318
+ }
319
+
320
+ .light .hljs-section,
321
+ .light .hljs-name,
322
+ .light .hljs-selector-tag,
323
+ .light .hljs-deletion,
324
+ .light .hljs-subst {
325
+ color: #e45649;
326
+
327
+ }
328
+
329
+ .light .hljs-literal {
330
+ color: #0184bb;
331
+
332
+ }
333
+
334
+ .light .hljs-string,
335
+ .light .hljs-regexp,
336
+ .light .hljs-addition,
337
+ .light .hljs-attribute,
338
+ .light .hljs-meta .hljs-string {
339
+ color: #50a14f;
340
+
341
+ }
342
+
343
+ .light .hljs-attr,
344
+ .light .hljs-variable,
345
+ .light .hljs-template-variable,
346
+ .light .hljs-type,
347
+ .light .hljs-selector-class,
348
+ .light .hljs-selector-attr,
349
+ .light .hljs-selector-pseudo,
350
+ .light .hljs-number {
351
+ color: #986801;
352
+
353
+ }
354
+
355
+ .light .hljs-symbol,
356
+ .light .hljs-bullet,
357
+ .light .hljs-link,
358
+ .light .hljs-meta,
359
+ .light .hljs-selector-id,
360
+ .light .hljs-title {
361
+ color: #4078f2;
362
+
363
+ }
364
+
365
+ .light .hljs-built_in,
366
+ .light .hljs-title.class_,
367
+ .light .hljs-class .hljs-title {
368
+ color: #c18401;
369
+
370
+ }
371
+
372
+ .light .hljs-emphasis {
373
+ font-style: italic;
374
+
375
+ }
376
+
377
+ .light .hljs-strong {
378
+ font-weight: bold;
379
+
380
+ }
381
+
382
+ .light .hljs-link {
383
+ text-decoration: underline;
384
+
385
+ }
386
+
387
+ /* Code Ends */
388
+
389
+ .light blockquote {
390
+ background: #eee;
391
+ color: #111;
392
+
393
+ }
394
+
395
+ .light code {
396
+ background: #ddd;
397
+ color: #000;
398
+
399
+ }
400
+
401
+ .light .search-container {
402
+ background: rgba(0, 0, 0, 0.1);
403
+
404
+ }
405
+
406
+ .light .search-close-button svg {
407
+ fill: #f00;
408
+
409
+ }
410
+
411
+ .light .search-container .wrapper {
412
+ background: #eee;
413
+
414
+ }
415
+
416
+ .light .search-result-c {
417
+ color: #aaa;
418
+
419
+ }
420
+
421
+ .light .search-box-c svg {
422
+ fill: #333;
423
+
424
+ }
425
+
426
+ .light .search-input {
427
+ background: #f7f7f7;
428
+ color: #111;
429
+
430
+ }
431
+
432
+ .light .search-result-item {
433
+ background: #f7f7f7;
434
+
435
+ }
436
+
437
+ .light .search-result-item:hover {
438
+ background: #e9e9e9;
439
+
440
+ }
441
+
442
+ .light .search-result-item:active {
443
+ background: #f7f7f7;
444
+
445
+ }
446
+
447
+ .light .search-result-item-title {
448
+ color: #111;
449
+
450
+ }
451
+
452
+ .light .search-result-item-p {
453
+ color: #aaa;
454
+
455
+ }
456
+
457
+ .light .mobile-menu-icon-container .icon-button {
458
+ background: #e5e5e5;
459
+
460
+ }
461
+
462
+ .light .mobile-sidebar-container {
463
+ background: #fff;
464
+
465
+ }
466
+
467
+ .light .mobile-sidebar-wrapper {
468
+ background: #f7f7f7;
469
+
470
+ }
471
+
472
+ .light .child-tutorial {
473
+ border-color: #aaa;
474
+ color: #222;
475
+
476
+ }
477
+
478
+ .light .child-tutorial:hover {
479
+ background: #ccc;
480
+
481
+ }
482
+