{"version":3,"file":"Cu8R088_.js","sources":["../../../../node_modules/date-fns/esm/isSameMonth/index.js","../../../../node_modules/date-fns/esm/isThisYear/index.js","../../../../components/Ui/UiDate/UiDateComputed.vue","../../../../components/entities/Artist/Card/ArtistMiniCard.vue"],"sourcesContent":["import toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isSameMonth\n * @category Month Helpers\n * @summary Are the given dates in the same month (and year)?\n *\n * @description\n * Are the given dates in the same month (and year)?\n *\n * @param {Date|Number} dateLeft - the first date to check\n * @param {Date|Number} dateRight - the second date to check\n * @returns {Boolean} the dates are in the same month (and year)\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Are 2 September 2014 and 25 September 2014 in the same month?\n * const result = isSameMonth(new Date(2014, 8, 2), new Date(2014, 8, 25))\n * //=> true\n *\n * @example\n * // Are 2 September 2014 and 25 September 2015 in the same month?\n * const result = isSameMonth(new Date(2014, 8, 2), new Date(2015, 8, 25))\n * //=> false\n */\nexport default function isSameMonth(dirtyDateLeft, dirtyDateRight) {\n requiredArgs(2, arguments);\n var dateLeft = toDate(dirtyDateLeft);\n var dateRight = toDate(dirtyDateRight);\n return dateLeft.getFullYear() === dateRight.getFullYear() && dateLeft.getMonth() === dateRight.getMonth();\n}","import isSameYear from \"../isSameYear/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isThisYear\n * @category Year Helpers\n * @summary Is the given date in the same year as the current date?\n * @pure false\n *\n * @description\n * Is the given date in the same year as the current date?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is in this year\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 25 September 2014, is 2 July 2014 in this year?\n * const result = isThisYear(new Date(2014, 6, 2))\n * //=> true\n */\nexport default function isThisYear(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameYear(dirtyDate, Date.now());\n}","\n\n\n","\n\n\n"],"names":["isSameMonth","dirtyDateLeft","dirtyDateRight","requiredArgs","dateLeft","toDate","dateRight","isThisYear","dirtyDate","isSameYear","SPACE_SYMBOL","props","__props","COMMA_SYMBOL","DASH_SYMBOL","beginsAt","computed","getUtcDate","endsAt","isMultipleEventsInOneDay","isSameDay","isOneDayEvent","getTemplate","start","end","delimiter","datePeriodTemplate","inThisYear","uniqueClass","isSubmenuVisible","ref","outsideClick","isDropdownMenu","rolesBlock","showIconOnResize","throttle","isOverflowing","element","onMounted","nextTick","onUnmounted"],"mappings":"uZAyBe,SAASA,GAAYC,EAAeC,EAAgB,CACjEC,EAAa,EAAG,SAAS,EACzB,IAAIC,EAAWC,EAAOJ,CAAa,EAC/BK,EAAYD,EAAOH,CAAc,EACrC,OAAOE,EAAS,YAAa,IAAKE,EAAU,eAAiBF,EAAS,SAAQ,IAAOE,EAAU,SAAU,CAC3G,CCPe,SAASC,EAAWC,EAAW,CAC5C,OAAAL,EAAa,EAAG,SAAS,EAClBM,EAAWD,EAAW,KAAK,IAAG,CAAE,CACzC,ugBC2CME,EAAe,6QAzBrB,MAAMC,EAAQC,EA0BRC,EAAe,IAAI,OAAAH,GACnBI,EAAc,GAAG,OAAAJ,EAAY,WAAU,OAAAA,GAEvCK,EAAWC,EAAS,IAChBL,EAAM,MAAM,UAAYM,EAAWN,EAAM,MAAM,QAAQ,GAAM,EACtE,EACKO,EAASF,EAAS,IACdL,EAAM,MAAM,QAAUM,EAAWN,EAAM,MAAM,MAAM,GAAM,EAClE,EAEKQ,EAA2BH,EAC/B,IACED,EAAS,OACTG,EAAO,OACPP,EAAM,kBAAoB,GAC1BS,EAAUL,EAAS,MAAOG,EAAO,KAAK,CAC1C,EAEMG,EAAgBL,EACpB,IACG,CAACL,EAAM,mBACNI,EAAS,OACTG,EAAO,OACPE,EAAUL,EAAS,MAAOG,EAAO,KAAK,GACvCP,EAAM,mBACL,CAACA,EAAM,aACN,CAACA,EAAM,mBAAqBA,EAAM,oBAAsB,EAC/D,EAEMW,EAAc,CAAC,CACnB,MAAAC,EAAQ,GACR,IAAAC,EAAM,GACN,UAAAC,EAAYX,CAAA,KAEL,CACL,MAAAS,EACA,IAAAC,EACA,UAAAC,CACF,GAGIC,EAAqBV,EAAS,IAAM,CACxC,MAAMW,EAAaZ,EAAS,OAASR,EAAWQ,EAAS,KAAK,EAI5D,GAAAA,EAAS,OACTG,EAAO,OACP,CAACT,EAAWM,EAAS,MAAOG,EAAO,KAAK,EAExC,OAAOI,EAAY,CACjB,MAAO,WACP,IAAK,UAAA,CACN,EAKD,GAAAP,EAAS,OACTG,EAAO,OACP,CAAClB,GAAYe,EAAS,MAAOG,EAAO,KAAK,EAKzC,OAAOI,EAAY,CAAE,MAHP,OAGc,IAFhBK,EAAa,OAAS,WAED,EAK7B,MAAAJ,EAAQI,EAAa,IAAM,OAC3BH,EAAMG,EAAa,SAAW,MAEhC,IAAAF,EAEA,OAAAd,EAAM,oBAAsB,EAC9Bc,EAAYE,EAAad,EAAeH,EAExCe,EAAYE,EAAab,EAAcJ,EAGlCY,EAAY,CACjB,MAAAC,EACA,IAAAC,EACA,UAAAC,CAAA,CACD,CAAA,CACF,okDChFD,MAAMd,EAAQC,EAORgB,EAAc,wBAAwB,OAAAjB,EAAM,MAAM,MAElDkB,EAAmBC,EAAI,EAAK,EAE5BC,EAAe,CACnB,eAAgB,CAAC,IAAI,OAAAH,EAAa,EAClC,QAAS,IAAM,CACbC,EAAiB,MAAQ,EAAA,CAE7B,EAEMG,EAAiBF,EAAI,EAAK,EAE1BG,EAAaH,EAA2B,IAAI,EAE5CI,EAAmBC,GAAS,UAAY,CAExC,GAAA,CAACF,EAAW,MAAO,OACjB,MAAAG,EAAiBC,GAGdA,EAAQ,aAAe,GAGjBL,EAAA,MAAQI,EAAcH,EAAW,KAAM,GACrD,GAAG,EAEN,OAAAK,EAAU,IAAM,CAEdC,EAAS,IAAM,CACIL,EAAA,CAAA,CAClB,EACM,OAAA,iBAAiB,SAAUA,CAAgB,CAAA,CACnD,EAEDM,EAAY,IAAM,CACT,OAAA,oBAAoB,SAAUN,CAAgB,CAAA,CACtD","x_google_ignoreList":[0,1]}