@beinformed/ui 2.0.0-beta.2 → 2.0.0-beta.4

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 (49) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/{FormModel-Cmzm2g7k.d.ts → FormModel-6QhB7ctI.d.ts} +1 -1
  3. package/dist/{FormModel-Qa655sE-.d.cts → FormModel-Cfg7h0er.d.cts} +1 -1
  4. package/dist/{chunk-CPYNQW3X.js → chunk-DUTPBVXD.js} +1 -1
  5. package/dist/{chunk-CPYNQW3X.js.map → chunk-DUTPBVXD.js.map} +1 -1
  6. package/dist/{chunk-RI2O4J7J.js → chunk-I2APZXO7.js} +2 -2
  7. package/dist/chunk-I2APZXO7.js.map +1 -0
  8. package/dist/{chunk-VLKSMXSB.js → chunk-J2QT7BB2.js} +2 -2
  9. package/dist/{chunk-GHQP5QNP.js → chunk-S3X2VJQL.js} +1 -1
  10. package/dist/{chunk-GHQP5QNP.js.map → chunk-S3X2VJQL.js.map} +1 -1
  11. package/dist/{chunk-Y3XZHSPE.js → chunk-TDCALIXY.js} +2 -2
  12. package/dist/chunk-YYBJKNUB.js +1 -0
  13. package/dist/{chunk-GDEYM54A.js → chunk-Z33QXJGH.js} +2 -2
  14. package/dist/{chunk-GDEYM54A.js.map → chunk-Z33QXJGH.js.map} +1 -1
  15. package/dist/exceptions/index.d.cts +2 -2
  16. package/dist/exceptions/index.d.ts +2 -2
  17. package/dist/{index-RuAoNZgc.d.cts → index-DP8fYb9i.d.cts} +2 -2
  18. package/dist/{index-BxJE8Lob.d.ts → index-Dz6sC5Ns.d.ts} +2 -2
  19. package/dist/index.cjs +4 -4
  20. package/dist/index.cjs.map +1 -1
  21. package/dist/index.d.cts +4 -4
  22. package/dist/index.d.ts +4 -4
  23. package/dist/index.js +1 -1
  24. package/dist/layouthints/index.cjs.map +1 -1
  25. package/dist/layouthints/index.d.cts +1 -2
  26. package/dist/layouthints/index.d.ts +1 -2
  27. package/dist/layouthints/index.js +1 -1
  28. package/dist/models/index.cjs +4 -4
  29. package/dist/models/index.cjs.map +1 -1
  30. package/dist/models/index.d.cts +4 -4
  31. package/dist/models/index.d.ts +4 -4
  32. package/dist/models/index.js +1 -1
  33. package/dist/modularui/index.cjs +4 -4
  34. package/dist/modularui/index.cjs.map +1 -1
  35. package/dist/modularui/index.d.cts +12 -10
  36. package/dist/modularui/index.d.ts +12 -10
  37. package/dist/modularui/index.js +1 -1
  38. package/dist/types/index.d.cts +1 -1
  39. package/dist/types/index.d.ts +1 -1
  40. package/dist/utils/index.cjs.map +1 -1
  41. package/dist/utils/index.d.cts +3 -5
  42. package/dist/utils/index.d.ts +3 -5
  43. package/dist/utils/index.js +1 -1
  44. package/package.json +2 -2
  45. package/dist/chunk-QIGFPQFN.js +0 -1
  46. package/dist/chunk-RI2O4J7J.js.map +0 -1
  47. /package/dist/{chunk-VLKSMXSB.js.map → chunk-J2QT7BB2.js.map} +0 -0
  48. /package/dist/{chunk-Y3XZHSPE.js.map → chunk-TDCALIXY.js.map} +0 -0
  49. /package/dist/{chunk-QIGFPQFN.js.map → chunk-YYBJKNUB.js.map} +0 -0
@@ -1,5 +1,5 @@
1
- import { dd as RequestOptions, c8 as Href, aQ as SectionFragment, c_ as HrefState, cW as ISO_DATE, c$ as HistoryLocation, d3 as ErrorMessage, d1 as TextWithPlaceholders, a9 as MaybeAttributeValue } from '../index-RuAoNZgc.cjs';
2
- export { d9 as BaseDateTimeUtil, d5 as DateTimeUtil, d4 as DateUtil, df as ModularUIRequestOptions, d8 as OffsetInfo, db as ProgressHandler, dc as RequestBaseOptions, da as RequestURLOptions, d6 as TimeUtil, d7 as TimestampUtil, de as UpdateHandler } from '../index-RuAoNZgc.cjs';
1
+ import { de as RequestOptions, c9 as Href, aQ as SectionFragment, c$ as HrefState, cX as ISO_DATE, d0 as HistoryLocation, d4 as ErrorMessage, d2 as TextWithPlaceholders, a9 as MaybeAttributeValue } from '../index-DP8fYb9i.cjs';
2
+ export { da as BaseDateTimeUtil, d6 as DateTimeUtil, d5 as DateUtil, dg as ModularUIRequestOptions, d9 as OffsetInfo, dc as ProgressHandler, dd as RequestBaseOptions, db as RequestURLOptions, d7 as TimeUtil, d8 as TimestampUtil, df as UpdateHandler } from '../index-DP8fYb9i.cjs';
3
3
  import '../Constants-CYAEbTZ4.cjs';
4
4
  import 'immer';
5
5
  import '@date-fns/tz/date';
@@ -171,8 +171,6 @@ declare class Cache {
171
171
  }
172
172
  declare const cacheInstance: Cache;
173
173
 
174
- type CacheType = Cache;
175
-
176
174
  interface CookieOptions {
177
175
  days?: number;
178
176
  sameSite?: "None" | "Lax" | "Strict";
@@ -182,4 +180,4 @@ declare const getCookie: (name: string) => string | undefined;
182
180
  declare const setCookie: (name: string, value: string, options?: CookieOptions) => void;
183
181
  declare const clearCookie: (name: string) => void;
184
182
 
185
- export { cacheInstance as Cache, type CacheType, DecimalFormat, IS_DEV, NumberUtil, RequestOptions, clearCookie, createHash, createHashFromHref, createHref, createUUID, filterParameters, getCookie, getRepositoryResourceUrl, graalFetch, parseUrl, removeUnwantedHtml, resourceExists, resourceRedirectsToSecureLogin, retrieveText, setCookie, universalFetch, xhr };
183
+ export { cacheInstance as Cache, DecimalFormat, IS_DEV, NumberUtil, RequestOptions, clearCookie, createHash, createHashFromHref, createHref, createUUID, filterParameters, getCookie, getRepositoryResourceUrl, graalFetch, parseUrl, removeUnwantedHtml, resourceExists, resourceRedirectsToSecureLogin, retrieveText, setCookie, universalFetch, xhr };
@@ -1,5 +1,5 @@
1
- import { dd as RequestOptions, c8 as Href, aQ as SectionFragment, c_ as HrefState, cW as ISO_DATE, c$ as HistoryLocation, d3 as ErrorMessage, d1 as TextWithPlaceholders, a9 as MaybeAttributeValue } from '../index-BxJE8Lob.js';
2
- export { d9 as BaseDateTimeUtil, d5 as DateTimeUtil, d4 as DateUtil, df as ModularUIRequestOptions, d8 as OffsetInfo, db as ProgressHandler, dc as RequestBaseOptions, da as RequestURLOptions, d6 as TimeUtil, d7 as TimestampUtil, de as UpdateHandler } from '../index-BxJE8Lob.js';
1
+ import { de as RequestOptions, c9 as Href, aQ as SectionFragment, c$ as HrefState, cX as ISO_DATE, d0 as HistoryLocation, d4 as ErrorMessage, d2 as TextWithPlaceholders, a9 as MaybeAttributeValue } from '../index-Dz6sC5Ns.js';
2
+ export { da as BaseDateTimeUtil, d6 as DateTimeUtil, d5 as DateUtil, dg as ModularUIRequestOptions, d9 as OffsetInfo, dc as ProgressHandler, dd as RequestBaseOptions, db as RequestURLOptions, d7 as TimeUtil, d8 as TimestampUtil, df as UpdateHandler } from '../index-Dz6sC5Ns.js';
3
3
  import '../Constants-CYAEbTZ4.js';
4
4
  import 'immer';
5
5
  import '@date-fns/tz/date';
@@ -171,8 +171,6 @@ declare class Cache {
171
171
  }
172
172
  declare const cacheInstance: Cache;
173
173
 
174
- type CacheType = Cache;
175
-
176
174
  interface CookieOptions {
177
175
  days?: number;
178
176
  sameSite?: "None" | "Lax" | "Strict";
@@ -182,4 +180,4 @@ declare const getCookie: (name: string) => string | undefined;
182
180
  declare const setCookie: (name: string, value: string, options?: CookieOptions) => void;
183
181
  declare const clearCookie: (name: string) => void;
184
182
 
185
- export { cacheInstance as Cache, type CacheType, DecimalFormat, IS_DEV, NumberUtil, RequestOptions, clearCookie, createHash, createHashFromHref, createHref, createUUID, filterParameters, getCookie, getRepositoryResourceUrl, graalFetch, parseUrl, removeUnwantedHtml, resourceExists, resourceRedirectsToSecureLogin, retrieveText, setCookie, universalFetch, xhr };
183
+ export { cacheInstance as Cache, DecimalFormat, IS_DEV, NumberUtil, RequestOptions, clearCookie, createHash, createHashFromHref, createHref, createUUID, filterParameters, getCookie, getRepositoryResourceUrl, graalFetch, parseUrl, removeUnwantedHtml, resourceExists, resourceRedirectsToSecureLogin, retrieveText, setCookie, universalFetch, xhr };
@@ -1,2 +1,2 @@
1
- import{a as r,b as s,c as t,d as u,e as v,f as w,g as x,h as y,i as z}from"../chunk-XWOLLK42.js";import{a as b,b as c,c as d}from"../chunk-VLKSMXSB.js";import"../chunk-WHWNPOV6.js";import{b as e,c as f,d as g,e as h,f as i,g as j,h as k,i as l,m,n,o,p,q}from"../chunk-QTZ77JJN.js";import{b as a}from"../chunk-GHQP5QNP.js";import"../chunk-VGAPPKHA.js";import"../chunk-SFI46XCV.js";import"../chunk-24FITWGX.js";import"../chunk-NOB2I3DW.js";import"../chunk-4BYHEGUN.js";export{h as BaseDateTimeUtil,a as Cache,j as DateTimeUtil,i as DateUtil,p as DecimalFormat,x as IS_DEV,q as NumberUtil,k as TimeUtil,l as TimestampUtil,g as clearCookie,m as createHash,n as createHashFromHref,v as createHref,w as createUUID,u as filterParameters,e as getCookie,y as getRepositoryResourceUrl,b as graalFetch,t as parseUrl,z as removeUnwantedHtml,r as resourceExists,s as resourceRedirectsToSecureLogin,o as retrieveText,f as setCookie,d as universalFetch,c as xhr};
1
+ import{a as r,b as s,c as t,d as u,e as v,f as w,g as x,h as y,i as z}from"../chunk-XWOLLK42.js";import{a as b,b as c,c as d}from"../chunk-J2QT7BB2.js";import"../chunk-WHWNPOV6.js";import{b as e,c as f,d as g,e as h,f as i,g as j,h as k,i as l,m,n,o,p,q}from"../chunk-QTZ77JJN.js";import{b as a}from"../chunk-S3X2VJQL.js";import"../chunk-VGAPPKHA.js";import"../chunk-SFI46XCV.js";import"../chunk-24FITWGX.js";import"../chunk-NOB2I3DW.js";import"../chunk-4BYHEGUN.js";export{h as BaseDateTimeUtil,a as Cache,j as DateTimeUtil,i as DateUtil,p as DecimalFormat,x as IS_DEV,q as NumberUtil,k as TimeUtil,l as TimestampUtil,g as clearCookie,m as createHash,n as createHashFromHref,v as createHref,w as createUUID,u as filterParameters,e as getCookie,y as getRepositoryResourceUrl,b as graalFetch,t as parseUrl,z as removeUnwantedHtml,r as resourceExists,s as resourceRedirectsToSecureLogin,o as retrieveText,f as setCookie,d as universalFetch,c as xhr};
2
2
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beinformed/ui",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0-beta.4",
4
4
  "description": "Be Informed UI core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "@types/js-cookie": "^3.0.6",
35
35
  "date-fns": "^4.1.0",
36
36
  "msw": "^2.12.10",
37
- "@beinformed/typescript-config": "0.0.1-beta.0"
37
+ "@beinformed/typescript-config": "0.0.1-beta.2"
38
38
  },
39
39
  "exports": {
40
40
  "./constants": {
@@ -1 +0,0 @@
1
- //# sourceMappingURL=chunk-QIGFPQFN.js.map