|
@@ -160,7 +160,8 @@ export type XFormCaptchaURI = {
|
|
export type XFormListTypes = 'list-single' | 'list-multi';
|
|
export type XFormListTypes = 'list-single' | 'list-multi';
|
|
export type XFormJIDTypes = 'jid-single' | 'jid-multi';
|
|
export type XFormJIDTypes = 'jid-single' | 'jid-multi';
|
|
export type XFormTextTypes = 'text-multi' | 'text-private' | 'text-single';
|
|
export type XFormTextTypes = 'text-multi' | 'text-private' | 'text-single';
|
|
-export type XFormFieldTypes = XFormListTypes | XFormJIDTypes | XFormTextTypes | 'fixed' | 'boolean' | 'url' | 'hidden';
|
|
|
|
|
|
+export type XFormDateTypes = 'date' | 'datetime';
|
|
|
|
+export type XFormFieldTypes = XFormListTypes | XFormJIDTypes | XFormTextTypes | XFormDateTypes | 'fixed' | 'boolean' | 'url' | 'hidden';
|
|
export type XFormField = {
|
|
export type XFormField = {
|
|
var: string;
|
|
var: string;
|
|
label: string;
|
|
label: string;
|