umwd-components 0.1.282 → 0.1.283

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/_virtual/_commonjsHelpers.js +6 -0
  2. package/dist/_virtual/_rollupPluginBabelHelpers.js +6 -0
  3. package/dist/_virtual/index.js +6 -0
  4. package/dist/node_modules/@mui/utils/esm/visuallyHidden/visuallyHidden.js +6 -0
  5. package/dist/node_modules/call-bind/callBound.js +6 -0
  6. package/dist/node_modules/call-bind/index.js +6 -0
  7. package/dist/node_modules/define-data-property/index.js +6 -0
  8. package/dist/node_modules/es-define-property/index.js +6 -0
  9. package/dist/node_modules/es-errors/eval.js +6 -0
  10. package/dist/node_modules/es-errors/index.js +6 -0
  11. package/dist/node_modules/es-errors/range.js +6 -0
  12. package/dist/node_modules/es-errors/ref.js +6 -0
  13. package/dist/node_modules/es-errors/syntax.js +6 -0
  14. package/dist/node_modules/es-errors/type.js +6 -0
  15. package/dist/node_modules/es-errors/uri.js +6 -0
  16. package/dist/node_modules/function-bind/implementation.js +6 -0
  17. package/dist/node_modules/function-bind/index.js +6 -0
  18. package/dist/node_modules/get-intrinsic/index.js +6 -0
  19. package/dist/node_modules/gopd/index.js +6 -0
  20. package/dist/node_modules/has-property-descriptors/index.js +6 -0
  21. package/dist/node_modules/has-proto/index.js +6 -0
  22. package/dist/node_modules/has-symbols/index.js +6 -0
  23. package/dist/node_modules/has-symbols/shams.js +6 -0
  24. package/dist/node_modules/hasown/index.js +6 -0
  25. package/dist/node_modules/object-inspect/index.js +6 -0
  26. package/dist/node_modules/object-inspect/util.inspect.js +6 -0
  27. package/dist/node_modules/qs/lib/formats.js +6 -0
  28. package/dist/node_modules/qs/lib/index.js +6 -0
  29. package/dist/node_modules/qs/lib/parse.js +6 -0
  30. package/dist/node_modules/qs/lib/stringify.js +6 -0
  31. package/dist/node_modules/qs/lib/utils.js +6 -0
  32. package/dist/node_modules/set-function-length/index.js +6 -0
  33. package/dist/node_modules/side-channel/index.js +6 -0
  34. package/dist/node_modules/tslib/tslib.es6.js +6 -0
  35. package/dist/src/components/BlockRendererClient.js +7 -0
  36. package/dist/src/components/ContactForm.js +7 -0
  37. package/dist/src/components/ExplanatoryFoldOut.js +6 -0
  38. package/dist/src/components/FluidBackground.js +7 -0
  39. package/dist/src/components/LogoutButton.js +7 -0
  40. package/dist/src/components/ScrollLink.js +7 -0
  41. package/dist/src/components/StrapiErrors.js +6 -0
  42. package/dist/src/components/StrapiImage.js +6 -0
  43. package/dist/src/components/StyledLink.js +6 -0
  44. package/dist/src/components/SubmitButton.js +7 -0
  45. package/dist/src/components/WebsitePlaceholder.js +7 -0
  46. package/dist/src/components/WhatsAppClickToChatButton.js +7 -0
  47. package/dist/src/components/auth/RegisterForm.js +7 -0
  48. package/dist/src/components/auth/SigninForm.js +7 -0
  49. package/dist/src/components/e-commerce/EnhancedTable/EnhancedTable.js +7 -0
  50. package/dist/src/components/e-commerce/EnhancedTable/EnhancedTableHead.js +6 -0
  51. package/dist/src/components/e-commerce/EnhancedTable/EnhancedTableRow.js +6 -0
  52. package/dist/src/components/e-commerce/EnhancedTable/EnhancedTableToolbar.js +6 -0
  53. package/dist/src/components/layout/Footer.js +7 -0
  54. package/dist/src/components/layout/Navbar.js +7 -0
  55. package/dist/src/components/layout/NavbarV2.js +7 -0
  56. package/dist/src/components/layout/SideNav.js +7 -0
  57. package/dist/src/components/page-builder/ColumnsSection.js +6 -0
  58. package/dist/src/components/page-builder/FleetSection.js +6 -0
  59. package/dist/src/components/page-builder/IconSection.js +6 -0
  60. package/dist/src/components/page-builder/LogoBarSection.js +7 -0
  61. package/dist/src/components/page-builder/PBContactForm.js +7 -0
  62. package/dist/src/components/page-builder/PBFeaturesSection.js +6 -0
  63. package/dist/src/components/page-builder/PBHeroSection.js +6 -0
  64. package/dist/src/components/page-builder/PBPersonaliaSection.js +7 -0
  65. package/dist/src/components/page-builder/PBTextImageSection.js +7 -0
  66. package/dist/src/components/page-builder/PageBuilder.js +7 -0
  67. package/dist/src/components/page-builder/PictureBarSection.js +7 -0
  68. package/dist/src/components/page-elements/ColumnsSection.js +6 -0
  69. package/dist/src/components/page-elements/FeaturesSection.js +7 -0
  70. package/dist/src/components/page-elements/FleetSection.js +6 -0
  71. package/dist/src/components/page-elements/HeroSection.js +7 -0
  72. package/dist/src/components/page-elements/IconSection.js +6 -0
  73. package/dist/src/components/page-elements/LogoBarSection.js +7 -0
  74. package/dist/src/components/page-elements/Page.js +6 -0
  75. package/dist/src/components/page-elements/PersonaliaSection.js +7 -0
  76. package/dist/src/components/page-elements/PictureBarSection.js +7 -0
  77. package/dist/src/components/page-elements/TextImageSection.js +7 -0
  78. package/dist/src/data/actions/auth-actions.js +7 -0
  79. package/dist/src/data/actions/pagebuilder-actions.js +7 -0
  80. package/dist/src/data/loaders/e-commerce-loaders.js +7 -0
  81. package/dist/src/data/loaders.js +6 -0
  82. package/dist/src/data/services/auth-service.js +7 -0
  83. package/dist/src/data/services/get-token.js +7 -0
  84. package/dist/src/data/services/pagebuilder-service.js +6 -0
  85. package/dist/src/index.js +6 -0
  86. package/dist/src/lib/APIcon.js +6 -0
  87. package/dist/src/lib/AmbulanceIcon.js +6 -0
  88. package/dist/src/lib/getIcon.js +6 -0
  89. package/dist/src/lib/utils.js +6 -0
  90. package/dist/tsconfig.build.tsbuildinfo +1 -0
  91. package/dist/types/app/layout.d.ts +8 -0
  92. package/dist/types/app/page.d.ts +2 -0
  93. package/dist/types/components/BlockRendererClient.d.ts +5 -0
  94. package/dist/types/components/ContactForm.d.ts +20 -0
  95. package/dist/types/components/ExplanatoryFoldOut.d.ts +9 -0
  96. package/dist/types/components/FluidBackground.d.ts +3 -0
  97. package/dist/types/components/Logo.d.ts +7 -0
  98. package/dist/types/components/LogoutButton.d.ts +7 -0
  99. package/dist/types/components/ScrollLink.d.ts +6 -0
  100. package/dist/types/components/StrapiErrors.d.ts +10 -0
  101. package/dist/types/components/StrapiImage.d.ts +11 -0
  102. package/dist/types/components/StyledLink.d.ts +10 -0
  103. package/dist/types/components/SubmitButton.d.ts +10 -0
  104. package/dist/types/components/WebsitePlaceholder.d.ts +16 -0
  105. package/dist/types/components/WhatsAppClickToChatButton.d.ts +13 -0
  106. package/dist/types/components/ZodErrors.d.ts +4 -0
  107. package/dist/types/components/auth/AuthWidget.d.ts +14 -0
  108. package/dist/types/components/auth/DenseRegisterForm.d.ts +8 -0
  109. package/dist/types/components/auth/DenseSigninForm.d.ts +8 -0
  110. package/dist/types/components/auth/RegisterForm.d.ts +16 -0
  111. package/dist/types/components/auth/SigninForm.d.ts +16 -0
  112. package/dist/types/components/common/Address.d.ts +11 -0
  113. package/dist/types/components/common/Pagination.d.ts +6 -0
  114. package/dist/types/components/e-commerce/EnhancedTable/EnhancedTable.d.ts +4 -0
  115. package/dist/types/components/e-commerce/EnhancedTable/EnhancedTableHead.d.ts +4 -0
  116. package/dist/types/components/e-commerce/EnhancedTable/EnhancedTableRow.d.ts +4 -0
  117. package/dist/types/components/e-commerce/EnhancedTable/EnhancedTableToolbar.d.ts +4 -0
  118. package/dist/types/components/e-commerce/EnhancedTable/data/data.d.ts +4 -0
  119. package/dist/types/components/e-commerce/EnhancedTable/types.d.ts +52 -0
  120. package/dist/types/components/e-commerce/EnhancedTable/utils.d.ts +9 -0
  121. package/dist/types/components/e-commerce/cart/AddToCartButton.client.d.ts +7 -0
  122. package/dist/types/components/e-commerce/cart/CartDisplay.d.ts +9 -0
  123. package/dist/types/components/e-commerce/cart/CartSummary.d.ts +2 -0
  124. package/dist/types/components/e-commerce/cart/CartSummaryRow.d.ts +7 -0
  125. package/dist/types/components/e-commerce/cart/CartWidget.d.ts +9 -0
  126. package/dist/types/components/e-commerce/cart/hooks.d.ts +6 -0
  127. package/dist/types/components/e-commerce/checkout/CheckoutForm.d.ts +15 -0
  128. package/dist/types/components/e-commerce/checkout/Step1.d.ts +7 -0
  129. package/dist/types/components/e-commerce/checkout/Step2.d.ts +2 -0
  130. package/dist/types/components/e-commerce/checkout/Step3.d.ts +2 -0
  131. package/dist/types/components/e-commerce/checkout/Step4.d.ts +2 -0
  132. package/dist/types/components/e-commerce/checkout/Step5.d.ts +2 -0
  133. package/dist/types/components/e-commerce/customer/BusinessCredentials.d.ts +12 -0
  134. package/dist/types/components/e-commerce/customer/CustomerProfileDisplay.d.ts +12 -0
  135. package/dist/types/components/e-commerce/customer/CustomerProfileEditForm.d.ts +20 -0
  136. package/dist/types/components/e-commerce/customer/DenseCustomerProfileDisplay.d.ts +5 -0
  137. package/dist/types/components/e-commerce/opo/CustomerOpoFooter.d.ts +8 -0
  138. package/dist/types/components/e-commerce/opo/CustomerOpoRow.d.ts +8 -0
  139. package/dist/types/components/e-commerce/opo/CustomerOpoTable.d.ts +7 -0
  140. package/dist/types/components/e-commerce/opo/OpoDisplay.d.ts +5 -0
  141. package/dist/types/components/e-commerce/opo/OpoSummary.d.ts +7 -0
  142. package/dist/types/components/e-commerce/opo/OpoSummaryRow.d.ts +7 -0
  143. package/dist/types/components/e-commerce/opo/PaymentStatusIndicator.d.ts +13 -0
  144. package/dist/types/components/e-commerce/products/Price.d.ts +3 -0
  145. package/dist/types/components/e-commerce/products/ProductCard.d.ts +9 -0
  146. package/dist/types/components/e-commerce/products/ProductCategoryCard.d.ts +16 -0
  147. package/dist/types/components/e-commerce/products/SingleProduct.d.ts +9 -0
  148. package/dist/types/components/layout/Footer.d.ts +45 -0
  149. package/dist/types/components/layout/Navbar.d.ts +30 -0
  150. package/dist/types/components/layout/NavbarV2.d.ts +34 -0
  151. package/dist/types/components/layout/SideNav.d.ts +26 -0
  152. package/dist/types/components/page-builder/ColumnsSection.d.ts +24 -0
  153. package/dist/types/components/page-builder/FleetSection.d.ts +29 -0
  154. package/dist/types/components/page-builder/IconSection.d.ts +22 -0
  155. package/dist/types/components/page-builder/LogoBarSection.d.ts +31 -0
  156. package/dist/types/components/page-builder/PBContactForm.d.ts +21 -0
  157. package/dist/types/components/page-builder/PBFeaturesSection.d.ts +26 -0
  158. package/dist/types/components/page-builder/PBHeroSection.d.ts +26 -0
  159. package/dist/types/components/page-builder/PBPersonaliaSection.d.ts +35 -0
  160. package/dist/types/components/page-builder/PBTextImageSection.d.ts +19 -0
  161. package/dist/types/components/page-builder/PageBuilder.d.ts +14 -0
  162. package/dist/types/components/page-builder/PictureBarSection.d.ts +20 -0
  163. package/dist/types/components/page-elements/ColumnsSection.d.ts +24 -0
  164. package/dist/types/components/page-elements/FeaturesSection.d.ts +25 -0
  165. package/dist/types/components/page-elements/FleetSection.d.ts +29 -0
  166. package/dist/types/components/page-elements/HeroSection.d.ts +25 -0
  167. package/dist/types/components/page-elements/IconSection.d.ts +22 -0
  168. package/dist/types/components/page-elements/LogoBarSection.d.ts +31 -0
  169. package/dist/types/components/page-elements/Page.d.ts +8 -0
  170. package/dist/types/components/page-elements/PersonaliaSection.d.ts +34 -0
  171. package/dist/types/components/page-elements/PictureBarSection.d.ts +20 -0
  172. package/dist/types/components/page-elements/TextImageSection.d.ts +19 -0
  173. package/dist/types/context/auth/SessionContext.d.ts +15 -0
  174. package/dist/types/context/e-commerce/cart/CartContext.d.ts +9 -0
  175. package/dist/types/data/actions/auth-actions.d.ts +4 -0
  176. package/dist/types/data/actions/e-commerce/e-commerce-actions.d.ts +1 -0
  177. package/dist/types/data/actions/pagebuilder-actions.d.ts +2 -0
  178. package/dist/types/data/actions/profile-actions.d.ts +1 -0
  179. package/dist/types/data/loaders/e-commerce-loaders.d.ts +9 -0
  180. package/dist/types/data/loaders.d.ts +9 -0
  181. package/dist/types/data/services/auth-service.d.ts +12 -0
  182. package/dist/types/data/services/get-token.d.ts +1 -0
  183. package/dist/types/data/services/get-user-me-loader.d.ts +10 -0
  184. package/dist/types/data/services/mutate-data.d.ts +1 -0
  185. package/dist/types/data/services/pagebuilder-service.d.ts +2 -0
  186. package/dist/types/index.d.ts +23 -0
  187. package/dist/types/lib/APIcon.d.ts +2 -0
  188. package/dist/types/lib/AmbulanceIcon.d.ts +2 -0
  189. package/dist/types/lib/areBusinessCredentialsComplete.d.ts +5 -0
  190. package/dist/types/lib/getIcon.d.ts +2 -0
  191. package/dist/types/lib/isAddressComplete.d.ts +5 -0
  192. package/dist/types/lib/isCustomerProfileComplete.d.ts +5 -0
  193. package/dist/types/lib/molliePaymentProvider.d.ts +4 -0
  194. package/dist/types/lib/parseFormData.d.ts +5 -0
  195. package/dist/types/lib/parseNavigation.d.ts +1 -0
  196. package/dist/types/lib/utils.d.ts +9 -0
  197. package/dist/types/types/AddressProps.d.ts +9 -0
  198. package/dist/types/types/e-commerce/BusinessCredentialsProps.d.ts +7 -0
  199. package/dist/types/types/e-commerce/CustomerProfileProps.d.ts +20 -0
  200. package/dist/types/types/e-commerce/User.d.ts +6 -0
  201. package/dist/types/types/e-commerce/cart/types.d.ts +39 -0
  202. package/dist/types/types/e-commerce/enhancedTable/types.d.ts +8 -0
  203. package/dist/types/types/e-commerce/invoice/types.d.ts +77 -0
  204. package/dist/types/types/e-commerce/opo/types.d.ts +23 -0
  205. package/dist/types/types/e-commerce/payments/types.d.ts +10 -0
  206. package/dist/types/types/e-commerce/product/types.d.ts +26 -0
  207. package/package.json +1 -1
  208. package/rollup.config.mjs +6 -4
  209. package/src/components/{WebsitePlaceholder.js → WebsitePlaceholder.tsx} +26 -22
  210. package/tsconfig.build.json +11 -0
  211. /package/src/app/{page.js → page.tsx} +0 -0
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}export{e as commonjsGlobal,o as getDefaultExportFromCjs};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ function t(){return t=Object.assign?Object.assign.bind():function(t){for(var n=1;n<arguments.length;n++){var r=arguments[n];for(var e in r)Object.prototype.hasOwnProperty.call(r,e)&&(t[e]=r[e])}return t},t.apply(this,arguments)}export{t as extends};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var e={exports:{}};export{e as __module};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var e={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};export{e as default};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{g as t}from"../get-intrinsic/index.js";import{c as r}from"./index.js";var o=t,i=r,n=i(o("String.prototype.indexOf")),e=function(t,r){var e=o(t,!!r);return"function"==typeof e&&n(t,".prototype.")>-1?i(e):e};export{e as c};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{__module as t}from"../../_virtual/index.js";import{f as r}from"../function-bind/index.js";import{g as e}from"../get-intrinsic/index.js";import{s as o}from"../set-function-length/index.js";import{t as n}from"../es-errors/type.js";import{__require as i}from"../es-define-property/index.js";!function(t){var p=r,s=e,a=o,f=n,u=s("%Function.prototype.apply%"),l=s("%Function.prototype.call%"),c=s("%Reflect.apply%",!0)||p.call(l,u),m=i(),x=s("%Math.max%");t.exports=function(t){if("function"!=typeof t)throw new f("a function is required");var r=c(p,l,arguments);return a(r,1+x(0,t.length-(arguments.length-1)),!0)};var d=function(){return c(p,u,arguments)};m?m(t.exports,"apply",{value:d}):t.exports.apply=d}(t);var p=t.exports;export{p as c};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{__require as e}from"../es-define-property/index.js";import{s as o}from"../es-errors/syntax.js";import{t as n}from"../es-errors/type.js";import{g as r}from"../gopd/index.js";var l=e(),t=o,i=n,a=r,f=function(e,o,n){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new i("`obj` must be an object or a function`");if("string"!=typeof o&&"symbol"!=typeof o)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,f=arguments.length>4?arguments[4]:null,s=arguments.length>5?arguments[5]:null,u=arguments.length>6&&arguments[6],b=!!a&&a(e,o);if(l)l(e,o,{configurable:null===s&&b?b.configurable:!s,enumerable:null===r&&b?b.enumerable:!r,value:n,writable:null===f&&b?b.writable:!f});else{if(!u&&(r||f||s))throw new t("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[o]=n}};export{f as d};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{g as r}from"../get-intrinsic/index.js";var e,t;function i(){if(t)return e;t=1;var i=r("%Object.defineProperty%",!0)||!1;if(i)try{i({},"a",{value:1})}catch(r){i=!1}return e=i}export{i as __require};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var r=EvalError;export{r as _};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var r=Error;export{r as e};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var r=RangeError;export{r};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var r=ReferenceError;export{r};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var r=SyntaxError;export{r as s};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var r=TypeError;export{r as t};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var r=URIError;export{r as u};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var t=Object.prototype.toString,n=Math.max,r=function(t,n){for(var r=[],o=0;o<t.length;o+=1)r[o]=t[o];for(var e=0;e<n.length;e+=1)r[e+t.length]=n[e];return r},o=function(o){var e=this;if("function"!=typeof e||"[object Function]"!==t.apply(e))throw new TypeError("Function.prototype.bind called on incompatible "+e);for(var i,p=function(t,n){for(var r=[],o=n||0,e=0;o<t.length;o+=1,e+=1)r[e]=t[o];return r}(arguments,1),u=n(0,e.length-p.length),a=[],f=0;f<u;f++)a[f]="$"+f;if(i=Function("binder","return function ("+function(t,n){for(var r="",o=0;o<t.length;o+=1)r+=t[o],o+1<t.length&&(r+=n);return r}(a,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof i){var t=e.apply(this,r(p,arguments));return Object(t)===t?t:this}return e.apply(o,r(p,arguments))})),e.prototype){var c=function(){};c.prototype=e.prototype,i.prototype=new c,c.prototype=null}return i};export{o as i};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{i as o}from"./implementation.js";var t=o,i=Function.prototype.bind||t;export{i as f};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{e as r}from"../es-errors/index.js";import{_ as t}from"../es-errors/eval.js";import{r as e}from"../es-errors/range.js";import{r as o}from"../es-errors/ref.js";import{s as n}from"../es-errors/syntax.js";import{t as a}from"../es-errors/type.js";import{u as y}from"../es-errors/uri.js";import{h as p}from"../has-symbols/index.js";import{h as i}from"../has-proto/index.js";import{f as s}from"../function-bind/index.js";import{h as f}from"../hasown/index.js";var c,l=r,u=t,A=e,d=o,m=n,P=a,g=y,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 P},b=I?function(){try{return F}catch(r){try{return I(arguments,"callee").get}catch(r){return F}}}():F,E=p(),U=i(),v=Object.getPrototypeOf||(U?function(r){return r.__proto__}:null),w={},R="undefined"!=typeof Uint8Array&&v?v(Uint8Array):c,x={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?c:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?c:ArrayBuffer,"%ArrayIteratorPrototype%":E&&v?v([][Symbol.iterator]()):c,"%AsyncFromSyncIteratorPrototype%":c,"%AsyncFunction%":w,"%AsyncGenerator%":w,"%AsyncGeneratorFunction%":w,"%AsyncIteratorPrototype%":w,"%Atomics%":"undefined"==typeof Atomics?c:Atomics,"%BigInt%":"undefined"==typeof BigInt?c:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?c:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?c:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?c:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":l,"%eval%":eval,"%EvalError%":u,"%Float32Array%":"undefined"==typeof Float32Array?c:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?c:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?c:FinalizationRegistry,"%Function%":S,"%GeneratorFunction%":w,"%Int8Array%":"undefined"==typeof Int8Array?c:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?c:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?c:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":E&&v?v(v([][Symbol.iterator]())):c,"%JSON%":"object"==typeof JSON?JSON:c,"%Map%":"undefined"==typeof Map?c:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&E&&v?v((new Map)[Symbol.iterator]()):c,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?c:Promise,"%Proxy%":"undefined"==typeof Proxy?c:Proxy,"%RangeError%":A,"%ReferenceError%":d,"%Reflect%":"undefined"==typeof Reflect?c:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?c:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&E&&v?v((new Set)[Symbol.iterator]()):c,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?c:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":E&&v?v(""[Symbol.iterator]()):c,"%Symbol%":E?Symbol:c,"%SyntaxError%":m,"%ThrowTypeError%":b,"%TypedArray%":R,"%TypeError%":P,"%Uint8Array%":"undefined"==typeof Uint8Array?c:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?c:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?c:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?c:Uint32Array,"%URIError%":g,"%WeakMap%":"undefined"==typeof WeakMap?c:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?c:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?c:WeakSet};if(v)try{null.error}catch(r){var j=v(v(r));x["%Error.prototype%"]=j}var B=function r(t){var e;if("%AsyncFunction%"===t)e=h("async function () {}");else if("%GeneratorFunction%"===t)e=h("function* () {}");else if("%AsyncGeneratorFunction%"===t)e=h("async function* () {}");else if("%AsyncGenerator%"===t){var o=r("%AsyncGeneratorFunction%");o&&(e=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var n=r("%AsyncGenerator%");n&&v&&(e=v(n.prototype))}return x[t]=e,e},_={__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=s,G=f,M=O.call(Function.call,Array.prototype.concat),k=O.call(Function.apply,Array.prototype.splice),N=O.call(Function.call,String.prototype.replace),W=O.call(Function.call,String.prototype.slice),D=O.call(Function.call,RegExp.prototype.exec),C=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,T=/\\(\\)?/g,J=function(r,t){var e,o=r;if(G(_,o)&&(o="%"+(e=_[o])[0]+"%"),G(x,o)){var n=x[o];if(n===w&&(n=B(o)),void 0===n&&!t)throw new P("intrinsic "+r+" exists, but is not available. Please file an issue!");return{alias:e,name:o,value:n}}throw new m("intrinsic "+r+" does not exist!")},V=function(r,t){if("string"!=typeof r||0===r.length)throw new P("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new P('"allowMissing" argument must be a boolean');if(null===D(/^%?[^%]*%?$/,r))throw new m("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var e=function(r){var t=W(r,0,1),e=W(r,-1);if("%"===t&&"%"!==e)throw new m("invalid intrinsic syntax, expected closing `%`");if("%"===e&&"%"!==t)throw new m("invalid intrinsic syntax, expected opening `%`");var o=[];return N(r,C,(function(r,t,e,n){o[o.length]=e?N(n,T,"$1"):t||r})),o}(r),o=e.length>0?e[0]:"",n=J("%"+o+"%",t),a=n.name,y=n.value,p=!1,i=n.alias;i&&(o=i[0],k(e,M([0,1],i)));for(var s=1,f=!0;s<e.length;s+=1){var c=e[s],l=W(c,0,1),u=W(c,-1);if(('"'===l||"'"===l||"`"===l||'"'===u||"'"===u||"`"===u)&&l!==u)throw new m("property names with quotes must have matching quotes");if("constructor"!==c&&f||(p=!0),G(x,a="%"+(o+="."+c)+"%"))y=x[a];else if(null!=y){if(!(c in y)){if(!t)throw new P("base intrinsic for "+r+" exists, but the property is not available.");return}if(I&&s+1>=e.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&&!p&&(x[a]=y)}}return y};export{V as g};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{g as r}from"../get-intrinsic/index.js";var t=r("%Object.getOwnPropertyDescriptor%",!0);if(t)try{t([],"length")}catch(r){t=null}var e=t;export{e as g};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{__require as r}from"../es-define-property/index.js";var e=r(),n=function(){return!!e};n.hasArrayLengthDefineBug=function(){if(!e)return null;try{return 1!==e([],"length",{value:1}).length}catch(r){return!0}};var t=n;export{t as h};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var o={foo:{}},_=Object,t=function(){return{__proto__:o}.foo===o.foo&&!({__proto__:null}instanceof _)};export{t as h};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{s as o}from"./shams.js";var f="undefined"!=typeof Symbol&&Symbol,t=o,y=function(){return"function"==typeof f&&("function"==typeof Symbol&&("symbol"==typeof f("foo")&&("symbol"==typeof Symbol("bar")&&t())))};export{y as h};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var t=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};export{t as s};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{f as o}from"../function-bind/index.js";var t=Function.prototype.call,r=Object.prototype.hasOwnProperty,n=o.call(t,r);export{n as h};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{commonjsGlobal as t}from"../../_virtual/_commonjsHelpers.js";import{u as e}from"./util.inspect.js";var 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,m=String.prototype.slice,h=String.prototype.replace,v=String.prototype.toUpperCase,d=String.prototype.toLowerCase,j=RegExp.prototype.test,O=Array.prototype.concat,w=Array.prototype.join,x=Array.prototype.slice,W=Math.floor,_="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,T=Object.prototype.propertyIsEnumerable,$=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function A(t,e){if(t===1/0||t===-1/0||t!=t||t&&t>-1e3&&t<1e3||j.call(/e/,e))return e;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof t){var n=t<0?-W(-t):W(t);if(n!==t){var o=String(n),i=m.call(e,o.length+1);return h.call(o,r,"$&_")+"."+h.call(h.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return h.call(e,r,"$&_")}var q=e,I=q.custom,N=H(I)?I:null,P=function e(r,n,u,c){var b=n||{};if(F(b,"quoteStyle")&&"single"!==b.quoteStyle&&"double"!==b.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(F(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 v=!F(b,"customInspect")||b.customInspect;if("boolean"!=typeof v&&"symbol"!==v)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(F(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(F(b,"numericSeparator")&&"boolean"!=typeof b.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var j=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 J(r,b);if("number"==typeof r){if(0===r)return 1/0/r>0?"0":"-0";var W=String(r);return j?A(r,W):W}if("bigint"==typeof r){var k=String(r)+"n";return j?A(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 B(r)?"[Array]":"[Object]";var P=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 z(t,r,n){if(r&&(c=x.call(c)).push(r),n){var o={depth:b.depth};return F(b,"quoteStyle")&&(o.quoteStyle=b.quoteStyle),e(t,o,u+1,c)}return e(t,b,u+1,c)}if("function"==typeof r&&!C(r)){var K=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=Z(r,z);return"[Function"+(K?": "+K:" (anonymous)")+"]"+(tt.length>0?" { "+w.call(tt,", ")+" }":"")}if(H(r)){var et=M?h.call(String(r),/^(Symbol\(.*\))_[^)]*$/,"$1"):E.call(r);return"object"!=typeof r||M?et:Q(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="<"+d.call(String(r.nodeName)),nt=r.attributes||[],ot=0;ot<nt.length;ot++)rt+=" "+nt[ot].name+"="+R(D(nt[ot].value),"double",b);return rt+=">",r.childNodes&&r.childNodes.length&&(rt+="..."),rt+="</"+d.call(String(r.nodeName))+">"}if(B(r)){if(0===r.length)return"[]";var it=Z(r,z);return P&&!function(t){for(var e=0;e<t.length;e++)if(G(t[e],"\n")>=0)return!1;return!0}(it)?"["+Y(it,P)+"]":"[ "+w.call(it,", ")+" ]"}if(function(t){return!("[object Error]"!==U(t)||L&&"object"==typeof t&&L in t)}(r)){var ut=Z(r,z);return"cause"in Error.prototype||!("cause"in r)||T.call(r,"cause")?0===ut.length?"["+String(r)+"]":"{ ["+String(r)+"] "+w.call(ut,", ")+" }":"{ ["+String(r)+"] "+w.call(O.call("[cause]: "+z(r.cause),ut),", ")+" }"}if("object"==typeof r&&v){if(N&&"function"==typeof r[N]&&q)return q(r,{depth:I-u});if("symbol"!==v&&"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(z(e,r,!0)+" => "+z(t,r))})),X("Map",o.call(r),ct,P)}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(z(t,r))})),X("Set",l.call(r),lt,P)}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 V("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 V("WeakSet");if(function(t){if(!y||!t||"object"!=typeof t)return!1;try{return y.call(t),!0}catch(t){}return!1}(r))return V("WeakRef");if(function(t){return!("[object Number]"!==U(t)||L&&"object"==typeof t&&L in t)}(r))return Q(z(Number(r)));if(function(t){if(!t||"object"!=typeof t||!_)return!1;try{return _.call(t),!0}catch(t){}return!1}(r))return Q(z(_.call(r)));if(function(t){return!("[object Boolean]"!==U(t)||L&&"object"==typeof t&&L in t)}(r))return Q(g.call(r));if(function(t){return!("[object String]"!==U(t)||L&&"object"==typeof t&&L in t)}(r))return Q(z(String(r)));if("undefined"!=typeof window&&r===window)return"{ [object Window] }";if(r===t)return"{ [object globalThis] }";if(!function(t){return!("[object Date]"!==U(t)||L&&"object"==typeof t&&L in t)}(r)&&!C(r)){var ft=Z(r,z),at=$?$(r)===Object.prototype:r instanceof Object||r.constructor===Object,pt=r instanceof Object?"":"null prototype",yt=!at&&L&&Object(r)===r&&L in r?m.call(U(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+"{}":P?gt+"{"+Y(ft,P)+"}":gt+"{ "+w.call(ft,", ")+" }"}return String(r)};function R(t,e,r){var n="double"===(r.quoteStyle||e)?'"':"'";return n+t+n}function D(t){return h.call(String(t),/"/g,"&quot;")}function B(t){return!("[object Array]"!==U(t)||L&&"object"==typeof t&&L in t)}function C(t){return!("[object RegExp]"!==U(t)||L&&"object"==typeof t&&L in t)}function H(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 z=Object.prototype.hasOwnProperty||function(t){return t in this};function F(t,e){return z.call(t,e)}function U(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 J(t,e){if(t.length>e.maxStringLength){var r=t.length-e.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return J(m.call(t,0,e.maxStringLength),e)+n}return R(h.call(h.call(t,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,K),"single",e)}function K(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":"")+v.call(e.toString(16))}function Q(t){return"Object("+t+")"}function V(t){return t+" { ? }"}function X(t,e,r,n){return t+" ("+e+") {"+(n?Y(r,n):w.call(r,", "))+"}"}function Y(t,e){if(0===t.length)return"";var r="\n"+e.prev+e.base;return r+w.call(t,","+r)+"\n"+e.prev}function Z(t,e){var r=B(t),n=[];if(r){n.length=t.length;for(var o=0;o<t.length;o++)n[o]=F(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)F(t,l)&&(r&&String(Number(l))===l&&l<t.length||M&&i["$"+l]instanceof Symbol||(j.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++)T.call(t,u[f])&&n.push("["+e(u[f])+"]: "+e(t[u[f]],t));return n}export{P as o};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import r from"util";var t=r.inspect;export{t as u};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var r=String.prototype.replace,t=/%20/g,e="RFC3986",n={default:e,formatters:{RFC1738:function(e){return r.call(e,t,"+")},RFC3986:function(r){return String(r)}},RFC1738:"RFC1738",RFC3986:e};export{n as f};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{getDefaultExportFromCjs as r}from"../../../_virtual/_commonjsHelpers.js";import{s}from"./stringify.js";import{p as o}from"./parse.js";import{f as m}from"./formats.js";var a=r({formats:m,parse:o,stringify:s});export{a as default};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{u as e}from"./utils.js";var t=e,r=Object.prototype.hasOwnProperty,o=Array.isArray,i={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:t.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},a=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},l=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},n=function(e,t,o,i){if(e){var a=o.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,n=/(\[[^[\]]*])/g,s=o.depth>0&&/(\[[^[\]]*])/.exec(a),c=s?a.slice(0,s.index):a,p=[];if(c){if(!o.plainObjects&&r.call(Object.prototype,c)&&!o.allowPrototypes)return;p.push(c)}for(var d=0;o.depth>0&&null!==(s=n.exec(a))&&d<o.depth;){if(d+=1,!o.plainObjects&&r.call(Object.prototype,s[1].slice(1,-1))&&!o.allowPrototypes)return;p.push(s[1])}return s&&p.push("["+a.slice(s.index)+"]"),function(e,t,r,o){for(var i=o?t:l(t,r),a=e.length-1;a>=0;--a){var n,s=e[a];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,t,o,i)}},s=function(e,s){var c=function(e){if(!e)return i;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.decodeDotInKeys&&"boolean"!=typeof e.decodeDotInKeys)throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");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 r=void 0===e.charset?i.charset:e.charset,o=void 0===e.duplicates?i.duplicates:e.duplicates;if("combine"!==o&&"first"!==o&&"last"!==o)throw new TypeError("The duplicates option must be either combine, first, or last");return{allowDots:void 0===e.allowDots?!0===e.decodeDotInKeys||i.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:i.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:i.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:i.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:i.arrayLimit,charset:r,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:i.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:i.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:i.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:i.decoder,delimiter:"string"==typeof e.delimiter||t.isRegExp(e.delimiter)?e.delimiter:i.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:i.depth,duplicates:o,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:i.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:i.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:i.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:i.strictNullHandling}}(s);if(""===e||null==e)return c.plainObjects?Object.create(null):{};for(var p="string"==typeof e?function(e,n){var s,c={__proto__:null},p=n.ignoreQueryPrefix?e.replace(/^\?/,""):e,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,i.decoder,f,"key"),h=n.strictNullHandling?null:""):(m=n.decoder(b.slice(0,g),i.decoder,f,"key"),h=t.maybeMap(l(b.slice(g+1),n),(function(e){return n.decoder(e,i.decoder,f,"value")}))),h&&n.interpretNumericEntities&&"iso-8859-1"===f&&(h=a(h)),b.indexOf("[]=")>-1&&(h=o(h)?[h]:h);var v=r.call(c,m);v&&"combine"===n.duplicates?c[m]=t.combine(c[m],h):v&&"last"!==n.duplicates||(c[m]=h)}return c}(e,c):e,d=c.plainObjects?Object.create(null):{},y=Object.keys(p),u=0;u<y.length;++u){var f=y[u],m=n(f,p[f],c,"string"==typeof e);d=t.merge(d,m,c)}return!0===c.allowSparse?d:t.compact(d)};export{s as p};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{s as e}from"../../side-channel/index.js";import{u as o}from"./utils.js";import{f as r}from"./formats.js";var t=e,n=o,a=r,i=Object.prototype.hasOwnProperty,l={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,o){return e+"["+o+"]"},repeat:function(e){return e}},s=Array.isArray,f=Array.prototype.push,c=function(e,o){f.apply(e,s(o)?o:[o])},d=Date.prototype.toISOString,y=a.default,u={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:n.encode,encodeValuesOnly:!1,format:y,formatter:a.formatters[y],indices:!1,serializeDate:function(e){return d.call(e)},skipNulls:!1,strictNullHandling:!1},p={},m=function e(o,r,a,i,l,f,d,y,m,v,h,w,b,D,g,E,k,N){for(var T,A=o,j=N,I=0,O=!1;void 0!==(j=j.get(p))&&!O;){var K=j.get(o);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(r,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(f)return m&&!E?m(r,u.encoder,k,"key",D):r;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?r:m(r,u.encoder,k,"key",D))+"="+g(m(A,u.encoder,k,"value",D))]:[g(r)+"="+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=y?r.replace(/\./g,"%2E"):r,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&&y?H.replace(/\./g,"%2E"):H,B=s(A)?"function"==typeof a?a(z,V):z:z+(w?"."+V:"["+V+"]");N.set(o,I);var C=t();C.set(p,N),c(x,e(Q,B,a,i,l,f,d,y,"comma"===a&&E&&s(A)?null:m,v,h,w,b,D,g,E,k,C))}}return x},v=function(e,o){var r,n=e,f=function(e){if(!e)return u;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 o=e.charset||u.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 r=a.default;if(void 0!==e.format){if(!i.call(a.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var t,n=a.formatters[r],f=u.filter;if(("function"==typeof e.filter||s(e.filter))&&(f=e.filter),t=e.arrayFormat in l?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":u.arrayFormat,"commaRoundTrip"in e&&"boolean"!=typeof e.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var c=void 0===e.allowDots?!0===e.encodeDotInKeys||u.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:u.addQueryPrefix,allowDots:c,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:u.allowEmptyArrays,arrayFormat:t,charset:o,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:u.charsetSentinel,commaRoundTrip:e.commaRoundTrip,delimiter:void 0===e.delimiter?u.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:u.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:u.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:u.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:u.encodeValuesOnly,filter:f,format:r,formatter:n,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:u.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:u.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:u.strictNullHandling}}(o);"function"==typeof f.filter?n=(0,f.filter)("",n):s(f.filter)&&(r=f.filter);var d=[];if("object"!=typeof n||null===n)return"";var y=l[f.arrayFormat],p="comma"===y&&f.commaRoundTrip;r||(r=Object.keys(n)),f.sort&&r.sort(f.sort);for(var v=t(),h=0;h<r.length;++h){var w=r[h];f.skipNulls&&null===n[w]||c(d,m(n[w],w,y,p,f.allowEmptyArrays,f.strictNullHandling,f.skipNulls,f.encodeDotInKeys,f.encode?f.encoder:null,f.filter,f.sort,f.allowDots,f.serializeDate,f.format,f.formatter,f.encodeValuesOnly,f.charset,v))}var b=d.join(f.delimiter),D=!0===f.addQueryPrefix?"?":"";return f.charsetSentinel&&("iso-8859-1"===f.charset?D+="utf8=%26%2310003%3B&":D+="utf8=%E2%9C%93&"),b.length>0?D+b:""};export{v as s};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{f as r}from"./formats.js";var t=r,e=Object.prototype.hasOwnProperty,o=Array.isArray,n=function(){for(var r=[],t=0;t<256;++t)r.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return r}(),c=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},u=1024,f={arrayToObject:c,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"}],e=[],n=0;n<t.length;++n)for(var c=t[n],u=c.obj[c.prop],f=Object.keys(u),p=0;p<f.length;++p){var a=f[p],i=u[a];"object"==typeof i&&null!==i&&-1===e.indexOf(i)&&(t.push({obj:u,prop:a}),e.push(i))}return function(r){for(;r.length>1;){var t=r.pop(),e=t.obj[t.prop];if(o(e)){for(var n=[],c=0;c<e.length;++c)void 0!==e[c]&&n.push(e[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(r,e,o,c,f){if(0===r.length)return r;var p=r;if("symbol"==typeof r?p=Symbol.prototype.toString.call(r):"string"!=typeof r&&(p=String(r)),"iso-8859-1"===o)return escape(p).replace(/%u[0-9a-f]{4}/gi,(function(r){return"%26%23"+parseInt(r.slice(2),16)+"%3B"}));for(var a="",i=0;i<p.length;i+=u){for(var l=p.length>=u?p.slice(i,i+u):p,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===t.RFC1738&&(40===b||41===b)?s[s.length]=l.charAt(h):b<128?s[s.length]=n[b]:b<2048?s[s.length]=n[192|b>>6]+n[128|63&b]:b<55296||b>=57344?s[s.length]=n[224|b>>12]+n[128|b>>6&63]+n[128|63&b]:(h+=1,b=65536+((1023&b)<<10|1023&l.charCodeAt(h)),s[s.length]=n[240|b>>18]+n[128|b>>12&63]+n[128|b>>6&63]+n[128|63&b])}a+=s.join("")}return a},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(o(r)){for(var e=[],n=0;n<r.length;n+=1)e.push(t(r[n]));return e}return t(r)},merge:function r(t,n,u){if(!n)return t;if("object"!=typeof n){if(o(t))t.push(n);else{if(!t||"object"!=typeof t)return[t,n];(u&&(u.plainObjects||u.allowPrototypes)||!e.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(n);var f=t;return o(t)&&!o(n)&&(f=c(t,u)),o(t)&&o(n)?(n.forEach((function(o,n){if(e.call(t,n)){var c=t[n];c&&"object"==typeof c&&o&&"object"==typeof o?t[n]=r(c,o,u):t.push(o)}else t[n]=o})),t):Object.keys(n).reduce((function(t,o){var c=n[o];return e.call(t,o)?t[o]=r(t[o],c,u):t[o]=c,t}),f)}};export{f as u};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{g as t}from"../get-intrinsic/index.js";import{d as r}from"../define-data-property/index.js";import{h as e}from"../has-property-descriptors/index.js";import{g as i}from"../gopd/index.js";import{t as n}from"../es-errors/type.js";var o=t,s=r,a=e(),f=i,p=n,g=o("%Math.floor%"),m=function(t,r){if("function"!=typeof t)throw new p("`fn` is not a function");if("number"!=typeof r||r<0||r>4294967295||g(r)!==r)throw new p("`length` must be a positive 32-bit integer");var e=arguments.length>2&&!!arguments[2],i=!0,n=!0;if("length"in t&&f){var o=f(t,"length");o&&!o.configurable&&(i=!1),o&&!o.writable&&(n=!1)}return(i||n||!e)&&(a?s(t,"length",r,!0,!0):s(t,"length",r)),t};export{m as s};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{g as e}from"../get-intrinsic/index.js";import{c as t}from"../call-bind/callBound.js";import{o as n}from"../object-inspect/index.js";import{t as o}from"../es-errors/type.js";var r=e,i=t,f=n,a=o,p=r("%WeakMap%",!0),u=r("%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),m=function(e,t){for(var n,o=e;null!==(n=o.next);o=n)if(n.key===t)return o.next=n.next,n.next=e.next,e.next=n,n},v=function(){var e,t,n,o={assert:function(e){if(!o.has(e))throw new a("Side channel does not contain "+f(e))},get:function(o){if(p&&o&&("object"==typeof o||"function"==typeof o)){if(e)return s(e,o)}else if(u){if(t)return y(t,o)}else if(n)return function(e,t){var n=m(e,t);return n&&n.value}(n,o)},has:function(o){if(p&&o&&("object"==typeof o||"function"==typeof o)){if(e)return l(e,o)}else if(u){if(t)return j(t,o)}else if(n)return function(e,t){return!!m(e,t)}(n,o);return!1},set:function(o,r){p&&o&&("object"==typeof o||"function"==typeof o)?(e||(e=new p),c(e,o,r)):u?(t||(t=new u),x(t,o,r)):(n||(n={key:{},next:null}),function(e,t,n){var o=m(e,t);o?o.value=n:e.next={key:t,next:e.next,value:n}}(n,o,r))}};return o};export{v as s};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ var r=function(){return r=Object.assign||function(r){for(var t,e=1,n=arguments.length;e<n;e++)for(var o in t=arguments[e])Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r},r.apply(this,arguments)};function t(r,t){var e={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&t.indexOf(n)<0&&(e[n]=r[n]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(r);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(r,n[o])&&(e[n[o]]=r[n[o]])}return e}function e(r,t,e,n){return new(e||(e=Promise))((function(o,l){function a(r){try{c(n.next(r))}catch(r){l(r)}}function i(r){try{c(n.throw(r))}catch(r){l(r)}}function c(r){var t;r.done?o(r.value):(t=r.value,t instanceof e?t:new e((function(r){r(t)}))).then(a,i)}c((n=n.apply(r,t||[])).next())}))}function n(r,t){var e,n,o,l,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return l={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l;function i(i){return function(c){return function(i){if(e)throw new TypeError("Generator is already executing.");for(;l&&(l=0,i[0]&&(a=0)),a;)try{if(e=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(r,a)}catch(r){i=[6,r],n=0}finally{e=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,c])}}}function o(r){var t="function"==typeof Symbol&&Symbol.iterator,e=t&&r[t],n=0;if(e)return e.call(r);if(r&&"number"==typeof r.length)return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function l(r,t){var e="function"==typeof Symbol&&r[Symbol.iterator];if(!e)return r;var n,o,l=e.call(r),a=[];try{for(;(void 0===t||t-- >0)&&!(n=l.next()).done;)a.push(n.value)}catch(r){o={error:r}}finally{try{n&&!n.done&&(e=l.return)&&e.call(l)}finally{if(o)throw o.error}}return a}function a(r,t,e){if(e||2===arguments.length)for(var n,o=0,l=t.length;o<l;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return r.concat(n||Array.prototype.slice.call(t))}"function"==typeof SuppressedError&&SuppressedError;export{r as __assign,e as __awaiter,n as __generator,l as __read,t as __rest,a as __spreadArray,o as __values};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ import e from"react";import{BlocksRenderer as r}from"@strapi/blocks-react-renderer";import t from"@mui/material/Typography";function a(a){var n=a.content;return n?e.createElement(r,{content:n,blocks:{paragraph:function(r){var a=r.children;return e.createElement(t,{variant:"body1",sx:{mb:2}},a)},heading:function(r){var a=r.children;switch(r.level){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:function(r){var t=r.children;return e.createElement("strong",null,t)},italic:function(r){var t=r.children;return e.createElement("span",{className:"italic"},t)}}}):null}export{a as BlockRendererClient};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ import{__read as e,__assign as a,__awaiter as t,__generator as r}from"../../node_modules/tslib/tslib.es6.js";import n from"react";import i from"@mui/material/Container";import l from"@mui/material/Paper";import m from"@mui/material/TextField";import o from"@mui/material/Typography";import s from"@mui/material/Stack";import u from"@mui/material/Button";import c from"validator/lib/isEmail";import{setOpacity as d}from"../lib/utils.js";import{useTheme as g}from"@mui/material/styles";function p(p){var v=this,b=p.data,f=b.title,h=void 0===f?"Write us":f,E=b.subtitle,j=void 0===E?"We're open for any suggestion or just to have a chat":E,x=b.successHeading,y=void 0===x?"Thank you!":x,S=b.successText,C=void 0===S?"Your e-mail has been successfully sent!":S,T=b.errorHeading,k=b.errorText,w=void 0===k?"I am sorry, something went wrong, you could email me directly on info@jellepaulus.nl":k,B=b.maxWidth,q=b.sx,W=void 0===q?{}:q,N=b.glass,O=void 0!==N&&N,F=e(n.useState({name:"",email:"",subject:"",message:""}),2),H=F[0],I=F[1],M=e(n.useState({}),2),P=M[0],D=M[1],J=e(n.useState("Send"),2);J[0],J[1];var R=e(n.useState(!1),2),Y=R[0],_=R[1],z=e(n.useState(!1),2),A=z[0],G=z[1],K=function(e){var t,r=e.target,n=r.name,i=r.value;I(a(a({},H),((t={})[n]=i,t)))},L=function(e){var t=e.target.name,r=Q(H);r[t]?D((function(e){var n;return a(a({},e),((n={})[t]=r[t],n))})):D((function(e){var r=a({},e);return delete r[t],r}))},Q=function(e){var a={};return""===e.name&&(a.name="Name is required"),""===e.email?a.email="Email is required":c(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},U=g();return n.createElement(i,{maxWidth:B||"lg",sx:a({my:1},W)},n.createElement(s,{spacing:2,sx:{width:"100%"}},n.createElement(o,{variant:"h6",align:"center"},h),n.createElement(o,{variant:"body1",align:"center",sx:{pb:3}},j),Y&&n.createElement(l,{sx:{p:2}},n.createElement(s,{spacing:2},n.createElement(o,{variant:"h6"},y),n.createElement(o,null,C))),A&&n.createElement(l,{sx:{p:2}},n.createElement(s,{spacing:2},T&&n.createElement(o,{variant:"h6"},T),n.createElement(o,null,w),n.createElement(u,{variant:"contained"},"try again")))),!Y&&!A&&n.createElement(l,{sx:{p:2,backdropFilter:"blur(3px)",backgroundColor:d(U.palette.background.paper,O?.1:1),border:O?"1px solid rgba(255, 255, 255, 0.15)":"none"}},n.createElement(s,{spacing:2},n.createElement(m,{id:"name",name:"name",label:"Name",value:H.name,variant:"outlined",onBlur:L,onChange:K,error:null!=P.name,helperText:P.name}),n.createElement(m,{id:"email",name:"email",label:"Email",value:H.email,variant:"outlined",onBlur:L,onChange:K,error:null!=P.email,helperText:P.email}),n.createElement(m,{id:"subject",name:"subject",label:"Subject",value:H.subject,variant:"outlined",onBlur:L,onChange:K,error:null!=P.subject,helperText:P.subject}),n.createElement(m,{id:"message",name:"message",label:"Message",value:H.message,variant:"outlined",multiline:!0,minRows:5,onBlur:L,onChange:K,error:null!=P.message,helperText:P.message}),n.createElement(s,{direction:"row",spacing:2,justifyContent:"end"},n.createElement(u,{variant:"outlined",color:"primary",onClick:function(){I({name:"",email:"",subject:"",message:""})}},"Clear"),n.createElement(u,{variant:"contained",onClick:function(e){return t(v,void 0,void 0,(function(){var a,t;return r(this,(function(r){switch(r.label){case 0:return e.preventDefault(),a=Q(H),0!==Object.keys(a).length?[3,3]:[4,fetch("/api/sendgrid",{body:JSON.stringify({email:H.email,fullname:H.name,subject:H.subject,message:H.message}),headers:{"Content-Type":"application/json"},method:"POST"})];case 1:return[4,r.sent().json()];case 2:if(t=r.sent().error)return G(!0),console.log(t),[2];_(!0),r.label=3;case 3:return[2]}}))}))}},"Send")))))}export{p as ContactForm};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{__read as r,__spreadArray as e}from"../../node_modules/tslib/tslib.es6.js";import t,{useState as i}from"react";import m from"@mui/material/Typography";import o from"@mui/material/Divider";import l from"@mui/material/Box";import a from"@mui/material/Collapse";import n from"@mui/material/Chip";import{KeyboardArrowUp as c,KeyboardArrowDown as p}from"@mui/icons-material";function s(s){var u=s.title,f=s.description,y=s.sx,E=void 0===y?[]:y,d=r(i(!1),2),x=d[0],b=d[1];return t.createElement(l,{sx:e([],r(Array.isArray(E)?E:[E]),!1)},t.createElement(o,{textAlign:"left"},t.createElement(n,{label:u,size:"small",color:"primary",onClick:function(){return b(!x)},icon:x?t.createElement(c,null):t.createElement(p,null)})),t.createElement(a,{in:x},t.createElement(m,{variant:"body2",color:"primary",sx:{mt:1}},f)))}export{s as ExplanatoryFoldOut};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ import{__read as e}from"../../node_modules/tslib/tslib.es6.js";import t,{useState as n,useEffect as E}from"react";import{useTheme as a}from"@mui/material";function i(){var i=e(n(0),2),r=i[0],o=i[1],l=e(n(0),2),c=l[0],s=l[1],m=e(n(300),2),d=m[0],p=m[1],T=a();return E((function(){o(window.innerWidth/2),s(window.innerHeight/2),p(Math.sqrt(Math.pow(window.innerWidth,2)+Math.pow(window.innerHeight,2))/1.3)}),[]),E((function(){var e=function(e){!function(e,t){o(e),s(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),function(){window.removeEventListener("touchmove",e),window.removeEventListener("mousemove",e)}}),[]),t.createElement("div",{style:{position:"fixed",top:0,left:0,width:"100vw",height:"100vh",zIndex:-1,pointerEvents:"none",isolation:"isolate"}},t.createElement("div",{id:"background",style:{position:"absolute",top:0,left:0,display:"Block",width:"100%",height:"100%",background:T.palette.background.paper,zIndex:-1}}),t.createElement("svg",{id:"object",width:"".concat(d,"px"),height:"".concat(d,"px"),style:{position:"absolute",top:"".concat(c,"px"),left:"".concat(r,"px"),transform:"translate(-50%, -50%)"}},t.createElement("defs",null,t.createElement("mask",{id:"radial-gradient-mask"},t.createElement("radialGradient",{id:"gradient",cx:"50%",cy:"50%",r:"50%",fx:"50%",fy:"50%"},t.createElement("stop",{offset:"0%",stopColor:"white"}),t.createElement("stop",{offset:"100%",stopColor:"black"})),t.createElement("rect",{width:"100%",height:"100%",fill:"url(#gradient)"}))),t.createElement("rect",{width:"100%",height:"100%",fill:T.palette.primary.main,mask:"url(#radial-gradient-mask)",style:{filter:"opacity(.5)"}})),t.createElement("svg",{id:"foreground",style:{position:"absolute"},preserveAspectRatio:"xMidYMid slice",width:"100%",height:"100%",viewBox:"0 0 7680 4320 "},t.createElement("defs",null,t.createElement("mask",{id:"mask"},t.createElement("rect",{width:"100%",height:"100%",fill:"white"}),t.createElement("text",{transform:"translate(-1000 200) rotate(-15)",style:{fill:"#000",fontFamily:"Merriweather-Bold, Merriweather",fontSize:"360px",fontWeight:700,letterSpacing:".055em"}},t.createElement("tspan",{x:"0",y:"0"},"JELLE PAULUS IS A TALENTED WEB DEVELOPER AND"," "),t.createElement("tspan",{x:"0",y:"432"},"DESIGNER WITH A PASSION FOR CREATING VISUALLY"," "),t.createElement("tspan",{x:"0",y:"864"},"STUNNING AND USER-FRIENDLY WEBSITES. WITH A"," "),t.createElement("tspan",{x:"0",y:"1296"},"KEEN EYE FOR DETAIL AND A FOCUS ON CREATING"," "),t.createElement("tspan",{x:"0",y:"1728"},"CLEAN, FUNCTIONAL DESIGNS, JELLE HAS A"," "),t.createElement("tspan",{x:"0",y:"2160"},"REPUTATION FOR DELIVERING HIGH-QUALITY WORK"," "),t.createElement("tspan",{x:"0",y:"2592"},"THAT EXCEEDS HIS CLIENTS' EXPECTATIONS. HE HAS A"," "),t.createElement("tspan",{x:"0",y:"3024"},"DEEP UNDERSTANDING OF THE LATEST WEB"," "),t.createElement("tspan",{x:"0",y:"3456"},"DEVELOPMENT TECHNOLOGIES, AND IS ABLE TO"," "),t.createElement("tspan",{x:"0",y:"3888"},"SEAMLESSLY INTEGRATE FUNCTIONALITY AND"," "),t.createElement("tspan",{x:"0",y:"4320"},"AESTHETICS TO CREATE WEBSITES THAT ARE BOTH"," "),t.createElement("tspan",{x:"0",y:"4752"},"FUNCTIONAL AND VISUALLY APPEALING. WHETHER"," "),t.createElement("tspan",{x:"0",y:"5184"},"YOU'RE LOOKING TO ESTABLISH AN ONLINE PRESENCE"," "),t.createElement("tspan",{x:"0",y:"5616"},"OR REVAMP AN EXISTING WEBSITE, JELLE HAS THE"," "),t.createElement("tspan",{x:"0",y:"6048"},"SKILLS AND EXPERTISE TO BRING YOUR VISION TO LIFE.")))),t.createElement("rect",{width:"100%",height:"100%",fill:T.palette.background.default,mask:"url(#mask)"})))}export{i as default};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ import t from"react";import{logoutAction as o}from"../data/actions/auth-actions.js";import a from"@mui/material/Button";import r from"@mui/icons-material/Logout";function e(e){var i=e.text,m=void 0===i?"Log out":i,n=e.variant,u=void 0===n?"text":n;return t.createElement("form",{action:o},t.createElement(a,{type:"submit",startIcon:t.createElement(r,null),variant:u},m))}export{e as default};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ import{extends as e}from"../../_virtual/_rollupPluginBabelHelpers.js";import{__rest as t}from"../../node_modules/tslib/tslib.es6.js";import r from"next/link";import o from"react";import{useTheme as l}from"@mui/material/styles";var n=function(n){var i=n.children,a=t(n,["children"]),m=l();return o.createElement(r,e({},a,{onClick:function(e){var t=e.currentTarget.href.replace(/.*\#/,""),r=document.getElementById(t),o=r?window.scrollY+(null==r?void 0:r.getBoundingClientRect().top):0;window.scrollTo({top:o,behavior:"smooth"})},style:{color:m.palette.primary.contrastText,textDecoration:"none",cursor:"pointer"}}),i)};export{n as default};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import r from"react";import e from"@mui/material/Alert";function t(t){var m=t.error;return(null==m?void 0:m.message)?r.createElement(e,{severity:"error"},m.message):null}export{t as StrapiErrors};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import t from"react";import i from"next/image";import{getStrapiMedia as e}from"../lib/utils.js";function l(l){var r=l.id,o=l.url,a=l.alternativeText,n=void 0===a?"":a,c=l.height,d=l.width,h=l.fill,m=void 0!==h&&h,f=l.style,u=void 0===f?{}:f;if(!o)return null;var p=e(o),s="https://placehold.co/".concat(d,"x").concat(c);return t.createElement(i,{id:r,src:null!=p?p:s,alt:n,fill:m,height:c,width:d,style:u})}export{l as StrapiImage};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{__spreadArray as r,__read as e}from"../../node_modules/tslib/tslib.es6.js";import t from"react";import i from"next/link";import a from"@mui/material/Link";function o(o){var m=o.href,n=o.sx,l=void 0===n?[]:n,s=o.children,f=o.target;return t.createElement(i,{href:m,passHref:!0,legacyBehavior:!0},t.createElement(a,{target:f||"_blank",sx:r([],e(Array.isArray(l)?l:[l]),!1)},s))}export{o as StyledLink};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ import{__spreadArray as t,__read as i}from"../../node_modules/tslib/tslib.es6.js";import r from"react";import{useFormStatus as e}from"react-dom";import o from"@mui/material/Button";function a(a){var n=a.text,d=a.loadingText,m=a.loading,s=a.sx,l=void 0===s?{}:s,p=e();return r.createElement(o,{type:"submit","aria-disabled":p.pending||m,disabled:p.pending||m,variant:"outlined",sx:t([],i(Array.isArray(l)?l:[l]),!1)},p.pending||m?d:n)}export{a as SubmitButton};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ import{__read as e,__assign as t}from"../../node_modules/tslib/tslib.es6.js";import n,{useState as r,useEffect as o}from"react";import i from"@mui/material/Typography";import a from"@mui/material/Box";import m from"@mui/material/Button";import{useTheme as l}from"@mui/material/styles";import u from"next/image";var s=function(s){var c,d,p=s.title,f=s.announcement,g=s.logo,k=s.lmBackgroundUrl,h=s.dmBackgroundUrl,v=s.children,b=l(),x=e(r(!0),2),y=x[0],E=x[1],w={},z=function(e){var n;!0===(w=t(t({},w),((n={})[e.key]=!0,n))).w&&!0===w.a&&!0===w.s&&!0===w.d&&E(!y)},S=function(e){w[e.key]=!1};return o((function(){return document.addEventListener("keydown",z),document.addEventListener("keyup",S),function(){document.removeEventListener("keydown",z),document.removeEventListener("keyup",S)}}),[]),n.createElement(a,{sx:[y&&{display:"grid",justifyItems:"center",alignItems:"center",backgroundColor:b.palette.primary.main,backgroundImage:"url(".concat("light"===b.palette.mode?k:h,")"),backgroundSize:"cover",backgroundPosition:"center",height:"100vh",maxHeight:"100vh",width:"100vw",overflow:"hidden",position:"fixed",top:0,left:0,zIndex:9e3,isolation:"isolate",p:2}]},y&&n.createElement(n.Fragment,null,n.createElement(m,{sx:{position:"absolute",top:0,left:0,width:"100px",height:"100px",opacity:0},onClick:function(){return E(!1)}},"Close"),n.createElement(i,{variant:"h1",align:"center",sx:(c={},c[b.breakpoints.down("sm")]={fontSize:"2rem"},c[b.breakpoints.up("sm")]={fontSize:"4rem"},c[b.breakpoints.up("lg")]={fontSize:"6rem"},c)},p),(null==g?void 0:g.url)&&n.createElement(u,{src:g.url,alt:g.alternativeText||"logo",width:300,height:300}),n.createElement(i,{variant:"h3",align:"center",sx:(d={},d[b.breakpoints.down("sm")]={fontSize:"1.5rem"},d[b.breakpoints.up("sm")]={fontSize:"2rem"},d[b.breakpoints.up("lg")]={fontSize:"3rem"},d)},f)),!y&&n.createElement(n.Fragment,null,v))};export{s as default};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ import{extends as e}from"../../_virtual/_rollupPluginBabelHelpers.js";import{__assign as t}from"../../node_modules/tslib/tslib.es6.js";import c from"react";import r from"@mui/material/Button";import n from"@mui/material/SvgIcon";import{useTheme as o}from"@mui/material/styles";function a(e){var a=e.data,l=a.phoneNumber,m=a.text,s=a.message,p=a.color,u=a.round,d=a.sx,f=o(),g=l.replace(/\D/g,"");return c.createElement(r,{variant:"contained",onClick:function(){var e="https://wa.me/".concat(g);if(s){var t=encodeURIComponent(s);e="https://wa.me/".concat(g,"?text=").concat(t)}window.open(e,"_blank")},startIcon:c.createElement(n,{sx:[!0===u&&{m:0,p:0}]},c.createElement(i,{fill:p||f.palette.primary.contrastText})),sx:[t({},d),!0===u&&{display:"grid",justifyContent:"center",alignItems:"center",borderRadius:"50%",p:1,minWidth:"unset",".MuiButton-startIcon":{m:0,p:0}}]},!u&&(m||"Click to WhatsApp"))}function i(t){return c.createElement("svg",e({viewBox:"0 0 30.667 30.667"},t),c.createElement("g",{strokeWidth:"0"}),c.createElement("g",{strokeLinecap:"round",strokeLinejoin:"round"}),c.createElement("g",null,c.createElement("path",{d:"M30.667,14.939c0,8.25-6.74,14.938-15.056,14.938c-2.639,0-5.118-0.675-7.276-1.857L0,30.667l2.717-8.017 c-1.37-2.25-2.159-4.892-2.159-7.712C0.559,6.688,7.297,0,15.613,0C23.928,0.002,30.667,6.689,30.667,14.939z M15.61,2.382 c-6.979,0-12.656,5.634-12.656,12.56c0,2.748,0.896,5.292,2.411,7.362l-1.58,4.663l4.862-1.545c2,1.312,4.393,2.076,6.963,2.076 c6.979,0,12.658-5.633,12.658-12.559C28.27,8.016,22.59,2.382,15.61,2.382z M23.214,18.38c-0.094-0.151-0.34-0.243-0.708-0.427 c-0.367-0.184-2.184-1.069-2.521-1.189c-0.34-0.123-0.586-0.185-0.832,0.182c-0.243,0.367-0.951,1.191-1.168,1.437 c-0.215,0.245-0.43,0.276-0.799,0.095c-0.369-0.186-1.559-0.57-2.969-1.817c-1.097-0.972-1.838-2.169-2.052-2.536 c-0.217-0.366-0.022-0.564,0.161-0.746c0.165-0.165,0.369-0.428,0.554-0.643c0.185-0.213,0.246-0.364,0.369-0.609 c0.121-0.245,0.06-0.458-0.031-0.643c-0.092-0.184-0.829-1.984-1.138-2.717c-0.307-0.732-0.614-0.611-0.83-0.611 c-0.215,0-0.461-0.03-0.707-0.03S9.897,8.215,9.56,8.582s-1.291,1.252-1.291,3.054c0,1.804,1.321,3.543,1.506,3.787 c0.186,0.243,2.554,4.062,6.305,5.528c3.753,1.465,3.753,0.976,4.429,0.914c0.678-0.062,2.184-0.885,2.49-1.739 C23.307,19.268,23.307,18.533,23.214,18.38z"})))}export{a as default};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ import{__read as r,__spreadArray as e}from"../../../node_modules/tslib/tslib.es6.js";import t from"react";import o from"next/link";import{useFormState as a}from"react-dom";import{registerUserAction as i}from"../../data/actions/auth-actions.js";import l from"@mui/material/CardHeader";import m from"@mui/material/CardContent";import n from"@mui/material/Card";import d from"@mui/material/CardActions";import s from"@mui/material/TextField";import u from"@mui/material/Stack";import p from"@mui/material/Container";import c from"@mui/material/Typography";import{StrapiErrors as v}from"../StrapiErrors.js";import{SubmitButton as E}from"../SubmitButton.js";import{useTheme as f}from"@mui/material/styles";import{setOpacity as b}from"../../lib/utils.js";var g={data:null,zodErrors:null,message:null};function x(x){var h,y,w,z,C,S,T=x.data,j=T.title,k=void 0===j?"Sign Up":j,A=T.subtitle,_=void 0===A?"Enter your details to create a new account":A,F=T.maxWidth,H=void 0===F?"lg":F,U=T.sx,W=void 0===U?[]:U,B=T.glass,I=void 0!==B&&B,L=T.signin_url,q=void 0===L?"/signin":L,D=T.redirect_url,G=void 0===D?"/":D,J=r(a(i,g),2),K=J[0],M=J[1],N=f();return t.createElement(p,{maxWidth:H||"lg",sx:e([{my:1}],r(Array.isArray(W)?W:[W]),!1)},t.createElement("form",{action:M},t.createElement("input",{type:"hidden",name:"redirect",value:G}),t.createElement(n,{sx:{backdropFilter:"blur(3px)",backgroundColor:b(N.palette.background.paper,I?.1:1),border:I?"1px solid rgba(255, 255, 255, 0.15)":"none"}},t.createElement(l,{title:k,subheader:_}),t.createElement(m,null,t.createElement(u,{spacing:2},t.createElement(s,{id:"username",name:"username",label:"username",variant:"outlined",error:null!=(null===(h=null==K?void 0:K.zodErrors)||void 0===h?void 0:h.username),helperText:null===(y=null==K?void 0:K.zodErrors)||void 0===y?void 0:y.username}),t.createElement(s,{id:"email",name:"email",label:"email",variant:"outlined",error:null!=(null===(w=null==K?void 0:K.zodErrors)||void 0===w?void 0:w.email),helperText:null===(z=null==K?void 0:K.zodErrors)||void 0===z?void 0:z.email}),t.createElement(s,{id:"password",name:"password",label:"password",type:"password",variant:"outlined",error:null!=(null===(C=null==K?void 0:K.zodErrors)||void 0===C?void 0:C.password),helperText:null===(S=null==K?void 0:K.zodErrors)||void 0===S?void 0:S.password}))),t.createElement(d,null,t.createElement(E,{text:"Sign Up",loadingText:"Loading"}),t.createElement(v,{error:null==K?void 0:K.strapiErrors}))),t.createElement(c,{variant:"body2",sx:{pt:2}},"Have an account?"),t.createElement(o,{href:q},"Sing In")))}export{x as default};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ import{__read as r,__assign as e}from"../../../node_modules/tslib/tslib.es6.js";import t from"react";import i from"next/link";import{useFormState as o}from"react-dom";import{loginUserAction as a}from"../../data/actions/auth-actions.js";import{setOpacity as l}from"../../lib/utils.js";import n from"@mui/material/CardHeader";import m from"@mui/material/CardContent";import d from"@mui/material/CardActions";import s from"@mui/material/Card";import u from"@mui/material/TextField";import p from"@mui/material/Stack";import c from"@mui/material/Container";import v from"@mui/material/Typography";import{SubmitButton as f}from"../SubmitButton.js";import{StrapiErrors as E}from"../StrapiErrors.js";import{useTheme as g}from"@mui/material/styles";var b={zodErrors:null,strapiErrors:null,data:null,message:null};function x(x){var h,y,C,w,S=x.data,j=S.title,k=void 0===j?"Sign In":j,z=S.subtitle,T=void 0===z?"Enter your details to sign in to your account":z,_=S.maxWidth,F=void 0===_?"lg":_,I=S.sx,W=void 0===I?{}:I,A=S.glass,B=void 0!==A&&A,D=S.registration_url,H=void 0===D?"/signup":D,L=S.redirect_url,U=void 0===L?"/":L,q=r(o(a,b),2),G=q[0],J=q[1],K=g();return t.createElement(c,{maxWidth:F||"lg",sx:e({my:1},W)},t.createElement("form",{action:J},t.createElement("input",{type:"hidden",name:"redirect",value:U}),t.createElement(s,{sx:{backdropFilter:"blur(3px)",backgroundColor:l(K.palette.background.paper,B?.1:1),border:B?"1px solid rgba(255, 255, 255, 0.15)":"none"}},t.createElement(n,{title:k,subheader:T}),t.createElement(m,null,t.createElement(p,{spacing:2},t.createElement(u,{id:"identifier",name:"identifier",label:"identifier",variant:"outlined",error:null!=(null===(h=null==G?void 0:G.zodErrors)||void 0===h?void 0:h.identifier),helperText:null===(y=null==G?void 0:G.zodErrors)||void 0===y?void 0:y.identifier}),t.createElement(u,{id:"password",name:"password",label:"password",type:"password",variant:"outlined",error:null!=(null===(C=null==G?void 0:G.zodErrors)||void 0===C?void 0:C.password),helperText:null===(w=null==G?void 0:G.zodErrors)||void 0===w?void 0:w.password}))),t.createElement(d,null,t.createElement(f,{text:"Sign In",loadingText:"Loading"}),t.createElement(E,{error:null==G?void 0:G.strapiErrors}))),t.createElement(v,{sx:{pt:2},variant:"body2"},"Don't have an account?"),t.createElement(i,{href:H},"Sign Up")))}export{x as default};
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ /*
3
+ * UMWD-Components
4
+ * @copyright Jelle Paulus
5
+ * @license MIT
6
+ */
7
+ import{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import t,{useState as a,useEffect as o}from"react";import l from"@mui/material/Box";import i from"@mui/material/Table";import r from"@mui/material/TableBody";import n from"@mui/material/TableCell";import m from"@mui/material/TableContainer";import d from"@mui/material/TablePagination";import c from"@mui/material/TableRow";import u from"@mui/material/Paper";import s from"@mui/material/FormControlLabel";import p from"@mui/material/Switch";import g from"./EnhancedTableHead.js";import f from"./EnhancedTableToolbar.js";import h from"./EnhancedTableRow.js";import{useRouter as b,usePathname as v,useSearchParams as w}from"next/navigation";function E(E){var C,P,S,T,x,y=E.data,R=E.meta,k=E.headCells,B=E.subHeadCells,j=E.withSelection,H=E.title,L=E.subTitle,O=b().replace,q=v(),z=w(),A=e(a("asc"),2),D=A[0],F=A[1],I=e(a("id"),2),N=I[0],U=I[1],W=e(a([]),2),_=W[0],G=W[1],J=e(a(0),2),K=J[0],M=J[1],Q=e(a(!1),2),V=Q[0],X=Q[1],Y=e(a(5),2),Z=Y[0],$=Y[1],ee=K+1===(null===(C=null==R?void 0:R.pagination)||void 0===C?void 0:C.pageCount)?(null===(P=null==R?void 0:R.pagination)||void 0===P?void 0:P.total)-(null===(S=null==R?void 0:R.pagination)||void 0===S?void 0:S.pageCount)*Z:0;return o((function(){if(z){var e=new URLSearchParams(z);D?e.set("order",D):e.delete("order"),N?e.set("orderBy",N):e.delete("orderBy"),K?e.set("page",K.toString()):e.delete("page"),Z?e.set("rowsPerPage",Z.toString()):e.delete("rowsPerPage"),O("".concat(q,"?").concat(e.toString()))}}),[D,N,K,Z]),t.createElement(l,{sx:{width:"100%"}},t.createElement(u,{sx:{width:"100%",mb:2}},t.createElement(f,{numSelected:_.length,title:H}),t.createElement(m,null,t.createElement(i,{sx:{minWidth:750},"aria-labelledby":"tableTitle",size:V?"small":"medium"},t.createElement(g,{numSelected:_.length,order:D,orderBy:N,onSelectAllClick:function(e){if(e.target.checked){var t=y.map((function(e){return e.id}));G(t)}else G([])},onRequestSort:function(e,t){F(N===t&&"asc"===D?"desc":"asc"),U(t)},rowCount:null===(T=null==R?void 0:R.pagination)||void 0===T?void 0:T.total,headCells:k,withSelection:j,withSubRows:B&&B.length>0}),t.createElement(r,null,y&&y.map((function(e,a){var o,l=(o=Number(e.id),-1!==_.indexOf(o));return t.createElement(h,{key:"".concat((null==e?void 0:e.id)+a),row:e,headCells:k,subHeadCells:B,selected:l,subTitle:L})})),ee>0&&t.createElement(c,{style:{height:(V?33:53)*ee}},t.createElement(n,{colSpan:6}))))),t.createElement(d,{rowsPerPageOptions:[5,10,25],component:"div",count:null===(x=null==R?void 0:R.pagination)||void 0===x?void 0:x.total,rowsPerPage:Z,page:K,onPageChange:function(e,t){M(t)},onRowsPerPageChange:function(e){$(parseInt(e.target.value,10)),M(0)}})),t.createElement(s,{control:t.createElement(p,{checked:V,onChange:function(e){X(e.target.checked)}}),label:"Dense padding"}))}export{E as default};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import e from"react";import t from"@mui/material/Box";import l from"@mui/material/Checkbox";import r from"@mui/material/TableCell";import i from"@mui/material/TableHead";import a from"@mui/material/TableRow";import n from"@mui/material/TableSortLabel";import o from"../../../../node_modules/@mui/utils/esm/visuallyHidden/visuallyHidden.js";function m(m){var d=m.onSelectAllClick,c=m.order,u=m.orderBy,s=m.numSelected,p=m.rowCount,b=m.onRequestSort,f=m.headCells,g=m.withSelection,E=m.withSubRows;return e.createElement(i,null,e.createElement(a,null,E&&e.createElement(r,null),g&&e.createElement(r,{padding:"checkbox"},e.createElement(l,{color:"primary",indeterminate:s>0&&s<p,checked:p>0&&s===p,onChange:d,inputProps:{"aria-label":"select all desserts"}})),f.map((function(l){return e.createElement(r,{key:l.id,align:l.numeric?"right":"left",padding:l.disablePadding?"none":"normal",sortDirection:u===l.id&&c},!1!==l.sortable?e.createElement(n,{active:u===l.id,direction:u===l.id?c:"asc",onClick:(i=l.id,function(e){b(e,i)})},l.label,u===l.id?e.createElement(t,{component:"span",sx:o},"desc"===c?"sorted descending":"sorted ascending"):null):e.createElement(e.Fragment,null,l.label));var i}))))}export{m as default};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import t,{Fragment as a}from"react";import r from"@mui/material/Box";import l from"@mui/material/TableRow";import n from"@mui/material/TableCell";import m from"@mui/material/IconButton";import i from"@mui/material/Collapse";import o from"@mui/material/Typography";import c from"@mui/material/Table";import u from"@mui/material/TableHead";import d from"@mui/material/TableBody";import p from"@mui/material/Checkbox";import s from"@mui/icons-material/KeyboardArrowUp";import b from"@mui/icons-material/KeyboardArrowDown";function f(f,E){var g=f.row,h=f.headCells,y=f.subHeadCells,k=f.withSelection,x=f.selected;f.handleClick;var w=f.subTitle,T=g.subRows,C=e(t.useState(!1),2),B=C[0],v=C[1],P="enhanced-table-checkbox-".concat(E);return t.createElement(a,null,t.createElement(l,{sx:{"& > *":{borderBottom:"unset"}}},k&&t.createElement(n,{padding:"checkbox"},t.createElement(p,{color:"primary",checked:x,inputProps:{"aria-labelledby":P}})),T&&y&&t.createElement(n,null,t.createElement(m,{"aria-label":"expand row",size:"small",onClick:function(){return v(!B)}},B?t.createElement(s,null):t.createElement(b,null))),h.map((function(e){return t.createElement(n,{key:e.id,align:e.numeric?"right":"left",padding:e.disablePadding?"none":"normal"},g[e.id])}))),T&&y&&t.createElement(l,null,t.createElement(n,{style:{paddingBottom:0,paddingTop:0},colSpan:6},t.createElement(i,{in:B,timeout:"auto",unmountOnExit:!0},t.createElement(r,{sx:{margin:1}},t.createElement(o,{variant:"h6",gutterBottom:!0,component:"div"},w),t.createElement(c,{size:"small","aria-label":"purchases"},t.createElement(u,null,t.createElement(l,null,y.map((function(e){return t.createElement(n,{key:e.id,align:e.numeric?"right":"left",padding:e.disablePadding?"none":"normal"},e.label)})))),t.createElement(d,null,T.map((function(e){return t.createElement(l,{key:e.key},y.map((function(a){return t.createElement(n,{key:a.id,align:a.numeric?"right":"left",padding:a.disablePadding?"none":"normal"},e[a.id])})))})))))))))}export{f as default};
@@ -0,0 +1,6 @@
1
+ /*
2
+ * UMWD-Components
3
+ * @copyright Jelle Paulus
4
+ * @license MIT
5
+ */
6
+ import{__assign as e}from"../../../../node_modules/tslib/tslib.es6.js";import t from"react";import r from"@mui/material/Toolbar";import i from"@mui/material/Typography";import l from"@mui/material/IconButton";import m from"@mui/material/Tooltip";import a from"@mui/icons-material/Delete";import o from"@mui/icons-material/FilterList";import{alpha as n}from"@mui/material/styles";function c(c){var p=c.title,s=c.numSelected;return t.createElement(r,{sx:e({pl:{sm:2},pr:{xs:1,sm:1}},s>0&&{bgcolor:function(e){return n(e.palette.primary.main,e.palette.action.activatedOpacity)}})},s>0?t.createElement(i,{sx:{flex:"1 1 100%"},color:"inherit",variant:"subtitle1",component:"div"},s," selected"):t.createElement(i,{sx:{flex:"1 1 100%"},variant:"h6",id:"tableTitle",component:"div"},p),s>0?t.createElement(m,{title:"Delete"},t.createElement(l,null,t.createElement(a,null))):t.createElement(m,{title:"Filter list"},t.createElement(l,null,t.createElement(o,null))))}export{c as default};