@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.
- package/CHANGELOG.md +12 -0
- package/dist/{FormModel-Cmzm2g7k.d.ts → FormModel-6QhB7ctI.d.ts} +1 -1
- package/dist/{FormModel-Qa655sE-.d.cts → FormModel-Cfg7h0er.d.cts} +1 -1
- package/dist/{chunk-CPYNQW3X.js → chunk-DUTPBVXD.js} +1 -1
- package/dist/{chunk-CPYNQW3X.js.map → chunk-DUTPBVXD.js.map} +1 -1
- package/dist/{chunk-RI2O4J7J.js → chunk-I2APZXO7.js} +2 -2
- package/dist/chunk-I2APZXO7.js.map +1 -0
- package/dist/{chunk-VLKSMXSB.js → chunk-J2QT7BB2.js} +2 -2
- package/dist/{chunk-GHQP5QNP.js → chunk-S3X2VJQL.js} +1 -1
- package/dist/{chunk-GHQP5QNP.js.map → chunk-S3X2VJQL.js.map} +1 -1
- package/dist/{chunk-Y3XZHSPE.js → chunk-TDCALIXY.js} +2 -2
- package/dist/chunk-YYBJKNUB.js +1 -0
- package/dist/{chunk-GDEYM54A.js → chunk-Z33QXJGH.js} +2 -2
- package/dist/{chunk-GDEYM54A.js.map → chunk-Z33QXJGH.js.map} +1 -1
- package/dist/exceptions/index.d.cts +2 -2
- package/dist/exceptions/index.d.ts +2 -2
- package/dist/{index-RuAoNZgc.d.cts → index-DP8fYb9i.d.cts} +2 -2
- package/dist/{index-BxJE8Lob.d.ts → index-Dz6sC5Ns.d.ts} +2 -2
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/dist/layouthints/index.cjs.map +1 -1
- package/dist/layouthints/index.d.cts +1 -2
- package/dist/layouthints/index.d.ts +1 -2
- package/dist/layouthints/index.js +1 -1
- package/dist/models/index.cjs +4 -4
- package/dist/models/index.cjs.map +1 -1
- package/dist/models/index.d.cts +4 -4
- package/dist/models/index.d.ts +4 -4
- package/dist/models/index.js +1 -1
- package/dist/modularui/index.cjs +4 -4
- package/dist/modularui/index.cjs.map +1 -1
- package/dist/modularui/index.d.cts +12 -10
- package/dist/modularui/index.d.ts +12 -10
- package/dist/modularui/index.js +1 -1
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.cts +3 -5
- package/dist/utils/index.d.ts +3 -5
- package/dist/utils/index.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-QIGFPQFN.js +0 -1
- package/dist/chunk-RI2O4J7J.js.map +0 -1
- /package/dist/{chunk-VLKSMXSB.js.map → chunk-J2QT7BB2.js.map} +0 -0
- /package/dist/{chunk-Y3XZHSPE.js.map → chunk-TDCALIXY.js.map} +0 -0
- /package/dist/{chunk-QIGFPQFN.js.map → chunk-YYBJKNUB.js.map} +0 -0
package/dist/utils/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
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,
|
|
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 };
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
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,
|
|
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 };
|
package/dist/utils/index.js
CHANGED
|
@@ -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-
|
|
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.
|
|
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.
|
|
37
|
+
"@beinformed/typescript-config": "0.0.1-beta.2"
|
|
38
38
|
},
|
|
39
39
|
"exports": {
|
|
40
40
|
"./constants": {
|
package/dist/chunk-QIGFPQFN.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=chunk-QIGFPQFN.js.map
|