WordPress/wp-includes/js/dist/nux.min.js
Peter Wilson abde9678b4 Build tools: Use hashed module IDs for minified files.
Further improves webpack configuration for editor files to use hashed module IDs in the compressed (`*.min.js`) production files.

Follow up to [50940].

Props gziolo, peterwilsoncc.
Fixes #53192.


Built from https://develop.svn.wordpress.org/trunk@51035


git-svn-id: http://core.svn.wordpress.org/trunk@50644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-27 00:17:06 +00:00

2 lines
5.7 KiB
JavaScript

/*! This file is auto-generated */
this.wp=this.wp||{},this.wp.nux=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s="51Wn")}({"1ZqX":function(e,t){e.exports=window.wp.data},"51Wn":function(e,t,n){"use strict";n.r(t),n.d(t,"store",(function(){return j})),n.d(t,"DotTip",(function(){return S}));var r={};n.r(r),n.d(r,"triggerGuide",(function(){return p})),n.d(r,"dismissTip",(function(){return d})),n.d(r,"disableTips",(function(){return l})),n.d(r,"enableTips",(function(){return f}));var i={};n.r(i),n.d(i,"getAssociatedGuide",(function(){return h})),n.d(i,"isTipVisible",(function(){return x})),n.d(i,"areTipsEnabled",(function(){return T}));var s=n("NMb1"),o=n.n(s),c=n("1ZqX");const u=Object(c.combineReducers)({areTipsEnabled:function(e=!0,t){switch(t.type){case"DISABLE_TIPS":return!1;case"ENABLE_TIPS":return!0}return e},dismissedTips:function(e={},t){switch(t.type){case"DISMISS_TIP":return{...e,[t.id]:!0};case"ENABLE_TIPS":return{}}return e}});var a=Object(c.combineReducers)({guides:function(e=[],t){switch(t.type){case"TRIGGER_GUIDE":return[...e,t.tipIds]}return e},preferences:u});function p(e){return{type:"TRIGGER_GUIDE",tipIds:e}}function d(e){return{type:"DISMISS_TIP",id:e}}function l(){return{type:"DISABLE_TIPS"}}function f(){return{type:"ENABLE_TIPS"}}var b=n("pPDe"),w=n("YLtl");const h=Object(b.a)((e,t)=>{for(const n of e.guides)if(Object(w.includes)(n,t)){const t=Object(w.difference)(n,Object(w.keys)(e.preferences.dismissedTips)),[r=null,i=null]=t;return{tipIds:n,currentTipId:r,nextTipId:i}}return null},e=>[e.guides,e.preferences.dismissedTips]);function x(e,t){if(!e.preferences.areTipsEnabled)return!1;if(Object(w.has)(e.preferences.dismissedTips,[t]))return!1;const n=h(e,t);return!n||n.currentTipId===t}function T(e){return e.preferences.areTipsEnabled}const j=Object(c.createReduxStore)("core/nux",{reducer:a,actions:r,selectors:i,persist:["preferences"]});Object(c.registerStore)("core/nux",{reducer:a,actions:r,selectors:i,persist:["preferences"]});var v=n("GRId"),O=n("K9lf"),m=n("tI+e"),g=n("l3Sj"),I=n("w95h");function y(e){e.stopPropagation()}var S=Object(O.compose)(Object(c.withSelect)((e,{tipId:t})=>{const{isTipVisible:n,getAssociatedGuide:r}=e("core/nux"),i=r(t);return{isVisible:n(t),hasNextTip:!(!i||!i.nextTipId)}}),Object(c.withDispatch)((e,{tipId:t})=>{const{dismissTip:n,disableTips:r}=e("core/nux");return{onDismiss(){n(t)},onDisable(){r()}}}))((function({position:e="middle right",children:t,isVisible:n,hasNextTip:r,onDismiss:i,onDisable:s}){const o=Object(v.useRef)(null),c=Object(v.useCallback)(e=>{o.current&&(o.current.contains(e.relatedTarget)||s())},[s,o]);return n?Object(v.createElement)(m.Popover,{className:"nux-dot-tip",position:e,noArrow:!0,focusOnMount:"container",shouldAnchorIncludePadding:!0,role:"dialog","aria-label":Object(g.__)("Editor tips"),onClick:y,onFocusOutside:c},Object(v.createElement)("p",null,t),Object(v.createElement)("p",null,Object(v.createElement)(m.Button,{isLink:!0,onClick:i},r?Object(g.__)("See next tip"):Object(g.__)("Got it"))),Object(v.createElement)(m.Button,{className:"nux-dot-tip__disable",icon:I.a,label:Object(g.__)("Disable tips"),onClick:s})):null}));o()("wp.nux",{since:"5.4",hint:"wp.components.Guide can be used to show a user guide."})},GRId:function(e,t){e.exports=window.wp.element},K9lf:function(e,t){e.exports=window.wp.compose},NMb1:function(e,t){e.exports=window.wp.deprecated},Tqx9:function(e,t){e.exports=window.wp.primitives},YLtl:function(e,t){e.exports=window.lodash},l3Sj:function(e,t){e.exports=window.wp.i18n},pPDe:function(e,t,n){"use strict";var r,i;function s(e){return[e]}function o(){var e={clear:function(){e.head=null}};return e}function c(e,t,n){var r;if(e.length!==t.length)return!1;for(r=n;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}r={},i="undefined"!=typeof WeakMap,t.a=function(e,t){var n,u;function a(){n=i?new WeakMap:o()}function p(){var n,r,i,s,o,a=arguments.length;for(s=new Array(a),i=0;i<a;i++)s[i]=arguments[i];for(o=t.apply(null,s),(n=u(o)).isUniqueByDependants||(n.lastDependants&&!c(o,n.lastDependants,0)&&n.clear(),n.lastDependants=o),r=n.head;r;){if(c(r.args,s,1))return r!==n.head&&(r.prev.next=r.next,r.next&&(r.next.prev=r.prev),r.next=n.head,r.prev=null,n.head.prev=r,n.head=r),r.val;r=r.next}return r={val:e.apply(null,s)},s[0]=null,r.args=s,n.head&&(n.head.prev=r,r.next=n.head),n.head=r,r.val}return t||(t=s),u=i?function(e){var t,i,s,c,u,a=n,p=!0;for(t=0;t<e.length;t++){if(i=e[t],!(u=i)||"object"!=typeof u){p=!1;break}a.has(i)?a=a.get(i):(s=new WeakMap,a.set(i,s),a=s)}return a.has(r)||((c=o()).isUniqueByDependants=p,a.set(r,c)),a.get(r)}:function(){return n},p.getDependants=t,p.clear=a,a(),p}},"tI+e":function(e,t){e.exports=window.wp.components},w95h:function(e,t,n){"use strict";var r=n("GRId"),i=n("Tqx9");const s=Object(r.createElement)(i.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(i.Path,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"}));t.a=s}});