@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.
- package/{accordion-hVi2XRk-.js → accordion-OTiJtxDi.js} +3 -3
- package/{alert-BSixS_cz.js → alert-DH-mO6WX.js} +1 -1
- package/{common-CuZAeECD.js → common-Bffx1jJO.js} +1 -1
- package/components/accordion/index.js +1 -1
- package/components/alert/index.js +1 -1
- package/components/modal/index.js +1 -1
- package/components/pagination/index.js +1 -1
- package/components/progressbar/index.js +1 -1
- package/components/rating/index.js +1 -1
- package/components/select/index.js +1 -1
- package/components/slider/index.js +1 -1
- package/components/toast/index.js +1 -1
- package/components/tree/index.js +1 -1
- package/{dom-BB9jLllr.js → dom-gfxqXJpK.js} +1 -1
- package/index.js +11 -11
- package/{modal-BQcw6bnM.js → modal-85Sw8xuV.js} +3 -3
- package/package.json +1 -1
- package/{pagination-BwaZEokc.js → pagination-4g3N8ktf.js} +2 -2
- package/{progressbar-b_kXzGPc.js → progressbar-BoJsBPH1.js} +2 -2
- package/{promise-CBh_HbSK.js → promise-XSP94FjG.js} +1 -1
- package/{rating-B1JLZgIR.js → rating-B3xktzOf.js} +2 -2
- package/{select-Bb2RAVs0.js → select-C-77MJfC.js} +1 -1
- package/services/floatingUI.js +2 -2
- package/services/focustrack.js +1 -1
- package/services/matchMedia.js +1 -1
- package/services/navManager.js +1 -1
- package/services/portal.js +1 -1
- package/services/resizeObserver.js +1 -1
- package/services/siblingsInert.js +1 -1
- package/services/transitions/baseTransitions.js +3 -3
- package/services/transitions/collapse.js +1 -1
- package/services/transitions/cssTransitions.js +2 -2
- package/services/transitions/simpleClassTransition.js +1 -1
- package/{slider-C-BSdQ0b.js → slider-Cs69pziL.js} +2 -2
- package/{toast-Bw2QSzBX.js → toast-4HGIz3Bu.js} +3 -3
- package/{tree-DWv0zwFJ.js → tree-C_goOyCv.js} +2 -2
- package/utils/directive.js +1 -1
- 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,
|
|
3
|
+
import { writable, computed, asWritable, readable } from "@amadeus-it-group/tansu";
|
|
4
4
|
import { noop } from "./utils/func.js";
|
|
5
|
-
import {
|
|
6
|
-
import { k as mergeDirectives, n as createAttributesDirective, r as registrationArray, d as directiveSubscribe } from "./dom-
|
|
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 {
|
|
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 {
|
|
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,
|
package/components/tree/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BROWSER } from "esm-env";
|
|
2
2
|
import { noop } from "./utils/func.js";
|
|
3
|
-
import { readable,
|
|
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-
|
|
3
|
-
import { c as c2, g as g2 } from "./alert-
|
|
4
|
-
import { c as c3, g as g3, a as a2, m } from "./modal-
|
|
5
|
-
import { c as c4, g as g4 } from "./pagination-
|
|
6
|
-
import { c as c5, g as g5 } from "./progressbar-
|
|
7
|
-
import { c as c6, g as g6 } from "./rating-
|
|
8
|
-
import { c as c7, g as g7 } from "./select-
|
|
9
|
-
import { c as c8, g as g8 } from "./slider-
|
|
10
|
-
import { c as c9, g as g9 } from "./toast-
|
|
11
|
-
import { c as c10, g as g10 } from "./tree-
|
|
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-
|
|
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,
|
|
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-
|
|
5
|
+
import { d as promiseFromStore } from "./promise-XSP94FjG.js";
|
|
6
6
|
import { noop } from "./utils/func.js";
|
|
7
|
-
import { r as registrationArray,
|
|
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,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 {
|
|
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-
|
|
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,
|
|
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-
|
|
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,
|
|
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-
|
|
4
|
-
import {
|
|
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,
|
|
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 = {
|
package/services/floatingUI.js
CHANGED
|
@@ -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-
|
|
4
|
-
import { p as promiseStoreToValueStore } from "../promise-
|
|
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: {},
|
package/services/focustrack.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { readable, computed } from "@amadeus-it-group/tansu";
|
|
2
|
-
import { g as createBrowserStoreArrayDirective } from "../dom-
|
|
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";
|
package/services/matchMedia.js
CHANGED
|
@@ -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-
|
|
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 }) {
|
package/services/navManager.js
CHANGED
|
@@ -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-
|
|
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) {
|
package/services/portal.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { derived } from "@amadeus-it-group/tansu";
|
|
2
|
-
import { j as createBrowserStoreDirective } from "../dom-
|
|
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-
|
|
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 {
|
|
3
|
-
import { c as promiseWithResolve } from "../../promise-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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,
|
|
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 {
|
|
3
|
+
import { n as createAttributesDirective, d as directiveSubscribe } from "./dom-gfxqXJpK.js";
|
|
4
4
|
import { true$ } from "./utils/stores.js";
|
|
5
|
-
import {
|
|
6
|
-
import { g as getCommonAlertDefaultConfig, c as createCommonAlert } from "./common-
|
|
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 {
|
|
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 {
|
|
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
|
package/utils/directive.js
CHANGED
|
@@ -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-
|
|
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,
|
|
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-
|
|
4
|
+
import { t as generateId } from "../dom-gfxqXJpK.js";
|
|
5
5
|
function createPatch(stores) {
|
|
6
6
|
return function(storesValues) {
|
|
7
7
|
batch(() => {
|