@ws-ui/store 1.5.4-hf.1 → 1.5.4-hf.2
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -15859,9 +15859,9 @@ exposed Function ${t.meta.arg.name}()
|
|
|
15859
15859
|
schema: {
|
|
15860
15860
|
type: "object",
|
|
15861
15861
|
properties: [
|
|
15862
|
-
{ name: "urlQuery", type: "
|
|
15862
|
+
{ name: "urlQuery", type: "object", initialValue: {} },
|
|
15863
15863
|
// URL segments
|
|
15864
|
-
{ name: "urlPath", type: "
|
|
15864
|
+
{ name: "urlPath", type: "array", initialValue: [] },
|
|
15865
15865
|
// Query params
|
|
15866
15866
|
{ name: "Anchor", type: "string", initialValue: "" }
|
|
15867
15867
|
// Hash anchor
|