@pisell/private-materials 6.0.23 → 6.0.24

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.
Files changed (25) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +142 -142
  7. package/build/lowcode/render/default/view.js +12 -12
  8. package/build/lowcode/view.js +12 -12
  9. package/es/components/workSpaceList/components/AppearanceEdit/IconPanel.js +1 -1
  10. package/es/components/workSpaceList/components/AppearanceEdit/constants.js +11 -1
  11. package/es/components/workSpaceList/components/Card/constants.js +2 -1
  12. package/es/components/workSpaceList/components/EditableString/index.js +1 -1
  13. package/es/components/workSpaceList/components/SearchBar/index.js +4 -1
  14. package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.js +1 -1
  15. package/es/components/workSpaceList/components/Sort/index.js +1 -1
  16. package/es/components/workSpaceList/components/WorkspaceItem/index.js +1 -1
  17. package/lib/components/workSpaceList/components/AppearanceEdit/IconPanel.js +2 -2
  18. package/lib/components/workSpaceList/components/AppearanceEdit/constants.js +32 -12
  19. package/lib/components/workSpaceList/components/Card/constants.js +4 -3
  20. package/lib/components/workSpaceList/components/EditableString/index.js +2 -2
  21. package/lib/components/workSpaceList/components/SearchBar/index.js +8 -5
  22. package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.js +2 -2
  23. package/lib/components/workSpaceList/components/Sort/index.js +2 -2
  24. package/lib/components/workSpaceList/components/WorkspaceItem/index.js +2 -2
  25. package/package.json +4 -4
@@ -10,20 +10,20 @@
10
10
  },
11
11
  {
12
12
  "package": "@pisell/private-materials",
13
- "version": "6.0.22",
13
+ "version": "6.0.23",
14
14
  "library": "PrivateMaterials",
15
15
  "urls": [
16
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/render/default/view.js",
17
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/render/default/view.css"
16
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/render/default/view.js",
17
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/render/default/view.css"
18
18
  ],
19
19
  "editUrls": [
20
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/view.js",
21
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/view.css"
20
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/view.js",
21
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/view.css"
22
22
  ],
23
23
  "advancedUrls": {
24
24
  "default": [
25
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/render/default/view.js",
26
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/render/default/view.css"
25
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/render/default/view.js",
26
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/render/default/view.css"
27
27
  ]
28
28
  },
29
29
  "advancedEditUrls": {}
@@ -34,15 +34,15 @@
34
34
  "exportName": "PisellPrivateMaterialsMeta",
35
35
  "npm": {
36
36
  "package": "@pisell/private-materials",
37
- "version": "6.0.22"
37
+ "version": "6.0.23"
38
38
  },
39
- "url": "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/meta.js",
39
+ "url": "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/meta.js",
40
40
  "urls": {
41
- "default": "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/meta.js"
41
+ "default": "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/meta.js"
42
42
  },
43
43
  "advancedUrls": {
44
44
  "default": [
45
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/meta.js"
45
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/meta.js"
46
46
  ]
47
47
  }
48
48
  }
@@ -10,7 +10,7 @@
10
10
  },
11
11
  {
12
12
  "package": "@pisell/private-materials",
13
- "version": "6.0.22",
13
+ "version": "6.0.23",
14
14
  "library": "PrivateMaterials",
15
15
  "urls": [
16
16
  "./render/default/view.js",
@@ -34,7 +34,7 @@
34
34
  "exportName": "PisellPrivateMaterialsMeta",
35
35
  "npm": {
36
36
  "package": "@pisell/private-materials",
37
- "version": "6.0.22"
37
+ "version": "6.0.23"
38
38
  },
39
39
  "url": "./meta.js",
40
40
  "urls": {
@@ -10,20 +10,20 @@
10
10
  },
11
11
  {
12
12
  "package": "@pisell/private-materials",
13
- "version": "6.0.22",
13
+ "version": "6.0.23",
14
14
  "library": "PrivateMaterials",
15
15
  "urls": [
16
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/render/default/view.js",
17
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/render/default/view.css"
16
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/render/default/view.js",
17
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/render/default/view.css"
18
18
  ],
19
19
  "editUrls": [
20
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/view.js",
21
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/view.css"
20
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/view.js",
21
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/view.css"
22
22
  ],
23
23
  "advancedUrls": {
24
24
  "default": [
25
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/render/default/view.js",
26
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/render/default/view.css"
25
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/render/default/view.js",
26
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/render/default/view.css"
27
27
  ]
28
28
  },
29
29
  "advancedEditUrls": {}
@@ -34,15 +34,15 @@
34
34
  "exportName": "PisellPrivateMaterialsMeta",
35
35
  "npm": {
36
36
  "package": "@pisell/private-materials",
37
- "version": "6.0.22"
37
+ "version": "6.0.23"
38
38
  },
39
- "url": "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/meta.js",
39
+ "url": "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/meta.js",
40
40
  "urls": {
41
- "default": "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/meta.js"
41
+ "default": "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/meta.js"
42
42
  },
43
43
  "advancedUrls": {
44
44
  "default": [
45
- "https://unpkg.com/@pisell/private-materials@6.0.22/build/lowcode/meta.js"
45
+ "https://unpkg.com/@pisell/private-materials@6.0.23/build/lowcode/meta.js"
46
46
  ]
47
47
  }
48
48
  }
@@ -1 +1 @@
1
- !function t(r,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.PrivateMaterials=e():r.PrivateMaterials=e()}(window,(function(){return function(t){var r={};function e(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:n})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,r){if(1&r&&(t=e(t)),8&r)return t;if(4&r&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&r&&"string"!=typeof t)for(var o in t)e.d(n,o,function(r){return t[r]}.bind(null,o));return n},e.n=function(t){var r=t&&t.__esModule?function r(){return t.default}:function r(){return t};return e.d(r,"a",r),r},e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e.p="",e(e.s=948)}({114:function(t,r,e){var n=e(55),o=Object.prototype,i=o.hasOwnProperty,c=o.toString,a=n?n.toStringTag:void 0;function u(t){var r=i.call(t,a),e=t[a];try{t[a]=void 0;var n=!0}catch(t){}var o=c.call(t);return n&&(r?t[a]=e:delete t[a]),o}t.exports=u},115:function(t,r){var e,n=Object.prototype.toString;function o(t){return n.call(t)}t.exports=o},116:function(t,r,e){var n=e(35),o=e(122),i=e(123),c=e(124),a=e(125),u=e(126);function s(t){var r=this.__data__=new n(t);this.size=r.size}s.prototype.clear=o,s.prototype.delete=i,s.prototype.get=c,s.prototype.has=a,s.prototype.set=u,t.exports=s},117:function(t,r){function e(){this.__data__=[],this.size=0}t.exports=e},118:function(t,r,e){var n=e(36),o,i=Array.prototype.splice;function c(t){var r=this.__data__,e=n(r,t),o;return!(e<0)&&(e==r.length-1?r.pop():i.call(r,e,1),--this.size,!0)}t.exports=c},119:function(t,r,e){var n=e(36);function o(t){var r=this.__data__,e=n(r,t);return e<0?void 0:r[e][1]}t.exports=o},120:function(t,r,e){var n=e(36);function o(t){return n(this.__data__,t)>-1}t.exports=o},121:function(t,r,e){var n=e(36);function o(t,r){var e=this.__data__,o=n(e,t);return o<0?(++this.size,e.push([t,r])):e[o][1]=r,this}t.exports=o},122:function(t,r,e){var n=e(35);function o(){this.__data__=new n,this.size=0}t.exports=o},123:function(t,r){function e(t){var r=this.__data__,e=r.delete(t);return this.size=r.size,e}t.exports=e},124:function(t,r){function e(t){return this.__data__.get(t)}t.exports=e},125:function(t,r){function e(t){return this.__data__.has(t)}t.exports=e},126:function(t,r,e){var n=e(35),o=e(56),i=e(89),c=200;function a(t,r){var e=this.__data__;if(e instanceof n){var c=e.__data__;if(!o||c.length<199)return c.push([t,r]),this.size=++e.size,this;e=this.__data__=new i(c)}return e.set(t,r),this.size=e.size,this}t.exports=a},127:function(t,r,e){var n=e(51),o=e(128),i=e(22),c=e(88),a=/[\\^$.*+?()[\]{}|]/g,u=/^\[object .+?Constructor\]$/,s=Function.prototype,f=Object.prototype,l=s.toString,p=f.hasOwnProperty,v=RegExp("^"+l.call(p).replace(a,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function h(t){return!(!i(t)||o(t))&&(n(t)?v:u).test(c(t));var r}t.exports=h},128:function(t,r,e){var n=e(129),o=(i=/[^.]+$/.exec(n&&n.keys&&n.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"",i;function c(t){return!!o&&o in t}t.exports=c},129:function(t,r,e){var n,o=e(21)["__core-js_shared__"];t.exports=o},130:function(t,r){function e(t,r){return null==t?void 0:t[r]}t.exports=e},131:function(t,r,e){var n=e(132),o=e(35),i=e(56);function c(){this.size=0,this.__data__={hash:new n,map:new(i||o),string:new n}}t.exports=c},132:function(t,r,e){var n=e(133),o=e(134),i=e(135),c=e(136),a=e(137);function u(t){var r=-1,e=null==t?0:t.length;for(this.clear();++r<e;){var n=t[r];this.set(n[0],n[1])}}u.prototype.clear=n,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},133:function(t,r,e){var n=e(38);function o(){this.__data__=n?n(null):{},this.size=0}t.exports=o},134:function(t,r){function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}t.exports=e},135:function(t,r,e){var n=e(38),o="__lodash_hash_undefined__",i,c=Object.prototype.hasOwnProperty;function a(t){var r=this.__data__;if(n){var e=r[t];return e===o?void 0:e}return c.call(r,t)?r[t]:void 0}t.exports=a},136:function(t,r,e){var n=e(38),o,i=Object.prototype.hasOwnProperty;function c(t){var r=this.__data__;return n?void 0!==r[t]:i.call(r,t)}t.exports=c},137:function(t,r,e){var n=e(38),o="__lodash_hash_undefined__";function i(t,r){var e=this.__data__;return this.size+=this.has(t)?0:1,e[t]=n&&void 0===r?o:r,this}t.exports=i},138:function(t,r,e){var n=e(39);function o(t){var r=n(this,t).delete(t);return this.size-=r?1:0,r}t.exports=o},139:function(t,r){function e(t){var r=typeof t;return"string"==r||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==t:null===t}t.exports=e},140:function(t,r,e){var n=e(39);function o(t){return n(this,t).get(t)}t.exports=o},141:function(t,r,e){var n=e(39);function o(t){return n(this,t).has(t)}t.exports=o},142:function(t,r,e){var n=e(39);function o(t,r){var e=n(this,t),o=e.size;return e.set(t,r),this.size+=e.size==o?0:1,this}t.exports=o},143:function(t,r,e){var n,o=e(21).Uint8Array;t.exports=o},144:function(t,r,e){var n=e(145),o=e(75),i=e(57),c=e(64),a=e(76),u=e(65),s,f=Object.prototype.hasOwnProperty;function l(t,r){var e=i(t),s=!e&&o(t),l=!e&&!s&&c(t),p=!e&&!s&&!l&&u(t),v=e||s||l||p,h=v?n(t.length,String):[],y=h.length;for(var d in t)!r&&!f.call(t,d)||v&&("length"==d||l&&("offset"==d||"parent"==d)||p&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||a(d,y))||h.push(d);return h}t.exports=l},145:function(t,r){function e(t,r){for(var e=-1,n=Array(t);++e<t;)n[e]=r(e);return n}t.exports=e},146:function(t,r,e){var n=e(32),o=e(27),i="[object Arguments]";function c(t){return o(t)&&n(t)==i}t.exports=c},147:function(t,r){function e(){return!1}t.exports=e},148:function(t,r,e){var n=e(32),o=e(66),i=e(27),c="[object Arguments]",a="[object Array]",u="[object Boolean]",s="[object Date]",f="[object Error]",l="[object Function]",p="[object Map]",v="[object Number]",h="[object Object]",y="[object RegExp]",d="[object Set]",b="[object String]",g="[object WeakMap]",m="[object ArrayBuffer]",x="[object DataView]",_,j="[object Float64Array]",w="[object Int8Array]",O="[object Int16Array]",S="[object Int32Array]",P="[object Uint8Array]",k="[object Uint8ClampedArray]",A="[object Uint16Array]",L="[object Uint32Array]",E={};function T(t){return i(t)&&o(t.length)&&!!E[n(t)]}E["[object Float32Array]"]=E[j]=E[w]=E[O]=E[S]=E[P]=E[k]=E[A]=E[L]=!0,E[c]=E[a]=E[m]=E[u]=E[x]=E[s]=E[f]=E[l]=E[p]=E[v]=E[h]=E[y]=E[d]=E[b]=E[g]=!1,t.exports=T},149:function(t,r){function e(t){return function(r){return t(r)}}t.exports=e},150:function(t,r,e){(function(t){var n=e(63),o=r&&!r.nodeType&&r,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,a=i&&i.exports===o&&n.process,u=function(){try{var t=i&&i.require&&i.require("util").types;return t||a&&a.binding&&a.binding("util")}catch(t){}}();t.exports=u}).call(this,e(34)(t))},151:function(t,r){function e(t,r){return function(e){return t(r(e))}}t.exports=e},159:function(t,r,e){var n=e(80),o=e(45);function i(t,r,e){(void 0!==e&&!o(t[r],e)||void 0===e&&!(r in t))&&n(t,r,e)}t.exports=i},160:function(t,r,e){var n=e(37),o=function(){try{var t=n(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},161:function(t,r,e){var n,o=e(151)(Object.getPrototypeOf,Object);t.exports=o},162:function(t,r){function e(t,r){if(("constructor"!==r||"function"!=typeof t[r])&&"__proto__"!=r)return t[r]}t.exports=e},163:function(t,r,e){var n=e(144),o=e(236),i=e(58);function c(t){return i(t)?n(t,!0):o(t)}t.exports=c},164:function(t,r){function e(t){return t}t.exports=e},21:function(t,r,e){var n=e(63),o="object"==typeof self&&self&&self.Object===Object&&self,i=n||o||Function("return this")();t.exports=i},22:function(t,r){function e(t){var r=typeof t;return null!=t&&("object"==r||"function"==r)}t.exports=e},221:function(t,r,e){var n=e(116),o=e(159),i=e(222),c=e(224),a=e(22),u=e(163),s=e(162);function f(t,r,e,l,p){t!==r&&i(r,(function(i,u){if(p||(p=new n),a(i))c(t,r,u,e,f,l,p);else{var v=l?l(s(t,u),i,u+"",t,r,p):void 0;void 0===v&&(v=i),o(t,u,v)}}),u)}t.exports=f},222:function(t,r,e){var n,o=e(223)();t.exports=o},223:function(t,r){function e(t){return function(r,e,n){for(var o=-1,i=Object(r),c=n(r),a=c.length;a--;){var u=c[t?a:++o];if(!1===e(i[u],u,i))break}return r}}t.exports=e},224:function(t,r,e){var n=e(159),o=e(225),i=e(226),c=e(228),a=e(229),u=e(75),s=e(57),f=e(231),l=e(64),p=e(51),v=e(22),h=e(232),y=e(65),d=e(162),b=e(233);function g(t,r,e,g,m,x,_){var j=d(t,e),w=d(r,e),O=_.get(w);if(O)n(t,e,O);else{var S=x?x(j,w,e+"",t,r,_):void 0,P=void 0===S;if(P){var k=s(w),A=!k&&l(w),L=!k&&!A&&y(w);S=w,k||A||L?s(j)?S=j:f(j)?S=c(j):A?(P=!1,S=o(w,!0)):L?(P=!1,S=i(w,!0)):S=[]:h(w)||u(w)?(S=j,u(j)?S=b(j):v(j)&&!p(j)||(S=a(w))):P=!1}P&&(_.set(w,S),m(S,w,g,x,_),_.delete(w)),n(t,e,S)}}t.exports=g},225:function(t,r,e){(function(t){var n=e(21),o=r&&!r.nodeType&&r,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,a=i&&i.exports===o?n.Buffer:void 0,u=a?a.allocUnsafe:void 0;function s(t,r){if(r)return t.slice();var e=t.length,n=u?u(e):new t.constructor(e);return t.copy(n),n}t.exports=s}).call(this,e(34)(t))},226:function(t,r,e){var n=e(227);function o(t,r){var e=r?n(t.buffer):t.buffer;return new t.constructor(e,t.byteOffset,t.length)}t.exports=o},227:function(t,r,e){var n=e(143);function o(t){var r=new t.constructor(t.byteLength);return new n(r).set(new n(t)),r}t.exports=o},228:function(t,r){function e(t,r){var e=-1,n=t.length;for(r||(r=Array(n));++e<n;)r[e]=t[e];return r}t.exports=e},229:function(t,r,e){var n=e(230),o=e(161),i=e(77);function c(t){return"function"!=typeof t.constructor||i(t)?{}:n(o(t))}t.exports=c},230:function(t,r,e){var n=e(22),o=Object.create,i=function(){function t(){}return function(r){if(!n(r))return{};if(o)return o(r);t.prototype=r;var e=new t;return t.prototype=void 0,e}}();t.exports=i},231:function(t,r,e){var n=e(58),o=e(27);function i(t){return o(t)&&n(t)}t.exports=i},232:function(t,r,e){var n=e(32),o=e(161),i=e(27),c="[object Object]",a=Function.prototype,u=Object.prototype,s=a.toString,f=u.hasOwnProperty,l=s.call(Object);function p(t){if(!i(t)||n(t)!=c)return!1;var r=o(t);if(null===r)return!0;var e=f.call(r,"constructor")&&r.constructor;return"function"==typeof e&&e instanceof e&&s.call(e)==l}t.exports=p},233:function(t,r,e){var n=e(234),o=e(163);function i(t){return n(t,o(t))}t.exports=i},234:function(t,r,e){var n=e(235),o=e(80);function i(t,r,e,i){var c=!e;e||(e={});for(var a=-1,u=r.length;++a<u;){var s=r[a],f=i?i(e[s],t[s],s,e,t):void 0;void 0===f&&(f=t[s]),c?o(e,s,f):n(e,s,f)}return e}t.exports=i},235:function(t,r,e){var n=e(80),o=e(45),i,c=Object.prototype.hasOwnProperty;function a(t,r,e){var i=t[r];c.call(t,r)&&o(i,e)&&(void 0!==e||r in t)||n(t,r,e)}t.exports=a},236:function(t,r,e){var n=e(22),o=e(77),i=e(237),c,a=Object.prototype.hasOwnProperty;function u(t){if(!n(t))return i(t);var r=o(t),e=[];for(var c in t)("constructor"!=c||!r&&a.call(t,c))&&e.push(c);return e}t.exports=u},237:function(t,r){function e(t){var r=[];if(null!=t)for(var e in Object(t))r.push(e);return r}t.exports=e},238:function(t,r,e){var n=e(239),o=e(246);function i(t){return n((function(r,e){var n=-1,i=e.length,c=i>1?e[i-1]:void 0,a=i>2?e[2]:void 0;for(c=t.length>3&&"function"==typeof c?(i--,c):void 0,a&&o(e[0],e[1],a)&&(c=i<3?void 0:c,i=1),r=Object(r);++n<i;){var u=e[n];u&&t(r,u,n,c)}return r}))}t.exports=i},239:function(t,r,e){var n=e(164),o=e(240),i=e(242);function c(t,r){return i(o(t,r,n),t+"")}t.exports=c},240:function(t,r,e){var n=e(241),o=Math.max;function i(t,r,e){return r=o(void 0===r?t.length-1:r,0),function(){for(var i=arguments,c=-1,a=o(i.length-r,0),u=Array(a);++c<a;)u[c]=i[r+c];c=-1;for(var s=Array(r+1);++c<r;)s[c]=i[c];return s[r]=e(u),n(t,this,s)}}t.exports=i},241:function(t,r){function e(t,r,e){switch(e.length){case 0:return t.call(r);case 1:return t.call(r,e[0]);case 2:return t.call(r,e[0],e[1]);case 3:return t.call(r,e[0],e[1],e[2])}return t.apply(r,e)}t.exports=e},242:function(t,r,e){var n=e(243),o,i=e(245)(n);t.exports=i},243:function(t,r,e){var n=e(244),o=e(160),i=e(164),c=o?function(t,r){return o(t,"toString",{configurable:!0,enumerable:!1,value:n(r),writable:!0})}:i;t.exports=c},244:function(t,r){function e(t){return function(){return t}}t.exports=e},245:function(t,r){var e=800,n=16,o=Date.now;function i(t){var r=0,e=0;return function(){var n=o(),i=16-(n-e);if(e=n,i>0){if(++r>=800)return arguments[0]}else r=0;return t.apply(void 0,arguments)}}t.exports=i},246:function(t,r,e){var n=e(45),o=e(58),i=e(76),c=e(22);function a(t,r,e){if(!c(e))return!1;var a=typeof r;return!!("number"==a?o(e)&&i(r,e.length):"string"==a&&r in e)&&n(e[r],t)}t.exports=a},27:function(t,r){function e(t){return null!=t&&"object"==typeof t}t.exports=e},32:function(t,r,e){var n=e(55),o=e(114),i=e(115),c="[object Null]",a="[object Undefined]",u=n?n.toStringTag:void 0;function s(t){return null==t?void 0===t?a:c:u&&u in Object(t)?o(t):i(t)}t.exports=s},34:function(t,r){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},35:function(t,r,e){var n=e(117),o=e(118),i=e(119),c=e(120),a=e(121);function u(t){var r=-1,e=null==t?0:t.length;for(this.clear();++r<e;){var n=t[r];this.set(n[0],n[1])}}u.prototype.clear=n,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},36:function(t,r,e){var n=e(45);function o(t,r){for(var e=t.length;e--;)if(n(t[e][0],r))return e;return-1}t.exports=o},37:function(t,r,e){var n=e(127),o=e(130);function i(t,r){var e=o(t,r);return n(e)?e:void 0}t.exports=i},38:function(t,r,e){var n,o=e(37)(Object,"create");t.exports=o},39:function(t,r,e){var n=e(139);function o(t,r){var e=t.__data__;return n(r)?e["string"==typeof r?"string":"hash"]:e.map}t.exports=o},41:function(t,r){t.exports=window.LowcodePresetPlugin},45:function(t,r){function e(t,r){return t===r||t!=t&&r!=r}t.exports=e},48:function(t,r){var e;e=function(){return this}();try{e=e||new Function("return this")()}catch(t){"object"==typeof window&&(e=window)}t.exports=e},51:function(t,r,e){var n=e(32),o=e(22),i="[object AsyncFunction]",c="[object Function]",a="[object GeneratorFunction]",u="[object Proxy]";function s(t){if(!o(t))return!1;var r=n(t);return r==c||r==a||r==i||r==u}t.exports=s},513:function(t,r,e){var n=e(221),o,i=e(238)((function(t,r,e,o){n(t,r,e,o)}));t.exports=i},55:function(t,r,e){var n,o=e(21).Symbol;t.exports=o},56:function(t,r,e){var n,o,i=e(37)(e(21),"Map");t.exports=i},57:function(t,r){var e=Array.isArray;t.exports=e},58:function(t,r,e){var n=e(51),o=e(66);function i(t){return null!=t&&o(t.length)&&!n(t)}t.exports=i},63:function(t,r,e){(function(r){var e="object"==typeof r&&r&&r.Object===Object&&r;t.exports=e}).call(this,e(48))},64:function(t,r,e){(function(t){var n=e(21),o=e(147),i=r&&!r.nodeType&&r,c=i&&"object"==typeof t&&t&&!t.nodeType&&t,a,u=c&&c.exports===i?n.Buffer:void 0,s,f=(u?u.isBuffer:void 0)||o;t.exports=f}).call(this,e(34)(t))},65:function(t,r,e){var n=e(148),o=e(149),i=e(150),c=i&&i.isTypedArray,a=c?o(c):n;t.exports=a},66:function(t,r){var e=9007199254740991;function n(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}t.exports=n},75:function(t,r,e){var n=e(146),o=e(27),i=Object.prototype,c=i.hasOwnProperty,a=i.propertyIsEnumerable,u=n(function(){return arguments}())?n:function(t){return o(t)&&c.call(t,"callee")&&!a.call(t,"callee")};t.exports=u},76:function(t,r){var e=9007199254740991,n=/^(?:0|[1-9]\d*)$/;function o(t,r){var e=typeof t;return!!(r=null==r?9007199254740991:r)&&("number"==e||"symbol"!=e&&n.test(t))&&t>-1&&t%1==0&&t<r}t.exports=o},77:function(t,r){var e=Object.prototype;function n(t){var r=t&&t.constructor,n;return t===("function"==typeof r&&r.prototype||e)}t.exports=n},80:function(t,r,e){var n=e(160);function o(t,r,e){"__proto__"==r&&n?n(t,r,{configurable:!0,enumerable:!0,value:e,writable:!0}):t[r]=e}t.exports=o},88:function(t,r){var e,n=Function.prototype.toString;function o(t){if(null!=t){try{return n.call(t)}catch(t){}try{return t+""}catch(t){}}return""}t.exports=o},89:function(t,r,e){var n=e(131),o=e(138),i=e(140),c=e(141),a=e(142);function u(t){var r=-1,e=null==t?0:t.length;for(this.clear();++r<e;){var n=t[r];this.set(n[0],n[1])}}u.prototype.clear=n,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},948:function(t,r,e){t.exports=e(949)},949:function(t,r,e){"use strict";e.r(r);var n=e(41),o=e.n(n),i=e(513),c=e.n(i);function a(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,n)}return e}function u(t){for(var r=1;r<arguments.length;r++){var e=null!=arguments[r]?arguments[r]:{};r%2?a(Object(e),!0).forEach((function(r){s(t,r,e[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):a(Object(e)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r))}))}return t}function s(t,r,e){return(r=f(r))in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}function f(t){var r=l(t,"string");return"symbol"==m(r)?r:r+""}function l(t,r){if("object"!=m(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var n=e.call(t,r||"default");if("object"!=m(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}function p(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */p=function t(){return r};var t,r={},e=Object.prototype,n=e.hasOwnProperty,o=Object.defineProperty||function(t,r,e){t[r]=e.value},i="function"==typeof Symbol?Symbol:{},c=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function s(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{s({},"")}catch(t){s=function t(r,e,n){return r[e]=n}}function f(t,r,e,n){var i=r&&r.prototype instanceof g?r:g,c=Object.create(i.prototype),a=new z(n||[]);return o(c,"_invoke",{value:A(t,e,a)}),c}function l(t,r,e){try{return{type:"normal",arg:t.call(r,e)}}catch(t){return{type:"throw",arg:t}}}r.wrap=f;var v="suspendedStart",h="suspendedYield",y="executing",d="completed",b={};function g(){}function x(){}function _(){}var j={};s(j,c,(function(){return this}));var w=Object.getPrototypeOf,O=w&&w(w(F([])));O&&O!==e&&n.call(O,c)&&(j=O);var S=_.prototype=g.prototype=Object.create(j);function P(t){["next","throw","return"].forEach((function(r){s(t,r,(function(t){return this._invoke(r,t)}))}))}function k(t,r){function e(o,i,c,a){var u=l(t[o],t,i);if("throw"!==u.type){var s=u.arg,f=s.value;return f&&"object"==m(f)&&n.call(f,"__await")?r.resolve(f.__await).then((function(t){e("next",t,c,a)}),(function(t){e("throw",t,c,a)})):r.resolve(f).then((function(t){s.value=t,c(s)}),(function(t){return e("throw",t,c,a)}))}a(u.arg)}var i;o(this,"_invoke",{value:function t(n,o){function c(){return new r((function(t,r){e(n,o,t,r)}))}return i=i?i.then(c,c):c()}})}function A(r,e,n){var o=v;return function(i,c){if(o===y)throw Error("Generator is already running");if(o===d){if("throw"===i)throw c;return{value:t,done:!0}}for(n.method=i,n.arg=c;;){var a=n.delegate;if(a){var u=L(a,n);if(u){if(u===b)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===v)throw o=d,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=y;var s=l(r,e,n);if("normal"===s.type){if(o=n.done?d:h,s.arg===b)continue;return{value:s.arg,done:n.done}}"throw"===s.type&&(o=d,n.method="throw",n.arg=s.arg)}}}function L(r,e){var n=e.method,o=r.iterator[n];if(o===t)return e.delegate=null,"throw"===n&&r.iterator.return&&(e.method="return",e.arg=t,L(r,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),b;var i=l(o,r.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,b;var c=i.arg;return c?c.done?(e[r.resultName]=c.value,e.next=r.nextLoc,"return"!==e.method&&(e.method="next",e.arg=t),e.delegate=null,b):c:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,b)}function E(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function T(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function z(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function F(r){if(r||""===r){var e=r[c];if(e)return e.call(r);if("function"==typeof r.next)return r;if(!isNaN(r.length)){var o=-1,i=function e(){for(;++o<r.length;)if(n.call(r,o))return e.value=r[o],e.done=!1,e;return e.value=t,e.done=!0,e};return i.next=i}}throw new TypeError(m(r)+" is not iterable")}return x.prototype=_,o(S,"constructor",{value:_,configurable:!0}),o(_,"constructor",{value:x,configurable:!0}),x.displayName=s(_,u,"GeneratorFunction"),r.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===x||"GeneratorFunction"===(r.displayName||r.name))},r.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,_):(t.__proto__=_,s(t,u,"GeneratorFunction")),t.prototype=Object.create(S),t},r.awrap=function(t){return{__await:t}},P(k.prototype),s(k.prototype,a,(function(){return this})),r.AsyncIterator=k,r.async=function(t,e,n,o,i){void 0===i&&(i=Promise);var c=new k(f(t,e,n,o),i);return r.isGeneratorFunction(e)?c:c.next().then((function(t){return t.done?t.value:c.next()}))},P(S),s(S,u,"Generator"),s(S,c,(function(){return this})),s(S,"toString",(function(){return"[object Generator]"})),r.keys=function(t){var r=Object(t),e=[];for(var n in r)e.push(n);return e.reverse(),function t(){for(;e.length;){var n=e.pop();if(n in r)return t.value=n,t.done=!1,t}return t.done=!0,t}},r.values=F,z.prototype={constructor:z,reset:function r(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(T),!e)for(var o in this)"t"===o.charAt(0)&&n.call(this,o)&&!isNaN(+o.slice(1))&&(this[o]=t)},stop:function t(){this.done=!0;var r=this.tryEntries[0].completion;if("throw"===r.type)throw r.arg;return this.rval},dispatchException:function r(e){if(this.done)throw e;var o=this;function i(r,n){return u.type="throw",u.arg=e,o.next=r,n&&(o.method="next",o.arg=t),!!n}for(var c=this.tryEntries.length-1;c>=0;--c){var a=this.tryEntries[c],u=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),f=n.call(a,"finallyLoc");if(s&&f){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!f)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function t(r,e){for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var c=i;break}}c&&("break"===r||"continue"===r)&&c.tryLoc<=e&&e<=c.finallyLoc&&(c=null);var a=c?c.completion:{};return a.type=r,a.arg=e,c?(this.method="next",this.next=c.finallyLoc,b):this.complete(a)},complete:function t(r,e){if("throw"===r.type)throw r.arg;return"break"===r.type||"continue"===r.type?this.next=r.arg:"return"===r.type?(this.rval=this.arg=r.arg,this.method="return",this.next="end"):"normal"===r.type&&e&&(this.next=e),b},finish:function t(r){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===r)return this.complete(n.completion,n.afterLoc),T(n),b}},catch:function t(r){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===r){var o=n.completion;if("throw"===o.type){var i=o.arg;T(n)}return i}}throw Error("illegal catch attempt")},delegateYield:function r(e,n,o){return this.delegate={iterator:F(e),resultName:n,nextLoc:o},"next"===this.method&&(this.arg=t),b}},r}function v(t){return b(t)||d(t)||y(t)||h()}function h(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function y(t,r){if(t){if("string"==typeof t)return g(t,r);var e={}.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?g(t,r):void 0}}function d(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function b(t){if(Array.isArray(t))return g(t)}function g(t,r){(null==r||r>t.length)&&(r=t.length);for(var e=0,n=Array(r);e<r;e++)n[e]=t[e];return n}function m(t){return(m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function x(t,r,e,n,o,i,c){try{var a=t[i](c),u=a.value}catch(t){return void e(t)}a.done?r(u):Promise.resolve(u).then(n,o)}function _(t){return function(){var r=this,e=arguments;return new Promise((function(n,o){var i=t.apply(r,e);function c(t){x(i,n,o,c,a,"next",t)}function a(t){x(i,n,o,c,a,"throw",t)}c(void 0)}))}}var j=new URLSearchParams(window.location.search),w="default",O=j.get("platform")||"",S=j.get("metaType")||O||"",P={meta:"/Users/zuoshengjie/Desktop/project/pisell/packages/private-materials/.tmp/meta.js"},k=S?"meta.".concat(S):"meta";P[k]||(console.warn("[@alifd/build-plugin-lowcode] metaType can only in [".concat(Object.keys(P),"], current metaType is ").concat(k,", fullback to ").concat("default",".")),S="");var A=!!n.material,L=!1,E="react",T=[{package:"moment",version:"2.24.0",urls:["https://g.alicdn.com/mylib/moment/2.24.0/min/moment.min.js"],library:"moment"},{package:"dayjs",version:"1.11.7",urls:["https://g.alicdn.com/code/lib/dayjs/1.11.7/dayjs.min.js"],library:"dayjs"},{package:"lodash",library:"_",urls:["https://g.alicdn.com/platform/c/lodash/4.6.1/lodash.min.js"]},{title:"fusion\u7ec4\u4ef6\u5e93",package:"@alifd/next",version:"1.25.23",urls:["https://g.alicdn.com/code/lib/alifd__next/1.25.23/next.min.css","https://g.alicdn.com/code/lib/alifd__next/1.25.23/next-with-locales.min.js"],library:"Next"},{package:"antd",version:"5.6.2",urls:["https://g.alicdn.com/code/lib/antd/5.6.2/antd.min.js"],library:"antd"}];var z={packages:[]},F="./assets-dev.json",U={},N={},D=[],I="component";var M=$()||{componentName:"Page",id:"node_dockcviv8fo1",props:{ref:"outterView",style:{height:"100%"}},fileName:"lowcode",dataSource:{list:[]},state:{text:"outter",isShowDialog:!1},css:"body {font-size: 12px;} .botton{width:100px;color:#ff00ff}",lifeCycles:{componentDidMount:{type:"JSFunction",value:"function() {\n console.log('did mount');\n }"},componentWillUnmount:{type:"JSFunction",value:"function() {\n console.log('will umount');\n }"}},methods:{testFunc:{type:"JSFunction",value:"function() {\n console.log('test func');\n }"},onClick:{type:"JSFunction",value:"function() {\n this.setState({\n isShowDialog: true\n })\n }"},closeDialog:{type:"JSFunction",value:"function() {\n this.setState({\n isShowDialog: false\n })\n }"}},children:[]},G=document.getElementById("lce-container");function $(){var t,r=JSON.parse(window.localStorage.getItem("projectSchema")||"{}"),e;return null==r||null===(t=r.componentsTree)||void 0===t?void 0:t[0]}function B(t,r){return C.apply(this,arguments)}function C(){return(C=_(p().mark((function t(r,e){var n;return p().wrap((function t(o){for(;;)switch(o.prev=o.next){case 0:if(!(e&&Array.isArray(e)&&e.length)){o.next=5;break}return o.next=3,Promise.all(e.map(function(){var t=_(p().mark((function t(r){return p().wrap((function t(e){for(;;)switch(e.prev=e.next){case 0:if("object"!==m(r)){e.next=4;break}return e.abrupt("return",r);case 4:return e.prev=4,e.next=7,fetch(r);case 7:return e.abrupt("return",e.sent.json());case 10:return e.prev=10,e.t0=e.catch(4),console.error("get assets data from builtin assets ".concat(r," failed: "),e.t0),e.abrupt("return",{});case 14:case"end":return e.stop()}}),t,null,[[4,10]])})));return function(r){return t.apply(this,arguments)}}()));case 3:(n=o.sent).forEach((function(t){var e=u(u({},t),{},{packages:t.packages||[t.package],components:t.components,componentList:(t.componentList||[]).map((function(t){return t.children&&(t.children=t.children.map((function(r){return r.sort||(r.sort={category:t.title,group:"\u539f\u5b50\u7ec4\u4ef6"}),r}))),t}))});c()(r,e,(function(t,r){if(Array.isArray(t)&&Array.isArray(r))return r.concat(t)}))}));case 5:case"end":return o.stop()}}),t)})))).apply(this,arguments)}o()((function(){return{name:"editor-init",init:function t(){return _(p().mark((function t(){var r,e,o,i,c,a;return p().wrap((function t(u){for(;;)switch(u.prev=u.next){case 0:return"object"===m(U)&&Object.keys(U).length&&n.setters.registerSetter(U),u.next=4,fetch(F);case 4:return u.next=6,u.sent.json();case 6:r=u.sent,e=r.packages,z.packages=z.packages.concat(e),z.components=r.components.map((function(t){return t.advancedUrls&&S&&t.advancedUrls[S]&&t.advancedUrls[S].length?t.url=t.advancedUrls[S][0]:t.urls&&S&&t.urls[S]&&(t.url=t.urls[S]),t})),z.groupList=r.groupList,u.next=23;break;case 13:if(o=!1,i=!1,u.t0=!1,!u.t0){u.next=19;break}return u.next=19,B(z,!1);case 19:if(u.t1=i,!u.t1){u.next=23;break}return u.next=23,B(z,i);case 23:c=new Map,a=v(new Set([].concat(T,v(z.packages)).map((function(t){var r=t.library;return c.set(r,t),r})))),z.packages=a.map((function(t){return c.get(t)})),z.packages=z.packages.map((function(t){return t.editUrls&&t.editUrls.length&&(t.renderUrls=t.urls,t.urls=t.editUrls),t})),A?(n.material.setAssets(z),n.project.openDocument(M)):(n.editor.setAssets(z),n.project.open(M));case 29:case"end":return u.stop()}}),t)})))()}}}),D||[],G,{supportVariableGlobally:!0,presetConfig:N})}})}));
1
+ !function t(r,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.PrivateMaterials=e():r.PrivateMaterials=e()}(window,(function(){return function(t){var r={};function e(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:n})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,r){if(1&r&&(t=e(t)),8&r)return t;if(4&r&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&r&&"string"!=typeof t)for(var o in t)e.d(n,o,function(r){return t[r]}.bind(null,o));return n},e.n=function(t){var r=t&&t.__esModule?function r(){return t.default}:function r(){return t};return e.d(r,"a",r),r},e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e.p="",e(e.s=945)}({111:function(t,r,e){var n=e(54),o=Object.prototype,i=o.hasOwnProperty,c=o.toString,a=n?n.toStringTag:void 0;function u(t){var r=i.call(t,a),e=t[a];try{t[a]=void 0;var n=!0}catch(t){}var o=c.call(t);return n&&(r?t[a]=e:delete t[a]),o}t.exports=u},112:function(t,r){var e,n=Object.prototype.toString;function o(t){return n.call(t)}t.exports=o},113:function(t,r,e){var n=e(35),o=e(119),i=e(120),c=e(121),a=e(122),u=e(123);function s(t){var r=this.__data__=new n(t);this.size=r.size}s.prototype.clear=o,s.prototype.delete=i,s.prototype.get=c,s.prototype.has=a,s.prototype.set=u,t.exports=s},114:function(t,r){function e(){this.__data__=[],this.size=0}t.exports=e},115:function(t,r,e){var n=e(36),o,i=Array.prototype.splice;function c(t){var r=this.__data__,e=n(r,t),o;return!(e<0)&&(e==r.length-1?r.pop():i.call(r,e,1),--this.size,!0)}t.exports=c},116:function(t,r,e){var n=e(36);function o(t){var r=this.__data__,e=n(r,t);return e<0?void 0:r[e][1]}t.exports=o},117:function(t,r,e){var n=e(36);function o(t){return n(this.__data__,t)>-1}t.exports=o},118:function(t,r,e){var n=e(36);function o(t,r){var e=this.__data__,o=n(e,t);return o<0?(++this.size,e.push([t,r])):e[o][1]=r,this}t.exports=o},119:function(t,r,e){var n=e(35);function o(){this.__data__=new n,this.size=0}t.exports=o},120:function(t,r){function e(t){var r=this.__data__,e=r.delete(t);return this.size=r.size,e}t.exports=e},121:function(t,r){function e(t){return this.__data__.get(t)}t.exports=e},122:function(t,r){function e(t){return this.__data__.has(t)}t.exports=e},123:function(t,r,e){var n=e(35),o=e(55),i=e(86),c=200;function a(t,r){var e=this.__data__;if(e instanceof n){var c=e.__data__;if(!o||c.length<199)return c.push([t,r]),this.size=++e.size,this;e=this.__data__=new i(c)}return e.set(t,r),this.size=e.size,this}t.exports=a},124:function(t,r,e){var n=e(50),o=e(125),i=e(22),c=e(85),a=/[\\^$.*+?()[\]{}|]/g,u=/^\[object .+?Constructor\]$/,s=Function.prototype,f=Object.prototype,l=s.toString,p=f.hasOwnProperty,v=RegExp("^"+l.call(p).replace(a,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function h(t){return!(!i(t)||o(t))&&(n(t)?v:u).test(c(t));var r}t.exports=h},125:function(t,r,e){var n=e(126),o=(i=/[^.]+$/.exec(n&&n.keys&&n.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"",i;function c(t){return!!o&&o in t}t.exports=c},126:function(t,r,e){var n,o=e(21)["__core-js_shared__"];t.exports=o},127:function(t,r){function e(t,r){return null==t?void 0:t[r]}t.exports=e},128:function(t,r,e){var n=e(129),o=e(35),i=e(55);function c(){this.size=0,this.__data__={hash:new n,map:new(i||o),string:new n}}t.exports=c},129:function(t,r,e){var n=e(130),o=e(131),i=e(132),c=e(133),a=e(134);function u(t){var r=-1,e=null==t?0:t.length;for(this.clear();++r<e;){var n=t[r];this.set(n[0],n[1])}}u.prototype.clear=n,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},130:function(t,r,e){var n=e(38);function o(){this.__data__=n?n(null):{},this.size=0}t.exports=o},131:function(t,r){function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}t.exports=e},132:function(t,r,e){var n=e(38),o="__lodash_hash_undefined__",i,c=Object.prototype.hasOwnProperty;function a(t){var r=this.__data__;if(n){var e=r[t];return e===o?void 0:e}return c.call(r,t)?r[t]:void 0}t.exports=a},133:function(t,r,e){var n=e(38),o,i=Object.prototype.hasOwnProperty;function c(t){var r=this.__data__;return n?void 0!==r[t]:i.call(r,t)}t.exports=c},134:function(t,r,e){var n=e(38),o="__lodash_hash_undefined__";function i(t,r){var e=this.__data__;return this.size+=this.has(t)?0:1,e[t]=n&&void 0===r?o:r,this}t.exports=i},135:function(t,r,e){var n=e(39);function o(t){var r=n(this,t).delete(t);return this.size-=r?1:0,r}t.exports=o},136:function(t,r){function e(t){var r=typeof t;return"string"==r||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==t:null===t}t.exports=e},137:function(t,r,e){var n=e(39);function o(t){return n(this,t).get(t)}t.exports=o},138:function(t,r,e){var n=e(39);function o(t){return n(this,t).has(t)}t.exports=o},139:function(t,r,e){var n=e(39);function o(t,r){var e=n(this,t),o=e.size;return e.set(t,r),this.size+=e.size==o?0:1,this}t.exports=o},140:function(t,r,e){var n,o=e(21).Uint8Array;t.exports=o},141:function(t,r,e){var n=e(142),o=e(73),i=e(56),c=e(63),a=e(74),u=e(64),s,f=Object.prototype.hasOwnProperty;function l(t,r){var e=i(t),s=!e&&o(t),l=!e&&!s&&c(t),p=!e&&!s&&!l&&u(t),v=e||s||l||p,h=v?n(t.length,String):[],y=h.length;for(var d in t)!r&&!f.call(t,d)||v&&("length"==d||l&&("offset"==d||"parent"==d)||p&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||a(d,y))||h.push(d);return h}t.exports=l},142:function(t,r){function e(t,r){for(var e=-1,n=Array(t);++e<t;)n[e]=r(e);return n}t.exports=e},143:function(t,r,e){var n=e(32),o=e(27),i="[object Arguments]";function c(t){return o(t)&&n(t)==i}t.exports=c},144:function(t,r){function e(){return!1}t.exports=e},145:function(t,r,e){var n=e(32),o=e(65),i=e(27),c="[object Arguments]",a="[object Array]",u="[object Boolean]",s="[object Date]",f="[object Error]",l="[object Function]",p="[object Map]",v="[object Number]",h="[object Object]",y="[object RegExp]",d="[object Set]",b="[object String]",g="[object WeakMap]",m="[object ArrayBuffer]",x="[object DataView]",_,j="[object Float64Array]",w="[object Int8Array]",O="[object Int16Array]",S="[object Int32Array]",P="[object Uint8Array]",k="[object Uint8ClampedArray]",A="[object Uint16Array]",L="[object Uint32Array]",E={};function T(t){return i(t)&&o(t.length)&&!!E[n(t)]}E["[object Float32Array]"]=E[j]=E[w]=E[O]=E[S]=E[P]=E[k]=E[A]=E[L]=!0,E[c]=E[a]=E[m]=E[u]=E[x]=E[s]=E[f]=E[l]=E[p]=E[v]=E[h]=E[y]=E[d]=E[b]=E[g]=!1,t.exports=T},146:function(t,r){function e(t){return function(r){return t(r)}}t.exports=e},147:function(t,r,e){(function(t){var n=e(62),o=r&&!r.nodeType&&r,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,a=i&&i.exports===o&&n.process,u=function(){try{var t=i&&i.require&&i.require("util").types;return t||a&&a.binding&&a.binding("util")}catch(t){}}();t.exports=u}).call(this,e(34)(t))},148:function(t,r){function e(t,r){return function(e){return t(r(e))}}t.exports=e},156:function(t,r,e){var n=e(78),o=e(45);function i(t,r,e){(void 0!==e&&!o(t[r],e)||void 0===e&&!(r in t))&&n(t,r,e)}t.exports=i},157:function(t,r,e){var n=e(37),o=function(){try{var t=n(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},158:function(t,r,e){var n,o=e(148)(Object.getPrototypeOf,Object);t.exports=o},159:function(t,r){function e(t,r){if(("constructor"!==r||"function"!=typeof t[r])&&"__proto__"!=r)return t[r]}t.exports=e},160:function(t,r,e){var n=e(141),o=e(229),i=e(57);function c(t){return i(t)?n(t,!0):o(t)}t.exports=c},161:function(t,r){function e(t){return t}t.exports=e},21:function(t,r,e){var n=e(62),o="object"==typeof self&&self&&self.Object===Object&&self,i=n||o||Function("return this")();t.exports=i},214:function(t,r,e){var n=e(113),o=e(156),i=e(215),c=e(217),a=e(22),u=e(160),s=e(159);function f(t,r,e,l,p){t!==r&&i(r,(function(i,u){if(p||(p=new n),a(i))c(t,r,u,e,f,l,p);else{var v=l?l(s(t,u),i,u+"",t,r,p):void 0;void 0===v&&(v=i),o(t,u,v)}}),u)}t.exports=f},215:function(t,r,e){var n,o=e(216)();t.exports=o},216:function(t,r){function e(t){return function(r,e,n){for(var o=-1,i=Object(r),c=n(r),a=c.length;a--;){var u=c[t?a:++o];if(!1===e(i[u],u,i))break}return r}}t.exports=e},217:function(t,r,e){var n=e(156),o=e(218),i=e(219),c=e(221),a=e(222),u=e(73),s=e(56),f=e(224),l=e(63),p=e(50),v=e(22),h=e(225),y=e(64),d=e(159),b=e(226);function g(t,r,e,g,m,x,_){var j=d(t,e),w=d(r,e),O=_.get(w);if(O)n(t,e,O);else{var S=x?x(j,w,e+"",t,r,_):void 0,P=void 0===S;if(P){var k=s(w),A=!k&&l(w),L=!k&&!A&&y(w);S=w,k||A||L?s(j)?S=j:f(j)?S=c(j):A?(P=!1,S=o(w,!0)):L?(P=!1,S=i(w,!0)):S=[]:h(w)||u(w)?(S=j,u(j)?S=b(j):v(j)&&!p(j)||(S=a(w))):P=!1}P&&(_.set(w,S),m(S,w,g,x,_),_.delete(w)),n(t,e,S)}}t.exports=g},218:function(t,r,e){(function(t){var n=e(21),o=r&&!r.nodeType&&r,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,a=i&&i.exports===o?n.Buffer:void 0,u=a?a.allocUnsafe:void 0;function s(t,r){if(r)return t.slice();var e=t.length,n=u?u(e):new t.constructor(e);return t.copy(n),n}t.exports=s}).call(this,e(34)(t))},219:function(t,r,e){var n=e(220);function o(t,r){var e=r?n(t.buffer):t.buffer;return new t.constructor(e,t.byteOffset,t.length)}t.exports=o},22:function(t,r){function e(t){var r=typeof t;return null!=t&&("object"==r||"function"==r)}t.exports=e},220:function(t,r,e){var n=e(140);function o(t){var r=new t.constructor(t.byteLength);return new n(r).set(new n(t)),r}t.exports=o},221:function(t,r){function e(t,r){var e=-1,n=t.length;for(r||(r=Array(n));++e<n;)r[e]=t[e];return r}t.exports=e},222:function(t,r,e){var n=e(223),o=e(158),i=e(75);function c(t){return"function"!=typeof t.constructor||i(t)?{}:n(o(t))}t.exports=c},223:function(t,r,e){var n=e(22),o=Object.create,i=function(){function t(){}return function(r){if(!n(r))return{};if(o)return o(r);t.prototype=r;var e=new t;return t.prototype=void 0,e}}();t.exports=i},224:function(t,r,e){var n=e(57),o=e(27);function i(t){return o(t)&&n(t)}t.exports=i},225:function(t,r,e){var n=e(32),o=e(158),i=e(27),c="[object Object]",a=Function.prototype,u=Object.prototype,s=a.toString,f=u.hasOwnProperty,l=s.call(Object);function p(t){if(!i(t)||n(t)!=c)return!1;var r=o(t);if(null===r)return!0;var e=f.call(r,"constructor")&&r.constructor;return"function"==typeof e&&e instanceof e&&s.call(e)==l}t.exports=p},226:function(t,r,e){var n=e(227),o=e(160);function i(t){return n(t,o(t))}t.exports=i},227:function(t,r,e){var n=e(228),o=e(78);function i(t,r,e,i){var c=!e;e||(e={});for(var a=-1,u=r.length;++a<u;){var s=r[a],f=i?i(e[s],t[s],s,e,t):void 0;void 0===f&&(f=t[s]),c?o(e,s,f):n(e,s,f)}return e}t.exports=i},228:function(t,r,e){var n=e(78),o=e(45),i,c=Object.prototype.hasOwnProperty;function a(t,r,e){var i=t[r];c.call(t,r)&&o(i,e)&&(void 0!==e||r in t)||n(t,r,e)}t.exports=a},229:function(t,r,e){var n=e(22),o=e(75),i=e(230),c,a=Object.prototype.hasOwnProperty;function u(t){if(!n(t))return i(t);var r=o(t),e=[];for(var c in t)("constructor"!=c||!r&&a.call(t,c))&&e.push(c);return e}t.exports=u},230:function(t,r){function e(t){var r=[];if(null!=t)for(var e in Object(t))r.push(e);return r}t.exports=e},231:function(t,r,e){var n=e(232),o=e(239);function i(t){return n((function(r,e){var n=-1,i=e.length,c=i>1?e[i-1]:void 0,a=i>2?e[2]:void 0;for(c=t.length>3&&"function"==typeof c?(i--,c):void 0,a&&o(e[0],e[1],a)&&(c=i<3?void 0:c,i=1),r=Object(r);++n<i;){var u=e[n];u&&t(r,u,n,c)}return r}))}t.exports=i},232:function(t,r,e){var n=e(161),o=e(233),i=e(235);function c(t,r){return i(o(t,r,n),t+"")}t.exports=c},233:function(t,r,e){var n=e(234),o=Math.max;function i(t,r,e){return r=o(void 0===r?t.length-1:r,0),function(){for(var i=arguments,c=-1,a=o(i.length-r,0),u=Array(a);++c<a;)u[c]=i[r+c];c=-1;for(var s=Array(r+1);++c<r;)s[c]=i[c];return s[r]=e(u),n(t,this,s)}}t.exports=i},234:function(t,r){function e(t,r,e){switch(e.length){case 0:return t.call(r);case 1:return t.call(r,e[0]);case 2:return t.call(r,e[0],e[1]);case 3:return t.call(r,e[0],e[1],e[2])}return t.apply(r,e)}t.exports=e},235:function(t,r,e){var n=e(236),o,i=e(238)(n);t.exports=i},236:function(t,r,e){var n=e(237),o=e(157),i=e(161),c=o?function(t,r){return o(t,"toString",{configurable:!0,enumerable:!1,value:n(r),writable:!0})}:i;t.exports=c},237:function(t,r){function e(t){return function(){return t}}t.exports=e},238:function(t,r){var e=800,n=16,o=Date.now;function i(t){var r=0,e=0;return function(){var n=o(),i=16-(n-e);if(e=n,i>0){if(++r>=800)return arguments[0]}else r=0;return t.apply(void 0,arguments)}}t.exports=i},239:function(t,r,e){var n=e(45),o=e(57),i=e(74),c=e(22);function a(t,r,e){if(!c(e))return!1;var a=typeof r;return!!("number"==a?o(e)&&i(r,e.length):"string"==a&&r in e)&&n(e[r],t)}t.exports=a},27:function(t,r){function e(t){return null!=t&&"object"==typeof t}t.exports=e},32:function(t,r,e){var n=e(54),o=e(111),i=e(112),c="[object Null]",a="[object Undefined]",u=n?n.toStringTag:void 0;function s(t){return null==t?void 0===t?a:c:u&&u in Object(t)?o(t):i(t)}t.exports=s},34:function(t,r){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},35:function(t,r,e){var n=e(114),o=e(115),i=e(116),c=e(117),a=e(118);function u(t){var r=-1,e=null==t?0:t.length;for(this.clear();++r<e;){var n=t[r];this.set(n[0],n[1])}}u.prototype.clear=n,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},36:function(t,r,e){var n=e(45);function o(t,r){for(var e=t.length;e--;)if(n(t[e][0],r))return e;return-1}t.exports=o},37:function(t,r,e){var n=e(124),o=e(127);function i(t,r){var e=o(t,r);return n(e)?e:void 0}t.exports=i},38:function(t,r,e){var n,o=e(37)(Object,"create");t.exports=o},39:function(t,r,e){var n=e(136);function o(t,r){var e=t.__data__;return n(r)?e["string"==typeof r?"string":"hash"]:e.map}t.exports=o},41:function(t,r){t.exports=window.LowcodePresetPlugin},45:function(t,r){function e(t,r){return t===r||t!=t&&r!=r}t.exports=e},48:function(t,r){var e;e=function(){return this}();try{e=e||new Function("return this")()}catch(t){"object"==typeof window&&(e=window)}t.exports=e},50:function(t,r,e){var n=e(32),o=e(22),i="[object AsyncFunction]",c="[object Function]",a="[object GeneratorFunction]",u="[object Proxy]";function s(t){if(!o(t))return!1;var r=n(t);return r==c||r==a||r==i||r==u}t.exports=s},509:function(t,r,e){var n=e(214),o,i=e(231)((function(t,r,e,o){n(t,r,e,o)}));t.exports=i},54:function(t,r,e){var n,o=e(21).Symbol;t.exports=o},55:function(t,r,e){var n,o,i=e(37)(e(21),"Map");t.exports=i},56:function(t,r){var e=Array.isArray;t.exports=e},57:function(t,r,e){var n=e(50),o=e(65);function i(t){return null!=t&&o(t.length)&&!n(t)}t.exports=i},62:function(t,r,e){(function(r){var e="object"==typeof r&&r&&r.Object===Object&&r;t.exports=e}).call(this,e(48))},63:function(t,r,e){(function(t){var n=e(21),o=e(144),i=r&&!r.nodeType&&r,c=i&&"object"==typeof t&&t&&!t.nodeType&&t,a,u=c&&c.exports===i?n.Buffer:void 0,s,f=(u?u.isBuffer:void 0)||o;t.exports=f}).call(this,e(34)(t))},64:function(t,r,e){var n=e(145),o=e(146),i=e(147),c=i&&i.isTypedArray,a=c?o(c):n;t.exports=a},65:function(t,r){var e=9007199254740991;function n(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}t.exports=n},73:function(t,r,e){var n=e(143),o=e(27),i=Object.prototype,c=i.hasOwnProperty,a=i.propertyIsEnumerable,u=n(function(){return arguments}())?n:function(t){return o(t)&&c.call(t,"callee")&&!a.call(t,"callee")};t.exports=u},74:function(t,r){var e=9007199254740991,n=/^(?:0|[1-9]\d*)$/;function o(t,r){var e=typeof t;return!!(r=null==r?9007199254740991:r)&&("number"==e||"symbol"!=e&&n.test(t))&&t>-1&&t%1==0&&t<r}t.exports=o},75:function(t,r){var e=Object.prototype;function n(t){var r=t&&t.constructor,n;return t===("function"==typeof r&&r.prototype||e)}t.exports=n},78:function(t,r,e){var n=e(157);function o(t,r,e){"__proto__"==r&&n?n(t,r,{configurable:!0,enumerable:!0,value:e,writable:!0}):t[r]=e}t.exports=o},85:function(t,r){var e,n=Function.prototype.toString;function o(t){if(null!=t){try{return n.call(t)}catch(t){}try{return t+""}catch(t){}}return""}t.exports=o},86:function(t,r,e){var n=e(128),o=e(135),i=e(137),c=e(138),a=e(139);function u(t){var r=-1,e=null==t?0:t.length;for(this.clear();++r<e;){var n=t[r];this.set(n[0],n[1])}}u.prototype.clear=n,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},945:function(t,r,e){t.exports=e(946)},946:function(t,r,e){"use strict";e.r(r);var n=e(41),o=e.n(n),i=e(509),c=e.n(i);function a(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,n)}return e}function u(t){for(var r=1;r<arguments.length;r++){var e=null!=arguments[r]?arguments[r]:{};r%2?a(Object(e),!0).forEach((function(r){s(t,r,e[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):a(Object(e)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r))}))}return t}function s(t,r,e){return(r=f(r))in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}function f(t){var r=l(t,"string");return"symbol"==m(r)?r:r+""}function l(t,r){if("object"!=m(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var n=e.call(t,r||"default");if("object"!=m(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}function p(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */p=function t(){return r};var t,r={},e=Object.prototype,n=e.hasOwnProperty,o=Object.defineProperty||function(t,r,e){t[r]=e.value},i="function"==typeof Symbol?Symbol:{},c=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function s(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{s({},"")}catch(t){s=function t(r,e,n){return r[e]=n}}function f(t,r,e,n){var i=r&&r.prototype instanceof g?r:g,c=Object.create(i.prototype),a=new z(n||[]);return o(c,"_invoke",{value:A(t,e,a)}),c}function l(t,r,e){try{return{type:"normal",arg:t.call(r,e)}}catch(t){return{type:"throw",arg:t}}}r.wrap=f;var v="suspendedStart",h="suspendedYield",y="executing",d="completed",b={};function g(){}function x(){}function _(){}var j={};s(j,c,(function(){return this}));var w=Object.getPrototypeOf,O=w&&w(w(F([])));O&&O!==e&&n.call(O,c)&&(j=O);var S=_.prototype=g.prototype=Object.create(j);function P(t){["next","throw","return"].forEach((function(r){s(t,r,(function(t){return this._invoke(r,t)}))}))}function k(t,r){function e(o,i,c,a){var u=l(t[o],t,i);if("throw"!==u.type){var s=u.arg,f=s.value;return f&&"object"==m(f)&&n.call(f,"__await")?r.resolve(f.__await).then((function(t){e("next",t,c,a)}),(function(t){e("throw",t,c,a)})):r.resolve(f).then((function(t){s.value=t,c(s)}),(function(t){return e("throw",t,c,a)}))}a(u.arg)}var i;o(this,"_invoke",{value:function t(n,o){function c(){return new r((function(t,r){e(n,o,t,r)}))}return i=i?i.then(c,c):c()}})}function A(r,e,n){var o=v;return function(i,c){if(o===y)throw Error("Generator is already running");if(o===d){if("throw"===i)throw c;return{value:t,done:!0}}for(n.method=i,n.arg=c;;){var a=n.delegate;if(a){var u=L(a,n);if(u){if(u===b)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===v)throw o=d,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=y;var s=l(r,e,n);if("normal"===s.type){if(o=n.done?d:h,s.arg===b)continue;return{value:s.arg,done:n.done}}"throw"===s.type&&(o=d,n.method="throw",n.arg=s.arg)}}}function L(r,e){var n=e.method,o=r.iterator[n];if(o===t)return e.delegate=null,"throw"===n&&r.iterator.return&&(e.method="return",e.arg=t,L(r,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),b;var i=l(o,r.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,b;var c=i.arg;return c?c.done?(e[r.resultName]=c.value,e.next=r.nextLoc,"return"!==e.method&&(e.method="next",e.arg=t),e.delegate=null,b):c:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,b)}function E(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function T(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function z(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function F(r){if(r||""===r){var e=r[c];if(e)return e.call(r);if("function"==typeof r.next)return r;if(!isNaN(r.length)){var o=-1,i=function e(){for(;++o<r.length;)if(n.call(r,o))return e.value=r[o],e.done=!1,e;return e.value=t,e.done=!0,e};return i.next=i}}throw new TypeError(m(r)+" is not iterable")}return x.prototype=_,o(S,"constructor",{value:_,configurable:!0}),o(_,"constructor",{value:x,configurable:!0}),x.displayName=s(_,u,"GeneratorFunction"),r.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===x||"GeneratorFunction"===(r.displayName||r.name))},r.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,_):(t.__proto__=_,s(t,u,"GeneratorFunction")),t.prototype=Object.create(S),t},r.awrap=function(t){return{__await:t}},P(k.prototype),s(k.prototype,a,(function(){return this})),r.AsyncIterator=k,r.async=function(t,e,n,o,i){void 0===i&&(i=Promise);var c=new k(f(t,e,n,o),i);return r.isGeneratorFunction(e)?c:c.next().then((function(t){return t.done?t.value:c.next()}))},P(S),s(S,u,"Generator"),s(S,c,(function(){return this})),s(S,"toString",(function(){return"[object Generator]"})),r.keys=function(t){var r=Object(t),e=[];for(var n in r)e.push(n);return e.reverse(),function t(){for(;e.length;){var n=e.pop();if(n in r)return t.value=n,t.done=!1,t}return t.done=!0,t}},r.values=F,z.prototype={constructor:z,reset:function r(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(T),!e)for(var o in this)"t"===o.charAt(0)&&n.call(this,o)&&!isNaN(+o.slice(1))&&(this[o]=t)},stop:function t(){this.done=!0;var r=this.tryEntries[0].completion;if("throw"===r.type)throw r.arg;return this.rval},dispatchException:function r(e){if(this.done)throw e;var o=this;function i(r,n){return u.type="throw",u.arg=e,o.next=r,n&&(o.method="next",o.arg=t),!!n}for(var c=this.tryEntries.length-1;c>=0;--c){var a=this.tryEntries[c],u=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),f=n.call(a,"finallyLoc");if(s&&f){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!f)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function t(r,e){for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var c=i;break}}c&&("break"===r||"continue"===r)&&c.tryLoc<=e&&e<=c.finallyLoc&&(c=null);var a=c?c.completion:{};return a.type=r,a.arg=e,c?(this.method="next",this.next=c.finallyLoc,b):this.complete(a)},complete:function t(r,e){if("throw"===r.type)throw r.arg;return"break"===r.type||"continue"===r.type?this.next=r.arg:"return"===r.type?(this.rval=this.arg=r.arg,this.method="return",this.next="end"):"normal"===r.type&&e&&(this.next=e),b},finish:function t(r){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===r)return this.complete(n.completion,n.afterLoc),T(n),b}},catch:function t(r){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===r){var o=n.completion;if("throw"===o.type){var i=o.arg;T(n)}return i}}throw Error("illegal catch attempt")},delegateYield:function r(e,n,o){return this.delegate={iterator:F(e),resultName:n,nextLoc:o},"next"===this.method&&(this.arg=t),b}},r}function v(t){return b(t)||d(t)||y(t)||h()}function h(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function y(t,r){if(t){if("string"==typeof t)return g(t,r);var e={}.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?g(t,r):void 0}}function d(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function b(t){if(Array.isArray(t))return g(t)}function g(t,r){(null==r||r>t.length)&&(r=t.length);for(var e=0,n=Array(r);e<r;e++)n[e]=t[e];return n}function m(t){return(m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function x(t,r,e,n,o,i,c){try{var a=t[i](c),u=a.value}catch(t){return void e(t)}a.done?r(u):Promise.resolve(u).then(n,o)}function _(t){return function(){var r=this,e=arguments;return new Promise((function(n,o){var i=t.apply(r,e);function c(t){x(i,n,o,c,a,"next",t)}function a(t){x(i,n,o,c,a,"throw",t)}c(void 0)}))}}var j=new URLSearchParams(window.location.search),w="default",O=j.get("platform")||"",S=j.get("metaType")||O||"",P={meta:"/Users/zuoshengjie/Desktop/project/pisell/packages/private-materials/.tmp/meta.js"},k=S?"meta.".concat(S):"meta";P[k]||(console.warn("[@alifd/build-plugin-lowcode] metaType can only in [".concat(Object.keys(P),"], current metaType is ").concat(k,", fullback to ").concat("default",".")),S="");var A=!!n.material,L=!1,E="react",T=[{package:"moment",version:"2.24.0",urls:["https://g.alicdn.com/mylib/moment/2.24.0/min/moment.min.js"],library:"moment"},{package:"dayjs",version:"1.11.7",urls:["https://g.alicdn.com/code/lib/dayjs/1.11.7/dayjs.min.js"],library:"dayjs"},{package:"lodash",library:"_",urls:["https://g.alicdn.com/platform/c/lodash/4.6.1/lodash.min.js"]},{title:"fusion\u7ec4\u4ef6\u5e93",package:"@alifd/next",version:"1.25.23",urls:["https://g.alicdn.com/code/lib/alifd__next/1.25.23/next.min.css","https://g.alicdn.com/code/lib/alifd__next/1.25.23/next-with-locales.min.js"],library:"Next"},{package:"antd",version:"5.6.2",urls:["https://g.alicdn.com/code/lib/antd/5.6.2/antd.min.js"],library:"antd"}];var z={packages:[]},F="./assets-dev.json",U={},N={},D=[],I="component";var M=$()||{componentName:"Page",id:"node_dockcviv8fo1",props:{ref:"outterView",style:{height:"100%"}},fileName:"lowcode",dataSource:{list:[]},state:{text:"outter",isShowDialog:!1},css:"body {font-size: 12px;} .botton{width:100px;color:#ff00ff}",lifeCycles:{componentDidMount:{type:"JSFunction",value:"function() {\n console.log('did mount');\n }"},componentWillUnmount:{type:"JSFunction",value:"function() {\n console.log('will umount');\n }"}},methods:{testFunc:{type:"JSFunction",value:"function() {\n console.log('test func');\n }"},onClick:{type:"JSFunction",value:"function() {\n this.setState({\n isShowDialog: true\n })\n }"},closeDialog:{type:"JSFunction",value:"function() {\n this.setState({\n isShowDialog: false\n })\n }"}},children:[]},G=document.getElementById("lce-container");function $(){var t,r=JSON.parse(window.localStorage.getItem("projectSchema")||"{}"),e;return null==r||null===(t=r.componentsTree)||void 0===t?void 0:t[0]}function B(t,r){return C.apply(this,arguments)}function C(){return(C=_(p().mark((function t(r,e){var n;return p().wrap((function t(o){for(;;)switch(o.prev=o.next){case 0:if(!(e&&Array.isArray(e)&&e.length)){o.next=5;break}return o.next=3,Promise.all(e.map(function(){var t=_(p().mark((function t(r){return p().wrap((function t(e){for(;;)switch(e.prev=e.next){case 0:if("object"!==m(r)){e.next=4;break}return e.abrupt("return",r);case 4:return e.prev=4,e.next=7,fetch(r);case 7:return e.abrupt("return",e.sent.json());case 10:return e.prev=10,e.t0=e.catch(4),console.error("get assets data from builtin assets ".concat(r," failed: "),e.t0),e.abrupt("return",{});case 14:case"end":return e.stop()}}),t,null,[[4,10]])})));return function(r){return t.apply(this,arguments)}}()));case 3:(n=o.sent).forEach((function(t){var e=u(u({},t),{},{packages:t.packages||[t.package],components:t.components,componentList:(t.componentList||[]).map((function(t){return t.children&&(t.children=t.children.map((function(r){return r.sort||(r.sort={category:t.title,group:"\u539f\u5b50\u7ec4\u4ef6"}),r}))),t}))});c()(r,e,(function(t,r){if(Array.isArray(t)&&Array.isArray(r))return r.concat(t)}))}));case 5:case"end":return o.stop()}}),t)})))).apply(this,arguments)}o()((function(){return{name:"editor-init",init:function t(){return _(p().mark((function t(){var r,e,o,i,c,a;return p().wrap((function t(u){for(;;)switch(u.prev=u.next){case 0:return"object"===m(U)&&Object.keys(U).length&&n.setters.registerSetter(U),u.next=4,fetch(F);case 4:return u.next=6,u.sent.json();case 6:r=u.sent,e=r.packages,z.packages=z.packages.concat(e),z.components=r.components.map((function(t){return t.advancedUrls&&S&&t.advancedUrls[S]&&t.advancedUrls[S].length?t.url=t.advancedUrls[S][0]:t.urls&&S&&t.urls[S]&&(t.url=t.urls[S]),t})),z.groupList=r.groupList,u.next=23;break;case 13:if(o=!1,i=!1,u.t0=!1,!u.t0){u.next=19;break}return u.next=19,B(z,!1);case 19:if(u.t1=i,!u.t1){u.next=23;break}return u.next=23,B(z,i);case 23:c=new Map,a=v(new Set([].concat(T,v(z.packages)).map((function(t){var r=t.library;return c.set(r,t),r})))),z.packages=a.map((function(t){return c.get(t)})),z.packages=z.packages.map((function(t){return t.editUrls&&t.editUrls.length&&(t.renderUrls=t.urls,t.urls=t.editUrls),t})),A?(n.material.setAssets(z),n.project.openDocument(M)):(n.editor.setAssets(z),n.project.open(M));case 29:case"end":return u.stop()}}),t)})))()}}}),D||[],G,{supportVariableGlobally:!0,presetConfig:N})}})}));
@@ -1 +1 @@
1
- !function e(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.PisellPrivateMaterialsMeta=n():t.PisellPrivateMaterialsMeta=n()}(window,(function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.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 a in e)n.d(r,a,function(t){return e[t]}.bind(null,a));return r},n.n=function(e){var t=e&&e.__esModule?function t(){return e.default}:function t(){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=29)}([function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingAddons",title:"BookingAddons",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingAddons",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"BookingAddons",screenshot:"",schema:{componentName:"BookingAddons",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingContacts",title:"BookingContacts",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingContacts",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"value","zh-CN":"value"}},name:"value",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"onChange","zh-CN":"onChange"}},name:"onChange",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{style:!0},component:{}}},o=[{title:"BookingContacts",screenshot:"",schema:{componentName:"BookingContacts",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingDashboard",title:"BookingDashboard",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingDashboard",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"backgroundColors","zh-CN":"backgroundColors"}},name:"backgroundColors",setter:{componentName:"MixedSetter",props:{setters:[{componentName:"ArraySetter",props:{itemSetter:{componentName:"StringSetter",isRequired:!1,initialValue:""}},initialValue:[]}]}}},{title:{label:{type:"i18n","en-US":"labelColor","zh-CN":"labelColor"}},name:"labelColor",setter:{componentName:"MixedSetter",props:{setters:[{componentName:"StringSetter",isRequired:!1,initialValue:""}]}}},{title:{label:{type:"i18n","en-US":"valueColor","zh-CN":"valueColor"}},name:"valueColor",setter:{componentName:"MixedSetter",props:{setters:[{componentName:"StringSetter",isRequired:!1,initialValue:""}]}}},{title:{label:{type:"i18n","en-US":"otherParams","zh-CN":"otherParams"}},name:"otherParams",setter:["JsonSetter","VariableSetter"]},{title:{label:"refreshKey"},name:"refreshKey",setter:["StringSetter","VariableSetter"]}],supports:{style:!0,events:[{name:"onDataChange",template:"onDataChange(data,dataList,${extParams}){\n//console.log('onDataChange',data,dataList);}"}]},component:{}}},o=[{title:"BookingDashboard",screenshot:"",schema:{componentName:"BookingDashboard",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingDeposit",title:"BookingDeposit",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingDeposit",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"setState","zh-CN":"setState"}},name:"setState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"BookingDeposit",screenshot:"",schema:{componentName:"BookingDeposit",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingDuration",title:"BookingDuration",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingDuration",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"locale","zh-CN":"locale"}},name:"locale",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"timeObjChange","zh-CN":"timeObjChange"}},name:"timeObjChange",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"slice","zh-CN":"slice"}},name:"slice",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"duration","zh-CN":"duration"}},name:"duration",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"usableTime","zh-CN":"usableTime"}},name:"usableTime",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"startDate","zh-CN":"startDate"}},name:"startDate",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"selectProps","zh-CN":"selectProps"}},name:"selectProps",setter:["JsonSetter","VariableSetter"]}],supports:{style:!0},component:{}}},o=[{title:"BookingDuration",screenshot:"",schema:{componentName:"BookingDuration",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingForms",title:"BookingForms",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingForms",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"BookingForms",screenshot:"",schema:{componentName:"BookingForms",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingInfo",title:"BookingInfo",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingInfo",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setModalState","zh-CN":"setModalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"setState","zh-CN":"setState"}},name:"setState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"callback","zh-CN":"callback"}},name:"callback",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"\u6a21\u5757","zh-CN":"\u6a21\u5757"}},name:"modules",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"\u63d2\u69fd","zh-CN":"\u63d2\u69fd"}},name:"slot",propType:"node",setter:{componentName:"SlotSetter",initialValue:{type:"JSSlot"}}}],supports:{},component:{}}},o=[{title:"BookingInfo",screenshot:"",schema:{componentName:"BookingInfo",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingNotes",title:"BookingNotes",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingNotes",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"BookingNotes",screenshot:"",schema:{componentName:"BookingNotes",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingPayment",title:"BookingPayment",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingPayment",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"BookingPayment",screenshot:"",schema:{componentName:"BookingPayment",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingResources",title:"BookingResources",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingResources",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"resources","zh-CN":"resources"}},name:"resources",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"watch","zh-CN":"watch"}},name:"watch",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"resourcesChange","zh-CN":"resourcesChange"}},name:"resourcesChange",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"getResources","zh-CN":"getResources"}},name:"getResources",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"currentDate","zh-CN":"currentDate"}},name:"currentDate",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"cacheItem","zh-CN":"cacheItem"}},name:"cacheItem",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"selectProps","zh-CN":"selectProps"}},name:"selectProps",setter:["JsonSetter","VariableSetter"]}],supports:{style:!0},component:{}}},o=[{title:"BookingResources",screenshot:"",schema:{componentName:"BookingResources",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingStartTime",title:"BookingStartTime",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingStartTime",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"locale","zh-CN":"locale"}},name:"locale",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"timeObjChange","zh-CN":"timeObjChange"}},name:"timeObjChange",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"slice","zh-CN":"slice"}},name:"slice",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"selectProps","zh-CN":"selectProps"}},name:"selectProps",setter:["JsonSetter","VariableSetter"]}],supports:{style:!0},component:{}}},o=[{title:"BookingStartTime",screenshot:"",schema:{componentName:"BookingStartTime",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"VerticalAddService",title:"VerticalAddService",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"VerticalAddService",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setModalState","zh-CN":"setModalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"setState","zh-CN":"setState"}},name:"setState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"callback","zh-CN":"callback"}},name:"callback",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"\u63d2\u69fd","zh-CN":"\u63d2\u69fd"}},name:"slot",propType:"node",setter:{componentName:"SlotSetter",initialValue:{type:"JSSlot"}}}],supports:{},component:{}}},o=[{title:"VerticalAddService",screenshot:"",schema:{componentName:"VerticalAddService",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"VerticalClient",title:"VerticalClient",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"VerticalClient",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setModalState","zh-CN":"setModalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"setState","zh-CN":"setState"}},name:"setState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"callback","zh-CN":"callback"}},name:"callback",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"\u63d2\u69fd","zh-CN":"\u63d2\u69fd"}},name:"slot",propType:"node",setter:{componentName:"SlotSetter",initialValue:{type:"JSSlot"}}}],supports:{},component:{}}},o=[{title:"VerticalClient",screenshot:"",schema:{componentName:"VerticalClient",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"Booking",title:"Booking",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"Booking",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"title","zh-CN":"title"}},name:"title",setter:{componentName:"StringSetter",isRequired:!0,initialValue:""}},{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"onLogin","zh-CN":"onLogin"}},name:"onLogin",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"Booking",screenshot:"",schema:{componentName:"Booking",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"EftposPay",title:"EftposPay",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.1",exportName:"EftposPay",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"type","zh-CN":"type"}},name:"type",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tyroUrl","zh-CN":"tyroUrl"}},name:"tyroUrl",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tyroVersion","zh-CN":"tyroVersion"}},name:"tyroVersion",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"source","zh-CN":"source"}},name:"source",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"mode","zh-CN":"mode"}},name:"mode",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"terminal","zh-CN":"terminal"}},name:"terminal",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"onChangeStatus","zh-CN":"onChangeStatus"}},name:"onChangeStatus",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"onChangeParams","zh-CN":"onChangeParams"}},name:"onChangeParams",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"getApi","zh-CN":"getApi"}},name:"getApi",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"params","zh-CN":"params"}},name:"params",setter:["JsonSetter","VariableSetter"]}],supports:{style:!0,events:[{name:"onLogin"}]},component:{}}},o=[{title:"EftposPay",screenshot:"",schema:{componentName:"EftposPay",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"Eftpos",title:"Eftpos",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"Eftpos",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"type","zh-CN":"type"}},name:"type",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"name","zh-CN":"name"}},name:"name",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"config","zh-CN":"config"}},name:"config",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tyroUrl","zh-CN":"tyroUrl"}},name:"tyroUrl",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tyroVersion","zh-CN":"tyroVersion"}},name:"tyroVersion",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"useTyroLog","zh-CN":"useTyroLog"}},name:"useTyroLog",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tableSize","zh-CN":"tableSize"}},name:"tableSize",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"zIndex","zh-CN":"zIndex"}},name:"zIndex",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"getField","zh-CN":"getField"}},name:"getField",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"getComm","zh-CN":"getComm"}},name:"getComm",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"getEfdId","zh-CN":"getEfdId"}},name:"getEfdId",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"getList","zh-CN":"getList"}},name:"getList",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"onEdit","zh-CN":"onEdit"}},name:"onEdit",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"onDel","zh-CN":"onDel"}},name:"onDel",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"onEditKey","zh-CN":"onEditKey"}},name:"onEditKey",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"getPosComm","zh-CN":"getPosComm"}},name:"getPosComm",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"savePos","zh-CN":"savePos"}},name:"savePos",setter:["FunctionSetter"]}],supports:{style:!0},component:{}}},o=[{title:"Eftpos",screenshot:"",schema:{componentName:"Eftpos",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"Login",title:"Login",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.1",exportName:"Login",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"Title","zh-CN":"\u6807\u9898"}},name:"title",setter:{componentName:"StringSetter",isRequired:!0,initialValue:"Login"}}],supports:{style:!0,events:[{name:"onLogin"}]},component:{}}},o=[{title:"Login",screenshot:"",schema:{componentName:"Login",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"PisellSelectCustomerModal",title:"PisellSelectCustomerModal",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"PisellSelectCustomerModal",main:"src/index.ts",destructuring:!0,subName:""},props:[{title:"value",name:"value",setter:["JsonSetter","VariableSetter"]},{title:"\u5f39\u5c42\u7684\u914d\u7f6e\u9879",name:"popoverProps",setter:["JsonSetter","VariableSetter"]},{title:"\u5ba2\u6237\u5361\u7247\u7684\u914d\u7f6e\u9879",name:"cardProps",setter:["JsonSetter","VariableSetter"]},{title:"\u865a\u62df\u952e\u76d8\u7ec4\u4ef6\u7684\u914d\u7f6e\u9879",name:"virtualKeyboardProps",setter:["JsonSetter","VariableSetter"]},{title:"\u952e\u76d8\u7ec4\u4ef6\u7684\u5c5e\u6027",name:"keyboardProps",setter:["JsonSetter","VariableSetter"]},{title:"\u865a\u62df\u8f93\u5165\u6846\u7684\u5c5e\u6027",name:"virtualKeyInputProps",setter:["JsonSetter","VariableSetter"]}],configure:{supports:{style:!0,events:[{name:"onChange",template:"onChange(event,${extParams}){\n// \u70b9\u51fb\u65f6\u7684\u56de\u8c03\nconsole.log('onClick', event);}"}]},component:{isContainer:!0}}},o=[{title:"PisellSelectCustomerModal",screenshot:"",schema:{componentName:"PisellSelectCustomerModal",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"ProductExtension",title:"ProductExtension",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"ProductExtension",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"form","zh-CN":"form"}},name:"form",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"action","zh-CN":"action"}},name:"action",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"onChange","zh-CN":"onChange"}},name:"onChange",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"apis","zh-CN":"apis"}},name:"apis",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"relation_id","zh-CN":"relation_id"}},name:"relation_id",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"onDataChange","zh-CN":"onDataChange"}},name:"onDataChange",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"type","zh-CN":"type"}},name:"type",setter:["VariableSetter"]}],supports:{},component:{}}},o=[{title:"ProductExtension",screenshot:"",schema:{componentName:"ProductExtension",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"RuleSetting",title:"RuleSetting",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"RuleSetting",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"value","zh-CN":"value"}},name:"value",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"onChange","zh-CN":"onChange"}},name:"onChange",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"className","zh-CN":"className"}},name:"className",setter:["StringSetter","VariableSetter"]}],supports:{style:!0},component:{}}},o=[{title:"RuleSetting",screenshot:"",schema:{componentName:"RuleSetting",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"Schedules",title:"Schedules",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"Schedules",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"\u63d2\u69fd","zh-CN":"\u63d2\u69fd"}},name:"slot",propType:"node",setter:{componentName:"SlotSetter",initialValue:{type:"JSSlot"}}}],supports:{style:!0},component:{}}},o=[{title:"Schedules",screenshot:"",schema:{componentName:"Schedules",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"TaxSelect",title:"TaxSelect",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"TaxSelect",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"value","zh-CN":"value"}},name:"value",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"onChange","zh-CN":"onChange"}},name:"onChange",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"className","zh-CN":"className"}},name:"className",setter:["StringSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"selectProps","zh-CN":"selectProps"}},name:"selectProps",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tax_title","zh-CN":"tax_title"}},name:"tax_title",setter:["StringSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tax_rate","zh-CN":"tax_rate"}},name:"tax_rate",setter:["StringSetter","VariableSetter"]}],supports:{style:!0},component:{}}},o=[{title:"TaxSelect",screenshot:"",schema:{componentName:"TaxSelect",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"ToCPay",title:"ToCPay",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.1",exportName:"ToCPay",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"Title","zh-CN":"\u6807\u9898"}},name:"title",setter:{componentName:"StringSetter",isRequired:!0,initialValue:"ToCPay"}}],supports:{style:!0,events:[{name:"callback"}]},component:{}}},o=[{title:"ToCPay",screenshot:"",schema:{componentName:"ToCPay",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"VerticalAddService",title:"VerticalAddService",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"3.0.141",exportName:"VerticalAddService",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}}],supports:{style:!0},component:{}}},o=[{title:"VerticalAddService",screenshot:"",schema:{componentName:"VerticalAddService",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"VerticalClient",title:"VerticalClient",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"3.0.79",exportName:"VerticalClient",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}}],supports:{style:!0},component:{}}},o=[{title:"VerticalClient",screenshot:"",schema:{componentName:"VerticalClient",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"WalletList",title:"WalletList",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.1.558",exportName:"WalletList",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"WalletList",screenshot:"",schema:{componentName:"WalletList",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"Wallet",title:"Wallet",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.1.558",exportName:"Wallet",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"Wallet",screenshot:"",schema:{componentName:"Wallet",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"WorkspaceListDetail",title:"WorkspaceListDetail",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"WorkspaceListDetail",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"WorkspaceListDetail",screenshot:"",schema:{componentName:"WorkspaceListDetail",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"WorkspaceList",title:"WorkspaceList",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"WorkspaceList",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"WorkspaceList",screenshot:"",schema:{componentName:"WorkspaceList",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){e.exports=n(30)},function(e,t,n){"use strict";n.r(t),n.d(t,"components",(function(){return _e})),n.d(t,"componentList",(function(){return xe}));var r=n(0),a=n.n(r),o=n(1),i=n.n(o),s=n(2),l=n.n(s),p=n(3),c=n.n(p),m=n(4),u=n.n(m),S=n(5),d=n.n(S),b=n(6),h=n.n(b),y=n(7),g=n.n(y),f=n(8),N=n.n(f),v=n(9),C=n.n(v),U=n(10),O=n.n(U),z=n(11),P=n.n(z),_=n(12),j=n.n(_),x=n(13),k=n.n(x),V=n(14),M=n.n(V),R=n(15),J=n.n(R),B=n(16),q=n.n(B),w=n(17),F=n.n(w),D=n(18),G=n.n(D),L=n(19),T=n.n(L),E=n(20),A=n.n(E),I=n(21),W=n.n(I),K=n(22),$=n.n(K),H=n(23),Q=n.n(H),X=n(24),Y=n.n(X),Z=n(25),ee=n.n(Z),te=n(26),ne=n.n(te),re=n(27),ae=n.n(re),oe=n(28),ie=n.n(oe);function se(e,t){return ce(e)||pe(e,t)||Se(e,t)||le()}function le(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function pe(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o,i,s=[],l=!0,p=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){p=!0,a=e}finally{try{if(!l&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(p)throw a}}return s}}function ce(e){if(Array.isArray(e))return e}function me(e){return be(e)||de(e)||Se(e)||ue()}function ue(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Se(e,t){if(e){if("string"==typeof e)return he(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?he(e,t):void 0}}function de(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function be(e){if(Array.isArray(e))return he(e)}function he(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function ye(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ge(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ye(Object(n),!0).forEach((function(t){fe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ye(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function fe(e,t,n){return(t=Ne(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ne(e){var t=ve(e,"string");return"symbol"==Ce(t)?t:t+""}function ve(e,t){if("object"!=Ce(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=Ce(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function Ce(e){return(Ce="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})(e)}var Ue={};function Oe(e){var t=[{title:"\u5e38\u7528",icon:"",children:[]},{title:"\u5bb9\u5668",icon:"",children:[]},{title:"\u5bfc\u822a",icon:"",children:[]},{title:"\u5185\u5bb9",icon:"",children:[]},{title:"Feedback \u53cd\u9988",icon:"",children:[]}],n={"\u539f\u5b50\u7ec4\u4ef6":!0},r={};return e.forEach((function(e){var a=e.category||"\u5176\u4ed6";e.group&&!r[e.componentName]&&(r[e.componentName]=e.group),e.group&&!n[e.group]&&(n[e.group]=!0);var o=t.find((function(e){return e.title===a}));o||(o={title:a,icon:"",children:[]},t.push(o)),e.snippets&&e.snippets.length&&o.children.push({componentName:e.componentName,title:e.title||e.componentName,sort:{category:o.title,group:r[e.componentName]||"\u539f\u5b50\u7ec4\u4ef6",priority:Ue[o.title]||0},icon:"",package:e.npm.pkg,snippets:e.snippets||[]})})),t}function ze(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"@pisell/private-materials",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"6.0.22",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{"@alifd/next":"1.25.23","@alifd/meet":"2.6.3",antd:"4.17.3"};if(!e||!n)return e;var a=e.npm;return a?("object"===Ce(r)&&r[a.package]?e.npm=ge(ge({},a),{},{version:r[a.package]}):a.package===t&&(e.npm=ge(ge({},a),{},{version:n})),e):e}["\u57fa\u7840\u5143\u7d20","\u5e03\u5c40\u5bb9\u5668\u7c7b","\u8868\u683c\u7c7b","\u8868\u5355\u8be6\u60c5\u7c7b","\u5e2e\u52a9\u7c7b","\u5bf9\u8bdd\u6846\u7c7b","\u4e1a\u52a1\u7c7b","\u901a\u7528","\u5f15\u5bfc","\u4fe1\u606f\u8f93\u5165","\u4fe1\u606f\u5c55\u793a","\u4fe1\u606f\u53cd\u9988"].reverse().forEach((function(e,t){Ue[e]=++t}));var Pe=[a.a,i.a,l.a,c.a,u.a,d.a,h.a,g.a,N.a,C.a,O.a,P.a,j.a,k.a,M.a,J.a,q.a,F.a,G.a,T.a,A.a,W.a,$.a,Q.a,Y.a,ee.a,ne.a,ae.a,ie.a],_e=[],je={};Pe.forEach((function(e){if(Array.isArray(e))_e.push.apply(_e,me(e.map((function(e){if(!e.npm){var t=e.componentName,n=t.split("."),r=se(n,2),a=r[0],o=r[1];e.npm={exportName:a,main:"",destructuring:!0,subName:n.length>1?t.slice(t.indexOf(".")+1):o}}return e.npm=ge(ge({},je),e.npm||{}),ze(e)}))));else if(e.components)_e.push.apply(_e,me(e.components.map((function(e){if(!e.npm){var t=e.componentName,n=t.split("."),r=se(n,2),a=r[0],o=r[1];e.npm={exportName:a,main:"",destructuring:!0,subName:n.length>1?t.slice(t.indexOf(".")+1):o}}return e.npm=ge(ge({},je),e.npm||{}),ze(e)}))));else{if(!e.npm){var t=e.componentName,n=t.split("."),r=se(n,2),a=r[0],o=r[1];e.npm={exportName:a,main:"",destructuring:!0,subName:n.length>1?t.slice(t.indexOf(".")+1):o}}e.npm=ge(ge({},je),e.npm||{}),_e.push(ze(e))}}));var xe=Oe(_e),ke=!0}])}));
1
+ !function e(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.PisellPrivateMaterialsMeta=n():t.PisellPrivateMaterialsMeta=n()}(window,(function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.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 a in e)n.d(r,a,function(t){return e[t]}.bind(null,a));return r},n.n=function(e){var t=e&&e.__esModule?function t(){return e.default}:function t(){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=29)}([function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingAddons",title:"BookingAddons",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingAddons",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"BookingAddons",screenshot:"",schema:{componentName:"BookingAddons",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingContacts",title:"BookingContacts",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingContacts",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"value","zh-CN":"value"}},name:"value",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"onChange","zh-CN":"onChange"}},name:"onChange",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{style:!0},component:{}}},o=[{title:"BookingContacts",screenshot:"",schema:{componentName:"BookingContacts",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingDashboard",title:"BookingDashboard",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingDashboard",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"backgroundColors","zh-CN":"backgroundColors"}},name:"backgroundColors",setter:{componentName:"MixedSetter",props:{setters:[{componentName:"ArraySetter",props:{itemSetter:{componentName:"StringSetter",isRequired:!1,initialValue:""}},initialValue:[]}]}}},{title:{label:{type:"i18n","en-US":"labelColor","zh-CN":"labelColor"}},name:"labelColor",setter:{componentName:"MixedSetter",props:{setters:[{componentName:"StringSetter",isRequired:!1,initialValue:""}]}}},{title:{label:{type:"i18n","en-US":"valueColor","zh-CN":"valueColor"}},name:"valueColor",setter:{componentName:"MixedSetter",props:{setters:[{componentName:"StringSetter",isRequired:!1,initialValue:""}]}}},{title:{label:{type:"i18n","en-US":"otherParams","zh-CN":"otherParams"}},name:"otherParams",setter:["JsonSetter","VariableSetter"]},{title:{label:"refreshKey"},name:"refreshKey",setter:["StringSetter","VariableSetter"]}],supports:{style:!0,events:[{name:"onDataChange",template:"onDataChange(data,dataList,${extParams}){\n//console.log('onDataChange',data,dataList);}"}]},component:{}}},o=[{title:"BookingDashboard",screenshot:"",schema:{componentName:"BookingDashboard",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingDeposit",title:"BookingDeposit",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingDeposit",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"setState","zh-CN":"setState"}},name:"setState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"BookingDeposit",screenshot:"",schema:{componentName:"BookingDeposit",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingDuration",title:"BookingDuration",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingDuration",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"locale","zh-CN":"locale"}},name:"locale",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"timeObjChange","zh-CN":"timeObjChange"}},name:"timeObjChange",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"slice","zh-CN":"slice"}},name:"slice",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"duration","zh-CN":"duration"}},name:"duration",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"usableTime","zh-CN":"usableTime"}},name:"usableTime",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"startDate","zh-CN":"startDate"}},name:"startDate",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"selectProps","zh-CN":"selectProps"}},name:"selectProps",setter:["JsonSetter","VariableSetter"]}],supports:{style:!0},component:{}}},o=[{title:"BookingDuration",screenshot:"",schema:{componentName:"BookingDuration",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingForms",title:"BookingForms",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingForms",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"BookingForms",screenshot:"",schema:{componentName:"BookingForms",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingInfo",title:"BookingInfo",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingInfo",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setModalState","zh-CN":"setModalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"setState","zh-CN":"setState"}},name:"setState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"callback","zh-CN":"callback"}},name:"callback",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"\u6a21\u5757","zh-CN":"\u6a21\u5757"}},name:"modules",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"\u63d2\u69fd","zh-CN":"\u63d2\u69fd"}},name:"slot",propType:"node",setter:{componentName:"SlotSetter",initialValue:{type:"JSSlot"}}}],supports:{},component:{}}},o=[{title:"BookingInfo",screenshot:"",schema:{componentName:"BookingInfo",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingNotes",title:"BookingNotes",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingNotes",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"BookingNotes",screenshot:"",schema:{componentName:"BookingNotes",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingPayment",title:"BookingPayment",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingPayment",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"BookingPayment",screenshot:"",schema:{componentName:"BookingPayment",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingResources",title:"BookingResources",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingResources",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"resources","zh-CN":"resources"}},name:"resources",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"watch","zh-CN":"watch"}},name:"watch",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"resourcesChange","zh-CN":"resourcesChange"}},name:"resourcesChange",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"getResources","zh-CN":"getResources"}},name:"getResources",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"currentDate","zh-CN":"currentDate"}},name:"currentDate",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"cacheItem","zh-CN":"cacheItem"}},name:"cacheItem",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"selectProps","zh-CN":"selectProps"}},name:"selectProps",setter:["JsonSetter","VariableSetter"]}],supports:{style:!0},component:{}}},o=[{title:"BookingResources",screenshot:"",schema:{componentName:"BookingResources",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"BookingStartTime",title:"BookingStartTime",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"BookingStartTime",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"locale","zh-CN":"locale"}},name:"locale",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"timeObjChange","zh-CN":"timeObjChange"}},name:"timeObjChange",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"slice","zh-CN":"slice"}},name:"slice",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"selectProps","zh-CN":"selectProps"}},name:"selectProps",setter:["JsonSetter","VariableSetter"]}],supports:{style:!0},component:{}}},o=[{title:"BookingStartTime",screenshot:"",schema:{componentName:"BookingStartTime",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"VerticalAddService",title:"VerticalAddService",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"VerticalAddService",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setModalState","zh-CN":"setModalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"setState","zh-CN":"setState"}},name:"setState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"callback","zh-CN":"callback"}},name:"callback",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"\u63d2\u69fd","zh-CN":"\u63d2\u69fd"}},name:"slot",propType:"node",setter:{componentName:"SlotSetter",initialValue:{type:"JSSlot"}}}],supports:{},component:{}}},o=[{title:"VerticalAddService",screenshot:"",schema:{componentName:"VerticalAddService",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"VerticalClient",title:"VerticalClient",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"VerticalClient",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setModalState","zh-CN":"setModalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"setState","zh-CN":"setState"}},name:"setState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"callback","zh-CN":"callback"}},name:"callback",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"\u63d2\u69fd","zh-CN":"\u63d2\u69fd"}},name:"slot",propType:"node",setter:{componentName:"SlotSetter",initialValue:{type:"JSSlot"}}}],supports:{},component:{}}},o=[{title:"VerticalClient",screenshot:"",schema:{componentName:"VerticalClient",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"Booking",title:"Booking",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"Booking",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"title","zh-CN":"title"}},name:"title",setter:{componentName:"StringSetter",isRequired:!0,initialValue:""}},{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"onLogin","zh-CN":"onLogin"}},name:"onLogin",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"Booking",screenshot:"",schema:{componentName:"Booking",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"EftposPay",title:"EftposPay",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.1",exportName:"EftposPay",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"type","zh-CN":"type"}},name:"type",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tyroUrl","zh-CN":"tyroUrl"}},name:"tyroUrl",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tyroVersion","zh-CN":"tyroVersion"}},name:"tyroVersion",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"source","zh-CN":"source"}},name:"source",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"mode","zh-CN":"mode"}},name:"mode",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"terminal","zh-CN":"terminal"}},name:"terminal",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"onChangeStatus","zh-CN":"onChangeStatus"}},name:"onChangeStatus",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"onChangeParams","zh-CN":"onChangeParams"}},name:"onChangeParams",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"getApi","zh-CN":"getApi"}},name:"getApi",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"params","zh-CN":"params"}},name:"params",setter:["JsonSetter","VariableSetter"]}],supports:{style:!0,events:[{name:"onLogin"}]},component:{}}},o=[{title:"EftposPay",screenshot:"",schema:{componentName:"EftposPay",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"Eftpos",title:"Eftpos",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"Eftpos",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"type","zh-CN":"type"}},name:"type",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"name","zh-CN":"name"}},name:"name",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"config","zh-CN":"config"}},name:"config",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tyroUrl","zh-CN":"tyroUrl"}},name:"tyroUrl",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tyroVersion","zh-CN":"tyroVersion"}},name:"tyroVersion",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"useTyroLog","zh-CN":"useTyroLog"}},name:"useTyroLog",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tableSize","zh-CN":"tableSize"}},name:"tableSize",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"zIndex","zh-CN":"zIndex"}},name:"zIndex",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"getField","zh-CN":"getField"}},name:"getField",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"getComm","zh-CN":"getComm"}},name:"getComm",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"getEfdId","zh-CN":"getEfdId"}},name:"getEfdId",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"getList","zh-CN":"getList"}},name:"getList",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"onEdit","zh-CN":"onEdit"}},name:"onEdit",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"onDel","zh-CN":"onDel"}},name:"onDel",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"onEditKey","zh-CN":"onEditKey"}},name:"onEditKey",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"getPosComm","zh-CN":"getPosComm"}},name:"getPosComm",setter:["FunctionSetter"]},{title:{label:{type:"i18n","en-US":"savePos","zh-CN":"savePos"}},name:"savePos",setter:["FunctionSetter"]}],supports:{style:!0},component:{}}},o=[{title:"Eftpos",screenshot:"",schema:{componentName:"Eftpos",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"Login",title:"Login",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.1",exportName:"Login",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"Title","zh-CN":"\u6807\u9898"}},name:"title",setter:{componentName:"StringSetter",isRequired:!0,initialValue:"Login"}}],supports:{style:!0,events:[{name:"onLogin"}]},component:{}}},o=[{title:"Login",screenshot:"",schema:{componentName:"Login",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"PisellSelectCustomerModal",title:"PisellSelectCustomerModal",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"PisellSelectCustomerModal",main:"src/index.ts",destructuring:!0,subName:""},props:[{title:"value",name:"value",setter:["JsonSetter","VariableSetter"]},{title:"\u5f39\u5c42\u7684\u914d\u7f6e\u9879",name:"popoverProps",setter:["JsonSetter","VariableSetter"]},{title:"\u5ba2\u6237\u5361\u7247\u7684\u914d\u7f6e\u9879",name:"cardProps",setter:["JsonSetter","VariableSetter"]},{title:"\u865a\u62df\u952e\u76d8\u7ec4\u4ef6\u7684\u914d\u7f6e\u9879",name:"virtualKeyboardProps",setter:["JsonSetter","VariableSetter"]},{title:"\u952e\u76d8\u7ec4\u4ef6\u7684\u5c5e\u6027",name:"keyboardProps",setter:["JsonSetter","VariableSetter"]},{title:"\u865a\u62df\u8f93\u5165\u6846\u7684\u5c5e\u6027",name:"virtualKeyInputProps",setter:["JsonSetter","VariableSetter"]}],configure:{supports:{style:!0,events:[{name:"onChange",template:"onChange(event,${extParams}){\n// \u70b9\u51fb\u65f6\u7684\u56de\u8c03\nconsole.log('onClick', event);}"}]},component:{isContainer:!0}}},o=[{title:"PisellSelectCustomerModal",screenshot:"",schema:{componentName:"PisellSelectCustomerModal",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"ProductExtension",title:"ProductExtension",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"ProductExtension",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"form","zh-CN":"form"}},name:"form",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"action","zh-CN":"action"}},name:"action",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"onChange","zh-CN":"onChange"}},name:"onChange",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"apis","zh-CN":"apis"}},name:"apis",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"relation_id","zh-CN":"relation_id"}},name:"relation_id",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"onDataChange","zh-CN":"onDataChange"}},name:"onDataChange",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"type","zh-CN":"type"}},name:"type",setter:["VariableSetter"]}],supports:{},component:{}}},o=[{title:"ProductExtension",screenshot:"",schema:{componentName:"ProductExtension",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"RuleSetting",title:"RuleSetting",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"RuleSetting",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"value","zh-CN":"value"}},name:"value",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"onChange","zh-CN":"onChange"}},name:"onChange",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"className","zh-CN":"className"}},name:"className",setter:["StringSetter","VariableSetter"]}],supports:{style:!0},component:{}}},o=[{title:"RuleSetting",screenshot:"",schema:{componentName:"RuleSetting",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"Schedules",title:"Schedules",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"Schedules",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}},{title:{label:{type:"i18n","en-US":"\u63d2\u69fd","zh-CN":"\u63d2\u69fd"}},name:"slot",propType:"node",setter:{componentName:"SlotSetter",initialValue:{type:"JSSlot"}}}],supports:{style:!0},component:{}}},o=[{title:"Schedules",screenshot:"",schema:{componentName:"Schedules",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"TaxSelect",title:"TaxSelect",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"TaxSelect",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"value","zh-CN":"value"}},name:"value",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"onChange","zh-CN":"onChange"}},name:"onChange",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"className","zh-CN":"className"}},name:"className",setter:["StringSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"selectProps","zh-CN":"selectProps"}},name:"selectProps",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tax_title","zh-CN":"tax_title"}},name:"tax_title",setter:["StringSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"tax_rate","zh-CN":"tax_rate"}},name:"tax_rate",setter:["StringSetter","VariableSetter"]}],supports:{style:!0},component:{}}},o=[{title:"TaxSelect",screenshot:"",schema:{componentName:"TaxSelect",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"ToCPay",title:"ToCPay",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.1",exportName:"ToCPay",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"Title","zh-CN":"\u6807\u9898"}},name:"title",setter:{componentName:"StringSetter",isRequired:!0,initialValue:"ToCPay"}}],supports:{style:!0,events:[{name:"callback"}]},component:{}}},o=[{title:"ToCPay",screenshot:"",schema:{componentName:"ToCPay",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"VerticalAddService",title:"VerticalAddService",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"3.0.141",exportName:"VerticalAddService",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}}],supports:{style:!0},component:{}}},o=[{title:"VerticalAddService",screenshot:"",schema:{componentName:"VerticalAddService",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"VerticalClient",title:"VerticalClient",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"3.0.79",exportName:"VerticalClient",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}}],supports:{style:!0},component:{}}},o=[{title:"VerticalClient",screenshot:"",schema:{componentName:"VerticalClient",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"WalletList",title:"WalletList",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.1.558",exportName:"WalletList",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"WalletList",screenshot:"",schema:{componentName:"WalletList",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"Wallet",title:"Wallet",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.1.558",exportName:"Wallet",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"Wallet",screenshot:"",schema:{componentName:"Wallet",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"WorkspaceListDetail",title:"WorkspaceListDetail",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"WorkspaceListDetail",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"WorkspaceListDetail",screenshot:"",schema:{componentName:"WorkspaceListDetail",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var a={componentName:"WorkspaceList",title:"WorkspaceList",docUrl:"",screenshot:"",devMode:"proCode",npm:{package:"@pisell/private-materials",version:"1.0.4",exportName:"WorkspaceList",main:"src/index.ts",destructuring:!0,subName:""},configure:{props:[{title:{label:{type:"i18n","en-US":"style","zh-CN":"style"}},name:"style",setter:{componentName:"MixedSetter",isRequired:!0,props:{}}},{title:{label:{type:"i18n","en-US":"globalState","zh-CN":"globalState"}},name:"globalState",setter:["JsonSetter","VariableSetter"]},{title:{label:{type:"i18n","en-US":"setGlobalState","zh-CN":"setGlobalState"}},name:"setGlobalState",setter:{componentName:"FunctionSetter",isRequired:!0}}],supports:{},component:{}}},o=[{title:"WorkspaceList",screenshot:"",schema:{componentName:"WorkspaceList",props:{}}}];t.default=r(r({},a),{snippets:o})},function(e,t,n){e.exports=n(30)},function(e,t,n){"use strict";n.r(t),n.d(t,"components",(function(){return _e})),n.d(t,"componentList",(function(){return xe}));var r=n(0),a=n.n(r),o=n(1),i=n.n(o),s=n(2),l=n.n(s),p=n(3),c=n.n(p),m=n(4),u=n.n(m),S=n(5),d=n.n(S),b=n(6),h=n.n(b),y=n(7),g=n.n(y),f=n(8),N=n.n(f),v=n(9),C=n.n(v),U=n(10),O=n.n(U),z=n(11),P=n.n(z),_=n(12),j=n.n(_),x=n(13),k=n.n(x),V=n(14),M=n.n(V),R=n(15),J=n.n(R),B=n(16),q=n.n(B),w=n(17),F=n.n(w),D=n(18),G=n.n(D),L=n(19),T=n.n(L),E=n(20),A=n.n(E),I=n(21),W=n.n(I),K=n(22),$=n.n(K),H=n(23),Q=n.n(H),X=n(24),Y=n.n(X),Z=n(25),ee=n.n(Z),te=n(26),ne=n.n(te),re=n(27),ae=n.n(re),oe=n(28),ie=n.n(oe);function se(e,t){return ce(e)||pe(e,t)||Se(e,t)||le()}function le(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function pe(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o,i,s=[],l=!0,p=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){p=!0,a=e}finally{try{if(!l&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(p)throw a}}return s}}function ce(e){if(Array.isArray(e))return e}function me(e){return be(e)||de(e)||Se(e)||ue()}function ue(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Se(e,t){if(e){if("string"==typeof e)return he(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?he(e,t):void 0}}function de(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function be(e){if(Array.isArray(e))return he(e)}function he(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function ye(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ge(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ye(Object(n),!0).forEach((function(t){fe(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ye(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function fe(e,t,n){return(t=Ne(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ne(e){var t=ve(e,"string");return"symbol"==Ce(t)?t:t+""}function ve(e,t){if("object"!=Ce(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=Ce(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function Ce(e){return(Ce="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})(e)}var Ue={};function Oe(e){var t=[{title:"\u5e38\u7528",icon:"",children:[]},{title:"\u5bb9\u5668",icon:"",children:[]},{title:"\u5bfc\u822a",icon:"",children:[]},{title:"\u5185\u5bb9",icon:"",children:[]},{title:"Feedback \u53cd\u9988",icon:"",children:[]}],n={"\u539f\u5b50\u7ec4\u4ef6":!0},r={};return e.forEach((function(e){var a=e.category||"\u5176\u4ed6";e.group&&!r[e.componentName]&&(r[e.componentName]=e.group),e.group&&!n[e.group]&&(n[e.group]=!0);var o=t.find((function(e){return e.title===a}));o||(o={title:a,icon:"",children:[]},t.push(o)),e.snippets&&e.snippets.length&&o.children.push({componentName:e.componentName,title:e.title||e.componentName,sort:{category:o.title,group:r[e.componentName]||"\u539f\u5b50\u7ec4\u4ef6",priority:Ue[o.title]||0},icon:"",package:e.npm.pkg,snippets:e.snippets||[]})})),t}function ze(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"@pisell/private-materials",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"6.0.23",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{"@alifd/next":"1.25.23","@alifd/meet":"2.6.3",antd:"4.17.3"};if(!e||!n)return e;var a=e.npm;return a?("object"===Ce(r)&&r[a.package]?e.npm=ge(ge({},a),{},{version:r[a.package]}):a.package===t&&(e.npm=ge(ge({},a),{},{version:n})),e):e}["\u57fa\u7840\u5143\u7d20","\u5e03\u5c40\u5bb9\u5668\u7c7b","\u8868\u683c\u7c7b","\u8868\u5355\u8be6\u60c5\u7c7b","\u5e2e\u52a9\u7c7b","\u5bf9\u8bdd\u6846\u7c7b","\u4e1a\u52a1\u7c7b","\u901a\u7528","\u5f15\u5bfc","\u4fe1\u606f\u8f93\u5165","\u4fe1\u606f\u5c55\u793a","\u4fe1\u606f\u53cd\u9988"].reverse().forEach((function(e,t){Ue[e]=++t}));var Pe=[a.a,i.a,l.a,c.a,u.a,d.a,h.a,g.a,N.a,C.a,O.a,P.a,j.a,k.a,M.a,J.a,q.a,F.a,G.a,T.a,A.a,W.a,$.a,Q.a,Y.a,ee.a,ne.a,ae.a,ie.a],_e=[],je={};Pe.forEach((function(e){if(Array.isArray(e))_e.push.apply(_e,me(e.map((function(e){if(!e.npm){var t=e.componentName,n=t.split("."),r=se(n,2),a=r[0],o=r[1];e.npm={exportName:a,main:"",destructuring:!0,subName:n.length>1?t.slice(t.indexOf(".")+1):o}}return e.npm=ge(ge({},je),e.npm||{}),ze(e)}))));else if(e.components)_e.push.apply(_e,me(e.components.map((function(e){if(!e.npm){var t=e.componentName,n=t.split("."),r=se(n,2),a=r[0],o=r[1];e.npm={exportName:a,main:"",destructuring:!0,subName:n.length>1?t.slice(t.indexOf(".")+1):o}}return e.npm=ge(ge({},je),e.npm||{}),ze(e)}))));else{if(!e.npm){var t=e.componentName,n=t.split("."),r=se(n,2),a=r[0],o=r[1];e.npm={exportName:a,main:"",destructuring:!0,subName:n.length>1?t.slice(t.indexOf(".")+1):o}}e.npm=ge(ge({},je),e.npm||{}),_e.push(ze(e))}}));var xe=Oe(_e),ke=!0}])}));