@aipanel/ui 1.2.12 → 1.2.14
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/es/env.d.ts +0 -8
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/lib/env.d.ts +0 -8
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +2 -2
package/es/env.d.ts
CHANGED
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
/// <reference lib="dom" />
|
|
2
2
|
/// <reference lib="dom.iterable" />
|
|
3
3
|
|
|
4
|
-
declare module "*.vue" {
|
|
5
|
-
import type { DefineComponent } from "vue";
|
|
6
|
-
|
|
7
|
-
const component: DefineComponent<Record<string, never>, Record<string, never>, unknown>;
|
|
8
|
-
|
|
9
|
-
export default component;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
4
|
declare module "*.svg?raw" {
|
|
13
5
|
const content: string;
|
|
14
6
|
export default content;
|
package/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
package/lib/env.d.ts
CHANGED
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
/// <reference lib="dom" />
|
|
2
2
|
/// <reference lib="dom.iterable" />
|
|
3
3
|
|
|
4
|
-
declare module "*.vue" {
|
|
5
|
-
import type { DefineComponent } from "vue";
|
|
6
|
-
|
|
7
|
-
const component: DefineComponent<Record<string, never>, Record<string, never>, unknown>;
|
|
8
|
-
|
|
9
|
-
export default component;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
4
|
declare module "*.svg?raw" {
|
|
13
5
|
const content: string;
|
|
14
6
|
export default content;
|
package/lib/index.cjs
CHANGED
|
@@ -26,7 +26,7 @@ module.exports = __toCommonJS(lib_exports);
|
|
|
26
26
|
var import_AI_panel_widget = require("./AI-panel-widget/index.cjs");
|
|
27
27
|
__reExport(lib_exports, require("./AI-panel-widget/index.cjs"), module.exports);
|
|
28
28
|
__reExport(lib_exports, require("./setup.cjs"), module.exports);
|
|
29
|
-
const version = "1.2.
|
|
29
|
+
const version = "1.2.14";
|
|
30
30
|
function install(app, options) {
|
|
31
31
|
const components = [
|
|
32
32
|
import_AI_panel_widget.AIPanelWidget
|
package/lib/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aipanel/ui",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.14",
|
|
4
4
|
"description": "Reusable AIPanel widget components built with Pagoda CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.cjs",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"css-selector-generator": "^3.9.2",
|
|
34
|
-
"@aipanel/core": "1.2.
|
|
34
|
+
"@aipanel/core": "1.2.14"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "pagoda-cli build",
|