@progress/kendo-react-inputs 4.11.0-dev.202111101237 → 4.11.0-dev.202111172052

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.
@@ -68,4 +68,8 @@ export interface ColorPaletteProps {
68
68
  * Determines the event handler that will be fired when the user edits the value.
69
69
  */
70
70
  onChange?: (event: ColorPaletteChangeEvent) => void;
71
+ /**
72
+ * Represent the focus event of the ColorPalette.
73
+ */
74
+ onFocus?: (event: FocusEvent) => void;
71
75
  }
@@ -16,6 +16,7 @@ export * from './colors/interfaces/ColorPickerGradientSettings';
16
16
  export * from './colors/interfaces/ColorPickerPaletteSettings';
17
17
  export * from './colors/interfaces/ColorPickerPopupSettings';
18
18
  export * from './colors/interfaces/ColorPickerProps';
19
+ export * from './colors/FlatColorPicker';
19
20
  export * from './input/Input';
20
21
  export * from './maskedtextbox/MaskedTextBox';
21
22
  export * from './maskedtextbox/MaskedTextBoxProps';
package/dist/npm/main.js CHANGED
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  __export(require("./colors/ColorGradient"));
7
7
  __export(require("./colors/ColorPalette"));
8
8
  __export(require("./colors/ColorPicker"));
9
+ __export(require("./colors/FlatColorPicker"));
9
10
  __export(require("./input/Input"));
10
11
  __export(require("./maskedtextbox/MaskedTextBox"));
11
12
  __export(require("./numerictextbox/NumericTextBox"));
@@ -58,6 +58,14 @@ export declare const colorGradientPass = "colorGradient.colorGradientPass";
58
58
  * @hidden
59
59
  */
60
60
  export declare const colorGradientFail = "colorGradient.colorGradientFail";
61
+ /**
62
+ * @hidden
63
+ */
64
+ export declare const flatColorPickerCancelBtn = "flatColorPicker.cancelBtn";
65
+ /**
66
+ * @hidden
67
+ */
68
+ export declare const flatColorPickerApplyBtn = "flatColorPicker.applyBtn";
61
69
  /**
62
70
  * @hidden
63
71
  */
@@ -93,6 +101,8 @@ export declare const messages: {
93
101
  [colorGradientAAALevel]: string;
94
102
  [colorGradientPass]: string;
95
103
  [colorGradientFail]: string;
104
+ [flatColorPickerCancelBtn]: string;
105
+ [flatColorPickerApplyBtn]: string;
96
106
  [checkboxValidation]: string;
97
107
  [checkboxOptionalText]: string;
98
108
  [radioButtonValidation]: string;
@@ -61,6 +61,14 @@ exports.colorGradientPass = 'colorGradient.colorGradientPass';
61
61
  * @hidden
62
62
  */
63
63
  exports.colorGradientFail = 'colorGradient.colorGradientFail';
64
+ /**
65
+ * @hidden
66
+ */
67
+ exports.flatColorPickerCancelBtn = 'flatColorPicker.cancelBtn';
68
+ /**
69
+ * @hidden
70
+ */
71
+ exports.flatColorPickerApplyBtn = 'flatColorPicker.applyBtn';
64
72
  /**
65
73
  * @hidden
66
74
  */
@@ -96,6 +104,8 @@ exports.messages = (_a = {},
96
104
  _a[exports.colorGradientAAALevel] = 'AAA',
97
105
  _a[exports.colorGradientPass] = 'Pass',
98
106
  _a[exports.colorGradientFail] = 'Fail',
107
+ _a[exports.flatColorPickerCancelBtn] = 'Cancel',
108
+ _a[exports.flatColorPickerApplyBtn] = 'Apply',
99
109
  _a[exports.checkboxValidation] = 'Please check this box if you want to proceed!',
100
110
  _a[exports.checkboxOptionalText] = '(Optional)',
101
111
  _a[exports.radioButtonValidation] = 'Please select option if you want to proceed!',
@@ -7,7 +7,7 @@ exports.packageMetadata = {
7
7
  name: '@progress/kendo-react-inputs',
8
8
  productName: 'KendoReact',
9
9
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
10
- publishDate: 1636546829,
10
+ publishDate: 1637181347,
11
11
  version: '',
12
12
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
13
13
  };