@syncfusion/ej2-react-splitbuttons 19.4.48 → 20.1.55

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 (91) hide show
  1. package/CHANGELOG.md +1 -3
  2. package/README.md +1 -1
  3. package/dist/ej2-react-splitbuttons.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/src/drop-down-button/items-directive.d.ts +3 -1
  6. package/src/split-button/items-directive.d.ts +3 -1
  7. package/styles/bootstrap-dark.css +49 -375
  8. package/styles/bootstrap.css +49 -370
  9. package/styles/bootstrap4.css +57 -379
  10. package/styles/bootstrap5-dark.css +84 -389
  11. package/styles/bootstrap5.css +82 -387
  12. package/styles/button-group/bootstrap-dark.css +1 -106
  13. package/styles/button-group/bootstrap.css +1 -100
  14. package/styles/button-group/bootstrap4.css +5 -111
  15. package/styles/button-group/bootstrap5-dark.css +3 -108
  16. package/styles/button-group/bootstrap5.css +1 -106
  17. package/styles/button-group/fabric-dark.css +1 -106
  18. package/styles/button-group/fabric.css +1 -106
  19. package/styles/button-group/fluent-dark.css +761 -0
  20. package/styles/button-group/fluent-dark.scss +1 -0
  21. package/styles/button-group/fluent.css +761 -0
  22. package/styles/button-group/fluent.scss +1 -0
  23. package/styles/button-group/highcontrast-light.css +1 -106
  24. package/styles/button-group/highcontrast.css +1 -118
  25. package/styles/button-group/material-dark.css +1 -106
  26. package/styles/button-group/material.css +1 -107
  27. package/styles/button-group/tailwind-dark.css +1 -102
  28. package/styles/button-group/tailwind.css +1 -102
  29. package/styles/drop-down-button/bootstrap-dark.css +2 -36
  30. package/styles/drop-down-button/bootstrap.css +2 -36
  31. package/styles/drop-down-button/bootstrap4.css +3 -36
  32. package/styles/drop-down-button/bootstrap5-dark.css +10 -43
  33. package/styles/drop-down-button/bootstrap5.css +10 -43
  34. package/styles/drop-down-button/fabric-dark.css +2 -36
  35. package/styles/drop-down-button/fabric.css +2 -36
  36. package/styles/drop-down-button/fluent-dark.css +213 -0
  37. package/styles/drop-down-button/fluent-dark.scss +1 -0
  38. package/styles/drop-down-button/fluent.css +213 -0
  39. package/styles/drop-down-button/fluent.scss +1 -0
  40. package/styles/drop-down-button/highcontrast-light.css +2 -36
  41. package/styles/drop-down-button/highcontrast.css +2 -36
  42. package/styles/drop-down-button/material-dark.css +2 -36
  43. package/styles/drop-down-button/material.css +2 -36
  44. package/styles/drop-down-button/tailwind-dark.css +9 -43
  45. package/styles/drop-down-button/tailwind.css +9 -43
  46. package/styles/fabric-dark.css +49 -375
  47. package/styles/fabric.css +49 -375
  48. package/styles/fluent-dark.css +1818 -0
  49. package/styles/fluent-dark.scss +4 -0
  50. package/styles/fluent.css +1818 -0
  51. package/styles/fluent.scss +4 -0
  52. package/styles/highcontrast-light.css +49 -375
  53. package/styles/highcontrast.css +49 -387
  54. package/styles/material-dark.css +49 -375
  55. package/styles/material.css +49 -376
  56. package/styles/progress-button/bootstrap-dark.css +48 -165
  57. package/styles/progress-button/bootstrap.css +48 -165
  58. package/styles/progress-button/bootstrap4.css +48 -165
  59. package/styles/progress-button/bootstrap5-dark.css +73 -174
  60. package/styles/progress-button/bootstrap5.css +73 -174
  61. package/styles/progress-button/fabric-dark.css +48 -165
  62. package/styles/progress-button/fabric.css +48 -165
  63. package/styles/progress-button/fluent-dark.css +544 -0
  64. package/styles/progress-button/fluent-dark.scss +1 -0
  65. package/styles/progress-button/fluent.css +544 -0
  66. package/styles/progress-button/fluent.scss +1 -0
  67. package/styles/progress-button/highcontrast-light.css +48 -165
  68. package/styles/progress-button/highcontrast.css +48 -165
  69. package/styles/progress-button/material-dark.css +48 -165
  70. package/styles/progress-button/material.css +48 -165
  71. package/styles/progress-button/tailwind-dark.css +68 -169
  72. package/styles/progress-button/tailwind.css +68 -169
  73. package/styles/split-button/bootstrap-dark.css +1 -71
  74. package/styles/split-button/bootstrap.css +1 -71
  75. package/styles/split-button/bootstrap4.css +4 -70
  76. package/styles/split-button/bootstrap5-dark.css +1 -67
  77. package/styles/split-button/bootstrap5.css +1 -67
  78. package/styles/split-button/fabric-dark.css +1 -71
  79. package/styles/split-button/fabric.css +1 -71
  80. package/styles/split-button/fluent-dark.css +297 -0
  81. package/styles/split-button/fluent-dark.scss +1 -0
  82. package/styles/split-button/fluent.css +297 -0
  83. package/styles/split-button/fluent.scss +1 -0
  84. package/styles/split-button/highcontrast-light.css +1 -71
  85. package/styles/split-button/highcontrast.css +1 -71
  86. package/styles/split-button/material-dark.css +1 -71
  87. package/styles/split-button/material.css +1 -71
  88. package/styles/split-button/tailwind-dark.css +10 -80
  89. package/styles/split-button/tailwind.css +10 -80
  90. package/styles/tailwind-dark.css +85 -392
  91. package/styles/tailwind.css +85 -392
package/CHANGELOG.md CHANGED
@@ -2,13 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 19.4.47 (2022-01-25)
6
-
7
5
  ### DropDownButton
8
6
 
9
7
  #### Bug Fixes
10
8
 
11
- - `I339589` - Resolved the `DropdownButton` issue with react component as target.
9
+ - `#I375771` - Text content contains html tag elements considered as HTML Element in DropDownButton issue has been resolved.
12
10
 
13
11
  ## 19.4.40 (2021-12-28)
14
12
 
package/README.md CHANGED
@@ -108,4 +108,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
108
108
 
109
109
  Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/splitbuttons/CHANGELOG.md?utm_source=npm&utm_campaign=split-button)
110
110
 
111
- © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
111
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-splitbuttons.umd.min.js
3
- * version : 19.4.48
3
+ * version : 20.1.55
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-react-splitbuttons@19.4.47",
3
+ "_id": "@syncfusion/ej2-react-splitbuttons@20.1.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-dHVt3h/muBXc3QMSE4/ff5FWpAc3m9A8Ui6Dhq3tgCh7Gmu2HkmxEsLThkauYyUb58fPi0113jDfvuk81ijuJw==",
5
+ "_integrity": "sha512-r9S69wwnOYCkYR9KG9efQqzWzu9P0E1VfQtNdxY1mls7Dpvmjngk312QmaO3ZovJqOqXN3XTzVEra1My+2m58w==",
6
6
  "_location": "/@syncfusion/ej2-react-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-19.4.47.tgz",
23
- "_shasum": "e2e1b502fb6a70aba03f1e47b7204b426a989aaa",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-20.1.47.tgz",
23
+ "_shasum": "7315a11856fa4c086c6497dcc27c659c171a9bc8",
24
24
  "_spec": "@syncfusion/ej2-react-splitbuttons@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.4.48",
35
- "@syncfusion/ej2-react-base": "~19.4.48",
36
- "@syncfusion/ej2-splitbuttons": "19.4.48"
34
+ "@syncfusion/ej2-base": "~20.1.55",
35
+ "@syncfusion/ej2-react-base": "~20.1.55",
36
+ "@syncfusion/ej2-splitbuttons": "20.1.55"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for React",
@@ -83,6 +83,6 @@
83
83
  "type": "git",
84
84
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
85
85
  },
86
- "version": "19.4.48",
86
+ "version": "20.1.55",
87
87
  "sideEffects": false
88
88
  }
@@ -1,6 +1,8 @@
1
1
  import { ComplexBase } from '@syncfusion/ej2-react-base';
2
2
  import { ItemModel } from '@syncfusion/ej2-splitbuttons';
3
- export declare class DropDownButtonItemDirective extends ComplexBase<ItemModel, ItemModel> {
3
+ export declare class DropDownButtonItemDirective extends ComplexBase<ItemModel & {
4
+ children?: React.ReactNode;
5
+ }, ItemModel> {
4
6
  static moduleName: string;
5
7
  }
6
8
  export declare class DropDownButtonItemsDirective extends ComplexBase<{}, {}> {
@@ -1,6 +1,8 @@
1
1
  import { ComplexBase } from '@syncfusion/ej2-react-base';
2
2
  import { ItemModel } from '@syncfusion/ej2-splitbuttons';
3
- export declare class SplitButtonItemDirective extends ComplexBase<ItemModel, ItemModel> {
3
+ export declare class SplitButtonItemDirective extends ComplexBase<ItemModel & {
4
+ children?: React.ReactNode;
5
+ }, ItemModel> {
4
6
  static moduleName: string;
5
7
  }
6
8
  export declare class SplitButtonItemsDirective extends ComplexBase<{}, {}> {