@doordeck/doordeck-headless-sdk 0.103.0 → 0.105.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/kotlin/Signum-indispensable-asn1.js +6 -0
- package/kotlin/kmmresult-root-kmmresult.js +6 -0
- package/kotlin/kotlin-kotlin-stdlib.js +14 -14
- package/kotlin/kotlinx-coroutines-core.js +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,4 +27,4 @@ The SDK supports a range of targets for different platforms:
|
|
|
27
27
|
To start using the Doordeck Headless SDK, refer to the [documentation index](https://github.com/doordeck/doordeck-headless-sdk/blob/main/docs/01_INDEX.md#index) for detailed setup and usage instructions tailored to your platform.
|
|
28
28
|
|
|
29
29
|
## Samples
|
|
30
|
-
We provide samples for different targets, where you can see how the SDK can be used in fully functional projects. For more information, please see the [samples page](https://github.com/doordeck/doordeck-headless-sdk/blob/main/docs/15_SAMPLES.md).
|
|
30
|
+
We provide samples for different targets, where you can see how the SDK can be used in fully functional projects. For more information, please see the [samples page](https://github.com/doordeck/doordeck-headless-sdk/blob/main/docs/15_SAMPLES.md).
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
return tmp;
|
|
363
363
|
}
|
|
364
364
|
initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
|
|
365
|
-
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder,
|
|
365
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithDate, WithUtcOffset]);
|
|
366
366
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
367
367
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
368
368
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
|
@@ -48,12 +48,6 @@ if (typeof Math.clz32 === 'undefined') {
|
|
|
48
48
|
};
|
|
49
49
|
}(Math.log, Math.LN2);
|
|
50
50
|
}
|
|
51
|
-
if (typeof String.prototype.startsWith === 'undefined') {
|
|
52
|
-
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
53
|
-
position = position || 0;
|
|
54
|
-
return this.lastIndexOf(searchString, position) === position;
|
|
55
|
-
}});
|
|
56
|
-
}
|
|
57
51
|
if (typeof String.prototype.endsWith === 'undefined') {
|
|
58
52
|
Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
|
|
59
53
|
var subjectString = this.toString();
|
|
@@ -65,6 +59,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
65
59
|
return lastIndex !== -1 && lastIndex === position;
|
|
66
60
|
}});
|
|
67
61
|
}
|
|
62
|
+
if (typeof String.prototype.startsWith === 'undefined') {
|
|
63
|
+
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
64
|
+
position = position || 0;
|
|
65
|
+
return this.lastIndexOf(searchString, position) === position;
|
|
66
|
+
}});
|
|
67
|
+
}
|
|
68
68
|
//endregion
|
|
69
69
|
(function (_) {
|
|
70
70
|
'use strict';
|
|
@@ -3373,14 +3373,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
3373
3373
|
function toTypedArray(_this__u8e3s4) {
|
|
3374
3374
|
return [].slice.call(_this__u8e3s4);
|
|
3375
3375
|
}
|
|
3376
|
-
function contentEquals_0(_this__u8e3s4, other) {
|
|
3377
|
-
return contentEqualsInternal(_this__u8e3s4, other);
|
|
3378
|
-
}
|
|
3379
|
-
function copyOfRange(_this__u8e3s4, fromIndex, toIndex) {
|
|
3380
|
-
Companion_instance_7.k4(fromIndex, toIndex, _this__u8e3s4.length);
|
|
3381
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
3382
|
-
return _this__u8e3s4.slice(fromIndex, toIndex);
|
|
3383
|
-
}
|
|
3384
3376
|
function sortWith(_this__u8e3s4, comparator) {
|
|
3385
3377
|
if (_this__u8e3s4.length > 1) {
|
|
3386
3378
|
sortArrayWith(_this__u8e3s4, comparator);
|
|
@@ -3394,6 +3386,11 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
3394
3386
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3395
3387
|
_this__u8e3s4.fill(element, fromIndex, toIndex);
|
|
3396
3388
|
}
|
|
3389
|
+
function copyOfRange(_this__u8e3s4, fromIndex, toIndex) {
|
|
3390
|
+
Companion_instance_7.k4(fromIndex, toIndex, _this__u8e3s4.length);
|
|
3391
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
3392
|
+
return _this__u8e3s4.slice(fromIndex, toIndex);
|
|
3393
|
+
}
|
|
3397
3394
|
function copyOf_7(_this__u8e3s4, newSize) {
|
|
3398
3395
|
// Inline function 'kotlin.require' call
|
|
3399
3396
|
if (!(newSize >= 0)) {
|
|
@@ -3406,6 +3403,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
3406
3403
|
var tmp1_elvis_lhs = _this__u8e3s4 == null ? null : joinToString_0(_this__u8e3s4, ', ', '[', ']');
|
|
3407
3404
|
return tmp1_elvis_lhs == null ? 'null' : tmp1_elvis_lhs;
|
|
3408
3405
|
}
|
|
3406
|
+
function contentEquals_0(_this__u8e3s4, other) {
|
|
3407
|
+
return contentEqualsInternal(_this__u8e3s4, other);
|
|
3408
|
+
}
|
|
3409
3409
|
function contentHashCode_0(_this__u8e3s4) {
|
|
3410
3410
|
return contentHashCodeInternal(_this__u8e3s4);
|
|
3411
3411
|
}
|
|
@@ -200,11 +200,6 @@
|
|
|
200
200
|
initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
|
|
201
201
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
202
202
|
initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
|
|
203
|
-
function close$default(cause, $super) {
|
|
204
|
-
cause = cause === VOID ? null : cause;
|
|
205
|
-
return $super === VOID ? this.s15(cause) : $super.s15.call(this, cause);
|
|
206
|
-
}
|
|
207
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
208
203
|
function cancel$default_0(cause, $super) {
|
|
209
204
|
cause = cause === VOID ? null : cause;
|
|
210
205
|
var tmp;
|
|
@@ -217,7 +212,12 @@
|
|
|
217
212
|
return tmp;
|
|
218
213
|
}
|
|
219
214
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
220
|
-
|
|
215
|
+
function close$default(cause, $super) {
|
|
216
|
+
cause = cause === VOID ? null : cause;
|
|
217
|
+
return $super === VOID ? this.s15(cause) : $super.s15.call(this, cause);
|
|
218
|
+
}
|
|
219
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
220
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
221
221
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
222
222
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
223
223
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
228
228
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
229
229
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
230
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
230
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
|
|
231
231
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
232
232
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
233
233
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
initMetadataForCoroutine($doSelectSuspendCOROUTINE$23, CoroutineImpl);
|
|
254
254
|
initMetadataForCoroutine($completeCOROUTINE$24, CoroutineImpl);
|
|
255
255
|
initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$25, CoroutineImpl);
|
|
256
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
256
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
|
|
257
257
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
258
258
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
259
259
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|