jenesius-vue-form
Advanced tools
Comparing version 3.0.20 to 3.0.21
@@ -1,2 +0,2 @@ | ||
import { Value, Values } from "../types"; | ||
import { Value } from "../types"; | ||
/** | ||
@@ -7,10 +7,2 @@ * @description Функция вернёт значения поля из объекта. Prop может быть вложеным, указывается через точку | ||
* */ | ||
export default function getPropFromObject(obj: Values, name: string): Value | undefined; | ||
/** | ||
* @description Разбивает имя с сервера(точки рассоединяет) | ||
* | ||
* @param {String} name | ||
* @return {Array} arr | ||
* | ||
* */ | ||
export declare function parseName(name: string): string[]; | ||
export default function getPropFromObject(obj: unknown, name: string): Value | undefined; |
{ | ||
"name": "jenesius-vue-form", | ||
"version": "3.0.20", | ||
"version": "3.0.21", | ||
"description": "Heavy form system for Vue.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/jenesius-vue-form.cjs.js", |
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3006198
14472