lwc 2.13.4 → 2.14.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/dist/engine-dom/esm/es2017/engine-dom.js +5 -5
- package/dist/engine-dom/iife/es2017/engine-dom.js +5 -5
- package/dist/engine-dom/iife/es2017/engine-dom_debug.js +3 -3
- package/dist/engine-dom/iife/es5/engine-dom.js +5 -5
- package/dist/engine-dom/iife/es5/engine-dom_debug.js +3 -3
- package/dist/engine-dom/umd/es2017/engine-dom.js +5 -5
- package/dist/engine-dom/umd/es2017/engine-dom_debug.js +3 -3
- package/dist/engine-dom/umd/es5/engine-dom.js +5 -5
- package/dist/engine-dom/umd/es5/engine-dom_debug.js +3 -3
- package/dist/engine-server/commonjs/es2017/engine-server.js +5 -5
- package/dist/engine-server/esm/es2017/engine-server.js +5 -5
- package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js +3 -3
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js +3 -3
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js +3 -3
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js +3 -3
- package/dist/wire-service/esm/es2017/wire-service.js +2 -2
- package/dist/wire-service/iife/es2017/wire-service.js +2 -2
- package/dist/wire-service/iife/es2017/wire-service_debug.js +2 -2
- package/dist/wire-service/iife/es5/wire-service.js +2 -2
- package/dist/wire-service/iife/es5/wire-service_debug.js +2 -2
- package/dist/wire-service/umd/es2017/wire-service.js +2 -2
- package/dist/wire-service/umd/es2017/wire-service_debug.js +2 -2
- package/dist/wire-service/umd/es5/wire-service.js +2 -2
- package/dist/wire-service/umd/es5/wire-service_debug.js +2 -2
- package/package.json +7 -7
|
@@ -298,9 +298,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
|
298
298
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
299
299
|
*/
|
|
300
300
|
// Increment whenever the LWC template compiler changes
|
|
301
|
-
const LWC_VERSION = "2.
|
|
301
|
+
const LWC_VERSION = "2.14.0";
|
|
302
302
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
303
|
-
/** version: 2.
|
|
303
|
+
/** version: 2.14.0 */
|
|
304
304
|
|
|
305
305
|
/*
|
|
306
306
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -454,7 +454,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
454
454
|
setFeatureFlag(name, value);
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
|
-
/** version: 2.
|
|
457
|
+
/** version: 2.14.0 */
|
|
458
458
|
|
|
459
459
|
/* proxy-compat-disable */
|
|
460
460
|
|
|
@@ -6710,7 +6710,7 @@ function getComponentConstructor(elm) {
|
|
|
6710
6710
|
}
|
|
6711
6711
|
return ctor;
|
|
6712
6712
|
}
|
|
6713
|
-
/* version: 2.
|
|
6713
|
+
/* version: 2.14.0 */
|
|
6714
6714
|
|
|
6715
6715
|
/*
|
|
6716
6716
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7407,6 +7407,6 @@ defineProperty(LightningElement, 'CustomElementConstructor', {
|
|
|
7407
7407
|
});
|
|
7408
7408
|
freeze(LightningElement);
|
|
7409
7409
|
seal(LightningElement.prototype);
|
|
7410
|
-
/* version: 2.
|
|
7410
|
+
/* version: 2.14.0 */
|
|
7411
7411
|
|
|
7412
7412
|
export { LightningElement, profilerControl as __unstable__ProfilerControl, api$1 as api, deprecatedBuildCustomElementConstructor as buildCustomElementConstructor, createContextProvider, createElement, freezeTemplate, getComponentConstructor, getComponentDef, hydrateComponent, isComponentConstructor, isNodeShadowed as isNodeFromTemplate, readonly, register, registerComponent, registerDecorators, registerTemplate, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
|
|
@@ -301,9 +301,9 @@ var LWC = (function (exports) {
|
|
|
301
301
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
302
302
|
*/
|
|
303
303
|
// Increment whenever the LWC template compiler changes
|
|
304
|
-
const LWC_VERSION = "2.
|
|
304
|
+
const LWC_VERSION = "2.14.0";
|
|
305
305
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
306
|
-
/** version: 2.
|
|
306
|
+
/** version: 2.14.0 */
|
|
307
307
|
|
|
308
308
|
/*
|
|
309
309
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -457,7 +457,7 @@ var LWC = (function (exports) {
|
|
|
457
457
|
setFeatureFlag(name, value);
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
|
-
/** version: 2.
|
|
460
|
+
/** version: 2.14.0 */
|
|
461
461
|
|
|
462
462
|
/* proxy-compat-disable */
|
|
463
463
|
|
|
@@ -6713,7 +6713,7 @@ var LWC = (function (exports) {
|
|
|
6713
6713
|
}
|
|
6714
6714
|
return ctor;
|
|
6715
6715
|
}
|
|
6716
|
-
/* version: 2.
|
|
6716
|
+
/* version: 2.14.0 */
|
|
6717
6717
|
|
|
6718
6718
|
/*
|
|
6719
6719
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7410,7 +7410,7 @@ var LWC = (function (exports) {
|
|
|
7410
7410
|
});
|
|
7411
7411
|
freeze(LightningElement);
|
|
7412
7412
|
seal(LightningElement.prototype);
|
|
7413
|
-
/* version: 2.
|
|
7413
|
+
/* version: 2.14.0 */
|
|
7414
7414
|
|
|
7415
7415
|
exports.LightningElement = LightningElement;
|
|
7416
7416
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -290,7 +290,7 @@ var LWC = (function (exports) {
|
|
|
290
290
|
const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
291
291
|
const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
292
292
|
const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
293
|
-
/** version: 2.
|
|
293
|
+
/** version: 2.14.0 */
|
|
294
294
|
|
|
295
295
|
/*
|
|
296
296
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5154,7 +5154,7 @@ var LWC = (function (exports) {
|
|
|
5154
5154
|
}
|
|
5155
5155
|
return ctor;
|
|
5156
5156
|
}
|
|
5157
|
-
/* version: 2.
|
|
5157
|
+
/* version: 2.14.0 */
|
|
5158
5158
|
|
|
5159
5159
|
/*
|
|
5160
5160
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5792,7 +5792,7 @@ var LWC = (function (exports) {
|
|
|
5792
5792
|
});
|
|
5793
5793
|
freeze(LightningElement);
|
|
5794
5794
|
seal(LightningElement.prototype);
|
|
5795
|
-
/* version: 2.
|
|
5795
|
+
/* version: 2.14.0 */
|
|
5796
5796
|
|
|
5797
5797
|
exports.LightningElement = LightningElement;
|
|
5798
5798
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -365,9 +365,9 @@ var LWC = (function (exports) {
|
|
|
365
365
|
*/
|
|
366
366
|
// Increment whenever the LWC template compiler changes
|
|
367
367
|
|
|
368
|
-
var LWC_VERSION = "2.
|
|
368
|
+
var LWC_VERSION = "2.14.0";
|
|
369
369
|
var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
370
|
-
/** version: 2.
|
|
370
|
+
/** version: 2.14.0 */
|
|
371
371
|
|
|
372
372
|
/*
|
|
373
373
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -546,7 +546,7 @@ var LWC = (function (exports) {
|
|
|
546
546
|
setFeatureFlag(name, value);
|
|
547
547
|
}
|
|
548
548
|
}
|
|
549
|
-
/** version: 2.
|
|
549
|
+
/** version: 2.14.0 */
|
|
550
550
|
|
|
551
551
|
/* proxy-compat-disable */
|
|
552
552
|
|
|
@@ -8145,7 +8145,7 @@ var LWC = (function (exports) {
|
|
|
8145
8145
|
|
|
8146
8146
|
return ctor;
|
|
8147
8147
|
}
|
|
8148
|
-
/* version: 2.
|
|
8148
|
+
/* version: 2.14.0 */
|
|
8149
8149
|
|
|
8150
8150
|
/*
|
|
8151
8151
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8979,7 +8979,7 @@ var LWC = (function (exports) {
|
|
|
8979
8979
|
});
|
|
8980
8980
|
freeze(LightningElement);
|
|
8981
8981
|
seal(LightningElement.prototype);
|
|
8982
|
-
/* version: 2.
|
|
8982
|
+
/* version: 2.14.0 */
|
|
8983
8983
|
|
|
8984
8984
|
exports.LightningElement = LightningElement;
|
|
8985
8985
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -347,7 +347,7 @@ var LWC = (function (exports) {
|
|
|
347
347
|
var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
348
348
|
var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
349
349
|
var XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
350
|
-
/** version: 2.
|
|
350
|
+
/** version: 2.14.0 */
|
|
351
351
|
|
|
352
352
|
/*
|
|
353
353
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -6387,7 +6387,7 @@ var LWC = (function (exports) {
|
|
|
6387
6387
|
|
|
6388
6388
|
return ctor;
|
|
6389
6389
|
}
|
|
6390
|
-
/* version: 2.
|
|
6390
|
+
/* version: 2.14.0 */
|
|
6391
6391
|
|
|
6392
6392
|
/*
|
|
6393
6393
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7163,7 +7163,7 @@ var LWC = (function (exports) {
|
|
|
7163
7163
|
});
|
|
7164
7164
|
freeze(LightningElement);
|
|
7165
7165
|
seal(LightningElement.prototype);
|
|
7166
|
-
/* version: 2.
|
|
7166
|
+
/* version: 2.14.0 */
|
|
7167
7167
|
|
|
7168
7168
|
exports.LightningElement = LightningElement;
|
|
7169
7169
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -304,9 +304,9 @@
|
|
|
304
304
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
305
305
|
*/
|
|
306
306
|
// Increment whenever the LWC template compiler changes
|
|
307
|
-
const LWC_VERSION = "2.
|
|
307
|
+
const LWC_VERSION = "2.14.0";
|
|
308
308
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
309
|
-
/** version: 2.
|
|
309
|
+
/** version: 2.14.0 */
|
|
310
310
|
|
|
311
311
|
/*
|
|
312
312
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
setFeatureFlag(name, value);
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
/** version: 2.
|
|
463
|
+
/** version: 2.14.0 */
|
|
464
464
|
|
|
465
465
|
/* proxy-compat-disable */
|
|
466
466
|
|
|
@@ -6716,7 +6716,7 @@
|
|
|
6716
6716
|
}
|
|
6717
6717
|
return ctor;
|
|
6718
6718
|
}
|
|
6719
|
-
/* version: 2.
|
|
6719
|
+
/* version: 2.14.0 */
|
|
6720
6720
|
|
|
6721
6721
|
/*
|
|
6722
6722
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7413,7 +7413,7 @@
|
|
|
7413
7413
|
});
|
|
7414
7414
|
freeze(LightningElement);
|
|
7415
7415
|
seal(LightningElement.prototype);
|
|
7416
|
-
/* version: 2.
|
|
7416
|
+
/* version: 2.14.0 */
|
|
7417
7417
|
|
|
7418
7418
|
exports.LightningElement = LightningElement;
|
|
7419
7419
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
294
294
|
const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
295
295
|
const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
296
|
-
/** version: 2.
|
|
296
|
+
/** version: 2.14.0 */
|
|
297
297
|
|
|
298
298
|
/*
|
|
299
299
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5157,7 +5157,7 @@
|
|
|
5157
5157
|
}
|
|
5158
5158
|
return ctor;
|
|
5159
5159
|
}
|
|
5160
|
-
/* version: 2.
|
|
5160
|
+
/* version: 2.14.0 */
|
|
5161
5161
|
|
|
5162
5162
|
/*
|
|
5163
5163
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5795,7 +5795,7 @@
|
|
|
5795
5795
|
});
|
|
5796
5796
|
freeze(LightningElement);
|
|
5797
5797
|
seal(LightningElement.prototype);
|
|
5798
|
-
/* version: 2.
|
|
5798
|
+
/* version: 2.14.0 */
|
|
5799
5799
|
|
|
5800
5800
|
exports.LightningElement = LightningElement;
|
|
5801
5801
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -368,9 +368,9 @@
|
|
|
368
368
|
*/
|
|
369
369
|
// Increment whenever the LWC template compiler changes
|
|
370
370
|
|
|
371
|
-
var LWC_VERSION = "2.
|
|
371
|
+
var LWC_VERSION = "2.14.0";
|
|
372
372
|
var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
373
|
-
/** version: 2.
|
|
373
|
+
/** version: 2.14.0 */
|
|
374
374
|
|
|
375
375
|
/*
|
|
376
376
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -549,7 +549,7 @@
|
|
|
549
549
|
setFeatureFlag(name, value);
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
|
-
/** version: 2.
|
|
552
|
+
/** version: 2.14.0 */
|
|
553
553
|
|
|
554
554
|
/* proxy-compat-disable */
|
|
555
555
|
|
|
@@ -8148,7 +8148,7 @@
|
|
|
8148
8148
|
|
|
8149
8149
|
return ctor;
|
|
8150
8150
|
}
|
|
8151
|
-
/* version: 2.
|
|
8151
|
+
/* version: 2.14.0 */
|
|
8152
8152
|
|
|
8153
8153
|
/*
|
|
8154
8154
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8982,7 +8982,7 @@
|
|
|
8982
8982
|
});
|
|
8983
8983
|
freeze(LightningElement);
|
|
8984
8984
|
seal(LightningElement.prototype);
|
|
8985
|
-
/* version: 2.
|
|
8985
|
+
/* version: 2.14.0 */
|
|
8986
8986
|
|
|
8987
8987
|
exports.LightningElement = LightningElement;
|
|
8988
8988
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
351
351
|
var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
352
352
|
var XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
353
|
-
/** version: 2.
|
|
353
|
+
/** version: 2.14.0 */
|
|
354
354
|
|
|
355
355
|
/*
|
|
356
356
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -6390,7 +6390,7 @@
|
|
|
6390
6390
|
|
|
6391
6391
|
return ctor;
|
|
6392
6392
|
}
|
|
6393
|
-
/* version: 2.
|
|
6393
|
+
/* version: 2.14.0 */
|
|
6394
6394
|
|
|
6395
6395
|
/*
|
|
6396
6396
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7166,7 +7166,7 @@
|
|
|
7166
7166
|
});
|
|
7167
7167
|
freeze(LightningElement);
|
|
7168
7168
|
seal(LightningElement.prototype);
|
|
7169
|
-
/* version: 2.
|
|
7169
|
+
/* version: 2.14.0 */
|
|
7170
7170
|
|
|
7171
7171
|
exports.LightningElement = LightningElement;
|
|
7172
7172
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -421,9 +421,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
|
421
421
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
422
422
|
*/
|
|
423
423
|
// Increment whenever the LWC template compiler changes
|
|
424
|
-
const LWC_VERSION = "2.
|
|
424
|
+
const LWC_VERSION = "2.14.0";
|
|
425
425
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
426
|
-
/** version: 2.
|
|
426
|
+
/** version: 2.14.0 */
|
|
427
427
|
|
|
428
428
|
/*
|
|
429
429
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -532,7 +532,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
532
532
|
setFeatureFlag(name, value);
|
|
533
533
|
}
|
|
534
534
|
}
|
|
535
|
-
/** version: 2.
|
|
535
|
+
/** version: 2.14.0 */
|
|
536
536
|
|
|
537
537
|
/* proxy-compat-disable */
|
|
538
538
|
|
|
@@ -6270,7 +6270,7 @@ function freezeTemplate(tmpl) {
|
|
|
6270
6270
|
});
|
|
6271
6271
|
}
|
|
6272
6272
|
}
|
|
6273
|
-
/* version: 2.
|
|
6273
|
+
/* version: 2.14.0 */
|
|
6274
6274
|
|
|
6275
6275
|
/*
|
|
6276
6276
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -6729,7 +6729,7 @@ function renderComponent(tagName, Ctor, props = {}) {
|
|
|
6729
6729
|
*/
|
|
6730
6730
|
freeze(LightningElement);
|
|
6731
6731
|
seal(LightningElement.prototype);
|
|
6732
|
-
/* version: 2.
|
|
6732
|
+
/* version: 2.14.0 */
|
|
6733
6733
|
|
|
6734
6734
|
exports.LightningElement = LightningElement;
|
|
6735
6735
|
exports.api = api$1;
|
|
@@ -417,9 +417,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
|
417
417
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
418
418
|
*/
|
|
419
419
|
// Increment whenever the LWC template compiler changes
|
|
420
|
-
const LWC_VERSION = "2.
|
|
420
|
+
const LWC_VERSION = "2.14.0";
|
|
421
421
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
422
|
-
/** version: 2.
|
|
422
|
+
/** version: 2.14.0 */
|
|
423
423
|
|
|
424
424
|
/*
|
|
425
425
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -528,7 +528,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
528
528
|
setFeatureFlag(name, value);
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
|
-
/** version: 2.
|
|
531
|
+
/** version: 2.14.0 */
|
|
532
532
|
|
|
533
533
|
/* proxy-compat-disable */
|
|
534
534
|
|
|
@@ -6266,7 +6266,7 @@ function freezeTemplate(tmpl) {
|
|
|
6266
6266
|
});
|
|
6267
6267
|
}
|
|
6268
6268
|
}
|
|
6269
|
-
/* version: 2.
|
|
6269
|
+
/* version: 2.14.0 */
|
|
6270
6270
|
|
|
6271
6271
|
/*
|
|
6272
6272
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -6725,6 +6725,6 @@ function renderComponent(tagName, Ctor, props = {}) {
|
|
|
6725
6725
|
*/
|
|
6726
6726
|
freeze(LightningElement);
|
|
6727
6727
|
seal(LightningElement.prototype);
|
|
6728
|
-
/* version: 2.
|
|
6728
|
+
/* version: 2.14.0 */
|
|
6729
6729
|
|
|
6730
6730
|
export { LightningElement, api$1 as api, createContextProvider, freezeTemplate, getComponentDef, isComponentConstructor, readonly, register, registerComponent, registerDecorators, registerTemplate, renderComponent, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, track, unwrap, wire };
|
|
@@ -146,7 +146,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
|
146
146
|
// We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
|
|
147
147
|
// we can't use typeof since it will fail when transpiling.
|
|
148
148
|
const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
|
|
149
|
-
/** version: 2.
|
|
149
|
+
/** version: 2.14.0 */
|
|
150
150
|
|
|
151
151
|
/*
|
|
152
152
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1122,7 +1122,7 @@ if (!_globalThis.lwcRuntimeFlags) {
|
|
|
1122
1122
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
1123
1123
|
}
|
|
1124
1124
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1125
|
-
/** version: 2.
|
|
1125
|
+
/** version: 2.14.0 */
|
|
1126
1126
|
|
|
1127
1127
|
/*
|
|
1128
1128
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5091,4 +5091,4 @@ if (process.env.NODE_ENV !== 'production' && typeof __karma__ !== 'undefined') {
|
|
|
5091
5091
|
}));
|
|
5092
5092
|
});
|
|
5093
5093
|
}
|
|
5094
|
-
/** version: 2.
|
|
5094
|
+
/** version: 2.14.0 */
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
// We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
|
|
150
150
|
// we can't use typeof since it will fail when transpiling.
|
|
151
151
|
const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
|
|
152
|
-
/** version: 2.
|
|
152
|
+
/** version: 2.14.0 */
|
|
153
153
|
|
|
154
154
|
/*
|
|
155
155
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
1126
1126
|
}
|
|
1127
1127
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1128
|
-
/** version: 2.
|
|
1128
|
+
/** version: 2.14.0 */
|
|
1129
1129
|
|
|
1130
1130
|
/*
|
|
1131
1131
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5094,6 +5094,6 @@
|
|
|
5094
5094
|
}));
|
|
5095
5095
|
});
|
|
5096
5096
|
}
|
|
5097
|
-
/** version: 2.
|
|
5097
|
+
/** version: 2.14.0 */
|
|
5098
5098
|
|
|
5099
5099
|
})();
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
const KEY__SHADOW_TOKEN = '$shadowToken$';
|
|
86
86
|
const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
87
87
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
88
|
-
/** version: 2.
|
|
88
|
+
/** version: 2.14.0 */
|
|
89
89
|
|
|
90
90
|
/*
|
|
91
91
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
1048
1048
|
}
|
|
1049
1049
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1050
|
-
/** version: 2.
|
|
1050
|
+
/** version: 2.14.0 */
|
|
1051
1051
|
|
|
1052
1052
|
/*
|
|
1053
1053
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4891,6 +4891,6 @@
|
|
|
4891
4891
|
},
|
|
4892
4892
|
configurable: true,
|
|
4893
4893
|
});
|
|
4894
|
-
/** version: 2.
|
|
4894
|
+
/** version: 2.14.0 */
|
|
4895
4895
|
|
|
4896
4896
|
})();
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
var hasNativeSymbolSupport = /*@__PURE__*/function () {
|
|
198
198
|
return Symbol('x').toString() === 'Symbol(x)';
|
|
199
199
|
}();
|
|
200
|
-
/** version: 2.
|
|
200
|
+
/** version: 2.14.0 */
|
|
201
201
|
|
|
202
202
|
/*
|
|
203
203
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1297,7 +1297,7 @@
|
|
|
1297
1297
|
}
|
|
1298
1298
|
|
|
1299
1299
|
var runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1300
|
-
/** version: 2.
|
|
1300
|
+
/** version: 2.14.0 */
|
|
1301
1301
|
|
|
1302
1302
|
/*
|
|
1303
1303
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5635,6 +5635,6 @@
|
|
|
5635
5635
|
}));
|
|
5636
5636
|
});
|
|
5637
5637
|
}
|
|
5638
|
-
/** version: 2.
|
|
5638
|
+
/** version: 2.14.0 */
|
|
5639
5639
|
|
|
5640
5640
|
})();
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
var KEY__SHADOW_TOKEN = '$shadowToken$';
|
|
122
122
|
var KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
123
123
|
var KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
124
|
-
/** version: 2.
|
|
124
|
+
/** version: 2.14.0 */
|
|
125
125
|
|
|
126
126
|
/*
|
|
127
127
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
}
|
|
1207
1207
|
|
|
1208
1208
|
var runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1209
|
-
/** version: 2.
|
|
1209
|
+
/** version: 2.14.0 */
|
|
1210
1210
|
|
|
1211
1211
|
/*
|
|
1212
1212
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5415,6 +5415,6 @@
|
|
|
5415
5415
|
},
|
|
5416
5416
|
configurable: true
|
|
5417
5417
|
});
|
|
5418
|
-
/** version: 2.
|
|
5418
|
+
/** version: 2.14.0 */
|
|
5419
5419
|
|
|
5420
5420
|
})();
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
// We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
|
|
152
152
|
// we can't use typeof since it will fail when transpiling.
|
|
153
153
|
const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
|
|
154
|
-
/** version: 2.
|
|
154
|
+
/** version: 2.14.0 */
|
|
155
155
|
|
|
156
156
|
/*
|
|
157
157
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1127,7 +1127,7 @@
|
|
|
1127
1127
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
1128
1128
|
}
|
|
1129
1129
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1130
|
-
/** version: 2.
|
|
1130
|
+
/** version: 2.14.0 */
|
|
1131
1131
|
|
|
1132
1132
|
/*
|
|
1133
1133
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5096,6 +5096,6 @@
|
|
|
5096
5096
|
}));
|
|
5097
5097
|
});
|
|
5098
5098
|
}
|
|
5099
|
-
/** version: 2.
|
|
5099
|
+
/** version: 2.14.0 */
|
|
5100
5100
|
|
|
5101
5101
|
}));
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
const KEY__SHADOW_TOKEN = '$shadowToken$';
|
|
88
88
|
const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
89
89
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
90
|
-
/** version: 2.
|
|
90
|
+
/** version: 2.14.0 */
|
|
91
91
|
|
|
92
92
|
/*
|
|
93
93
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1049,7 +1049,7 @@
|
|
|
1049
1049
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
1050
1050
|
}
|
|
1051
1051
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1052
|
-
/** version: 2.
|
|
1052
|
+
/** version: 2.14.0 */
|
|
1053
1053
|
|
|
1054
1054
|
/*
|
|
1055
1055
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4893,6 +4893,6 @@
|
|
|
4893
4893
|
},
|
|
4894
4894
|
configurable: true,
|
|
4895
4895
|
});
|
|
4896
|
-
/** version: 2.
|
|
4896
|
+
/** version: 2.14.0 */
|
|
4897
4897
|
|
|
4898
4898
|
}));
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
var hasNativeSymbolSupport = /*@__PURE__*/function () {
|
|
200
200
|
return Symbol('x').toString() === 'Symbol(x)';
|
|
201
201
|
}();
|
|
202
|
-
/** version: 2.
|
|
202
|
+
/** version: 2.14.0 */
|
|
203
203
|
|
|
204
204
|
/*
|
|
205
205
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1299,7 +1299,7 @@
|
|
|
1299
1299
|
}
|
|
1300
1300
|
|
|
1301
1301
|
var runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1302
|
-
/** version: 2.
|
|
1302
|
+
/** version: 2.14.0 */
|
|
1303
1303
|
|
|
1304
1304
|
/*
|
|
1305
1305
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5637,6 +5637,6 @@
|
|
|
5637
5637
|
}));
|
|
5638
5638
|
});
|
|
5639
5639
|
}
|
|
5640
|
-
/** version: 2.
|
|
5640
|
+
/** version: 2.14.0 */
|
|
5641
5641
|
|
|
5642
5642
|
}));
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
var KEY__SHADOW_TOKEN = '$shadowToken$';
|
|
124
124
|
var KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
125
125
|
var KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
126
|
-
/** version: 2.
|
|
126
|
+
/** version: 2.14.0 */
|
|
127
127
|
|
|
128
128
|
/*
|
|
129
129
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1208,7 +1208,7 @@
|
|
|
1208
1208
|
}
|
|
1209
1209
|
|
|
1210
1210
|
var runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1211
|
-
/** version: 2.
|
|
1211
|
+
/** version: 2.14.0 */
|
|
1212
1212
|
|
|
1213
1213
|
/*
|
|
1214
1214
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5417,6 +5417,6 @@
|
|
|
5417
5417
|
},
|
|
5418
5418
|
configurable: true
|
|
5419
5419
|
});
|
|
5420
|
-
/** version: 2.
|
|
5420
|
+
/** version: 2.14.0 */
|
|
5421
5421
|
|
|
5422
5422
|
}));
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
function isUndefined(obj) {
|
|
8
8
|
return obj === undefined;
|
|
9
9
|
}
|
|
10
|
-
/** version: 2.
|
|
10
|
+
/** version: 2.14.0 */
|
|
11
11
|
|
|
12
12
|
/*
|
|
13
13
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -181,6 +181,6 @@ class LegacyWireAdapterBridge {
|
|
|
181
181
|
forEach.call(this.disconnecting, (listener) => listener.call(undefined));
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
|
-
/** version: 2.
|
|
184
|
+
/** version: 2.14.0 */
|
|
185
185
|
|
|
186
186
|
export { ValueChangedEvent, register, registerWireService };
|
|
@@ -10,7 +10,7 @@ var WireService = (function (exports) {
|
|
|
10
10
|
function isUndefined(obj) {
|
|
11
11
|
return obj === undefined;
|
|
12
12
|
}
|
|
13
|
-
/** version: 2.
|
|
13
|
+
/** version: 2.14.0 */
|
|
14
14
|
|
|
15
15
|
/*
|
|
16
16
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -184,7 +184,7 @@ var WireService = (function (exports) {
|
|
|
184
184
|
forEach.call(this.disconnecting, (listener) => listener.call(undefined));
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
/** version: 2.
|
|
187
|
+
/** version: 2.14.0 */
|
|
188
188
|
|
|
189
189
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
190
190
|
exports.register = register;
|
|
@@ -10,7 +10,7 @@ var WireService = (function (exports) {
|
|
|
10
10
|
function isUndefined(obj) {
|
|
11
11
|
return obj === undefined;
|
|
12
12
|
}
|
|
13
|
-
/** version: 2.
|
|
13
|
+
/** version: 2.14.0 */
|
|
14
14
|
|
|
15
15
|
/*
|
|
16
16
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -184,7 +184,7 @@ var WireService = (function (exports) {
|
|
|
184
184
|
forEach.call(this.disconnecting, (listener) => listener.call(undefined));
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
/** version: 2.
|
|
187
|
+
/** version: 2.14.0 */
|
|
188
188
|
|
|
189
189
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
190
190
|
exports.register = register;
|
|
@@ -33,7 +33,7 @@ var WireService = (function (exports) {
|
|
|
33
33
|
function isUndefined(obj) {
|
|
34
34
|
return obj === undefined;
|
|
35
35
|
}
|
|
36
|
-
/** version: 2.
|
|
36
|
+
/** version: 2.14.0 */
|
|
37
37
|
|
|
38
38
|
/*
|
|
39
39
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -280,7 +280,7 @@ var WireService = (function (exports) {
|
|
|
280
280
|
|
|
281
281
|
return LegacyWireAdapterBridge;
|
|
282
282
|
}();
|
|
283
|
-
/** version: 2.
|
|
283
|
+
/** version: 2.14.0 */
|
|
284
284
|
|
|
285
285
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
286
286
|
exports.register = register;
|
|
@@ -33,7 +33,7 @@ var WireService = (function (exports) {
|
|
|
33
33
|
function isUndefined(obj) {
|
|
34
34
|
return obj === undefined;
|
|
35
35
|
}
|
|
36
|
-
/** version: 2.
|
|
36
|
+
/** version: 2.14.0 */
|
|
37
37
|
|
|
38
38
|
/*
|
|
39
39
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -280,7 +280,7 @@ var WireService = (function (exports) {
|
|
|
280
280
|
|
|
281
281
|
return LegacyWireAdapterBridge;
|
|
282
282
|
}();
|
|
283
|
-
/** version: 2.
|
|
283
|
+
/** version: 2.14.0 */
|
|
284
284
|
|
|
285
285
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
286
286
|
exports.register = register;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
function isUndefined(obj) {
|
|
14
14
|
return obj === undefined;
|
|
15
15
|
}
|
|
16
|
-
/** version: 2.
|
|
16
|
+
/** version: 2.14.0 */
|
|
17
17
|
|
|
18
18
|
/*
|
|
19
19
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
forEach.call(this.disconnecting, (listener) => listener.call(undefined));
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
/** version: 2.
|
|
190
|
+
/** version: 2.14.0 */
|
|
191
191
|
|
|
192
192
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
193
193
|
exports.register = register;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
function isUndefined(obj) {
|
|
14
14
|
return obj === undefined;
|
|
15
15
|
}
|
|
16
|
-
/** version: 2.
|
|
16
|
+
/** version: 2.14.0 */
|
|
17
17
|
|
|
18
18
|
/*
|
|
19
19
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
forEach.call(this.disconnecting, (listener) => listener.call(undefined));
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
/** version: 2.
|
|
190
|
+
/** version: 2.14.0 */
|
|
191
191
|
|
|
192
192
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
193
193
|
exports.register = register;
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
function isUndefined(obj) {
|
|
37
37
|
return obj === undefined;
|
|
38
38
|
}
|
|
39
|
-
/** version: 2.
|
|
39
|
+
/** version: 2.14.0 */
|
|
40
40
|
|
|
41
41
|
/*
|
|
42
42
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
|
|
284
284
|
return LegacyWireAdapterBridge;
|
|
285
285
|
}();
|
|
286
|
-
/** version: 2.
|
|
286
|
+
/** version: 2.14.0 */
|
|
287
287
|
|
|
288
288
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
289
289
|
exports.register = register;
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
function isUndefined(obj) {
|
|
37
37
|
return obj === undefined;
|
|
38
38
|
}
|
|
39
|
-
/** version: 2.
|
|
39
|
+
/** version: 2.14.0 */
|
|
40
40
|
|
|
41
41
|
/*
|
|
42
42
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
|
|
284
284
|
return LegacyWireAdapterBridge;
|
|
285
285
|
}();
|
|
286
|
-
/** version: 2.
|
|
286
|
+
/** version: 2.14.0 */
|
|
287
287
|
|
|
288
288
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
289
289
|
exports.register = register;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lwc",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.0",
|
|
4
4
|
"description": "Lightning Web Components (LWC)",
|
|
5
5
|
"homepage": "https://lwc.dev/",
|
|
6
6
|
"repository": {
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@lwc/compiler": "2.
|
|
46
|
-
"@lwc/engine-dom": "2.
|
|
47
|
-
"@lwc/engine-server": "2.
|
|
48
|
-
"@lwc/features": "2.
|
|
49
|
-
"@lwc/synthetic-shadow": "2.
|
|
50
|
-
"@lwc/wire-service": "2.
|
|
45
|
+
"@lwc/compiler": "2.14.0",
|
|
46
|
+
"@lwc/engine-dom": "2.14.0",
|
|
47
|
+
"@lwc/engine-server": "2.14.0",
|
|
48
|
+
"@lwc/features": "2.14.0",
|
|
49
|
+
"@lwc/synthetic-shadow": "2.14.0",
|
|
50
|
+
"@lwc/wire-service": "2.14.0"
|
|
51
51
|
}
|
|
52
52
|
}
|