@meta2d/form-diagram
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -8,1 +8,2 @@ export * from './src/table'; | ||
export * from './src/time'; | ||
export * from './src/table3'; |
@@ -8,2 +8,3 @@ export * from './src/table'; | ||
export * from './src/time'; | ||
export * from './src/table3'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@meta2d/form-diagram", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "The form library based on le5le meta2d.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,2 +7,6 @@ import { Pen } from '../../core/src/pen'; | ||
col: number; | ||
lineRow?: number; | ||
lineCol?: number; | ||
allRow?: number; | ||
allCol?: number; | ||
} | ||
@@ -9,0 +13,0 @@ export declare enum ReplaceMode { |
@@ -1,2 +0,1 @@ | ||
import { table } from './table'; | ||
import { le5leSwitch } from './switch'; | ||
@@ -6,4 +5,4 @@ import { slider } from './slider'; | ||
import { radio } from './radio'; | ||
import { table2 } from './table2'; | ||
import { time } from './time'; | ||
import { table3 } from './table3'; | ||
export declare function formPens(): { | ||
@@ -14,4 +13,4 @@ radio: typeof radio; | ||
checkbox: typeof checkbox; | ||
table: typeof table; | ||
table2: typeof table2; | ||
table: typeof table3; | ||
table2: typeof table3; | ||
}; | ||
@@ -18,0 +17,0 @@ export declare function formPath2DPens(): { |
@@ -1,2 +0,1 @@ | ||
import { table } from './table'; | ||
import { le5leSwitch } from './switch'; | ||
@@ -6,4 +5,4 @@ import { slider } from './slider'; | ||
import { radio } from './radio'; | ||
import { table2 } from './table2'; | ||
import { time } from './time'; | ||
import { table3 } from './table3'; | ||
export function formPens() { | ||
@@ -15,4 +14,4 @@ return { | ||
checkbox: checkbox, | ||
table: table, | ||
table2: table2, | ||
table: table3, | ||
table2: table3, | ||
}; | ||
@@ -19,0 +18,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
363601
34
4994
2