lwc 2.7.4 → 2.8.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 +4 -4
- package/dist/engine-dom/iife/es2017/engine-dom.js +4 -4
- package/dist/engine-dom/iife/es2017/engine-dom_debug.js +4 -4
- package/dist/engine-dom/iife/es5/engine-dom.js +4 -4
- package/dist/engine-dom/iife/es5/engine-dom_debug.js +4 -4
- package/dist/engine-dom/umd/es2017/engine-dom.js +4 -4
- package/dist/engine-dom/umd/es2017/engine-dom_debug.js +4 -4
- package/dist/engine-dom/umd/es5/engine-dom.js +4 -4
- package/dist/engine-dom/umd/es5/engine-dom_debug.js +4 -4
- package/dist/engine-server/commonjs/es2017/engine-server.js +4 -4
- package/dist/engine-server/esm/es2017/engine-server.js +4 -4
- 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 +8 -8
- package/LICENSE +0 -10
|
@@ -303,7 +303,7 @@ function htmlPropertyToAttribute(propName) {
|
|
|
303
303
|
const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
304
304
|
const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
305
305
|
const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
306
|
-
/** version: 2.
|
|
306
|
+
/** version: 2.8.0 */
|
|
307
307
|
|
|
308
308
|
/*
|
|
309
309
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -480,7 +480,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
480
480
|
setFeatureFlag(name, value);
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
|
-
/** version: 2.
|
|
483
|
+
/** version: 2.8.0 */
|
|
484
484
|
|
|
485
485
|
/* proxy-compat-disable */
|
|
486
486
|
|
|
@@ -7864,7 +7864,7 @@ function setHooks(hooks) {
|
|
|
7864
7864
|
hooksAreSet = true;
|
|
7865
7865
|
setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
|
|
7866
7866
|
}
|
|
7867
|
-
/* version: 2.
|
|
7867
|
+
/* version: 2.8.0 */
|
|
7868
7868
|
|
|
7869
7869
|
/*
|
|
7870
7870
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8563,6 +8563,6 @@ defineProperty(LightningElement, 'CustomElementConstructor', {
|
|
|
8563
8563
|
});
|
|
8564
8564
|
freeze(LightningElement);
|
|
8565
8565
|
seal(LightningElement.prototype);
|
|
8566
|
-
/* version: 2.
|
|
8566
|
+
/* version: 2.8.0 */
|
|
8567
8567
|
|
|
8568
8568
|
export { LightningElement, profilerControl as __unstable__ProfilerControl, api$1 as api, deprecatedBuildCustomElementConstructor as buildCustomElementConstructor, createContextProvider, createElement, getComponentConstructor, getComponentDef, hydrateComponent, isComponentConstructor, isNodeFromTemplate, readonly, register, registerComponent, registerDecorators, registerTemplate, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
|
|
@@ -306,7 +306,7 @@ var LWC = (function (exports) {
|
|
|
306
306
|
const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
307
307
|
const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
308
308
|
const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
309
|
-
/** version: 2.
|
|
309
|
+
/** version: 2.8.0 */
|
|
310
310
|
|
|
311
311
|
/*
|
|
312
312
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -483,7 +483,7 @@ var LWC = (function (exports) {
|
|
|
483
483
|
setFeatureFlag(name, value);
|
|
484
484
|
}
|
|
485
485
|
}
|
|
486
|
-
/** version: 2.
|
|
486
|
+
/** version: 2.8.0 */
|
|
487
487
|
|
|
488
488
|
/* proxy-compat-disable */
|
|
489
489
|
|
|
@@ -7867,7 +7867,7 @@ var LWC = (function (exports) {
|
|
|
7867
7867
|
hooksAreSet = true;
|
|
7868
7868
|
setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
|
|
7869
7869
|
}
|
|
7870
|
-
/* version: 2.
|
|
7870
|
+
/* version: 2.8.0 */
|
|
7871
7871
|
|
|
7872
7872
|
/*
|
|
7873
7873
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8566,7 +8566,7 @@ var LWC = (function (exports) {
|
|
|
8566
8566
|
});
|
|
8567
8567
|
freeze(LightningElement);
|
|
8568
8568
|
seal(LightningElement.prototype);
|
|
8569
|
-
/* version: 2.
|
|
8569
|
+
/* version: 2.8.0 */
|
|
8570
8570
|
|
|
8571
8571
|
exports.LightningElement = LightningElement;
|
|
8572
8572
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -302,7 +302,7 @@ var LWC = (function (exports) {
|
|
|
302
302
|
const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
303
303
|
const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
304
304
|
const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
305
|
-
/** version: 2.
|
|
305
|
+
/** version: 2.8.0 */
|
|
306
306
|
|
|
307
307
|
/*
|
|
308
308
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -471,7 +471,7 @@ var LWC = (function (exports) {
|
|
|
471
471
|
|
|
472
472
|
function setFeatureFlagForTest(name, value) {
|
|
473
473
|
}
|
|
474
|
-
/** version: 2.
|
|
474
|
+
/** version: 2.8.0 */
|
|
475
475
|
|
|
476
476
|
/* proxy-compat-disable */
|
|
477
477
|
|
|
@@ -6171,7 +6171,7 @@ var LWC = (function (exports) {
|
|
|
6171
6171
|
hooksAreSet = true;
|
|
6172
6172
|
setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
|
|
6173
6173
|
}
|
|
6174
|
-
/* version: 2.
|
|
6174
|
+
/* version: 2.8.0 */
|
|
6175
6175
|
|
|
6176
6176
|
/*
|
|
6177
6177
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -6836,7 +6836,7 @@ var LWC = (function (exports) {
|
|
|
6836
6836
|
});
|
|
6837
6837
|
freeze(LightningElement);
|
|
6838
6838
|
seal(LightningElement.prototype);
|
|
6839
|
-
/* version: 2.
|
|
6839
|
+
/* version: 2.8.0 */
|
|
6840
6840
|
|
|
6841
6841
|
exports.LightningElement = LightningElement;
|
|
6842
6842
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -352,7 +352,7 @@ var LWC = (function (exports) {
|
|
|
352
352
|
var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
353
353
|
var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
354
354
|
var XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
355
|
-
/** version: 2.
|
|
355
|
+
/** version: 2.8.0 */
|
|
356
356
|
|
|
357
357
|
/*
|
|
358
358
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -529,7 +529,7 @@ var LWC = (function (exports) {
|
|
|
529
529
|
setFeatureFlag(name, value);
|
|
530
530
|
}
|
|
531
531
|
}
|
|
532
|
-
/** version: 2.
|
|
532
|
+
/** version: 2.8.0 */
|
|
533
533
|
|
|
534
534
|
/* proxy-compat-disable */
|
|
535
535
|
|
|
@@ -7740,7 +7740,7 @@ var LWC = (function (exports) {
|
|
|
7740
7740
|
hooksAreSet = true;
|
|
7741
7741
|
setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
|
|
7742
7742
|
}
|
|
7743
|
-
/* version: 2.
|
|
7743
|
+
/* version: 2.8.0 */
|
|
7744
7744
|
|
|
7745
7745
|
/*
|
|
7746
7746
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8472,7 +8472,7 @@ var LWC = (function (exports) {
|
|
|
8472
8472
|
});
|
|
8473
8473
|
freeze(LightningElement);
|
|
8474
8474
|
seal(LightningElement.prototype);
|
|
8475
|
-
/* version: 2.
|
|
8475
|
+
/* version: 2.8.0 */
|
|
8476
8476
|
|
|
8477
8477
|
exports.LightningElement = LightningElement;
|
|
8478
8478
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -345,7 +345,7 @@ var LWC = (function (exports) {
|
|
|
345
345
|
var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
346
346
|
var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
347
347
|
var XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
348
|
-
/** version: 2.
|
|
348
|
+
/** version: 2.8.0 */
|
|
349
349
|
|
|
350
350
|
/*
|
|
351
351
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -514,7 +514,7 @@ var LWC = (function (exports) {
|
|
|
514
514
|
|
|
515
515
|
function setFeatureFlagForTest(name, value) {
|
|
516
516
|
}
|
|
517
|
-
/** version: 2.
|
|
517
|
+
/** version: 2.8.0 */
|
|
518
518
|
|
|
519
519
|
/* proxy-compat-disable */
|
|
520
520
|
|
|
@@ -6065,7 +6065,7 @@ var LWC = (function (exports) {
|
|
|
6065
6065
|
hooksAreSet = true;
|
|
6066
6066
|
setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
|
|
6067
6067
|
}
|
|
6068
|
-
/* version: 2.
|
|
6068
|
+
/* version: 2.8.0 */
|
|
6069
6069
|
|
|
6070
6070
|
/*
|
|
6071
6071
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -6762,7 +6762,7 @@ var LWC = (function (exports) {
|
|
|
6762
6762
|
});
|
|
6763
6763
|
freeze(LightningElement);
|
|
6764
6764
|
seal(LightningElement.prototype);
|
|
6765
|
-
/* version: 2.
|
|
6765
|
+
/* version: 2.8.0 */
|
|
6766
6766
|
|
|
6767
6767
|
exports.LightningElement = LightningElement;
|
|
6768
6768
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
310
310
|
const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
311
311
|
const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
312
|
-
/** version: 2.
|
|
312
|
+
/** version: 2.8.0 */
|
|
313
313
|
|
|
314
314
|
/*
|
|
315
315
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
setFeatureFlag(name, value);
|
|
487
487
|
}
|
|
488
488
|
}
|
|
489
|
-
/** version: 2.
|
|
489
|
+
/** version: 2.8.0 */
|
|
490
490
|
|
|
491
491
|
/* proxy-compat-disable */
|
|
492
492
|
|
|
@@ -7870,7 +7870,7 @@
|
|
|
7870
7870
|
hooksAreSet = true;
|
|
7871
7871
|
setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
|
|
7872
7872
|
}
|
|
7873
|
-
/* version: 2.
|
|
7873
|
+
/* version: 2.8.0 */
|
|
7874
7874
|
|
|
7875
7875
|
/*
|
|
7876
7876
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8569,7 +8569,7 @@
|
|
|
8569
8569
|
});
|
|
8570
8570
|
freeze(LightningElement);
|
|
8571
8571
|
seal(LightningElement.prototype);
|
|
8572
|
-
/* version: 2.
|
|
8572
|
+
/* version: 2.8.0 */
|
|
8573
8573
|
|
|
8574
8574
|
exports.LightningElement = LightningElement;
|
|
8575
8575
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
306
306
|
const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
307
307
|
const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
308
|
-
/** version: 2.
|
|
308
|
+
/** version: 2.8.0 */
|
|
309
309
|
|
|
310
310
|
/*
|
|
311
311
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
|
|
475
475
|
function setFeatureFlagForTest(name, value) {
|
|
476
476
|
}
|
|
477
|
-
/** version: 2.
|
|
477
|
+
/** version: 2.8.0 */
|
|
478
478
|
|
|
479
479
|
/* proxy-compat-disable */
|
|
480
480
|
|
|
@@ -6174,7 +6174,7 @@
|
|
|
6174
6174
|
hooksAreSet = true;
|
|
6175
6175
|
setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
|
|
6176
6176
|
}
|
|
6177
|
-
/* version: 2.
|
|
6177
|
+
/* version: 2.8.0 */
|
|
6178
6178
|
|
|
6179
6179
|
/*
|
|
6180
6180
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -6839,7 +6839,7 @@
|
|
|
6839
6839
|
});
|
|
6840
6840
|
freeze(LightningElement);
|
|
6841
6841
|
seal(LightningElement.prototype);
|
|
6842
|
-
/* version: 2.
|
|
6842
|
+
/* version: 2.8.0 */
|
|
6843
6843
|
|
|
6844
6844
|
exports.LightningElement = LightningElement;
|
|
6845
6845
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
356
356
|
var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
357
357
|
var XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
358
|
-
/** version: 2.
|
|
358
|
+
/** version: 2.8.0 */
|
|
359
359
|
|
|
360
360
|
/*
|
|
361
361
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
setFeatureFlag(name, value);
|
|
533
533
|
}
|
|
534
534
|
}
|
|
535
|
-
/** version: 2.
|
|
535
|
+
/** version: 2.8.0 */
|
|
536
536
|
|
|
537
537
|
/* proxy-compat-disable */
|
|
538
538
|
|
|
@@ -7743,7 +7743,7 @@
|
|
|
7743
7743
|
hooksAreSet = true;
|
|
7744
7744
|
setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
|
|
7745
7745
|
}
|
|
7746
|
-
/* version: 2.
|
|
7746
|
+
/* version: 2.8.0 */
|
|
7747
7747
|
|
|
7748
7748
|
/*
|
|
7749
7749
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8475,7 +8475,7 @@
|
|
|
8475
8475
|
});
|
|
8476
8476
|
freeze(LightningElement);
|
|
8477
8477
|
seal(LightningElement.prototype);
|
|
8478
|
-
/* version: 2.
|
|
8478
|
+
/* version: 2.8.0 */
|
|
8479
8479
|
|
|
8480
8480
|
exports.LightningElement = LightningElement;
|
|
8481
8481
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
349
349
|
var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
350
350
|
var XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
351
|
-
/** version: 2.
|
|
351
|
+
/** version: 2.8.0 */
|
|
352
352
|
|
|
353
353
|
/*
|
|
354
354
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
|
|
518
518
|
function setFeatureFlagForTest(name, value) {
|
|
519
519
|
}
|
|
520
|
-
/** version: 2.
|
|
520
|
+
/** version: 2.8.0 */
|
|
521
521
|
|
|
522
522
|
/* proxy-compat-disable */
|
|
523
523
|
|
|
@@ -6068,7 +6068,7 @@
|
|
|
6068
6068
|
hooksAreSet = true;
|
|
6069
6069
|
setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
|
|
6070
6070
|
}
|
|
6071
|
-
/* version: 2.
|
|
6071
|
+
/* version: 2.8.0 */
|
|
6072
6072
|
|
|
6073
6073
|
/*
|
|
6074
6074
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -6765,7 +6765,7 @@
|
|
|
6765
6765
|
});
|
|
6766
6766
|
freeze(LightningElement);
|
|
6767
6767
|
seal(LightningElement.prototype);
|
|
6768
|
-
/* version: 2.
|
|
6768
|
+
/* version: 2.8.0 */
|
|
6769
6769
|
|
|
6770
6770
|
exports.LightningElement = LightningElement;
|
|
6771
6771
|
exports.__unstable__ProfilerControl = profilerControl;
|
|
@@ -343,7 +343,7 @@ function htmlPropertyToAttribute(propName) {
|
|
|
343
343
|
const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
344
344
|
const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
345
345
|
const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
346
|
-
/** version: 2.
|
|
346
|
+
/** version: 2.8.0 */
|
|
347
347
|
|
|
348
348
|
/*
|
|
349
349
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -464,7 +464,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
464
464
|
setFeatureFlag(name, value);
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
|
-
/** version: 2.
|
|
467
|
+
/** version: 2.8.0 */
|
|
468
468
|
|
|
469
469
|
/* proxy-compat-disable */
|
|
470
470
|
|
|
@@ -7287,7 +7287,7 @@ function setHooks(hooks) {
|
|
|
7287
7287
|
hooksAreSet = true;
|
|
7288
7288
|
setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
|
|
7289
7289
|
}
|
|
7290
|
-
/* version: 2.
|
|
7290
|
+
/* version: 2.8.0 */
|
|
7291
7291
|
|
|
7292
7292
|
/*
|
|
7293
7293
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -7827,7 +7827,7 @@ function renderComponent(tagName, Ctor, props = {}) {
|
|
|
7827
7827
|
|
|
7828
7828
|
freeze(LightningElement);
|
|
7829
7829
|
seal(LightningElement.prototype);
|
|
7830
|
-
/* version: 2.
|
|
7830
|
+
/* version: 2.8.0 */
|
|
7831
7831
|
|
|
7832
7832
|
exports.LightningElement = LightningElement;
|
|
7833
7833
|
exports.api = api$1;
|
|
@@ -339,7 +339,7 @@ function htmlPropertyToAttribute(propName) {
|
|
|
339
339
|
const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
|
|
340
340
|
const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
|
|
341
341
|
const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
|
|
342
|
-
/** version: 2.
|
|
342
|
+
/** version: 2.8.0 */
|
|
343
343
|
|
|
344
344
|
/*
|
|
345
345
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -460,7 +460,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
460
460
|
setFeatureFlag(name, value);
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
/** version: 2.
|
|
463
|
+
/** version: 2.8.0 */
|
|
464
464
|
|
|
465
465
|
/* proxy-compat-disable */
|
|
466
466
|
|
|
@@ -7283,7 +7283,7 @@ function setHooks(hooks) {
|
|
|
7283
7283
|
hooksAreSet = true;
|
|
7284
7284
|
setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
|
|
7285
7285
|
}
|
|
7286
|
-
/* version: 2.
|
|
7286
|
+
/* version: 2.8.0 */
|
|
7287
7287
|
|
|
7288
7288
|
/*
|
|
7289
7289
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -7823,6 +7823,6 @@ function renderComponent(tagName, Ctor, props = {}) {
|
|
|
7823
7823
|
|
|
7824
7824
|
freeze(LightningElement);
|
|
7825
7825
|
seal(LightningElement.prototype);
|
|
7826
|
-
/* version: 2.
|
|
7826
|
+
/* version: 2.8.0 */
|
|
7827
7827
|
|
|
7828
7828
|
export { LightningElement, api$1 as api, createContextProvider, getComponentDef, isComponentConstructor, readonly, register, registerComponent, registerDecorators, registerTemplate, renderComponent, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, track, unwrap, wire };
|
|
@@ -194,7 +194,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
|
194
194
|
// we can't use typeof since it will fail when transpiling.
|
|
195
195
|
|
|
196
196
|
const hasNativeSymbolSupport = /*@__PURE__*/(() => Symbol('x').toString() === 'Symbol(x)')();
|
|
197
|
-
/** version: 2.
|
|
197
|
+
/** version: 2.8.0 */
|
|
198
198
|
|
|
199
199
|
/*
|
|
200
200
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1562,7 +1562,7 @@ if (!_globalThis.lwcRuntimeFlags) {
|
|
|
1562
1562
|
}
|
|
1563
1563
|
|
|
1564
1564
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1565
|
-
/** version: 2.
|
|
1565
|
+
/** version: 2.8.0 */
|
|
1566
1566
|
|
|
1567
1567
|
/*
|
|
1568
1568
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5787,4 +5787,4 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
5787
5787
|
|
|
5788
5788
|
configurable: true
|
|
5789
5789
|
});
|
|
5790
|
-
/** version: 2.
|
|
5790
|
+
/** version: 2.8.0 */
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
// we can't use typeof since it will fail when transpiling.
|
|
198
198
|
|
|
199
199
|
const hasNativeSymbolSupport = /*@__PURE__*/(() => Symbol('x').toString() === 'Symbol(x)')();
|
|
200
|
-
/** version: 2.
|
|
200
|
+
/** version: 2.8.0 */
|
|
201
201
|
|
|
202
202
|
/*
|
|
203
203
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1565,7 +1565,7 @@
|
|
|
1565
1565
|
}
|
|
1566
1566
|
|
|
1567
1567
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1568
|
-
/** version: 2.
|
|
1568
|
+
/** version: 2.8.0 */
|
|
1569
1569
|
|
|
1570
1570
|
/*
|
|
1571
1571
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5790,6 +5790,6 @@
|
|
|
5790
5790
|
|
|
5791
5791
|
configurable: true
|
|
5792
5792
|
});
|
|
5793
|
-
/** version: 2.
|
|
5793
|
+
/** version: 2.8.0 */
|
|
5794
5794
|
|
|
5795
5795
|
})();
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
const KEY__SHADOW_TOKEN = '$shadowToken$';
|
|
126
126
|
const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
127
127
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
128
|
-
/** version: 2.
|
|
128
|
+
/** version: 2.8.0 */
|
|
129
129
|
|
|
130
130
|
/*
|
|
131
131
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1466,7 +1466,7 @@
|
|
|
1466
1466
|
}
|
|
1467
1467
|
|
|
1468
1468
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1469
|
-
/** version: 2.
|
|
1469
|
+
/** version: 2.8.0 */
|
|
1470
1470
|
|
|
1471
1471
|
/*
|
|
1472
1472
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5598,6 +5598,6 @@
|
|
|
5598
5598
|
|
|
5599
5599
|
configurable: true
|
|
5600
5600
|
});
|
|
5601
|
-
/** version: 2.
|
|
5601
|
+
/** version: 2.8.0 */
|
|
5602
5602
|
|
|
5603
5603
|
})();
|
|
@@ -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.8.0 */
|
|
201
201
|
|
|
202
202
|
/*
|
|
203
203
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
1525
1525
|
var runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1526
|
-
/** version: 2.
|
|
1526
|
+
/** version: 2.8.0 */
|
|
1527
1527
|
|
|
1528
1528
|
/*
|
|
1529
1529
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5603,6 +5603,6 @@
|
|
|
5603
5603
|
},
|
|
5604
5604
|
configurable: true
|
|
5605
5605
|
});
|
|
5606
|
-
/** version: 2.
|
|
5606
|
+
/** version: 2.8.0 */
|
|
5607
5607
|
|
|
5608
5608
|
})();
|
|
@@ -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.8.0 */
|
|
125
125
|
|
|
126
126
|
/*
|
|
127
127
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1418,7 +1418,7 @@
|
|
|
1418
1418
|
}
|
|
1419
1419
|
|
|
1420
1420
|
var runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1421
|
-
/** version: 2.
|
|
1421
|
+
/** version: 2.8.0 */
|
|
1422
1422
|
|
|
1423
1423
|
/*
|
|
1424
1424
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5407,6 +5407,6 @@
|
|
|
5407
5407
|
},
|
|
5408
5408
|
configurable: true
|
|
5409
5409
|
});
|
|
5410
|
-
/** version: 2.
|
|
5410
|
+
/** version: 2.8.0 */
|
|
5411
5411
|
|
|
5412
5412
|
})();
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
// we can't use typeof since it will fail when transpiling.
|
|
200
200
|
|
|
201
201
|
const hasNativeSymbolSupport = /*@__PURE__*/(() => Symbol('x').toString() === 'Symbol(x)')();
|
|
202
|
-
/** version: 2.
|
|
202
|
+
/** version: 2.8.0 */
|
|
203
203
|
|
|
204
204
|
/*
|
|
205
205
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1567,7 +1567,7 @@
|
|
|
1567
1567
|
}
|
|
1568
1568
|
|
|
1569
1569
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1570
|
-
/** version: 2.
|
|
1570
|
+
/** version: 2.8.0 */
|
|
1571
1571
|
|
|
1572
1572
|
/*
|
|
1573
1573
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5792,6 +5792,6 @@
|
|
|
5792
5792
|
|
|
5793
5793
|
configurable: true
|
|
5794
5794
|
});
|
|
5795
|
-
/** version: 2.
|
|
5795
|
+
/** version: 2.8.0 */
|
|
5796
5796
|
|
|
5797
5797
|
}));
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
const KEY__SHADOW_TOKEN = '$shadowToken$';
|
|
128
128
|
const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
129
129
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
130
|
-
/** version: 2.
|
|
130
|
+
/** version: 2.8.0 */
|
|
131
131
|
|
|
132
132
|
/*
|
|
133
133
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1468,7 +1468,7 @@
|
|
|
1468
1468
|
}
|
|
1469
1469
|
|
|
1470
1470
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1471
|
-
/** version: 2.
|
|
1471
|
+
/** version: 2.8.0 */
|
|
1472
1472
|
|
|
1473
1473
|
/*
|
|
1474
1474
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5600,6 +5600,6 @@
|
|
|
5600
5600
|
|
|
5601
5601
|
configurable: true
|
|
5602
5602
|
});
|
|
5603
|
-
/** version: 2.
|
|
5603
|
+
/** version: 2.8.0 */
|
|
5604
5604
|
|
|
5605
5605
|
}));
|
|
@@ -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.8.0 */
|
|
203
203
|
|
|
204
204
|
/*
|
|
205
205
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
}
|
|
1526
1526
|
|
|
1527
1527
|
var runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1528
|
-
/** version: 2.
|
|
1528
|
+
/** version: 2.8.0 */
|
|
1529
1529
|
|
|
1530
1530
|
/*
|
|
1531
1531
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5605,6 +5605,6 @@
|
|
|
5605
5605
|
},
|
|
5606
5606
|
configurable: true
|
|
5607
5607
|
});
|
|
5608
|
-
/** version: 2.
|
|
5608
|
+
/** version: 2.8.0 */
|
|
5609
5609
|
|
|
5610
5610
|
}));
|
|
@@ -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.8.0 */
|
|
127
127
|
|
|
128
128
|
/*
|
|
129
129
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1420,7 +1420,7 @@
|
|
|
1420
1420
|
}
|
|
1421
1421
|
|
|
1422
1422
|
var runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1423
|
-
/** version: 2.
|
|
1423
|
+
/** version: 2.8.0 */
|
|
1424
1424
|
|
|
1425
1425
|
/*
|
|
1426
1426
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -5409,6 +5409,6 @@
|
|
|
5409
5409
|
},
|
|
5410
5410
|
configurable: true
|
|
5411
5411
|
});
|
|
5412
|
-
/** version: 2.
|
|
5412
|
+
/** version: 2.8.0 */
|
|
5413
5413
|
|
|
5414
5414
|
}));
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
function isUndefined(obj) {
|
|
9
9
|
return obj === undefined;
|
|
10
10
|
}
|
|
11
|
-
/** version: 2.
|
|
11
|
+
/** version: 2.8.0 */
|
|
12
12
|
|
|
13
13
|
/*
|
|
14
14
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -227,6 +227,6 @@ class LegacyWireAdapterBridge {
|
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
}
|
|
230
|
-
/** version: 2.
|
|
230
|
+
/** version: 2.8.0 */
|
|
231
231
|
|
|
232
232
|
export { ValueChangedEvent, register, registerWireService };
|
|
@@ -11,7 +11,7 @@ var WireService = (function (exports) {
|
|
|
11
11
|
function isUndefined(obj) {
|
|
12
12
|
return obj === undefined;
|
|
13
13
|
}
|
|
14
|
-
/** version: 2.
|
|
14
|
+
/** version: 2.8.0 */
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -230,7 +230,7 @@ var WireService = (function (exports) {
|
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
}
|
|
233
|
-
/** version: 2.
|
|
233
|
+
/** version: 2.8.0 */
|
|
234
234
|
|
|
235
235
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
236
236
|
exports.register = register;
|
|
@@ -11,7 +11,7 @@ var WireService = (function (exports) {
|
|
|
11
11
|
function isUndefined(obj) {
|
|
12
12
|
return obj === undefined;
|
|
13
13
|
}
|
|
14
|
-
/** version: 2.
|
|
14
|
+
/** version: 2.8.0 */
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -230,7 +230,7 @@ var WireService = (function (exports) {
|
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
}
|
|
233
|
-
/** version: 2.
|
|
233
|
+
/** version: 2.8.0 */
|
|
234
234
|
|
|
235
235
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
236
236
|
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.8.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.8.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.8.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.8.0 */
|
|
284
284
|
|
|
285
285
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
286
286
|
exports.register = register;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
function isUndefined(obj) {
|
|
15
15
|
return obj === undefined;
|
|
16
16
|
}
|
|
17
|
-
/** version: 2.
|
|
17
|
+
/** version: 2.8.0 */
|
|
18
18
|
|
|
19
19
|
/*
|
|
20
20
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
}
|
|
236
|
-
/** version: 2.
|
|
236
|
+
/** version: 2.8.0 */
|
|
237
237
|
|
|
238
238
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
239
239
|
exports.register = register;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
function isUndefined(obj) {
|
|
15
15
|
return obj === undefined;
|
|
16
16
|
}
|
|
17
|
-
/** version: 2.
|
|
17
|
+
/** version: 2.8.0 */
|
|
18
18
|
|
|
19
19
|
/*
|
|
20
20
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
}
|
|
236
|
-
/** version: 2.
|
|
236
|
+
/** version: 2.8.0 */
|
|
237
237
|
|
|
238
238
|
exports.ValueChangedEvent = ValueChangedEvent;
|
|
239
239
|
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.8.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.8.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.8.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.8.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.8.0",
|
|
4
4
|
"description": "Lightning Web Components (LWC)",
|
|
5
5
|
"homepage": "https://lwc.dev/",
|
|
6
6
|
"repository": {
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
]
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@lwc/compiler": "2.
|
|
45
|
-
"@lwc/engine-dom": "2.
|
|
46
|
-
"@lwc/engine-server": "2.
|
|
47
|
-
"@lwc/features": "2.
|
|
48
|
-
"@lwc/synthetic-shadow": "2.
|
|
49
|
-
"@lwc/wire-service": "2.
|
|
44
|
+
"@lwc/compiler": "2.8.0",
|
|
45
|
+
"@lwc/engine-dom": "2.8.0",
|
|
46
|
+
"@lwc/engine-server": "2.8.0",
|
|
47
|
+
"@lwc/features": "2.8.0",
|
|
48
|
+
"@lwc/synthetic-shadow": "2.8.0",
|
|
49
|
+
"@lwc/wire-service": "2.8.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "94040389ab8fc717b8753e503f659489480a327d"
|
|
52
52
|
}
|
package/LICENSE
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
MIT LICENSE
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2018, Salesforce.com, Inc.
|
|
4
|
-
All rights reserved.
|
|
5
|
-
|
|
6
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
7
|
-
|
|
8
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
9
|
-
|
|
10
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|