mirror of
https://github.com/mitre/advmlthreatmatrix.git
synced 2025-04-18 22:45:56 -04:00
1 line
4.3 KiB
JavaScript
1 line
4.3 KiB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([[42,11,44],{590:function(e,t,r){r(639)},639:function(e,t,r){"use strict";var n=r(7),o=r(238),c=r(62),l=r(51),d=r(36),f=r(14),h=r(91),v=r(180),O=r(181),m=r(81),y=r(28),j=r(34),x=r(72),w=r(182),E=r(86),P=r(19),S=j("matchAll"),D="RegExp String",R="RegExp String Iterator",I=E.set,$=E.getterFor(R),k=RegExp.prototype,A=k.exec,_="".matchAll,C=!!_&&!y((function(){"a".matchAll(/./)})),B=o((function(e,t,r,n){I(this,{type:R,regexp:e,string:t,global:r,unicode:n,done:!1})}),D,(function(){var e=$(this);if(e.done)return{value:void 0,done:!0};var t=e.regexp,r=e.string,n=function(e,t){var r,n=e.exec;if("function"==typeof n){if("object"!=typeof(r=n.call(e,t)))throw TypeError("Incorrect exec result");return r}return A.call(e,t)}(t,r);return null===n?{value:void 0,done:e.done=!0}:e.global?(""==String(n[0])&&(t.lastIndex=w(r,l(t.lastIndex),e.unicode)),{value:n,done:!1}):(e.done=!0,{value:n,done:!1})})),J=function(e){var t,r,n,o,c,d,h=f(this),v=String(e);return t=x(h,RegExp),void 0===(r=h.flags)&&h instanceof RegExp&&!("flags"in k)&&(r=O.call(h)),n=void 0===r?"":String(r),o=new t(t===RegExp?h.source:h,n),c=!!~n.indexOf("g"),d=!!~n.indexOf("u"),o.lastIndex=l(h.lastIndex),new B(o,v,c,d)};n({target:"String",proto:!0,forced:C},{matchAll:function(e){var t,r,n,o=c(this);if(null!=e){if(v(e)&&!~String(c("flags"in k?e.flags:O.call(e))).indexOf("g"))throw TypeError("`.matchAll` does not allow non-global regexes");if(C)return _.apply(o,arguments);if(void 0===(r=e[S])&&P&&"RegExp"==h(e)&&(r=J),null!=r)return d(r).call(e,o)}else if(C)return _.apply(o,arguments);return t=String(o),n=new RegExp(e,"g"),P?J.call(n,t):n[S](t)}}),P||S in k||m(k,S,J)},640:function(e,t,r){},660:function(e,t,r){"use strict";r(12),r(9),r(11),r(15),r(10),r(16);var n=r(1),o=(r(90),r(640),r(82)),c=r(17);function l(object,e){var t=Object.keys(object);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(object);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),t.push.apply(t,r)}return t}function d(e){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?l(Object(source),!0).forEach((function(t){Object(n.a)(e,t,source[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(source)):l(Object(source)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(source,t))}))}return e}var f=Object(c.a)(o.a).extend({name:"v-breadcrumbs-item",props:{activeClass:{type:String,default:"v-breadcrumbs__item--disabled"},ripple:{type:[Boolean,Object],default:!1}},computed:{classes:function(){return Object(n.a)({"v-breadcrumbs__item":!0},this.activeClass,this.disabled)}},render:function(e){var t=this.generateRouteLink(),r=t.tag,data=t.data;return e("li",[e(r,d(d({},data),{},{attrs:d(d({},data.attrs),{},{"aria-current":this.isActive&&this.isLink?"page":void 0})}),this.$slots.default)])}}),h=r(0),v=Object(h.i)("v-breadcrumbs__divider","li"),O=r(37);function m(object,e){var t=Object.keys(object);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(object);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),t.push.apply(t,r)}return t}t.a=Object(c.a)(O.a).extend({name:"v-breadcrumbs",props:{divider:{type:String,default:"/"},items:{type:Array,default:function(){return[]}},large:Boolean},computed:{classes:function(){return function(e){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?m(Object(source),!0).forEach((function(t){Object(n.a)(e,t,source[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(source)):m(Object(source)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(source,t))}))}return e}({"v-breadcrumbs--large":this.large},this.themeClasses)}},methods:{genDivider:function(){return this.$createElement(v,this.$slots.divider?this.$slots.divider:this.divider)},genItems:function(){for(var e=[],t=!!this.$scopedSlots.item,r=[],i=0;i<this.items.length;i++){var n=this.items[i];r.push(n.text),t?e.push(this.$scopedSlots.item({item:n})):e.push(this.$createElement(f,{key:r.join("."),props:n},[n.text])),i<this.items.length-1&&e.push(this.genDivider())}return e}},render:function(e){var t=this.$slots.default||this.genItems();return e("ul",{staticClass:"v-breadcrumbs",class:this.classes},t)}})}}]); |