@a2simcode/ui 0.0.85 → 0.0.86
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/components/input-layer/index.d.ts +1 -0
- package/dist/components/input-layer/src/input-layer.vue.d.ts +1 -0
- package/dist/components/table-panel/index.d.ts +1 -0
- package/dist/components/table-panel/src/table-panel.vue.d.ts +1 -0
- package/dist/simcode-ui.es.js +3967 -3905
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/dist/ui.css +1 -1
- package/docs/components/meta/input.ts +23 -1
- package/package.json +1 -1
|
@@ -392,6 +392,7 @@ export declare const JInputLayer: {
|
|
|
392
392
|
batchButtons: import('..').ButtonCompType[];
|
|
393
393
|
noPadding: boolean;
|
|
394
394
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
395
|
+
topLeftRef: HTMLDivElement;
|
|
395
396
|
keywordPanelRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
396
397
|
columns: {
|
|
397
398
|
type: import('vue').PropType<import('..').SchemaConfig[]>;
|
|
@@ -451,6 +451,7 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
|
|
|
451
451
|
batchButtons: import('../..').ButtonCompType[];
|
|
452
452
|
noPadding: boolean;
|
|
453
453
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
454
|
+
topLeftRef: HTMLDivElement;
|
|
454
455
|
keywordPanelRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
455
456
|
columns: {
|
|
456
457
|
type: import('vue').PropType<import('../..').SchemaConfig[]>;
|
|
@@ -111,6 +111,7 @@ declare const JTablePanel: {
|
|
|
111
111
|
batchButtons: import('..').ButtonCompType[];
|
|
112
112
|
noPadding: boolean;
|
|
113
113
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
114
|
+
topLeftRef: HTMLDivElement;
|
|
114
115
|
keywordPanelRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
115
116
|
columns: {
|
|
116
117
|
type: import('vue').PropType<import('..').SchemaConfig[]>;
|
|
@@ -324,6 +324,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
324
324
|
batchButtons: ButtonCompType[];
|
|
325
325
|
noPadding: boolean;
|
|
326
326
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
327
|
+
topLeftRef: HTMLDivElement;
|
|
327
328
|
keywordPanelRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
328
329
|
columns: {
|
|
329
330
|
type: PropType<SchemaConfig[]>;
|