@agnos-ui/core 0.8.0-next.0 → 0.8.0-next.1

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 (38) hide show
  1. package/{accordion-hVi2XRk-.js → accordion-OTiJtxDi.js} +3 -3
  2. package/{alert-BSixS_cz.js → alert-DH-mO6WX.js} +1 -1
  3. package/{common-CuZAeECD.js → common-Bffx1jJO.js} +1 -1
  4. package/components/accordion/index.js +1 -1
  5. package/components/alert/index.js +1 -1
  6. package/components/modal/index.js +1 -1
  7. package/components/pagination/index.js +1 -1
  8. package/components/progressbar/index.js +1 -1
  9. package/components/rating/index.js +1 -1
  10. package/components/select/index.js +1 -1
  11. package/components/slider/index.js +1 -1
  12. package/components/toast/index.js +1 -1
  13. package/components/tree/index.js +1 -1
  14. package/{dom-BB9jLllr.js → dom-gfxqXJpK.js} +1 -1
  15. package/index.js +11 -11
  16. package/{modal-BQcw6bnM.js → modal-85Sw8xuV.js} +3 -3
  17. package/package.json +1 -1
  18. package/{pagination-BwaZEokc.js → pagination-4g3N8ktf.js} +2 -2
  19. package/{progressbar-b_kXzGPc.js → progressbar-BoJsBPH1.js} +2 -2
  20. package/{promise-CBh_HbSK.js → promise-XSP94FjG.js} +1 -1
  21. package/{rating-B1JLZgIR.js → rating-B3xktzOf.js} +2 -2
  22. package/{select-Bb2RAVs0.js → select-C-77MJfC.js} +1 -1
  23. package/services/floatingUI.js +2 -2
  24. package/services/focustrack.js +1 -1
  25. package/services/matchMedia.js +1 -1
  26. package/services/navManager.js +1 -1
  27. package/services/portal.js +1 -1
  28. package/services/resizeObserver.js +1 -1
  29. package/services/siblingsInert.js +1 -1
  30. package/services/transitions/baseTransitions.js +3 -3
  31. package/services/transitions/collapse.js +1 -1
  32. package/services/transitions/cssTransitions.js +2 -2
  33. package/services/transitions/simpleClassTransition.js +1 -1
  34. package/{slider-C-BSdQ0b.js → slider-Cs69pziL.js} +2 -2
  35. package/{toast-Bw2QSzBX.js → toast-4HGIz3Bu.js} +3 -3
  36. package/{tree-DWv0zwFJ.js → tree-C_goOyCv.js} +2 -2
  37. package/utils/directive.js +1 -1
  38. package/utils/stores.js +2 -2
@@ -1,9 +1,9 @@
1
1
  import { writablesForProps, idWithDefault, stateStores, mergeConfigStores, normalizeConfigStores, true$ } from "./utils/stores.js";
2
2
  import { createTransition } from "./services/transitions/baseTransitions.js";
3
- import { writable, computed, readable, asWritable } from "@amadeus-it-group/tansu";
3
+ import { writable, computed, asWritable, readable } from "@amadeus-it-group/tansu";
4
4
  import { noop } from "./utils/func.js";
5
- import { c as typeBoolean, f as typeFunction, e as typeString } from "./writables-DCiBdIBK.js";
6
- import { k as mergeDirectives, n as createAttributesDirective, r as registrationArray, d as directiveSubscribe } from "./dom-BB9jLllr.js";
5
+ import { e as typeString, f as typeFunction, c as typeBoolean } from "./writables-DCiBdIBK.js";
6
+ import { k as mergeDirectives, n as createAttributesDirective, r as registrationArray, d as directiveSubscribe } from "./dom-gfxqXJpK.js";
7
7
  function adjustItemsCloseOthers(items, openItems, oldOpen) {
8
8
  let keepOpen;
9
9
  if (openItems.length == 2) {
@@ -1,4 +1,4 @@
1
- import { g as getCommonAlertDefaultConfig, c as createCommonAlert } from "./common-CuZAeECD.js";
1
+ import { c as createCommonAlert, g as getCommonAlertDefaultConfig } from "./common-Bffx1jJO.js";
2
2
  function getAlertDefaultConfig() {
3
3
  return { ...getCommonAlertDefaultConfig() };
4
4
  }
@@ -1,7 +1,7 @@
1
1
  import { createTransition } from "./services/transitions/baseTransitions.js";
2
2
  import { noop } from "./utils/func.js";
3
3
  import { writablesForProps, stateStores } from "./utils/stores.js";
4
- import { c as typeBoolean, f as typeFunction, e as typeString } from "./writables-DCiBdIBK.js";
4
+ import { e as typeString, c as typeBoolean, f as typeFunction } from "./writables-DCiBdIBK.js";
5
5
  const defaultCommonAlertConfig = {
6
6
  visible: true,
7
7
  dismissible: true,
@@ -1,4 +1,4 @@
1
- import { a, c, f, g } from "../../accordion-hVi2XRk-.js";
1
+ import { a, c, f, g } from "../../accordion-OTiJtxDi.js";
2
2
  export {
3
3
  a as createAccordion,
4
4
  c as createAccordionItem,
@@ -1,4 +1,4 @@
1
- import { c, g } from "../../alert-BSixS_cz.js";
1
+ import { c, g } from "../../alert-DH-mO6WX.js";
2
2
  export {
3
3
  c as createAlert,
4
4
  g as getAlertDefaultConfig
@@ -1,4 +1,4 @@
1
- import { c, g, a, m } from "../../modal-BQcw6bnM.js";
1
+ import { c, g, a, m } from "../../modal-85Sw8xuV.js";
2
2
  export {
3
3
  c as createModal,
4
4
  g as getModalDefaultConfig,
@@ -1,4 +1,4 @@
1
- import { c, g } from "../../pagination-BwaZEokc.js";
1
+ import { c, g } from "../../pagination-4g3N8ktf.js";
2
2
  export {
3
3
  c as createPagination,
4
4
  g as getPaginationDefaultConfig
@@ -1,4 +1,4 @@
1
- import { c, g } from "../../progressbar-b_kXzGPc.js";
1
+ import { c, g } from "../../progressbar-BoJsBPH1.js";
2
2
  export {
3
3
  c as createProgressbar,
4
4
  g as getProgressbarDefaultConfig
@@ -1,4 +1,4 @@
1
- import { c, g } from "../../rating-B1JLZgIR.js";
1
+ import { c, g } from "../../rating-B3xktzOf.js";
2
2
  export {
3
3
  c as createRating,
4
4
  g as getRatingDefaultConfig
@@ -1,4 +1,4 @@
1
- import { c, g } from "../../select-Bb2RAVs0.js";
1
+ import { c, g } from "../../select-C-77MJfC.js";
2
2
  export {
3
3
  c as createSelect,
4
4
  g as getSelectDefaultConfig
@@ -1,4 +1,4 @@
1
- import { c, g } from "../../slider-C-BSdQ0b.js";
1
+ import { c, g } from "../../slider-Cs69pziL.js";
2
2
  export {
3
3
  c as createSlider,
4
4
  g as getSliderDefaultConfig
@@ -1,4 +1,4 @@
1
- import { c, g } from "../../toast-Bw2QSzBX.js";
1
+ import { c, g } from "../../toast-4HGIz3Bu.js";
2
2
  export {
3
3
  c as createToast,
4
4
  g as getToastDefaultConfig
@@ -1,4 +1,4 @@
1
- import { c, g } from "../../tree-DWv0zwFJ.js";
1
+ import { c, g } from "../../tree-C_goOyCv.js";
2
2
  export {
3
3
  c as createTree,
4
4
  g as getTreeDefaultConfig
@@ -1,6 +1,6 @@
1
1
  import { BROWSER } from "esm-env";
2
2
  import { noop } from "./utils/func.js";
3
- import { readable, writable, asReadable, batch, computed } from "@amadeus-it-group/tansu";
3
+ import { readable, batch, asReadable, writable, computed } from "@amadeus-it-group/tansu";
4
4
  const ssrHTMLElementAttributesAndStyle = Symbol("attributesAndStyle");
5
5
  const spaceRegExp = /\s+/;
6
6
  const ssrHTMLElement = () => {
package/index.js CHANGED
@@ -1,14 +1,14 @@
1
1
  import { INVALID_VALUE } from "./types.js";
2
- import { a, c, f, g } from "./accordion-hVi2XRk-.js";
3
- import { c as c2, g as g2 } from "./alert-BSixS_cz.js";
4
- import { c as c3, g as g3, a as a2, m } from "./modal-BQcw6bnM.js";
5
- import { c as c4, g as g4 } from "./pagination-BwaZEokc.js";
6
- import { c as c5, g as g5 } from "./progressbar-b_kXzGPc.js";
7
- import { c as c6, g as g6 } from "./rating-B1JLZgIR.js";
8
- import { c as c7, g as g7 } from "./select-Bb2RAVs0.js";
9
- import { c as c8, g as g8 } from "./slider-C-BSdQ0b.js";
10
- import { c as c9, g as g9 } from "./toast-Bw2QSzBX.js";
11
- import { c as c10, g as g10 } from "./tree-DWv0zwFJ.js";
2
+ import { a, c, f, g } from "./accordion-OTiJtxDi.js";
3
+ import { c as c2, g as g2 } from "./alert-DH-mO6WX.js";
4
+ import { c as c3, g as g3, a as a2, m } from "./modal-85Sw8xuV.js";
5
+ import { c as c4, g as g4 } from "./pagination-4g3N8ktf.js";
6
+ import { c as c5, g as g5 } from "./progressbar-BoJsBPH1.js";
7
+ import { c as c6, g as g6 } from "./rating-B3xktzOf.js";
8
+ import { c as c7, g as g7 } from "./select-C-77MJfC.js";
9
+ import { c as c8, g as g8 } from "./slider-Cs69pziL.js";
10
+ import { c as c9, g as g9 } from "./toast-4HGIz3Bu.js";
11
+ import { c as c10, g as g10 } from "./tree-C_goOyCv.js";
12
12
  import { createWidgetsConfig, mergeInto } from "./config.js";
13
13
  import { extendWidgetProps } from "./services/extendWidget.js";
14
14
  import { createFloatingUI } from "./services/floatingUI.js";
@@ -23,7 +23,7 @@ import { hash$ } from "./services/hash.js";
23
23
  import { createTransition, noAnimation } from "./services/transitions/baseTransitions.js";
24
24
  import { createCSSTransition, getTransitionDurationMs, hasTransition } from "./services/transitions/cssTransitions.js";
25
25
  import { createSimpleClassTransition } from "./services/transitions/simpleClassTransition.js";
26
- import { o, a as a3, c as c11, b, p, n, g as g11, j, f as f2, h, q, d, e, i, m as m2, k, l, r, s } from "./dom-BB9jLllr.js";
26
+ import { o, a as a3, c as c11, b, p, n, g as g11, j, f as f2, h, q, d, e, i, m as m2, k, l, r, s } from "./dom-gfxqXJpK.js";
27
27
  import { bindableDerived, bindableProp, createPatch, false$, findChangedProperties, idWithDefault, isStore, mergeConfigStores, normalizeConfigStores, stateStores, toReadableStore, toWritableStore, true$, writableWithDefault, writablesForProps, writablesWithDefault } from "./utils/stores.js";
28
28
  import { i as i2, t, h as h2, c as c12, d as d2, f as f3, g as g12, a as a4, b as b2, e as e2 } from "./writables-DCiBdIBK.js";
29
29
  export {
@@ -1,10 +1,10 @@
1
1
  import { computed, readable } from "@amadeus-it-group/tansu";
2
- import { c as typeBoolean, e as typeString, f as typeFunction, g as typeHTMLElementOrNull } from "./writables-DCiBdIBK.js";
2
+ import { c as typeBoolean, f as typeFunction, e as typeString, g as typeHTMLElementOrNull } from "./writables-DCiBdIBK.js";
3
3
  import { writablesForProps, stateStores } from "./utils/stores.js";
4
4
  import { createTransition } from "./services/transitions/baseTransitions.js";
5
- import { d as promiseFromStore } from "./promise-CBh_HbSK.js";
5
+ import { d as promiseFromStore } from "./promise-XSP94FjG.js";
6
6
  import { noop } from "./utils/func.js";
7
- import { r as registrationArray, a as bindDirective, k as mergeDirectives, d as directiveSubscribe, b as browserDirective, n as createAttributesDirective } from "./dom-BB9jLllr.js";
7
+ import { a as bindDirective, r as registrationArray, n as createAttributesDirective, k as mergeDirectives, d as directiveSubscribe, b as browserDirective } from "./dom-gfxqXJpK.js";
8
8
  import { portal } from "./services/portal.js";
9
9
  import { siblingsInert } from "./services/siblingsInert.js";
10
10
  const internalRemoveScrollbars = () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agnos-ui/core",
3
3
  "description": "Framework-agnostic headless component library.",
4
- "version": "0.8.0-next.0",
4
+ "version": "0.8.0-next.1",
5
5
  "type": "module",
6
6
  "main": "./index.cjs",
7
7
  "module": "./index.js",
@@ -1,8 +1,8 @@
1
1
  import { computed } from "@amadeus-it-group/tansu";
2
2
  import { writablesForProps, bindableProp, stateStores, true$ } from "./utils/stores.js";
3
- import { j as clamp, a as typeNumber, c as typeBoolean, f as typeFunction, e as typeString, k as isNumber } from "./writables-DCiBdIBK.js";
3
+ import { e as typeString, f as typeFunction, c as typeBoolean, a as typeNumber, j as clamp, k as isNumber } from "./writables-DCiBdIBK.js";
4
4
  import { noop } from "./utils/func.js";
5
- import { n as createAttributesDirective } from "./dom-BB9jLllr.js";
5
+ import { n as createAttributesDirective } from "./dom-gfxqXJpK.js";
6
6
  const PAGE_LINK_DEFAULT = "#";
7
7
  const defaultConfig = {
8
8
  page: 1,
@@ -1,7 +1,7 @@
1
- import { j as clamp, a as typeNumber, e as typeString, f as typeFunction } from "./writables-DCiBdIBK.js";
1
+ import { j as clamp, f as typeFunction, e as typeString, a as typeNumber } from "./writables-DCiBdIBK.js";
2
2
  import { writablesForProps, stateStores } from "./utils/stores.js";
3
3
  import { computed, readable } from "@amadeus-it-group/tansu";
4
- import { n as createAttributesDirective } from "./dom-BB9jLllr.js";
4
+ import { n as createAttributesDirective } from "./dom-gfxqXJpK.js";
5
5
  const defaultConfig = {
6
6
  min: 0,
7
7
  max: 100,
@@ -1,4 +1,4 @@
1
- import { computed, derived, readable, equal, writable, asReadable } from "@amadeus-it-group/tansu";
1
+ import { derived, computed, equal, readable, writable, asReadable } from "@amadeus-it-group/tansu";
2
2
  import { noop } from "./utils/func.js";
3
3
  const promisePending = { status: "pending" };
4
4
  const isThenable = (value) => {
@@ -1,7 +1,7 @@
1
1
  import { computed, writable, readable } from "@amadeus-it-group/tansu";
2
2
  import { INVALID_VALUE } from "./types.js";
3
- import { n as createAttributesDirective } from "./dom-BB9jLllr.js";
4
- import { j as clamp, a as typeNumber, k as isNumber, c as typeBoolean, f as typeFunction, e as typeString } from "./writables-DCiBdIBK.js";
3
+ import { n as createAttributesDirective } from "./dom-gfxqXJpK.js";
4
+ import { e as typeString, f as typeFunction, c as typeBoolean, a as typeNumber, j as clamp, k as isNumber } from "./writables-DCiBdIBK.js";
5
5
  import { noop } from "./utils/func.js";
6
6
  import { writablesForProps, bindableProp, stateStores, true$ } from "./utils/stores.js";
7
7
  const defaultConfig = {
@@ -3,7 +3,7 @@ import { offset, autoPlacement, size } from "@floating-ui/dom";
3
3
  import { createFloatingUI } from "./services/floatingUI.js";
4
4
  import { createHasFocus } from "./services/focustrack.js";
5
5
  import { createNavManager } from "./services/navManager.js";
6
- import { t as generateId, k as mergeDirectives, a as bindDirective, n as createAttributesDirective } from "./dom-BB9jLllr.js";
6
+ import { t as generateId, k as mergeDirectives, n as createAttributesDirective, a as bindDirective } from "./dom-gfxqXJpK.js";
7
7
  import { noop } from "./utils/func.js";
8
8
  import { writablesForProps, bindableProp, bindableDerived, stateStores, true$ } from "./utils/stores.js";
9
9
  const defaultConfig = {
@@ -1,7 +1,7 @@
1
1
  import { computed, derived } from "@amadeus-it-group/tansu";
2
2
  import { arrow, autoUpdate, computePosition } from "@floating-ui/dom";
3
- import { j as createBrowserStoreDirective, k as mergeDirectives, d as directiveSubscribe } from "../dom-BB9jLllr.js";
4
- import { p as promiseStoreToValueStore } from "../promise-CBh_HbSK.js";
3
+ import { j as createBrowserStoreDirective, k as mergeDirectives, d as directiveSubscribe } from "../dom-gfxqXJpK.js";
4
+ import { p as promiseStoreToValueStore } from "../promise-XSP94FjG.js";
5
5
  import { writablesForProps, stateStores } from "../utils/stores.js";
6
6
  const defaultConfig = {
7
7
  computePositionOptions: {},
@@ -1,5 +1,5 @@
1
1
  import { readable, computed } from "@amadeus-it-group/tansu";
2
- import { g as createBrowserStoreArrayDirective } from "../dom-BB9jLllr.js";
2
+ import { g as createBrowserStoreArrayDirective } from "../dom-gfxqXJpK.js";
3
3
  import { BROWSER } from "esm-env";
4
4
  const evtFocusIn = "focusin";
5
5
  const evtFocusOut = "focusout";
@@ -1,6 +1,6 @@
1
1
  import { readable } from "@amadeus-it-group/tansu";
2
2
  import { BROWSER } from "esm-env";
3
- import { u as addEvent } from "../dom-BB9jLllr.js";
3
+ import { u as addEvent } from "../dom-gfxqXJpK.js";
4
4
  import { false$ } from "../utils/stores.js";
5
5
  const createMatchMedia = (query) => BROWSER ? readable(false, {
6
6
  onUse({ set }) {
@@ -1,5 +1,5 @@
1
1
  import { writable, computed } from "@amadeus-it-group/tansu";
2
- import { r as registrationArray, y as computeCommonAncestor, b as browserDirective } from "../dom-BB9jLllr.js";
2
+ import { r as registrationArray, y as computeCommonAncestor, b as browserDirective } from "../dom-gfxqXJpK.js";
3
3
  const isInertOrInvisible = (element) => {
4
4
  let curElement = element;
5
5
  while (curElement) {
@@ -1,4 +1,4 @@
1
- import { b as browserDirective } from "../dom-BB9jLllr.js";
1
+ import { b as browserDirective } from "../dom-gfxqXJpK.js";
2
2
  const portal = browserDirective((content, newArg) => {
3
3
  let arg;
4
4
  let replaceComment;
@@ -1,5 +1,5 @@
1
1
  import { derived } from "@amadeus-it-group/tansu";
2
- import { j as createBrowserStoreDirective } from "../dom-BB9jLllr.js";
2
+ import { j as createBrowserStoreDirective } from "../dom-gfxqXJpK.js";
3
3
  import { noop } from "../utils/func.js";
4
4
  const createResizeObserver = () => {
5
5
  const { element$, directive } = createBrowserStoreDirective();
@@ -1,6 +1,6 @@
1
1
  import { computed } from "@amadeus-it-group/tansu";
2
2
  import { noop } from "../utils/func.js";
3
- import { g as createBrowserStoreArrayDirective, k as mergeDirectives, d as directiveSubscribe } from "../dom-BB9jLllr.js";
3
+ import { g as createBrowserStoreArrayDirective, k as mergeDirectives, d as directiveSubscribe } from "../dom-gfxqXJpK.js";
4
4
  const internalSetSiblingsInert = (element) => {
5
5
  const inertValues = /* @__PURE__ */ new Map();
6
6
  const recursiveHelper = (element2) => {
@@ -1,9 +1,9 @@
1
1
  import { computed, writable, derived, batch } from "@amadeus-it-group/tansu";
2
- import { c as typeBoolean, f as typeFunction, d as typeBooleanOrNull } from "../../writables-DCiBdIBK.js";
3
- import { c as promiseWithResolve } from "../../promise-CBh_HbSK.js";
2
+ import { d as typeBooleanOrNull, f as typeFunction, c as typeBoolean } from "../../writables-DCiBdIBK.js";
3
+ import { c as promiseWithResolve } from "../../promise-XSP94FjG.js";
4
4
  import { noop } from "../../utils/func.js";
5
5
  import { writablesForProps, bindableDerived, stateStores } from "../../utils/stores.js";
6
- import { h as createStoreDirective, k as mergeDirectives, d as directiveSubscribe } from "../../dom-BB9jLllr.js";
6
+ import { h as createStoreDirective, k as mergeDirectives, d as directiveSubscribe } from "../../dom-gfxqXJpK.js";
7
7
  const neverEndingPromise = new Promise(noop);
8
8
  const noAnimation = (element, direction) => {
9
9
  element.style.display = direction === "show" ? "" : "none";
@@ -1,4 +1,4 @@
1
- import { i as isBrowserHTMLElement, v as removeClasses, w as addClasses, x as reflow } from "../../dom-BB9jLllr.js";
1
+ import { i as isBrowserHTMLElement, v as removeClasses, w as addClasses, x as reflow } from "../../dom-gfxqXJpK.js";
2
2
  import { createCSSTransition } from "./cssTransitions.js";
3
3
  const createCollapseTransition = ({
4
4
  dimension = "height",
@@ -1,6 +1,6 @@
1
- import { i as isBrowserHTMLElement } from "../../dom-BB9jLllr.js";
1
+ import { i as isBrowserHTMLElement } from "../../dom-gfxqXJpK.js";
2
2
  import { noop } from "../../utils/func.js";
3
- import { a as promiseFromEvent, b as promiseFromTimeout } from "../../promise-CBh_HbSK.js";
3
+ import { a as promiseFromEvent, b as promiseFromTimeout } from "../../promise-XSP94FjG.js";
4
4
  function hasTransition(element) {
5
5
  return window.getComputedStyle(element).transitionProperty !== "none";
6
6
  }
@@ -1,5 +1,5 @@
1
1
  import { createCSSTransition } from "./cssTransitions.js";
2
- import { v as removeClasses, w as addClasses, x as reflow } from "../../dom-BB9jLllr.js";
2
+ import { v as removeClasses, w as addClasses, x as reflow } from "../../dom-gfxqXJpK.js";
3
3
  const createSimpleClassTransition = (config) => {
4
4
  const { animationPendingClasses, animationPendingShowClasses, animationPendingHideClasses, showClasses, hideClasses } = config;
5
5
  return createCSSTransition((element, direction, animated, context) => {
@@ -1,8 +1,8 @@
1
1
  import { computed, writable, readable } from "@amadeus-it-group/tansu";
2
- import { j as createBrowserStoreDirective, k as mergeDirectives, n as createAttributesDirective } from "./dom-BB9jLllr.js";
2
+ import { j as createBrowserStoreDirective, k as mergeDirectives, n as createAttributesDirective } from "./dom-gfxqXJpK.js";
3
3
  import { noop } from "./utils/func.js";
4
4
  import { writablesForProps, bindableProp, stateStores, true$ } from "./utils/stores.js";
5
- import { h as typeArray, a as typeNumber, b as typeNumberInRangeFactory, c as typeBoolean, f as typeFunction, e as typeString } from "./writables-DCiBdIBK.js";
5
+ import { h as typeArray, e as typeString, c as typeBoolean, b as typeNumberInRangeFactory, f as typeFunction, a as typeNumber } from "./writables-DCiBdIBK.js";
6
6
  import { createResizeObserver } from "./services/resizeObserver.js";
7
7
  const decimalRegExp = /(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/;
8
8
  function getDecimalPrecision(number) {
@@ -1,9 +1,9 @@
1
1
  import { computed, readable } from "@amadeus-it-group/tansu";
2
2
  import { extendWidgetProps } from "./services/extendWidget.js";
3
- import { d as directiveSubscribe, n as createAttributesDirective } from "./dom-BB9jLllr.js";
3
+ import { n as createAttributesDirective, d as directiveSubscribe } from "./dom-gfxqXJpK.js";
4
4
  import { true$ } from "./utils/stores.js";
5
- import { c as typeBoolean, b as typeNumberInRangeFactory } from "./writables-DCiBdIBK.js";
6
- import { g as getCommonAlertDefaultConfig, c as createCommonAlert } from "./common-CuZAeECD.js";
5
+ import { b as typeNumberInRangeFactory, c as typeBoolean } from "./writables-DCiBdIBK.js";
6
+ import { g as getCommonAlertDefaultConfig, c as createCommonAlert } from "./common-Bffx1jJO.js";
7
7
  const toastDefaultConfig = {
8
8
  autoHide: true,
9
9
  delay: 5e3
@@ -1,9 +1,9 @@
1
1
  import { writable, computed, readable } from "@amadeus-it-group/tansu";
2
2
  import { createNavManager } from "./services/navManager.js";
3
- import { a as bindDirective, k as mergeDirectives, n as createAttributesDirective, b as browserDirective } from "./dom-BB9jLllr.js";
3
+ import { k as mergeDirectives, n as createAttributesDirective, b as browserDirective, a as bindDirective } from "./dom-gfxqXJpK.js";
4
4
  import { noop } from "./utils/func.js";
5
5
  import { writablesForProps, stateStores, true$ } from "./utils/stores.js";
6
- import { e as typeString, h as typeArray, f as typeFunction } from "./writables-DCiBdIBK.js";
6
+ import { f as typeFunction, h as typeArray, e as typeString } from "./writables-DCiBdIBK.js";
7
7
  function getTreeDefaultConfig() {
8
8
  return {
9
9
  ...defaultTreeConfig
@@ -1,6 +1,6 @@
1
1
  import "@amadeus-it-group/tansu";
2
2
  import "esm-env";
3
- import { o, a, c, b, p, n, g, j, f, h, q, d, e, i, m, k, l, r, s } from "../dom-BB9jLllr.js";
3
+ import { o, a, c, b, p, n, g, j, f, h, q, d, e, i, m, k, l, r, s } from "../dom-gfxqXJpK.js";
4
4
  import "./func.js";
5
5
  export {
6
6
  o as attributesData,
package/utils/stores.js CHANGED
@@ -1,7 +1,7 @@
1
- import { readable, batch, computed, asWritable, writable, asReadable, get, derived, equal } from "@amadeus-it-group/tansu";
1
+ import { readable, writable, asWritable, equal, batch, computed, asReadable, get, derived } from "@amadeus-it-group/tansu";
2
2
  import { INVALID_VALUE } from "../types.js";
3
3
  import { identity } from "./func.js";
4
- import { t as generateId } from "../dom-BB9jLllr.js";
4
+ import { t as generateId } from "../dom-gfxqXJpK.js";
5
5
  function createPatch(stores) {
6
6
  return function(storesValues) {
7
7
  batch(() => {