jsf.js_next_gen 4.0.0-beta-2 → 4.0.0-beta-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 (113) hide show
  1. package/.mocharc.json +2 -1
  2. package/.nycrc +2 -1
  3. package/dist/window/faces-development.js +52 -48
  4. package/dist/window/faces-development.js.br +0 -0
  5. package/dist/window/faces-development.js.gz +0 -0
  6. package/dist/window/faces-development.js.map +1 -1
  7. package/dist/window/faces.js +2 -1
  8. package/dist/window/faces.js.LICENSE.txt +70 -0
  9. package/dist/window/faces.js.br +0 -0
  10. package/dist/window/faces.js.gz +0 -0
  11. package/dist/window/faces.js.map +1 -1
  12. package/dist/window/jsf-development.js +53 -49
  13. package/dist/window/jsf-development.js.br +0 -0
  14. package/dist/window/jsf-development.js.gz +0 -0
  15. package/dist/window/jsf-development.js.map +1 -1
  16. package/dist/window/jsf.js +2 -1
  17. package/dist/window/jsf.js.LICENSE.txt +70 -0
  18. package/dist/window/jsf.js.br +0 -0
  19. package/dist/window/jsf.js.gz +0 -0
  20. package/dist/window/jsf.js.map +1 -1
  21. package/package.json +5 -5
  22. package/src/main/typescript/api/faces.ts +1 -1
  23. package/src/main/typescript/api/jsf.ts +1 -1
  24. package/src/main/typescript/impl/AjaxImpl.ts +1 -1
  25. package/src/main/typescript/impl/PushImpl.ts +1 -1
  26. package/src/main/typescript/impl/core/Const.ts +1 -1
  27. package/src/main/typescript/impl/core/ImplTypes.ts +1 -1
  28. package/src/main/typescript/impl/i18n/Messages.ts +1 -1
  29. package/src/main/typescript/impl/util/Assertions.ts +1 -1
  30. package/src/main/typescript/impl/util/AsyncQueue.ts +1 -1
  31. package/src/main/typescript/impl/util/AsyncRunnable.ts +1 -1
  32. package/src/main/typescript/impl/util/ExtDomQuery.ts +1 -1
  33. package/src/main/typescript/impl/util/IListener.ts +1 -1
  34. package/src/main/typescript/impl/util/Lang.ts +1 -1
  35. package/src/main/typescript/impl/xhrCore/ErrorData.ts +1 -1
  36. package/src/main/typescript/impl/xhrCore/EventData.ts +1 -1
  37. package/src/main/typescript/impl/xhrCore/IResponseProcessor.ts +1 -1
  38. package/src/main/typescript/impl/xhrCore/RequestDataResolver.ts +1 -1
  39. package/src/main/typescript/impl/xhrCore/ResonseDataResolver.ts +1 -1
  40. package/src/main/typescript/impl/xhrCore/Response.ts +1 -1
  41. package/src/main/typescript/impl/xhrCore/ResponseProcessor.ts +1 -1
  42. package/src/main/typescript/impl/xhrCore/XhrFormData.ts +1 -1
  43. package/src/main/typescript/impl/xhrCore/XhrRequest.ts +1 -1
  44. package/src/main/typescript/myfaces/OamSubmit.ts +1 -1
  45. package/src/main/typescript/test/frameworkBase/_ext/monadish/DomQueryTest.spec.ts +1 -1
  46. package/src/main/typescript/test/frameworkBase/_ext/monadish/LangTest.spec.ts +1 -1
  47. package/src/main/typescript/test/frameworkBase/_ext/monadish/MappingProbes.ts +1 -1
  48. package/src/main/typescript/test/frameworkBase/_ext/monadish/MappingTest.spec.ts +1 -1
  49. package/src/main/typescript/test/frameworkBase/_ext/monadish/MonadTest.spec.ts +1 -1
  50. package/src/main/typescript/test/frameworkBase/_ext/monadish/StreamTest.spec.ts +1 -1
  51. package/src/main/typescript/test/frameworkBase/_ext/shared/StandardInits.ts +1 -1
  52. package/src/main/typescript/test/impl/ImplTest.spec.ts +1 -1
  53. package/src/main/typescript/test/impl/ImplTest_23.spec.ts +1 -1
  54. package/src/main/typescript/test/impl/SeparatorCharsTest.spec.ts +1 -1
  55. package/src/main/typescript/test/myfaces/OamSubmit.spec.ts +1 -1
  56. package/src/main/typescript/test/queue/AsynchronousProbe.ts +1 -1
  57. package/src/main/typescript/test/queue/AsynchronousQueueTest.spec.ts +1 -1
  58. package/src/main/typescript/test/xhrCore/EventTests.spec.ts +1 -1
  59. package/src/main/typescript/test/xhrCore/FakeWebsocket.ts +1 -1
  60. package/src/main/typescript/test/xhrCore/FileUploadTest.spec.ts +1 -1
  61. package/src/main/typescript/test/xhrCore/RequestParamsTest.spec.ts +1 -1
  62. package/src/main/typescript/test/xhrCore/RequestTest.spec.ts +1 -1
  63. package/src/main/typescript/test/xhrCore/ResponseTest.spec.ts +1 -1
  64. package/src/main/typescript/test/xhrCore/ShadowDomTest.spec.ts +1 -1
  65. package/src/main/typescript/test/xhrCore/WebsocketTest.ts +1 -1
  66. package/src/main/typescript/test/xhrCore/XhrFormDataTest.spec.ts +1 -1
  67. package/target/api/Jsf.js +1 -1
  68. package/target/api/faces.js +1 -1
  69. package/target/impl/AjaxImpl.js +1 -1
  70. package/target/impl/PushImpl.js +1 -1
  71. package/target/impl/core/Const.js +1 -1
  72. package/target/impl/core/ImplTypes.js +1 -1
  73. package/target/impl/i18n/Messages.js +1 -1
  74. package/target/impl/util/Assertions.js +1 -1
  75. package/target/impl/util/AsyncRunnable.js +1 -1
  76. package/target/impl/util/ExtDomQuery.js +1 -1
  77. package/target/impl/util/Lang.js +1 -1
  78. package/target/impl/xhrCore/ErrorData.js +1 -1
  79. package/target/impl/xhrCore/EventData.js +1 -1
  80. package/target/impl/xhrCore/RequestDataResolver.js +1 -1
  81. package/target/impl/xhrCore/ResonseDataResolver.js +1 -1
  82. package/target/impl/xhrCore/Response.js +1 -1
  83. package/target/impl/xhrCore/ResponseProcessor.js +1 -1
  84. package/target/impl/xhrCore/XhrFormData.js +1 -1
  85. package/target/impl/xhrCore/XhrRequest.js +1 -1
  86. package/target/myfaces/OamSubmit.js +1 -1
  87. package/target/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js +1 -1
  88. package/target/test/frameworkBase/_ext/monadish/LangTest.spec.js +1 -1
  89. package/target/test/frameworkBase/_ext/monadish/MappingProbes.js +1 -1
  90. package/target/test/frameworkBase/_ext/monadish/MappingTest.spec.js +1 -1
  91. package/target/test/frameworkBase/_ext/monadish/MonadTest.spec.js +1 -1
  92. package/target/test/frameworkBase/_ext/monadish/StreamTest.spec.js +1 -1
  93. package/target/test/frameworkBase/_ext/shared/StandardInits.js +1 -1
  94. package/target/test/impl/ImplTest.spec.js +1 -1
  95. package/target/test/impl/ImplTest_23.spec.js +1 -1
  96. package/target/test/impl/SeparatorCharsTest.spec.js +1 -1
  97. package/target/test/myfaces/OamSubmit.spec.js +1 -1
  98. package/target/test/queue/AsynchronousProbe.js +1 -1
  99. package/target/test/queue/AsynchronousQueueTest.spec.js +1 -1
  100. package/target/test/xhrCore/EventTests.spec.js +1 -1
  101. package/target/test/xhrCore/FakeWebsocket.js +1 -1
  102. package/target/test/xhrCore/FileUploadTest.spec.js +1 -1
  103. package/target/test/xhrCore/RequestParamsTest.spec.js +1 -1
  104. package/target/test/xhrCore/RequestTest.spec.js +1 -1
  105. package/target/test/xhrCore/ResponseTest.spec.js +1 -1
  106. package/target/test/xhrCore/ShadowDomTest.spec.js +1 -1
  107. package/target/test/xhrCore/WebsocketTest.js +1 -1
  108. package/target/test/xhrCore/XhrFormDataTest.spec.js +1 -1
  109. package/webpack.config.ts +16 -0
  110. package/remap.js +0 -44
  111. package/remap.js.map +0 -1
  112. package/webpack.config.js +0 -71
  113. package/webpack.config.js.map +0 -1
package/.mocharc.json CHANGED
@@ -5,5 +5,6 @@
5
5
  "spec": [
6
6
  "src/**/*.spec.*"
7
7
  ],
8
- "require": "ts-node/register"
8
+ "require": "ts-node/register",
9
+ "license": "Apache-2.0"
9
10
  }
package/.nycrc CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "extends": "@istanbuljs/nyc-config-typescript",
3
3
  "all": true,
4
- "exclude": ["**/test/**/*.*","**/*.config.*", "**/Messages_*.*","**/*Probe*.*", "**/*.js"]
4
+ "exclude": ["**/test/**/*.*","**/*.config.*", "**/Messages_*.*","**/*Probe*.*", "**/*.js"],
5
+ "license": "Apache-2.0"
5
6
  }
@@ -9,7 +9,8 @@
9
9
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
10
10
 
11
11
 
12
- /* Licensed to the Apache Software Foundation (ASF) under one or more
12
+ /*!
13
+ * Licensed to the Apache Software Foundation (ASF) under one or more
13
14
  * contributor license agreements. See the NOTICE file distributed with
14
15
  * this work for additional information regarding copyright ownership.
15
16
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -837,28 +838,11 @@ var DomQuery = /** @class */ (function () {
837
838
  * or are one
838
839
  */
839
840
  DomQuery.prototype.isMultipartCandidate = function (deep) {
840
- var _this = this;
841
841
  if (deep === void 0) { deep = false; }
842
- var isCandidate = function (item) {
843
- var _a;
844
- if (item.length == 0) {
845
- return false;
846
- }
847
- if (item.length == 1) {
848
- if (item.tagName.get("booga").value.toLowerCase() == "input" &&
849
- (((_a = item.attr("type")) === null || _a === void 0 ? void 0 : _a.value) || "").toLowerCase() == "file") {
850
- return true;
851
- }
852
- if (deep) {
853
- return _this.querySelectorAllDeep("input[type='file']").firstElem().isPresent();
854
- }
855
- else {
856
- return _this.querySelectorAll("input[type='file']").firstElem().isPresent();
857
- }
858
- }
859
- return item.isMultipartCandidate(deep);
860
- };
861
- var ret = this.stream.filter(function (item) { return isCandidate(item); }).first().isPresent();
842
+ var FILE_INPUT = "input[type='file']";
843
+ var ret = this.matchesSelector(FILE_INPUT) ||
844
+ ((!deep) ? this.querySelectorAll(FILE_INPUT) :
845
+ this.querySelectorAllDeep(FILE_INPUT)).first().isPresent();
862
846
  return ret;
863
847
  };
864
848
  /**
@@ -957,7 +941,6 @@ var DomQuery = /** @class */ (function () {
957
941
  for (var _i = 0; _i < arguments.length; _i++) {
958
942
  nodeSelector[_i] = arguments[_i];
959
943
  }
960
- debugger;
961
944
  var selectorStage = this.childNodes;
962
945
  for (var cnt = 0; cnt < nodeSelector.length; cnt++) {
963
946
  selectorStage = selectorStage.filterSelector(nodeSelector[cnt]);
@@ -1576,8 +1559,6 @@ var DomQuery = /** @class */ (function () {
1576
1559
  if (files === null || files === void 0 ? void 0 : files.length) {
1577
1560
  //xhr level2
1578
1561
  target.append(name).value = files[0];
1579
- //TODO we have to know that the entry is a file element, so that we can reuse
1580
- //this information
1581
1562
  }
1582
1563
  else {
1583
1564
  target.append(name).value = element.inputValue.value;
@@ -1829,7 +1810,8 @@ exports.DQ = DomQuery;
1829
1810
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1830
1811
 
1831
1812
 
1832
- /* Licensed to the Apache Software Foundation (ASF) under one or more
1813
+ /*!
1814
+ * Licensed to the Apache Software Foundation (ASF) under one or more
1833
1815
  * contributor license agreements. See the NOTICE file distributed with
1834
1816
  * this work for additional information regarding copyright ownership.
1835
1817
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -2018,7 +2000,8 @@ var Lang;
2018
2000
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
2019
2001
 
2020
2002
 
2021
- /* Licensed to the Apache Software Foundation (ASF) under one or more
2003
+ /*!
2004
+ * Licensed to the Apache Software Foundation (ASF) under one or more
2022
2005
  * contributor license agreements. See the NOTICE file distributed with
2023
2006
  * this work for additional information regarding copyright ownership.
2024
2007
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -2673,7 +2656,8 @@ exports.Config = Config;
2673
2656
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
2674
2657
 
2675
2658
 
2676
- /* Licensed to the Apache Software Foundation (ASF) under one or more
2659
+ /*!
2660
+ * Licensed to the Apache Software Foundation (ASF) under one or more
2677
2661
  * contributor license agreements. See the NOTICE file distributed with
2678
2662
  * this work for additional information regarding copyright ownership.
2679
2663
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -3139,7 +3123,8 @@ exports.QueryFormStringCollector = QueryFormStringCollector;
3139
3123
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
3140
3124
 
3141
3125
 
3142
- /* Licensed to the Apache Software Foundation (ASF) under one or more
3126
+ /*!
3127
+ * Licensed to the Apache Software Foundation (ASF) under one or more
3143
3128
  * contributor license agreements. See the NOTICE file distributed with
3144
3129
  * this work for additional information regarding copyright ownership.
3145
3130
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -3620,7 +3605,8 @@ exports.LazyStream = LazyStream;
3620
3605
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
3621
3606
 
3622
3607
 
3623
- /* Licensed to the Apache Software Foundation (ASF) under one or more
3608
+ /*!
3609
+ * Licensed to the Apache Software Foundation (ASF) under one or more
3624
3610
  * contributor license agreements. See the NOTICE file distributed with
3625
3611
  * this work for additional information regarding copyright ownership.
3626
3612
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -3734,6 +3720,24 @@ exports.XQ = XMLQuery;
3734
3720
 
3735
3721
  Object.defineProperty(exports, "__esModule", ({ value: true }));
3736
3722
  exports.QueryFormDataCollector = exports.FormDataCollector = exports.AssocArrayCollector = exports.ArrayCollector = exports.QueryFormStringCollector = exports.SequenceDataSource = exports.FlatMapStreamDataSource = exports.FilteredStreamDatasource = exports.MappedStreamDataSource = exports.ArrayStreamDataSource = exports.LazyStream = exports.Stream = exports.XQ = exports.XMLQuery = exports.ValueEmbedder = exports.Optional = exports.Monad = exports.Config = exports.Lang = exports.DQ = exports.DomQueryCollector = exports.ElementAttribute = exports.DomQuery = void 0;
3723
+ /*!
3724
+ * Licensed to the Apache Software Foundation (ASF) under one
3725
+ * or more contributor license agreements. See the NOTICE file
3726
+ * distributed with this work for additional information
3727
+ * regarding copyright ownership. The ASF licenses this file
3728
+ * to you under the Apache License, Version 2.0 (the
3729
+ * "License"); you may not use this file except in compliance
3730
+ * with the License. You may obtain a copy of the License at
3731
+ *
3732
+ * http://www.apache.org/licenses/LICENSE-2.0
3733
+ *
3734
+ * Unless required by applicable law or agreed to in writing,
3735
+ * software distributed under the License is distributed on an
3736
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
3737
+ * KIND, either express or implied. See the License for the
3738
+ * specific language governing permissions and limitations
3739
+ * under the License.
3740
+ */
3737
3741
  var DomQuery_1 = __webpack_require__(/*! ./DomQuery */ "./node_modules/mona-dish/src/main/typescript/DomQuery.ts");
3738
3742
  Object.defineProperty(exports, "DomQuery", ({ enumerable: true, get: function () { return DomQuery_1.DomQuery; } }));
3739
3743
  Object.defineProperty(exports, "ElementAttribute", ({ enumerable: true, get: function () { return DomQuery_1.ElementAttribute; } }));
@@ -3774,7 +3778,7 @@ Object.defineProperty(exports, "QueryFormDataCollector", ({ enumerable: true, ge
3774
3778
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
3775
3779
 
3776
3780
 
3777
- /* Licensed to the Apache Software Foundation (ASF) under one or more
3781
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
3778
3782
  * contributor license agreements. See the NOTICE file distributed with
3779
3783
  * this work for additional information regarding copyright ownership.
3780
3784
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -4048,7 +4052,7 @@ var myfaces;
4048
4052
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4049
4053
 
4050
4054
 
4051
- /* Licensed to the Apache Software Foundation (ASF) under one or more
4055
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
4052
4056
  * contributor license agreements. See the NOTICE file distributed with
4053
4057
  * this work for additional information regarding copyright ownership.
4054
4058
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -4679,7 +4683,7 @@ var Implementation;
4679
4683
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4680
4684
 
4681
4685
 
4682
- /* Licensed to the Apache Software Foundation (ASF) under one or more
4686
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
4683
4687
  * contributor license agreements. See the NOTICE file distributed with
4684
4688
  * this work for additional information regarding copyright ownership.
4685
4689
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -4918,7 +4922,7 @@ var PushImpl;
4918
4922
  /***/ ((__unused_webpack_module, exports) => {
4919
4923
 
4920
4924
 
4921
- /* Licensed to the Apache Software Foundation (ASF) under one or more
4925
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
4922
4926
  * contributor license agreements. See the NOTICE file distributed with
4923
4927
  * this work for additional information regarding copyright ownership.
4924
4928
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -5101,7 +5105,7 @@ exports.remapNamespacesFor40 = remapNamespacesFor40;
5101
5105
 
5102
5106
  Object.defineProperty(exports, "__esModule", ({ value: true }));
5103
5107
  exports.StateHolder = void 0;
5104
- /* Licensed to the Apache Software Foundation (ASF) under one or more
5108
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
5105
5109
  * contributor license agreements. See the NOTICE file distributed with
5106
5110
  * this work for additional information regarding copyright ownership.
5107
5111
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -5151,7 +5155,7 @@ exports.StateHolder = StateHolder;
5151
5155
  /***/ ((__unused_webpack_module, exports) => {
5152
5156
 
5153
5157
 
5154
- /* Licensed to the Apache Software Foundation (ASF) under one or more
5158
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
5155
5159
  * contributor license agreements. See the NOTICE file distributed with
5156
5160
  * this work for additional information regarding copyright ownership.
5157
5161
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -5276,7 +5280,7 @@ exports.Messages = Messages;
5276
5280
 
5277
5281
  Object.defineProperty(exports, "__esModule", ({ value: true }));
5278
5282
  exports.Assertions = void 0;
5279
- /* Licensed to the Apache Software Foundation (ASF) under one or more
5283
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
5280
5284
  * contributor license agreements. See the NOTICE file distributed with
5281
5285
  * this work for additional information regarding copyright ownership.
5282
5286
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -5531,7 +5535,7 @@ var __extends = (this && this.__extends) || (function () {
5531
5535
  })();
5532
5536
  Object.defineProperty(exports, "__esModule", ({ value: true }));
5533
5537
  exports.ExtDQ = exports.ExtDomquery = void 0;
5534
- /* Licensed to the Apache Software Foundation (ASF) under one or more
5538
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
5535
5539
  * contributor license agreements. See the NOTICE file distributed with
5536
5540
  * this work for additional information regarding copyright ownership.
5537
5541
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -5733,7 +5737,7 @@ exports.ExtDQ = mona_dish_1.DQ;
5733
5737
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
5734
5738
 
5735
5739
 
5736
- /* Licensed to the Apache Software Foundation (ASF) under one or more
5740
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
5737
5741
  * contributor license agreements. See the NOTICE file distributed with
5738
5742
  * this work for additional information regarding copyright ownership.
5739
5743
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -5974,7 +5978,7 @@ var __extends = (this && this.__extends) || (function () {
5974
5978
  })();
5975
5979
  Object.defineProperty(exports, "__esModule", ({ value: true }));
5976
5980
  exports.ErrorData = exports.ErrorType = void 0;
5977
- /* Licensed to the Apache Software Foundation (ASF) under one or more
5981
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
5978
5982
  * contributor license agreements. See the NOTICE file distributed with
5979
5983
  * this work for additional information regarding copyright ownership.
5980
5984
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -6074,7 +6078,7 @@ exports.ErrorData = ErrorData;
6074
6078
 
6075
6079
  Object.defineProperty(exports, "__esModule", ({ value: true }));
6076
6080
  exports.EventData = void 0;
6077
- /* Licensed to the Apache Software Foundation (ASF) under one or more
6081
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
6078
6082
  * contributor license agreements. See the NOTICE file distributed with
6079
6083
  * this work for additional information regarding copyright ownership.
6080
6084
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -6127,7 +6131,7 @@ exports.EventData = EventData;
6127
6131
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
6128
6132
 
6129
6133
 
6130
- /* Licensed to the Apache Software Foundation (ASF) under one or more
6134
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
6131
6135
  * contributor license agreements. See the NOTICE file distributed with
6132
6136
  * this work for additional information regarding copyright ownership.
6133
6137
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -6279,7 +6283,7 @@ exports.resolveDefaults = resolveDefaults;
6279
6283
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
6280
6284
 
6281
6285
 
6282
- /* Licensed to the Apache Software Foundation (ASF) under one or more
6286
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
6283
6287
  * contributor license agreements. See the NOTICE file distributed with
6284
6288
  * this work for additional information regarding copyright ownership.
6285
6289
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -6391,7 +6395,7 @@ function resolveSourceElementId(context, internalContext) {
6391
6395
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
6392
6396
 
6393
6397
 
6394
- /* Licensed to the Apache Software Foundation (ASF) under one or more
6398
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
6395
6399
  * contributor license agreements. See the NOTICE file distributed with
6396
6400
  * this work for additional information regarding copyright ownership.
6397
6401
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -6567,7 +6571,7 @@ var Response;
6567
6571
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
6568
6572
 
6569
6573
 
6570
- /* Licensed to the Apache Software Foundation (ASF) under one or more
6574
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
6571
6575
  * contributor license agreements. See the NOTICE file distributed with
6572
6576
  * this work for additional information regarding copyright ownership.
6573
6577
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -7001,7 +7005,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
7001
7005
  };
7002
7006
  Object.defineProperty(exports, "__esModule", ({ value: true }));
7003
7007
  exports.XhrFormData = void 0;
7004
- /* Licensed to the Apache Software Foundation (ASF) under one or more
7008
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
7005
7009
  * contributor license agreements. See the NOTICE file distributed with
7006
7010
  * this work for additional information regarding copyright ownership.
7007
7011
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -7249,7 +7253,7 @@ exports.XhrFormData = XhrFormData;
7249
7253
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
7250
7254
 
7251
7255
 
7252
- /* Licensed to the Apache Software Foundation (ASF) under one or more
7256
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
7253
7257
  * contributor license agreements. See the NOTICE file distributed with
7254
7258
  * this work for additional information regarding copyright ownership.
7255
7259
  * The ASF licenses this file to you under the Apache License, Version 2.0
@@ -7548,7 +7552,7 @@ exports.XhrRequest = XhrRequest;
7548
7552
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
7549
7553
 
7550
7554
 
7551
- /* Licensed to the Apache Software Foundation (ASF) under one or more
7555
+ /*! Licensed to the Apache Software Foundation (ASF) under one or more
7552
7556
  * contributor license agreements. See the NOTICE file distributed with
7553
7557
  * this work for additional information regarding copyright ownership.
7554
7558
  * The ASF licenses this file to you under the Apache License, Version 2.0
Binary file
Binary file