{"version":3,"file":"matrixHelperJs-1c4a3e0e.js","sources":["../../../../../static/src/js/matrixExtendedHelper.ts"],"sourcesContent":["(function (window: any) {\n const {Craft, Garnish, $} = window;\n if (!Craft || !Garnish || !$) {\n return;\n }\n\n Craft.MatrixExtendedHelper = Garnish.Base.extend({\n settings: {}, childParent: {}, entryTypes: [], entryReference: undefined,\n\n init: function (config: { settings: any, childParent: any, entryTypes: any, entryReference: any }) {\n this.settings = config.settings || {};\n this.childParent = config.childParent || {};\n this.entryTypes = config.entryTypes || [];\n this.entryReference = config.entryReference || undefined;\n\n if (!Garnish.DisclosureMenu || !Craft.MatrixInput) {\n return;\n }\n },\n\n getEntryTypeById: function(id: number) {\n return this.entryTypes.find((entryType: any) => +entryType.id === +id);\n },\n\n getEntryReference: function () {\n return this.entryReference;\n },\n\n setEntryReference: function (entryReference: any) {\n this.entryReference = entryReference;\n },\n\n isEntryReferenceAllowed: function (fieldId: number): boolean {\n if (!this.childParent) {\n return false;\n }\n\n if (!(this.childParent[this.entryReference.entryTypeId] || []).includes(fieldId)) {\n return false;\n }\n\n return true;\n }\n });\n})(window);\n"],"names":["window","Craft","Garnish","$","config","id","entryType","entryReference","fieldId"],"mappings":"CAAC,SAAUA,EAAa,CACpB,KAAM,CAAC,MAAAC,EAAO,QAAAC,EAAS,EAAAC,CAAA,EAAKH,EACxB,CAACC,GAAS,CAACC,GAAW,CAACC,IAIrBF,EAAA,qBAAuBC,EAAQ,KAAK,OAAO,CAC7C,SAAU,CAAC,EAAG,YAAa,CAAC,EAAG,WAAY,CAAC,EAAG,eAAgB,OAE/D,KAAM,SAAUE,EAAmF,CAC1F,KAAA,SAAWA,EAAO,UAAY,CAAA,EAC9B,KAAA,YAAcA,EAAO,aAAe,CAAA,EACpC,KAAA,WAAaA,EAAO,YAAc,CAAA,EAClC,KAAA,eAAiBA,EAAO,gBAAkB,OAE3C,CAACF,EAAQ,gBAAmBD,EAAM,WAG1C,EAEA,iBAAkB,SAASI,EAAY,CAC5B,OAAA,KAAK,WAAW,KAAMC,GAAmB,CAACA,EAAU,IAAO,CAACD,CAAE,CACzE,EAEA,kBAAmB,UAAY,CAC3B,OAAO,KAAK,cAChB,EAEA,kBAAmB,SAAUE,EAAqB,CAC9C,KAAK,eAAiBA,CAC1B,EAEA,wBAAyB,SAAUC,EAA0B,CAKrD,MAJA,GAAC,KAAK,aAIN,EAAE,KAAK,YAAY,KAAK,eAAe,WAAW,GAAK,CAAC,GAAG,SAASA,CAAO,EAKnF,CAAA,CACH,EACL,GAAG,MAAM"}