indicator-ui 0.0.115 → 0.0.116

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.
@@ -17,16 +17,22 @@ export type DateTimeFieldPropsType = FieldsBasePropsType<DateTimeFieldValueType>
17
17
  fieldConfig?: DateTimeFieldFieldConfigType;
18
18
  /**
19
19
  * Визуальны формат времени, то как время будет показывать в поле.
20
+ *
21
+ * Экранируйте символы *Z*, *T* и тд, обернув в одинарные кавычки. Пример: `"HH:mm:ss'Z'"`
20
22
  * */
21
23
  timeFormat?: string;
22
24
  /**
23
25
  * Визуальны формат даты, то как дата будет показывать в поле.
26
+ *
27
+ * Экранируйте символы *Z*, *T* и тд, обернув в одинарные кавычки. Пример: `"HH:mm:ss'Z'"`
24
28
  * */
25
29
  dateFormat?: string;
26
30
  /**
27
31
  * Выходной формат.
28
32
  *
29
33
  * _Следите, чтобы в выходном формате было достаточно переменных, для визуальных (`timeFormat` и `dateFormat`)._
34
+ *
35
+ * Экранируйте символы *Z*, *T* и тд, обернув в одинарные кавычки. Пример: `"HH:mm:ss'Z'"`
30
36
  * */
31
37
  outFormat?: string | 'iso-8601';
32
38
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indicator-ui",
3
- "version": "0.0.115",
3
+ "version": "0.0.116",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/types/src/index.d.ts",
6
6
  "style": "dist/index.css",