@newview/file-ui 1.1.18 → 1.1.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/file-ui",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "author": "newview",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -0,0 +1,13 @@
1
+
2
+ import type { DefineComponent } from 'vue';
3
+
4
+ export declare const NvDicSelect: DefineComponent<{
5
+
6
+ }>
7
+
8
+ import { BaseInstance } from "@newview/base-vue";
9
+
10
+ export declare class DicSelectInstance extends BaseInstance {
11
+
12
+
13
+ }
@@ -0,0 +1,12 @@
1
+ import type { DefineComponent } from 'vue';
2
+
3
+ export declare const NvStructureSelect: DefineComponent<{
4
+
5
+ }>
6
+
7
+ import { BaseInstance } from "@newview/base-vue";
8
+
9
+ export declare class StructureSelectInstance extends BaseInstance {
10
+
11
+
12
+ }
@@ -0,0 +1,12 @@
1
+ import type { DefineComponent } from 'vue';
2
+
3
+ export declare const NvStructureTypeSelect: DefineComponent<{
4
+
5
+ }>
6
+
7
+ import { BaseInstance } from "@newview/base-vue";
8
+
9
+ export declare class StructureTypeSelectInstance extends BaseInstance {
10
+
11
+
12
+ }
package/vite.config.ts CHANGED
@@ -19,11 +19,11 @@ export default defineConfig({
19
19
  "@newview/infrastructure",
20
20
  "@newview/tools",
21
21
  "@newview/ui",
22
+ "@newview/basics-api",
22
23
  "sass",
23
24
  "view-ui-plus",
24
25
  "vue",
25
- "vue-router",
26
- "@newview/basics-api"
26
+ "vue-router"
27
27
  ],
28
28
  output: {
29
29
  globals: {