@angular/core 11.0.7 → 11.0.8
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/bundles/core-testing.umd.js +1 -1
- package/bundles/core-testing.umd.min.js +1 -1
- package/bundles/core-testing.umd.min.js.map +1 -1
- package/bundles/core.umd.js +19 -12
- package/bundles/core.umd.js.map +1 -1
- package/bundles/core.umd.min.js +4 -4
- package/bundles/core.umd.min.js.map +1 -1
- package/core.d.ts +3 -3
- package/core.metadata.json +1 -1
- package/esm2015/src/linker/view_container_ref.js +2 -2
- package/esm2015/src/render3/view_ref.js +23 -12
- package/esm2015/src/version.js +1 -1
- package/fesm2015/core.js +19 -12
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/package.json +1 -1
- package/src/r3_symbols.d.ts +1 -1
- package/testing/testing.d.ts +1 -1
- package/testing.d.ts +1 -1
package/bundles/core.umd.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v11.0.
|
|
2
|
+
* @license Angular v11.0.8
|
|
3
3
|
* (c) 2010-2020 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -845,7 +845,7 @@ var Zd,Kd=function Kd(){};(Zd=function Zd(){}).__NG_ELEMENT_ID__=function(){retu
|
|
|
845
845
|
* Use of this source code is governed by an MIT-style license that can be
|
|
846
846
|
* found in the LICENSE file at https://angular.io/license
|
|
847
847
|
*/
|
|
848
|
-
var Xd,ep=new(Xd=function Xd(e){this.full=e,this.major=e.split(".")[0],this.minor=e.split(".")[1],this.patch=e.split(".").slice(2).join(".")})("11.0.
|
|
848
|
+
var Xd,ep=new(Xd=function Xd(e){this.full=e,this.major=e.split(".")[0],this.minor=e.split(".")[1],this.patch=e.split(".").slice(2).join(".")})("11.0.8"),tp=function(){function e(){}return e.prototype.supports=function(e){return hs(e)},e.prototype.create=function(e){return new rp(e)},e}(),np=function(e,t){return t},rp=function(){function e(e){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=e||np}return e.prototype.forEachItem=function(e){var t;for(t=this._itHead;null!==t;t=t._next)e(t)},e.prototype.forEachOperation=function(e){for(var t=this._itHead,n=this._removalsHead,r=0,o=null;t||n;){var i=!n||t&&t.currentIndex<up(n,r,o)?t:n,a=up(i,r,o),u=i.currentIndex;if(i===n)r--,n=n._nextRemoved;else if(t=t._next,null==i.previousIndex)r++;else{o||(o=[]);var s=a-r,l=u-r;if(s!=l){for(var c=0;c<s;c++){var f=c<o.length?o[c]:o[c]=0,d=f+c;l<=d&&d<s&&(o[c]=f+1)}o[i.previousIndex]=l-s}}a!==u&&e(i,a,u)}},e.prototype.forEachPreviousItem=function(e){var t;for(t=this._previousItHead;null!==t;t=t._nextPrevious)e(t)},e.prototype.forEachAddedItem=function(e){var t;for(t=this._additionsHead;null!==t;t=t._nextAdded)e(t)},e.prototype.forEachMovedItem=function(e){var t;for(t=this._movesHead;null!==t;t=t._nextMoved)e(t)},e.prototype.forEachRemovedItem=function(e){var t;for(t=this._removalsHead;null!==t;t=t._nextRemoved)e(t)},e.prototype.forEachIdentityChange=function(e){var t;for(t=this._identityChangesHead;null!==t;t=t._nextIdentityChange)e(t)},e.prototype.diff=function(e){if(null==e&&(e=[]),!hs(e))throw new Error("Error trying to diff '"+i(e)+"'. Only arrays and iterables are allowed");return this.check(e)?this:null},e.prototype.onDestroy=function(){},e.prototype.check=function(e){var t=this;this._reset();var n,r,o,i=this._itHead,a=!1;if(Array.isArray(e)){this.length=e.length;for(var u=0;u<this.length;u++)o=this._trackByFn(u,r=e[u]),null!==i&&Object.is(i.trackById,o)?(a&&(i=this._verifyReinsertion(i,r,o,u)),Object.is(i.item,r)||this._addIdentityChange(i,r)):(i=this._mismatch(i,r,o,u),a=!0),i=i._next}else n=0,function s(e,t){if(Array.isArray(e))for(var n=0;n<e.length;n++)t(e[n]);else for(var r=e[fs()](),o=void 0;!(o=r.next()).done;)t(o.value)}(e,(function(e){o=t._trackByFn(n,e),null!==i&&Object.is(i.trackById,o)?(a&&(i=t._verifyReinsertion(i,e,o,n)),Object.is(i.item,e)||t._addIdentityChange(i,e)):(i=t._mismatch(i,e,o,n),a=!0),i=i._next,n++})),this.length=n;return this._truncate(i),this.collection=e,this.isDirty},Object.defineProperty(e.prototype,"isDirty",{get:function(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead},enumerable:!1,configurable:!0}),e.prototype._reset=function(){if(this.isDirty){var e=void 0;for(e=this._previousItHead=this._itHead;null!==e;e=e._next)e._nextPrevious=e._next;for(e=this._additionsHead;null!==e;e=e._nextAdded)e.previousIndex=e.currentIndex;for(this._additionsHead=this._additionsTail=null,e=this._movesHead;null!==e;e=e._nextMoved)e.previousIndex=e.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}},e.prototype._mismatch=function(e,t,n,r){var o;return null===e?o=this._itTail:(o=e._prev,this._remove(e)),null!==(e=null===this._linkedRecords?null:this._linkedRecords.get(n,r))?(Object.is(e.item,t)||this._addIdentityChange(e,t),this._moveAfter(e,o,r)):null!==(e=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null))?(Object.is(e.item,t)||this._addIdentityChange(e,t),this._reinsertAfter(e,o,r)):e=this._addAfter(new op(t,n),o,r),e},e.prototype._verifyReinsertion=function(e,t,n,r){var o=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null);return null!==o?e=this._reinsertAfter(o,e._prev,r):e.currentIndex!=r&&(e.currentIndex=r,this._addToMoves(e,r)),e},e.prototype._truncate=function(e){for(;null!==e;){var t=e._next;this._addToRemovals(this._unlink(e)),e=t}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)},e.prototype._reinsertAfter=function(e,t,n){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(e);var r=e._prevRemoved,o=e._nextRemoved;return null===r?this._removalsHead=o:r._nextRemoved=o,null===o?this._removalsTail=r:o._prevRemoved=r,this._insertAfter(e,t,n),this._addToMoves(e,n),e},e.prototype._moveAfter=function(e,t,n){return this._unlink(e),this._insertAfter(e,t,n),this._addToMoves(e,n),e},e.prototype._addAfter=function(e,t,n){return this._insertAfter(e,t,n),this._additionsTail=null===this._additionsTail?this._additionsHead=e:this._additionsTail._nextAdded=e,e},e.prototype._insertAfter=function(e,t,n){var r=null===t?this._itHead:t._next;return e._next=r,e._prev=t,null===r?this._itTail=e:r._prev=e,null===t?this._itHead=e:t._next=e,null===this._linkedRecords&&(this._linkedRecords=new ap),this._linkedRecords.put(e),e.currentIndex=n,e},e.prototype._remove=function(e){return this._addToRemovals(this._unlink(e))},e.prototype._unlink=function(e){null!==this._linkedRecords&&this._linkedRecords.remove(e);var t=e._prev,n=e._next;return null===t?this._itHead=n:t._next=n,null===n?this._itTail=t:n._prev=t,e},e.prototype._addToMoves=function(e,t){return e.previousIndex===t||(this._movesTail=null===this._movesTail?this._movesHead=e:this._movesTail._nextMoved=e),e},e.prototype._addToRemovals=function(e){return null===this._unlinkedRecords&&(this._unlinkedRecords=new ap),this._unlinkedRecords.put(e),e.currentIndex=null,e._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=e,e._prevRemoved=null):(e._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=e),e},e.prototype._addIdentityChange=function(e,t){return e.item=t,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=e:this._identityChangesTail._nextIdentityChange=e,e},e}(),op=function op(e,t){this.item=e,this.trackById=t,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null},ip=function(){function e(){this._head=null,this._tail=null}return e.prototype.add=function(e){null===this._head?(this._head=this._tail=e,e._nextDup=null,e._prevDup=null):(this._tail._nextDup=e,e._prevDup=this._tail,e._nextDup=null,this._tail=e)},e.prototype.get=function(e,t){var n;for(n=this._head;null!==n;n=n._nextDup)if((null===t||t<=n.currentIndex)&&Object.is(n.trackById,e))return n;return null},e.prototype.remove=function(e){var t=e._prevDup,n=e._nextDup;return null===t?this._head=n:t._nextDup=n,null===n?this._tail=t:n._prevDup=t,null===this._head},e}(),ap=function(){function e(){this.map=new Map}return e.prototype.put=function(e){var t=e.trackById,n=this.map.get(t);n||(n=new ip,this.map.set(t,n)),n.add(e)},e.prototype.get=function(e,t){var n=this.map.get(e);return n?n.get(e,t):null},e.prototype.remove=function(e){var t=e.trackById;return this.map.get(t).remove(e)&&this.map.delete(t),e},Object.defineProperty(e.prototype,"isEmpty",{get:function(){return 0===this.map.size},enumerable:!1,configurable:!0}),e.prototype.clear=function(){this.map.clear()},e}();function up(e,t,n){var r=e.previousIndex;if(null===r)return r;var o=0;return n&&r<n.length&&(o=n[r]),r+t+o}
|
|
849
849
|
/**
|
|
850
850
|
* @license
|
|
851
851
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -859,7 +859,7 @@ var Xd,ep=new(Xd=function Xd(e){this.full=e,this.major=e.split(".")[0],this.mino
|
|
|
859
859
|
*
|
|
860
860
|
* Use of this source code is governed by an MIT-style license that can be
|
|
861
861
|
* found in the LICENSE file at https://angular.io/license
|
|
862
|
-
*/(e)+"'")},e}();fp.ɵprov=h({token:fp,providedIn:"root",factory:function(){return new fp([new tp])}});var dp=function(){function e(e){this.factories=e}return e.create=function(t,n){if(n){var r=n.factories.slice();t=t.concat(r)}return new e(t)},e.extend=function(t){return{provide:e,useFactory:function(n){if(!n)throw new Error("Cannot extend KeyValueDiffers without a parent injector");return e.create(t,n)},deps:[[e,new ur,new ir]]}},e.prototype.find=function(e){var t=this.factories.find((function(t){return t.supports(e)}));if(t)return t;throw new Error("Cannot find a differ supporting object '"+e+"'")},e}();dp.ɵprov=h({token:dp,providedIn:"root",factory:function(){return new dp([new sp])}});var pp,hp=function(){function e(e,t){this._lView=e,this._cdRefInjectingView=t,this._appRef=null,this.
|
|
862
|
+
*/(e)+"'")},e}();fp.ɵprov=h({token:fp,providedIn:"root",factory:function(){return new fp([new tp])}});var dp=function(){function e(e){this.factories=e}return e.create=function(t,n){if(n){var r=n.factories.slice();t=t.concat(r)}return new e(t)},e.extend=function(t){return{provide:e,useFactory:function(n){if(!n)throw new Error("Cannot extend KeyValueDiffers without a parent injector");return e.create(t,n)},deps:[[e,new ur,new ir]]}},e.prototype.find=function(e){var t=this.factories.find((function(t){return t.supports(e)}));if(t)return t;throw new Error("Cannot find a differ supporting object '"+e+"'")},e}();dp.ɵprov=h({token:dp,providedIn:"root",factory:function(){return new dp([new sp])}});var pp,hp=function(){function e(e,t){this._lView=e,this._cdRefInjectingView=t,this._appRef=null,this._attachedToViewContainer=!1}return Object.defineProperty(e.prototype,"rootNodes",{get:function(){var e=this._lView,t=e[1];return function e(t,n,r,o,i){for(void 0===i&&(i=!1);null!==r;){var a=n[r.index];if(null!==a&&o.push(Re(a)),le(a))for(var u=10;u<a.length;u++){var s=a[u],l=s[1].firstChild;null!==l&&e(s[1],s,l,o)}var c=r.type;if(8&c)e(t,n,r.child,o);else if(32&c)for(var f=ni(r,n),d=void 0;d=f();)o.push(d);else if(16&c){var p=n[16],h=p[6].projection[r.projection];if(Array.isArray(h))o.push.apply(o,_e(h));else{var v=ri(p);e(v[1],v,h,o,!0)}}r=i?r.projectionNext:r.next}return o}(t,e,t.firstChild,[])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"context",{get:function(){return this._lView[8]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"destroyed",{get:function(){return 256==(256&this._lView[2])},enumerable:!1,configurable:!0}),e.prototype.destroy=function(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){var e=this._lView[3];if(le(e)){var t=e[8],n=t?t.indexOf(this):-1;n>-1&&(hi(e,n),zn(t,n))}this._attachedToViewContainer=!1}vi(this._lView[1],this._lView)},e.prototype.onDestroy=function(e){Na(this._lView[1],this._lView,null,e)},e.prototype.markForCheck=function(){Ga(this._cdRefInjectingView||this._lView)},e.prototype.detach=function(){this._lView[2]&=-129},e.prototype.reattach=function(){this._lView[2]|=128},e.prototype.detectChanges=function(){Ya(this._lView[1],this._lView,this.context)},e.prototype.checkNoChanges=function(){!function e(t,n,r){st(!0);try{Ya(t,n,r)}finally{st(!1)}}(this._lView[1],this._lView,this.context)},e.prototype.attachToViewContainerRef=function(){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._attachedToViewContainer=!0},e.prototype.detachFromAppRef=function(){this._appRef=null,function e(t,n){ji(t,n,n[11],2,null,null)}(this._lView[1],this._lView)},e.prototype.attachToAppRef=function(e){if(this._attachedToViewContainer)throw new Error("This view is already attached to a ViewContainer!");this._appRef=e},e}(),vp=function(e){function t(t){var n=e.call(this,t)||this;return n._view=t,n}return ye(t,e),t.prototype.detectChanges=function(){$a(this._view)},t.prototype.checkNoChanges=function(){!function e(t){st(!0);try{$a(t)}finally{st(!1)}}(this._view)},Object.defineProperty(t.prototype,"context",{get:function(){return null},enumerable:!1,configurable:!0}),t}(hp),yp=gp;function gp(e){return void 0===e&&(e=!1),function t(e,n,r){if(!r&&fe(e)){var o=He(e.index,n);return new hp(o,o)}return 47&e.type?new hp(n[16],n):null}
|
|
863
863
|
/**
|
|
864
864
|
* @license
|
|
865
865
|
* Copyright Google LLC All Rights Reserved.
|
|
@@ -873,7 +873,7 @@ var Xd,ep=new(Xd=function Xd(e){this.full=e,this.major=e.split(".")[0],this.mino
|
|
|
873
873
|
*
|
|
874
874
|
* Use of this source code is governed by an MIT-style license that can be
|
|
875
875
|
* found in the LICENSE file at https://angular.io/license
|
|
876
|
-
*/var kp,Pp=function Pp(){},Tp=function Tp(){},Np=jp;function jp(){return Rp(tt(),$e())}(kp=function kp(){}).__NG_ELEMENT_ID__=Ud;var Ap=function(e){function t(t,n,r){var o=e.call(this)||this;return o._lContainer=t,o._hostTNode=n,o._hostLView=r,o}return ye(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return qd(this._hostTNode,this._hostLView)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new yn(this._hostTNode,this._hostLView)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"parentInjector",{get:function(){var e=nn(this._hostTNode,this._hostLView);if(Zt(e)){var t=Gt(e,this._hostLView),n=Kt(e);return new yn(t[1].data[n+8],t)}return new yn(null,this._hostLView)},enumerable:!1,configurable:!0}),t.prototype.clear=function(){for(;this.length>0;)this.remove(this.length-1)},t.prototype.get=function(e){var t=Dp(this._lContainer);return null!==t&&t[e]||null},Object.defineProperty(t.prototype,"length",{get:function(){return this._lContainer.length-10},enumerable:!1,configurable:!0}),t.prototype.createEmbeddedView=function(e,t,n){var r=e.createEmbeddedView(t||{});return this.insert(r,n),r},t.prototype.createComponent=function(e,t,n,r,o){var i=n||this.parentInjector;if(!o&&null==e.ngModule&&i){var a=i.get(Pp,null);a&&(o=a)}var u=e.create(i,r,void 0,o);return this.insert(u.hostView,t),u},t.prototype.insert=function(e,t){var n=e._lView,r=n[1];if(function o(e){return le(e[3])}(n)){var i=this.indexOf(e);if(-1!==i)this.detach(i);else{var a=n[3],u=new Ap(a,a[6],a[3]);u.detach(u.indexOf(e))}}var s=this._adjustIndex(t),l=this._lContainer;!function c(e,t,n,r){var o=10+r,i=n.length;r>0&&(n[o-1][4]=t),r<i-10?(t[4]=n[o],qn(n,10+r,t)):(n.push(t),t[4]=null),t[3]=n;var a=t[17];null!==a&&n!==a&&function u(e,t){var n=e[9];t[16]!==t[3][3][16]&&(e[2]=!0),null===n?e[9]=[t]:n.push(t)}(a,t);var s=t[19];null!==s&&s.insertView(e),t[2]|=128}(r,n,l,s);var f=function e(t,n){var r=10+t+1;if(r<n.length){var o=n[r],i=o[1].firstChild;if(null!==i)return function t(n,r){if(null!==r){var o=r.type;if(3&o)return Me(r,n);if(4&o)return e(-1,n[r.index]);if(8&o){var i=r.child;if(null!==i)return t(n,i);var a=n[r.index];return le(a)?e(-1,a):Re(a)}if(32&o)return ni(r,n)()||Re(n[r.index]);var u=n[16],s=u[6],l=ri(u),c=s.projection[r.projection];return null!=c?t(l,c):t(n,r.next)}return null}(o,i)}return n[7]}(s,l),d=n[11],p=Ci(d,l[7]);return null!==p&&function h(e,t,n,r,o,i){r[0]=o,r[6]=t,ji(e,r,n,1,o,i)}(r,l[6],d,n,p,f),e.attachToViewContainerRef(
|
|
876
|
+
*/var kp,Pp=function Pp(){},Tp=function Tp(){},Np=jp;function jp(){return Rp(tt(),$e())}(kp=function kp(){}).__NG_ELEMENT_ID__=Ud;var Ap=function(e){function t(t,n,r){var o=e.call(this)||this;return o._lContainer=t,o._hostTNode=n,o._hostLView=r,o}return ye(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return qd(this._hostTNode,this._hostLView)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return new yn(this._hostTNode,this._hostLView)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"parentInjector",{get:function(){var e=nn(this._hostTNode,this._hostLView);if(Zt(e)){var t=Gt(e,this._hostLView),n=Kt(e);return new yn(t[1].data[n+8],t)}return new yn(null,this._hostLView)},enumerable:!1,configurable:!0}),t.prototype.clear=function(){for(;this.length>0;)this.remove(this.length-1)},t.prototype.get=function(e){var t=Dp(this._lContainer);return null!==t&&t[e]||null},Object.defineProperty(t.prototype,"length",{get:function(){return this._lContainer.length-10},enumerable:!1,configurable:!0}),t.prototype.createEmbeddedView=function(e,t,n){var r=e.createEmbeddedView(t||{});return this.insert(r,n),r},t.prototype.createComponent=function(e,t,n,r,o){var i=n||this.parentInjector;if(!o&&null==e.ngModule&&i){var a=i.get(Pp,null);a&&(o=a)}var u=e.create(i,r,void 0,o);return this.insert(u.hostView,t),u},t.prototype.insert=function(e,t){var n=e._lView,r=n[1];if(function o(e){return le(e[3])}(n)){var i=this.indexOf(e);if(-1!==i)this.detach(i);else{var a=n[3],u=new Ap(a,a[6],a[3]);u.detach(u.indexOf(e))}}var s=this._adjustIndex(t),l=this._lContainer;!function c(e,t,n,r){var o=10+r,i=n.length;r>0&&(n[o-1][4]=t),r<i-10?(t[4]=n[o],qn(n,10+r,t)):(n.push(t),t[4]=null),t[3]=n;var a=t[17];null!==a&&n!==a&&function u(e,t){var n=e[9];t[16]!==t[3][3][16]&&(e[2]=!0),null===n?e[9]=[t]:n.push(t)}(a,t);var s=t[19];null!==s&&s.insertView(e),t[2]|=128}(r,n,l,s);var f=function e(t,n){var r=10+t+1;if(r<n.length){var o=n[r],i=o[1].firstChild;if(null!==i)return function t(n,r){if(null!==r){var o=r.type;if(3&o)return Me(r,n);if(4&o)return e(-1,n[r.index]);if(8&o){var i=r.child;if(null!==i)return t(n,i);var a=n[r.index];return le(a)?e(-1,a):Re(a)}if(32&o)return ni(r,n)()||Re(n[r.index]);var u=n[16],s=u[6],l=ri(u),c=s.projection[r.projection];return null!=c?t(l,c):t(n,r.next)}return null}(o,i)}return n[7]}(s,l),d=n[11],p=Ci(d,l[7]);return null!==p&&function h(e,t,n,r,o,i){r[0]=o,r[6]=t,ji(e,r,n,1,o,i)}(r,l[6],d,n,p,f),e.attachToViewContainerRef(),qn(Sp(l),s,e),e},t.prototype.move=function(e,t){return this.insert(e,t)},t.prototype.indexOf=function(e){var t=Dp(this._lContainer);return null!==t?t.indexOf(e):-1},t.prototype.remove=function(e){var t=this._adjustIndex(e,-1),n=hi(this._lContainer,t);n&&(zn(Sp(this._lContainer),t),vi(n[1],n))},t.prototype.detach=function(e){var t=this._adjustIndex(e,-1),n=hi(this._lContainer,t);return n&&null!=zn(Sp(this._lContainer),t)?new hp(n):null},t.prototype._adjustIndex=function(e,t){return void 0===t&&(t=0),null==e?this.length+t:e},t}(kp);function Dp(e){return e[8]}function Sp(e){return e[8]||(e[8]=[])}function Rp(e,t){var n,r=t[e.index];if(le(r))n=r;else{var o=void 0;if(8&e.type)o=Re(r);else{var i=t[11];o=i.createComment("");var a=Me(e,t);_i(i,Ci(i,a),o,function u(e,t){return De(e)?e.nextSibling(t):t.nextSibling}(i,a),!1)}t[e.index]=n=za(r,t,o,e),Ka(t,n)}return new Ap(n,e,t)}
|
|
877
877
|
/**
|
|
878
878
|
* @license
|
|
879
879
|
* Copyright Google LLC All Rights Reserved.
|