@refinitiv-ui/elements 7.6.1 → 7.7.0

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 (123) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/lib/accordion/custom-elements.json +2 -2
  3. package/lib/accordion/custom-elements.md +2 -2
  4. package/lib/accordion/index.d.ts +2 -2
  5. package/lib/accordion/index.js +2 -2
  6. package/lib/appstate-bar/custom-elements.json +2 -2
  7. package/lib/appstate-bar/custom-elements.md +4 -4
  8. package/lib/appstate-bar/index.d.ts +1 -1
  9. package/lib/appstate-bar/index.js +1 -1
  10. package/lib/autosuggest/custom-elements.json +14 -9
  11. package/lib/autosuggest/custom-elements.md +15 -15
  12. package/lib/autosuggest/index.d.ts +9 -4
  13. package/lib/autosuggest/index.js +9 -4
  14. package/lib/button/custom-elements.json +6 -6
  15. package/lib/button/custom-elements.md +3 -3
  16. package/lib/button/index.d.ts +3 -4
  17. package/lib/button/index.js +3 -4
  18. package/lib/chart/custom-elements.json +1 -9
  19. package/lib/chart/custom-elements.md +8 -8
  20. package/lib/chart/elements/chart.d.ts +3 -3
  21. package/lib/chart/elements/chart.js +4 -4
  22. package/lib/checkbox/custom-elements.json +2 -2
  23. package/lib/checkbox/custom-elements.md +6 -6
  24. package/lib/checkbox/index.d.ts +1 -1
  25. package/lib/checkbox/index.js +1 -1
  26. package/lib/clock/custom-elements.json +6 -17
  27. package/lib/clock/custom-elements.md +1 -7
  28. package/lib/clock/index.d.ts +4 -2
  29. package/lib/clock/index.js +4 -2
  30. package/lib/collapse/custom-elements.json +2 -2
  31. package/lib/collapse/custom-elements.md +2 -2
  32. package/lib/collapse/index.d.ts +2 -2
  33. package/lib/collapse/index.js +2 -2
  34. package/lib/color-dialog/custom-elements.json +36 -6
  35. package/lib/color-dialog/custom-elements.md +24 -22
  36. package/lib/color-dialog/index.d.ts +3 -2
  37. package/lib/color-dialog/index.js +3 -2
  38. package/lib/combo-box/custom-elements.json +10 -21
  39. package/lib/combo-box/custom-elements.md +3 -4
  40. package/lib/combo-box/index.d.ts +4 -6
  41. package/lib/combo-box/index.js +4 -6
  42. package/lib/configuration/custom-elements.json +11 -1
  43. package/lib/configuration/custom-elements.md +3 -3
  44. package/lib/configuration/elements/configuration.d.ts +3 -0
  45. package/lib/configuration/elements/configuration.js +3 -0
  46. package/lib/counter/custom-elements.json +1 -1
  47. package/lib/counter/custom-elements.md +1 -1
  48. package/lib/counter/index.d.ts +1 -1
  49. package/lib/counter/index.js +1 -1
  50. package/lib/datetime-picker/custom-elements.json +5 -5
  51. package/lib/datetime-picker/custom-elements.md +3 -3
  52. package/lib/datetime-picker/index.d.ts +3 -3
  53. package/lib/datetime-picker/index.js +3 -3
  54. package/lib/header/custom-elements.json +2 -2
  55. package/lib/header/custom-elements.md +2 -2
  56. package/lib/header/index.d.ts +2 -2
  57. package/lib/header/index.js +2 -2
  58. package/lib/heatmap/custom-elements.json +1 -1
  59. package/lib/heatmap/custom-elements.md +3 -3
  60. package/lib/heatmap/index.d.ts +2 -2
  61. package/lib/heatmap/index.js +2 -2
  62. package/lib/interactive-chart/custom-elements.md +3 -3
  63. package/lib/interactive-chart/index.d.ts +1 -1
  64. package/lib/interactive-chart/index.js +1 -1
  65. package/lib/item/custom-elements.json +2 -1
  66. package/lib/item/custom-elements.md +1 -1
  67. package/lib/item/helpers/types.d.ts +4 -0
  68. package/lib/item/index.d.ts +1 -0
  69. package/lib/item/index.js +1 -0
  70. package/lib/label/custom-elements.json +4 -4
  71. package/lib/label/custom-elements.md +2 -2
  72. package/lib/label/index.d.ts +2 -2
  73. package/lib/label/index.js +2 -2
  74. package/lib/list/custom-elements.md +8 -8
  75. package/lib/list/elements/list.d.ts +1 -1
  76. package/lib/list/elements/list.js +1 -1
  77. package/lib/multi-input/custom-elements.json +4 -4
  78. package/lib/multi-input/custom-elements.md +2 -2
  79. package/lib/multi-input/index.d.ts +2 -2
  80. package/lib/multi-input/index.js +2 -2
  81. package/lib/number-field/index.d.ts +27 -0
  82. package/lib/number-field/index.js +37 -7
  83. package/lib/overlay/custom-elements.json +10 -6
  84. package/lib/overlay/custom-elements.md +29 -29
  85. package/lib/overlay/elements/overlay.d.ts +6 -0
  86. package/lib/overlay/elements/overlay.js +6 -0
  87. package/lib/overlay-menu/custom-elements.json +4 -2
  88. package/lib/overlay-menu/custom-elements.md +1 -1
  89. package/lib/overlay-menu/index.d.ts +1 -1
  90. package/lib/overlay-menu/index.js +1 -1
  91. package/lib/pagination/custom-elements.json +12 -8
  92. package/lib/pagination/custom-elements.md +5 -5
  93. package/lib/pagination/index.d.ts +4 -2
  94. package/lib/pagination/index.js +4 -2
  95. package/lib/password-field/index.d.ts +23 -1
  96. package/lib/password-field/index.js +45 -3
  97. package/lib/pill/custom-elements.json +2 -2
  98. package/lib/pill/custom-elements.md +8 -8
  99. package/lib/pill/index.d.ts +1 -1
  100. package/lib/pill/index.js +1 -1
  101. package/lib/select/custom-elements.json +5 -5
  102. package/lib/select/custom-elements.md +10 -10
  103. package/lib/select/index.d.ts +3 -3
  104. package/lib/select/index.js +3 -3
  105. package/lib/slider/custom-elements.json +2 -2
  106. package/lib/slider/custom-elements.md +1 -1
  107. package/lib/slider/index.d.ts +1 -1
  108. package/lib/slider/index.js +1 -1
  109. package/lib/swing-gauge/custom-elements.json +8 -4
  110. package/lib/swing-gauge/custom-elements.md +2 -2
  111. package/lib/swing-gauge/index.d.ts +2 -0
  112. package/lib/swing-gauge/index.js +2 -0
  113. package/lib/time-picker/custom-elements.json +6 -4
  114. package/lib/time-picker/custom-elements.md +3 -3
  115. package/lib/time-picker/index.d.ts +4 -1
  116. package/lib/time-picker/index.js +4 -1
  117. package/lib/toggle/custom-elements.json +2 -2
  118. package/lib/toggle/custom-elements.md +7 -7
  119. package/lib/toggle/index.d.ts +1 -1
  120. package/lib/toggle/index.js +1 -1
  121. package/lib/tree/helpers/types.d.ts +4 -0
  122. package/lib/version.js +1 -1
  123. package/package.json +14 -14
@@ -2,7 +2,7 @@ import { JSXInterface } from '../jsx';
2
2
  import { BasicElement, CSSResultGroup, TemplateResult } from '@refinitiv-ui/core';
3
3
  /**
4
4
  * Counter is an item count badge,
5
- * support maximun display number and notation of large numbers.
5
+ * support maximum display number and notation of large numbers.
6
6
  */
7
7
  export declare class Counter extends BasicElement {
8
8
  /**
@@ -6,7 +6,7 @@ import { VERSION } from '../version.js';
6
6
  import { convertToCompactNotation, truncateDecimal } from './utils.js';
7
7
  /**
8
8
  * Counter is an item count badge,
9
- * support maximun display number and notation of large numbers.
9
+ * support maximum display number and notation of large numbers.
10
10
  */
11
11
  let Counter = class Counter extends BasicElement {
12
12
  constructor() {
@@ -78,13 +78,13 @@
78
78
  },
79
79
  {
80
80
  "name": "error",
81
- "description": "Set state to error",
81
+ "description": "Set error state",
82
82
  "type": "boolean",
83
83
  "default": "false"
84
84
  },
85
85
  {
86
86
  "name": "warning",
87
- "description": "Set state to warning",
87
+ "description": "Set warning state",
88
88
  "type": "boolean",
89
89
  "default": "false"
90
90
  },
@@ -234,14 +234,14 @@
234
234
  {
235
235
  "name": "error",
236
236
  "attribute": "error",
237
- "description": "Set state to error",
237
+ "description": "Set error state",
238
238
  "type": "boolean",
239
239
  "default": "false"
240
240
  },
241
241
  {
242
242
  "name": "warning",
243
243
  "attribute": "warning",
244
- "description": "Set state to warning",
244
+ "description": "Set warning state",
245
245
  "type": "boolean",
246
246
  "default": "false"
247
247
  },
@@ -329,7 +329,7 @@
329
329
  },
330
330
  {
331
331
  "name": "view-changed",
332
- "description": "Fired when the user changes view in calendar e.g. change to next month view."
332
+ "description": "Fired when the user changes view in calendar e.g. change to next month view. The event is not triggered if `view` property is changed programmatically."
333
333
  }
334
334
  ],
335
335
  "slots": [
@@ -9,7 +9,7 @@ Control to pick date and time
9
9
  | `amPm` | `am-pm` | `boolean` | false | Toggles 12hr time display |
10
10
  | `disabled` | `disabled` | `boolean` | false | Set disabled state |
11
11
  | `duplex` | `duplex` | `"" \| "consecutive" \| "split"` | null | Display two calendar pickers. |
12
- | `error` | `error` | `boolean` | false | Set state to error |
12
+ | `error` | `error` | `boolean` | false | Set error state |
13
13
  | `filter` | | `DatetimePickerFilter \| null` | null | Custom filter, used for enabling/disabling certain dates |
14
14
  | `firstDayOfWeek` | `first-day-of-week` | `number \| undefined` | | Set the first day of the week.<br />0 - for Sunday, 6 - for Saturday |
15
15
  | `format` | `format` | `string` | "" | Set the datetime format<br />Based on dane-fns datetime formats |
@@ -28,7 +28,7 @@ Control to pick date and time
28
28
  | `values` | `values` | `string[]` | [] | Set multiple selected values |
29
29
  | `view` | `view` | `string` | "" | Set the current calendar view.<br />Accepted format: 'yyyy-MM' |
30
30
  | `views` | | `string[]` | [] | Set the current calendar views for duplex mode<br />Accepted format: 'yyyy-MM' |
31
- | `warning` | `warning` | `boolean` | false | Set state to warning |
31
+ | `warning` | `warning` | `boolean` | false | Set warning state |
32
32
  | `weekdaysOnly` | `weekdays-only` | `boolean` | false | Only enable weekdays |
33
33
  | `weekendsOnly` | `weekends-only` | `boolean` | false | Only enable weekends |
34
34
 
@@ -45,7 +45,7 @@ Control to pick date and time
45
45
  | `error-changed` | Fired when the user inputs invalid value. The event is not triggered if `error` property is changed programmatically. |
46
46
  | `opened-changed` | Fired when the user opens or closes control's popup. The event is not triggered if `opened` property is changed programmatically. |
47
47
  | `value-changed` | Fired when the user commits a value change. The event is not triggered if `value` property is changed programmatically. |
48
- | `view-changed` | Fired when the user changes view in calendar e.g. change to next month view. |
48
+ | `view-changed` | Fired when the user changes view in calendar e.g. change to next month view. The event is not triggered if `view` property is changed programmatically. |
49
49
 
50
50
  ## Slots
51
51
 
@@ -14,7 +14,7 @@ export type { DatetimePickerFilter, DatetimePickerDuplex };
14
14
  * @fires opened-changed - Fired when the user opens or closes control's popup. The event is not triggered if `opened` property is changed programmatically.
15
15
  * @fires value-changed - Fired when the user commits a value change. The event is not triggered if `value` property is changed programmatically.
16
16
  * @fires error-changed - Fired when the user inputs invalid value. The event is not triggered if `error` property is changed programmatically.
17
- * @fires view-changed - Fired when the user changes view in calendar e.g. change to next month view.
17
+ * @fires view-changed - Fired when the user changes view in calendar e.g. change to next month view. The event is not triggered if `view` property is changed programmatically.
18
18
  *
19
19
  * @attr {boolean} readonly - Set readonly state
20
20
  * @prop {boolean} [readonly=false] - Set readonly state
@@ -135,11 +135,11 @@ export declare class DatetimePicker extends ControlElement implements MultiValue
135
135
  */
136
136
  opened: boolean;
137
137
  /**
138
- * Set state to error
138
+ * Set error state
139
139
  */
140
140
  error: boolean;
141
141
  /**
142
- * Set state to warning
142
+ * Set warning state
143
143
  */
144
144
  warning: boolean;
145
145
  /**
@@ -30,7 +30,7 @@ const INPUT_FORMAT = {
30
30
  * @fires opened-changed - Fired when the user opens or closes control's popup. The event is not triggered if `opened` property is changed programmatically.
31
31
  * @fires value-changed - Fired when the user commits a value change. The event is not triggered if `value` property is changed programmatically.
32
32
  * @fires error-changed - Fired when the user inputs invalid value. The event is not triggered if `error` property is changed programmatically.
33
- * @fires view-changed - Fired when the user changes view in calendar e.g. change to next month view.
33
+ * @fires view-changed - Fired when the user changes view in calendar e.g. change to next month view. The event is not triggered if `view` property is changed programmatically.
34
34
  *
35
35
  * @attr {boolean} readonly - Set readonly state
36
36
  * @prop {boolean} [readonly=false] - Set readonly state
@@ -89,11 +89,11 @@ let DatetimePicker = class DatetimePicker extends ControlElement {
89
89
  */
90
90
  this.opened = false;
91
91
  /**
92
- * Set state to error
92
+ * Set error state
93
93
  */
94
94
  this.error = false;
95
95
  /**
96
- * Set state to warning
96
+ * Set warning state
97
97
  */
98
98
  this.warning = false;
99
99
  /**
@@ -24,11 +24,11 @@
24
24
  "slots": [
25
25
  {
26
26
  "name": "left",
27
- "description": "Slot to add custom contents to the left side of header e.g. ef-icon, ef-checkbox"
27
+ "description": "Slot to add custom contents to the left side of header"
28
28
  },
29
29
  {
30
30
  "name": "right",
31
- "description": "Slot to add custom contents to the right side of header e.g. ef-icon, ef-checkbox"
31
+ "description": "Slot to add custom contents to the right side of header"
32
32
  }
33
33
  ]
34
34
  }
@@ -14,5 +14,5 @@ a sensible hierarchy and improve the user experience.
14
14
 
15
15
  | Name | Description |
16
16
  |---------|--------------------------------------------------|
17
- | `left` | Slot to add custom contents to the left side of header e.g. ef-icon, ef-checkbox |
18
- | `right` | Slot to add custom contents to the right side of header e.g. ef-icon, ef-checkbox |
17
+ | `left` | Slot to add custom contents to the left side of header |
18
+ | `right` | Slot to add custom contents to the right side of header |
@@ -5,8 +5,8 @@ import { BasicElement, CSSResultGroup, TemplateResult } from '@refinitiv-ui/core
5
5
  * Headers helps to organize the page layout content into
6
6
  * a sensible hierarchy and improve the user experience.
7
7
  *
8
- * @slot left - Slot to add custom contents to the left side of header e.g. ef-icon, ef-checkbox
9
- * @slot right - Slot to add custom contents to the right side of header e.g. ef-icon, ef-checkbox
8
+ * @slot left - Slot to add custom contents to the left side of header
9
+ * @slot right - Slot to add custom contents to the right side of header
10
10
  */
11
11
  export declare class Header extends BasicElement {
12
12
  /**
@@ -8,8 +8,8 @@ import { VERSION } from '../version.js';
8
8
  * Headers helps to organize the page layout content into
9
9
  * a sensible hierarchy and improve the user experience.
10
10
  *
11
- * @slot left - Slot to add custom contents to the left side of header e.g. ef-icon, ef-checkbox
12
- * @slot right - Slot to add custom contents to the right side of header e.g. ef-icon, ef-checkbox
11
+ * @slot left - Slot to add custom contents to the left side of header
12
+ * @slot right - Slot to add custom contents to the right side of header
13
13
  */
14
14
  let Header = class Header extends BasicElement {
15
15
  constructor() {
@@ -140,7 +140,7 @@
140
140
  "params": [
141
141
  {
142
142
  "name": "event",
143
- "description": "an event that occur while the user interacting with element",
143
+ "description": "A MouseEvent that occurs when Heatmap is being interacted",
144
144
  "type": "MouseEvent"
145
145
  }
146
146
  ]
@@ -21,6 +21,6 @@ values contained in a matrix are represented as colors
21
21
 
22
22
  ## Methods
23
23
 
24
- | Method | Type | Description |
25
- |----------------------|---------------------|--------------------------------------------------|
26
- | `getCellDataAtEvent` | `(event: any): any` | Returns data of interactive cell<br /><br />**event**: an event that occur while the user interacting with element |
24
+ | Method | Type | Description |
25
+ |----------------------|--------------------------------------------|--------------------------------------------------|
26
+ | `getCellDataAtEvent` | `(event: MouseEvent): HeatmapCell \| null` | Returns data of interactive cell<br /><br />**event**: A MouseEvent that occurs when Heatmap is being interacted |
@@ -67,8 +67,8 @@ export declare class Heatmap extends ResponsiveElement {
67
67
  saturation: number;
68
68
  /**
69
69
  * Returns data of interactive cell
70
- * @param event an event that occur while the user interacting with element
71
- * @returns data of cell
70
+ * @param {MouseEvent} event A MouseEvent that occurs when Heatmap is being interacted
71
+ * @returns {HeatmapCell | null} Heatmap cell data, if event happens on a cell
72
72
  */
73
73
  getCellDataAtEvent(event: MouseEvent): HeatmapCell | null;
74
74
  /**
@@ -92,8 +92,8 @@ let Heatmap = class Heatmap extends ResponsiveElement {
92
92
  }
93
93
  /**
94
94
  * Returns data of interactive cell
95
- * @param event an event that occur while the user interacting with element
96
- * @returns data of cell
95
+ * @param {MouseEvent} event A MouseEvent that occurs when Heatmap is being interacted
96
+ * @returns {HeatmapCell | null} Heatmap cell data, if event happens on a cell
97
97
  */
98
98
  /* c8 ignore start */
99
99
  getCellDataAtEvent(event) {
@@ -15,9 +15,9 @@ By lightweight-charts library.
15
15
 
16
16
  ## Methods
17
17
 
18
- | Method | Type | Description |
19
- |----------|--------------|------------------------------------------------|
20
- | `colors` | `(): object` | List of available chart colors from the theme. |
18
+ | Method | Type | Description |
19
+ |----------|----------------|------------------------------------------------|
20
+ | `colors` | `(): string[]` | List of available chart colors from the theme. |
21
21
 
22
22
  ## Events
23
23
 
@@ -334,7 +334,7 @@ export declare class InteractiveChart extends ResponsiveElement {
334
334
  private cssVarAsNumber;
335
335
  /**
336
336
  * List of available chart colors from the theme.
337
- * @returns list of available chart colors from the theme.
337
+ * @returns {string[]} List of available chart colors from the theme.
338
338
  */
339
339
  colors(): string[];
340
340
  /**
@@ -978,7 +978,7 @@ let InteractiveChart = InteractiveChart_1 = class InteractiveChart extends Respo
978
978
  }
979
979
  /**
980
980
  * List of available chart colors from the theme.
981
- * @returns list of available chart colors from the theme.
981
+ * @returns {string[]} List of available chart colors from the theme.
982
982
  */
983
983
  colors() {
984
984
  let color;
@@ -116,7 +116,8 @@
116
116
  {
117
117
  "name": "highlightable (readonly)",
118
118
  "description": "Return true if the item can be highlighted. True if not disabled and type is Text",
119
- "type": "boolean"
119
+ "type": "boolean",
120
+ "default": "true"
120
121
  },
121
122
  {
122
123
  "name": "value",
@@ -10,7 +10,7 @@ to create simple menus or navigation panels.
10
10
  |----------------------------|---------------|--------------------|---------|--------------------------------------------------|
11
11
  | `disabled` | `disabled` | `boolean` | false | Set disabled state. |
12
12
  | `for` | `for` | `string \| null` | null | Specifies which element an item is bound to |
13
- | `highlightable (readonly)` | | `boolean` | | Return true if the item can be highlighted. True if not disabled and type is Text |
13
+ | `highlightable (readonly)` | | `boolean` | true | Return true if the item can be highlighted. True if not disabled and type is Text |
14
14
  | `highlighted` | `highlighted` | `boolean` | false | Highlight the item |
15
15
  | `icon` | `icon` | `string \| null` | null | Set the icon name from the ef-icon list |
16
16
  | `label` | `label` | `string \| null` | null | The text for the label indicating the meaning of the item.<br />By having both `label` and content, content always takes priority |
@@ -5,6 +5,10 @@ interface CommonItem extends DataItem {
5
5
  * Type of item. Value can be `text`, `header`, `divider`
6
6
  */
7
7
  type?: ItemType;
8
+ /**
9
+ * Used for nested ItemData.
10
+ */
11
+ items?: ItemData[];
8
12
  }
9
13
  interface CommonLabelItem extends CommonItem {
10
14
  /**
@@ -164,6 +164,7 @@ export declare class Item extends ControlElement {
164
164
  /**
165
165
  * Return true if the item can be highlighted. True if not disabled and type is Text
166
166
  * @prop {boolean} highlightable
167
+ * @default true
167
168
  * @returns whether element is highlightable
168
169
  */
169
170
  get highlightable(): boolean;
package/lib/item/index.js CHANGED
@@ -266,6 +266,7 @@ let Item = class Item extends ControlElement {
266
266
  /**
267
267
  * Return true if the item can be highlighted. True if not disabled and type is Text
268
268
  * @prop {boolean} highlightable
269
+ * @default true
269
270
  * @returns whether element is highlightable
270
271
  */
271
272
  get highlightable() {
@@ -13,13 +13,13 @@
13
13
  },
14
14
  {
15
15
  "name": "error",
16
- "description": "Set state to error",
16
+ "description": "Set error state",
17
17
  "type": "boolean",
18
18
  "default": "false"
19
19
  },
20
20
  {
21
21
  "name": "warning",
22
- "description": "Set state to warning",
22
+ "description": "Set warning state",
23
23
  "type": "boolean",
24
24
  "default": "false"
25
25
  }
@@ -35,14 +35,14 @@
35
35
  {
36
36
  "name": "error",
37
37
  "attribute": "error",
38
- "description": "Set state to error",
38
+ "description": "Set error state",
39
39
  "type": "boolean",
40
40
  "default": "false"
41
41
  },
42
42
  {
43
43
  "name": "warning",
44
44
  "attribute": "warning",
45
- "description": "Set state to warning",
45
+ "description": "Set warning state",
46
46
  "type": "boolean",
47
47
  "default": "false"
48
48
  }
@@ -6,6 +6,6 @@ Displays a text with alternative truncation
6
6
 
7
7
  | Property | Attribute | Type | Default | Description |
8
8
  |-------------|--------------|-----------|---------|---------------------------------------------|
9
- | `error` | `error` | `boolean` | false | Set state to error |
9
+ | `error` | `error` | `boolean` | false | Set error state |
10
10
  | `lineClamp` | `line-clamp` | `number` | 0 | Limit the number of lines before truncating |
11
- | `warning` | `warning` | `boolean` | false | Set state to warning |
11
+ | `warning` | `warning` | `boolean` | false | Set warning state |
@@ -21,11 +21,11 @@ export declare class Label extends BasicElement {
21
21
  */
22
22
  lineClamp: number;
23
23
  /**
24
- * Set state to error
24
+ * Set error state
25
25
  */
26
26
  error: boolean;
27
27
  /**
28
- * Set state to warning
28
+ * Set warning state
29
29
  */
30
30
  warning: boolean;
31
31
  /**
@@ -29,11 +29,11 @@ let Label = class Label extends BasicElement {
29
29
  */
30
30
  this.lineClamp = 0;
31
31
  /**
32
- * Set state to error
32
+ * Set error state
33
33
  */
34
34
  this.error = false;
35
35
  /**
36
- * Set state to warning
36
+ * Set warning state
37
37
  */
38
38
  this.warning = false;
39
39
  /**
@@ -16,14 +16,14 @@ Provides listing and immutable selection
16
16
 
17
17
  ## Methods
18
18
 
19
- | Method | Type | Description |
20
- |----------------|-------------------------|--------------------------------------------------|
21
- | `down` | `(): void` | Navigate down through the list items |
22
- | `first` | `(): void` | Navigate to first focusable item of the list |
23
- | `last` | `(): void` | Navigate to first focusable item of the list |
24
- | `scrollToItem` | `(item: T): void` | Scroll to list item element<br /><br />**item**: Data item to scroll to |
25
- | `selectItem` | `(item?: any): boolean` | Selects an item in the list<br /><br />**item**: Data Item or Item Element |
26
- | `up` | `(): void` | Navigate up through the list items |
19
+ | Method | Type | Description |
20
+ |----------------|--------------------------------------|--------------------------------------------------|
21
+ | `down` | `(): void` | Navigate down through the list items |
22
+ | `first` | `(): void` | Navigate to first focusable item of the list |
23
+ | `last` | `(): void` | Navigate to first focusable item of the list |
24
+ | `scrollToItem` | `(item: T): void` | Scroll to list item element<br /><br />**item**: Data item to scroll to |
25
+ | `selectItem` | `(item?: T \| HTMLElement): boolean` | Selects an item in the list<br /><br />**item**: Data Item or Item Element |
26
+ | `up` | `(): void` | Navigate up through the list items |
27
27
 
28
28
  ## Events
29
29
 
@@ -90,7 +90,7 @@ export declare class List<T extends DataItem = ItemData> extends ControlElement
90
90
  set values(values: string[]);
91
91
  /**
92
92
  * Selects an item in the list
93
- * @param item Data Item or Item Element
93
+ * @param {T | HTMLElement} item Data Item or Item Element
94
94
  * @returns If a selection has been made or not
95
95
  */
96
96
  selectItem(item?: T | HTMLElement): boolean;
@@ -160,7 +160,7 @@ let List = class List extends ControlElement {
160
160
  }
161
161
  /**
162
162
  * Selects an item in the list
163
- * @param item Data Item or Item Element
163
+ * @param {T | HTMLElement} item Data Item or Item Element
164
164
  * @returns If a selection has been made or not
165
165
  */
166
166
  selectItem(item) {
@@ -25,13 +25,13 @@
25
25
  },
26
26
  {
27
27
  "name": "error",
28
- "description": "Set state to error",
28
+ "description": "Set error state",
29
29
  "type": "boolean",
30
30
  "default": "false"
31
31
  },
32
32
  {
33
33
  "name": "warning",
34
- "description": "Set state to warning",
34
+ "description": "Set warning state",
35
35
  "type": "boolean",
36
36
  "default": "false"
37
37
  },
@@ -95,14 +95,14 @@
95
95
  {
96
96
  "name": "error",
97
97
  "attribute": "error",
98
- "description": "Set state to error",
98
+ "description": "Set error state",
99
99
  "type": "boolean",
100
100
  "default": "false"
101
101
  },
102
102
  {
103
103
  "name": "warning",
104
104
  "attribute": "warning",
105
- "description": "Set state to warning",
105
+ "description": "Set warning state",
106
106
  "type": "boolean",
107
107
  "default": "false"
108
108
  },
@@ -8,7 +8,7 @@ An input control component to display a selection of pills
8
8
  |---------------------|---------------|--------------------------|---------|------------------------------------------------|
9
9
  | `data` | | `MultiInputData \| null` | null | The data object, used to render the list. |
10
10
  | `disabled` | `disabled` | `boolean` | false | Set disabled state |
11
- | `error` | `error` | `boolean` | false | Set state to error |
11
+ | `error` | `error` | `boolean` | false | Set error state |
12
12
  | `icon` | `icon` | `string` | "" | Specify icon to display inside input box |
13
13
  | `maxLength` | `maxlength` | `number \| null` | null | Set character max limit |
14
14
  | `minLength` | `minlength` | `number \| null` | null | Set character min limit |
@@ -19,7 +19,7 @@ An input control component to display a selection of pills
19
19
  | `selectionStart` | | `number \| null` | null | Selection start index |
20
20
  | `value` | `value` | `string` | "" | Current value of text field |
21
21
  | `values (readonly)` | | `string[]` | [] | Array of item's values ( readonly ) |
22
- | `warning` | `warning` | `boolean` | false | Set state to warning |
22
+ | `warning` | `warning` | `boolean` | false | Set warning state |
23
23
 
24
24
  ## Methods
25
25
 
@@ -56,11 +56,11 @@ export declare class MultiInput extends ControlElement implements MultiValue {
56
56
  */
57
57
  placeholder: string;
58
58
  /**
59
- * Set state to error
59
+ * Set error state
60
60
  */
61
61
  error: boolean;
62
62
  /**
63
- * Set state to warning
63
+ * Set warning state
64
64
  */
65
65
  warning: boolean;
66
66
  /**
@@ -43,11 +43,11 @@ let MultiInput = class MultiInput extends ControlElement {
43
43
  */
44
44
  this.placeholder = '';
45
45
  /**
46
- * Set state to error
46
+ * Set error state
47
47
  */
48
48
  this.error = false;
49
49
  /**
50
- * Set state to warning
50
+ * Set warning state
51
51
  */
52
52
  this.warning = false;
53
53
  /**
@@ -49,6 +49,14 @@ export declare class NumberField extends FormFieldElement {
49
49
  * @return CSS template
50
50
  */
51
51
  static get styles(): CSSResultGroup;
52
+ /**
53
+ * Time period (ms) before press repetition starts
54
+ */
55
+ private repeatDelay;
56
+ /**
57
+ * Time period (ms) between each repeat
58
+ */
59
+ private repeatRate;
52
60
  /**
53
61
  * Set spinner's visibility
54
62
  */
@@ -87,6 +95,20 @@ export declare class NumberField extends FormFieldElement {
87
95
  * Get spinner down element
88
96
  */
89
97
  private spinnerDownEl?;
98
+ /**
99
+ * An object's returned from setTimeout to use with repeat delay.
100
+ */
101
+ private repeatDelayTimer;
102
+ /**
103
+ * An object's returned from setInterval to use with repeat rate.
104
+ */
105
+ private repeatRateTimer;
106
+ /**
107
+ * Called after the component is first rendered
108
+ * @param changedProperties Properties which have changed
109
+ * @returns {void}
110
+ */
111
+ protected firstUpdated(changedProperties: PropertyValues): void;
90
112
  /**
91
113
  * Updates the element
92
114
  * @param changedProperties Properties that has changed
@@ -164,6 +186,11 @@ export declare class NumberField extends FormFieldElement {
164
186
  * @returns {void}
165
187
  */
166
188
  protected onSpinnerTap(event: TapEvent): void;
189
+ /**
190
+ * Clear repeatDelayTimer and repeatRateTimer if exist
191
+ * @returns {void}
192
+ */
193
+ protected clearTimer: () => void;
167
194
  /**
168
195
  * Step down or up and notify value change
169
196
  * @param direction Up or Down