Skip to content

Commit 6c69d66

Browse files
authored
Merge branch 'master' into rkaraivanov/copilot-instructions
2 parents 1506d5e + 6b7eccb commit 6c69d66

File tree

48 files changed

+1981
-1819
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1981
-1819
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes for each version of this project will be documented in this
44

55
## 21.1.0
66

7+
### New Features
8+
9+
- `IgxTooltipTarget`
10+
- Added new properties:
11+
- `showTriggers` - Which event triggers will show the tooltip. Expects a comma-separated string of different event triggers. Defaults to `pointerenter`.
12+
- `hideTriggers` - Which event triggers will hide the tooltip. Expects a comma-separated string of different event triggers. Defaults to `pointerleave` and `click`.
13+
14+
```html
15+
<igx-icon [igxTooltipTarget]="tooltipRef" [showTriggers]="'click,focus'" [hideTriggers]="'keypress,blur'">info</igx-icon>
16+
<span #tooltipRef="tooltip" igxTooltip>Hello there, I am a tooltip!</span>
17+
```
18+
719
# Localization(i18n)
820

921
- `IgxActionStrip`, `IgxBanner`, `IgxCalendar`, `IgxCarousel`, `IgxChip`, `IgxCombo`, `IgxDatePicker`, `IgxDateRangePicker`, `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`, `IgxPivotGrid`, `IgxInputs`, `IgxList`, `IgxPaginator`, `IgxQueryBuilder`, `IgxTimePicker`, `IgxTree`

LICENSE

Lines changed: 69 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -14,71 +14,72 @@ MIT License
1414

1515
-----------------------------------------------------------------
1616

17-
The MIT License applies exclusively to the components (encompassing all related modules and directives), directives, and services listed below and their associated source code. **All other parts of this package remain under the Infragistics Commercial License.**
18-
19-
**Covered Components, Directives and Services with MIT License:**
20-
21-
- `igx-accordion`
22-
- `igxAutocomplete`
23-
- `igx-avatar`
24-
- `igx-badge`
25-
- `igx-banner`
26-
- `igx-bottom-nav`
27-
- `igx-button`
28-
- `igx-card`
29-
- `igx-carousel`
30-
- `igx-chat`
31-
- `igx-checkbox`
32-
- `igx-chip`
33-
- `igx-circular-bar`
34-
- `igx-combo`
35-
- `igx-date-picker`
36-
- `igx-date-range-picker`
37-
- `igx-dialog`
38-
- `igx-divider`
39-
- `igx-drop-down`
40-
- `igx-expansion-panel`
41-
- `igx-icon`
42-
- `igx-input-group`
43-
- `igx-linear-bar`
44-
- `igx-list`
45-
- `igx-navbar`
46-
- `igx-nav-drawer`
47-
- `igx-paginator`
48-
- `igx-radio`
49-
- `igx-radio-group`
50-
- `igx-rating`
51-
- `igx-select`
52-
- `igx-simple-combo`
53-
- `igx-slider`
54-
- `igx-snackbar`
55-
- `igx-splitter-pane`
56-
- `igx-switch`
57-
- `igx-tabs`
58-
- `igx-toast`
59-
- `igx-tooltip`
60-
- `igx-tree`
61-
- `igx-time-picker`
62-
- `igx-stepper`
63-
- `igx-month-picker`
64-
- `igx-action-strip`
65-
- `igx-buttongroup`
66-
- `igx-calendar`
67-
- `igx-chip-area`
68-
- `igxDateTimeEditor`
69-
- `igxDrag`
70-
- `igxDrop`
71-
- `igxFor`
72-
- `igxIconButton`
73-
- `igxInput`
74-
- `igxLabel`
75-
- `igxLayout`
76-
- `igxMask`
77-
- `igxRipple`
78-
- `IgxOverlayService`
79-
- `IgxTextHighlightDirective`
80-
- `IgxTextHighlightService`
81-
- `igxToggle`
17+
The MIT License applies exclusively to the components (encompassing all related modules and directives), directives, and services listed below and their associated source code. All other parts of this package remain under the Infragistics Commercial License.
18+
19+
Covered Components, Directives and Services with MIT License:
20+
21+
- igx-accordion
22+
- igx-action-strip
23+
- igxAutocomplete
24+
- igx-avatar
25+
- igx-badge
26+
- igx-banner
27+
- igx-bottom-nav
28+
- igxButton
29+
- igx-card
30+
- igx-carousel
31+
- igx-chat
32+
- igx-checkbox
33+
- igx-chip
34+
- igx-circular-bar
35+
- igx-combo
36+
- igx-date-picker
37+
- igx-date-range-picker
38+
- igx-dialog
39+
- igx-divider
40+
- igx-drop-down
41+
- igx-expansion-panel
42+
- igx-icon
43+
- igx-input-group
44+
- igx-linear-bar
45+
- igx-list
46+
- igx-navbar
47+
- igx-nav-drawer
48+
- igx-paginator
49+
- igx-radio
50+
- igx-radio-group
51+
- igx-rating
52+
- igx-select
53+
- igx-simple-combo
54+
- igx-slider
55+
- igx-snackbar
56+
- igx-splitter
57+
- igx-switch
58+
- igx-tabs
59+
- igx-toast
60+
- igx-tooltip
61+
- igx-tree
62+
- igx-time-picker
63+
- igx-stepper
64+
- igx-month-picker
65+
- igx-action-strip
66+
- igx-buttongroup
67+
- igx-calendar
68+
- igx-chip-area
69+
- igxDateTimeEditor
70+
- igxDrag
71+
- igxDrop
72+
- igxFor
73+
- igxIconButton
74+
- igxInput
75+
- igxLabel
76+
- igxLayout
77+
- igxMask
78+
- igxRipple
79+
- IgxOverlayService
80+
- IgxTextHighlightDirective
81+
- IgxTextHighlightService
82+
- igxToggle
8283

8384
The MIT License applies exclusively to the components (encompassing all related modules and directives), directives, and services listed above and their associated source code.
8485
All other parts of this package remain under the Infragistics Commercial License.
@@ -105,13 +106,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
105106
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
106107
SOFTWARE.
107108

109+
For details, see https://opensource.org/licenses/MIT
110+
108111
-----------------------------------------------------------------
109112

110113
Infragistics Commercial License
111114

112115
-----------------------------------------------------------------
113116

114-
All components (encompassing all related modules and directives), modules, directives, services, and code within this package, **except those listed under the MIT License section above**, are licensed under the Infragistics Commercial License (EULA).
117+
All components (encompassing all related modules and directives), modules, directives, services, and code within this package, except those listed under the MIT License section above, are licensed under the Infragistics Commercial License (EULA).
115118

116119
This is a commercial product, requiring a valid paid-for license for commercial use.
117120
This product is free to use for non-commercial educational use for students in K through 12 grades
@@ -130,5 +133,3 @@ in the projects/igniteui-angular/src/lib/core/setImmediate.ts file. The original
130133
The Infragistics Ultimate license & copyright applies to this distribution.
131134
For information on that license, please go to:
132135
https://www.infragistics.com/legal/license
133-
134-
For details, see https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)