@tmagic/editor 1.8.0-beta.18 → 1.8.0-beta.19
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.
|
@@ -124,6 +124,7 @@ var FormPanel_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ define
|
|
|
124
124
|
config: __props.config,
|
|
125
125
|
"type-match-valid": true,
|
|
126
126
|
"extend-state": __props.extendState,
|
|
127
|
+
"validate-on-init": true,
|
|
127
128
|
onChange: submit,
|
|
128
129
|
onError: errorHandler
|
|
129
130
|
}, null, 8, [
|
|
@@ -14967,6 +14967,7 @@
|
|
|
14967
14967
|
config: __props.config,
|
|
14968
14968
|
"type-match-valid": true,
|
|
14969
14969
|
"extend-state": __props.extendState,
|
|
14970
|
+
"validate-on-init": true,
|
|
14970
14971
|
onChange: submit,
|
|
14971
14972
|
onError: errorHandler
|
|
14972
14973
|
}, null, 8, [
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.8.0-beta.
|
|
2
|
+
"version": "1.8.0-beta.19",
|
|
3
3
|
"name": "@tmagic/editor",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": [
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"moveable": "^0.53.0",
|
|
59
59
|
"serialize-javascript": "^7.0.0",
|
|
60
60
|
"sortablejs": "^1.15.6",
|
|
61
|
-
"@tmagic/design": "1.8.0-beta.
|
|
62
|
-
"@tmagic/
|
|
63
|
-
"@tmagic/stage": "1.8.0-beta.
|
|
64
|
-
"@tmagic/
|
|
65
|
-
"@tmagic/
|
|
61
|
+
"@tmagic/design": "1.8.0-beta.19",
|
|
62
|
+
"@tmagic/table": "1.8.0-beta.19",
|
|
63
|
+
"@tmagic/stage": "1.8.0-beta.19",
|
|
64
|
+
"@tmagic/utils": "1.8.0-beta.19",
|
|
65
|
+
"@tmagic/form": "1.8.0-beta.19"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/events": "^3.0.3",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"type-fest": "^5.2.0",
|
|
77
77
|
"typescript": "^6.0.3",
|
|
78
78
|
"vue": "^3.5.40",
|
|
79
|
-
"@tmagic/core": "1.8.0-beta.
|
|
79
|
+
"@tmagic/core": "1.8.0-beta.19"
|
|
80
80
|
},
|
|
81
81
|
"peerDependenciesMeta": {
|
|
82
82
|
"typescript": {
|
package/types/index.d.ts
CHANGED
|
@@ -3820,6 +3820,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
3820
3820
|
readonly parentValues?: Record<string, any> | undefined;
|
|
3821
3821
|
readonly labelWidth?: string | undefined;
|
|
3822
3822
|
readonly typeMatchValid?: boolean | undefined;
|
|
3823
|
+
readonly validateOnInit?: boolean | undefined;
|
|
3823
3824
|
readonly disabled?: boolean | undefined;
|
|
3824
3825
|
readonly height?: string | undefined;
|
|
3825
3826
|
readonly stepActive?: string | number | undefined;
|
|
@@ -3864,6 +3865,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
3864
3865
|
parentValues?: Record<string, any>;
|
|
3865
3866
|
labelWidth?: string;
|
|
3866
3867
|
typeMatchValid?: boolean;
|
|
3868
|
+
validateOnInit?: boolean;
|
|
3867
3869
|
disabled?: boolean;
|
|
3868
3870
|
height?: string;
|
|
3869
3871
|
stepActive?: string | number;
|
|
@@ -3918,6 +3920,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
3918
3920
|
keyProp: string;
|
|
3919
3921
|
parentValues: Record<string, any>;
|
|
3920
3922
|
stepActive: string | number;
|
|
3923
|
+
validateOnInit: boolean;
|
|
3921
3924
|
useFieldTextInError: boolean;
|
|
3922
3925
|
}, {}, string, {}, import("@vue/runtime-core").GlobalComponents, import("@vue/runtime-core").GlobalDirectives, string, import("@vue/runtime-core").ComponentProvideOptions> & {
|
|
3923
3926
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -3952,6 +3955,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
3952
3955
|
keyProp: string;
|
|
3953
3956
|
parentValues: Record<string, any>;
|
|
3954
3957
|
stepActive: string | number;
|
|
3958
|
+
validateOnInit: boolean;
|
|
3955
3959
|
useFieldTextInError: boolean;
|
|
3956
3960
|
}> & Omit<Readonly<{
|
|
3957
3961
|
config: import("@tmagic/form-schema").FormConfig;
|
|
@@ -3961,6 +3965,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
3961
3965
|
parentValues?: Record<string, any>;
|
|
3962
3966
|
labelWidth?: string;
|
|
3963
3967
|
typeMatchValid?: boolean;
|
|
3968
|
+
validateOnInit?: boolean;
|
|
3964
3969
|
disabled?: boolean;
|
|
3965
3970
|
height?: string;
|
|
3966
3971
|
stepActive?: string | number;
|
|
@@ -3985,7 +3990,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
3985
3990
|
"onField-input"?: ((...args: any[]) => any) | undefined;
|
|
3986
3991
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
3987
3992
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
3988
|
-
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "useFieldTextInError")> & {
|
|
3993
|
+
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "validateOnInit" | "useFieldTextInError")> & {
|
|
3989
3994
|
values: import("@tmagic/form-schema").FormValue;
|
|
3990
3995
|
lastValuesProcessed: import("@tmagic/form-schema").FormValue;
|
|
3991
3996
|
formState: import("@tmagic/form-schema").FormState;
|
|
@@ -4052,6 +4057,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4052
4057
|
readonly parentValues?: Record<string, any> | undefined;
|
|
4053
4058
|
readonly labelWidth?: string | undefined;
|
|
4054
4059
|
readonly typeMatchValid?: boolean | undefined;
|
|
4060
|
+
readonly validateOnInit?: boolean | undefined;
|
|
4055
4061
|
readonly disabled?: boolean | undefined;
|
|
4056
4062
|
readonly height?: string | undefined;
|
|
4057
4063
|
readonly stepActive?: string | number | undefined;
|
|
@@ -4096,6 +4102,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4096
4102
|
parentValues?: Record<string, any>;
|
|
4097
4103
|
labelWidth?: string;
|
|
4098
4104
|
typeMatchValid?: boolean;
|
|
4105
|
+
validateOnInit?: boolean;
|
|
4099
4106
|
disabled?: boolean;
|
|
4100
4107
|
height?: string;
|
|
4101
4108
|
stepActive?: string | number;
|
|
@@ -4150,6 +4157,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4150
4157
|
keyProp: string;
|
|
4151
4158
|
parentValues: Record<string, any>;
|
|
4152
4159
|
stepActive: string | number;
|
|
4160
|
+
validateOnInit: boolean;
|
|
4153
4161
|
useFieldTextInError: boolean;
|
|
4154
4162
|
}, {}, string, {}, import("@vue/runtime-core").GlobalComponents, import("@vue/runtime-core").GlobalDirectives, string, import("@vue/runtime-core").ComponentProvideOptions> & {
|
|
4155
4163
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -4184,6 +4192,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4184
4192
|
keyProp: string;
|
|
4185
4193
|
parentValues: Record<string, any>;
|
|
4186
4194
|
stepActive: string | number;
|
|
4195
|
+
validateOnInit: boolean;
|
|
4187
4196
|
useFieldTextInError: boolean;
|
|
4188
4197
|
}> & Omit<Readonly<{
|
|
4189
4198
|
config: import("@tmagic/form-schema").FormConfig;
|
|
@@ -4193,6 +4202,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4193
4202
|
parentValues?: Record<string, any>;
|
|
4194
4203
|
labelWidth?: string;
|
|
4195
4204
|
typeMatchValid?: boolean;
|
|
4205
|
+
validateOnInit?: boolean;
|
|
4196
4206
|
disabled?: boolean;
|
|
4197
4207
|
height?: string;
|
|
4198
4208
|
stepActive?: string | number;
|
|
@@ -4217,7 +4227,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4217
4227
|
"onField-input"?: ((...args: any[]) => any) | undefined;
|
|
4218
4228
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
4219
4229
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
4220
|
-
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "useFieldTextInError")> & {
|
|
4230
|
+
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "validateOnInit" | "useFieldTextInError")> & {
|
|
4221
4231
|
values: import("@tmagic/form-schema").FormValue;
|
|
4222
4232
|
lastValuesProcessed: import("@tmagic/form-schema").FormValue;
|
|
4223
4233
|
formState: import("@tmagic/form-schema").FormState;
|
|
@@ -4298,6 +4308,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4298
4308
|
readonly parentValues?: Record<string, any> | undefined;
|
|
4299
4309
|
readonly labelWidth?: string | undefined;
|
|
4300
4310
|
readonly typeMatchValid?: boolean | undefined;
|
|
4311
|
+
readonly validateOnInit?: boolean | undefined;
|
|
4301
4312
|
readonly disabled?: boolean | undefined;
|
|
4302
4313
|
readonly height?: string | undefined;
|
|
4303
4314
|
readonly stepActive?: string | number | undefined;
|
|
@@ -4342,6 +4353,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4342
4353
|
parentValues?: Record<string, any>;
|
|
4343
4354
|
labelWidth?: string;
|
|
4344
4355
|
typeMatchValid?: boolean;
|
|
4356
|
+
validateOnInit?: boolean;
|
|
4345
4357
|
disabled?: boolean;
|
|
4346
4358
|
height?: string;
|
|
4347
4359
|
stepActive?: string | number;
|
|
@@ -4396,6 +4408,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4396
4408
|
keyProp: string;
|
|
4397
4409
|
parentValues: Record<string, any>;
|
|
4398
4410
|
stepActive: string | number;
|
|
4411
|
+
validateOnInit: boolean;
|
|
4399
4412
|
useFieldTextInError: boolean;
|
|
4400
4413
|
}, {}, string, {}, import("@vue/runtime-core").GlobalComponents, import("@vue/runtime-core").GlobalDirectives, string, import("@vue/runtime-core").ComponentProvideOptions> & {
|
|
4401
4414
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -4430,6 +4443,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4430
4443
|
keyProp: string;
|
|
4431
4444
|
parentValues: Record<string, any>;
|
|
4432
4445
|
stepActive: string | number;
|
|
4446
|
+
validateOnInit: boolean;
|
|
4433
4447
|
useFieldTextInError: boolean;
|
|
4434
4448
|
}> & Omit<Readonly<{
|
|
4435
4449
|
config: import("@tmagic/form-schema").FormConfig;
|
|
@@ -4439,6 +4453,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4439
4453
|
parentValues?: Record<string, any>;
|
|
4440
4454
|
labelWidth?: string;
|
|
4441
4455
|
typeMatchValid?: boolean;
|
|
4456
|
+
validateOnInit?: boolean;
|
|
4442
4457
|
disabled?: boolean;
|
|
4443
4458
|
height?: string;
|
|
4444
4459
|
stepActive?: string | number;
|
|
@@ -4463,7 +4478,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4463
4478
|
"onField-input"?: ((...args: any[]) => any) | undefined;
|
|
4464
4479
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
4465
4480
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
4466
|
-
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "useFieldTextInError")> & {
|
|
4481
|
+
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "validateOnInit" | "useFieldTextInError")> & {
|
|
4467
4482
|
values: import("@tmagic/form-schema").FormValue;
|
|
4468
4483
|
lastValuesProcessed: import("@tmagic/form-schema").FormValue;
|
|
4469
4484
|
formState: import("@tmagic/form-schema").FormState;
|
|
@@ -4530,6 +4545,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4530
4545
|
readonly parentValues?: Record<string, any> | undefined;
|
|
4531
4546
|
readonly labelWidth?: string | undefined;
|
|
4532
4547
|
readonly typeMatchValid?: boolean | undefined;
|
|
4548
|
+
readonly validateOnInit?: boolean | undefined;
|
|
4533
4549
|
readonly disabled?: boolean | undefined;
|
|
4534
4550
|
readonly height?: string | undefined;
|
|
4535
4551
|
readonly stepActive?: string | number | undefined;
|
|
@@ -4574,6 +4590,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4574
4590
|
parentValues?: Record<string, any>;
|
|
4575
4591
|
labelWidth?: string;
|
|
4576
4592
|
typeMatchValid?: boolean;
|
|
4593
|
+
validateOnInit?: boolean;
|
|
4577
4594
|
disabled?: boolean;
|
|
4578
4595
|
height?: string;
|
|
4579
4596
|
stepActive?: string | number;
|
|
@@ -4628,6 +4645,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4628
4645
|
keyProp: string;
|
|
4629
4646
|
parentValues: Record<string, any>;
|
|
4630
4647
|
stepActive: string | number;
|
|
4648
|
+
validateOnInit: boolean;
|
|
4631
4649
|
useFieldTextInError: boolean;
|
|
4632
4650
|
}, {}, string, {}, import("@vue/runtime-core").GlobalComponents, import("@vue/runtime-core").GlobalDirectives, string, import("@vue/runtime-core").ComponentProvideOptions> & {
|
|
4633
4651
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -4662,6 +4680,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4662
4680
|
keyProp: string;
|
|
4663
4681
|
parentValues: Record<string, any>;
|
|
4664
4682
|
stepActive: string | number;
|
|
4683
|
+
validateOnInit: boolean;
|
|
4665
4684
|
useFieldTextInError: boolean;
|
|
4666
4685
|
}> & Omit<Readonly<{
|
|
4667
4686
|
config: import("@tmagic/form-schema").FormConfig;
|
|
@@ -4671,6 +4690,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4671
4690
|
parentValues?: Record<string, any>;
|
|
4672
4691
|
labelWidth?: string;
|
|
4673
4692
|
typeMatchValid?: boolean;
|
|
4693
|
+
validateOnInit?: boolean;
|
|
4674
4694
|
disabled?: boolean;
|
|
4675
4695
|
height?: string;
|
|
4676
4696
|
stepActive?: string | number;
|
|
@@ -4695,7 +4715,7 @@ declare const __VLS_base$12: import("@vue/runtime-core").DefineComponent<EditorP
|
|
|
4695
4715
|
"onField-input"?: ((...args: any[]) => any) | undefined;
|
|
4696
4716
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
4697
4717
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
4698
|
-
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "useFieldTextInError")> & {
|
|
4718
|
+
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "validateOnInit" | "useFieldTextInError")> & {
|
|
4699
4719
|
values: import("@tmagic/form-schema").FormValue;
|
|
4700
4720
|
lastValuesProcessed: import("@tmagic/form-schema").FormValue;
|
|
4701
4721
|
formState: import("@tmagic/form-schema").FormState;
|
|
@@ -5155,6 +5175,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5155
5175
|
readonly parentValues?: Record<string, any> | undefined;
|
|
5156
5176
|
readonly labelWidth?: string | undefined;
|
|
5157
5177
|
readonly typeMatchValid?: boolean | undefined;
|
|
5178
|
+
readonly validateOnInit?: boolean | undefined;
|
|
5158
5179
|
readonly disabled?: boolean | undefined;
|
|
5159
5180
|
readonly height?: string | undefined;
|
|
5160
5181
|
readonly stepActive?: string | number | undefined;
|
|
@@ -5199,6 +5220,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5199
5220
|
parentValues?: Record<string, any>;
|
|
5200
5221
|
labelWidth?: string;
|
|
5201
5222
|
typeMatchValid?: boolean;
|
|
5223
|
+
validateOnInit?: boolean;
|
|
5202
5224
|
disabled?: boolean;
|
|
5203
5225
|
height?: string;
|
|
5204
5226
|
stepActive?: string | number;
|
|
@@ -5253,6 +5275,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5253
5275
|
keyProp: string;
|
|
5254
5276
|
parentValues: Record<string, any>;
|
|
5255
5277
|
stepActive: string | number;
|
|
5278
|
+
validateOnInit: boolean;
|
|
5256
5279
|
useFieldTextInError: boolean;
|
|
5257
5280
|
}, {}, string, {}, import("@vue/runtime-core").GlobalComponents, import("@vue/runtime-core").GlobalDirectives, string, import("@vue/runtime-core").ComponentProvideOptions> & {
|
|
5258
5281
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -5287,6 +5310,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5287
5310
|
keyProp: string;
|
|
5288
5311
|
parentValues: Record<string, any>;
|
|
5289
5312
|
stepActive: string | number;
|
|
5313
|
+
validateOnInit: boolean;
|
|
5290
5314
|
useFieldTextInError: boolean;
|
|
5291
5315
|
}> & Omit<Readonly<{
|
|
5292
5316
|
config: import("@tmagic/form-schema").FormConfig;
|
|
@@ -5296,6 +5320,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5296
5320
|
parentValues?: Record<string, any>;
|
|
5297
5321
|
labelWidth?: string;
|
|
5298
5322
|
typeMatchValid?: boolean;
|
|
5323
|
+
validateOnInit?: boolean;
|
|
5299
5324
|
disabled?: boolean;
|
|
5300
5325
|
height?: string;
|
|
5301
5326
|
stepActive?: string | number;
|
|
@@ -5320,7 +5345,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5320
5345
|
"onField-input"?: ((...args: any[]) => any) | undefined;
|
|
5321
5346
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
5322
5347
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
5323
|
-
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "useFieldTextInError")> & {
|
|
5348
|
+
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "validateOnInit" | "useFieldTextInError")> & {
|
|
5324
5349
|
values: FormValue;
|
|
5325
5350
|
lastValuesProcessed: FormValue;
|
|
5326
5351
|
formState: FormState;
|
|
@@ -5387,6 +5412,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5387
5412
|
readonly parentValues?: Record<string, any> | undefined;
|
|
5388
5413
|
readonly labelWidth?: string | undefined;
|
|
5389
5414
|
readonly typeMatchValid?: boolean | undefined;
|
|
5415
|
+
readonly validateOnInit?: boolean | undefined;
|
|
5390
5416
|
readonly disabled?: boolean | undefined;
|
|
5391
5417
|
readonly height?: string | undefined;
|
|
5392
5418
|
readonly stepActive?: string | number | undefined;
|
|
@@ -5431,6 +5457,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5431
5457
|
parentValues?: Record<string, any>;
|
|
5432
5458
|
labelWidth?: string;
|
|
5433
5459
|
typeMatchValid?: boolean;
|
|
5460
|
+
validateOnInit?: boolean;
|
|
5434
5461
|
disabled?: boolean;
|
|
5435
5462
|
height?: string;
|
|
5436
5463
|
stepActive?: string | number;
|
|
@@ -5485,6 +5512,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5485
5512
|
keyProp: string;
|
|
5486
5513
|
parentValues: Record<string, any>;
|
|
5487
5514
|
stepActive: string | number;
|
|
5515
|
+
validateOnInit: boolean;
|
|
5488
5516
|
useFieldTextInError: boolean;
|
|
5489
5517
|
}, {}, string, {}, import("@vue/runtime-core").GlobalComponents, import("@vue/runtime-core").GlobalDirectives, string, import("@vue/runtime-core").ComponentProvideOptions> & {
|
|
5490
5518
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -5519,6 +5547,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5519
5547
|
keyProp: string;
|
|
5520
5548
|
parentValues: Record<string, any>;
|
|
5521
5549
|
stepActive: string | number;
|
|
5550
|
+
validateOnInit: boolean;
|
|
5522
5551
|
useFieldTextInError: boolean;
|
|
5523
5552
|
}> & Omit<Readonly<{
|
|
5524
5553
|
config: import("@tmagic/form-schema").FormConfig;
|
|
@@ -5528,6 +5557,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5528
5557
|
parentValues?: Record<string, any>;
|
|
5529
5558
|
labelWidth?: string;
|
|
5530
5559
|
typeMatchValid?: boolean;
|
|
5560
|
+
validateOnInit?: boolean;
|
|
5531
5561
|
disabled?: boolean;
|
|
5532
5562
|
height?: string;
|
|
5533
5563
|
stepActive?: string | number;
|
|
@@ -5552,7 +5582,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5552
5582
|
"onField-input"?: ((...args: any[]) => any) | undefined;
|
|
5553
5583
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
5554
5584
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
5555
|
-
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "useFieldTextInError")> & {
|
|
5585
|
+
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "validateOnInit" | "useFieldTextInError")> & {
|
|
5556
5586
|
values: FormValue;
|
|
5557
5587
|
lastValuesProcessed: FormValue;
|
|
5558
5588
|
formState: FormState;
|
|
@@ -5631,6 +5661,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5631
5661
|
readonly parentValues?: Record<string, any> | undefined;
|
|
5632
5662
|
readonly labelWidth?: string | undefined;
|
|
5633
5663
|
readonly typeMatchValid?: boolean | undefined;
|
|
5664
|
+
readonly validateOnInit?: boolean | undefined;
|
|
5634
5665
|
readonly disabled?: boolean | undefined;
|
|
5635
5666
|
readonly height?: string | undefined;
|
|
5636
5667
|
readonly stepActive?: string | number | undefined;
|
|
@@ -5675,6 +5706,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5675
5706
|
parentValues?: Record<string, any>;
|
|
5676
5707
|
labelWidth?: string;
|
|
5677
5708
|
typeMatchValid?: boolean;
|
|
5709
|
+
validateOnInit?: boolean;
|
|
5678
5710
|
disabled?: boolean;
|
|
5679
5711
|
height?: string;
|
|
5680
5712
|
stepActive?: string | number;
|
|
@@ -5729,6 +5761,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5729
5761
|
keyProp: string;
|
|
5730
5762
|
parentValues: Record<string, any>;
|
|
5731
5763
|
stepActive: string | number;
|
|
5764
|
+
validateOnInit: boolean;
|
|
5732
5765
|
useFieldTextInError: boolean;
|
|
5733
5766
|
}, {}, string, {}, import("@vue/runtime-core").GlobalComponents, import("@vue/runtime-core").GlobalDirectives, string, import("@vue/runtime-core").ComponentProvideOptions> & {
|
|
5734
5767
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -5763,6 +5796,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5763
5796
|
keyProp: string;
|
|
5764
5797
|
parentValues: Record<string, any>;
|
|
5765
5798
|
stepActive: string | number;
|
|
5799
|
+
validateOnInit: boolean;
|
|
5766
5800
|
useFieldTextInError: boolean;
|
|
5767
5801
|
}> & Omit<Readonly<{
|
|
5768
5802
|
config: import("@tmagic/form-schema").FormConfig;
|
|
@@ -5772,6 +5806,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5772
5806
|
parentValues?: Record<string, any>;
|
|
5773
5807
|
labelWidth?: string;
|
|
5774
5808
|
typeMatchValid?: boolean;
|
|
5809
|
+
validateOnInit?: boolean;
|
|
5775
5810
|
disabled?: boolean;
|
|
5776
5811
|
height?: string;
|
|
5777
5812
|
stepActive?: string | number;
|
|
@@ -5796,7 +5831,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5796
5831
|
"onField-input"?: ((...args: any[]) => any) | undefined;
|
|
5797
5832
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
5798
5833
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
5799
|
-
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "useFieldTextInError")> & {
|
|
5834
|
+
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "validateOnInit" | "useFieldTextInError")> & {
|
|
5800
5835
|
values: FormValue;
|
|
5801
5836
|
lastValuesProcessed: FormValue;
|
|
5802
5837
|
formState: FormState;
|
|
@@ -5863,6 +5898,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5863
5898
|
readonly parentValues?: Record<string, any> | undefined;
|
|
5864
5899
|
readonly labelWidth?: string | undefined;
|
|
5865
5900
|
readonly typeMatchValid?: boolean | undefined;
|
|
5901
|
+
readonly validateOnInit?: boolean | undefined;
|
|
5866
5902
|
readonly disabled?: boolean | undefined;
|
|
5867
5903
|
readonly height?: string | undefined;
|
|
5868
5904
|
readonly stepActive?: string | number | undefined;
|
|
@@ -5907,6 +5943,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5907
5943
|
parentValues?: Record<string, any>;
|
|
5908
5944
|
labelWidth?: string;
|
|
5909
5945
|
typeMatchValid?: boolean;
|
|
5946
|
+
validateOnInit?: boolean;
|
|
5910
5947
|
disabled?: boolean;
|
|
5911
5948
|
height?: string;
|
|
5912
5949
|
stepActive?: string | number;
|
|
@@ -5961,6 +5998,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5961
5998
|
keyProp: string;
|
|
5962
5999
|
parentValues: Record<string, any>;
|
|
5963
6000
|
stepActive: string | number;
|
|
6001
|
+
validateOnInit: boolean;
|
|
5964
6002
|
useFieldTextInError: boolean;
|
|
5965
6003
|
}, {}, string, {}, import("@vue/runtime-core").GlobalComponents, import("@vue/runtime-core").GlobalDirectives, string, import("@vue/runtime-core").ComponentProvideOptions> & {
|
|
5966
6004
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -5995,6 +6033,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
5995
6033
|
keyProp: string;
|
|
5996
6034
|
parentValues: Record<string, any>;
|
|
5997
6035
|
stepActive: string | number;
|
|
6036
|
+
validateOnInit: boolean;
|
|
5998
6037
|
useFieldTextInError: boolean;
|
|
5999
6038
|
}> & Omit<Readonly<{
|
|
6000
6039
|
config: import("@tmagic/form-schema").FormConfig;
|
|
@@ -6004,6 +6043,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
6004
6043
|
parentValues?: Record<string, any>;
|
|
6005
6044
|
labelWidth?: string;
|
|
6006
6045
|
typeMatchValid?: boolean;
|
|
6046
|
+
validateOnInit?: boolean;
|
|
6007
6047
|
disabled?: boolean;
|
|
6008
6048
|
height?: string;
|
|
6009
6049
|
stepActive?: string | number;
|
|
@@ -6028,7 +6068,7 @@ declare const __VLS_base$7: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
6028
6068
|
"onField-input"?: ((...args: any[]) => any) | undefined;
|
|
6029
6069
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
6030
6070
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
6031
|
-
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "useFieldTextInError")> & {
|
|
6071
|
+
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "validateOnInit" | "useFieldTextInError")> & {
|
|
6032
6072
|
values: FormValue;
|
|
6033
6073
|
lastValuesProcessed: FormValue;
|
|
6034
6074
|
formState: FormState;
|
|
@@ -6085,6 +6125,7 @@ declare const __VLS_base$6: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
6085
6125
|
readonly parentValues?: Record<string, any> | undefined;
|
|
6086
6126
|
readonly labelWidth?: string | undefined;
|
|
6087
6127
|
readonly typeMatchValid?: boolean | undefined;
|
|
6128
|
+
readonly validateOnInit?: boolean | undefined;
|
|
6088
6129
|
readonly disabled?: boolean | undefined;
|
|
6089
6130
|
readonly height?: string | undefined;
|
|
6090
6131
|
readonly stepActive?: string | number | undefined;
|
|
@@ -6129,6 +6170,7 @@ declare const __VLS_base$6: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
6129
6170
|
parentValues?: Record<string, any>;
|
|
6130
6171
|
labelWidth?: string;
|
|
6131
6172
|
typeMatchValid?: boolean;
|
|
6173
|
+
validateOnInit?: boolean;
|
|
6132
6174
|
disabled?: boolean;
|
|
6133
6175
|
height?: string;
|
|
6134
6176
|
stepActive?: string | number;
|
|
@@ -6183,6 +6225,7 @@ declare const __VLS_base$6: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
6183
6225
|
keyProp: string;
|
|
6184
6226
|
parentValues: Record<string, any>;
|
|
6185
6227
|
stepActive: string | number;
|
|
6228
|
+
validateOnInit: boolean;
|
|
6186
6229
|
useFieldTextInError: boolean;
|
|
6187
6230
|
}, {}, string, {}, import("@vue/runtime-core").GlobalComponents, import("@vue/runtime-core").GlobalDirectives, string, import("@vue/runtime-core").ComponentProvideOptions> & {
|
|
6188
6231
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -6217,6 +6260,7 @@ declare const __VLS_base$6: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
6217
6260
|
keyProp: string;
|
|
6218
6261
|
parentValues: Record<string, any>;
|
|
6219
6262
|
stepActive: string | number;
|
|
6263
|
+
validateOnInit: boolean;
|
|
6220
6264
|
useFieldTextInError: boolean;
|
|
6221
6265
|
}> & Omit<Readonly<{
|
|
6222
6266
|
config: FormConfig;
|
|
@@ -6226,6 +6270,7 @@ declare const __VLS_base$6: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
6226
6270
|
parentValues?: Record<string, any>;
|
|
6227
6271
|
labelWidth?: string;
|
|
6228
6272
|
typeMatchValid?: boolean;
|
|
6273
|
+
validateOnInit?: boolean;
|
|
6229
6274
|
disabled?: boolean;
|
|
6230
6275
|
height?: string;
|
|
6231
6276
|
stepActive?: string | number;
|
|
@@ -6250,7 +6295,7 @@ declare const __VLS_base$6: import("@vue/runtime-core").DefineComponent<__VLS_Pr
|
|
|
6250
6295
|
"onField-input"?: ((...args: any[]) => any) | undefined;
|
|
6251
6296
|
"onField-change"?: ((...args: any[]) => any) | undefined;
|
|
6252
6297
|
"onUpdate:stepActive"?: ((...args: any[]) => any) | undefined;
|
|
6253
|
-
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "useFieldTextInError")> & {
|
|
6298
|
+
}>, "values" | "changeHandler" | "validate" | "initialized" | "lastValuesProcessed" | "formState" | "changeRecords" | "resetForm" | "submitForm" | "getTextByName" | ("disabled" | "labelWidth" | "inline" | "labelPosition" | "config" | "height" | "initValues" | "lastValues" | "isCompare" | "keyProp" | "parentValues" | "stepActive" | "validateOnInit" | "useFieldTextInError")> & {
|
|
6254
6299
|
values: FormValue;
|
|
6255
6300
|
lastValuesProcessed: FormValue;
|
|
6256
6301
|
formState: FormState;
|