@skiyee/oiyo 0.3.11 → 0.4.0-beta.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/{chunk-CHvaowjf.cjs → chunk-CQnfe6uv.cjs} +1 -1
- package/dist/{chunk-CxfAjQA-.mjs → chunk-Do9PnEqO.mjs} +1 -1
- package/dist/config.cjs +1 -1
- package/dist/config.d.cts +1 -1
- package/dist/config.d.mts +1 -1
- package/dist/config.mjs +1 -1
- package/dist/{api.cjs → global.cjs} +13 -1
- package/dist/global.d.cts +8 -0
- package/dist/global.d.mts +8 -0
- package/dist/global.mjs +8 -0
- package/dist/index.cjs +3 -4
- package/dist/index.d.cts +2 -3
- package/dist/index.d.mts +2 -3
- package/dist/index.mjs +3 -4
- package/dist/plugin.cjs +2 -2
- package/dist/plugin.d.cts +1 -1
- package/dist/plugin.d.mts +1 -1
- package/dist/plugin.mjs +1 -1
- package/dist/runtime.cjs +2 -2
- package/dist/runtime.d.cts +1 -1
- package/dist/runtime.d.mts +1 -1
- package/dist/runtime.mjs +2 -2
- package/dist/types.cjs +1 -1
- package/dist/types.d.cts +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/types.mjs +1 -1
- package/package.json +11 -19
- package/dist/api.d.cts +0 -8
- package/dist/api.d.mts +0 -8
- package/dist/api.mjs +0 -8
- package/dist/component.cjs +0 -20
- package/dist/component.d.cts +0 -8
- package/dist/component.d.mts +0 -8
- package/dist/component.mjs +0 -8
package/dist/config.cjs
CHANGED
package/dist/config.d.cts
CHANGED
package/dist/config.d.mts
CHANGED
package/dist/config.mjs
CHANGED
|
@@ -1,11 +1,23 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.
|
|
2
|
+
* @skiyee/oiyo v0.4.0-beta.2
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
8
8
|
let _oiyo_core = require("@oiyo/core");
|
|
9
|
+
Object.defineProperty(exports, "OiyoLayout", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function() {
|
|
12
|
+
return _oiyo_core.OiyoLayout;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
Object.defineProperty(exports, "OiyoPage", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function() {
|
|
18
|
+
return _oiyo_core.OiyoPage;
|
|
19
|
+
}
|
|
20
|
+
});
|
|
9
21
|
Object.defineProperty(exports, "definePageMeta", {
|
|
10
22
|
enumerable: true,
|
|
11
23
|
get: function() {
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @skiyee/oiyo v0.4.0-beta.2
|
|
3
|
+
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
|
+
* Commercial software. See LICENSE for terms.
|
|
5
|
+
* Official site: https://oiyo.js.org
|
|
6
|
+
*/
|
|
7
|
+
import { OiyoLayout, OiyoPage, PageMeta, definePageMeta, defineRootContext, useRootContext } from "@oiyo/core";
|
|
8
|
+
export { OiyoLayout, OiyoPage, type PageMeta, definePageMeta, defineRootContext, useRootContext };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @skiyee/oiyo v0.4.0-beta.2
|
|
3
|
+
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
|
+
* Commercial software. See LICENSE for terms.
|
|
5
|
+
* Official site: https://oiyo.js.org
|
|
6
|
+
*/
|
|
7
|
+
import { OiyoLayout, OiyoPage, PageMeta, definePageMeta, defineRootContext, useRootContext } from "@oiyo/core";
|
|
8
|
+
export { OiyoLayout, OiyoPage, type PageMeta, definePageMeta, defineRootContext, useRootContext };
|
package/dist/global.mjs
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @skiyee/oiyo v0.4.0-beta.2
|
|
3
|
+
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
|
+
* Commercial software. See LICENSE for terms.
|
|
5
|
+
* Official site: https://oiyo.js.org
|
|
6
|
+
*/
|
|
7
|
+
import { OiyoLayout, OiyoPage, definePageMeta, defineRootContext, useRootContext } from "@oiyo/core";
|
|
8
|
+
export { OiyoLayout, OiyoPage, definePageMeta, defineRootContext, useRootContext };
|
package/dist/index.cjs
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.
|
|
2
|
+
* @skiyee/oiyo v0.4.0-beta.2
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
8
|
-
require("./chunk-
|
|
9
|
-
require("./api.cjs");
|
|
10
|
-
require("./component.cjs");
|
|
8
|
+
require("./chunk-CQnfe6uv.cjs");
|
|
11
9
|
require("./config.cjs");
|
|
10
|
+
require("./global.cjs");
|
|
12
11
|
require("./plugin.cjs");
|
|
13
12
|
require("./runtime.cjs");
|
|
14
13
|
let _oiyo_core = require("@oiyo/core");
|
package/dist/index.d.cts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.
|
|
2
|
+
* @skiyee/oiyo v0.4.0-beta.2
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
|
-
import { PageMeta, definePageMeta, defineRootContext, useRootContext } from "./api.cjs";
|
|
8
|
-
import { OiyoLayout, OiyoPage } from "./component.cjs";
|
|
9
7
|
import { defineOiyoConfig, definePagesConfig } from "./config.cjs";
|
|
8
|
+
import { OiyoLayout, OiyoPage, PageMeta, definePageMeta, defineRootContext, useRootContext } from "./global.cjs";
|
|
10
9
|
import { OiyoPlugin } from "./plugin.cjs";
|
|
11
10
|
export * from "@oiyo/config";
|
|
12
11
|
export * from "@oiyo/framework";
|
package/dist/index.d.mts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.
|
|
2
|
+
* @skiyee/oiyo v0.4.0-beta.2
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
|
-
import { PageMeta, definePageMeta, defineRootContext, useRootContext } from "./api.mjs";
|
|
8
|
-
import { OiyoLayout, OiyoPage } from "./component.mjs";
|
|
9
7
|
import { defineOiyoConfig, definePagesConfig } from "./config.mjs";
|
|
8
|
+
import { OiyoLayout, OiyoPage, PageMeta, definePageMeta, defineRootContext, useRootContext } from "./global.mjs";
|
|
10
9
|
import { OiyoPlugin } from "./plugin.mjs";
|
|
11
10
|
export * from "@oiyo/config";
|
|
12
11
|
export * from "@oiyo/framework";
|
package/dist/index.mjs
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.
|
|
2
|
+
* @skiyee/oiyo v0.4.0-beta.2
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import { definePageMeta, defineRootContext, useRootContext } from "./api.mjs";
|
|
9
|
-
import { OiyoLayout, OiyoPage } from "./component.mjs";
|
|
7
|
+
import "./chunk-Do9PnEqO.mjs";
|
|
10
8
|
import { defineOiyoConfig, definePagesConfig } from "./config.mjs";
|
|
9
|
+
import { OiyoLayout, OiyoPage, definePageMeta, defineRootContext, useRootContext } from "./global.mjs";
|
|
11
10
|
import { OiyoPlugin } from "./plugin.mjs";
|
|
12
11
|
import "./runtime.mjs";
|
|
13
12
|
export * from "@oiyo/framework";
|
package/dist/plugin.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.
|
|
2
|
+
* @skiyee/oiyo v0.4.0-beta.2
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
@@ -8,7 +8,7 @@ Object.defineProperties(exports, {
|
|
|
8
8
|
__esModule: { value: true },
|
|
9
9
|
[Symbol.toStringTag]: { value: "Module" }
|
|
10
10
|
});
|
|
11
|
-
const require_chunk = require("./chunk-
|
|
11
|
+
const require_chunk = require("./chunk-CQnfe6uv.cjs");
|
|
12
12
|
let _oiyo_plugin = require("@oiyo/plugin");
|
|
13
13
|
_oiyo_plugin = require_chunk.__toESM(_oiyo_plugin, 1);
|
|
14
14
|
exports.OiyoPlugin = _oiyo_plugin.default;
|
package/dist/plugin.d.cts
CHANGED
package/dist/plugin.d.mts
CHANGED
package/dist/plugin.mjs
CHANGED
package/dist/runtime.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.
|
|
2
|
+
* @skiyee/oiyo v0.4.0-beta.2
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
8
|
-
require("./chunk-
|
|
8
|
+
require("./chunk-CQnfe6uv.cjs");
|
|
9
9
|
var _oiyo_framework = require("@oiyo/framework");
|
|
10
10
|
Object.keys(_oiyo_framework).forEach(function(k) {
|
|
11
11
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
package/dist/runtime.d.cts
CHANGED
package/dist/runtime.d.mts
CHANGED
package/dist/runtime.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @skiyee/oiyo v0.
|
|
2
|
+
* @skiyee/oiyo v0.4.0-beta.2
|
|
3
3
|
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
4
|
* Commercial software. See LICENSE for terms.
|
|
5
5
|
* Official site: https://oiyo.js.org
|
|
6
6
|
*/
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-Do9PnEqO.mjs";
|
|
8
8
|
export * from "@oiyo/framework";
|
|
9
9
|
export {};
|
package/dist/types.cjs
CHANGED
package/dist/types.d.cts
CHANGED
package/dist/types.d.mts
CHANGED
package/dist/types.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skiyee/oiyo",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.0-beta.2",
|
|
5
5
|
"description": "以融合AI协作、提升开发体验、降低使用心智为目的 UniApp 增强型工程框架",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "skiyee",
|
|
@@ -32,21 +32,13 @@
|
|
|
32
32
|
"import": "./dist/index.mjs",
|
|
33
33
|
"require": "./dist/index.cjs"
|
|
34
34
|
},
|
|
35
|
-
"./
|
|
35
|
+
"./global": {
|
|
36
36
|
"types": {
|
|
37
|
-
"import": "./dist/
|
|
38
|
-
"require": "./dist/
|
|
37
|
+
"import": "./dist/global.d.mts",
|
|
38
|
+
"require": "./dist/global.d.cts"
|
|
39
39
|
},
|
|
40
|
-
"import": "./dist/
|
|
41
|
-
"require": "./dist/
|
|
42
|
-
},
|
|
43
|
-
"./component": {
|
|
44
|
-
"types": {
|
|
45
|
-
"import": "./dist/component.d.mts",
|
|
46
|
-
"require": "./dist/component.d.cts"
|
|
47
|
-
},
|
|
48
|
-
"import": "./dist/component.mjs",
|
|
49
|
-
"require": "./dist/component.cjs"
|
|
40
|
+
"import": "./dist/global.mjs",
|
|
41
|
+
"require": "./dist/global.cjs"
|
|
50
42
|
},
|
|
51
43
|
"./plugin": {
|
|
52
44
|
"types": {
|
|
@@ -93,11 +85,11 @@
|
|
|
93
85
|
},
|
|
94
86
|
"dependencies": {
|
|
95
87
|
"@dcloudio/uni-shared": "3.0.0-4080720251210001",
|
|
96
|
-
"@oiyo/cli": "0.
|
|
97
|
-
"@oiyo/
|
|
98
|
-
"@oiyo/
|
|
99
|
-
"@oiyo/
|
|
100
|
-
"@oiyo/plugin": "0.
|
|
88
|
+
"@oiyo/cli": "0.4.0-beta.2",
|
|
89
|
+
"@oiyo/core": "0.4.0-beta.2",
|
|
90
|
+
"@oiyo/config": "0.4.0-beta.2",
|
|
91
|
+
"@oiyo/framework": "0.4.0-beta.2",
|
|
92
|
+
"@oiyo/plugin": "0.4.0-beta.2"
|
|
101
93
|
},
|
|
102
94
|
"scripts": {
|
|
103
95
|
"build": "tsdown",
|
package/dist/api.d.cts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @skiyee/oiyo v0.3.11
|
|
3
|
-
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
|
-
* Commercial software. See LICENSE for terms.
|
|
5
|
-
* Official site: https://oiyo.js.org
|
|
6
|
-
*/
|
|
7
|
-
import { PageMeta, definePageMeta, defineRootContext, useRootContext } from "@oiyo/core";
|
|
8
|
-
export { type PageMeta, definePageMeta, defineRootContext, useRootContext };
|
package/dist/api.d.mts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @skiyee/oiyo v0.3.11
|
|
3
|
-
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
|
-
* Commercial software. See LICENSE for terms.
|
|
5
|
-
* Official site: https://oiyo.js.org
|
|
6
|
-
*/
|
|
7
|
-
import { PageMeta, definePageMeta, defineRootContext, useRootContext } from "@oiyo/core";
|
|
8
|
-
export { type PageMeta, definePageMeta, defineRootContext, useRootContext };
|
package/dist/api.mjs
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @skiyee/oiyo v0.3.11
|
|
3
|
-
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
|
-
* Commercial software. See LICENSE for terms.
|
|
5
|
-
* Official site: https://oiyo.js.org
|
|
6
|
-
*/
|
|
7
|
-
import { definePageMeta, defineRootContext, useRootContext } from "@oiyo/core";
|
|
8
|
-
export { definePageMeta, defineRootContext, useRootContext };
|
package/dist/component.cjs
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @skiyee/oiyo v0.3.11
|
|
3
|
-
* Copyright (c) 2026 skiyee. All rights reserved.
|
|
4
|
-
* Commercial software. See LICENSE for terms.
|
|
5
|
-
* Official site: https://oiyo.js.org
|
|
6
|
-
*/
|
|
7
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
8
|
-
let _oiyo_core = require("@oiyo/core");
|
|
9
|
-
Object.defineProperty(exports, "OiyoLayout", {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function() {
|
|
12
|
-
return _oiyo_core.OiyoLayout;
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
Object.defineProperty(exports, "OiyoPage", {
|
|
16
|
-
enumerable: true,
|
|
17
|
-
get: function() {
|
|
18
|
-
return _oiyo_core.OiyoPage;
|
|
19
|
-
}
|
|
20
|
-
});
|
package/dist/component.d.cts
DELETED
package/dist/component.d.mts
DELETED
package/dist/component.mjs
DELETED