123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644 |
- /**
- * vue-meta v2.4.0
- * (c) 2020
- * - Declan de Wet
- * - Sébastien Chopin (@Atinux)
- * - Pim (@pimlie)
- * - All the amazing contributors
- * @license MIT
- */
- import deepmerge from 'deepmerge';
- var version = "2.4.0";
- function _typeof(obj) {
- "@babel/helpers - typeof";
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
- _typeof = function (obj) {
- return typeof obj;
- };
- } else {
- _typeof = function (obj) {
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
- };
- }
- return _typeof(obj);
- }
- function _unsupportedIterableToArray(o, minLen) {
- if (!o) return;
- if (typeof o === "string") return _arrayLikeToArray(o, minLen);
- var n = Object.prototype.toString.call(o).slice(8, -1);
- if (n === "Object" && o.constructor) n = o.constructor.name;
- if (n === "Map" || n === "Set") return Array.from(o);
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
- }
- function _arrayLikeToArray(arr, len) {
- if (len == null || len > arr.length) len = arr.length;
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
- return arr2;
- }
- function _createForOfIteratorHelper(o, allowArrayLike) {
- var it;
- if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {
- if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
- if (it) o = it;
- var i = 0;
- var F = function () {};
- return {
- s: F,
- n: function () {
- if (i >= o.length) return {
- done: true
- };
- return {
- done: false,
- value: o[i++]
- };
- },
- e: function (e) {
- throw e;
- },
- f: F
- };
- }
- throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
- }
- var normalCompletion = true,
- didErr = false,
- err;
- return {
- s: function () {
- it = o[Symbol.iterator]();
- },
- n: function () {
- var step = it.next();
- normalCompletion = step.done;
- return step;
- },
- e: function (e) {
- didErr = true;
- err = e;
- },
- f: function () {
- try {
- if (!normalCompletion && it.return != null) it.return();
- } finally {
- if (didErr) throw err;
- }
- }
- };
- }
- /**
- * checks if passed argument is an array
- * @param {any} arg - the object to check
- * @return {Boolean} - true if `arg` is an array
- */
- function isArray(arg) {
- return Array.isArray(arg);
- }
- function isUndefined(arg) {
- return typeof arg === 'undefined';
- }
- function isObject(arg) {
- return _typeof(arg) === 'object';
- }
- function isPureObject(arg) {
- return _typeof(arg) === 'object' && arg !== null;
- }
- function isFunction(arg) {
- return typeof arg === 'function';
- }
- function isString(arg) {
- return typeof arg === 'string';
- }
- function hasGlobalWindowFn() {
- try {
- return !isUndefined(window);
- } catch (e) {
- return false;
- }
- }
- var hasGlobalWindow = hasGlobalWindowFn();
- var _global = hasGlobalWindow ? window : global;
- var console = _global.console || {};
- function warn(str) {
- /* istanbul ignore next */
- if (!console || !console.warn) {
- return;
- }
- console.warn(str);
- }
- var showWarningNotSupportedInBrowserBundle = function showWarningNotSupportedInBrowserBundle(method) {
- return warn("".concat(method, " is not supported in browser builds"));
- };
- var showWarningNotSupported = function showWarningNotSupported() {
- return warn('This vue app/component has no vue-meta configuration');
- };
- /**
- * These are constant variables used throughout the application.
- */
- // set some sane defaults
- var defaultInfo = {
- title: undefined,
- titleChunk: '',
- titleTemplate: '%s',
- htmlAttrs: {},
- bodyAttrs: {},
- headAttrs: {},
- base: [],
- link: [],
- meta: [],
- style: [],
- script: [],
- noscript: [],
- __dangerouslyDisableSanitizers: [],
- __dangerouslyDisableSanitizersByTagID: {}
- };
- var rootConfigKey = '_vueMeta'; // This is the name of the component option that contains all the information that
- // gets converted to the various meta tags & attributes for the page.
- var keyName = 'metaInfo'; // This is the attribute vue-meta arguments on elements to know which it should
- // manage and which it should ignore.
- var attribute = 'data-vue-meta'; // This is the attribute that goes on the `html` tag to inform `vue-meta`
- // that the server has already generated the meta tags for the initial render.
- var ssrAttribute = 'data-vue-meta-server-rendered'; // This is the property that tells vue-meta to overwrite (instead of append)
- // an item in a tag list. For example, if you have two `meta` tag list items
- // that both have `vmid` of "description", then vue-meta will overwrite the
- // shallowest one with the deepest one.
- var tagIDKeyName = 'vmid'; // This is the key name for possible meta templates
- var metaTemplateKeyName = 'template'; // This is the key name for the content-holding property
- var contentKeyName = 'content'; // The id used for the ssr app
- var ssrAppId = 'ssr'; // How long meta update
- var debounceWait = 10; // How long meta update
- var waitOnDestroyed = true;
- var defaultOptions = {
- keyName: keyName,
- attribute: attribute,
- ssrAttribute: ssrAttribute,
- tagIDKeyName: tagIDKeyName,
- contentKeyName: contentKeyName,
- metaTemplateKeyName: metaTemplateKeyName,
- waitOnDestroyed: waitOnDestroyed,
- debounceWait: debounceWait,
- ssrAppId: ssrAppId
- }; // might be a bit ugly, but minimizes the browser bundles a bit
- var defaultInfoKeys = Object.keys(defaultInfo); // The metaInfo property keys which are used to disable escaping
- var disableOptionKeys = [defaultInfoKeys[12], defaultInfoKeys[13]]; // List of metaInfo property keys which are configuration options (and dont generate html)
- var metaInfoOptionKeys = [defaultInfoKeys[1], defaultInfoKeys[2], 'changed'].concat(disableOptionKeys); // List of metaInfo property keys which only generates attributes and no tags
- var metaInfoAttributeKeys = [defaultInfoKeys[3], defaultInfoKeys[4], defaultInfoKeys[5]]; // HTML elements which support the onload event
- var tagsSupportingOnload = ['link', 'style', 'script']; // HTML elements which dont have a head tag (shortened to our needs)
- var tagProperties = ['once', 'skip', 'template']; // Attributes which should be added with data- prefix
- var commonDataAttributes = ['body', 'pbody']; // from: https://github.com/kangax/html-minifier/blob/gh-pages/src/htmlminifier.js#L202
- var booleanHtmlAttributes = ['allowfullscreen', 'amp', 'amp-boilerplate', 'async', 'autofocus', 'autoplay', 'checked', 'compact', 'controls', 'declare', 'default', 'defaultchecked', 'defaultmuted', 'defaultselected', 'defer', 'disabled', 'enabled', 'formnovalidate', 'hidden', 'indeterminate', 'inert', 'ismap', 'itemscope', 'loop', 'multiple', 'muted', 'nohref', 'noresize', 'noshade', 'novalidate', 'nowrap', 'open', 'pauseonexit', 'readonly', 'required', 'reversed', 'scoped', 'seamless', 'selected', 'sortable', 'truespeed', 'typemustmatch', 'visible'];
- var batchId = null;
- function triggerUpdate(_ref, rootVm, hookName) {
- var debounceWait = _ref.debounceWait;
- // if an update was triggered during initialization or when an update was triggered by the
- // metaInfo watcher, set initialized to null
- // then we keep falsy value but know we need to run a triggerUpdate after initialization
- if (!rootVm[rootConfigKey].initialized && (rootVm[rootConfigKey].initializing || hookName === 'watcher')) {
- rootVm[rootConfigKey].initialized = null;
- }
- if (rootVm[rootConfigKey].initialized && !rootVm[rootConfigKey].pausing) {
- // batch potential DOM updates to prevent extraneous re-rendering
- // eslint-disable-next-line no-void
- batchUpdate(function () {
- return void rootVm.$meta().refresh();
- }, debounceWait);
- }
- }
- /**
- * Performs a batched update.
- *
- * @param {(null|Number)} id - the ID of this update
- * @param {Function} callback - the update to perform
- * @return {Number} id - a new ID
- */
- function batchUpdate(callback, timeout) {
- timeout = timeout === undefined ? 10 : timeout;
- if (!timeout) {
- callback();
- return;
- }
- clearTimeout(batchId);
- batchId = setTimeout(function () {
- callback();
- }, timeout);
- return batchId;
- }
- /*
- * To reduce build size, this file provides simple polyfills without
- * overly excessive type checking and without modifying
- * the global Array.prototype
- * The polyfills are automatically removed in the commonjs build
- * Also, only files in client/ & shared/ should use these functions
- * files in server/ still use normal js function
- */
- function find(array, predicate, thisArg) {
- if ( !Array.prototype.find) {
- // idx needs to be a Number, for..in returns string
- for (var idx = 0; idx < array.length; idx++) {
- if (predicate.call(thisArg, array[idx], idx, array)) {
- return array[idx];
- }
- }
- return;
- }
- return array.find(predicate, thisArg);
- }
- function findIndex(array, predicate, thisArg) {
- if ( !Array.prototype.findIndex) {
- // idx needs to be a Number, for..in returns string
- for (var idx = 0; idx < array.length; idx++) {
- if (predicate.call(thisArg, array[idx], idx, array)) {
- return idx;
- }
- }
- return -1;
- }
- return array.findIndex(predicate, thisArg);
- }
- function toArray(arg) {
- if ( !Array.from) {
- return Array.prototype.slice.call(arg);
- }
- return Array.from(arg);
- }
- function includes(array, value) {
- if ( !Array.prototype.includes) {
- for (var idx in array) {
- if (array[idx] === value) {
- return true;
- }
- }
- return false;
- }
- return array.includes(value);
- }
- var querySelector = function querySelector(arg, el) {
- return (el || document).querySelectorAll(arg);
- };
- function getTag(tags, tag) {
- if (!tags[tag]) {
- tags[tag] = document.getElementsByTagName(tag)[0];
- }
- return tags[tag];
- }
- function getElementsKey(_ref) {
- var body = _ref.body,
- pbody = _ref.pbody;
- return body ? 'body' : pbody ? 'pbody' : 'head';
- }
- function queryElements(parentNode, _ref2, attributes) {
- var appId = _ref2.appId,
- attribute = _ref2.attribute,
- type = _ref2.type,
- tagIDKeyName = _ref2.tagIDKeyName;
- attributes = attributes || {};
- var queries = ["".concat(type, "[").concat(attribute, "=\"").concat(appId, "\"]"), "".concat(type, "[data-").concat(tagIDKeyName, "]")].map(function (query) {
- for (var key in attributes) {
- var val = attributes[key];
- var attributeValue = val && val !== true ? "=\"".concat(val, "\"") : '';
- query += "[data-".concat(key).concat(attributeValue, "]");
- }
- return query;
- });
- return toArray(querySelector(queries.join(', '), parentNode));
- }
- function removeElementsByAppId(_ref3, appId) {
- var attribute = _ref3.attribute;
- toArray(querySelector("[".concat(attribute, "=\"").concat(appId, "\"]"))).map(function (el) {
- return el.remove();
- });
- }
- function removeAttribute(el, attributeName) {
- el.removeAttribute(attributeName);
- }
- function hasMetaInfo(vm) {
- vm = vm || this;
- return vm && (vm[rootConfigKey] === true || isObject(vm[rootConfigKey]));
- } // a component is in a metaInfo branch when itself has meta info or one of its (grand-)children has
- function inMetaInfoBranch(vm) {
- vm = vm || this;
- return vm && !isUndefined(vm[rootConfigKey]);
- }
- function pause(rootVm, refresh) {
- rootVm[rootConfigKey].pausing = true;
- return function () {
- return resume(rootVm, refresh);
- };
- }
- function resume(rootVm, refresh) {
- rootVm[rootConfigKey].pausing = false;
- if (refresh || refresh === undefined) {
- return rootVm.$meta().refresh();
- }
- }
- function addNavGuards(rootVm) {
- var router = rootVm.$router; // return when nav guards already added or no router exists
- if (rootVm[rootConfigKey].navGuards || !router) {
- /* istanbul ignore next */
- return;
- }
- rootVm[rootConfigKey].navGuards = true;
- router.beforeEach(function (to, from, next) {
- pause(rootVm);
- next();
- });
- router.afterEach(function () {
- rootVm.$nextTick(function () {
- var _resume = resume(rootVm),
- metaInfo = _resume.metaInfo;
- if (metaInfo && isFunction(metaInfo.afterNavigation)) {
- metaInfo.afterNavigation(metaInfo);
- }
- });
- });
- }
- var appId = 1;
- function createMixin(Vue, options) {
- // for which Vue lifecycle hooks should the metaInfo be refreshed
- var updateOnLifecycleHook = ['activated', 'deactivated', 'beforeMount'];
- var wasServerRendered = false; // watch for client side component updates
- return {
- beforeCreate: function beforeCreate() {
- var _this2 = this;
- var rootKey = '$root';
- var $root = this[rootKey];
- var $options = this.$options;
- var devtoolsEnabled = Vue.config.devtools;
- Object.defineProperty(this, '_hasMetaInfo', {
- configurable: true,
- get: function get() {
- // Show deprecation warning once when devtools enabled
- if (devtoolsEnabled && !$root[rootConfigKey].deprecationWarningShown) {
- warn('VueMeta DeprecationWarning: _hasMetaInfo has been deprecated and will be removed in a future version. Please use hasMetaInfo(vm) instead');
- $root[rootConfigKey].deprecationWarningShown = true;
- }
- return hasMetaInfo(this);
- }
- });
- if (this === $root) {
- $root.$once('hook:beforeMount', function () {
- wasServerRendered = this.$el && this.$el.nodeType === 1 && this.$el.hasAttribute('data-server-rendered'); // In most cases when you have a SSR app it will be the first app thats gonna be
- // initiated, if we cant detect the data-server-rendered attribute from Vue but we
- // do see our own ssrAttribute then _assume_ the Vue app with appId 1 is the ssr app
- // attempted fix for #404 & #562, but we rly need to refactor how we pass appIds from
- // ssr to the client
- if (!wasServerRendered && $root[rootConfigKey] && $root[rootConfigKey].appId === 1) {
- var htmlTag = getTag({}, 'html');
- wasServerRendered = htmlTag && htmlTag.hasAttribute(options.ssrAttribute);
- }
- });
- } // Add a marker to know if it uses metaInfo
- // _vnode is used to know that it's attached to a real component
- // useful if we use some mixin to add some meta tags (like nuxt-i18n)
- if (isUndefined($options[options.keyName]) || $options[options.keyName] === null) {
- return;
- }
- if (!$root[rootConfigKey]) {
- $root[rootConfigKey] = {
- appId: appId
- };
- appId++;
- if (devtoolsEnabled && $root.$options[options.keyName]) {
- // use nextTick so the children should be added to $root
- this.$nextTick(function () {
- // find the first child that lists fnOptions
- var child = find($root.$children, function (c) {
- return c.$vnode && c.$vnode.fnOptions;
- });
- if (child && child.$vnode.fnOptions[options.keyName]) {
- warn("VueMeta has detected a possible global mixin which adds a ".concat(options.keyName, " property to all Vue components on the page. This could cause severe performance issues. If possible, use $meta().addApp to add meta information instead"));
- }
- });
- }
- } // to speed up updates we keep track of branches which have a component with vue-meta info defined
- // if _vueMeta = true it has info, if _vueMeta = false a child has info
- if (!this[rootConfigKey]) {
- this[rootConfigKey] = true;
- var parent = this.$parent;
- while (parent && parent !== $root) {
- if (isUndefined(parent[rootConfigKey])) {
- parent[rootConfigKey] = false;
- }
- parent = parent.$parent;
- }
- } // coerce function-style metaInfo to a computed prop so we can observe
- // it on creation
- if (isFunction($options[options.keyName])) {
- $options.computed = $options.computed || {};
- $options.computed.$metaInfo = $options[options.keyName];
- if (!this.$isServer) {
- // if computed $metaInfo exists, watch it for updates & trigger a refresh
- // when it changes (i.e. automatically handle async actions that affect metaInfo)
- // credit for this suggestion goes to [Sébastien Chopin](https://github.com/Atinux)
- this.$on('hook:created', function () {
- this.$watch('$metaInfo', function () {
- triggerUpdate(options, this[rootKey], 'watcher');
- });
- });
- }
- } // force an initial refresh on page load and prevent other lifecycleHooks
- // to triggerUpdate until this initial refresh is finished
- // this is to make sure that when a page is opened in an inactive tab which
- // has throttled rAF/timers we still immediately set the page title
- if (isUndefined($root[rootConfigKey].initialized)) {
- $root[rootConfigKey].initialized = this.$isServer;
- if (!$root[rootConfigKey].initialized) {
- if (!$root[rootConfigKey].initializedSsr) {
- $root[rootConfigKey].initializedSsr = true;
- this.$on('hook:beforeMount', function () {
- var $root = this[rootKey]; // if this Vue-app was server rendered, set the appId to 'ssr'
- // only one SSR app per page is supported
- if (wasServerRendered) {
- $root[rootConfigKey].appId = options.ssrAppId;
- }
- });
- } // we use the mounted hook here as on page load
- this.$on('hook:mounted', function () {
- var $root = this[rootKey];
- if ($root[rootConfigKey].initialized) {
- return;
- } // used in triggerUpdate to check if a change was triggered
- // during initialization
- $root[rootConfigKey].initializing = true; // refresh meta in nextTick so all child components have loaded
- this.$nextTick(function () {
- var _$root$$meta$refresh = $root.$meta().refresh(),
- tags = _$root$$meta$refresh.tags,
- metaInfo = _$root$$meta$refresh.metaInfo; // After ssr hydration (identifier by tags === false) check
- // if initialized was set to null in triggerUpdate. That'd mean
- // that during initilazation changes where triggered which need
- // to be applied OR a metaInfo watcher was triggered before the
- // current hook was called
- // (during initialization all changes are blocked)
- if (tags === false && $root[rootConfigKey].initialized === null) {
- this.$nextTick(function () {
- return triggerUpdate(options, $root, 'init');
- });
- }
- $root[rootConfigKey].initialized = true;
- delete $root[rootConfigKey].initializing; // add the navigation guards if they havent been added yet
- // they are needed for the afterNavigation callback
- if (!options.refreshOnceOnNavigation && metaInfo.afterNavigation) {
- addNavGuards($root);
- }
- });
- }); // add the navigation guards if requested
- if (options.refreshOnceOnNavigation) {
- addNavGuards($root);
- }
- }
- }
- this.$on('hook:destroyed', function () {
- var _this = this;
- // do not trigger refresh:
- // - when user configured to not wait for transitions on destroyed
- // - when the component doesnt have a parent
- // - doesnt have metaInfo defined
- if (!this.$parent || !hasMetaInfo(this)) {
- return;
- }
- delete this._hasMetaInfo;
- this.$nextTick(function () {
- if (!options.waitOnDestroyed || !_this.$el || !_this.$el.offsetParent) {
- triggerUpdate(options, _this.$root, 'destroyed');
- return;
- } // Wait that element is hidden before refreshing meta tags (to support animations)
- var interval = setInterval(function () {
- if (_this.$el && _this.$el.offsetParent !== null) {
- /* istanbul ignore next line */
- return;
- }
- clearInterval(interval);
- triggerUpdate(options, _this.$root, 'destroyed');
- }, 50);
- });
- }); // do not trigger refresh on the server side
- if (this.$isServer) {
- /* istanbul ignore next */
- return;
- } // no need to add this hooks on server side
- updateOnLifecycleHook.forEach(function (lifecycleHook) {
- _this2.$on("hook:".concat(lifecycleHook), function () {
- triggerUpdate(options, this[rootKey], lifecycleHook);
- });
- });
- }
- };
- }
- function setOptions(options) {
- // combine options
- options = isObject(options) ? options : {}; // The options are set like this so they can
- // be minified by terser while keeping the
- // user api intact
- // terser --mangle-properties keep_quoted=strict
- /* eslint-disable dot-notation */
- return {
- keyName: options['keyName'] || defaultOptions.keyName,
- attribute: options['attribute'] || defaultOptions.attribute,
- ssrAttribute: options['ssrAttribute'] || defaultOptions.ssrAttribute,
- tagIDKeyName: options['tagIDKeyName'] || defaultOptions.tagIDKeyName,
- contentKeyName: options['contentKeyName'] || defaultOptions.contentKeyName,
- metaTemplateKeyName: options['metaTemplateKeyName'] || defaultOptions.metaTemplateKeyName,
- debounceWait: isUndefined(options['debounceWait']) ? defaultOptions.debounceWait : options['debounceWait'],
- waitOnDestroyed: isUndefined(options['waitOnDestroyed']) ? defaultOptions.waitOnDestroyed : options['waitOnDestroyed'],
- ssrAppId: options['ssrAppId'] || defaultOptions.ssrAppId,
- refreshOnceOnNavigation: !!options['refreshOnceOnNavigation']
- };
- /* eslint-enable dot-notation */
- }
- function getOptions(options) {
- var optionsCopy = {};
- for (var key in options) {
- optionsCopy[key] = options[key];
- }
- return optionsCopy;
- }
- function ensureIsArray(arg, key) {
- if (!key || !isObject(arg)) {
- return isArray(arg) ? arg : [];
- }
- if (!isArray(arg[key])) {
- arg[key] = [];
- }
- return arg;
- }
- var clientSequences = [[/&/g, "&"], [/</g, "<"], [/>/g, ">"], [/"/g, "\""], [/'/g, "'"]]; // sanitizes potentially dangerous characters
- function escape(info, options, escapeOptions, escapeKeys) {
- var tagIDKeyName = options.tagIDKeyName;
- var _escapeOptions$doEsca = escapeOptions.doEscape,
- doEscape = _escapeOptions$doEsca === void 0 ? function (v) {
- return v;
- } : _escapeOptions$doEsca;
- var escaped = {};
- for (var key in info) {
- var value = info[key]; // no need to escape configuration options
- if (includes(metaInfoOptionKeys, key)) {
- escaped[key] = value;
- continue;
- } // do not use destructuring for disableOptionKeys, it increases transpiled size
- // due to var checks while we are guaranteed the structure of the cb
- var disableKey = disableOptionKeys[0];
- if (escapeOptions[disableKey] && includes(escapeOptions[disableKey], key)) {
- // this info[key] doesnt need to escaped if the option is listed in __dangerouslyDisableSanitizers
- escaped[key] = value;
- continue;
- }
- var tagId = info[tagIDKeyName];
- if (tagId) {
- disableKey = disableOptionKeys[1]; // keys which are listed in __dangerouslyDisableSanitizersByTagID for the current vmid do not need to be escaped
- if (escapeOptions[disableKey] && escapeOptions[disableKey][tagId] && includes(escapeOptions[disableKey][tagId], key)) {
- escaped[key] = value;
- continue;
- }
- }
- if (isString(value)) {
- escaped[key] = doEscape(value);
- } else if (isArray(value)) {
- escaped[key] = value.map(function (v) {
- if (isPureObject(v)) {
- return escape(v, options, escapeOptions, true);
- }
- return doEscape(v);
- });
- } else if (isPureObject(value)) {
- escaped[key] = escape(value, options, escapeOptions, true);
- } else {
- escaped[key] = value;
- }
- if (escapeKeys) {
- var escapedKey = doEscape(key);
- if (key !== escapedKey) {
- escaped[escapedKey] = escaped[key];
- delete escaped[key];
- }
- }
- }
- return escaped;
- }
- function escapeMetaInfo(options, info, escapeSequences) {
- escapeSequences = escapeSequences || []; // do not use destructuring for seq, it increases transpiled size
- // due to var checks while we are guaranteed the structure of the cb
- var escapeOptions = {
- doEscape: function doEscape(value) {
- return escapeSequences.reduce(function (val, seq) {
- return val.replace(seq[0], seq[1]);
- }, value);
- }
- };
- disableOptionKeys.forEach(function (disableKey, index) {
- if (index === 0) {
- ensureIsArray(info, disableKey);
- } else if (index === 1) {
- for (var key in info[disableKey]) {
- ensureIsArray(info[disableKey], key);
- }
- }
- escapeOptions[disableKey] = info[disableKey];
- }); // begin sanitization
- return escape(info, options, escapeOptions);
- }
- function applyTemplate(_ref, headObject, template, chunk) {
- var component = _ref.component,
- metaTemplateKeyName = _ref.metaTemplateKeyName,
- contentKeyName = _ref.contentKeyName;
- if (template === true || headObject[metaTemplateKeyName] === true) {
- // abort, template was already applied
- return false;
- }
- if (isUndefined(template) && headObject[metaTemplateKeyName]) {
- template = headObject[metaTemplateKeyName];
- headObject[metaTemplateKeyName] = true;
- } // return early if no template defined
- if (!template) {
- // cleanup faulty template properties
- delete headObject[metaTemplateKeyName];
- return false;
- }
- if (isUndefined(chunk)) {
- chunk = headObject[contentKeyName];
- }
- headObject[contentKeyName] = isFunction(template) ? template.call(component, chunk) : template.replace(/%s/g, chunk);
- return true;
- }
- function _arrayMerge(_ref, target, source) {
- var component = _ref.component,
- tagIDKeyName = _ref.tagIDKeyName,
- metaTemplateKeyName = _ref.metaTemplateKeyName,
- contentKeyName = _ref.contentKeyName;
- // we concat the arrays without merging objects contained in,
- // but we check for a `vmid` property on each object in the array
- // using an O(1) lookup associative array exploit
- var destination = [];
- if (!target.length && !source.length) {
- return destination;
- }
- target.forEach(function (targetItem, targetIndex) {
- // no tagID so no need to check for duplicity
- if (!targetItem[tagIDKeyName]) {
- destination.push(targetItem);
- return;
- }
- var sourceIndex = findIndex(source, function (item) {
- return item[tagIDKeyName] === targetItem[tagIDKeyName];
- });
- var sourceItem = source[sourceIndex]; // source doesnt contain any duplicate vmid's, we can keep targetItem
- if (sourceIndex === -1) {
- destination.push(targetItem);
- return;
- } // when sourceItem explictly defines contentKeyName or innerHTML as undefined, its
- // an indication that we need to skip the default behaviour or child has preference over parent
- // which means we keep the targetItem and ignore/remove the sourceItem
- if (contentKeyName in sourceItem && sourceItem[contentKeyName] === undefined || 'innerHTML' in sourceItem && sourceItem.innerHTML === undefined) {
- destination.push(targetItem); // remove current index from source array so its not concatenated to destination below
- source.splice(sourceIndex, 1);
- return;
- } // we now know that targetItem is a duplicate and we should ignore it in favor of sourceItem
- // if source specifies null as content then ignore both the target as the source
- if (sourceItem[contentKeyName] === null || sourceItem.innerHTML === null) {
- // remove current index from source array so its not concatenated to destination below
- source.splice(sourceIndex, 1);
- return;
- } // now we only need to check if the target has a template to combine it with the source
- var targetTemplate = targetItem[metaTemplateKeyName];
- if (!targetTemplate) {
- return;
- }
- var sourceTemplate = sourceItem[metaTemplateKeyName];
- if (!sourceTemplate) {
- // use parent template and child content
- applyTemplate({
- component: component,
- metaTemplateKeyName: metaTemplateKeyName,
- contentKeyName: contentKeyName
- }, sourceItem, targetTemplate); // set template to true to indicate template was already applied
- sourceItem.template = true;
- return;
- }
- if (!sourceItem[contentKeyName]) {
- // use parent content and child template
- applyTemplate({
- component: component,
- metaTemplateKeyName: metaTemplateKeyName,
- contentKeyName: contentKeyName
- }, sourceItem, undefined, targetItem[contentKeyName]);
- }
- });
- return destination.concat(source);
- }
- var warningShown = false;
- function merge(target, source, options) {
- options = options || {}; // remove properties explicitly set to false so child components can
- // optionally _not_ overwrite the parents content
- // (for array properties this is checked in arrayMerge)
- if (source.title === undefined) {
- delete source.title;
- }
- metaInfoAttributeKeys.forEach(function (attrKey) {
- if (!source[attrKey]) {
- return;
- }
- for (var key in source[attrKey]) {
- if (key in source[attrKey] && source[attrKey][key] === undefined) {
- if (includes(booleanHtmlAttributes, key) && !warningShown) {
- warn('VueMeta: Please note that since v2 the value undefined is not used to indicate boolean attributes anymore, see migration guide for details');
- warningShown = true;
- }
- delete source[attrKey][key];
- }
- }
- });
- return deepmerge(target, source, {
- arrayMerge: function arrayMerge(t, s) {
- return _arrayMerge(options, t, s);
- }
- });
- }
- function getComponentMetaInfo(options, component) {
- return getComponentOption(options || {}, component, defaultInfo);
- }
- /**
- * Returns the `opts.option` $option value of the given `opts.component`.
- * If methods are encountered, they will be bound to the component context.
- * If `opts.deep` is true, will recursively merge all child component
- * `opts.option` $option values into the returned result.
- *
- * @param {Object} opts - options
- * @param {Object} opts.component - Vue component to fetch option data from
- * @param {Boolean} opts.deep - look for data in child components as well?
- * @param {Function} opts.arrayMerge - how should arrays be merged?
- * @param {String} opts.keyName - the name of the option to look for
- * @param {Object} [result={}] - result so far
- * @return {Object} result - final aggregated result
- */
- function getComponentOption(options, component, result) {
- result = result || {};
- if (component._inactive) {
- return result;
- }
- options = options || {};
- var _options = options,
- keyName = _options.keyName;
- var $metaInfo = component.$metaInfo,
- $options = component.$options,
- $children = component.$children; // only collect option data if it exists
- if ($options[keyName]) {
- // if $metaInfo exists then [keyName] was defined as a function
- // and set to the computed prop $metaInfo in the mixin
- // using the computed prop should be a small performance increase
- // because Vue caches those internally
- var data = $metaInfo || $options[keyName]; // only merge data with result when its an object
- // eg it could be a function when metaInfo() returns undefined
- // dueo to the or statement above
- if (isObject(data)) {
- result = merge(result, data, options);
- }
- } // collect & aggregate child options if deep = true
- if ($children.length) {
- $children.forEach(function (childComponent) {
- // check if the childComponent is in a branch
- // return otherwise so we dont walk all component branches unnecessarily
- if (!inMetaInfoBranch(childComponent)) {
- return;
- }
- result = getComponentOption(options, childComponent, result);
- });
- }
- return result;
- }
- var callbacks = [];
- function isDOMComplete(d) {
- return (d || document).readyState === 'complete';
- }
- function addCallback(query, callback) {
- if (arguments.length === 1) {
- callback = query;
- query = '';
- }
- callbacks.push([query, callback]);
- }
- function addCallbacks(_ref, type, tags, autoAddListeners) {
- var tagIDKeyName = _ref.tagIDKeyName;
- var hasAsyncCallback = false;
- tags.forEach(function (tag) {
- if (!tag[tagIDKeyName] || !tag.callback) {
- return;
- }
- hasAsyncCallback = true;
- addCallback("".concat(type, "[data-").concat(tagIDKeyName, "=\"").concat(tag[tagIDKeyName], "\"]"), tag.callback);
- });
- if (!autoAddListeners || !hasAsyncCallback) {
- return hasAsyncCallback;
- }
- return addListeners();
- }
- function addListeners() {
- if (isDOMComplete()) {
- applyCallbacks();
- return;
- } // Instead of using a MutationObserver, we just apply
- /* istanbul ignore next */
- document.onreadystatechange = function () {
- applyCallbacks();
- };
- }
- function applyCallbacks(matchElement) {
- callbacks.forEach(function (args) {
- // do not use destructuring for args, it increases transpiled size
- // due to var checks while we are guaranteed the structure of the cb
- var query = args[0];
- var callback = args[1];
- var selector = "".concat(query, "[onload=\"this.__vm_l=1\"]");
- var elements = [];
- if (!matchElement) {
- elements = toArray(querySelector(selector));
- }
- if (matchElement && matchElement.matches(selector)) {
- elements = [matchElement];
- }
- elements.forEach(function (element) {
- /* __vm_cb: whether the load callback has been called
- * __vm_l: set by onload attribute, whether the element was loaded
- * __vm_ev: whether the event listener was added or not
- */
- if (element.__vm_cb) {
- return;
- }
- var onload = function onload() {
- /* Mark that the callback for this element has already been called,
- * this prevents the callback to run twice in some (rare) conditions
- */
- element.__vm_cb = true;
- /* onload needs to be removed because we only need the
- * attribute after ssr and if we dont remove it the node
- * will fail isEqualNode on the client
- */
- removeAttribute(element, 'onload');
- callback(element);
- };
- /* IE9 doesnt seem to load scripts synchronously,
- * causing a script sometimes/often already to be loaded
- * when we add the event listener below (thus adding an onload event
- * listener has no use because it will never be triggered).
- * Therefore we add the onload attribute during ssr, and
- * check here if it was already loaded or not
- */
- if (element.__vm_l) {
- onload();
- return;
- }
- if (!element.__vm_ev) {
- element.__vm_ev = true;
- element.addEventListener('load', onload);
- }
- });
- });
- }
- // instead of adding it to the html
- var attributeMap = {};
- /**
- * Updates the document's html tag attributes
- *
- * @param {Object} attrs - the new document html attributes
- * @param {HTMLElement} tag - the HTMLElement tag to update with new attrs
- */
- function updateAttribute(appId, options, type, attrs, tag) {
- var _ref = options || {},
- attribute = _ref.attribute;
- var vueMetaAttrString = tag.getAttribute(attribute);
- if (vueMetaAttrString) {
- attributeMap[type] = JSON.parse(decodeURI(vueMetaAttrString));
- removeAttribute(tag, attribute);
- }
- var data = attributeMap[type] || {};
- var toUpdate = []; // remove attributes from the map
- // which have been removed for this appId
- for (var attr in data) {
- if (data[attr] !== undefined && appId in data[attr]) {
- toUpdate.push(attr);
- if (!attrs[attr]) {
- delete data[attr][appId];
- }
- }
- }
- for (var _attr in attrs) {
- var attrData = data[_attr];
- if (!attrData || attrData[appId] !== attrs[_attr]) {
- toUpdate.push(_attr);
- if (attrs[_attr] !== undefined) {
- data[_attr] = data[_attr] || {};
- data[_attr][appId] = attrs[_attr];
- }
- }
- }
- for (var _i = 0, _toUpdate = toUpdate; _i < _toUpdate.length; _i++) {
- var _attr2 = _toUpdate[_i];
- var _attrData = data[_attr2];
- var attrValues = [];
- for (var _appId in _attrData) {
- Array.prototype.push.apply(attrValues, [].concat(_attrData[_appId]));
- }
- if (attrValues.length) {
- var attrValue = includes(booleanHtmlAttributes, _attr2) && attrValues.some(Boolean) ? '' : attrValues.filter(function (v) {
- return v !== undefined;
- }).join(' ');
- tag.setAttribute(_attr2, attrValue);
- } else {
- removeAttribute(tag, _attr2);
- }
- }
- attributeMap[type] = data;
- }
- /**
- * Updates the document title
- *
- * @param {String} title - the new title of the document
- */
- function updateTitle(title) {
- if (!title && title !== '') {
- return;
- }
- document.title = title;
- }
- /**
- * Updates meta tags inside <head> and <body> on the client. Borrowed from `react-helmet`:
- * https://github.com/nfl/react-helmet/blob/004d448f8de5f823d10f838b02317521180f34da/src/Helmet.js#L195-L245
- *
- * @param {('meta'|'base'|'link'|'style'|'script'|'noscript')} type - the name of the tag
- * @param {(Array<Object>|Object)} tags - an array of tag objects or a single object in case of base
- * @return {Object} - a representation of what tags changed
- */
- function updateTag(appId, options, type, tags, head, body) {
- var _ref = options || {},
- attribute = _ref.attribute,
- tagIDKeyName = _ref.tagIDKeyName;
- var dataAttributes = commonDataAttributes.slice();
- dataAttributes.push(tagIDKeyName);
- var newElements = [];
- var queryOptions = {
- appId: appId,
- attribute: attribute,
- type: type,
- tagIDKeyName: tagIDKeyName
- };
- var currentElements = {
- head: queryElements(head, queryOptions),
- pbody: queryElements(body, queryOptions, {
- pbody: true
- }),
- body: queryElements(body, queryOptions, {
- body: true
- })
- };
- if (tags.length > 1) {
- // remove duplicates that could have been found by merging tags
- // which include a mixin with metaInfo and that mixin is used
- // by multiple components on the same page
- var found = [];
- tags = tags.filter(function (x) {
- var k = JSON.stringify(x);
- var res = !includes(found, k);
- found.push(k);
- return res;
- });
- }
- tags.forEach(function (tag) {
- if (tag.skip) {
- return;
- }
- var newElement = document.createElement(type);
- if (!tag.once) {
- newElement.setAttribute(attribute, appId);
- }
- Object.keys(tag).forEach(function (attr) {
- /* istanbul ignore next */
- if (includes(tagProperties, attr)) {
- return;
- }
- if (attr === 'innerHTML') {
- newElement.innerHTML = tag.innerHTML;
- return;
- }
- if (attr === 'json') {
- newElement.innerHTML = JSON.stringify(tag.json);
- return;
- }
- if (attr === 'cssText') {
- if (newElement.styleSheet) {
- /* istanbul ignore next */
- newElement.styleSheet.cssText = tag.cssText;
- } else {
- newElement.appendChild(document.createTextNode(tag.cssText));
- }
- return;
- }
- if (attr === 'callback') {
- newElement.onload = function () {
- return tag[attr](newElement);
- };
- return;
- }
- var _attr = includes(dataAttributes, attr) ? "data-".concat(attr) : attr;
- var isBooleanAttribute = includes(booleanHtmlAttributes, attr);
- if (isBooleanAttribute && !tag[attr]) {
- return;
- }
- var value = isBooleanAttribute ? '' : tag[attr];
- newElement.setAttribute(_attr, value);
- });
- var oldElements = currentElements[getElementsKey(tag)]; // Remove a duplicate tag from domTagstoRemove, so it isn't cleared.
- var indexToDelete;
- var hasEqualElement = oldElements.some(function (existingTag, index) {
- indexToDelete = index;
- return newElement.isEqualNode(existingTag);
- });
- if (hasEqualElement && (indexToDelete || indexToDelete === 0)) {
- oldElements.splice(indexToDelete, 1);
- } else {
- newElements.push(newElement);
- }
- });
- var oldElements = [];
- for (var _type in currentElements) {
- Array.prototype.push.apply(oldElements, currentElements[_type]);
- } // remove old elements
- oldElements.forEach(function (element) {
- element.parentNode.removeChild(element);
- }); // insert new elements
- newElements.forEach(function (element) {
- if (element.hasAttribute('data-body')) {
- body.appendChild(element);
- return;
- }
- if (element.hasAttribute('data-pbody')) {
- body.insertBefore(element, body.firstChild);
- return;
- }
- head.appendChild(element);
- });
- return {
- oldTags: oldElements,
- newTags: newElements
- };
- }
- /**
- * Performs client-side updates when new meta info is received
- *
- * @param {Object} newInfo - the meta info to update to
- */
- function updateClientMetaInfo(appId, options, newInfo) {
- options = options || {};
- var _options = options,
- ssrAttribute = _options.ssrAttribute,
- ssrAppId = _options.ssrAppId; // only cache tags for current update
- var tags = {};
- var htmlTag = getTag(tags, 'html'); // if this is a server render, then dont update
- if (appId === ssrAppId && htmlTag.hasAttribute(ssrAttribute)) {
- // remove the server render attribute so we can update on (next) changes
- removeAttribute(htmlTag, ssrAttribute); // add load callbacks if the
- var addLoadListeners = false;
- tagsSupportingOnload.forEach(function (type) {
- if (newInfo[type] && addCallbacks(options, type, newInfo[type])) {
- addLoadListeners = true;
- }
- });
- if (addLoadListeners) {
- addListeners();
- }
- return false;
- } // initialize tracked changes
- var tagsAdded = {};
- var tagsRemoved = {};
- for (var type in newInfo) {
- // ignore these
- if (includes(metaInfoOptionKeys, type)) {
- continue;
- }
- if (type === 'title') {
- // update the title
- updateTitle(newInfo.title);
- continue;
- }
- if (includes(metaInfoAttributeKeys, type)) {
- var tagName = type.substr(0, 4);
- updateAttribute(appId, options, type, newInfo[type], getTag(tags, tagName));
- continue;
- } // tags should always be an array, ignore if it isnt
- if (!isArray(newInfo[type])) {
- continue;
- }
- var _updateTag = updateTag(appId, options, type, newInfo[type], getTag(tags, 'head'), getTag(tags, 'body')),
- oldTags = _updateTag.oldTags,
- newTags = _updateTag.newTags;
- if (newTags.length) {
- tagsAdded[type] = newTags;
- tagsRemoved[type] = oldTags;
- }
- }
- return {
- tagsAdded: tagsAdded,
- tagsRemoved: tagsRemoved
- };
- }
- var appsMetaInfo;
- function addApp(rootVm, appId, options) {
- return {
- set: function set(metaInfo) {
- return setMetaInfo(rootVm, appId, options, metaInfo);
- },
- remove: function remove() {
- return removeMetaInfo(rootVm, appId, options);
- }
- };
- }
- function setMetaInfo(rootVm, appId, options, metaInfo) {
- // if a vm exists _and_ its mounted then immediately update
- if (rootVm && rootVm.$el) {
- return updateClientMetaInfo(appId, options, metaInfo);
- } // store for later, the info
- // will be set on the first refresh
- appsMetaInfo = appsMetaInfo || {};
- appsMetaInfo[appId] = metaInfo;
- }
- function removeMetaInfo(rootVm, appId, options) {
- if (rootVm && rootVm.$el) {
- var tags = {};
- var _iterator = _createForOfIteratorHelper(metaInfoAttributeKeys),
- _step;
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var type = _step.value;
- var tagName = type.substr(0, 4);
- updateAttribute(appId, options, type, {}, getTag(tags, tagName));
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
- return removeElementsByAppId(options, appId);
- }
- if (appsMetaInfo[appId]) {
- delete appsMetaInfo[appId];
- clearAppsMetaInfo();
- }
- }
- function getAppsMetaInfo() {
- return appsMetaInfo;
- }
- function clearAppsMetaInfo(force) {
- if (force || !Object.keys(appsMetaInfo).length) {
- appsMetaInfo = undefined;
- }
- }
- /**
- * Returns the correct meta info for the given component
- * (child components will overwrite parent meta info)
- *
- * @param {Object} component - the Vue instance to get meta info from
- * @return {Object} - returned meta info
- */
- function getMetaInfo(options, info, escapeSequences, component) {
- options = options || {};
- escapeSequences = escapeSequences || [];
- var _options = options,
- tagIDKeyName = _options.tagIDKeyName; // Remove all "template" tags from meta
- // backup the title chunk in case user wants access to it
- if (info.title) {
- info.titleChunk = info.title;
- } // replace title with populated template
- if (info.titleTemplate && info.titleTemplate !== '%s') {
- applyTemplate({
- component: component,
- contentKeyName: 'title'
- }, info, info.titleTemplate, info.titleChunk || '');
- } // convert base tag to an array so it can be handled the same way
- // as the other tags
- if (info.base) {
- info.base = Object.keys(info.base).length ? [info.base] : [];
- }
- if (info.meta) {
- // remove meta items with duplicate vmid's
- info.meta = info.meta.filter(function (metaItem, index, arr) {
- var hasVmid = !!metaItem[tagIDKeyName];
- if (!hasVmid) {
- return true;
- }
- var isFirstItemForVmid = index === findIndex(arr, function (item) {
- return item[tagIDKeyName] === metaItem[tagIDKeyName];
- });
- return isFirstItemForVmid;
- }); // apply templates if needed
- info.meta.forEach(function (metaObject) {
- return applyTemplate(options, metaObject);
- });
- }
- return escapeMetaInfo(options, info, escapeSequences);
- }
- /**
- * When called, will update the current meta info with new meta info.
- * Useful when updating meta info as the result of an asynchronous
- * action that resolves after the initial render takes place.
- *
- * Credit to [Sébastien Chopin](https://github.com/Atinux) for the suggestion
- * to implement this method.
- *
- * @return {Object} - new meta info
- */
- function refresh(rootVm, options) {
- options = options || {}; // make sure vue-meta was initiated
- if (!rootVm[rootConfigKey]) {
- showWarningNotSupported();
- return {};
- } // collect & aggregate all metaInfo $options
- var rawInfo = getComponentMetaInfo(options, rootVm);
- var metaInfo = getMetaInfo(options, rawInfo, clientSequences, rootVm);
- var appId = rootVm[rootConfigKey].appId;
- var tags = updateClientMetaInfo(appId, options, metaInfo); // emit "event" with new info
- if (tags && isFunction(metaInfo.changed)) {
- metaInfo.changed(metaInfo, tags.tagsAdded, tags.tagsRemoved);
- tags = {
- addedTags: tags.tagsAdded,
- removedTags: tags.tagsRemoved
- };
- }
- var appsMetaInfo = getAppsMetaInfo();
- if (appsMetaInfo) {
- for (var additionalAppId in appsMetaInfo) {
- updateClientMetaInfo(additionalAppId, options, appsMetaInfo[additionalAppId]);
- delete appsMetaInfo[additionalAppId];
- }
- clearAppsMetaInfo(true);
- }
- return {
- vm: rootVm,
- metaInfo: metaInfo,
- // eslint-disable-line object-shorthand
- tags: tags
- };
- }
- function $meta(options) {
- options = options || {};
- /**
- * Returns an injector for server-side rendering.
- * @this {Object} - the Vue instance (a root component)
- * @return {Object} - injector
- */
- var $root = this.$root;
- return {
- getOptions: function getOptions$1() {
- return getOptions(options);
- },
- setOptions: function setOptions(newOptions) {
- var refreshNavKey = 'refreshOnceOnNavigation';
- if (newOptions && newOptions[refreshNavKey]) {
- options.refreshOnceOnNavigation = !!newOptions[refreshNavKey];
- addNavGuards($root);
- }
- var debounceWaitKey = 'debounceWait';
- if (newOptions && debounceWaitKey in newOptions) {
- var debounceWait = parseInt(newOptions[debounceWaitKey]);
- if (!isNaN(debounceWait)) {
- options.debounceWait = debounceWait;
- }
- }
- var waitOnDestroyedKey = 'waitOnDestroyed';
- if (newOptions && waitOnDestroyedKey in newOptions) {
- options.waitOnDestroyed = !!newOptions[waitOnDestroyedKey];
- }
- },
- refresh: function refresh$1() {
- return refresh($root, options);
- },
- inject: function inject(injectOptions) {
- return showWarningNotSupportedInBrowserBundle('inject');
- },
- pause: function pause$1() {
- return pause($root);
- },
- resume: function resume$1() {
- return resume($root);
- },
- addApp: function addApp$1(appId) {
- return addApp($root, appId, options);
- }
- };
- }
- /**
- * Plugin install function.
- * @param {Function} Vue - the Vue constructor.
- */
- function install(Vue, options) {
- if (Vue.__vuemeta_installed) {
- return;
- }
- Vue.__vuemeta_installed = true;
- options = setOptions(options);
- Vue.prototype.$meta = function () {
- return $meta.call(this, options);
- };
- Vue.mixin(createMixin(Vue, options));
- }
- {
- // automatic install
- if (!isUndefined(window) && !isUndefined(window.Vue)) {
- /* istanbul ignore next */
- install(window.Vue);
- }
- }
- var index = {
- version: version,
- install: install,
- generate: function generate(metaInfo, options) {
- return showWarningNotSupportedInBrowserBundle('generate');
- },
- hasMetaInfo: hasMetaInfo
- };
- export default index;
|