@gemafajarramadhan/dynamic-ui 1.2.60 → 1.2.61

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/index.d.ts CHANGED
@@ -541,6 +541,7 @@ declare module '@gemafajarramadhan/dynamic-ui' {
541
541
 
542
542
  export const DynamicForm: DefineComponent<{
543
543
  schema: any
544
+ dummyMode?: boolean
544
545
  model?: Record<string, any>
545
546
  isEditMode?: boolean
546
547
  loading?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gemafajarramadhan/dynamic-ui",
3
- "version": "1.2.60",
3
+ "version": "1.2.61",
4
4
  "description": "Vue 3 Dynamic UI Component Library - Compatible with Vue, React, Angular, and any other framework via Web Components",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/src/index.d.ts CHANGED
@@ -541,6 +541,7 @@ declare module '@gemafajarramadhan/dynamic-ui' {
541
541
 
542
542
  export const DynamicForm: DefineComponent<{
543
543
  schema: any
544
+ dummyMode?: boolean
544
545
  model?: Record<string, any>
545
546
  isEditMode?: boolean
546
547
  loading?: boolean