@symbo.ls/create 2.11.498 → 2.11.499
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/cjs/bundle/index.js +4 -6
- package/package.json +4 -4
package/dist/cjs/bundle/index.js
CHANGED
|
@@ -11823,7 +11823,8 @@ var require_cjs7 = __commonJS({
|
|
|
11823
11823
|
contentElementKey: "content",
|
|
11824
11824
|
scrollToOptions: { behavior: "smooth" }
|
|
11825
11825
|
};
|
|
11826
|
-
var router = (path,
|
|
11826
|
+
var router = (path, el, state = {}, options = {}) => {
|
|
11827
|
+
const element = el || void 0;
|
|
11827
11828
|
const win = element.context.window || import_utils25.window;
|
|
11828
11829
|
const doc = element.context.document || import_utils25.document;
|
|
11829
11830
|
const opts = { ...defaultOptions, ...element.context.routerOptions, ...options };
|
|
@@ -13582,8 +13583,8 @@ var require_updateState = __commonJS({
|
|
|
13582
13583
|
var hoistStateUpdate = (state, obj, options) => {
|
|
13583
13584
|
const element = state.__element;
|
|
13584
13585
|
const { parent, __ref: ref } = element;
|
|
13585
|
-
const stateKey = ref.__state;
|
|
13586
|
-
const stateType = ref.__stateType;
|
|
13586
|
+
const stateKey = ref == null ? void 0 : ref.__state;
|
|
13587
|
+
const stateType = ref == null ? void 0 : ref.__stateType;
|
|
13587
13588
|
if (!stateKey)
|
|
13588
13589
|
return;
|
|
13589
13590
|
const asksForInherit = (0, import_inherit.checkIfInherits)(element);
|
|
@@ -14980,9 +14981,6 @@ var init_Select = __esm({
|
|
|
14980
14981
|
cursor: "pointer",
|
|
14981
14982
|
childProps: {
|
|
14982
14983
|
tag: "option",
|
|
14983
|
-
value: "",
|
|
14984
|
-
selected: "",
|
|
14985
|
-
disabled: "",
|
|
14986
14984
|
attr: {
|
|
14987
14985
|
value: ({ props: props4 }) => props4.value,
|
|
14988
14986
|
selected: ({ props: props4 }) => props4.selected,
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/create",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.499",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"gitHead": "
|
|
5
|
+
"gitHead": "f4de4fba03a8a03e68a7e4d072dbbfed0e98df67",
|
|
6
6
|
"files": [
|
|
7
7
|
"src",
|
|
8
8
|
"dist"
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"@symbo.ls/fetch": "^2.11.475",
|
|
38
38
|
"@symbo.ls/init": "^2.11.497",
|
|
39
39
|
"@symbo.ls/scratch": "^2.11.497",
|
|
40
|
-
"@symbo.ls/sync": "^2.11.
|
|
41
|
-
"@symbo.ls/uikit": "^2.11.
|
|
40
|
+
"@symbo.ls/sync": "^2.11.499",
|
|
41
|
+
"@symbo.ls/uikit": "^2.11.499",
|
|
42
42
|
"@symbo.ls/utils": "^2.11.497",
|
|
43
43
|
"domql": "^2.5.158"
|
|
44
44
|
},
|