@redneckz/wildless-cms-uni-blocks 0.14.921 → 0.14.922
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/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
- package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
- package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +1 -1
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationForm.example.json +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +1 -1
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.example.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.fixture.mobile.tsx +1 -1
- package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +1 -1
- package/src/components/ApplicationForm/ApplicationFormContent.ts +1 -1
|
@@ -33,7 +33,7 @@ export declare type FieldDef = Required & LabelProps & ConditionFieldProps & Fil
|
|
|
33
33
|
defaultValue?: string;
|
|
34
34
|
};
|
|
35
35
|
/** @hidden */
|
|
36
|
-
export declare type EndpointType = 'lead' | 'initcorporatelead';
|
|
36
|
+
export declare type EndpointType = 'lead' | 'initcorporatelead' | 'sendcorporatelead';
|
|
37
37
|
/**
|
|
38
38
|
* @title Секция полей ввода
|
|
39
39
|
*/
|
|
@@ -33,7 +33,7 @@ export declare type FieldDef = Required & LabelProps & ConditionFieldProps & Fil
|
|
|
33
33
|
defaultValue?: string;
|
|
34
34
|
};
|
|
35
35
|
/** @hidden */
|
|
36
|
-
export declare type EndpointType = 'lead' | 'initcorporatelead';
|
|
36
|
+
export declare type EndpointType = 'lead' | 'initcorporatelead' | 'sendcorporatelead';
|
|
37
37
|
/**
|
|
38
38
|
* @title Секция полей ввода
|
|
39
39
|
*/
|
|
@@ -33,7 +33,7 @@ export declare type FieldDef = Required & LabelProps & ConditionFieldProps & Fil
|
|
|
33
33
|
defaultValue?: string;
|
|
34
34
|
};
|
|
35
35
|
/** @hidden */
|
|
36
|
-
export declare type EndpointType = 'lead' | 'initcorporatelead';
|
|
36
|
+
export declare type EndpointType = 'lead' | 'initcorporatelead' | 'sendcorporatelead';
|
|
37
37
|
/**
|
|
38
38
|
* @title Секция полей ввода
|
|
39
39
|
*/
|
|
@@ -16,5 +16,5 @@ export interface OfficesAtmsMapLayoutProps<T> extends ComponentType, TitleProps
|
|
|
16
16
|
initFilterState?: InitFilterState;
|
|
17
17
|
descriptionData?: AtmsDef;
|
|
18
18
|
}
|
|
19
|
-
export declare const OfficesAtmsMapLayout: import("@redneckz/uni-jsx").UNIComponent<OfficesAtmsMapLayoutProps<
|
|
19
|
+
export declare const OfficesAtmsMapLayout: import("@redneckz/uni-jsx").UNIComponent<OfficesAtmsMapLayoutProps<Atm | Branch | RemoteWorkplace>, any, any>;
|
|
20
20
|
export declare const getFiltersWithNonEmptyData: (data: (Branch | Atm | RemoteWorkplace)[]) => string[];
|
|
@@ -11929,7 +11929,7 @@
|
|
|
11929
11929
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
11930
11930
|
});
|
|
11931
11931
|
|
|
11932
|
-
const packageVersion = "0.14.
|
|
11932
|
+
const packageVersion = "0.14.921";
|
|
11933
11933
|
|
|
11934
11934
|
exports.Blocks = Blocks;
|
|
11935
11935
|
exports.ContentPage = ContentPage;
|