@@ -38,6 +38,62 @@ export const Index = {
38
38
component : ( ) => import ( "../src/lib/registry/default/example/AspectRatioDemo.vue" ) . then ( ( m ) => m . default ) ,
39
39
files : [ "../src/lib/registry/default/example/AspectRatioDemo.vue" ] ,
40
40
} ,
41
+ "AutoFormApi" : {
42
+ name : "AutoFormApi" ,
43
+ type : "components:example" ,
44
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
45
+ component : ( ) => import ( "../src/lib/registry/default/example/AutoFormApi.vue" ) . then ( ( m ) => m . default ) ,
46
+ files : [ "../src/lib/registry/default/example/AutoFormApi.vue" ] ,
47
+ } ,
48
+ "AutoFormArray" : {
49
+ name : "AutoFormArray" ,
50
+ type : "components:example" ,
51
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
52
+ component : ( ) => import ( "../src/lib/registry/default/example/AutoFormArray.vue" ) . then ( ( m ) => m . default ) ,
53
+ files : [ "../src/lib/registry/default/example/AutoFormArray.vue" ] ,
54
+ } ,
55
+ "AutoFormBasic" : {
56
+ name : "AutoFormBasic" ,
57
+ type : "components:example" ,
58
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
59
+ component : ( ) => import ( "../src/lib/registry/default/example/AutoFormBasic.vue" ) . then ( ( m ) => m . default ) ,
60
+ files : [ "../src/lib/registry/default/example/AutoFormBasic.vue" ] ,
61
+ } ,
62
+ "AutoFormConfirmPassword" : {
63
+ name : "AutoFormConfirmPassword" ,
64
+ type : "components:example" ,
65
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
66
+ component : ( ) => import ( "../src/lib/registry/default/example/AutoFormConfirmPassword.vue" ) . then ( ( m ) => m . default ) ,
67
+ files : [ "../src/lib/registry/default/example/AutoFormConfirmPassword.vue" ] ,
68
+ } ,
69
+ "AutoFormControlled" : {
70
+ name : "AutoFormControlled" ,
71
+ type : "components:example" ,
72
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
73
+ component : ( ) => import ( "../src/lib/registry/default/example/AutoFormControlled.vue" ) . then ( ( m ) => m . default ) ,
74
+ files : [ "../src/lib/registry/default/example/AutoFormControlled.vue" ] ,
75
+ } ,
76
+ "AutoFormDependencies" : {
77
+ name : "AutoFormDependencies" ,
78
+ type : "components:example" ,
79
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
80
+ component : ( ) => import ( "../src/lib/registry/default/example/AutoFormDependencies.vue" ) . then ( ( m ) => m . default ) ,
81
+ files : [ "../src/lib/registry/default/example/AutoFormDependencies.vue" ] ,
82
+ } ,
83
+ "AutoFormInputWithoutLabel" : {
84
+ name : "AutoFormInputWithoutLabel" ,
85
+ type : "components:example" ,
86
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
87
+ component : ( ) => import ( "../src/lib/registry/default/example/AutoFormInputWithoutLabel.vue" ) . then ( ( m ) => m . default ) ,
88
+ files : [ "../src/lib/registry/default/example/AutoFormInputWithoutLabel.vue" ] ,
89
+ } ,
90
+ "AutoFormSubObject" : {
91
+ name : "AutoFormSubObject" ,
92
+ type : "components:example" ,
93
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
94
+ component : ( ) => import ( "../src/lib/registry/default/example/AutoFormSubObject.vue" ) . then ( ( m ) => m . default ) ,
95
+ files : [ "../src/lib/registry/default/example/AutoFormSubObject.vue" ] ,
96
+ } ,
41
97
"AvatarDemo" : {
42
98
name : "AvatarDemo" ,
43
99
type : "components:example" ,
@@ -1278,6 +1334,62 @@ export const Index = {
1278
1334
component : ( ) => import ( "../src/lib/registry/new-york/example/AspectRatioDemo.vue" ) . then ( ( m ) => m . default ) ,
1279
1335
files : [ "../src/lib/registry/new-york/example/AspectRatioDemo.vue" ] ,
1280
1336
} ,
1337
+ "AutoFormApi" : {
1338
+ name : "AutoFormApi" ,
1339
+ type : "components:example" ,
1340
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
1341
+ component : ( ) => import ( "../src/lib/registry/new-york/example/AutoFormApi.vue" ) . then ( ( m ) => m . default ) ,
1342
+ files : [ "../src/lib/registry/new-york/example/AutoFormApi.vue" ] ,
1343
+ } ,
1344
+ "AutoFormArray" : {
1345
+ name : "AutoFormArray" ,
1346
+ type : "components:example" ,
1347
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
1348
+ component : ( ) => import ( "../src/lib/registry/new-york/example/AutoFormArray.vue" ) . then ( ( m ) => m . default ) ,
1349
+ files : [ "../src/lib/registry/new-york/example/AutoFormArray.vue" ] ,
1350
+ } ,
1351
+ "AutoFormBasic" : {
1352
+ name : "AutoFormBasic" ,
1353
+ type : "components:example" ,
1354
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
1355
+ component : ( ) => import ( "../src/lib/registry/new-york/example/AutoFormBasic.vue" ) . then ( ( m ) => m . default ) ,
1356
+ files : [ "../src/lib/registry/new-york/example/AutoFormBasic.vue" ] ,
1357
+ } ,
1358
+ "AutoFormConfirmPassword" : {
1359
+ name : "AutoFormConfirmPassword" ,
1360
+ type : "components:example" ,
1361
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
1362
+ component : ( ) => import ( "../src/lib/registry/new-york/example/AutoFormConfirmPassword.vue" ) . then ( ( m ) => m . default ) ,
1363
+ files : [ "../src/lib/registry/new-york/example/AutoFormConfirmPassword.vue" ] ,
1364
+ } ,
1365
+ "AutoFormControlled" : {
1366
+ name : "AutoFormControlled" ,
1367
+ type : "components:example" ,
1368
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
1369
+ component : ( ) => import ( "../src/lib/registry/new-york/example/AutoFormControlled.vue" ) . then ( ( m ) => m . default ) ,
1370
+ files : [ "../src/lib/registry/new-york/example/AutoFormControlled.vue" ] ,
1371
+ } ,
1372
+ "AutoFormDependencies" : {
1373
+ name : "AutoFormDependencies" ,
1374
+ type : "components:example" ,
1375
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
1376
+ component : ( ) => import ( "../src/lib/registry/new-york/example/AutoFormDependencies.vue" ) . then ( ( m ) => m . default ) ,
1377
+ files : [ "../src/lib/registry/new-york/example/AutoFormDependencies.vue" ] ,
1378
+ } ,
1379
+ "AutoFormInputWithoutLabel" : {
1380
+ name : "AutoFormInputWithoutLabel" ,
1381
+ type : "components:example" ,
1382
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
1383
+ component : ( ) => import ( "../src/lib/registry/new-york/example/AutoFormInputWithoutLabel.vue" ) . then ( ( m ) => m . default ) ,
1384
+ files : [ "../src/lib/registry/new-york/example/AutoFormInputWithoutLabel.vue" ] ,
1385
+ } ,
1386
+ "AutoFormSubObject" : {
1387
+ name : "AutoFormSubObject" ,
1388
+ type : "components:example" ,
1389
+ registryDependencies : [ "button" , "toast" , "auto-form" ] ,
1390
+ component : ( ) => import ( "../src/lib/registry/new-york/example/AutoFormSubObject.vue" ) . then ( ( m ) => m . default ) ,
1391
+ files : [ "../src/lib/registry/new-york/example/AutoFormSubObject.vue" ] ,
1392
+ } ,
1281
1393
"AvatarDemo" : {
1282
1394
name : "AvatarDemo" ,
1283
1395
type : "components:example" ,
0 commit comments