@progress/kendo-angular-conversational-ui 23.0.0 → 23.0.1-develop.1

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.
@@ -216,7 +216,7 @@ const packageMetadata = {
216
216
  productCode: 'KENDOUIANGULAR',
217
217
  productCodes: ['KENDOUIANGULAR'],
218
218
  publishDate: 0,
219
- version: '23.0.0',
219
+ version: '23.0.1-develop.1',
220
220
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
221
221
  };
222
222
 
@@ -2025,6 +2025,7 @@ const STB_DEFAULT_SETTINGS$1 = {
2025
2025
  lang: 'en-US',
2026
2026
  maxAlternatives: 1,
2027
2027
  size: 'small',
2028
+ rounded: 'full',
2028
2029
  };
2029
2030
  /**
2030
2031
  * @hidden
@@ -2046,6 +2047,8 @@ const FILESELECT_BUTTON_DEFAULT_SETTINGS$1 = {
2046
2047
  fillMode: 'clear',
2047
2048
  icon: 'paperclip-outline-alt-right',
2048
2049
  svgIcon: paperclipOutlineAltRightIcon,
2050
+ size: 'small',
2051
+ rounded: 'full',
2049
2052
  };
2050
2053
  /**
2051
2054
  * @hidden
@@ -3442,6 +3445,7 @@ const STB_DEFAULT_SETTINGS = {
3442
3445
  lang: 'en-US',
3443
3446
  maxAlternatives: 1,
3444
3447
  size: 'small',
3448
+ rounded: 'full',
3445
3449
  };
3446
3450
  /**
3447
3451
  * @hidden
@@ -3450,6 +3454,7 @@ const FILESELECT_BUTTON_DEFAULT_SETTINGS = {
3450
3454
  disabled: false,
3451
3455
  fillMode: 'flat',
3452
3456
  size: 'small',
3457
+ rounded: 'full',
3453
3458
  icon: 'paperclip-outline-alt-right',
3454
3459
  svgIcon: paperclipOutlineAltRightIcon,
3455
3460
  multiple: true,
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1770742180,
11
- "version": "23.0.0",
10
+ "publishDate": 1770808444,
11
+ "version": "23.0.1-develop.1",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-conversational-ui",
3
- "version": "23.0.0",
3
+ "version": "23.0.1-develop.1",
4
4
  "description": "Kendo UI for Angular Conversational UI components",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -69,7 +69,7 @@
69
69
  "package": {
70
70
  "productName": "Kendo UI for Angular",
71
71
  "productCode": "KENDOUIANGULAR",
72
- "publishDate": 1770742180,
72
+ "publishDate": 1770808444,
73
73
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
74
74
  }
75
75
  },
@@ -79,22 +79,22 @@
79
79
  "@angular/core": "19 - 21",
80
80
  "@angular/platform-browser": "19 - 21",
81
81
  "@progress/kendo-licensing": "^1.10.0",
82
- "@progress/kendo-angular-buttons": "23.0.0",
83
- "@progress/kendo-angular-inputs": "23.0.0",
84
- "@progress/kendo-angular-layout": "23.0.0",
85
- "@progress/kendo-angular-icons": "23.0.0",
86
- "@progress/kendo-angular-common": "23.0.0",
87
- "@progress/kendo-angular-intl": "23.0.0",
88
- "@progress/kendo-angular-l10n": "23.0.0",
89
- "@progress/kendo-angular-menu": "23.0.0",
90
- "@progress/kendo-angular-popup": "23.0.0",
91
- "@progress/kendo-angular-toolbar": "23.0.0",
92
- "@progress/kendo-angular-upload": "23.0.0",
82
+ "@progress/kendo-angular-buttons": "23.0.1-develop.1",
83
+ "@progress/kendo-angular-inputs": "23.0.1-develop.1",
84
+ "@progress/kendo-angular-layout": "23.0.1-develop.1",
85
+ "@progress/kendo-angular-icons": "23.0.1-develop.1",
86
+ "@progress/kendo-angular-common": "23.0.1-develop.1",
87
+ "@progress/kendo-angular-intl": "23.0.1-develop.1",
88
+ "@progress/kendo-angular-l10n": "23.0.1-develop.1",
89
+ "@progress/kendo-angular-menu": "23.0.1-develop.1",
90
+ "@progress/kendo-angular-popup": "23.0.1-develop.1",
91
+ "@progress/kendo-angular-toolbar": "23.0.1-develop.1",
92
+ "@progress/kendo-angular-upload": "23.0.1-develop.1",
93
93
  "rxjs": "^6.5.3 || ^7.0.0"
94
94
  },
95
95
  "dependencies": {
96
96
  "tslib": "^2.3.1",
97
- "@progress/kendo-angular-schematics": "23.0.0"
97
+ "@progress/kendo-angular-schematics": "23.0.1-develop.1"
98
98
  },
99
99
  "schematics": "./schematics/collection.json",
100
100
  "module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",