@brandup/ui-input 1.0.42 → 1.0.44

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,7 +12,7 @@ npm i @brandup/ui-input
12
12
 
13
13
  ## InputControl
14
14
 
15
- `InputControl<T, TEvents>` — абстрактный класс, от которого наследуются все компоненты ввода (`TextBox`, `DropDown`). Расширяет `UIElementBound` из `@brandup/ui`.
15
+ `InputControl<T, TEvents>` — абстрактный класс, от которого наследуются все компоненты ввода (`TextBox`, `MessageEditor`, `DropDown`). Расширяет `UIElementBound` из `@brandup/ui`.
16
16
 
17
17
  ### Свойства
18
18
 
package/package.json CHANGED
@@ -24,12 +24,12 @@
24
24
  "email": "it@brandup.online"
25
25
  },
26
26
  "license": "Apache-2.0",
27
- "version": "1.0.42",
27
+ "version": "1.0.44",
28
28
  "main": "source/index.ts",
29
29
  "types": "source/index.ts",
30
30
  "dependencies": {
31
31
  "@brandup/ui": "^2.0.7",
32
- "@brandup/ui-kit": "^1.0.42"
32
+ "@brandup/ui-kit": "^1.0.44"
33
33
  },
34
34
  "files": [
35
35
  "source",