lwc 2.19.0 → 2.19.1
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
|
@@ -299,9 +299,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
|
299
299
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
300
300
|
*/
|
|
301
301
|
// Increment whenever the LWC template compiler changes
|
|
302
|
-
const LWC_VERSION = "2.19.
|
|
302
|
+
const LWC_VERSION = "2.19.1";
|
|
303
303
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
304
|
-
/** version: 2.19.
|
|
304
|
+
/** version: 2.19.1 */
|
|
305
305
|
|
|
306
306
|
/*
|
|
307
307
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -455,7 +455,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
455
455
|
setFeatureFlag(name, value);
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
|
-
/** version: 2.19.
|
|
458
|
+
/** version: 2.19.1 */
|
|
459
459
|
|
|
460
460
|
/*
|
|
461
461
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -6811,7 +6811,7 @@ function getComponentConstructor(elm) {
|
|
|
6811
6811
|
}
|
|
6812
6812
|
return ctor;
|
|
6813
6813
|
}
|
|
6814
|
-
/* version: 2.19.
|
|
6814
|
+
/* version: 2.19.1 */
|
|
6815
6815
|
|
|
6816
6816
|
/*
|
|
6817
6817
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7490,6 +7490,6 @@ defineProperty(LightningElement, 'CustomElementConstructor', {
|
|
|
7490
7490
|
});
|
|
7491
7491
|
freeze(LightningElement);
|
|
7492
7492
|
seal(LightningElement.prototype);
|
|
7493
|
-
/* version: 2.19.
|
|
7493
|
+
/* version: 2.19.1 */
|
|
7494
7494
|
|
|
7495
7495
|
export { LightningElement, profilerControl as __unstable__ProfilerControl, api$1 as api, deprecatedBuildCustomElementConstructor as buildCustomElementConstructor, createContextProvider, createElement, freezeTemplate, getComponentConstructor, getComponentDef, hydrateComponent, isComponentConstructor, isNodeShadowed as isNodeFromTemplate, parseFragment, parseSVGFragment, readonly, register, registerComponent, registerDecorators, registerTemplate, renderer, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
|
|
@@ -302,9 +302,9 @@ var LWC = (function (exports) {
|
|
|
302
302
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
303
303
|
*/
|
|
304
304
|
// Increment whenever the LWC template compiler changes
|
|
305
|
-
const LWC_VERSION = "2.19.
|
|
305
|
+
const LWC_VERSION = "2.19.1";
|
|
306
306
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
307
|
-
/** version: 2.19.
|
|
307
|
+
/** version: 2.19.1 */
|
|
308
308
|
|
|
309
309
|
/*
|
|
310
310
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -458,7 +458,7 @@ var LWC = (function (exports) {
|
|
|
458
458
|
setFeatureFlag(name, value);
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
/** version: 2.19.
|
|
461
|
+
/** version: 2.19.1 */
|
|
462
462
|
|
|
463
463
|
/*
|
|
464
464
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -6814,7 +6814,7 @@ var LWC = (function (exports) {
|
|
|
6814
6814
|
}
|
|
6815
6815
|
return ctor;
|
|
6816
6816
|
}
|
|
6817
|
-
/* version: 2.19.
|
|
6817
|
+
/* version: 2.19.1 */
|
|
6818
6818
|
|
|
6819
6819
|
/*
|
|
6820
6820
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7493,7 +7493,7 @@ var LWC = (function (exports) {
|
|
|
7493
7493
|
});
|
|
7494
7494
|
freeze(LightningElement);
|
|
7495
7495
|
seal(LightningElement.prototype);
|
|
7496
|
-
/* version: 2.19.
|
|
7496
|
+
/* version: 2.19.1 */
|
|
7497
7497
|
|
|
7498
7498
|
exports.LightningElement = LightningElement;
|
|
7499
7499
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -291,7 +291,7 @@ var LWC = (function (exports) {
|
|
|
291
291
|
const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
292
292
|
const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
293
293
|
const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
294
|
-
/** version: 2.19.
|
|
294
|
+
/** version: 2.19.1 */
|
|
295
295
|
|
|
296
296
|
/*
|
|
297
297
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5210,7 +5210,7 @@ var LWC = (function (exports) {
|
|
|
5210
5210
|
}
|
|
5211
5211
|
return ctor;
|
|
5212
5212
|
}
|
|
5213
|
-
/* version: 2.19.
|
|
5213
|
+
/* version: 2.19.1 */
|
|
5214
5214
|
|
|
5215
5215
|
/*
|
|
5216
5216
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5866,7 +5866,7 @@ var LWC = (function (exports) {
|
|
|
5866
5866
|
});
|
|
5867
5867
|
freeze(LightningElement);
|
|
5868
5868
|
seal(LightningElement.prototype);
|
|
5869
|
-
/* version: 2.19.
|
|
5869
|
+
/* version: 2.19.1 */
|
|
5870
5870
|
|
|
5871
5871
|
exports.LightningElement = LightningElement;
|
|
5872
5872
|
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.19.
|
|
368
|
+
var LWC_VERSION = "2.19.1";
|
|
369
369
|
var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
370
|
-
/** version: 2.19.
|
|
370
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
549
|
+
/** version: 2.19.1 */
|
|
550
550
|
|
|
551
551
|
/*
|
|
552
552
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8268,7 +8268,7 @@ var LWC = (function (exports) {
|
|
|
8268
8268
|
|
|
8269
8269
|
return ctor;
|
|
8270
8270
|
}
|
|
8271
|
-
/* version: 2.19.
|
|
8271
|
+
/* version: 2.19.1 */
|
|
8272
8272
|
|
|
8273
8273
|
/*
|
|
8274
8274
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -9088,7 +9088,7 @@ var LWC = (function (exports) {
|
|
|
9088
9088
|
});
|
|
9089
9089
|
freeze(LightningElement);
|
|
9090
9090
|
seal(LightningElement.prototype);
|
|
9091
|
-
/* version: 2.19.
|
|
9091
|
+
/* version: 2.19.1 */
|
|
9092
9092
|
|
|
9093
9093
|
exports.LightningElement = LightningElement;
|
|
9094
9094
|
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.19.
|
|
350
|
+
/** version: 2.19.1 */
|
|
351
351
|
|
|
352
352
|
/*
|
|
353
353
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -6456,7 +6456,7 @@ var LWC = (function (exports) {
|
|
|
6456
6456
|
|
|
6457
6457
|
return ctor;
|
|
6458
6458
|
}
|
|
6459
|
-
/* version: 2.19.
|
|
6459
|
+
/* version: 2.19.1 */
|
|
6460
6460
|
|
|
6461
6461
|
/*
|
|
6462
6462
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7254,7 +7254,7 @@ var LWC = (function (exports) {
|
|
|
7254
7254
|
});
|
|
7255
7255
|
freeze(LightningElement);
|
|
7256
7256
|
seal(LightningElement.prototype);
|
|
7257
|
-
/* version: 2.19.
|
|
7257
|
+
/* version: 2.19.1 */
|
|
7258
7258
|
|
|
7259
7259
|
exports.LightningElement = LightningElement;
|
|
7260
7260
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -305,9 +305,9 @@
|
|
|
305
305
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
306
306
|
*/
|
|
307
307
|
// Increment whenever the LWC template compiler changes
|
|
308
|
-
const LWC_VERSION = "2.19.
|
|
308
|
+
const LWC_VERSION = "2.19.1";
|
|
309
309
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
310
|
-
/** version: 2.19.
|
|
310
|
+
/** version: 2.19.1 */
|
|
311
311
|
|
|
312
312
|
/*
|
|
313
313
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
setFeatureFlag(name, value);
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
|
-
/** version: 2.19.
|
|
464
|
+
/** version: 2.19.1 */
|
|
465
465
|
|
|
466
466
|
/*
|
|
467
467
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -6817,7 +6817,7 @@
|
|
|
6817
6817
|
}
|
|
6818
6818
|
return ctor;
|
|
6819
6819
|
}
|
|
6820
|
-
/* version: 2.19.
|
|
6820
|
+
/* version: 2.19.1 */
|
|
6821
6821
|
|
|
6822
6822
|
/*
|
|
6823
6823
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7496,7 +7496,7 @@
|
|
|
7496
7496
|
});
|
|
7497
7497
|
freeze(LightningElement);
|
|
7498
7498
|
seal(LightningElement.prototype);
|
|
7499
|
-
/* version: 2.19.
|
|
7499
|
+
/* version: 2.19.1 */
|
|
7500
7500
|
|
|
7501
7501
|
exports.LightningElement = LightningElement;
|
|
7502
7502
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
295
295
|
const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
296
296
|
const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
297
|
-
/** version: 2.19.
|
|
297
|
+
/** version: 2.19.1 */
|
|
298
298
|
|
|
299
299
|
/*
|
|
300
300
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5213,7 +5213,7 @@
|
|
|
5213
5213
|
}
|
|
5214
5214
|
return ctor;
|
|
5215
5215
|
}
|
|
5216
|
-
/* version: 2.19.
|
|
5216
|
+
/* version: 2.19.1 */
|
|
5217
5217
|
|
|
5218
5218
|
/*
|
|
5219
5219
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5869,7 +5869,7 @@
|
|
|
5869
5869
|
});
|
|
5870
5870
|
freeze(LightningElement);
|
|
5871
5871
|
seal(LightningElement.prototype);
|
|
5872
|
-
/* version: 2.19.
|
|
5872
|
+
/* version: 2.19.1 */
|
|
5873
5873
|
|
|
5874
5874
|
exports.LightningElement = LightningElement;
|
|
5875
5875
|
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.19.
|
|
371
|
+
var LWC_VERSION = "2.19.1";
|
|
372
372
|
var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
373
|
-
/** version: 2.19.
|
|
373
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
552
|
+
/** version: 2.19.1 */
|
|
553
553
|
|
|
554
554
|
/*
|
|
555
555
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8271,7 +8271,7 @@
|
|
|
8271
8271
|
|
|
8272
8272
|
return ctor;
|
|
8273
8273
|
}
|
|
8274
|
-
/* version: 2.19.
|
|
8274
|
+
/* version: 2.19.1 */
|
|
8275
8275
|
|
|
8276
8276
|
/*
|
|
8277
8277
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -9091,7 +9091,7 @@
|
|
|
9091
9091
|
});
|
|
9092
9092
|
freeze(LightningElement);
|
|
9093
9093
|
seal(LightningElement.prototype);
|
|
9094
|
-
/* version: 2.19.
|
|
9094
|
+
/* version: 2.19.1 */
|
|
9095
9095
|
|
|
9096
9096
|
exports.LightningElement = LightningElement;
|
|
9097
9097
|
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.19.
|
|
353
|
+
/** version: 2.19.1 */
|
|
354
354
|
|
|
355
355
|
/*
|
|
356
356
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -6459,7 +6459,7 @@
|
|
|
6459
6459
|
|
|
6460
6460
|
return ctor;
|
|
6461
6461
|
}
|
|
6462
|
-
/* version: 2.19.
|
|
6462
|
+
/* version: 2.19.1 */
|
|
6463
6463
|
|
|
6464
6464
|
/*
|
|
6465
6465
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7257,7 +7257,7 @@
|
|
|
7257
7257
|
});
|
|
7258
7258
|
freeze(LightningElement);
|
|
7259
7259
|
seal(LightningElement.prototype);
|
|
7260
|
-
/* version: 2.19.
|
|
7260
|
+
/* version: 2.19.1 */
|
|
7261
7261
|
|
|
7262
7262
|
exports.LightningElement = LightningElement;
|
|
7263
7263
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -440,9 +440,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
|
440
440
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
441
441
|
*/
|
|
442
442
|
// Increment whenever the LWC template compiler changes
|
|
443
|
-
const LWC_VERSION = "2.19.
|
|
443
|
+
const LWC_VERSION = "2.19.1";
|
|
444
444
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
445
|
-
/** version: 2.19.
|
|
445
|
+
/** version: 2.19.1 */
|
|
446
446
|
|
|
447
447
|
/*
|
|
448
448
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -551,7 +551,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
551
551
|
setFeatureFlag(name, value);
|
|
552
552
|
}
|
|
553
553
|
}
|
|
554
|
-
/** version: 2.19.
|
|
554
|
+
/** version: 2.19.1 */
|
|
555
555
|
|
|
556
556
|
/* proxy-compat-disable */
|
|
557
557
|
|
|
@@ -6294,7 +6294,7 @@ function freezeTemplate(tmpl) {
|
|
|
6294
6294
|
});
|
|
6295
6295
|
}
|
|
6296
6296
|
}
|
|
6297
|
-
/* version: 2.19.
|
|
6297
|
+
/* version: 2.19.1 */
|
|
6298
6298
|
|
|
6299
6299
|
/*
|
|
6300
6300
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -6747,7 +6747,7 @@ function renderComponent(tagName, Ctor, props = {}) {
|
|
|
6747
6747
|
*/
|
|
6748
6748
|
freeze(LightningElement);
|
|
6749
6749
|
seal(LightningElement.prototype);
|
|
6750
|
-
/* version: 2.19.
|
|
6750
|
+
/* version: 2.19.1 */
|
|
6751
6751
|
|
|
6752
6752
|
exports.LightningElement = LightningElement;
|
|
6753
6753
|
exports.api = api$1;
|
|
@@ -436,9 +436,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
|
436
436
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
437
437
|
*/
|
|
438
438
|
// Increment whenever the LWC template compiler changes
|
|
439
|
-
const LWC_VERSION = "2.19.
|
|
439
|
+
const LWC_VERSION = "2.19.1";
|
|
440
440
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
441
|
-
/** version: 2.19.
|
|
441
|
+
/** version: 2.19.1 */
|
|
442
442
|
|
|
443
443
|
/*
|
|
444
444
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -547,7 +547,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
547
547
|
setFeatureFlag(name, value);
|
|
548
548
|
}
|
|
549
549
|
}
|
|
550
|
-
/** version: 2.19.
|
|
550
|
+
/** version: 2.19.1 */
|
|
551
551
|
|
|
552
552
|
/* proxy-compat-disable */
|
|
553
553
|
|
|
@@ -6290,7 +6290,7 @@ function freezeTemplate(tmpl) {
|
|
|
6290
6290
|
});
|
|
6291
6291
|
}
|
|
6292
6292
|
}
|
|
6293
|
-
/* version: 2.19.
|
|
6293
|
+
/* version: 2.19.1 */
|
|
6294
6294
|
|
|
6295
6295
|
/*
|
|
6296
6296
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -6743,6 +6743,6 @@ function renderComponent(tagName, Ctor, props = {}) {
|
|
|
6743
6743
|
*/
|
|
6744
6744
|
freeze(LightningElement);
|
|
6745
6745
|
seal(LightningElement.prototype);
|
|
6746
|
-
/* version: 2.19.
|
|
6746
|
+
/* version: 2.19.1 */
|
|
6747
6747
|
|
|
6748
6748
|
export { LightningElement, api$1 as api, createContextProvider, freezeTemplate, getComponentDef, isComponentConstructor, parseFragment, parseFragment as parseSVGFragment, readonly, register, registerComponent, registerDecorators, registerTemplate, renderComponent, renderer, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, track, unwrap, wire };
|
|
@@ -148,7 +148,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
|
148
148
|
// We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
|
|
149
149
|
// we can't use typeof since it will fail when transpiling.
|
|
150
150
|
const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
|
|
151
|
-
/** version: 2.19.
|
|
151
|
+
/** version: 2.19.1 */
|
|
152
152
|
|
|
153
153
|
/*
|
|
154
154
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1124,7 +1124,7 @@ if (!_globalThis.lwcRuntimeFlags) {
|
|
|
1124
1124
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
1125
1125
|
}
|
|
1126
1126
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1127
|
-
/** version: 2.19.
|
|
1127
|
+
/** version: 2.19.1 */
|
|
1128
1128
|
|
|
1129
1129
|
/*
|
|
1130
1130
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5111,4 +5111,4 @@ if (process.env.NODE_ENV !== 'production' && typeof __karma__ !== 'undefined') {
|
|
|
5111
5111
|
}));
|
|
5112
5112
|
});
|
|
5113
5113
|
}
|
|
5114
|
-
/** version: 2.19.
|
|
5114
|
+
/** version: 2.19.1 */
|
|
@@ -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.19.
|
|
154
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
1130
|
+
/** version: 2.19.1 */
|
|
1131
1131
|
|
|
1132
1132
|
/*
|
|
1133
1133
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5114,6 +5114,6 @@
|
|
|
5114
5114
|
}));
|
|
5115
5115
|
});
|
|
5116
5116
|
}
|
|
5117
|
-
/** version: 2.19.
|
|
5117
|
+
/** version: 2.19.1 */
|
|
5118
5118
|
|
|
5119
5119
|
})();
|
|
@@ -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.19.
|
|
90
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
1052
|
+
/** version: 2.19.1 */
|
|
1053
1053
|
|
|
1054
1054
|
/*
|
|
1055
1055
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4911,6 +4911,6 @@
|
|
|
4911
4911
|
},
|
|
4912
4912
|
configurable: true,
|
|
4913
4913
|
});
|
|
4914
|
-
/** version: 2.19.
|
|
4914
|
+
/** version: 2.19.1 */
|
|
4915
4915
|
|
|
4916
4916
|
})();
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
var hasNativeSymbolSupport = /*@__PURE__*/function () {
|
|
200
200
|
return Symbol('x').toString() === 'Symbol(x)';
|
|
201
201
|
}();
|
|
202
|
-
/** version: 2.19.
|
|
202
|
+
/** version: 2.19.1 */
|
|
203
203
|
|
|
204
204
|
/*
|
|
205
205
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
}
|
|
1301
1301
|
|
|
1302
1302
|
var runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1303
|
-
/** version: 2.19.
|
|
1303
|
+
/** version: 2.19.1 */
|
|
1304
1304
|
|
|
1305
1305
|
/*
|
|
1306
1306
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5661,6 +5661,6 @@
|
|
|
5661
5661
|
}));
|
|
5662
5662
|
});
|
|
5663
5663
|
}
|
|
5664
|
-
/** version: 2.19.
|
|
5664
|
+
/** version: 2.19.1 */
|
|
5665
5665
|
|
|
5666
5666
|
})();
|
|
@@ -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.19.
|
|
126
|
+
/** version: 2.19.1 */
|
|
127
127
|
|
|
128
128
|
/*
|
|
129
129
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1209,7 +1209,7 @@
|
|
|
1209
1209
|
}
|
|
1210
1210
|
|
|
1211
1211
|
var runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1212
|
-
/** version: 2.19.
|
|
1212
|
+
/** version: 2.19.1 */
|
|
1213
1213
|
|
|
1214
1214
|
/*
|
|
1215
1215
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5441,6 +5441,6 @@
|
|
|
5441
5441
|
},
|
|
5442
5442
|
configurable: true
|
|
5443
5443
|
});
|
|
5444
|
-
/** version: 2.19.
|
|
5444
|
+
/** version: 2.19.1 */
|
|
5445
5445
|
|
|
5446
5446
|
})();
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
// We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
|
|
154
154
|
// we can't use typeof since it will fail when transpiling.
|
|
155
155
|
const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
|
|
156
|
-
/** version: 2.19.
|
|
156
|
+
/** version: 2.19.1 */
|
|
157
157
|
|
|
158
158
|
/*
|
|
159
159
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1129,7 +1129,7 @@
|
|
|
1129
1129
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
1130
1130
|
}
|
|
1131
1131
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1132
|
-
/** version: 2.19.
|
|
1132
|
+
/** version: 2.19.1 */
|
|
1133
1133
|
|
|
1134
1134
|
/*
|
|
1135
1135
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5116,6 +5116,6 @@
|
|
|
5116
5116
|
}));
|
|
5117
5117
|
});
|
|
5118
5118
|
}
|
|
5119
|
-
/** version: 2.19.
|
|
5119
|
+
/** version: 2.19.1 */
|
|
5120
5120
|
|
|
5121
5121
|
}));
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
const KEY__SHADOW_TOKEN = '$shadowToken$';
|
|
90
90
|
const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
91
91
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
92
|
-
/** version: 2.19.
|
|
92
|
+
/** version: 2.19.1 */
|
|
93
93
|
|
|
94
94
|
/*
|
|
95
95
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1051,7 +1051,7 @@
|
|
|
1051
1051
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
1052
1052
|
}
|
|
1053
1053
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1054
|
-
/** version: 2.19.
|
|
1054
|
+
/** version: 2.19.1 */
|
|
1055
1055
|
|
|
1056
1056
|
/*
|
|
1057
1057
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4913,6 +4913,6 @@
|
|
|
4913
4913
|
},
|
|
4914
4914
|
configurable: true,
|
|
4915
4915
|
});
|
|
4916
|
-
/** version: 2.19.
|
|
4916
|
+
/** version: 2.19.1 */
|
|
4917
4917
|
|
|
4918
4918
|
}));
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
var hasNativeSymbolSupport = /*@__PURE__*/function () {
|
|
202
202
|
return Symbol('x').toString() === 'Symbol(x)';
|
|
203
203
|
}();
|
|
204
|
-
/** version: 2.19.
|
|
204
|
+
/** version: 2.19.1 */
|
|
205
205
|
|
|
206
206
|
/*
|
|
207
207
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1302,7 +1302,7 @@
|
|
|
1302
1302
|
}
|
|
1303
1303
|
|
|
1304
1304
|
var runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1305
|
-
/** version: 2.19.
|
|
1305
|
+
/** version: 2.19.1 */
|
|
1306
1306
|
|
|
1307
1307
|
/*
|
|
1308
1308
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5663,6 +5663,6 @@
|
|
|
5663
5663
|
}));
|
|
5664
5664
|
});
|
|
5665
5665
|
}
|
|
5666
|
-
/** version: 2.19.
|
|
5666
|
+
/** version: 2.19.1 */
|
|
5667
5667
|
|
|
5668
5668
|
}));
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
var KEY__SHADOW_TOKEN = '$shadowToken$';
|
|
126
126
|
var KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
127
127
|
var KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
128
|
-
/** version: 2.19.
|
|
128
|
+
/** version: 2.19.1 */
|
|
129
129
|
|
|
130
130
|
/*
|
|
131
131
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1211,7 +1211,7 @@
|
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
1213
|
var runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1214
|
-
/** version: 2.19.
|
|
1214
|
+
/** version: 2.19.1 */
|
|
1215
1215
|
|
|
1216
1216
|
/*
|
|
1217
1217
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5443,6 +5443,6 @@
|
|
|
5443
5443
|
},
|
|
5444
5444
|
configurable: true
|
|
5445
5445
|
});
|
|
5446
|
-
/** version: 2.19.
|
|
5446
|
+
/** version: 2.19.1 */
|
|
5447
5447
|
|
|
5448
5448
|
}));
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
function isUndefined(obj) {
|
|
8
8
|
return obj === undefined;
|
|
9
9
|
}
|
|
10
|
-
/** version: 2.19.
|
|
10
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
184
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
13
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
187
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
13
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
187
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
36
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
283
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
36
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
283
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
16
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
190
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
16
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
190
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
39
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
286
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
39
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
286
|
+
/** version: 2.19.1 */
|
|
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.19.
|
|
3
|
+
"version": "2.19.1",
|
|
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.19.
|
|
46
|
-
"@lwc/engine-dom": "2.19.
|
|
47
|
-
"@lwc/engine-server": "2.19.
|
|
48
|
-
"@lwc/features": "2.19.
|
|
49
|
-
"@lwc/synthetic-shadow": "2.19.
|
|
50
|
-
"@lwc/wire-service": "2.19.
|
|
45
|
+
"@lwc/compiler": "2.19.1",
|
|
46
|
+
"@lwc/engine-dom": "2.19.1",
|
|
47
|
+
"@lwc/engine-server": "2.19.1",
|
|
48
|
+
"@lwc/features": "2.19.1",
|
|
49
|
+
"@lwc/synthetic-shadow": "2.19.1",
|
|
50
|
+
"@lwc/wire-service": "2.19.1"
|
|
51
51
|
}
|
|
52
52
|
}
|