@artel/ru-reactivity 0.92.25009 → 0.92.25011
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artel/ru-reactivity",
|
|
3
|
-
"version": "0.92.
|
|
3
|
+
"version": "0.92.25011",
|
|
4
4
|
"description": "*А* Реактивность (RU)",
|
|
5
5
|
"author": "Nezaboodka Team <contact@nezaboodka.com>",
|
|
6
6
|
"license": "Apache License 2.0",
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
"Переводы"
|
|
12
12
|
],
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@artel/en-reactivity": "^0.92.
|
|
14
|
+
"@artel/en-reactivity": "^0.92.25011"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
|
|
15
15
|
// function options(value) ->
|
|
16
16
|
|
|
17
|
-
type
|
|
17
|
+
type ReactiveLoop<T> -> РеактивныйЦикл<Т>
|
|
18
18
|
{
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
reactive-function ->
|
|
20
|
+
реактивная-функция
|
|
21
21
|
|
|
22
22
|
prototype ->
|
|
23
23
|
прототип
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
plain ->
|
|
35
35
|
обычный
|
|
36
36
|
|
|
37
|
-
atomic
|
|
38
|
-
|
|
37
|
+
atomic ->
|
|
38
|
+
атомарно
|
|
39
39
|
|
|
40
|
-
reactive
|
|
41
|
-
|
|
40
|
+
reactive ->
|
|
41
|
+
реактивно
|
|
42
42
|
|
|
43
|
-
cached
|
|
44
|
-
|
|
43
|
+
cached ->
|
|
44
|
+
кэшировано
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
type Reentrance -> ПовторныйВход
|
|
@@ -1169,7 +1169,7 @@
|
|
|
1169
1169
|
значение
|
|
1170
1170
|
}
|
|
1171
1171
|
|
|
1172
|
-
type
|
|
1172
|
+
type RealTimeClock -> ЧасыРеальногоВремени
|
|
1173
1173
|
{
|
|
1174
1174
|
hour ->
|
|
1175
1175
|
час
|