@bpmn-io/form-js-viewer
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -142,4 +142,4 @@ /** | ||
}; | ||
export type OnEventWithPriority = OnEventWithPriority; | ||
export type OnEventWithOutPriority = OnEventWithOutPriority; | ||
export type OnEventWithPriority = (type: FormEvent, priority: number, handler: Function) => void; | ||
export type OnEventWithOutPriority = (type: FormEvent, handler: Function) => void; | ||
export type OnEventType = OnEventWithPriority & OnEventWithOutPriority; |
@@ -1,16 +0,1 @@ | ||
export namespace iconsByType { | ||
export { ButtonIcon as button }; | ||
export { CheckboxIcon as checkbox }; | ||
export { ChecklistIcon as checklist }; | ||
export { ColumnsIcon as columns }; | ||
export { DatetimeIcon as datetime }; | ||
export { ImageIcon as image }; | ||
export { NumberIcon as number }; | ||
export { RadioIcon as radio }; | ||
export { SelectIcon as select }; | ||
export { TaglistIcon as taglist }; | ||
export { TextIcon as text }; | ||
export { TextfieldIcon as textfield }; | ||
export { TextareaIcon as textarea }; | ||
export { FormIcon as default }; | ||
} | ||
export function iconsByType(type: any): any; |
{ | ||
"name": "@bpmn-io/form-js-viewer", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "View forms - powered by bpmn.io", | ||
@@ -27,3 +27,3 @@ "exports": { | ||
"dev": "npm test -- --auto-watch --no-single-run", | ||
"generate-types": "tsc --allowJs --skipLibCheck --declaration --emitDeclarationOnly --outDir dist/types src/index.js && copyfiles src/*.d.ts dist/types", | ||
"generate-types": "tsc --allowJs --skipLibCheck --declaration --emitDeclarationOnly --outDir dist/types src/index.js && copyfiles --flat src/*.d.ts dist/types", | ||
"test": "karma start", | ||
@@ -60,3 +60,3 @@ "prepublishOnly": "npm run build" | ||
], | ||
"gitHead": "a0f3d50d21422053ebd8aeb933fb026ccf8d9209" | ||
"gitHead": "e4a01e3215209858258b2fb83dfc09b86fccc0db" | ||
} |
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
962365
10918