WordPress/wp-includes/js/dist/nux.min.js
gziolo c3ea09ebb8 Editor: Update WordPress packages published for Gutenberg 10.6
It contains several changes in addition to regular update to WordPress packages:
- All newly exposed blocks are now registered on the server.
- Dutone block support was added.
- Border block support was updated.
- New shared function `construct_wp_query_args` was added for the family of Query blocks - it might need some further work.

Props youknowriad.
See #52991.



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


git-svn-id: http://core.svn.wordpress.org/trunk@50538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-19 15:09:27 +00:00

2 lines
5.6 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=577)}({0:function(e,t){e.exports=window.wp.element},1:function(e,t){e.exports=window.wp.i18n},10:function(e,t){e.exports=window.wp.compose},124:function(e,t,n){"use strict";var r=n(0),i=n(3);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},2:function(e,t){e.exports=window.lodash},24:function(e,t){e.exports=window.wp.deprecated},26: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}},3:function(e,t){e.exports=window.wp.primitives},4:function(e,t){e.exports=window.wp.components},5:function(e,t){e.exports=window.wp.data},577:function(e,t,n){"use strict";n.r(t),n.d(t,"store",(function(){return O})),n.d(t,"DotTip",(function(){return _}));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 v}));var s=n(24),o=n.n(s),c=n(5);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(26),w=n(2);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 v(e){return e.preferences.areTipsEnabled}const O=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 T=n(0),j=n(10),m=n(4),g=n(1),y=n(124);function I(e){e.stopPropagation()}var _=Object(j.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(T.useRef)(null),c=Object(T.useCallback)(e=>{o.current&&(o.current.contains(e.relatedTarget)||s())},[s,o]);return n?Object(T.createElement)(m.Popover,{className:"nux-dot-tip",position:e,noArrow:!0,focusOnMount:"container",shouldAnchorIncludePadding:!0,role:"dialog","aria-label":Object(g.__)("Editor tips"),onClick:I,onFocusOutside:c},Object(T.createElement)("p",null,t),Object(T.createElement)("p",null,Object(T.createElement)(m.Button,{isLink:!0,onClick:i},r?Object(g.__)("See next tip"):Object(g.__)("Got it"))),Object(T.createElement)(m.Button,{className:"nux-dot-tip__disable",icon:y.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."})}});