umwd-components 0.1.280 → 0.1.281

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 (211) hide show
  1. package/dist/cjs/_virtual/_commonjsHelpers.js +6 -0
  2. package/dist/cjs/_virtual/_rollupPluginBabelHelpers.js +6 -0
  3. package/dist/cjs/_virtual/index.js +6 -0
  4. package/dist/cjs/_virtual/index2.js +6 -0
  5. package/dist/cjs/_virtual/index3.js +6 -0
  6. package/dist/cjs/_virtual/react-is.development.js +6 -0
  7. package/dist/cjs/_virtual/react-is.production.min.js +6 -0
  8. package/dist/cjs/node_modules/@mui/utils/esm/visuallyHidden/visuallyHidden.js +6 -0
  9. package/dist/cjs/node_modules/call-bind/callBound.js +6 -0
  10. package/dist/cjs/node_modules/call-bind/index.js +6 -0
  11. package/dist/cjs/node_modules/define-data-property/index.js +6 -0
  12. package/dist/cjs/node_modules/es-define-property/index.js +6 -0
  13. package/dist/cjs/node_modules/es-errors/eval.js +6 -0
  14. package/dist/cjs/node_modules/es-errors/index.js +6 -0
  15. package/dist/cjs/node_modules/es-errors/range.js +6 -0
  16. package/dist/cjs/node_modules/es-errors/ref.js +6 -0
  17. package/dist/cjs/node_modules/es-errors/syntax.js +6 -0
  18. package/dist/cjs/node_modules/es-errors/type.js +6 -0
  19. package/dist/cjs/node_modules/es-errors/uri.js +6 -0
  20. package/dist/cjs/node_modules/function-bind/implementation.js +6 -0
  21. package/dist/cjs/node_modules/function-bind/index.js +6 -0
  22. package/dist/cjs/node_modules/get-intrinsic/index.js +6 -0
  23. package/dist/cjs/node_modules/gopd/index.js +6 -0
  24. package/dist/cjs/node_modules/has-property-descriptors/index.js +6 -0
  25. package/dist/cjs/node_modules/has-proto/index.js +6 -0
  26. package/dist/cjs/node_modules/has-symbols/index.js +6 -0
  27. package/dist/cjs/node_modules/has-symbols/shams.js +6 -0
  28. package/dist/cjs/node_modules/hasown/index.js +6 -0
  29. package/dist/cjs/node_modules/object-assign/index.js +11 -0
  30. package/dist/cjs/node_modules/object-inspect/index.js +6 -0
  31. package/dist/cjs/node_modules/object-inspect/util.inspect.js +6 -0
  32. package/dist/cjs/node_modules/prop-types/checkPropTypes.js +6 -0
  33. package/dist/cjs/node_modules/prop-types/factoryWithThrowingShims.js +6 -0
  34. package/dist/cjs/node_modules/prop-types/factoryWithTypeCheckers.js +6 -0
  35. package/dist/cjs/node_modules/prop-types/index.js +6 -0
  36. package/dist/cjs/node_modules/prop-types/lib/ReactPropTypesSecret.js +6 -0
  37. package/dist/cjs/node_modules/prop-types/lib/has.js +6 -0
  38. package/dist/cjs/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +14 -0
  39. package/dist/cjs/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +14 -0
  40. package/dist/cjs/node_modules/prop-types/node_modules/react-is/index.js +6 -0
  41. package/dist/cjs/node_modules/qs/lib/formats.js +6 -0
  42. package/dist/cjs/node_modules/qs/lib/index.js +6 -0
  43. package/dist/cjs/node_modules/qs/lib/parse.js +6 -0
  44. package/dist/cjs/node_modules/qs/lib/stringify.js +6 -0
  45. package/dist/cjs/node_modules/qs/lib/utils.js +6 -0
  46. package/dist/cjs/node_modules/set-function-length/index.js +6 -0
  47. package/dist/cjs/node_modules/side-channel/index.js +6 -0
  48. package/dist/cjs/src/components/BlockRendererClient.js +7 -0
  49. package/dist/cjs/src/components/ContactForm.js +7 -0
  50. package/dist/cjs/src/components/ExplanatoryFoldOut.js +6 -0
  51. package/dist/cjs/src/components/FluidBackground.js +7 -0
  52. package/dist/cjs/src/components/LogoutButton.js +7 -0
  53. package/dist/cjs/src/components/ScrollLink.js +7 -0
  54. package/dist/cjs/src/components/StrapiErrors.js +6 -0
  55. package/dist/cjs/src/components/StrapiImage.js +6 -0
  56. package/dist/cjs/src/components/StyledLink.js +6 -0
  57. package/dist/cjs/src/components/SubmitButton.js +7 -0
  58. package/dist/cjs/src/components/WebsitePlaceholder.js +7 -0
  59. package/dist/cjs/src/components/WhatsAppClickToChatButton.js +7 -0
  60. package/dist/cjs/src/components/auth/RegisterForm.js +7 -0
  61. package/dist/cjs/src/components/auth/SigninForm.js +7 -0
  62. package/dist/cjs/src/components/e-commerce/EnhancedTable/EnhancedTable.js +7 -0
  63. package/dist/cjs/src/components/e-commerce/EnhancedTable/EnhancedTableHead.js +6 -0
  64. package/dist/cjs/src/components/e-commerce/EnhancedTable/EnhancedTableRow.js +6 -0
  65. package/dist/cjs/src/components/e-commerce/EnhancedTable/EnhancedTableToolbar.js +6 -0
  66. package/dist/cjs/src/components/layout/Footer.js +7 -0
  67. package/dist/cjs/src/components/layout/Navbar.js +7 -0
  68. package/dist/cjs/src/components/layout/NavbarV2.js +7 -0
  69. package/dist/cjs/src/components/layout/SideNav.js +7 -0
  70. package/dist/cjs/src/components/page-builder/ColumnsSection.js +6 -0
  71. package/dist/cjs/src/components/page-builder/FleetSection.js +6 -0
  72. package/dist/cjs/src/components/page-builder/IconSection.js +6 -0
  73. package/dist/cjs/src/components/page-builder/LogoBarSection.js +7 -0
  74. package/dist/cjs/src/components/page-builder/PBContactForm.js +7 -0
  75. package/dist/cjs/src/components/page-builder/PBFeaturesSection.js +6 -0
  76. package/dist/cjs/src/components/page-builder/PBHeroSection.js +6 -0
  77. package/dist/cjs/src/components/page-builder/PBPersonaliaSection.js +7 -0
  78. package/dist/cjs/src/components/page-builder/PBTextImageSection.js +7 -0
  79. package/dist/cjs/src/components/page-builder/PageBuilder.js +7 -0
  80. package/dist/cjs/src/components/page-builder/PictureBarSection.js +7 -0
  81. package/dist/cjs/src/components/page-elements/ColumnsSection.js +6 -0
  82. package/dist/cjs/src/components/page-elements/FeaturesSection.js +7 -0
  83. package/dist/cjs/src/components/page-elements/FleetSection.js +6 -0
  84. package/dist/cjs/src/components/page-elements/HeroSection.js +7 -0
  85. package/dist/cjs/src/components/page-elements/IconSection.js +6 -0
  86. package/dist/cjs/src/components/page-elements/LogoBarSection.js +7 -0
  87. package/dist/cjs/src/components/page-elements/Page.js +6 -0
  88. package/dist/cjs/src/components/page-elements/PersonaliaSection.js +7 -0
  89. package/dist/cjs/src/components/page-elements/PictureBarSection.js +7 -0
  90. package/dist/cjs/src/components/page-elements/TextImageSection.js +7 -0
  91. package/dist/cjs/src/data/actions/auth-actions.js +7 -0
  92. package/dist/cjs/src/data/actions/pagebuilder-actions.js +7 -0
  93. package/dist/cjs/src/data/loaders/e-commerce-loaders.js +7 -0
  94. package/dist/cjs/src/data/loaders.js +6 -0
  95. package/dist/cjs/src/data/services/auth-service.js +7 -0
  96. package/dist/cjs/src/data/services/get-token.js +7 -0
  97. package/dist/cjs/src/data/services/pagebuilder-service.js +6 -0
  98. package/dist/cjs/src/index.js +6 -0
  99. package/dist/cjs/src/lib/APIcon.js +6 -0
  100. package/dist/cjs/src/lib/AmbulanceIcon.js +6 -0
  101. package/dist/cjs/src/lib/getIcon.js +6 -0
  102. package/dist/cjs/src/lib/utils.js +6 -0
  103. package/dist/esm/_virtual/_commonjsHelpers.js +6 -0
  104. package/dist/esm/_virtual/_rollupPluginBabelHelpers.js +6 -0
  105. package/dist/esm/_virtual/index.js +6 -0
  106. package/dist/esm/_virtual/index2.js +6 -0
  107. package/dist/esm/_virtual/index3.js +6 -0
  108. package/dist/esm/_virtual/react-is.development.js +6 -0
  109. package/dist/esm/_virtual/react-is.production.min.js +6 -0
  110. package/dist/esm/node_modules/@mui/utils/esm/visuallyHidden/visuallyHidden.js +6 -0
  111. package/dist/esm/node_modules/call-bind/callBound.js +6 -0
  112. package/dist/esm/node_modules/call-bind/index.js +6 -0
  113. package/dist/esm/node_modules/define-data-property/index.js +6 -0
  114. package/dist/esm/node_modules/es-define-property/index.js +6 -0
  115. package/dist/esm/node_modules/es-errors/eval.js +6 -0
  116. package/dist/esm/node_modules/es-errors/index.js +6 -0
  117. package/dist/esm/node_modules/es-errors/range.js +6 -0
  118. package/dist/esm/node_modules/es-errors/ref.js +6 -0
  119. package/dist/esm/node_modules/es-errors/syntax.js +6 -0
  120. package/dist/esm/node_modules/es-errors/type.js +6 -0
  121. package/dist/esm/node_modules/es-errors/uri.js +6 -0
  122. package/dist/esm/node_modules/function-bind/implementation.js +6 -0
  123. package/dist/esm/node_modules/function-bind/index.js +6 -0
  124. package/dist/esm/node_modules/get-intrinsic/index.js +6 -0
  125. package/dist/esm/node_modules/gopd/index.js +6 -0
  126. package/dist/esm/node_modules/has-property-descriptors/index.js +6 -0
  127. package/dist/esm/node_modules/has-proto/index.js +6 -0
  128. package/dist/esm/node_modules/has-symbols/index.js +6 -0
  129. package/dist/esm/node_modules/has-symbols/shams.js +6 -0
  130. package/dist/esm/node_modules/hasown/index.js +6 -0
  131. package/dist/esm/node_modules/object-assign/index.js +11 -0
  132. package/dist/esm/node_modules/object-inspect/index.js +6 -0
  133. package/dist/esm/node_modules/object-inspect/util.inspect.js +6 -0
  134. package/dist/esm/node_modules/prop-types/checkPropTypes.js +6 -0
  135. package/dist/esm/node_modules/prop-types/factoryWithThrowingShims.js +6 -0
  136. package/dist/esm/node_modules/prop-types/factoryWithTypeCheckers.js +6 -0
  137. package/dist/esm/node_modules/prop-types/index.js +6 -0
  138. package/dist/esm/node_modules/prop-types/lib/ReactPropTypesSecret.js +6 -0
  139. package/dist/esm/node_modules/prop-types/lib/has.js +6 -0
  140. package/dist/esm/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +14 -0
  141. package/dist/esm/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +14 -0
  142. package/dist/esm/node_modules/prop-types/node_modules/react-is/index.js +6 -0
  143. package/dist/esm/node_modules/qs/lib/formats.js +6 -0
  144. package/dist/esm/node_modules/qs/lib/index.js +6 -0
  145. package/dist/esm/node_modules/qs/lib/parse.js +6 -0
  146. package/dist/esm/node_modules/qs/lib/stringify.js +6 -0
  147. package/dist/esm/node_modules/qs/lib/utils.js +6 -0
  148. package/dist/esm/node_modules/set-function-length/index.js +6 -0
  149. package/dist/esm/node_modules/side-channel/index.js +6 -0
  150. package/dist/esm/src/components/BlockRendererClient.js +7 -0
  151. package/dist/esm/src/components/ContactForm.js +7 -0
  152. package/dist/esm/src/components/ExplanatoryFoldOut.js +6 -0
  153. package/dist/esm/src/components/FluidBackground.js +7 -0
  154. package/dist/esm/src/components/LogoutButton.js +7 -0
  155. package/dist/esm/src/components/ScrollLink.js +7 -0
  156. package/dist/esm/src/components/StrapiErrors.js +6 -0
  157. package/dist/esm/src/components/StrapiImage.js +6 -0
  158. package/dist/esm/src/components/StyledLink.js +6 -0
  159. package/dist/esm/src/components/SubmitButton.js +7 -0
  160. package/dist/esm/src/components/WebsitePlaceholder.js +7 -0
  161. package/dist/esm/src/components/WhatsAppClickToChatButton.js +7 -0
  162. package/dist/esm/src/components/auth/RegisterForm.js +7 -0
  163. package/dist/esm/src/components/auth/SigninForm.js +7 -0
  164. package/dist/esm/src/components/e-commerce/EnhancedTable/EnhancedTable.js +7 -0
  165. package/dist/esm/src/components/e-commerce/EnhancedTable/EnhancedTableHead.js +6 -0
  166. package/dist/esm/src/components/e-commerce/EnhancedTable/EnhancedTableRow.js +6 -0
  167. package/dist/esm/src/components/e-commerce/EnhancedTable/EnhancedTableToolbar.js +6 -0
  168. package/dist/esm/src/components/layout/Footer.js +7 -0
  169. package/dist/esm/src/components/layout/Navbar.js +7 -0
  170. package/dist/esm/src/components/layout/NavbarV2.js +7 -0
  171. package/dist/esm/src/components/layout/SideNav.js +7 -0
  172. package/dist/esm/src/components/page-builder/ColumnsSection.js +6 -0
  173. package/dist/esm/src/components/page-builder/FleetSection.js +6 -0
  174. package/dist/esm/src/components/page-builder/IconSection.js +6 -0
  175. package/dist/esm/src/components/page-builder/LogoBarSection.js +7 -0
  176. package/dist/esm/src/components/page-builder/PBContactForm.js +7 -0
  177. package/dist/esm/src/components/page-builder/PBFeaturesSection.js +6 -0
  178. package/dist/esm/src/components/page-builder/PBHeroSection.js +6 -0
  179. package/dist/esm/src/components/page-builder/PBPersonaliaSection.js +7 -0
  180. package/dist/esm/src/components/page-builder/PBTextImageSection.js +7 -0
  181. package/dist/esm/src/components/page-builder/PageBuilder.js +7 -0
  182. package/dist/esm/src/components/page-builder/PictureBarSection.js +7 -0
  183. package/dist/esm/src/components/page-elements/ColumnsSection.js +6 -0
  184. package/dist/esm/src/components/page-elements/FeaturesSection.js +7 -0
  185. package/dist/esm/src/components/page-elements/FleetSection.js +6 -0
  186. package/dist/esm/src/components/page-elements/HeroSection.js +7 -0
  187. package/dist/esm/src/components/page-elements/IconSection.js +6 -0
  188. package/dist/esm/src/components/page-elements/LogoBarSection.js +7 -0
  189. package/dist/esm/src/components/page-elements/Page.js +6 -0
  190. package/dist/esm/src/components/page-elements/PersonaliaSection.js +7 -0
  191. package/dist/esm/src/components/page-elements/PictureBarSection.js +7 -0
  192. package/dist/esm/src/components/page-elements/TextImageSection.js +7 -0
  193. package/dist/esm/src/data/actions/auth-actions.js +7 -0
  194. package/dist/esm/src/data/actions/pagebuilder-actions.js +7 -0
  195. package/dist/esm/src/data/loaders/e-commerce-loaders.js +7 -0
  196. package/dist/esm/src/data/loaders.js +6 -0
  197. package/dist/esm/src/data/services/auth-service.js +7 -0
  198. package/dist/esm/src/data/services/get-token.js +7 -0
  199. package/dist/esm/src/data/services/pagebuilder-service.js +6 -0
  200. package/dist/esm/src/index.js +6 -0
  201. package/dist/esm/src/lib/APIcon.js +6 -0
  202. package/dist/esm/src/lib/AmbulanceIcon.js +6 -0
  203. package/dist/esm/src/lib/getIcon.js +6 -0
  204. package/dist/esm/src/lib/utils.js +6 -0
  205. package/package.json +5 -6
  206. package/rollup.config.mjs +4 -31
  207. package/tsconfig.json +0 -4
  208. package/dist/index.cjs.js +0 -9477
  209. package/dist/index.cjs.js.map +0 -1
  210. package/dist/index.esm.js +0 -9420
  211. package/dist/index.esm.js.map +0 -1
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};exports.commonjsGlobal=e,exports.getDefaultExportFromCjs=function(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";function t(){return t=Object.assign?Object.assign.bind():function(t){for(var r=1;r<arguments.length;r++){var n=arguments[r];for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])}return t},t.apply(this,arguments)}exports.extends=t;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";exports.__module={exports:{}};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";exports.__module={exports:{}};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";exports.__module={exports:{}};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";exports.__exports={};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";exports.__exports={};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};exports.default=e;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var t=require("../get-intrinsic/index.js"),r=require("./index.js"),e=t.getIntrinsic,i=r.callBindExports,n=i(e("String.prototype.indexOf"));exports.callBound=function(t,r){var o=e(t,!!r);return"function"==typeof o&&n(t,".prototype.")>-1?i(o):o};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e=require("../../_virtual/index3.js"),r=require("../function-bind/index.js"),t=require("../get-intrinsic/index.js"),n=require("../set-function-length/index.js"),i=require("../es-errors/type.js"),o=require("../es-define-property/index.js");!function(e){var u=r.functionBind,p=t.getIntrinsic,s=n.setFunctionLength,c=i.type,l=p("%Function.prototype.apply%"),a=p("%Function.prototype.call%"),d=p("%Reflect.apply%",!0)||u.call(a,l),f=o.__require(),x=p("%Math.max%");e.exports=function(e){if("function"!=typeof e)throw new c("a function is required");var r=d(u,a,arguments);return s(r,1+x(0,e.length-(arguments.length-1)),!0)};var y=function(){return d(u,l,arguments)};f?f(e.exports,"apply",{value:y}):e.exports.apply=y}(e.__module);var u=e.__module.exports;exports.callBindExports=u;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e=require("../es-define-property/index.js"),n=require("../es-errors/syntax.js"),o=require("../es-errors/type.js"),r=require("../gopd/index.js"),l=e.__require(),t=n.syntax,i=o.type,a=r.gopd;exports.defineDataProperty=function(e,n,o){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new i("`obj` must be an object or a function`");if("string"!=typeof n&&"symbol"!=typeof n)throw new i("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new i("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new i("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new i("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new i("`loose`, if provided, must be a boolean");var r=arguments.length>3?arguments[3]:null,u=arguments.length>4?arguments[4]:null,b=arguments.length>5?arguments[5]:null,f=arguments.length>6&&arguments[6],s=!!a&&a(e,n);if(l)l(e,n,{configurable:null===b&&s?s.configurable:!b,enumerable:null===r&&s?s.enumerable:!r,value:o,writable:null===u&&s?s.writable:!u});else{if(!f&&(r||u||b))throw new t("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[n]=o}};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var r,e,t=require("../get-intrinsic/index.js");exports.__require=function(){if(e)return r;e=1;var i=(0,t.getIntrinsic)("%Object.defineProperty%",!0)||!1;if(i)try{i({},"a",{value:1})}catch(r){i=!1}return r=i};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var r=EvalError;exports._eval=r;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var r=Error;exports.esErrors=r;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var r=RangeError;exports.range=r;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var r=ReferenceError;exports.ref=r;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var r=SyntaxError;exports.syntax=r;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var r=TypeError;exports.type=r;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var r=URIError;exports.uri=r;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var t=Object.prototype.toString,n=Math.max,r=function(t,n){for(var r=[],e=0;e<t.length;e+=1)r[e]=t[e];for(var o=0;o<n.length;o+=1)r[o+t.length]=n[o];return r};exports.implementation=function(e){var o=this;if("function"!=typeof o||"[object Function]"!==t.apply(o))throw new TypeError("Function.prototype.bind called on incompatible "+o);for(var i,p=function(t,n){for(var r=[],e=n||0,o=0;e<t.length;e+=1,o+=1)r[o]=t[e];return r}(arguments,1),u=n(0,o.length-p.length),a=[],c=0;c<u;c++)a[c]="$"+c;if(i=Function("binder","return function ("+function(t,n){for(var r="",e=0;e<t.length;e+=1)r+=t[e],e+1<t.length&&(r+=n);return r}(a,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof i){var t=o.apply(this,r(p,arguments));return Object(t)===t?t:this}return o.apply(e,r(p,arguments))})),o.prototype){var f=function(){};f.prototype=o.prototype,i.prototype=new f,f.prototype=null}return i};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var t=require("./implementation.js").implementation,i=Function.prototype.bind||t;exports.functionBind=i;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var r,e=require("../es-errors/index.js"),t=require("../es-errors/eval.js"),o=require("../es-errors/range.js"),n=require("../es-errors/ref.js"),a=require("../es-errors/syntax.js"),y=require("../es-errors/type.js"),i=require("../es-errors/uri.js"),p=require("../has-symbols/index.js"),s=require("../has-proto/index.js"),f=require("../function-bind/index.js"),c=require("../hasown/index.js"),u=e.esErrors,l=t._eval,A=o.range,d=n.ref,P=a.syntax,g=y.type,m=i.uri,S=Function,h=function(r){try{return S('"use strict"; return ('+r+").constructor;")()}catch(r){}},I=Object.getOwnPropertyDescriptor;if(I)try{I({},"")}catch(r){I=null}var F=function(){throw new g},b=I?function(){try{return F}catch(r){try{return I(arguments,"callee").get}catch(r){return F}}}():F,E=p.hasSymbols(),v=s.hasProto(),U=Object.getPrototypeOf||(v?function(r){return r.__proto__}:null),w={},R="undefined"!=typeof Uint8Array&&U?U(Uint8Array):r,x={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":E&&U?U([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":w,"%AsyncGenerator%":w,"%AsyncGeneratorFunction%":w,"%AsyncIteratorPrototype%":w,"%Atomics%":"undefined"==typeof Atomics?r:Atomics,"%BigInt%":"undefined"==typeof BigInt?r:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?r:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?r:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":u,"%eval%":eval,"%EvalError%":l,"%Float32Array%":"undefined"==typeof Float32Array?r:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?r:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?r:FinalizationRegistry,"%Function%":S,"%GeneratorFunction%":w,"%Int8Array%":"undefined"==typeof Int8Array?r:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?r:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":E&&U?U(U([][Symbol.iterator]())):r,"%JSON%":"object"==typeof JSON?JSON:r,"%Map%":"undefined"==typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&E&&U?U((new Map)[Symbol.iterator]()):r,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?r:Promise,"%Proxy%":"undefined"==typeof Proxy?r:Proxy,"%RangeError%":A,"%ReferenceError%":d,"%Reflect%":"undefined"==typeof Reflect?r:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?r:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&E&&U?U((new Set)[Symbol.iterator]()):r,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":E&&U?U(""[Symbol.iterator]()):r,"%Symbol%":E?Symbol:r,"%SyntaxError%":P,"%ThrowTypeError%":b,"%TypedArray%":R,"%TypeError%":g,"%Uint8Array%":"undefined"==typeof Uint8Array?r:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?r:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?r:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?r:Uint32Array,"%URIError%":m,"%WeakMap%":"undefined"==typeof WeakMap?r:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?r:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?r:WeakSet};if(U)try{null.error}catch(r){var j=U(U(r));x["%Error.prototype%"]=j}var B=function r(e){var t;if("%AsyncFunction%"===e)t=h("async function () {}");else if("%GeneratorFunction%"===e)t=h("function* () {}");else if("%AsyncGeneratorFunction%"===e)t=h("async function* () {}");else if("%AsyncGenerator%"===e){var o=r("%AsyncGeneratorFunction%");o&&(t=o.prototype)}else if("%AsyncIteratorPrototype%"===e){var n=r("%AsyncGenerator%");n&&U&&(t=U(n.prototype))}return x[e]=t,t},_={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},O=f.functionBind,G=c.hasown,M=O.call(Function.call,Array.prototype.concat),k=O.call(Function.apply,Array.prototype.splice),N=O.call(Function.call,String.prototype.replace),q=O.call(Function.call,String.prototype.slice),W=O.call(Function.call,RegExp.prototype.exec),D=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,C=/\\(\\)?/g,T=function(r,e){var t,o=r;if(G(_,o)&&(o="%"+(t=_[o])[0]+"%"),G(x,o)){var n=x[o];if(n===w&&(n=B(o)),void 0===n&&!e)throw new g("intrinsic "+r+" exists, but is not available. Please file an issue!");return{alias:t,name:o,value:n}}throw new P("intrinsic "+r+" does not exist!")};exports.getIntrinsic=function(r,e){if("string"!=typeof r||0===r.length)throw new g("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new g('"allowMissing" argument must be a boolean');if(null===W(/^%?[^%]*%?$/,r))throw new P("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var t=function(r){var e=q(r,0,1),t=q(r,-1);if("%"===e&&"%"!==t)throw new P("invalid intrinsic syntax, expected closing `%`");if("%"===t&&"%"!==e)throw new P("invalid intrinsic syntax, expected opening `%`");var o=[];return N(r,D,(function(r,e,t,n){o[o.length]=t?N(n,C,"$1"):e||r})),o}(r),o=t.length>0?t[0]:"",n=T("%"+o+"%",e),a=n.name,y=n.value,i=!1,p=n.alias;p&&(o=p[0],k(t,M([0,1],p)));for(var s=1,f=!0;s<t.length;s+=1){var c=t[s],u=q(c,0,1),l=q(c,-1);if(('"'===u||"'"===u||"`"===u||'"'===l||"'"===l||"`"===l)&&u!==l)throw new P("property names with quotes must have matching quotes");if("constructor"!==c&&f||(i=!0),G(x,a="%"+(o+="."+c)+"%"))y=x[a];else if(null!=y){if(!(c in y)){if(!e)throw new g("base intrinsic for "+r+" exists, but the property is not available.");return}if(I&&s+1>=t.length){var A=I(y,c);y=(f=!!A)&&"get"in A&&!("originalValue"in A.get)?A.get:y[c]}else f=G(y,c),y=y[c];f&&!i&&(x[a]=y)}}return y};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var t=(0,require("../get-intrinsic/index.js").getIntrinsic)("%Object.getOwnPropertyDescriptor%",!0);if(t)try{t([],"length")}catch(r){t=null}var r=t;exports.gopd=r;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var r=require("../es-define-property/index.js").__require(),e=function(){return!!r};e.hasArrayLengthDefineBug=function(){if(!r)return null;try{return 1!==r([],"length",{value:1}).length}catch(r){return!0}};var t=e;exports.hasPropertyDescriptors_1=t;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var o={foo:{}},t=Object;exports.hasProto=function(){return{__proto__:o}.foo===o.foo&&!({__proto__:null}instanceof t)};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var o=require("./shams.js"),e="undefined"!=typeof Symbol&&Symbol,s=o.shams;exports.hasSymbols=function(){return"function"==typeof e&&("function"==typeof Symbol&&("symbol"==typeof e("foo")&&("symbol"==typeof Symbol("bar")&&s())))};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";exports.shams=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},e=Symbol("test"),r=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(e in t[e]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var o=Object.getOwnPropertySymbols(t);if(1!==o.length||o[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var n=Object.getOwnPropertyDescriptor(t,e);if(42!==n.value||!0!==n.enumerable)return!1}return!0};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var t=require("../function-bind/index.js"),n=Function.prototype.call,o=Object.prototype.hasOwnProperty,e=t.functionBind.call(n,o);exports.hasown=e;
@@ -0,0 +1,11 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";
7
+ /*
8
+ object-assign
9
+ (c) Sindre Sorhus
10
+ @license MIT
11
+ */var r,t;exports.__require=function(){if(t)return r;t=1;var e=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;return r=function(){try{if(!Object.assign)return!1;var r=new String("abc");if(r[5]="de","5"===Object.getOwnPropertyNames(r)[0])return!1;for(var t={},e=0;e<10;e++)t["_"+String.fromCharCode(e)]=e;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(r){return t[r]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(r){n[r]=r})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(r){return!1}}()?Object.assign:function(r,t){for(var c,i,a=function(r){if(null==r)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(r)}(r),u=1;u<arguments.length;u++){for(var f in c=Object(arguments[u]))n.call(c,f)&&(a[f]=c[f]);if(e){i=e(c);for(var s=0;s<i.length;s++)o.call(c,i[s])&&(a[i[s]]=c[i[s]])}}return a}};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var t=require("../../_virtual/_commonjsHelpers.js"),e=require("./util.inspect.js"),r="function"==typeof Map&&Map.prototype,n=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,o=r&&n&&"function"==typeof n.get?n.get:null,i=r&&Map.prototype.forEach,u="function"==typeof Set&&Set.prototype,c=Object.getOwnPropertyDescriptor&&u?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,l=u&&c&&"function"==typeof c.get?c.get:null,f=u&&Set.prototype.forEach,a="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,p="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,y="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,g=Boolean.prototype.valueOf,b=Object.prototype.toString,s=Function.prototype.toString,S=String.prototype.match,h=String.prototype.slice,m=String.prototype.replace,j=String.prototype.toUpperCase,v=String.prototype.toLowerCase,d=RegExp.prototype.test,O=Array.prototype.concat,w=Array.prototype.join,x=Array.prototype.slice,_=Math.floor,W="function"==typeof BigInt?BigInt.prototype.valueOf:null,k=Object.getOwnPropertySymbols,E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,M="function"==typeof Symbol&&"object"==typeof Symbol.iterator,L="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===M||"symbol")?Symbol.toStringTag:null,q=Object.prototype.propertyIsEnumerable,T=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function $(t,e){if(t===1/0||t===-1/0||t!=t||t&&t>-1e3&&t<1e3||d.call(/e/,e))return e;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof t){var n=t<0?-_(-t):_(t);if(n!==t){var o=String(n),i=h.call(e,o.length+1);return m.call(o,r,"$&_")+"."+m.call(m.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return m.call(e,r,"$&_")}var A=e.util_inspect,I=A.custom,N=C(I)?I:null;function P(t,e,r){var n="double"===(r.quoteStyle||e)?'"':"'";return n+t+n}function R(t){return m.call(String(t),/"/g,"&quot;")}function D(t){return!("[object Array]"!==F(t)||L&&"object"==typeof t&&L in t)}function B(t){return!("[object RegExp]"!==F(t)||L&&"object"==typeof t&&L in t)}function C(t){if(M)return t&&"object"==typeof t&&t instanceof Symbol;if("symbol"==typeof t)return!0;if(!t||"object"!=typeof t||!E)return!1;try{return E.call(t),!0}catch(t){}return!1}var H=Object.prototype.hasOwnProperty||function(t){return t in this};function z(t,e){return H.call(t,e)}function F(t){return b.call(t)}function G(t,e){if(t.indexOf)return t.indexOf(e);for(var r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return-1}function U(t,e){if(t.length>e.maxStringLength){var r=t.length-e.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return U(h.call(t,0,e.maxStringLength),e)+n}return P(m.call(m.call(t,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,J),"single",e)}function J(t){var e=t.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return r?"\\"+r:"\\x"+(e<16?"0":"")+j.call(e.toString(16))}function K(t){return"Object("+t+")"}function Q(t){return t+" { ? }"}function V(t,e,r,n){return t+" ("+e+") {"+(n?X(r,n):w.call(r,", "))+"}"}function X(t,e){if(0===t.length)return"";var r="\n"+e.prev+e.base;return r+w.call(t,","+r)+"\n"+e.prev}function Y(t,e){var r=D(t),n=[];if(r){n.length=t.length;for(var o=0;o<t.length;o++)n[o]=z(t,o)?e(t[o],t):""}var i,u="function"==typeof k?k(t):[];if(M){i={};for(var c=0;c<u.length;c++)i["$"+u[c]]=u[c]}for(var l in t)z(t,l)&&(r&&String(Number(l))===l&&l<t.length||M&&i["$"+l]instanceof Symbol||(d.call(/[^\w$]/,l)?n.push(e(l,t)+": "+e(t[l],t)):n.push(l+": "+e(t[l],t))));if("function"==typeof k)for(var f=0;f<u.length;f++)q.call(t,u[f])&&n.push("["+e(u[f])+"]: "+e(t[u[f]],t));return n}exports.objectInspect=function e(r,n,u,c){var b=n||{};if(z(b,"quoteStyle")&&"single"!==b.quoteStyle&&"double"!==b.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(z(b,"maxStringLength")&&("number"==typeof b.maxStringLength?b.maxStringLength<0&&b.maxStringLength!==1/0:null!==b.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var j=!z(b,"customInspect")||b.customInspect;if("boolean"!=typeof j&&"symbol"!==j)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(z(b,"indent")&&null!==b.indent&&"\t"!==b.indent&&!(parseInt(b.indent,10)===b.indent&&b.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(z(b,"numericSeparator")&&"boolean"!=typeof b.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var d=b.numericSeparator;if(void 0===r)return"undefined";if(null===r)return"null";if("boolean"==typeof r)return r?"true":"false";if("string"==typeof r)return U(r,b);if("number"==typeof r){if(0===r)return 1/0/r>0?"0":"-0";var _=String(r);return d?$(r,_):_}if("bigint"==typeof r){var k=String(r)+"n";return d?$(r,k):k}var I=void 0===b.depth?5:b.depth;if(void 0===u&&(u=0),u>=I&&I>0&&"object"==typeof r)return D(r)?"[Array]":"[Object]";var H=function(t,e){var r;if("\t"===t.indent)r="\t";else{if(!("number"==typeof t.indent&&t.indent>0))return null;r=w.call(Array(t.indent+1)," ")}return{base:r,prev:w.call(Array(e+1),r)}}(b,u);if(void 0===c)c=[];else if(G(c,r)>=0)return"[Circular]";function J(t,r,n){if(r&&(c=x.call(c)).push(r),n){var o={depth:b.depth};return z(b,"quoteStyle")&&(o.quoteStyle=b.quoteStyle),e(t,o,u+1,c)}return e(t,b,u+1,c)}if("function"==typeof r&&!B(r)){var Z=function(t){if(t.name)return t.name;var e=S.call(s.call(t),/^function\s*([\w$]+)/);if(e)return e[1];return null}(r),tt=Y(r,J);return"[Function"+(Z?": "+Z:" (anonymous)")+"]"+(tt.length>0?" { "+w.call(tt,", ")+" }":"")}if(C(r)){var et=M?m.call(String(r),/^(Symbol\(.*\))_[^)]*$/,"$1"):E.call(r);return"object"!=typeof r||M?et:K(et)}if(function(t){if(!t||"object"!=typeof t)return!1;if("undefined"!=typeof HTMLElement&&t instanceof HTMLElement)return!0;return"string"==typeof t.nodeName&&"function"==typeof t.getAttribute}(r)){for(var rt="<"+v.call(String(r.nodeName)),nt=r.attributes||[],ot=0;ot<nt.length;ot++)rt+=" "+nt[ot].name+"="+P(R(nt[ot].value),"double",b);return rt+=">",r.childNodes&&r.childNodes.length&&(rt+="..."),rt+="</"+v.call(String(r.nodeName))+">"}if(D(r)){if(0===r.length)return"[]";var it=Y(r,J);return H&&!function(t){for(var e=0;e<t.length;e++)if(G(t[e],"\n")>=0)return!1;return!0}(it)?"["+X(it,H)+"]":"[ "+w.call(it,", ")+" ]"}if(function(t){return!("[object Error]"!==F(t)||L&&"object"==typeof t&&L in t)}(r)){var ut=Y(r,J);return"cause"in Error.prototype||!("cause"in r)||q.call(r,"cause")?0===ut.length?"["+String(r)+"]":"{ ["+String(r)+"] "+w.call(ut,", ")+" }":"{ ["+String(r)+"] "+w.call(O.call("[cause]: "+J(r.cause),ut),", ")+" }"}if("object"==typeof r&&j){if(N&&"function"==typeof r[N]&&A)return A(r,{depth:I-u});if("symbol"!==j&&"function"==typeof r.inspect)return r.inspect()}if(function(t){if(!o||!t||"object"!=typeof t)return!1;try{o.call(t);try{l.call(t)}catch(t){return!0}return t instanceof Map}catch(t){}return!1}(r)){var ct=[];return i&&i.call(r,(function(t,e){ct.push(J(e,r,!0)+" => "+J(t,r))})),V("Map",o.call(r),ct,H)}if(function(t){if(!l||!t||"object"!=typeof t)return!1;try{l.call(t);try{o.call(t)}catch(t){return!0}return t instanceof Set}catch(t){}return!1}(r)){var lt=[];return f&&f.call(r,(function(t){lt.push(J(t,r))})),V("Set",l.call(r),lt,H)}if(function(t){if(!a||!t||"object"!=typeof t)return!1;try{a.call(t,a);try{p.call(t,p)}catch(t){return!0}return t instanceof WeakMap}catch(t){}return!1}(r))return Q("WeakMap");if(function(t){if(!p||!t||"object"!=typeof t)return!1;try{p.call(t,p);try{a.call(t,a)}catch(t){return!0}return t instanceof WeakSet}catch(t){}return!1}(r))return Q("WeakSet");if(function(t){if(!y||!t||"object"!=typeof t)return!1;try{return y.call(t),!0}catch(t){}return!1}(r))return Q("WeakRef");if(function(t){return!("[object Number]"!==F(t)||L&&"object"==typeof t&&L in t)}(r))return K(J(Number(r)));if(function(t){if(!t||"object"!=typeof t||!W)return!1;try{return W.call(t),!0}catch(t){}return!1}(r))return K(J(W.call(r)));if(function(t){return!("[object Boolean]"!==F(t)||L&&"object"==typeof t&&L in t)}(r))return K(g.call(r));if(function(t){return!("[object String]"!==F(t)||L&&"object"==typeof t&&L in t)}(r))return K(J(String(r)));if("undefined"!=typeof window&&r===window)return"{ [object Window] }";if(r===t.commonjsGlobal)return"{ [object globalThis] }";if(!function(t){return!("[object Date]"!==F(t)||L&&"object"==typeof t&&L in t)}(r)&&!B(r)){var ft=Y(r,J),at=T?T(r)===Object.prototype:r instanceof Object||r.constructor===Object,pt=r instanceof Object?"":"null prototype",yt=!at&&L&&Object(r)===r&&L in r?h.call(F(r),8,-1):pt?"Object":"",gt=(at||"function"!=typeof r.constructor?"":r.constructor.name?r.constructor.name+" ":"")+(yt||pt?"["+w.call(O.call([],yt||[],pt||[]),": ")+"] ":"");return 0===ft.length?gt+"{}":H?gt+"{"+X(ft,H)+"}":gt+"{ "+w.call(ft,", ")+" }"}return String(r)};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var t=require("util").inspect;exports.util_inspect=t;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e,r,n=require("./lib/ReactPropTypesSecret.js"),t=require("./lib/has.js");exports.__require=function(){if(r)return e;r=1;var o=function(){};if("production"!==process.env.NODE_ENV){var a=n.__require(),i={},s=t.__require();o=function(e){var r="Warning: "+e;"undefined"!=typeof console&&console.error(r);try{throw new Error(r)}catch(e){}}}function c(e,r,n,t,c){if("production"!==process.env.NODE_ENV)for(var u in e)if(s(e,u)){var f;try{if("function"!=typeof e[u]){var p=Error((t||"React class")+": "+n+" type `"+u+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[u]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw p.name="Invariant Violation",p}f=e[u](r,u,t,n,null,a)}catch(e){f=e}if(!f||f instanceof Error||o((t||"React class")+": type specification of "+n+" `"+u+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in i)){i[f.message]=!0;var l=c?c():"";o("Failed "+n+" type: "+f.message+(null!=l?l:""))}}}return c.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(i={})},e=c};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e,r,t=require("./lib/ReactPropTypesSecret.js");exports.__require=function(){if(r)return e;r=1;var n=t.__require();function o(){}function a(){}return a.resetWarningCache=o,e=function(){function e(e,r,t,o,a,i){if(i!==n){var p=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw p.name="Invariant Violation",p}}function r(){return e}e.isRequired=e;var t={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:r,element:e,elementType:e,instanceOf:r,node:e,objectOf:r,oneOf:r,oneOfType:r,shape:r,exact:r,checkPropTypes:a,resetWarningCache:o};return t.PropTypes=t,t}};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e,n,r=require("./node_modules/react-is/index.js"),t=require("../object-assign/index.js"),o=require("./lib/ReactPropTypesSecret.js"),i=require("./lib/has.js"),a=require("./checkPropTypes.js");exports.__require=function(){if(n)return e;n=1;var u=r.__require(),c=t.__require(),f=o.__require(),p=i.__require(),s=a.__require(),l=function(){};function d(){return null}return"production"!==process.env.NODE_ENV&&(l=function(e){var n="Warning: "+e;"undefined"!=typeof console&&console.error(n);try{throw new Error(n)}catch(e){}}),e=function(e,n){var r="function"==typeof Symbol&&Symbol.iterator,t="@@iterator";var o="<<anonymous>>",i={array:b("array"),bigint:b("bigint"),bool:b("boolean"),func:b("function"),number:b("number"),object:b("object"),string:b("string"),symbol:b("symbol"),any:v(d),arrayOf:function(e){return v((function(n,r,t,o,i){if("function"!=typeof e)return new y("Property `"+i+"` of component `"+t+"` has invalid PropType notation inside arrayOf.");var a=n[r];if(!Array.isArray(a))return new y("Invalid "+o+" `"+i+"` of type `"+h(a)+"` supplied to `"+t+"`, expected an array.");for(var u=0;u<a.length;u++){var c=e(a,u,t,o,i+"["+u+"]",f);if(c instanceof Error)return c}return null}))},element:v((function(n,r,t,o,i){var a=n[r];return e(a)?null:new y("Invalid "+o+" `"+i+"` of type `"+h(a)+"` supplied to `"+t+"`, expected a single ReactElement.")})),elementType:v((function(e,n,r,t,o){var i=e[n];return u.isValidElementType(i)?null:new y("Invalid "+t+" `"+o+"` of type `"+h(i)+"` supplied to `"+r+"`, expected a single ReactElement type.")})),instanceOf:function(e){return v((function(n,r,t,i,a){if(!(n[r]instanceof e)){var u=e.name||o;return new y("Invalid "+i+" `"+a+"` of type `"+(((c=n[r]).constructor&&c.constructor.name?c.constructor.name:o)+"` supplied to `")+t+"`, expected instance of `"+u+"`.")}var c;return null}))},node:v((function(e,n,r,t,o){return g(e[n])?null:new y("Invalid "+t+" `"+o+"` supplied to `"+r+"`, expected a ReactNode.")})),objectOf:function(e){return v((function(n,r,t,o,i){if("function"!=typeof e)return new y("Property `"+i+"` of component `"+t+"` has invalid PropType notation inside objectOf.");var a=n[r],u=h(a);if("object"!==u)return new y("Invalid "+o+" `"+i+"` of type `"+u+"` supplied to `"+t+"`, expected an object.");for(var c in a)if(p(a,c)){var s=e(a,c,t,o,i+"."+c,f);if(s instanceof Error)return s}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&l(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),d;return v((function(n,r,t,o,i){for(var u=n[r],c=0;c<e.length;c++)if(a(u,e[c]))return null;var f=JSON.stringify(e,(function(e,n){return"symbol"===x(n)?String(n):n}));return new y("Invalid "+o+" `"+i+"` of value `"+String(u)+"` supplied to `"+t+"`, expected one of "+f+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&l("Invalid argument supplied to oneOfType, expected an instance of array."),d;for(var n=0;n<e.length;n++){var r=e[n];if("function"!=typeof r)return l("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+w(r)+" at index "+n+"."),d}return v((function(n,r,t,o,i){for(var a=[],u=0;u<e.length;u++){var c=(0,e[u])(n,r,t,o,i,f);if(null==c)return null;c.data&&p(c.data,"expectedType")&&a.push(c.data.expectedType)}return new y("Invalid "+o+" `"+i+"` supplied to `"+t+"`"+(a.length>0?", expected one of type ["+a.join(", ")+"]":"")+".")}))},shape:function(e){return v((function(n,r,t,o,i){var a=n[r],u=h(a);if("object"!==u)return new y("Invalid "+o+" `"+i+"` of type `"+u+"` supplied to `"+t+"`, expected `object`.");for(var c in e){var p=e[c];if("function"!=typeof p)return m(t,o,i,c,x(p));var s=p(a,c,t,o,i+"."+c,f);if(s)return s}return null}))},exact:function(e){return v((function(n,r,t,o,i){var a=n[r],u=h(a);if("object"!==u)return new y("Invalid "+o+" `"+i+"` of type `"+u+"` supplied to `"+t+"`, expected `object`.");var s=c({},n[r],e);for(var l in s){var d=e[l];if(p(e,l)&&"function"!=typeof d)return m(t,o,i,l,x(d));if(!d)return new y("Invalid "+o+" `"+i+"` key `"+l+"` supplied to `"+t+"`.\nBad object: "+JSON.stringify(n[r],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var v=d(a,l,t,o,i+"."+l,f);if(v)return v}return null}))}};function a(e,n){return e===n?0!==e||1/e==1/n:e!=e&&n!=n}function y(e,n){this.message=e,this.data=n&&"object"==typeof n?n:{},this.stack=""}function v(e){if("production"!==process.env.NODE_ENV)var r={},t=0;function i(i,a,u,c,p,s,d){if(c=c||o,s=s||u,d!==f){if(n){var v=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw v.name="Invariant Violation",v}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var b=c+":"+u;!r[b]&&t<3&&(l("You are manually calling a React.PropTypes validation function for the `"+s+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),r[b]=!0,t++)}}return null==a[u]?i?null===a[u]?new y("The "+p+" `"+s+"` is marked as required in `"+c+"`, but its value is `null`."):new y("The "+p+" `"+s+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(a,u,c,p,s)}var a=i.bind(null,!1);return a.isRequired=i.bind(null,!0),a}function b(e){return v((function(n,r,t,o,i,a){var u=n[r];return h(u)!==e?new y("Invalid "+o+" `"+i+"` of type `"+x(u)+"` supplied to `"+t+"`, expected `"+e+"`.",{expectedType:e}):null}))}function m(e,n,r,t,o){return new y((e||"React class")+": "+n+" type `"+r+"."+t+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+o+"`.")}function g(n){switch(typeof n){case"number":case"string":case"undefined":return!0;case"boolean":return!n;case"object":if(Array.isArray(n))return n.every(g);if(null===n||e(n))return!0;var o=function(e){var n=e&&(r&&e[r]||e[t]);if("function"==typeof n)return n}(n);if(!o)return!1;var i,a=o.call(n);if(o!==n.entries){for(;!(i=a.next()).done;)if(!g(i.value))return!1}else for(;!(i=a.next()).done;){var u=i.value;if(u&&!g(u[1]))return!1}return!0;default:return!1}}function h(e){var n=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,n){return"symbol"===e||!!n&&("Symbol"===n["@@toStringTag"]||"function"==typeof Symbol&&n instanceof Symbol)}(n,e)?"symbol":n}function x(e){if(null==e)return""+e;var n=h(e);if("object"===n){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return n}function w(e){var n=x(e);switch(n){case"array":case"object":return"an "+n;case"boolean":case"date":case"regexp":return"a "+n;default:return n}}return y.prototype=Error.prototype,i.checkPropTypes=s,i.resetWarningCache=s.resetWarningCache,i.PropTypes=i,i}};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../_virtual/_commonjsHelpers.js"),r=require("../../_virtual/index.js"),s=require("./node_modules/react-is/index.js"),i=require("./factoryWithTypeCheckers.js"),o=require("./factoryWithThrowingShims.js");if("production"!==process.env.NODE_ENV){var t=s.__require();r.__module.exports=i.__require()(t.isElement,!0)}else r.__module.exports=o.__require()();var u=r.__module.exports,_=e.getDefaultExportFromCjs(u);exports.default=_;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var _,r;exports.__require=function(){return r?_:(r=1,_="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var r,t;exports.__require=function(){return t?r:(t=1,r=Function.call.bind(Object.prototype.hasOwnProperty))};
@@ -0,0 +1,14 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e,r=require("../../../../../_virtual/react-is.development.js");
7
+ /** @license React v16.13.1
8
+ * react-is.development.js
9
+ *
10
+ * Copyright (c) Facebook, Inc. and its affiliates.
11
+ *
12
+ * This source code is licensed under the MIT license found in the
13
+ * LICENSE file in the root directory of this source tree.
14
+ */exports.__require=function(){return e||(e=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,o=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,s=e?Symbol.for("react.strict_mode"):60108,c=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,f=e?Symbol.for("react.context"):60110,_=e?Symbol.for("react.async_mode"):60111,p=e?Symbol.for("react.concurrent_mode"):60111,i=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,l=e?Symbol.for("react.suspense_list"):60120,y=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,x=e?Symbol.for("react.block"):60121,d=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,S=e?Symbol.for("react.scope"):60119;function $(e){if("object"==typeof e&&null!==e){var r=e.$$typeof;switch(r){case t:var l=e.type;switch(l){case _:case p:case n:case c:case s:case u:return l;default:var x=l&&l.$$typeof;switch(x){case f:case i:case m:case y:case a:return x;default:return r}}case o:return r}}}var v=_,M=p,C=f,w=a,h=t,P=i,E=n,R=m,g=y,j=o,A=c,F=s,I=u,z=!1;function q(e){return $(e)===p}r.__exports.AsyncMode=v,r.__exports.ConcurrentMode=M,r.__exports.ContextConsumer=C,r.__exports.ContextProvider=w,r.__exports.Element=h,r.__exports.ForwardRef=P,r.__exports.Fragment=E,r.__exports.Lazy=R,r.__exports.Memo=g,r.__exports.Portal=j,r.__exports.Profiler=A,r.__exports.StrictMode=F,r.__exports.Suspense=I,r.__exports.isAsyncMode=function(e){return z||(z=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),q(e)||$(e)===_},r.__exports.isConcurrentMode=q,r.__exports.isContextConsumer=function(e){return $(e)===f},r.__exports.isContextProvider=function(e){return $(e)===a},r.__exports.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},r.__exports.isForwardRef=function(e){return $(e)===i},r.__exports.isFragment=function(e){return $(e)===n},r.__exports.isLazy=function(e){return $(e)===m},r.__exports.isMemo=function(e){return $(e)===y},r.__exports.isPortal=function(e){return $(e)===o},r.__exports.isProfiler=function(e){return $(e)===c},r.__exports.isStrictMode=function(e){return $(e)===s},r.__exports.isSuspense=function(e){return $(e)===u},r.__exports.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===n||e===p||e===c||e===s||e===u||e===l||"object"==typeof e&&null!==e&&(e.$$typeof===m||e.$$typeof===y||e.$$typeof===a||e.$$typeof===f||e.$$typeof===i||e.$$typeof===d||e.$$typeof===b||e.$$typeof===S||e.$$typeof===x)},r.__exports.typeOf=$}()),r.__exports};
@@ -0,0 +1,14 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e,r=require("../../../../../_virtual/react-is.production.min.js");
7
+ /** @license React v16.13.1
8
+ * react-is.production.min.js
9
+ *
10
+ * Copyright (c) Facebook, Inc. and its affiliates.
11
+ *
12
+ * This source code is licensed under the MIT license found in the
13
+ * LICENSE file in the root directory of this source tree.
14
+ */exports.__require=function(){if(e)return r.__exports;e=1;var t="function"==typeof Symbol&&Symbol.for,o=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,s=t?Symbol.for("react.fragment"):60107,c=t?Symbol.for("react.strict_mode"):60108,f=t?Symbol.for("react.profiler"):60114,_=t?Symbol.for("react.provider"):60109,p=t?Symbol.for("react.context"):60110,u=t?Symbol.for("react.async_mode"):60111,i=t?Symbol.for("react.concurrent_mode"):60111,a=t?Symbol.for("react.forward_ref"):60112,y=t?Symbol.for("react.suspense"):60113,l=t?Symbol.for("react.suspense_list"):60120,m=t?Symbol.for("react.memo"):60115,x=t?Symbol.for("react.lazy"):60116,b=t?Symbol.for("react.block"):60121,S=t?Symbol.for("react.fundamental"):60117,$=t?Symbol.for("react.responder"):60118,d=t?Symbol.for("react.scope"):60119;function C(e){if("object"==typeof e&&null!==e){var r=e.$$typeof;switch(r){case o:switch(e=e.type){case u:case i:case s:case f:case c:case y:return e;default:switch(e=e&&e.$$typeof){case p:case a:case x:case m:case _:return e;default:return r}}case n:return r}}}function M(e){return C(e)===i}return r.__exports.AsyncMode=u,r.__exports.ConcurrentMode=i,r.__exports.ContextConsumer=p,r.__exports.ContextProvider=_,r.__exports.Element=o,r.__exports.ForwardRef=a,r.__exports.Fragment=s,r.__exports.Lazy=x,r.__exports.Memo=m,r.__exports.Portal=n,r.__exports.Profiler=f,r.__exports.StrictMode=c,r.__exports.Suspense=y,r.__exports.isAsyncMode=function(e){return M(e)||C(e)===u},r.__exports.isConcurrentMode=M,r.__exports.isContextConsumer=function(e){return C(e)===p},r.__exports.isContextProvider=function(e){return C(e)===_},r.__exports.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===o},r.__exports.isForwardRef=function(e){return C(e)===a},r.__exports.isFragment=function(e){return C(e)===s},r.__exports.isLazy=function(e){return C(e)===x},r.__exports.isMemo=function(e){return C(e)===m},r.__exports.isPortal=function(e){return C(e)===n},r.__exports.isProfiler=function(e){return C(e)===f},r.__exports.isStrictMode=function(e){return C(e)===c},r.__exports.isSuspense=function(e){return C(e)===y},r.__exports.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===s||e===i||e===f||e===c||e===y||e===l||"object"==typeof e&&null!==e&&(e.$$typeof===x||e.$$typeof===m||e.$$typeof===_||e.$$typeof===p||e.$$typeof===a||e.$$typeof===S||e.$$typeof===$||e.$$typeof===d||e.$$typeof===b)},r.__exports.typeOf=C,r.__exports};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e,r=require("../../../../_virtual/index2.js"),i=require("./cjs/react-is.production.min.js"),s=require("./cjs/react-is.development.js");exports.__require=function(){return e||(e=1,"production"===process.env.NODE_ENV?r.__module.exports=i.__require():r.__module.exports=s.__require()),r.__module.exports};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var t=String.prototype.replace,r=/%20/g,e="RFC3986",n={default:e,formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(t){return String(t)}},RFC1738:"RFC1738",RFC3986:e};exports.formats=n;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var r=require("../../../_virtual/_commonjsHelpers.js"),e=require("./stringify.js"),s=require("./parse.js"),t=require("./formats.js"),i=e.stringify_1,a=s.parse,o={formats:t.formats,parse:a,stringify:i},u=r.getDefaultExportFromCjs(o);exports.default=u;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e=require("./utils.js").utils,t=Object.prototype.hasOwnProperty,r=Array.isArray,o={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:e.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},i=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},a=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},l=function(e,r,o,i){if(e){var l=o.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,n=/(\[[^[\]]*])/g,s=o.depth>0&&/(\[[^[\]]*])/.exec(l),c=s?l.slice(0,s.index):l,p=[];if(c){if(!o.plainObjects&&t.call(Object.prototype,c)&&!o.allowPrototypes)return;p.push(c)}for(var d=0;o.depth>0&&null!==(s=n.exec(l))&&d<o.depth;){if(d+=1,!o.plainObjects&&t.call(Object.prototype,s[1].slice(1,-1))&&!o.allowPrototypes)return;p.push(s[1])}return s&&p.push("["+l.slice(s.index)+"]"),function(e,t,r,o){for(var i=o?t:a(t,r),l=e.length-1;l>=0;--l){var n,s=e[l];if("[]"===s&&r.parseArrays)n=r.allowEmptyArrays&&""===i?[]:[].concat(i);else{n=r.plainObjects?Object.create(null):{};var c="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,p=r.decodeDotInKeys?c.replace(/%2E/g,"."):c,d=parseInt(p,10);r.parseArrays||""!==p?!isNaN(d)&&s!==p&&String(d)===p&&d>=0&&r.parseArrays&&d<=r.arrayLimit?(n=[])[d]=i:"__proto__"!==p&&(n[p]=i):n={0:i}}i=n}return i}(p,r,o,i)}};exports.parse=function(n,s){var c=function(t){if(!t)return o;if(void 0!==t.allowEmptyArrays&&"boolean"!=typeof t.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==t.decodeDotInKeys&&"boolean"!=typeof t.decodeDotInKeys)throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==t.decoder&&void 0!==t.decoder&&"function"!=typeof t.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==t.charset&&"utf-8"!==t.charset&&"iso-8859-1"!==t.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=void 0===t.charset?o.charset:t.charset,i=void 0===t.duplicates?o.duplicates:t.duplicates;if("combine"!==i&&"first"!==i&&"last"!==i)throw new TypeError("The duplicates option must be either combine, first, or last");return{allowDots:void 0===t.allowDots?!0===t.decodeDotInKeys||o.allowDots:!!t.allowDots,allowEmptyArrays:"boolean"==typeof t.allowEmptyArrays?!!t.allowEmptyArrays:o.allowEmptyArrays,allowPrototypes:"boolean"==typeof t.allowPrototypes?t.allowPrototypes:o.allowPrototypes,allowSparse:"boolean"==typeof t.allowSparse?t.allowSparse:o.allowSparse,arrayLimit:"number"==typeof t.arrayLimit?t.arrayLimit:o.arrayLimit,charset:r,charsetSentinel:"boolean"==typeof t.charsetSentinel?t.charsetSentinel:o.charsetSentinel,comma:"boolean"==typeof t.comma?t.comma:o.comma,decodeDotInKeys:"boolean"==typeof t.decodeDotInKeys?t.decodeDotInKeys:o.decodeDotInKeys,decoder:"function"==typeof t.decoder?t.decoder:o.decoder,delimiter:"string"==typeof t.delimiter||e.isRegExp(t.delimiter)?t.delimiter:o.delimiter,depth:"number"==typeof t.depth||!1===t.depth?+t.depth:o.depth,duplicates:i,ignoreQueryPrefix:!0===t.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof t.interpretNumericEntities?t.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"==typeof t.parameterLimit?t.parameterLimit:o.parameterLimit,parseArrays:!1!==t.parseArrays,plainObjects:"boolean"==typeof t.plainObjects?t.plainObjects:o.plainObjects,strictNullHandling:"boolean"==typeof t.strictNullHandling?t.strictNullHandling:o.strictNullHandling}}(s);if(""===n||null==n)return c.plainObjects?Object.create(null):{};for(var p="string"==typeof n?function(l,n){var s,c={__proto__:null},p=n.ignoreQueryPrefix?l.replace(/^\?/,""):l,d=n.parameterLimit===1/0?void 0:n.parameterLimit,y=p.split(n.delimiter,d),u=-1,f=n.charset;if(n.charsetSentinel)for(s=0;s<y.length;++s)0===y[s].indexOf("utf8=")&&("utf8=%E2%9C%93"===y[s]?f="utf-8":"utf8=%26%2310003%3B"===y[s]&&(f="iso-8859-1"),u=s,s=y.length);for(s=0;s<y.length;++s)if(s!==u){var m,h,b=y[s],w=b.indexOf("]="),g=-1===w?b.indexOf("="):w+1;-1===g?(m=n.decoder(b,o.decoder,f,"key"),h=n.strictNullHandling?null:""):(m=n.decoder(b.slice(0,g),o.decoder,f,"key"),h=e.maybeMap(a(b.slice(g+1),n),(function(e){return n.decoder(e,o.decoder,f,"value")}))),h&&n.interpretNumericEntities&&"iso-8859-1"===f&&(h=i(h)),b.indexOf("[]=")>-1&&(h=r(h)?[h]:h);var v=t.call(c,m);v&&"combine"===n.duplicates?c[m]=e.combine(c[m],h):v&&"last"!==n.duplicates||(c[m]=h)}return c}(n,c):n,d=c.plainObjects?Object.create(null):{},y=Object.keys(p),u=0;u<y.length;++u){var f=y[u],m=l(f,p[f],c,"string"==typeof n);d=e.merge(d,m,c)}return!0===c.allowSparse?d:e.compact(d)};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e=require("../../side-channel/index.js"),r=require("./utils.js"),o=require("./formats.js"),t=e.sideChannel,n=r.utils,a=o.formats,i=Object.prototype.hasOwnProperty,l={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,r){return e+"["+r+"]"},repeat:function(e){return e}},s=Array.isArray,c=Array.prototype.push,f=function(e,r){c.apply(e,s(r)?r:[r])},d=Date.prototype.toISOString,u=a.default,y={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:n.encode,encodeValuesOnly:!1,format:u,formatter:a.formatters[u],indices:!1,serializeDate:function(e){return d.call(e)},skipNulls:!1,strictNullHandling:!1},p={},m=function e(r,o,a,i,l,c,d,u,m,v,h,w,b,D,g,E,k,N){for(var T,A=r,j=N,I=0,O=!1;void 0!==(j=j.get(p))&&!O;){var K=j.get(r);if(I+=1,void 0!==K){if(K===I)throw new RangeError("Cyclic object value");O=!0}void 0===j.get(p)&&(I=0)}if("function"==typeof v?A=v(o,A):A instanceof Date?A=b(A):"comma"===a&&s(A)&&(A=n.maybeMap(A,(function(e){return e instanceof Date?b(e):e}))),null===A){if(c)return m&&!E?m(o,y.encoder,k,"key",D):o;A=""}if("string"==typeof(T=A)||"number"==typeof T||"boolean"==typeof T||"symbol"==typeof T||"bigint"==typeof T||n.isBuffer(A))return m?[g(E?o:m(o,y.encoder,k,"key",D))+"="+g(m(A,y.encoder,k,"value",D))]:[g(o)+"="+g(String(A))];var S,x=[];if(void 0===A)return x;if("comma"===a&&s(A))E&&m&&(A=n.maybeMap(A,m)),S=[{value:A.length>0?A.join(",")||null:void 0}];else if(s(v))S=v;else{var P=Object.keys(A);S=h?P.sort(h):P}var R=u?o.replace(/\./g,"%2E"):o,z=i&&s(A)&&1===A.length?R+"[]":R;if(l&&s(A)&&0===A.length)return z+"[]";for(var F=0;F<S.length;++F){var H=S[F],Q="object"==typeof H&&void 0!==H.value?H.value:A[H];if(!d||null!==Q){var V=w&&u?H.replace(/\./g,"%2E"):H,q=s(A)?"function"==typeof a?a(z,V):z:z+(w?"."+V:"["+V+"]");N.set(r,I);var C=t();C.set(p,N),f(x,e(Q,q,a,i,l,c,d,u,"comma"===a&&E&&s(A)?null:m,v,h,w,b,D,g,E,k,C))}}return x};exports.stringify_1=function(e,r){var o,n=e,c=function(e){if(!e)return y;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.encodeDotInKeys&&"boolean"!=typeof e.encodeDotInKeys)throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var r=e.charset||y.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var o=a.default;if(void 0!==e.format){if(!i.call(a.formatters,e.format))throw new TypeError("Unknown format option provided.");o=e.format}var t,n=a.formatters[o],c=y.filter;if(("function"==typeof e.filter||s(e.filter))&&(c=e.filter),t=e.arrayFormat in l?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":y.arrayFormat,"commaRoundTrip"in e&&"boolean"!=typeof e.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var f=void 0===e.allowDots?!0===e.encodeDotInKeys||y.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:y.addQueryPrefix,allowDots:f,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:y.allowEmptyArrays,arrayFormat:t,charset:r,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:y.charsetSentinel,commaRoundTrip:e.commaRoundTrip,delimiter:void 0===e.delimiter?y.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:y.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:y.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:y.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:y.encodeValuesOnly,filter:c,format:o,formatter:n,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:y.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:y.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:y.strictNullHandling}}(r);"function"==typeof c.filter?n=(0,c.filter)("",n):s(c.filter)&&(o=c.filter);var d=[];if("object"!=typeof n||null===n)return"";var u=l[c.arrayFormat],p="comma"===u&&c.commaRoundTrip;o||(o=Object.keys(n)),c.sort&&o.sort(c.sort);for(var v=t(),h=0;h<o.length;++h){var w=o[h];c.skipNulls&&null===n[w]||f(d,m(n[w],w,u,p,c.allowEmptyArrays,c.strictNullHandling,c.skipNulls,c.encodeDotInKeys,c.encode?c.encoder:null,c.filter,c.sort,c.allowDots,c.serializeDate,c.format,c.formatter,c.encodeValuesOnly,c.charset,v))}var b=d.join(c.delimiter),D=!0===c.addQueryPrefix?"?":"";return c.charsetSentinel&&("iso-8859-1"===c.charset?D+="utf8=%26%2310003%3B&":D+="utf8=%E2%9C%93&"),b.length>0?D+b:""};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var r=require("./formats.js").formats,t=Object.prototype.hasOwnProperty,e=Array.isArray,o=function(){for(var r=[],t=0;t<256;++t)r.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return r}(),n=function(r,t){for(var e=t&&t.plainObjects?Object.create(null):{},o=0;o<r.length;++o)void 0!==r[o]&&(e[o]=r[o]);return e},c=1024,u={arrayToObject:n,assign:function(r,t){return Object.keys(t).reduce((function(r,e){return r[e]=t[e],r}),r)},combine:function(r,t){return[].concat(r,t)},compact:function(r){for(var t=[{obj:{o:r},prop:"o"}],o=[],n=0;n<t.length;++n)for(var c=t[n],u=c.obj[c.prop],f=Object.keys(u),i=0;i<f.length;++i){var p=f[i],a=u[p];"object"==typeof a&&null!==a&&-1===o.indexOf(a)&&(t.push({obj:u,prop:p}),o.push(a))}return function(r){for(;r.length>1;){var t=r.pop(),o=t.obj[t.prop];if(e(o)){for(var n=[],c=0;c<o.length;++c)void 0!==o[c]&&n.push(o[c]);t.obj[t.prop]=n}}}(t),r},decode:function(r,t,e){var o=r.replace(/\+/g," ");if("iso-8859-1"===e)return o.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(o)}catch(r){return o}},encode:function(t,e,n,u,f){if(0===t.length)return t;var i=t;if("symbol"==typeof t?i=Symbol.prototype.toString.call(t):"string"!=typeof t&&(i=String(t)),"iso-8859-1"===n)return escape(i).replace(/%u[0-9a-f]{4}/gi,(function(r){return"%26%23"+parseInt(r.slice(2),16)+"%3B"}));for(var p="",a=0;a<i.length;a+=c){for(var l=i.length>=c?i.slice(a,a+c):i,s=[],h=0;h<l.length;++h){var b=l.charCodeAt(h);45===b||46===b||95===b||126===b||b>=48&&b<=57||b>=65&&b<=90||b>=97&&b<=122||f===r.RFC1738&&(40===b||41===b)?s[s.length]=l.charAt(h):b<128?s[s.length]=o[b]:b<2048?s[s.length]=o[192|b>>6]+o[128|63&b]:b<55296||b>=57344?s[s.length]=o[224|b>>12]+o[128|b>>6&63]+o[128|63&b]:(h+=1,b=65536+((1023&b)<<10|1023&l.charCodeAt(h)),s[s.length]=o[240|b>>18]+o[128|b>>12&63]+o[128|b>>6&63]+o[128|63&b])}p+=s.join("")}return p},isBuffer:function(r){return!(!r||"object"!=typeof r)&&!!(r.constructor&&r.constructor.isBuffer&&r.constructor.isBuffer(r))},isRegExp:function(r){return"[object RegExp]"===Object.prototype.toString.call(r)},maybeMap:function(r,t){if(e(r)){for(var o=[],n=0;n<r.length;n+=1)o.push(t(r[n]));return o}return t(r)},merge:function r(o,c,u){if(!c)return o;if("object"!=typeof c){if(e(o))o.push(c);else{if(!o||"object"!=typeof o)return[o,c];(u&&(u.plainObjects||u.allowPrototypes)||!t.call(Object.prototype,c))&&(o[c]=!0)}return o}if(!o||"object"!=typeof o)return[o].concat(c);var f=o;return e(o)&&!e(c)&&(f=n(o,u)),e(o)&&e(c)?(c.forEach((function(e,n){if(t.call(o,n)){var c=o[n];c&&"object"==typeof c&&e&&"object"==typeof e?o[n]=r(c,e,u):o.push(e)}else o[n]=e})),o):Object.keys(c).reduce((function(e,o){var n=c[o];return t.call(e,o)?e[o]=r(e[o],n,u):e[o]=n,e}),f)}};exports.utils=u;
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e=require("../get-intrinsic/index.js"),r=require("../define-data-property/index.js"),t=require("../has-property-descriptors/index.js"),i=require("../gopd/index.js"),n=require("../es-errors/type.js"),o=e.getIntrinsic,s=r.defineDataProperty,p=t.hasPropertyDescriptors_1(),a=i.gopd,u=n.type,f=o("%Math.floor%");exports.setFunctionLength=function(e,r){if("function"!=typeof e)throw new u("`fn` is not a function");if("number"!=typeof r||r<0||r>4294967295||f(r)!==r)throw new u("`length` must be a positive 32-bit integer");var t=arguments.length>2&&!!arguments[2],i=!0,n=!0;if("length"in e&&a){var o=a(e,"length");o&&!o.configurable&&(i=!1),o&&!o.writable&&(n=!1)}return(i||n||!t)&&(p?s(e,"length",r,!0,!0):s(e,"length",r)),e};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e=require("../get-intrinsic/index.js"),t=require("../call-bind/callBound.js"),n=require("../object-inspect/index.js"),r=require("../es-errors/type.js"),o=e.getIntrinsic,i=t.callBound,u=n.objectInspect,a=r.type,f=o("%WeakMap%",!0),p=o("%Map%",!0),s=i("WeakMap.prototype.get",!0),c=i("WeakMap.prototype.set",!0),l=i("WeakMap.prototype.has",!0),y=i("Map.prototype.get",!0),x=i("Map.prototype.set",!0),j=i("Map.prototype.has",!0),d=function(e,t){for(var n,r=e;null!==(n=r.next);r=n)if(n.key===t)return r.next=n.next,n.next=e.next,e.next=n,n};exports.sideChannel=function(){var e,t,n,r={assert:function(e){if(!r.has(e))throw new a("Side channel does not contain "+u(e))},get:function(r){if(f&&r&&("object"==typeof r||"function"==typeof r)){if(e)return s(e,r)}else if(p){if(t)return y(t,r)}else if(n)return function(e,t){var n=d(e,t);return n&&n.value}(n,r)},has:function(r){if(f&&r&&("object"==typeof r||"function"==typeof r)){if(e)return l(e,r)}else if(p){if(t)return j(t,r)}else if(n)return function(e,t){return!!d(e,t)}(n,r);return!1},set:function(r,o){f&&r&&("object"==typeof r||"function"==typeof r)?(e||(e=new f),c(e,r,o)):p?(t||(t=new p),x(t,r,o)):(n||(n={key:{},next:null}),function(e,t,n){var r=d(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}}(n,r,o))}};return r};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ "use strict";var e=require("react"),r=require("@strapi/blocks-react-renderer"),t=require("@mui/material/Typography");exports.BlockRendererClient=function(a){let{content:n}=a;return n?e.createElement(r.BlocksRenderer,{content:n,blocks:{paragraph:r=>{let{children:a}=r;return e.createElement(t,{variant:"body1",sx:{mb:2}},a)},heading:r=>{let{children:a,level:n}=r;switch(n){case 1:default:return e.createElement(t,{variant:"h1"},a);case 2:return e.createElement(t,{variant:"h2"},a);case 3:return e.createElement(t,{variant:"h3"},a);case 4:return e.createElement(t,{variant:"h4"},a);case 5:return e.createElement(t,{variant:"h5"},a);case 6:return e.createElement(t,{variant:"h6"},a)}}},modifiers:{bold:r=>{let{children:t}=r;return e.createElement("strong",null,t)},italic:r=>{let{children:t}=r;return e.createElement("span",{className:"italic"},t)}}}):null};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ "use strict";var e=require("react"),a=require("@mui/material/Container"),t=require("@mui/material/Paper"),r=require("@mui/material/TextField"),n=require("@mui/material/Typography"),l=require("@mui/material/Stack"),i=require("@mui/material/Button"),s=require("validator/lib/isEmail"),m=require("../lib/utils.js"),u=require("@mui/material/styles");exports.ContactForm=function(o){let{data:c}=o;const{title:d="Write us",subtitle:g="We're open for any suggestion or just to have a chat",successHeading:p="Thank you!",successText:b="Your e-mail has been successfully sent!",errorHeading:h,errorText:E="I am sorry, something went wrong, you could email me directly on info@jellepaulus.nl",maxWidth:v,sx:j={},glass:y=!1}=c,[x,q]=e.useState({name:"",email:"",subject:"",message:""}),[f,C]=e.useState({});e.useState("Send");const[S,T]=e.useState(!1),[k,w]=e.useState(!1),B=e=>{const{name:a,value:t}=e.target;q({...x,[a]:t})},O=e=>{const{name:a}=e.target,t=W(x);t[a]?C((e=>({...e,[a]:t[a]}))):C((e=>{const t={...e};return delete t[a],t}))},W=e=>{let a={};return""===e.name&&(a.name="Name is required"),""===e.email?a.email="Email is required":s(e.email)||(a.email="Invalid email"),""===e.subject&&(a.subject="Subject is required"),""===e.message&&(a.message="Message is required"),console.log("errors from validate",a),a},F=u.useTheme();return e.createElement(a,{maxWidth:v||"lg",sx:{my:1,...j}},e.createElement(l,{spacing:2,sx:{width:"100%"}},e.createElement(n,{variant:"h6",align:"center"},d),e.createElement(n,{variant:"body1",align:"center",sx:{pb:3}},g),S&&e.createElement(t,{sx:{p:2}},e.createElement(l,{spacing:2},e.createElement(n,{variant:"h6"},p),e.createElement(n,null,b))),k&&e.createElement(t,{sx:{p:2}},e.createElement(l,{spacing:2},h&&e.createElement(n,{variant:"h6"},h),e.createElement(n,null,E),e.createElement(i,{variant:"contained"},"try again")))),!S&&!k&&e.createElement(t,{sx:{p:2,backdropFilter:"blur(3px)",backgroundColor:m.setOpacity(F.palette.background.paper,y?.1:1),border:y?"1px solid rgba(255, 255, 255, 0.15)":"none"}},e.createElement(l,{spacing:2},e.createElement(r,{id:"name",name:"name",label:"Name",value:x.name,variant:"outlined",onBlur:O,onChange:B,error:null!=f.name,helperText:f.name}),e.createElement(r,{id:"email",name:"email",label:"Email",value:x.email,variant:"outlined",onBlur:O,onChange:B,error:null!=f.email,helperText:f.email}),e.createElement(r,{id:"subject",name:"subject",label:"Subject",value:x.subject,variant:"outlined",onBlur:O,onChange:B,error:null!=f.subject,helperText:f.subject}),e.createElement(r,{id:"message",name:"message",label:"Message",value:x.message,variant:"outlined",multiline:!0,minRows:5,onBlur:O,onChange:B,error:null!=f.message,helperText:f.message}),e.createElement(l,{direction:"row",spacing:2,justifyContent:"end"},e.createElement(i,{variant:"outlined",color:"primary",onClick:()=>{q({name:"",email:"",subject:"",message:""})}},"Clear"),e.createElement(i,{variant:"contained",onClick:async e=>{e.preventDefault();let a=W(x);if(0===Object.keys(a).length){const e=await fetch("/api/sendgrid",{body:JSON.stringify({email:x.email,fullname:x.name,subject:x.subject,message:x.message}),headers:{"Content-Type":"application/json"},method:"POST"}),{error:a}=await e.json();if(a)return w(!0),void console.log(a);T(!0)}}},"Send")))))};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ "use strict";var e=require("react"),r=require("@mui/material/Typography"),t=require("@mui/material/Divider"),i=require("@mui/material/Box"),a=require("@mui/material/Collapse"),l=require("@mui/material/Chip"),m=require("@mui/icons-material");exports.ExplanatoryFoldOut=function(n){let{title:o,description:u,sx:c=[]}=n;const[s,p]=e.useState(!1);return e.createElement(i,{sx:[...Array.isArray(c)?c:[c]]},e.createElement(t,{textAlign:"left"},e.createElement(l,{label:o,size:"small",color:"primary",onClick:()=>p(!s),icon:s?e.createElement(m.KeyboardArrowUp,null):e.createElement(m.KeyboardArrowDown,null)})),e.createElement(a,{in:s},e.createElement(r,{variant:"body2",color:"primary",sx:{mt:1}},u)))};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("@mui/material");exports.default=function(){const[n,E]=e.useState(0),[a,r]=e.useState(0),[i,l]=e.useState(300),o=t.useTheme();return e.useEffect((()=>{E(window.innerWidth/2),r(window.innerHeight/2),l(Math.sqrt(window.innerWidth**2+window.innerHeight**2)/1.3)}),[]),e.useEffect((()=>{const e=e=>{((e,t)=>{E(e),r(t)})(e instanceof TouchEvent?e.touches[0].clientX:e.clientX,e instanceof TouchEvent?e.touches[0].clientY:e.clientY)};return window.addEventListener("touchmove",e),window.addEventListener("mousemove",e),()=>{window.removeEventListener("touchmove",e),window.removeEventListener("mousemove",e)}}),[]),e.createElement("div",{style:{position:"fixed",top:0,left:0,width:"100vw",height:"100vh",zIndex:-1,pointerEvents:"none",isolation:"isolate"}},e.createElement("div",{id:"background",style:{position:"absolute",top:0,left:0,display:"Block",width:"100%",height:"100%",background:o.palette.background.paper,zIndex:-1}}),e.createElement("svg",{id:"object",width:"".concat(i,"px"),height:"".concat(i,"px"),style:{position:"absolute",top:"".concat(a,"px"),left:"".concat(n,"px"),transform:"translate(-50%, -50%)"}},e.createElement("defs",null,e.createElement("mask",{id:"radial-gradient-mask"},e.createElement("radialGradient",{id:"gradient",cx:"50%",cy:"50%",r:"50%",fx:"50%",fy:"50%"},e.createElement("stop",{offset:"0%",stopColor:"white"}),e.createElement("stop",{offset:"100%",stopColor:"black"})),e.createElement("rect",{width:"100%",height:"100%",fill:"url(#gradient)"}))),e.createElement("rect",{width:"100%",height:"100%",fill:o.palette.primary.main,mask:"url(#radial-gradient-mask)",style:{filter:"opacity(.5)"}})),e.createElement("svg",{id:"foreground",style:{position:"absolute"},preserveAspectRatio:"xMidYMid slice",width:"100%",height:"100%",viewBox:"0 0 7680 4320 "},e.createElement("defs",null,e.createElement("mask",{id:"mask"},e.createElement("rect",{width:"100%",height:"100%",fill:"white"}),e.createElement("text",{transform:"translate(-1000 200) rotate(-15)",style:{fill:"#000",fontFamily:"Merriweather-Bold, Merriweather",fontSize:"360px",fontWeight:700,letterSpacing:".055em"}},e.createElement("tspan",{x:"0",y:"0"},"JELLE PAULUS IS A TALENTED WEB DEVELOPER AND"," "),e.createElement("tspan",{x:"0",y:"432"},"DESIGNER WITH A PASSION FOR CREATING VISUALLY"," "),e.createElement("tspan",{x:"0",y:"864"},"STUNNING AND USER-FRIENDLY WEBSITES. WITH A"," "),e.createElement("tspan",{x:"0",y:"1296"},"KEEN EYE FOR DETAIL AND A FOCUS ON CREATING"," "),e.createElement("tspan",{x:"0",y:"1728"},"CLEAN, FUNCTIONAL DESIGNS, JELLE HAS A"," "),e.createElement("tspan",{x:"0",y:"2160"},"REPUTATION FOR DELIVERING HIGH-QUALITY WORK"," "),e.createElement("tspan",{x:"0",y:"2592"},"THAT EXCEEDS HIS CLIENTS' EXPECTATIONS. HE HAS A"," "),e.createElement("tspan",{x:"0",y:"3024"},"DEEP UNDERSTANDING OF THE LATEST WEB"," "),e.createElement("tspan",{x:"0",y:"3456"},"DEVELOPMENT TECHNOLOGIES, AND IS ABLE TO"," "),e.createElement("tspan",{x:"0",y:"3888"},"SEAMLESSLY INTEGRATE FUNCTIONALITY AND"," "),e.createElement("tspan",{x:"0",y:"4320"},"AESTHETICS TO CREATE WEBSITES THAT ARE BOTH"," "),e.createElement("tspan",{x:"0",y:"4752"},"FUNCTIONAL AND VISUALLY APPEALING. WHETHER"," "),e.createElement("tspan",{x:"0",y:"5184"},"YOU'RE LOOKING TO ESTABLISH AN ONLINE PRESENCE"," "),e.createElement("tspan",{x:"0",y:"5616"},"OR REVAMP AN EXISTING WEBSITE, JELLE HAS THE"," "),e.createElement("tspan",{x:"0",y:"6048"},"SKILLS AND EXPERTISE TO BRING YOUR VISION TO LIFE.")))),e.createElement("rect",{width:"100%",height:"100%",fill:o.palette.background.default,mask:"url(#mask)"})))};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("react"),e=require("../data/actions/auth-actions.js"),r=require("@mui/material/Button"),a=require("@mui/icons-material/Logout");exports.default=function(i){let{text:o="Log out",variant:u="text"}=i;return t.createElement("form",{action:e.logoutAction},t.createElement(r,{type:"submit",startIcon:t.createElement(a,null),variant:u},o))};