@artel/ru-user-interface 0.92.25014 → 0.92.25015

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-user-interface",
3
- "version": "0.92.25014",
3
+ "version": "0.92.25015",
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-user-interface": "^0.92.25014"
14
+ "@artel/en-user-interface": "^0.92.25015"
15
15
  }
16
16
  }
@@ -100,7 +100,7 @@
100
100
  prototype ->
101
101
  прототип
102
102
 
103
- on create('$') ->
103
+ creation('$') ->
104
104
  ('$')
105
105
  }
106
106
 
@@ -136,7 +136,7 @@
136
136
  prototype ->
137
137
  прототип
138
138
 
139
- on create('$') ->
139
+ creation('$') ->
140
140
  ('$')
141
141
  }
142
142
 
@@ -154,7 +154,7 @@
154
154
  prototype ->
155
155
  прототип
156
156
 
157
- on create('$') ->
157
+ creation('$') ->
158
158
  ('$')
159
159
  }
160
160
 
@@ -184,7 +184,7 @@
184
184
  prototype ->
185
185
  прототип
186
186
 
187
- on create('$') ->
187
+ creation('$') ->
188
188
  ('$')
189
189
  }
190
190
 
@@ -245,4 +245,37 @@
245
245
  current ->
246
246
  текущая
247
247
  }
248
+
249
+ type RealTimeClock -> ЧасыРеальногоВремени
250
+ {
251
+ hour ->
252
+ час
253
+
254
+ minute ->
255
+ минута
256
+
257
+ second ->
258
+ секунда
259
+
260
+ ms ->
261
+ мс
262
+
263
+ interval ->
264
+ интервал
265
+
266
+ paused ->
267
+ на-паузе
268
+
269
+ tick ->
270
+ такт
271
+
272
+ prototype ->
273
+ прототип
274
+
275
+ creation(interval) ->
276
+ (интервал)
277
+
278
+ function pause(value) ->
279
+ пауза(значение)
280
+ }
248
281
  }