page-schema-enginer-shun 1.0.15 → 1.0.18

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/style.css CHANGED
@@ -5,25 +5,25 @@
5
5
  .schema-form-input .schema-form-input-item-label[data-v-5d94c475] {
6
6
  margin-right: 10px;
7
7
  min-width: 70px;
8
- }.schema-form-radio[data-v-a791fef4] {
8
+ }.schema-form-radio[data-v-1141884d] {
9
9
  display: flex;
10
10
  align-items: center;
11
11
  }
12
- .schema-form-radio-label[data-v-a791fef4] {
12
+ .schema-form-radio-label[data-v-1141884d] {
13
13
  margin-right: 10px;
14
14
  min-width: 70px;
15
- }.schema-form-input-number[data-v-44583072] {
15
+ }.schema-form-input-number[data-v-87d45394] {
16
16
  display: flex;
17
17
  align-items: center;
18
18
  }
19
- .schema-form-input-number-label[data-v-44583072] {
19
+ .schema-form-input-number-label[data-v-87d45394] {
20
20
  margin-right: 10px;
21
21
  min-width: 70px;
22
- }.schema-form-select[data-v-65d85e93] {
22
+ }.schema-form-select[data-v-3518f453] {
23
23
  display: flex;
24
24
  align-items: center;
25
25
  }
26
- .schema-form-select-label[data-v-65d85e93] {
26
+ .schema-form-select-label[data-v-3518f453] {
27
27
  margin-right: 10px;
28
28
  min-width: 70px;
29
29
  }.schema-form-complex-view .schema-form-input-container[data-v-eb150555] {
@@ -37,26 +37,26 @@
37
37
  }
38
38
  .schema-form-complex-view .schema-form-select-container[data-v-eb150555] {
39
39
  margin-bottom: 10px;
40
- }.schema-table[data-v-5d41e7cf] {
40
+ }.schema-table[data-v-af54a88b] {
41
41
  width: 98%;
42
42
  margin: 0 auto;
43
43
  margin-top: 5px;
44
44
  }
45
- .table-panel[data-v-5d41e7cf] {
45
+ .table-panel[data-v-af54a88b] {
46
46
  height: 100%;
47
47
  }
48
- .gva-pagination[data-v-5d41e7cf] {
48
+ .gva-pagination[data-v-af54a88b] {
49
49
  margin-top: 16px;
50
50
  display: flex;
51
51
  justify-content: flex-end;
52
52
  padding-bottom: 20px;
53
- }.table-panel[data-v-cef68da3] {
53
+ }.table-panel[data-v-34ee246e] {
54
54
  margin: 0 auto;
55
55
  height: 100%;
56
56
  background-color: #fff;
57
57
  }
58
- .table-panel .operation-panel[data-v-cef68da3] {
58
+ .table-panel .operation-panel[data-v-34ee246e] {
59
59
  padding: 10px;
60
- }.schema-view[data-v-3918b3d6] {
60
+ }.schema-view[data-v-d797bc6e] {
61
61
  height: 100%;
62
62
  }
@@ -18,8 +18,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
18
18
  }>>> & Readonly<{
19
19
  onReset?: (() => any) | undefined;
20
20
  onSearch?: ((payload: Record<string, any>) => any) | undefined;
21
- onLoaded?: ((payload: Record<string, any>) => any) | undefined;
22
21
  onLoad?: (() => any) | undefined;
22
+ onLoaded?: ((payload: Record<string, any>) => any) | undefined;
23
23
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
24
  export default _default;
25
25
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "page-schema-enginer-shun",
3
- "version": "1.0.15",
3
+ "version": "1.0.18",
4
4
  "description": "页面级别的schema渲染引擎",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",