mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Updated version to 32.3.0
commit_hash:797645f9084ecd6a3509ae596efdff243df8658d
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
MARKETING_VERSION = 32.2.0
|
||||
MARKETING_VERSION = 32.3.0
|
||||
CURRENT_PROJECT_VERSION = 32
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
public enum DivKitInfo {
|
||||
public static let version = "32.2.0"
|
||||
public static let version = "32.3.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@divkitframework/divkit",
|
||||
"version": "32.2.0",
|
||||
"version": "32.3.0",
|
||||
"description": "DivKit for the web",
|
||||
"keywords": [
|
||||
"server-driven-ui",
|
||||
|
||||
@@ -47,7 +47,7 @@ data class ArrayVariable internal constructor(
|
||||
*/
|
||||
val name: Property<String>?,
|
||||
/**
|
||||
* Value.
|
||||
* Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
val value: Property<List<Any>>?,
|
||||
) {
|
||||
@@ -63,7 +63,7 @@ data class ArrayVariable internal constructor(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.arrayVariable(
|
||||
@@ -79,7 +79,7 @@ fun DivScope.arrayVariable(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.arrayVariableProps(
|
||||
@@ -93,7 +93,7 @@ fun DivScope.arrayVariableProps(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun TemplateScope.arrayVariableRefs(
|
||||
@@ -107,7 +107,7 @@ fun TemplateScope.arrayVariableRefs(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun ArrayVariable.override(
|
||||
@@ -123,7 +123,7 @@ fun ArrayVariable.override(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun ArrayVariable.defer(
|
||||
@@ -138,7 +138,7 @@ fun ArrayVariable.defer(
|
||||
)
|
||||
|
||||
/**
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun ArrayVariable.evaluate(
|
||||
|
||||
@@ -47,7 +47,7 @@ data class BooleanVariable internal constructor(
|
||||
*/
|
||||
val name: Property<String>?,
|
||||
/**
|
||||
* Value.
|
||||
* Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
val value: Property<Boolean>?,
|
||||
) {
|
||||
@@ -63,7 +63,7 @@ data class BooleanVariable internal constructor(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.booleanVariable(
|
||||
@@ -79,7 +79,7 @@ fun DivScope.booleanVariable(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.booleanVariableProps(
|
||||
@@ -93,7 +93,7 @@ fun DivScope.booleanVariableProps(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun TemplateScope.booleanVariableRefs(
|
||||
@@ -107,7 +107,7 @@ fun TemplateScope.booleanVariableRefs(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun BooleanVariable.override(
|
||||
@@ -123,7 +123,7 @@ fun BooleanVariable.override(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun BooleanVariable.defer(
|
||||
@@ -138,7 +138,7 @@ fun BooleanVariable.defer(
|
||||
)
|
||||
|
||||
/**
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun BooleanVariable.evaluate(
|
||||
|
||||
@@ -47,7 +47,7 @@ data class ColorVariable internal constructor(
|
||||
*/
|
||||
val name: Property<String>?,
|
||||
/**
|
||||
* Value.
|
||||
* Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
val value: Property<Color>?,
|
||||
) {
|
||||
@@ -63,7 +63,7 @@ data class ColorVariable internal constructor(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.colorVariable(
|
||||
@@ -79,7 +79,7 @@ fun DivScope.colorVariable(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.colorVariableProps(
|
||||
@@ -93,7 +93,7 @@ fun DivScope.colorVariableProps(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun TemplateScope.colorVariableRefs(
|
||||
@@ -107,7 +107,7 @@ fun TemplateScope.colorVariableRefs(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun ColorVariable.override(
|
||||
@@ -123,7 +123,7 @@ fun ColorVariable.override(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun ColorVariable.defer(
|
||||
@@ -138,7 +138,7 @@ fun ColorVariable.defer(
|
||||
)
|
||||
|
||||
/**
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun ColorVariable.evaluate(
|
||||
|
||||
@@ -47,7 +47,7 @@ data class DictVariable internal constructor(
|
||||
*/
|
||||
val name: Property<String>?,
|
||||
/**
|
||||
* Value.
|
||||
* Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
val value: Property<Map<String, Any>>?,
|
||||
) {
|
||||
@@ -63,7 +63,7 @@ data class DictVariable internal constructor(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.dictVariable(
|
||||
@@ -79,7 +79,7 @@ fun DivScope.dictVariable(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.dictVariableProps(
|
||||
@@ -93,7 +93,7 @@ fun DivScope.dictVariableProps(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun TemplateScope.dictVariableRefs(
|
||||
@@ -107,7 +107,7 @@ fun TemplateScope.dictVariableRefs(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DictVariable.override(
|
||||
@@ -123,7 +123,7 @@ fun DictVariable.override(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DictVariable.defer(
|
||||
|
||||
@@ -121,7 +121,7 @@ data class Input internal constructor(
|
||||
*/
|
||||
val animators: Property<List<Animator>>?,
|
||||
/**
|
||||
* Text auto-capitalization type. <li>By default: `auto` - default behavior of the platform;</li><li>`none' - automatic capitalization is not applied;</li><li>`words` - capitalization of each word;</li><li>`sentences` - capitalization at the beginning of a sentence;</li><li>`all_characters' - capitalization of each character.</li>
|
||||
* Text auto-capitalization type.
|
||||
* Default value: `auto`.
|
||||
*/
|
||||
val autocapitalization: Property<Autocapitalization>?,
|
||||
@@ -420,7 +420,7 @@ data class Input internal constructor(
|
||||
}
|
||||
|
||||
/**
|
||||
* Text auto-capitalization type. <li>By default: `auto` - default behavior of the platform;</li><li>`none' - automatic capitalization is not applied;</li><li>`words` - capitalization of each word;</li><li>`sentences` - capitalization at the beginning of a sentence;</li><li>`all_characters' - capitalization of each character.</li>
|
||||
* Text auto-capitalization type.
|
||||
*
|
||||
* Possible values: [auto], [none], [words], [sentences], [all_characters].
|
||||
*/
|
||||
@@ -487,7 +487,7 @@ data class Input internal constructor(
|
||||
* @param alignmentVertical Vertical alignment of an element inside the parent element.
|
||||
* @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque.
|
||||
* @param animators Declaration of animators that change variable values over time.
|
||||
* @param autocapitalization Text auto-capitalization type. <li>By default: `auto` - default behavior of the platform;</li><li>`none' - automatic capitalization is not applied;</li><li>`words` - capitalization of each word;</li><li>`sentences` - capitalization at the beginning of a sentence;</li><li>`all_characters' - capitalization of each character.</li>
|
||||
* @param autocapitalization Text auto-capitalization type.
|
||||
* @param background Element background. It can contain multiple layers.
|
||||
* @param border Element stroke.
|
||||
* @param columnSpan Merges cells in a column of the [grid](div-grid.md) element.
|
||||
@@ -674,7 +674,7 @@ fun DivScope.input(
|
||||
* @param alignmentVertical Vertical alignment of an element inside the parent element.
|
||||
* @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque.
|
||||
* @param animators Declaration of animators that change variable values over time.
|
||||
* @param autocapitalization Text auto-capitalization type. <li>By default: `auto` - default behavior of the platform;</li><li>`none' - automatic capitalization is not applied;</li><li>`words` - capitalization of each word;</li><li>`sentences` - capitalization at the beginning of a sentence;</li><li>`all_characters' - capitalization of each character.</li>
|
||||
* @param autocapitalization Text auto-capitalization type.
|
||||
* @param background Element background. It can contain multiple layers.
|
||||
* @param border Element stroke.
|
||||
* @param columnSpan Merges cells in a column of the [grid](div-grid.md) element.
|
||||
@@ -859,7 +859,7 @@ fun DivScope.inputProps(
|
||||
* @param alignmentVertical Vertical alignment of an element inside the parent element.
|
||||
* @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque.
|
||||
* @param animators Declaration of animators that change variable values over time.
|
||||
* @param autocapitalization Text auto-capitalization type. <li>By default: `auto` - default behavior of the platform;</li><li>`none' - automatic capitalization is not applied;</li><li>`words` - capitalization of each word;</li><li>`sentences` - capitalization at the beginning of a sentence;</li><li>`all_characters' - capitalization of each character.</li>
|
||||
* @param autocapitalization Text auto-capitalization type.
|
||||
* @param background Element background. It can contain multiple layers.
|
||||
* @param border Element stroke.
|
||||
* @param columnSpan Merges cells in a column of the [grid](div-grid.md) element.
|
||||
@@ -1044,7 +1044,7 @@ fun TemplateScope.inputRefs(
|
||||
* @param alignmentVertical Vertical alignment of an element inside the parent element.
|
||||
* @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque.
|
||||
* @param animators Declaration of animators that change variable values over time.
|
||||
* @param autocapitalization Text auto-capitalization type. <li>By default: `auto` - default behavior of the platform;</li><li>`none' - automatic capitalization is not applied;</li><li>`words` - capitalization of each word;</li><li>`sentences` - capitalization at the beginning of a sentence;</li><li>`all_characters' - capitalization of each character.</li>
|
||||
* @param autocapitalization Text auto-capitalization type.
|
||||
* @param background Element background. It can contain multiple layers.
|
||||
* @param border Element stroke.
|
||||
* @param columnSpan Merges cells in a column of the [grid](div-grid.md) element.
|
||||
@@ -1231,7 +1231,7 @@ fun Input.override(
|
||||
* @param alignmentVertical Vertical alignment of an element inside the parent element.
|
||||
* @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque.
|
||||
* @param animators Declaration of animators that change variable values over time.
|
||||
* @param autocapitalization Text auto-capitalization type. <li>By default: `auto` - default behavior of the platform;</li><li>`none' - automatic capitalization is not applied;</li><li>`words` - capitalization of each word;</li><li>`sentences` - capitalization at the beginning of a sentence;</li><li>`all_characters' - capitalization of each character.</li>
|
||||
* @param autocapitalization Text auto-capitalization type.
|
||||
* @param background Element background. It can contain multiple layers.
|
||||
* @param border Element stroke.
|
||||
* @param columnSpan Merges cells in a column of the [grid](div-grid.md) element.
|
||||
@@ -1416,7 +1416,7 @@ fun Input.defer(
|
||||
* @param alignmentHorizontal Horizontal alignment of an element inside the parent element.
|
||||
* @param alignmentVertical Vertical alignment of an element inside the parent element.
|
||||
* @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque.
|
||||
* @param autocapitalization Text auto-capitalization type. <li>By default: `auto` - default behavior of the platform;</li><li>`none' - automatic capitalization is not applied;</li><li>`words` - capitalization of each word;</li><li>`sentences` - capitalization at the beginning of a sentence;</li><li>`all_characters' - capitalization of each character.</li>
|
||||
* @param autocapitalization Text auto-capitalization type.
|
||||
* @param columnSpan Merges cells in a column of the [grid](div-grid.md) element.
|
||||
* @param enterKeyType 'Enter' key type.
|
||||
* @param fontFamily Font family:<li>`text` — a standard text font;</li><li>`display` — a family of fonts with a large font size.</li>
|
||||
@@ -1541,7 +1541,7 @@ fun Input.evaluate(
|
||||
* @param alignmentVertical Vertical alignment of an element inside the parent element.
|
||||
* @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque.
|
||||
* @param animators Declaration of animators that change variable values over time.
|
||||
* @param autocapitalization Text auto-capitalization type. <li>By default: `auto` - default behavior of the platform;</li><li>`none' - automatic capitalization is not applied;</li><li>`words` - capitalization of each word;</li><li>`sentences` - capitalization at the beginning of a sentence;</li><li>`all_characters' - capitalization of each character.</li>
|
||||
* @param autocapitalization Text auto-capitalization type.
|
||||
* @param background Element background. It can contain multiple layers.
|
||||
* @param border Element stroke.
|
||||
* @param columnSpan Merges cells in a column of the [grid](div-grid.md) element.
|
||||
@@ -1729,7 +1729,7 @@ fun Component<Input>.override(
|
||||
* @param alignmentVertical Vertical alignment of an element inside the parent element.
|
||||
* @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque.
|
||||
* @param animators Declaration of animators that change variable values over time.
|
||||
* @param autocapitalization Text auto-capitalization type. <li>By default: `auto` - default behavior of the platform;</li><li>`none' - automatic capitalization is not applied;</li><li>`words` - capitalization of each word;</li><li>`sentences` - capitalization at the beginning of a sentence;</li><li>`all_characters' - capitalization of each character.</li>
|
||||
* @param autocapitalization Text auto-capitalization type.
|
||||
* @param background Element background. It can contain multiple layers.
|
||||
* @param border Element stroke.
|
||||
* @param columnSpan Merges cells in a column of the [grid](div-grid.md) element.
|
||||
@@ -1915,7 +1915,7 @@ fun Component<Input>.defer(
|
||||
* @param alignmentHorizontal Horizontal alignment of an element inside the parent element.
|
||||
* @param alignmentVertical Vertical alignment of an element inside the parent element.
|
||||
* @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque.
|
||||
* @param autocapitalization Text auto-capitalization type. <li>By default: `auto` - default behavior of the platform;</li><li>`none' - automatic capitalization is not applied;</li><li>`words` - capitalization of each word;</li><li>`sentences` - capitalization at the beginning of a sentence;</li><li>`all_characters' - capitalization of each character.</li>
|
||||
* @param autocapitalization Text auto-capitalization type.
|
||||
* @param columnSpan Merges cells in a column of the [grid](div-grid.md) element.
|
||||
* @param enterKeyType 'Enter' key type.
|
||||
* @param fontFamily Font family:<li>`text` — a standard text font;</li><li>`display` — a family of fonts with a large font size.</li>
|
||||
|
||||
@@ -47,7 +47,7 @@ data class IntegerVariable internal constructor(
|
||||
*/
|
||||
val name: Property<String>?,
|
||||
/**
|
||||
* Value.
|
||||
* Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
val value: Property<Long>?,
|
||||
) {
|
||||
@@ -63,7 +63,7 @@ data class IntegerVariable internal constructor(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.integerVariable(
|
||||
@@ -79,7 +79,7 @@ fun DivScope.integerVariable(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.integerVariableProps(
|
||||
@@ -93,7 +93,7 @@ fun DivScope.integerVariableProps(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun TemplateScope.integerVariableRefs(
|
||||
@@ -107,7 +107,7 @@ fun TemplateScope.integerVariableRefs(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun IntegerVariable.override(
|
||||
@@ -123,7 +123,7 @@ fun IntegerVariable.override(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun IntegerVariable.defer(
|
||||
@@ -138,7 +138,7 @@ fun IntegerVariable.defer(
|
||||
)
|
||||
|
||||
/**
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun IntegerVariable.evaluate(
|
||||
|
||||
@@ -47,7 +47,7 @@ data class NumberVariable internal constructor(
|
||||
*/
|
||||
val name: Property<String>?,
|
||||
/**
|
||||
* Value.
|
||||
* Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
val value: Property<Double>?,
|
||||
) {
|
||||
@@ -63,7 +63,7 @@ data class NumberVariable internal constructor(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.numberVariable(
|
||||
@@ -79,7 +79,7 @@ fun DivScope.numberVariable(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.numberVariableProps(
|
||||
@@ -93,7 +93,7 @@ fun DivScope.numberVariableProps(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun TemplateScope.numberVariableRefs(
|
||||
@@ -107,7 +107,7 @@ fun TemplateScope.numberVariableRefs(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun NumberVariable.override(
|
||||
@@ -123,7 +123,7 @@ fun NumberVariable.override(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun NumberVariable.defer(
|
||||
@@ -138,7 +138,7 @@ fun NumberVariable.defer(
|
||||
)
|
||||
|
||||
/**
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun NumberVariable.evaluate(
|
||||
|
||||
@@ -47,7 +47,7 @@ data class StringVariable internal constructor(
|
||||
*/
|
||||
val name: Property<String>?,
|
||||
/**
|
||||
* Value.
|
||||
* Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
val value: Property<String>?,
|
||||
) {
|
||||
@@ -63,7 +63,7 @@ data class StringVariable internal constructor(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.stringVariable(
|
||||
@@ -79,7 +79,7 @@ fun DivScope.stringVariable(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.stringVariableProps(
|
||||
@@ -93,7 +93,7 @@ fun DivScope.stringVariableProps(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun TemplateScope.stringVariableRefs(
|
||||
@@ -107,7 +107,7 @@ fun TemplateScope.stringVariableRefs(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun StringVariable.override(
|
||||
@@ -123,7 +123,7 @@ fun StringVariable.override(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun StringVariable.defer(
|
||||
@@ -138,7 +138,7 @@ fun StringVariable.defer(
|
||||
)
|
||||
|
||||
/**
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun StringVariable.evaluate(
|
||||
|
||||
@@ -47,7 +47,7 @@ data class UrlVariable internal constructor(
|
||||
*/
|
||||
val name: Property<String>?,
|
||||
/**
|
||||
* Value.
|
||||
* Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
val value: Property<Url>?,
|
||||
) {
|
||||
@@ -63,7 +63,7 @@ data class UrlVariable internal constructor(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.urlVariable(
|
||||
@@ -79,7 +79,7 @@ fun DivScope.urlVariable(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun DivScope.urlVariableProps(
|
||||
@@ -93,7 +93,7 @@ fun DivScope.urlVariableProps(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun TemplateScope.urlVariableRefs(
|
||||
@@ -107,7 +107,7 @@ fun TemplateScope.urlVariableRefs(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun UrlVariable.override(
|
||||
@@ -123,7 +123,7 @@ fun UrlVariable.override(
|
||||
|
||||
/**
|
||||
* @param name Variable name.
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun UrlVariable.defer(
|
||||
@@ -138,7 +138,7 @@ fun UrlVariable.defer(
|
||||
)
|
||||
|
||||
/**
|
||||
* @param value Value.
|
||||
* @param value Value. Supports expressions for variable initialization.
|
||||
*/
|
||||
@Generated
|
||||
fun UrlVariable.evaluate(
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "pydivkit"
|
||||
version = "32.2.0"
|
||||
version = "32.3.0"
|
||||
description = "DivKit python library"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/divkit/divkit/tree/main/json-builder/python"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@divkitframework/jsonbuilder",
|
||||
"version": "32.2.0",
|
||||
"version": "32.3.0",
|
||||
"description": "DivKit TypeScript JSON Builder",
|
||||
"main": "./dist/jsonbuilder.js",
|
||||
"module": "./dist/es/jsonbuilder.js",
|
||||
|
||||
Reference in New Issue
Block a user