@doordeck/doordeck-headless-sdk 0.102.0 → 0.104.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.
@@ -309,7 +309,7 @@
309
309
  function addFormatStructureForTime(structure) {
310
310
  this.q5f(structure);
311
311
  }
312
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
312
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
313
313
  function offsetHours$default(padding, $super) {
314
314
  padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
315
315
  var tmp;
@@ -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, WithUtcOffset, WithDate, WithTime]);
365
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithTime, WithDate]);
366
366
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
367
367
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
368
368
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -0,0 +1,6 @@
1
+ (function (_) {
2
+ 'use strict';
3
+ //region block: pre-declaration
4
+ //endregion
5
+ return _;
6
+ }(module.exports));
@@ -0,0 +1,6 @@
1
+ (function (_) {
2
+ 'use strict';
3
+ //region block: pre-declaration
4
+ //endregion
5
+ return _;
6
+ }(module.exports));
@@ -48,6 +48,12 @@ 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
+ }
51
57
  if (typeof String.prototype.endsWith === 'undefined') {
52
58
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
53
59
  var subjectString = this.toString();
@@ -59,12 +65,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
59
65
  return lastIndex !== -1 && lastIndex === position;
60
66
  }});
61
67
  }
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.startsWith === '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.startsWith === '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.startsWith === '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
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
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, SendChannel, ReceiveChannel], [1, 0]);
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, SelectInstance, Waiter], [0, 2]);
256
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [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]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doordeck/doordeck-headless-sdk",
3
- "version": "0.102.0",
3
+ "version": "0.104.0",
4
4
  "main": "kotlin/doordeck-sdk.js",
5
5
  "devDependencies": {
6
6
  "typescript": "5.5.4",