@infomaximum/widget-sdk 6.0.0-2508.1 → 6.0.0-2508.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [6.0.0-2508.2](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-2508.1...v6.0.0-2508.2) (2025-09-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * удален флаг isBordered для IInputControl [BI-15461] ([aabacfe](https://github.com/Infomaximum/widget-sdk/commit/aabacfe1ed8083f8ac891b619f26ec612dbf59fa))
11
+
5
12
  ## [6.0.0-2508.1](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-2508.0...v6.0.0-2508.1) (2025-09-12)
6
13
 
7
14
 
package/dist/index.d.ts CHANGED
@@ -1333,7 +1333,6 @@ interface IInputControl {
1333
1333
  type: EControlType.input;
1334
1334
  value: string;
1335
1335
  props: {
1336
- isBordered?: boolean;
1337
1336
  placeholder?: string;
1338
1337
  /** Максимальное количество символов которое можно ввести в поле */
1339
1338
  maxLength?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "6.0.0-2508.1",
3
+ "version": "6.0.0-2508.2",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",