@para-ui/core 3.0.36 → 3.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +859 -853
- package/Selector/index.js +1 -1
- package/SelectorPicker/index.d.ts +5 -2
- package/SelectorPicker/index.js +285 -150
- package/SelectorPicker/lang/en_US.d.ts +4 -0
- package/SelectorPicker/lang/index.d.ts +9 -0
- package/SelectorPicker/lang/zh_CN.d.ts +4 -0
- package/Styles/form.scss +5 -5
- package/Styles/index.scss +37 -37
- package/Styles/normalize.scss +348 -348
- package/Styles/scrollbar.scss +223 -223
- package/Styles/theme.scss +74 -74
- package/index.d.ts +2 -2
- package/index.js +1 -1
- package/package.json +168 -168
- package/umd/ButtonGroup.js +2 -2
- package/umd/CheckboxGroup.js +2 -2
- package/umd/ComboSelect.js +1 -1
- package/umd/Form.js +3 -3
- package/umd/FormItem.js +3 -3
- package/umd/Pagination.js +1 -1
- package/umd/RadioGroup.js +2 -2
- package/umd/Select.js +1 -1
- package/umd/SelectInput.js +1 -1
- package/umd/Selector.js +2 -2
- package/umd/SelectorPicker.js +7 -7
- package/umd/Table.js +1 -1
package/umd/Table.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@paraview/lib"),require("react-dom")):"function"==typeof define&&define.amd?define(["react","@paraview/lib","react-dom"],t):"object"==typeof exports?exports.ParaUI=t(require("react"),require("@paraview/lib"),require("react-dom")):e.ParaUI=t(e.react,e["@paraview/lib"],e["react-dom"])}(self,(function(e,t,n){return function(){var o={18628:function(e,t,n){"use strict";n.d(t,{ZP:function(){return c}});var o=n(8156),r=n.n(o),a=n(81637),i=n(58543),l=n(58013),c=(n(85893),Object.assign({},l.d.zh),r().createContext({language:(0,i.GetLanguage)(),intlFormat:function(e,t){return function(e,n){var o=(0,i.GetLanguage)();return(0,a.i)({ops:e,i18nData:{},lang:o,params:n,defI18nData:t})}},componentsProps:{}}))},58013:function(e,t,n){"use strict";n.d(t,{d:function(){return o}});var o={zh:{cancel:"取消",ok:"确定"},en:{cancel:"Cancel",ok:"Ok"}}},81637:function(e,t,n){"use strict";n.d(t,{i:function(){return l}});var o=n(60730),r=n(85893),a=n(8156),i=n.n(a),l=function(e){var t,n,a,l,c=e.ops,s=e.i18nData,u=e.lang,p=e.params,d=e.defI18nData;if("string"==typeof c)l=c;else if("object"===(0,o._)(c)){if("string"!=typeof c.id)return'i18n intl object "id" is missing';l=c.id}return void 0!==l&&void 0===(a=null===(t=s[u])||void 0===t?void 0:t[l])&&d&&(a=null===(n=d[u])||void 0===n?void 0:n[l]),"string"!=typeof a?"{".concat(l,"}"):function(e,t){if(!t)return e;var n=!1,a=(e=e.replace(/\"/g,'\\"')).replace(/\{(.*?)\}/gi,(function(e,r){return"object"===(0,o._)(t[r])&&(n=!0),'",vars.'.concat(r,',"')}));return n?new Function("vars",'return ["'.concat(a,'"];'))(t).map((function(e){return(0,r.jsx)(i().Fragment,{children:e},Math.random())})):new Function("vars",'return ["'.concat(a,"\"].join('');"))(t)}(a,p)}},60730:function(e,t,n){"use strict";function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}n.d(t,{_:function(){return o}})},73730:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var o=n(85893),r=n(97435),a=function(e){return(0,o.jsx)(r.l,Object.assign({dataName:"CloseCircle",path:(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)("path",{d:"M512 42.666667a469.333333 469.333333 0 1 0 469.333333 469.333333A469.845333 469.845333 0 0 0 512 42.666667z m0 853.333333a384 384 0 1 1 384-384 384.512 384.512 0 0 1-384 384z"}),(0,o.jsx)("path",{d:"M674.432 366.634667a42.666667 42.666667 0 0 0-60.330667 0l-93.525333 93.525333-93.610667-93.525333a42.666667 42.666667 0 0 0-60.330666 60.330666l93.568 93.525334-93.568 93.568a42.666667 42.666667 0 1 0 60.330666 60.330666l93.610667-93.568 93.525333 93.568a42.666667 42.666667 0 0 0 60.330667-60.330666l-93.525333-93.568 93.525333-93.525334a42.666667 42.666667 0 0 0 0-60.330666z"})]})},e))}},
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@paraview/lib"),require("react-dom")):"function"==typeof define&&define.amd?define(["react","@paraview/lib","react-dom"],t):"object"==typeof exports?exports.ParaUI=t(require("react"),require("@paraview/lib"),require("react-dom")):e.ParaUI=t(e.react,e["@paraview/lib"],e["react-dom"])}(self,(function(e,t,n){return function(){var o={18628:function(e,t,n){"use strict";n.d(t,{ZP:function(){return c}});var o=n(8156),r=n.n(o),a=n(81637),i=n(58543),l=n(58013),c=(n(85893),Object.assign({},l.d.zh),r().createContext({language:(0,i.GetLanguage)(),intlFormat:function(e,t){return function(e,n){var o=(0,i.GetLanguage)();return(0,a.i)({ops:e,i18nData:{},lang:o,params:n,defI18nData:t})}},componentsProps:{}}))},58013:function(e,t,n){"use strict";n.d(t,{d:function(){return o}});var o={zh:{cancel:"取消",ok:"确定"},en:{cancel:"Cancel",ok:"Ok"}}},81637:function(e,t,n){"use strict";n.d(t,{i:function(){return l}});var o=n(60730),r=n(85893),a=n(8156),i=n.n(a),l=function(e){var t,n,a,l,c=e.ops,s=e.i18nData,u=e.lang,p=e.params,d=e.defI18nData;if("string"==typeof c)l=c;else if("object"===(0,o._)(c)){if("string"!=typeof c.id)return'i18n intl object "id" is missing';l=c.id}return void 0!==l&&void 0===(a=null===(t=s[u])||void 0===t?void 0:t[l])&&d&&(a=null===(n=d[u])||void 0===n?void 0:n[l]),"string"!=typeof a?"{".concat(l,"}"):function(e,t){if(!t)return e;var n=!1,a=(e=e.replace(/\"/g,'\\"')).replace(/\{(.*?)\}/gi,(function(e,r){return"object"===(0,o._)(t[r])&&(n=!0),'",vars.'.concat(r,',"')}));return n?new Function("vars",'return ["'.concat(a,'"];'))(t).map((function(e){return(0,r.jsx)(i().Fragment,{children:e},Math.random())})):new Function("vars",'return ["'.concat(a,"\"].join('');"))(t)}(a,p)}},60730:function(e,t,n){"use strict";function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}n.d(t,{_:function(){return o}})},34819:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var o=n(85893),r=n(97435),a=function(e){return(0,o.jsx)(r.l,Object.assign({dataName:"Close",path:(0,o.jsx)(o.Fragment,{children:(0,o.jsx)("path",{d:"M572.330667 512l183.168-183.168a42.666667 42.666667 0 0 0-60.330667-60.330667L512 451.669333 328.832 268.501333a42.666667 42.666667 0 0 0-60.330667 60.330667L451.669333 512l-183.168 183.168a42.666667 42.666667 0 1 0 60.330667 60.330667L512 572.330667l183.168 183.168a42.666667 42.666667 0 0 0 60.330667-60.330667z"})})},e))}},73730:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var o=n(85893),r=n(97435),a=function(e){return(0,o.jsx)(r.l,Object.assign({dataName:"CloseCircle",path:(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)("path",{d:"M512 42.666667a469.333333 469.333333 0 1 0 469.333333 469.333333A469.845333 469.845333 0 0 0 512 42.666667z m0 853.333333a384 384 0 1 1 384-384 384.512 384.512 0 0 1-384 384z"}),(0,o.jsx)("path",{d:"M674.432 366.634667a42.666667 42.666667 0 0 0-60.330667 0l-93.525333 93.525333-93.610667-93.525333a42.666667 42.666667 0 0 0-60.330666 60.330666l93.568 93.525334-93.568 93.568a42.666667 42.666667 0 1 0 60.330666 60.330666l93.610667-93.568 93.525333 93.568a42.666667 42.666667 0 0 0 60.330667-60.330666l-93.525333-93.568 93.525333-93.525334a42.666667 42.666667 0 0 0 0-60.330666z"})]})},e))}},94352:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var o=n(85893),r=n(97435),a=function(e){return(0,o.jsx)(r.l,Object.assign({dataName:"Down",path:(0,o.jsx)(o.Fragment,{children:(0,o.jsx)("path",{d:"M813.696 318.464a42.666667 42.666667 0 0 0-30.165333 12.501333L512 602.496 240.469333 330.965333a42.666667 42.666667 0 0 0-60.330666 60.373334l301.696 301.653333a42.666667 42.666667 0 0 0 60.330666 0l301.696-301.653333a42.666667 42.666667 0 0 0-30.165333-72.874667z"})})},e))}},27391:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var o=n(85893),r=n(97435),a=function(e){return(0,o.jsx)(r.l,Object.assign({dataName:"DownTriangleF",path:(0,o.jsx)(o.Fragment,{children:(0,o.jsx)("path",{d:"M872.618667 294.912A21.333333 21.333333 0 0 0 853.333333 282.709333H170.666667a21.333333 21.333333 0 0 0-16.469334 34.901334l341.333334 415.957333a21.333333 21.333333 0 0 0 32.981333 0l341.333333-415.957333a21.333333 21.333333 0 0 0 2.773334-22.698667z"})})},e))}},30465:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var o=n(85893),r=n(97435),a=function(e){return(0,o.jsx)(r.l,Object.assign({dataName:"Forbid",path:(0,o.jsx)(o.Fragment,{children:(0,o.jsx)("path",{d:"M865.536 204.288a42.368 42.368 0 0 0-9.429333-14.506667 41.130667 41.130667 0 0 0-9.386667-6.186666 481.024 481.024 0 1 0 18.816 20.693333zM512 128a381.952 381.952 0 0 1 251.264 94.250667L222.336 763.264A383.402667 383.402667 0 0 1 512 128z m0 768a381.44 381.44 0 0 1-226.858667-74.922667L821.12 285.141333A383.274667 383.274667 0 0 1 512 896z"})})},e))}},61217:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var o=n(85893),r=n(97435),a=function(e){return(0,o.jsx)(r.l,Object.assign({dataName:"LoadingF",path:(0,o.jsx)(o.Fragment,{children:(0,o.jsx)("path",{d:"M512 0a512 512 0 0 1 512 512h-64A448 448 0 0 0 512 64V0z","p-id":"11109"})})},e))}},10220:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var o=n(85893),r=n(97435),a=function(e){return(0,o.jsx)(r.l,Object.assign({dataName:"Search",path:(0,o.jsx)(o.Fragment,{children:(0,o.jsx)("path",{d:"M905.173333 918.314667l-85.632-105.301334-82.048-96.725333a389.376 389.376 0 1 0-72.234666 46.933333l88.618666 104.490667 85.077334 104.618667a42.666667 42.666667 0 1 0 66.218666-53.845334zM194.645333 420.181333a298.666667 298.666667 0 1 1 298.666667 298.666667 299.008 299.008 0 0 1-298.666667-298.709333z"})})},e))}},97435:function(e,t,n){"use strict";n.d(t,{l:function(){return r}});var o=n(85893);
|
|
2
2
|
/*! *****************************************************************************
|
|
3
3
|
Copyright (c) Microsoft Corporation.
|
|
4
4
|
|